/*
	Theme Name: Perfetto Wordpress Theme
	Theme URI: http://themeforest.net/user/pixel-art-inc/?ref=pixel-art-inc
	Description: A brief detail of the theme. 
	Author: Umair Chaudhry @ Pixel Art Inc.
	Author URI: http://www.pixelartinc.com/
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1
	Tags: white, black, red
*/

@charset "utf-8";

/****************************************************************************
CSS RESET
****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio,
video {	margin: 0; 	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul, li { border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; }
/*ol, ul { list-style: none; margin: 0; padding: 0; }*/
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }


/****************************************************************************
BASIC STYLES
****************************************************************************/

p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0px; }
blockquote { padding: 0 0 0 15px; }
strong { font-weight: bold; }
em { font-style: italic; }
dd { margin-left: 10px; }


/****************************************************************************
MAIN STYLES
****************************************************************************/

/* General */
* {
    outline: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
body {
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #666;
    background-color: #F9F9F9;
    overflow-x: hidden;
}
body.boxed {
    background: #F9F9F9;
}
body.boxed .section {
    margin: 40px auto 40px;
    padding: 0px 20px;
    background: #FFF;
    box-shadow: 0px 0px 5px #666 !important;
}
/* Typography */
h1, h2, h3, h4 {
    margin: 0px;
    width: 100%;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
}
h1 {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 60px;
}
h2 {
    font-size: 36px;
    line-height: 40px;
}
h3 {
    font-size: 18px;
    line-height: 20px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
}
h5, h6 {
    margin: 0px;
    width: 100%;
    font: bold 12px/15px Arial, Helvetica, sans-serif;
    color: #333;
}
h6 {
    margin-bottom: 40px;
    font: 300 24px/30px Oswald, Arial, Helvetica, sans-serif;
    color: #C06;
    text-transform: uppercase;
}
a {
    color: #C06;
    text-decoration: none !important;
    transition: color linear 0.15s;
    -ms-transition: color linear 0.15s;
    -moz-transition: color linear 0.15s;
    -webkit-transition: color linear 0.15s;
    -o-transition: color linear 0.15s;
}
a:hover {
    color: #333;
    text-decoration: none !important;
}
small {
    font-size: 10px;
}
/* Break, list e Description list */
hr {
    margin: 0px 0px 39px 0px;
    border-top: 1px dashed #CCC;
    border-bottom: none;
}
/*.margin p {*/
    /*margin-bottom: 40px !important;*/

/*}*/
address strong{
    font-weight: bold;
}
.margin {
    margin-bottom: 40px !important;
}
.half-margin {
    margin-bottom: 20px !important;
}
.no-margin {
    margin-bottom: 0px !important;
}
blockquote {
    margin-bottom: 40px;
    border-left: 5px solid #E5E5E5;
    font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
    color: #C06;
}
blockquote p { font-size: 16px; }
blockquote small:before, blockquote small:after, blockquote.pull-right small:before, blockquote.pull-right small:after {
    content: '';
}
dl.dl-horizontal {
    margin-top: 0px;
    margin-bottom: 40px;
}
dl.dl-horizontal dt, dl.dl-horizontal dd {
    text-align: left;
}
dl.dl-horizontal dt {
    width: 100px;
}
dl.dl-horizontal dd {
    margin-left: 0px;
    text-align: right;
}
pre {
    margin-bottom: 40px;
    padding: 19px;
    font: normal 12px/20px "Courier New", Courier, monospace;
    color: #666;
}
pre ul, pre ol {
    margin: 0px;
    list-style: none;
}
/* Alert and Labels */
.alert {
    margin-bottom: 40px;
    padding: 20px 35px 20px 20px;
    border: none;
}
.alert h4 {
    font-weight: 400;
}
.alert-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.label, .badge {
    padding: 0px 5px;
    background-color: #CCC;
    font: 300 12px/30px Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
}
.lead {
    margin-bottom: 40px;
    font: 300 24px/30px Oswald, Arial, Helvetica, sans-serif;
    color: #C06;
    text-transform: uppercase;
}
.lead strong {
    font-weight: 400;
}

/* Buttons */
.btn {
    padding: 10px 20px;
    background: #333;
    border: none;
    font: 300 18px/20px Oswald, Arial, Helvetica, sans-serif;
    color: #FFF !important;
    text-transform: uppercase;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
.btn:hover {
    background: #999;
    color: #FFF;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
.btn.btn-mini {
    padding: 2px 5px 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}
.btn.btn-small {
    padding: 5px 10px;
    font-size: 12px;
}
.btn.btn-large {
    padding: 15px 30px;
    font-size: 22px;
    line-height: 25px;
    color: #ffffff;
}
.btn-primary {
    background: #C06;
    border: none;
}
.give {
    margin-left: 10px;
    line-height: 40px;
    color: #999;
}
/* Tooltip */
.tooltip {
    line-height: 14px;
    z-index: 99;
}
.tooltip-hover {
    color: #C06;
}
.tooltip-hover:hover {
    color: #333;
}
/* Popover */
.popover-hover {
    color: #C06;
    cursor: pointer;
}
.popover-hover:hover {
    color: #333;
}
.popover {
    padding: 10px;
    max-width: 200px;
    background: #333;
    z-index: 99;
}
.popover.top {
    margin-top: -5px;
}
.popover.right {
    margin-left: 5px;
}
.popover.bottom {
    margin-top: 5px;
}
.popover.left {
    margin-left: -5px;
}
.popover .arrow {
    display: none;
}
.popover-title {
    padding: 0px;
    width: auto;
    line-height: 20px;
    background-color: #333;
    border: none;
    color: #CCC;
}
.popover-content {
    padding: 0px;
    color: #999;
}
/* Modal */
.modal {
    border: none;
    height: auto;
}
.modal-header {
    padding: 9px 10px 10px 10px;
}
.modal-body {
    padding: 10px;
    height: auto;
    overflow: inherit;
}
/* Icons algin */
i.opacity {
    margin-right: 5px;
    opacity: 0.25;
}
i.align {
    margin: 5px 10px 6px 0px;
}
/* Tables */
.table {
    margin-bottom: 40px;
}
.table th, .table td {
    padding: 9px 10px 10px 10px;
    border-top: 1px solid #E5E5E5;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    padding-top: 10px;
    border-top: 0px;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #F0F0F0;
}
.table td em {
    margin-bottom: 0px;
}
/* Non-standard DIV */
.wide-bg {
    margin: auto;
    margin-bottom: 40px;
    padding: 39px 0px;
    background: #FFF;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
body.boxed .wide-bg {
    box-shadow: 0px 0px 5px #666 !important;
}
.hero-unit {
    margin-bottom: 40px;
}
.hero-unit p.lead {
    font-size: 24px;
    line-height: 30px;
}
.hero-unit p {
    font-size: 14px;
    line-height: 20px;
}
.well {
    margin-bottom: 40px;
    background-color: #F0F0F0;
    border-color: #E5E5E5;
}
.submit-comment label, .submit-comment input, .submit-comment textarea {
    font-size: 12px;
    color: #999;
}

input[type="submit"] {
    padding: 10px 20px;
    background: #333;
    border: none;
    font: 300 18px/20px Oswald, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}

/* Single post background */
.single_post  {
    margin-bottom: 40px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 1px 1px #CCC !important;
}
.single_post p {
    margin-bottom: 20px;
}
.single_post a.thumb {
    margin-bottom: 40px;
}
/* .single_post p:first-letter {
    margin: 0px 10px 10px 0px;
    padding: 5px;
    width: 20px;
    height: 20px;
    background: #C06;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    display: inline-block;
    float: left;
}
Thumbs */
a.thumb {
    overflow: hidden;
}
a.thumb img {
    display: block;
    width: 100%;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
a.thumb:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}
/* Data time */
.data-time {
    margin-bottom: 10px;
    color: #999;
    display: inline-block;
}
/* Accordion */
.accordion {
    margin-bottom: 35px;
}
.accordion-group {
    margin-bottom: 5px;
    border-color: #CCC;
}
.accordion .accordion-heading .accordion-toggle:hover {
    background: #F0F0F0;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
.accordion-heading .accordion-toggle {
    padding: 9px 10px;
    font: 300 16px/20px Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.accordion-inner {
    padding: 4px 10px 5px;
    border-color: #F0F0F0;
}
/* Navs */
.tabbable {
    margin-bottom: 40px;
}
.widget {margin-bottom: 20px;}

.widget > ul,
.widget > ol { margin: 0px; padding: 0px; list-style: none; }
.widget > ul > li {float: none;margin-bottom: -1px;}
.widget > ul > li > a {border: 1px solid #ddd;line-height: 20px; display: block;padding:9px 12px;color: #C06; }
.widget > ul > li > a:hover, .widget ul > li > a:focus {color: #666;background-color: #eee;color: #C06; }

.tabbable .nav-tabs {
    margin-bottom: 20px;
}
.nav-list {
    margin-bottom: 40px;
}
.nav-list li a {
    padding: 10px 10px 9px 10px;
    border-bottom: 1px solid #E5E5E5
}
.nav-list li:hover a {
    background: #EEE;
}
.nav-list li.active a, .nav-list li.active:hover a {
    background: #333;
}
.nav-tabs {
    margin-bottom: 40px;
    border-bottom-color: #E5E5E5;
}
.nav-tabs li a {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 20px;
}
.nav-tabs li a:hover {
    border-color: #E5E5E5 #E5E5E5 #E5E5E5;
    color: #C06;
}
.nav-tabs li a:focus {
    color: #C06;
    background-color: #F9F9F9;
}
body.boxed .nav-tabs li a:focus {
    background-color: #FFF;
}
.nav-tabs .active a, .nav-tabs .active a:hover, .nav-tabs .active a:focus {
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-bottom-color: #F9F9F9;
}
body.boxed .nav-tabs .active a, body.boxed .nav-tabs .active a:hover, body.boxed .nav-tabs .active a:focus {
    background-color: #FFF;
    border-bottom-color: #FFF;
}
.nav-tabs .dropdown-menu {
    margin: -1px 0px 0px 0px;
    padding: 9px;
    border-color: #CCC;
    z-index: 99;
}
.nav-tabs .dropdown-menu li a, .nav-tabs .dropdown.active.open .dropdown-menu li a {
    padding: 0px 5px;
    background: #FFF;
    border: none;
    line-height: 30px;
}
.nav-tabs .dropdown-menu li a:hover, .nav-tabs .dropdown.active.open .dropdown-menu li a:hover {
    background: #F9F9F9;
    color: #C06;
}
body.boxed .nav-tabs .dropdown-menu li a:hover, body.boxed .nav-tabs .dropdown.active.open .dropdown-menu li a:hover {
    background: #FFF;
}
.dropdown-menu > li > a:hover {
    background: #F9F9F9;
    color: #333;
}
.nav-tabs .dropdown a.dropdown-toggle {
    color: #C06;
}
.nav-tabs .dropdown a.dropdown-toggle {
    border-color: #F9F9F9;
    border-bottom-color: #E5E5E5;
}
body.boxed .nav-tabs .dropdown a.dropdown-toggle {
    border-color: #FFF;
    border-bottom-color: #E5E5E5;
}
.nav-tabs .dropdown a.dropdown-toggle:hover {
    background-color: #EEE;
    border-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
}
.nav-tabs .dropdown.open a.dropdown-toggle {
    background-color: #333;
    border-color: #333;
    border-bottom-color: #333;
    color: #FFF;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
.nav-tabs .open .dropdown-toggle {
    background-color: #EEE;
    border-bottom-color: #E5E5E5;
}
.nav .dropdown .dropdown-toggle .caret, .nav .dropdown .dropdown-toggle:focus .caret {
    border-top-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
.nav .dropdown .dropdown-toggle:hover .caret, .nav .dropdown.open .dropdown-toggle .caret {
    border-top-color: #333;
    border-bottom-color: #333;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
/* Top header */
.top-header {
    margin: 20px 0px;
    height: 30px;
}
.top-header em {
    margin: 0px 20px 0px 0px;
    line-height: 30px;
}
/* Social */
.social {
    width: 150px;
    height: 30px;
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
}
.social.social-profile {
    margin-bottom: 10px;
    margin-right: -90px;
    right: 50%;
}
.social .ico-facebook, .social .ico-twitter, .social .ico-google-plus, .social .ico-flickr, .social .ico-rss, .social .ico-instagram {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
}
.social .ico-facebook {
    right: 150px;
}
.social .ico-twitter {
    right: 120px;
}
.social .ico-google-plus {
    right: 90px;
}
.social .ico-flickr {
    right: 60px;
}
.social .ico-instagram {
    right: 30px;
}
.social .ico-rss {
    right: 0px;
}
.social .ico-facebook img, .social .ico-twitter img, .social .ico-google-plus img, .social .ico-flickr img, .social .ico-rss img, .social .ico-instagram img {
    width: 30px;
    height: 30px;
    background: #CCC;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.social .ico-facebook:hover, .social .ico-twitter:hover, .social .ico-google-plus:hover, .social .ico-flickr:hover, .social .ico-rss:hover, .social .ico-instagram:hover {
    width: 40px;
}
.social .ico-facebook img:hover, .social .ico-twitter img:hover, .social .ico-google-plus img:hover, .social .ico-flickr img:hover, .social .ico-rss img:hover, .social .ico-instagram img:hover {
    width: 40px;
    height: 40px;
    background: #333;
    top: -5px;
    right: -5px;
    z-index: 10;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
/* Logo */
.logo {
    margin-bottom: 20px;
}
.logo a { width: 167px; height: 110px; display: inline-block; }
.logo a img {width: 100%; height: 100%;}
.logo a {
    font: 300 24px/110px Oswald, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all all 0.15s;
    -webkit-transition: baallckground linear 0.15s;
    -o-transition: all linear 0.15s;
}
.logo a:hover {
    opacity: 0.5;
}
.logo a span {
    padding: 0px 20px;
    min-width: 110px;
    background: #C06;
    display: inline-block;
}
.logo a img {
    height: 100px;
}
/* Header Form */
form.header-search {
    padding: 4px;
    width: 140px;
    height: 30px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    float: right;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
form.header-search:hover {
    box-shadow: 0px 1px 1px #CCC !important;
}
form.header-search.big {
    width: 290px;
    box-shadow: 0px 1px 1px #CCC !important;
}
form.header-search fieldset {
    border: none;
}
form.header-search legend, form.header-search label {
    display: none;
}
form.header-search input[type=text] {
    margin: 0px;
    padding: 0px 10px;
    width: 90px;
    height: 30px;
    background: #F9F9F9;
    border: none;
    border-right: none;
    font: italic 14px/30px Arial, Helvetica, sans-serif;
    color: #999;
    float: left;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
form.header-search.big input[type=text] {
    width: 240px;
    background: #FFF;
}
form.header-search button {
    margin: 0px;
    padding: 0px;
    width: 30px;
    height: 30px;
    background: #F9F9F9;
    border: none;
    border-left: none;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    color: #999;
    text-align: center;
    cursor: pointer;
    float: right;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
form.header-search button i {
    opacity: 0.25;
}
form.header-search.big button {
    background: #FFF;
}
form.header-search button:hover {
    background: #F0F0F0;
}
.map-form {
    margin-bottom: 40px;
}
.map-form .wpcf7-form p { margin-bottom: 0px !important; }
.map-form label, .map-form input[type=text], .map-form textarea {
    font-size: 12px;
}
/* Breadcrumb */
.breadcrumb {
    margin: 0px;
    padding: 0px;
    background: none;
}
.breadcrumb a {
    line-height: 20px;
    display: inline-block;
    color: #C06;
}
.breadcrumb .divider{
    padding: 0 5px;
    color: #ccc;
}

/* Pagination */
.pagination {
    margin: 0px 0px 40px 0px;
}
/* Progress bar */
.progress {
    background: #E5E5E5;
}
.progress .bar {
    background: #C06;
}
.progress .bar.black {
    background: #333;
}
/* Navbar */
.navbar {
    margin-bottom: 40px;
    width: 100%;
    left: 0px;
    background: #F9F9F9;
    z-index: 999;
}
body.boxed .navbar {
    margin-bottom: 40px;
    background: #FFF;
}
.navbar .navbar-inner {
    margin: auto;
    padding: 0px;
    min-height: 50px;
    height: 70px;
    background: none;
    border: none;
}
.navbar.nav-follow-fixed {
    padding: 10px 0px;
    box-shadow: 0px 1px 1px #CCC !important;
    position: fixed;
    top: 0px;
}
.navbar .navbar-inner .brand {
    margin: 8px 0px 0px 0px;
    padding: 0px;
    font: 400 18px/35px Oswald, Arial, Helvetica, sans-serif;
    color: #666;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}
.navbar .navbar-inner .brand:hover {
    color: #333;
}
.navbar .navbar-inner .nav li {
    margin: 0px;
    padding: 10px 50px 10px 14px;
    border-left: 1px solid #E5E5E5;
    font: 400 18px/35px Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #666;
    cursor: default;
    position: relative;
    float: left;
}
.navbar .navbar-inner .nav li:hover {
    border-left-color: #C06;
    color: #C06;
}
.navbar .navbar-inner .nav li a {
    padding: 0px;
    color: #666;
    display: inline;
}
.navbar .navbar-inner .nav li a:hover, .navbar .navbar-inner .nav li.active, .navbar .navbar-inner .nav li.active a {
    background: none;
    border-left-color: #C06;
    color: #C06;
}
.navbar .navbar-inner .nav li span {
    font: 300 12px/15px Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #999;
    display: none;
}
.navbar .navbar-inner .nav li b.caret {
    margin: 15px 0px 0px 5px;
    border-top-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
.navbar .navbar-inner .nav li:hover b.caret {
    border-top-color: #333;
    border-bottom-color: #333;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.navbar .navbar-inner .nav li ul {
    margin: 0px;
    padding: 15px 20px;
    background: #333;
    border-top: 10px solid #F9F9F9;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -9999px;
    z-index: 999;
    transition: opacity linear 0.15s, top linear 0.15s;
    -ms-transition: opacity linear 0.15s, top linear 0.15s;
    -moz-transition: opacity linear 0.15s, top linear 0.15s;
    -webkit-transition: opacity linear 0.15s, top linear 0.15s;
    -o-transition: opacity linear 0.15s, top linear 0.15s;
}
body.boxed .navbar .navbar-inner .nav li ul {
    border-top-color: #FFF;
}
.navbar .navbar-inner .nav li:hover ul {
    opacity: 1;
    top: 55px;
    left: 0px;
}
.navbar .navbar-inner .nav li ul li {
    width: 180px;
    padding: 0px;
    border-top: 1px solid #444;
    border-left: none;
    border-bottom: none;
    font: 300 14px/35px Oswald, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-transform: none;
    float: none;
}
.navbar .navbar-inner .nav li ul li:hover {
    color: #FFF;
}
.navbar .navbar-inner .nav li ul li.divider {
    height: 19px;
}
.navbar .navbar-inner .nav li ul li.nav-header {
    border-top: none;
    font-weight: 400;
    color: #CCC;
    text-transform: uppercase;
}
.navbar .navbar-inner .nav li ul li a {
    font: normal 12px/34px Arial, Helvetica, sans-serif;
    color: #999;
    display: block;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
.navbar .navbar-inner .nav li.active ul li a {
    color: #999;
}
.navbar .navbar-inner .nav li ul li a:hover {
    color: #FFF;
    transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.navbar .navbar-inner .nav li ul li.current a {
    color: #FFF;
}
.navbar .navbar-inner .nav li ul li:first-child {
    border-top: none;
    line-height: 35px;
}
.navbar .btn-navbar {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 28px;
    height: 28px;
    background: #F9F9F9;
    border: 1px solid #CCC;
}
.navbar .btn-navbar:hover {
    background: #FFF;
}
.navbar .btn-navbar i {
    margin: 7px;
    opacity: 0.25;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
/* Thumbnails lists */
.thumbnails {
    margin-bottom: 20px !important;
}
.thumbnails li h3 a{
    color: #C06;;
}
.thumbnails li {
    transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.thumbnail {
    padding: 0px;
    background: #FFF;
    border: none;
    box-shadow: 0 1px 1px #CCC !important;
    text-align: center;
}
.thumbnail a.thumb {
    overflow: hidden;
    display: block;
}
.thumbnails li div.partners {
    padding: 19px;
    border: 1px dotted #CCC;
}
.thumbnail .caption {
    padding: 20px 20px 0px 20px;
    color: inherit;
}
.thumbnail .caption h3 {color: #C06;}
.thumbnail .caption em {
    margin-bottom: 10px;
    font-style: normal;
    color: #999;
    display: block;
}
.thumbnail .caption p {
    margin-bottom: 0px;
}
.thumbnail .caption a.btn {
    margin-top: 20px;
}
/* Blog lists */
.blog-list {
    margin-bottom: 40px !important;
    padding-bottom: 39px;
    border-bottom: 1px dashed #CCC;
}
.thumbnails .blog-list:last-child {
    margin-bottom: 20px !important;
}
.blog-list h3 {
    margin-bottom: 10px;
}
.blog-list dl {
    margin-bottom: 10px;
}
.blog-list dl dt {
    width: 80px;
    text-align: left;
}
.blog-list dl dd {
    margin-left: 100px;
    text-align: left;
}
/* Post meta and lists */
.tags-cont a {
    font-size: 0px;
    padding: 0px 5px 0px 21px;
    background: #CCC url("img/tag.png") 5px 7px no-repeat;
    font: 300 12px/30px Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff !important;
}
.tags-cont a:hover {
    color: #333 !important;
}

.post-meta span.label {
    margin-bottom: 5px;
}
.post-meta h1 { margin-bottom: 0px !important; }
.post-meta span.label a {
    color: #FFF;
}
.tags-cont { margin-bottom: 35px; }

.post-meta span.label a:hover {
    color: #333;
}
.media-list {
    margin-bottom: 40px;
}
.media-list .media {
    margin-top: 10px;
}
.media-list .media:first-child {
    margin-top: 0px;
}
.media-list .media.simple {
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px dotted #CCC;
}
.media-list .media.simple:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
.media-list a.thumb, .media-list a.thumb img, .forum-thumb, .forum-thumb img {
    width: 100px !important;
    height: 100px;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
.media-list .media .media a.thumb, .media-list .media .media a.thumb img {
    width: 50px;
    height: 50px;
}
.media-list a.thumb:hover {
    opacity: 0.5;
}
.media-list .media .media-body {
    padding: 19px;
    background: #FFF;
    border: 1px dotted #CCC;
}
.media-list .media .media-body:first-child {
    padding: 20px;
    border: none;
}
.media-list .media.simple .related:hover {
    width: 100px; height: 100px;
}
.media-list .media.simple .media-body {
    padding: 0px;
    background: none;
    border: none;
}
.media-list .media .media {
    margin-left: 110px;
}
.media-list .media .media:first-child {
    margin-top: 10px;
}
.media-list .media .media .media-body {
    background: #F9F9F9;
}
.media-list .media .media-body h4 {
    margin: 0px 10px 0px 0px;
    width: auto;
    min-height: 20px;
    color: #C06;
    /*float: left;*/
}
.media-list .media .media-body p {
    margin-bottom: 0px;
}
.reply-link a {
    background: #999999;
    display: inline-block;
    color: #000 !important;
    margin-top: 10px;
    opacity: 0.15;
    font: 300 12px/20px Oswald, Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    text-transform: uppercase;
}
.media-list .media-body:hover .reply-link a {
    background: #000000;
    color: #FFFFFF !important;
    opacity: 1;
    transition: all 0.15s cubic-bezier(0, 0, 1, 1) 0;
}
.reply-link a:hover {
    background: #999999 !important;
    color: #FFFFFF !important;
    opacity: 0.15 !important;
    transition: all 0.15s cubic-bezier(0, 0, 1, 1) 0;
}
.media-list .media-body a.reply-forum {
    opacity: 0.25;
}
.media-list .media-body:hover a.reply-forum {
    opacity: 1;
}
.media-list .media .media-body:hover a.comment_reply_link {
    opacity: 1;
}
.media-list .media .reply-link a i {
    margin: 2px 5px 3px 0px;
}

/* Sidebar */
.sidebar select,
.sidebar input[type="text"] {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

/* Tags */
.tagcloud {
    margin-bottom: 35px;
}
.tagcloud span {
    margin-bottom: 5px;
}
.tagcloud a {
    color: #FFF;
    font-size: 12px !important;
}
.tagcloud a:hover {
    color: #333;
}

/* Footer */
.footer p {
    margin-bottom: 40px;
}
body.boxed .footer {
    padding-top: 40px;
}
body.boxed .footer hr {
    display: none;
}

/* To top */
#toTop {
    padding: 0px;
    width: 50px;
    height: 50px;
    background: #333;
    font: 300 12px/50px Oswald, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    opacity: 0.25;
    position: fixed;
    bottom: 0px;
    right: 50px;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
#toTop:hover {
    margin-right: -25px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    opacity: 1;
}

/* Desktop layout */
@media (min-width: 1200px) {
    body.boxed .section {
        width: 1170px;
    }
    .navbar .navbar-inner {
        width: 1170px;
    }
    .thumbnails {
        margin: 0px 0px 0px -30px;
    }
}

/* Small Desktop layout */
@media (min-width: 980px) and (max-width: 1199px) {
    body.boxed .section {
        width: 940px;
    }
    .navbar .navbar-inner {
        width: 940px;
    }
    .thumbnails {
        margin: 0px 0px 0px -20px;
    }
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
    body.boxed {
        background: none;
    }
    body.boxed .section {
        margin-top: 0px;
        width: 728px;
        box-shadow: none !important;
    }
    body.boxed .container {
        background: #FFF;
    }
    .top-header em {
        display: none;
    }
    form.header-search {
        width: 290px;
    }
    form.header-search input[type=text] {
        width: 240px;
    }
    form.map-form input[type=text] {
        width: 152px;
    }
    form.map-form textarea {
        width: 152px;
        resize: none;
    }
    .navbar {
        background: #FFF;
    }
    .navbar .navbar-inner {
        padding: 4px 19px;
        width: 684px;
        height: auto;
        background: #FFF;
        border: 1px solid #E5E5E5;
    }
    .navbar.nav-follow-fixed .navbar-inner {
        border: none;
    }
    .navbar .navbar-inner .brand {
        display: inherit;
    }
    .navbar .navbar-inner .nav li {
        padding: 10px 0px 9px 0px;
        border-bottom: 1px solid #E5E5E5;
        border-left: none;
        float: none;
    }
    .navbar .navbar-inner .nav li:last-child {
        padding: 10px 0px;
        border-bottom: none;
    }
    .navbar .navbar-inner .nav li a {
        font-weight: inherit;
    }
    .navbar .navbar-inner .nav li b.caret, .navbar .navbar-inner .nav li ul {
        display: none;
    }
    .thumbnails {
        margin: 0px 0px 0px -20px;
    }
    .blog-list img {
        margin-bottom: 20px;
        cursor: pointer;
    }
    .slides {
        margin: auto;
    }
    .slides h3 {
        color: #C06 !important;
    }
    .slides h3 a {
        color: #C06 !important;
    }
    .slides .slidesjs-previous, .slides .slidesjs-next, .slides .slidesjs-play {
        display: none !important;
    }
    .slides .slidesjs-pagination {
        opacity: 1 !important;
    }
    a.fancybox:hover { height: 152px; }
    a.fancybox span {
        display: none !important;
    }
    body.boxed .wide-bg {
        box-shadow: none !important;
    }
    #toTop {
        display: none !important;
    }
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
    body {
        padding-right: 0px;
        padding-left: 0px;
    }
    body.boxed {
        background: none;
    }
    body.boxed .section {
        margin-top: 0px;
        padding: 0px;
        width: 480px;
        box-shadow: none !important;
    }
    body.boxed .container {
        background: #FFF;
    }
    .container {
        padding: 0px 10px;
        width: 460px;
    }
    .top-header em {
        display: none;
    }
    .top-header .social {
        margin-right: 155px;
    }
    .logo {
        margin: 0px auto 20px;
        text-align: center;
    }
    form.header-search {
        width: 450px;
    }
    form.header-search input[type=text] {
        width: 400px;
    }
    .navbar {
        background: #FFF;
    }
    .navbar .navbar-inner {
        padding: 0px 20px;
        width: 420px;
        height: auto;
        background: #FFF;
        border: 1px solid #E5E5E5;
    }
    .navbar.nav-follow-fixed .navbar-inner {
        border: none;
    }
    .navbar .navbar-inner .brand {
        display: inherit;
    }
    .navbar .navbar-inner .nav li {
        padding: 10px 0px 9px 0px;
        border-bottom: 1px solid #E5E5E5;
        border-left: none;
        float: none;
    }
    .navbar .navbar-inner .nav li:last-child {
        padding: 10px 0px;
        border-bottom: none;
    }
    .navbar .navbar-inner .nav li a {
        font-weight: inherit;
    }
    .navbar .navbar-inner .nav li b.caret, .navbar .navbar-inner .nav li ul {
        display: none;
    }
    .blog-list img {
        margin-bottom: 20px;
        cursor: pointer;
    }
    .blog-list dl dd {
        margin-left: 0px;
    }
    .post-meta {
        text-align: left;
    }
    .forum-thumb-sidebar, .forum-thumb-sidebar img {
        width: 100px;
        height: 100px;
        float: left;
    }
    .slides {
        margin: auto;
        width: 460px;
    }
    body.boxed .wide-bg {
        box-shadow: none !important;
    }
    .wide-bg .desc {
        text-align: center;
    }
    .wide-bg img {
        margin: 20px auto;
        text-align: center;
        display: block;
    }
    .slides .slidesjs-container .detail, .slides .slidesjs-play, .slides .slidesjs-pagination {
        display: none !important;
    }
    a.fancybox span {
        display: none !important;
    }
    #toTop {
        display: none !important;
    }
}

/* Mobile layout */
@media (max-width: 479px) {
    body {
        padding-right: 0px;
        padding-left: 0px;
    }
    body.boxed {
        background: none;
    }
    body.boxed .section {
        margin-top: 0px;
        padding: 0px;
        width: 320px;
        box-shadow: none !important;
    }
    body.boxed .container {
        background: #FFF;
    }
    .container {
        padding: 0px 10px;
        width: 300px;
    }
    .top-header em {
        display: none;
    }
    .top-header .social {
        margin-right: 75px;
    }
    .logo {
        margin: 0px auto 20px;
        text-align: center;
    }
    form.header-search {
        width: 290px;
    }
    form.header-search input[type=text] {
        width: 240px;
    }
    .table th.last, .table td.last {
        display: none;
    }
    .navbar {
        background: #FFF;
    }
    .navbar .navbar-inner {
        padding: 0px 20px;
        width: 260px;
        height: auto;
        background: #FFF;
        border: 1px solid #E5E5E5;
    }
    .navbar.nav-follow-fixed .navbar-inner {
        border: none;
    }
    .navbar .navbar-inner .brand {
        display: inherit;
    }
    .navbar .navbar-inner .nav li {
        padding: 10px 0px 9px 0px;
        border-bottom: 1px solid #E5E5E5;
        border-left: none;
        float: none;
    }
    .navbar .navbar-inner .nav li:last-child {
        padding: 10px 0px;
        border-bottom: none;
    }
    .navbar .navbar-inner .nav li a {
        font-weight: inherit;
    }
    .navbar .navbar-inner .nav li b.caret, .navbar .navbar-inner .nav li ul {
        display: none;
    }
    .blog-list img {
        margin-bottom: 20px;
        cursor: pointer;
    }
    .blog-list dl dd {
        margin-left: 0px;
    }
    .post-meta {
        text-align: left;
    }
    .forum-thumb-sidebar, .forum-thumb-sidebar img {
        width: 100px;
        height: 100px;
        float: left;
    }
    .slides {
        margin: auto;
        width: 300px;
    }
    .slides .slidesjs-container .detail, .slides .slidesjs-play, .slides .slidesjs-pagination {
        display: none !important;
    }
    a.fancybox span {
        display: none !important;
    }
    body.boxed .wide-bg {
        box-shadow: none !important;
    }
    .wide-bg .desc {
        text-align: center;
    }
    .wide-bg img {
        margin: 20px auto;
        text-align: center;
        display: block;
    }
    .media-list .media .media {
        margin-top: 20px;
        margin-left: 0px;
    }
    .media-list .media .media .media-body {
        padding: 20px;
        background: #F9F9F9;
        border-top: 1px dotted #CCC;
    }
    .media-list .media .media-body a.reply {
        margin-bottom: 0px;
    }
    .media-list .media.simple a.thumb {
        float: left;
    }
    #toTop {
        display: none !important;
    }
}


/****************************************************************************
WP CORE CLASSES
****************************************************************************/

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.sticky {}
.gallery-caption {}
.bypostauthor {}
.nocomments {}