/*
 Theme Name: Gracie Barra Main
 Version: 1.3
 Description: Gracie Barra Main Theme
 Author: Subito Creative
 Author URI: http://subito.cr/
 Tags: theme, wordpress, gracie, barra, brazilian, jiu-jitsu, martial arts, subito, creative
*/

/**@import url(http://fonts.googleapis.com/css?family=Istok+Web);

 /* reset Rafael Monroe */
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
    font-size: 100%;
    list-style: none;
    line-height: 1;
    outline: 0px;
    background: none;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url("fonts/HelveticaNeue.otf");
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/HelveticaNeue-Bold.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueBoldItalic';
    src: url('fonts/HelveticaNeue-BoldItalic.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueCondensedBlack';
    src: url('fonts/HelveticaNeue-CondensedBlack.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('fonts/HelveticaNeue-CondensedBold.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueItalic';
    src: url('fonts/HelveticaNeue-Italic.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('fonts/HelveticaNeue-Light.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueLightItalic';
    src: url('fonts/HelveticaNeue-LightItalic.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('fonts/HelveticaNeue-Medium.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('fonts/HelveticaNeue-UltraLight.otf');
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'HelveticaNeueUltraLightItalic';
    src: url('fonts/HelveticaNeue-UltraLightItalic.otf');
    -webkit-font-smoothing: antialiased
}
/* global class */
.on {
    display: block;
}
.off {
    display: none;
}
.c438 {
    width: 438px !important;
}
.c667 {
    text-align: justify;
    padding: 25px;
    background-color: #fff;
    padding-top:0;
}
.gbPage {
    width: 667px !important;
}
.gbPage h2#gbPageTitle {
    font-family: 'HelveticaNeueBold';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    margin-top: 5px;
    font-size: 40px !important;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.red {
    color: #900 !important;
}
.clearfix {
    clear: both;
}

::selection {
    background-color: #000;
    color: #fff;
}

/* base */
html, body {
    height: 100%;
}
a {
    text-decoration: none;
    color: #1B1B1B;
}
body {
    background: #d4d4d4 center top;
    font: normal 12px 'HelveticaNeue';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    color: #4d4d4d;
    cursor: default;
    background: url(images/bg.jpg) repeat;
}
small {
    font-size: 12px;
}

/* wrapper */
#wrapper {
display: inline-block;
width: 94%;
background-color: rgba(255,255,255,0.7);
height: auto;
margin: 0px auto;
margin-top: 20px;
max-width: 1600px;
float: none;
display: table;
}
#whi{
    width:960px;
    height:30px;
    background-color: #FFF;
}

/* header */
header {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
padding-bottom: 0;
}
.mait {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    z-index: 1000;
    width: 170px;
    height: 174px;
    margin-left: -106px;
    background: transparent url('images/comum/logo.png') no-repeat;
    text-indent: -9999em;
}
.mait a {
    display: block;
    width: 213px;
    height: 220px;
}
header strong {
    float: left;
    width: 211px;
    height: 59px;
    margin-left: 230px;
    margin-top: 13px;
    background: transparent url('images/header/graphic-color.png') no-repeat;
    text-indent: -9999em;
}

/* header -> country */
nav#changeCountry {
    position: absolute;
    top: 10px;
    left: 20px;
    float: left;
    width: auto;
}
nav#changeCountry li {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-image: url('images/header/bgCountry.png');
    background-repeat: no-repeat;
    text-indent: -9999em;
}
nav#changeCountry li a {
    display: block;
    width: 24px;
    height: 24px;
}
nav#changeCountry li#countryUS {
    background-position: 0px 0px;
}
nav#changeCountry li#countryBR {
    background-position: -24px 0px;
}
nav#changeCountry li#countryES {
    background-position: -48px 0px;
}
nav#changeCountry li#countryUK {
    background-position: -72px 0px;
}
nav#changeCountry li#countryAU {
    background-position: -96px 0px;
}
/* header -> menu */
#menu {
    float: left;
    bottom: 0px;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    background: #a90329; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzZkMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOTAzMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #a90329 0%, #6d0019 46%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(46%,#6d0019), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%); /* IE10+ */
background: linear-gradient(to right,  #a90329 0%,#6d0019 46%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#a90329',GradientType=1 ); /* IE6-8 */
}
.mega-menu-wrap {background:transparent!important;}
/* Mega Menu */
ul.mega-sub-menu .mega-menu-item {
border-left: 1px solid #e8e8e8!important;
padding: 0!important;
}
#mega-menu-wrap-main_navigation-3489 #mega-menu-main_navigation-3489 a {
display: block!important;
}
.mega-menu-wrap .mega-menu > li.mega-menu-item > a {
    height:50px!important;line-height:50px!important;
}
h4.mega-block-title {
background: #f4f4f4;
padding: 13px!important;
border: 1px solid #e8e8e8!important;
}
.mega-menu-wrap .mega-menu .row-instagram img {
width: 50%!important;
float: left!important;
}
.mega-menu-wrap .mega-menu-item .mega-sub-menu .mega-menu-item ul li, .mega-menu-wrap .mega-menu-item .mega-sub-menu .mega-menu-item .pfc-post {
padding: 13px!important;
padding-top: 5px!important;
padding-bottom: 5px!important;
display:table!important;
width:100%!important;
}
.mega-menu-item-listcategorypostswidget-4 ul li{min-height:115px;}
.mega-menu-wrap .mega-menu-item .mega-sub-menu .mega-menu-item ul li:hover, .mega-menu-wrap .mega-menu-item .mega-sub-menu .mega-menu-item .pfc-post:hover  {
background-color:#000000!important;
}
.mega-menu-wrap .mega-menu-item .mega-sub-menu .mega-menu-item ul li:hover  > a, .mega-menu-wrap .mega-menu-item .mega-sub-menu .mega-menu-item .pfc-post:hover > h2 a{
    color:#ffffff!important;
}
.mega-menu-item .pfc-post h2 {
float: left!important;
width: 81%;
margin-top:0;
}
.mega-menu-item .pfc-post h2 a {
color: #B00404!important;
font-weight: bold;
}
.mega-menu-item .pfc-post {
    margin-bottom:10px!important;
}
.mega-menu-item .pfc-post img {
width: 18%!important;
}
.mega-menu-item-listcategorypostswidget-5 img, .mega-menu-item-listcategorypostswidget-6 img, .mega-menu-item-listcategorypostswidget-7 img, .mega-menu-item-listcategorypostswidget-8 img, .mega-menu-item-listcategorypostswidget-9 img, .mega-menu-item-listcategorypostswidget-10 img, .mega-menu-item-listcategorypostswidget-11 img, .mega-menu-item-listcategorypostswidget-12 img, .mega-menu-item-listcategorypostswidget-13 img {
float: right;
width: 105px!important;
}
.mega-menu-item-listcategorypostswidget-5 a:first-child, .mega-menu-item-listcategorypostswidget-6 a:first-child, .mega-menu-item-listcategorypostswidget-7 a:first-child, .mega-menu-item-listcategorypostswidget-8 a:first-child, .mega-menu-item-listcategorypostswidget-9 a:first-child {
width: 48%!important;
float: left!important;
padding-right: 2px!important;
}
.mega-menu-item-listcategorypostswidget-10 a:first-child, 
.mega-menu-item-listcategorypostswidget-11 a:first-child, 
.mega-menu-item-listcategorypostswidget-12 a:first-child, 
.mega-menu-item-listcategorypostswidget-13 a:first-child {
width: 70%!important;
float: left!important;
padding-right: 2px!important;
}
.mega-menu-item-listcategorypostswidget-4 li a {
float: left!important;
width: 50%!important;
}
.mega-menu-item-listcategorypostswidget-4 img {
float: left!important;
}
.mega-menu-wrap .mega-menu a {
    line-height:14px!important;
}
ul.mega-sub-menu {background-image: url('./images/logog.png')!important;
background-repeat: no-repeat!important;
background-position: left bottom!important;}
nav#headerMenu1 .mega-menu-item-has-children {
padding-right: 80px!important;
}
nav#headerMenu1 .mega-menu-item-has-children:last-child {
padding-right: 0!important;
}
#headerMenu1 .mega-menu-item-has-children:nth-child(3) {
margin-right: 170px!important;
}
.mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {min-height:300px!important;border-bottom: 10px solid #000!important;}
/* header -> info */
#headerInfo {
    position: absolute;
    bottom: 80px;
    right: 26px;
    width: auto;
    top: 20px;
}
.mega-menu-item .fpw-widget-page {padding: 15px;}
h1.fpw-page-title.entry-title {
color: #a90329;
}
.fpw-layout-wrapped .fpw-featured-image {
float: right!important;
width: 45%!important;
margin-left: 10px!important;
overflow: hidden!important;
}
.mega-menu-item .fpw-widget-page:hover {
background-color: #000;
}
.mega-menu-item .fpw-widget-page:hover a h1, .mega-menu-item .fpw-widget-page:hover .fpw-excerpt p {color:#fff!important;}
#headerInfo span {
    float: right;
    width: auto;
    margin-top: 8px;
    clear: both;
    right: 10px;
}
#headerInfo span a {
    color: #777;
}
#headerInfo span a:hover {
    text-decoration: underline
}
#headerInfo form {
    clear: both;
    margin-top: 15px;
    float: right;
}
#headerInfo fieldset {
    float: right;
    width: 100%;
    border: 4px solid #fff;
}
#headerInfo fieldset legend {
    display: none;
}
#headerInfo input#searchText {
    font-family: 'HelveticaNeueLight';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    float: right;
    width: 146px;
    height: 19px;
    padding: 0px 5px;
    background-color: #e6e6e6;
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
#headerInfo input#searchSubmit {
    float: left;
    width: 21px;
    height: 19px;
}

/* container */
section#container {
    float: left;
    width: 100%;
    height: auto;
    border-top: 0;
    border-bottom: 0;
    padding: 20px;
}
/*.home section#container {padding:0!important;}*/

/* container -> content */
#content {
    float: left;
    height: auto;
    overflow: hidden;
}
#content h1 {
    clear: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    font-size: 30px;
    line-height: 34px;
}
#content h2 {
    clear: left;
    height: auto;
    font-size: 26px;
    line-height: 30px;
}
#content h3 {
    clear: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #9A1E20;
    font-size: 22px;
    line-height: 26px;
}
#content h3 a {
    width: 100%;
}
#content h4 {
    font-family: 'HelveticaNeueBold';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
    clear: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
}
#content h5 {
    clear: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}
#content h6 {
    clear: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
#content p {
    font-family: 'HelveticaNeue';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 22px;
}
#content ul {
    clear: left;
    height: auto;
    margin-bottom: 20px;
}
#content ol {
    clear: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#content ol li {
    clear: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
}
#content blockquote {
    float: left;
    width: 554px;
    padding-left: 60px;
    background: #fff url('images/container/single/blockquote.png') no-repeat;
}
#content pre {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#content strong, #content strong a {
    font-weight: bold;
}
#content em {
    font-style: italic;
}
#content strong em, #content em strong {
    font-weight: bold;
    font-style: italic;
}
#content table {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #ededed;
}
#content table tr th {
    padding: 10px;
    font-weight: bold;
}
#content table thead td {
    padding: 5px 0px;
    text-align: center;
    background-color: #ccc;
}
#content table tbody td {
    padding: 10px;
    background-color: #fff;
}
#content a {
    color: #1A3A6B;
    font-family: 'HelveticaNeueBold';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
}
#content h1 a {
    display: table;
    width:100%;
}
#content time {
    font-family: 'HelveticaNeueLight';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #ababad;
    text-transform: uppercase;
}
#content .editPage {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#content .editPage a {
    background-color: #999;
    padding: 4px 6px;
    color: white !important;
}
#content .editPage a:hover {
    background-color: #666;
}
#content .wp-caption {
    width: auto;
    margin: 20px 0px;
    overflow: hidden;
}
#content .alignright {
    float: right;
    width: auto;
    margin: 0px 0px 0px 20px;
}
#content .alignleft {
    float: left;
    width: auto;
    margin: 0px 20px 20px 0px;
}
#content .wp-caption img {
    width: 100%;
    height: auto;
}
#content .wp-caption .wp-caption-text {
    float: left;
    width: 95%;
    margin: -2px 0px 0px 0px;
    padding: 10px 30px 10px 10px;
    font-size: 13px;
    line-height: 16px;
    background-color: #eee;
    color: #000;
}

/* container -> content -> form */
#content input {
    border: 1px solid #ddd;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 5px;
    height: 20px;
}
#content textarea {
    border: 1px solid #ddd;
    font: normal 12px 'Istok Web', sans-serif;
    color: #4d4d4d;
    padding: 2px 3px;
}
#content select {
    border: 1px solid #ddd;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 20px;
    padding: 2px;
}
#content input[type="submit"] {
    background-color: #666;
    cursor: pointer;
    padding: 4px 15px;
    text-transform: uppercase;
    color: #FFF;
    height: 28px;
}
#content .wpcf7-form label {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 15px;
    color: #121212;
    font-size: 12px;
    line-height: 16px;
}
#content .wpcf7-form input {
    float: left;
    margin-bottom: 7px;
}
#content .wpcf7-form .wpcf7-text {
    width: 400px;
}
#content .wpcf7-form textarea {
    width: 404px;
    height: 80px;
}
#content .wpcf7-form p {
    margin-bottom: 6px !important;
}
#content .wpcf7-form .formWarning {
    margin-left: 165px;
    font-size: 12px;
    font-style: italic;
    color: #C00;
}
#content .wpcf7-form input.wpcf7-submit {
    margin-left: 165px;
}
#content .wpcf7-form small {
    display: block;
    clear: both;
    width: 400px;
    margin: 0 0 30px 165px;
    color: #777;
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
}
#content #wpcf7-f614-p1070-o1 .wpcf7-form label {
    width: 180px;
}
#content #wpcf7-f614-p1070-o1 .wpcf7-form small, #content #wpcf7-f614-p1070-o1 .wpcf7-form .formWarning, #content #wpcf7-f614-p1070-o1 .wpcf7-form input.wpcf7-submit {
    margin-left: 195px;
}
#content .wpcf7-form .wpcf7-form-control-wrap {
    height: 20px;
}
#content .wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    position: relative;
    left: 165px;
    clear: both;
}
#content .wpcf7-form-control.wpcf7-captchar {
    margin-left: 165px;
}

/* container -> content -> become */
#content h2.welcome {
    font-size: 48px;
    color: #9A1E20;
}
#content ul.benefitsList li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    background: url(images/comum/list.png) no-repeat;
    padding-left: 30px;
}

/* container -> content -> programs */
#content .programQuotes {
    margin: 10px 0 15px;
}
#content .programQuotes p {
    font-size: 20px;
    line-height: 24px;
    color: #9A1E20;
}
#content .programImage {
    margin: 0px 10px 10px 0px;
}
#content div.joinNow {
    float: left;
    width: 590px;
    padding: 15px;
    margin-bottom: 20px;
    background: #9A1E20;
    font-size: 28px;
    text-align: center;
}
#content div.joinNow a {
    color: #fff !important;
}
#content div.findSchool {
    float: left;
    width: 590px;
    padding: 15px;
    margin-bottom: 20px;
    background: #9A1E20;
    font-size: 28px;
    text-align: center;
}
#content div.findSchool a {
    color: #fff !important;
}

/* container -> content -> testimonials */
#content .testimonials {
    width: 390px;
}

/* container -> content -> breadcrumb */
ul#breadcrumb {
    float: left;
    width: 100%;
    height: auto;
    margin-left: -7px;
    margin-bottom: 20px;
}
ul#breadcrumb li {
    clear: none;
    float: left;
    width: auto;
    margin: 0px;
    font-size: 10px;
    text-transform: uppercase;
    list-style-type: none !important;
    color: #ccc;
}
ul#breadcrumb li a {
    padding: 0px 7px;
    color: #aaa !important;
}

/* addThis */
.addthis_toolbox {
    float: right;
}

/* aside -> box */
.box {
    margin-top:20px;
    float: left;
    width: 208px;
    height: auto;
}
.boxar {
    margin-top:20px;
    float: left;
    height: auto;
}
.boxar h2 {
    float: left;
    width: 100%;
    height: auto;
    padding: 18px;
    background-color: #9a1e20;
    background: #e50c04; /* Old browsers */
    background: -moz-linear-gradient(top,  #e50c04 0%, #a50303 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50c04), color-stop(44%,#a50303), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e50c04 0%,#a50303 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e50c04 0%,#a50303 44%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e50c04 0%,#a50303 44%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e50c04 0%,#a50303 44%,#6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50c04', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-family: 'HelveticaNeueCondensedBlack';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 0.5px;
}

/* aside -> box -> fieldset */
.boxar fieldset {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 10px 10px 10px;
    border: 1px solid #cacaca;
    background-color: #FFF; 
}
.boxar fieldset label {
    float: left;
    width: 249px;
    height: auto;
    margin-bottom: 15px;
    margin-right: 10px;
}
.boxar fieldset label strong {
    float: left;
    width: 250px;
    height: auto;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}
.boxar fieldset label select {
    float: left;
    width: 250px;
    height: auto;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    background-color: #FFF;
}

.box h2 {
    float: left;
    width: 172px;
    height: auto;
    padding: 18px;
    background-color: #9a1e20;
    background: #e50c04; /* Old browsers */
    background: -moz-linear-gradient(top,  #e50c04 0%, #a50303 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50c04), color-stop(44%,#a50303), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e50c04 0%,#a50303 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e50c04 0%,#a50303 44%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e50c04 0%,#a50303 44%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e50c04 0%,#a50303 44%,#6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50c04', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-family: 'HelveticaNeueCondensedBlack';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 0.5px;
}

/* aside -> box -> fieldset */
.box fieldset {
    float: left;
    width: 186px;
    height: auto;
    padding: 15px 10px 10px 10px;
    border: 1px solid #cacaca;
}
.box fieldset label {
    float: left;
    width: 186px;
    height: auto;
    margin-bottom: 15px;
}
.box fieldset label strong {
    float: left;
    width: 186px;
    height: auto;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}
.box fieldset label select {
    float: left;
    width: 186px;
    height: auto;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    background-color: #FFF;
}

/* footer */
footer {
    position: relative;
    float: left;
    width: 100%;/*
    height: 70px;*/
    margin-bottom: 15px;
    padding: 5px 30px 0px 30px;
    background: #3D3D3D;
    color: #fff;
    border-top: 0;
    border: 1px;
    border-style: solid;
    border-color: #000;
}
footer a {
    font-family: 'HelveticaNeueBoldItalic';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 16px;
}
footer .copyright {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 600px;
    font-size: 10px;
    line-height: 14px;
}
footer .copyright a:hover {
    text-decoration: underline;
}
footer strong {
    font-weight: bold;
    text-transform: uppercase;
}
footer nav {
    float: left;
    width: auto;
}
footer nav#footerBecomeMember {
    width: 20%;
}
footer nav#footerGeneralInfo {
    width: 20%;
}
footer nav#footerGbInteractive {
    width: 30%;
}
footer nav#footerGbAssociation {
    width: 20%;
}
footer nav#footerCompNet {
    width: 20%;
}
footer nav h6 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
footer nav h6 a:hover {
    text-decoration: underline;
}
footer nav li {
    float: left;
    width: 100%;
    font-size: 12px;
}
footer nav li a {
    display: block;
    width: 100%;
    padding: 1px 0px;
}
footer nav li a:hover {
    text-decoration: underline;
}

/* Google Maps */
#textSearch {
    width: 300px;
}
#gosearch {
    width: 80px;
    height: 25px;
    margin-top: 0;
    margin-left: 5px !important;
    padding: 0px 30px !important;
}

#schoolSearch {
    width: 300px;
}
#goschoolsearch {
    width: 80px;
    height: 25px;
    margin-top: 0;
    margin-left: 5px !important;
    padding: 0px 30px !important;
}

.searchMap {
    float: left;
  width: 49%;
margin-right: 1%;
font-size: 14px;
margin-bottom: 20px;
}
.searchMap #textSearch, .searchMap #schoolSearch {
width: 80%;
background-color:#ffffff;
}
.searchMap2 {
    float: right;
    width: 420px;
    font-size: 14px;
    margin-right: -18px;
}
/* world map */
h3#firstHeading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}
#bodyContent p {
    font-size: 14px;
    line-height: 1.4em;
    color: #000;
}
#bodyContent a {
    font-weight: bold;
}
#imgclick, #imgclick2 {
    float: right;
     width: 100%;
}
.widget_nav_menu h4{
    height: auto;
    padding: 18px;
    background-color: #9a1e20;
    background: #e50c04;
    background: -moz-linear-gradient(top, #e50c04 0%, #a50303 44%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50c04), color-stop(44%,#a50303), color-stop(100%,#6d0019));
    background: -webkit-linear-gradient(top, #e50c04 0%,#a50303 44%,#6d0019 100%);
    background: -o-linear-gradient(top, #e50c04 0%,#a50303 44%,#6d0019 100%);
    background: -ms-linear-gradient(top, #e50c04 0%,#a50303 44%,#6d0019 100%);
    background: linear-gradient(to bottom, #e50c04 0%,#a50303 44%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50c04', endColorstr='#6d0019',GradientType=0 );
    color: #fff;
    font-family: 'HelveticaNeueCondensedBlack';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 0.5px;
}
#imgclick .widget_nav_menu{
background-color: #FFF;}
.widget_nav_menu{
    margin-top:15px;
}
.col-om-4{
    width: 33%;
    float: left;
}
.col-om-12{
    width:100%; float:left;
    position:relative;
}
.footer ul{
    padding-top:10px;
    padding-left:20px
}

.footer.widget_nav_menu>div>ul>li:first-child{
    width: 100%;
    height: auto;
    padding: 9px;
    background-color: #9E1E21;
    background: #9E1E21;
    color: #fff;
    font-family: 'HelveticaNeue';
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.footer ul li a {
    font-size: 15px;

    font-family: 'HelveticaNeue';
    font-weight: 400;
}
.footer ul li{
    padding:5px 0px;
    padding-left:10px;
}

footer ul li a:hover {
    color:#e2e2e2;

}

footer ul li ul {
    padding-left:5px ! important;
}
footer ul li ul li{
    border-left:1px  dashed
}

.widget_listcategorypostswidget{
    height: 260px;
    overflow:hidden;
}
.widget_listcategorypostswidget li{
    height: 65px;
    overflow:hidden;
    margin-bottom: 10px;
}
.widget_listcategorypostswidget li img{
    width:75px;
    height:auto;
    float:left;
    display:block;
    margin-right:10px;
    margin-top:0;
}
.widget_listcategorypostswidget li p{
    padding-left:86px;
}
.widget_listcategorypostswidget h4 {
    font-size:15px;
    padding:5px;
    padding-left:0px;
}
.widget_listcategorypostswidget li>a:first-child {
background-color: #900000;
color: #FFF;
padding: 4px;
line-height: 20px;
padding-top: 4px!important;
width: 80%;
display: inline-block;
float: right;
margin-bottom: 2px;
} 
.cs-title {
padding: 30px!important;
}
.cs-title h3 {
font-size: 30px;
font-weight:bold;
}
.cs-title p {
font-size: 20px;
margin-top:5px;
}
.widget_listcategorypostswidget a:nth-child(2) {
display: inline-block;
float: left;
width: 80px;
height: 100px;
padding-top: 0;
margin-top: 0;
}

/* 2015 style */
.mfp-title a {
padding: 20px;
background-color: rgb(204, 204, 204);
margin: 0px auto;
display: block;
width: 176px;
margin-top:20px;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 2px 2px 5px #888888;
}
.mfp-figure {
line-height: 0;
padding: 10px;
background-color: #fff;
padding-left: 40px;
padding-right: 40px;
}
.mfp-bg {background: #FFFFFF!important;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {right:0!important;}
button.mfp-close {
background: white url(./images/colorbox-close-sprite.png) no-repeat 0 0!important;
width: 29px!important;
height: 29px!important;
background-position: 0 -34px;
text-indent: -9999px;
color: transparent!important;
margin-top: 20px;
margin-right: 30px;
cursor:pointer!important;
}
img.mfp-img {max-width: 60%!important;}
.mfp-bottom-bar {
margin-top: 0!important;
position: initial!important;
display: table!important;
}
.mfp-title {
text-align: center!important;
color: #454545!important;
padding-right: 0!important;
}
.mfp-counter {
position: initial!important;
color: #454545!important;
float: right!important;
}
.mfp-image-holder .mfp-content {
max-width: 40%!important;
}
#fmenu ul li {
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 20px;
    list-style:none;
}
.comment {list-style:none;}
.menu li, #nav ul li, #gbCategoryList ul li {   list-style:none;}
#gbCategoryList figure img {float:left; margin-right:20px;width:150px;height:auto;}
.row img {
width: 100%;
height: auto;
}
.row h3 {
    text-align:center;font-size:40px!important;
}
.row.socia {
text-align: center;
padding: 30px;
margin-bottom: 30px!important;
margin-top: 20px!important;
background-color: #fff;
}
.fts-slicker-instagram {width:100%!important;}
.slicker-instagram-placeholder .fts-instagram-icon:before {color: #fff;}
.slicker-instagram-placeholder .slicker-heart-comments-wrap {left: 10px!important;width: 94%!important;}
.slicker-instagram-placeholder .slicker-heart-comments-wrap li.slicker-instagram-image-titlo {color: #fff!important;padding: 0!important;
width: 100%!important;float: left;font-size: 16px!important;line-height: 20px!important;margin-bottom: 5px!important;}
.slicker-instagram-placeholder .slicker-date {left:35%!important;}
a.fts-slicker-backg.fts-instagram-img-link {
padding-bottom: 256px;
padding-top: 30px;
width:100%!important;
}
.slicker-instagram-placeholder .slicker-heart-comments-wrap li.slicker-instagram-image-likes {
margin-left: 35%!important;
}
.slicker-instagram-placeholder.fts-instagram-wrapper:hover .slicker-instagram-image-titlo {opacity:1!important;display:block!important;}
.fts-slicker-instagram.masonry.js-masonry div:nth-child(5), .fts-slicker-instagram.masonry.js-masonry div:nth-child(6) {display: none;}
a.over img {
width: 100%;
height: auto;
}
.menu-menublog-container > ul {
display: block;
position: relative;
margin: 0!important;
list-style: none;
padding: 0!important;
vertical-align: baseline;
line-height: 1;
}
.menu-menublog-container > ul li {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 100%;
}
.menu-menublog-container > ul li:first-child > a {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top: 0;
}
.menu-menublog-container > ul li a {
display: block;
position: relative;
margin: 0;
border-top: 1px dotted #fff;
border-bottom: 1px dotted #d9d9d9;
padding: 11px 20px;
font-family: Helvetica, Arial, sans-serif;
color: #e4433c;
text-decoration: none;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
font-weight: 300;
background: #eaeaea;
}
.row.socia i {
padding-left: 10px;
padding-right: 10px;
}
img.thimg.wp-post-image {
float: left;
margin-right: 10px;
clear: both;
width: 128px;
}
.lcp_catlist a:first-child {
display: block;
margin-bottom: 10px;
}
.lcp_catlist li {
margin-bottom: 30px;
display: table;
}
.prod #lcp_instance_0 li {
 line-height: 24px;
letter-spacing: 1px;
font-size: 13px;
width: 50%;
text-align:center;
float: left;
padding:20px;
position: relative;
color:#000;
background-color: rgba(255,255,255,0.8);
margin-bottom:0;
}
.prod ul#lcp_instance_0 img.thimg {
width: 330px;
}
.row.banner .col-md-8 {
padding: 0;
height: 400px;
overflow: hidden;
}
.row.banner .col-md-4 {
padding: 40px;
}
.row {margin:0!important;}
.banner a.btn.btn-default.btn-lg {
margin: 0 auto;
display: block;
width: 80%;
margin-top: 40px;
}
.row.newsc .col-md-4 .lcp_catlist a{font-size:18px;}
div.ppt {display:none!important;}
.row.banner {
margin-bottom: 10px!important;
width: 100%;
padding:20px;
margin: 0 auto!important;
padding-top: 0;
padding-bottom: 0;
}
.row.instag, .row.prod h3 {
margin-bottom: 30px!important;
margin-top: 30px!important;
background-color: #fff;
padding: 40px;
}
.newsc h4 {
padding: 25px;
margin-top: 0;
color: #FFFFFF!important;
font-family: 'HelveticaNeueBold'!important;
text-shadow: rgba(0, 0, 0, .01) 0 0 1px!important;
-webkit-font-smoothing: antialiased!important;
letter-spacing: 0.5px!important;
font-size: 28px!important;
background: #a90329;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
background: -webkit-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -ms-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: linear-gradient(to right, #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
}
.row.newsc .col-md-4 strong a {
font-size: 28px;
background: #a90329;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
background: -webkit-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -ms-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: linear-gradient(to right, #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
width: 100%!important;
display: table;
padding: 23px;
color: #ffffff!important;
margin-bottom: 22px;
}
.prod li .lcp_customfield a {
padding: 10px;
background-color: #ccc;
margin-top: 20px;
width: 150px;
position: initial!important;
border:1px solid #fff;
}
.prod #lcp_instance_0 a {
    color:#9A1E20!important;
}
#content ul#lcp_instance_0 {
padding: 20px;
}
.row.newsc .col-md-4 a:hover, .row.newsc .col-md-4 .menu-menublog-container li:hover + a {
    background-color:transparent!important;
}
.row.newsc .col-md-4 .menu-menublog-container li {margin-bottom:10px;box-shadow: 4px 2px 3px #888888;}
.row.newsc .col-md-4 a {
    font-size:20px;
}
#headerInfo img {
float: right;
}
.proimg {
float: left;
}
.acfield {
width: 48%;
float: left;
text-align: center;
}
.acfield p {
color: #CB0904;
font-size: 24px!important;
}
.acfield .urlf a {
padding: 10px;
width: 200px;
margin: 0 auto;
margin-top:20px;
background-color: #ccc;
}
.acfield .urlf a:hover {color:#ffffff!important;background-color:#CB0904;}
    .contsin {
        width: 48%;
float: left;
padding-left: 20px;
    }
    #imgclick .menu {
padding: 20px;
}
#imgclick .menu li {
font-size: 16px;
line-height: 22px;
}
li {
font-size: 14px;
line-height: 22px;
list-style: initial;
}
nav#changeCountry ul li, .footer ul li {
list-style: none;
}
.proimg.sing {
width: 50%;
margin-right: 10px;
margin-bottom:10px;
}
.proimg.sing img {
width: 100%;
height: auto;
}
.row.prod .lcp_catlist li {
width: 50%;
float: left;
display: table;
margin-bottom: 4px;
text-align: center;
}
.thim {
width: 50%;
display: table;
float: left;
}
.thim .thimg {
width: 100%!important;
}
.righ {
width: 50%;
float: left;
padding: 35px;
background-color: #eaeaea;
height: 372px;
}
.tito a {
font-size: 20px;
}
.righ .lcp_excerpt {
line-height: 20px;
margin-top: 26px;
}
.lcp_customfield a {
margin: 0 auto;
}
.lcp_customfield {
margin-top: 50px;
}
.row.prod .lcp_catlist li:hover > .righ {background-color:#000;color:#fff;-webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;}
.row.prod .lcp_catlist li:hover a {color:#fff!important;}
.row.prod .lcp_catlist li .lcp_customfield a:hover {color:#9A1E20!important;}
#headerInfo label {margin-bottom:0!important;}
li#navRight {text-align: right;float: right;}
li#navLeft {float: left;}
.cont.sing img {max-width: 48%;height: auto;}
.cont.sing h2, .cont.sing h1 {clear:none!important;}
nav#gbArchiveList li {
list-style: none;
}
nav#gbArchiveList figure {
float: left;
width: 50%;
margin-right: 10px;
}
nav#gbArchiveList figure img {
width: 100%;
height: auto;
}

@media all and (min-width:1650px) {
    nav#headerMenu1 .mega-menu-item-has-children {
padding-right: 106px!important;
}
#headerMenu1 .mega-menu-item-has-children:nth-child(3) {
margin-right: 150px!important;
}
}


@media all and (max-width:1550px) and (min-width:1380px) {
    nav#headerMenu1 .mega-menu-item-has-children {
padding-right: 52px!important;
}
#headerMenu1 .mega-menu-item-has-children:nth-child(3) {
margin-right: 165px!important;
}
}

@media all and (max-width:1379px) and (min-width:1300px) {
    nav#headerMenu1 .mega-menu-item-has-children {
padding-right: 44px!important;
}
#headerMenu1 .mega-menu-item-has-children:nth-child(3) {
margin-right: 150px!important;
}
.righ {
height: 312px!important;
}
.lcp_customfield {
margin-top: 12px!important;
}
}
@media all and (max-width: 1200px) {
    .proimg {
float: left;
width: 100%!important;
}
.acfield {
width: 100%;
float: left;
margin-top: 20px;
text-align: center;
}
.contsin {
width: 100%;
float: left;
padding-left: 0!important;
}
#respond input, .boxar, .boxar fieldset label select, #respond, #respond textarea {
width: 100%;}
}
@media all and (max-width:1299px) and (min-width:1200px) {
    nav#headerMenu1 .mega-menu-item-has-children {
padding-right: 15px!important;
}
#headerMenu1 .mega-menu-item-has-children:nth-child(3) {
margin-right: 156px!important;
}
.righ {
height: 296px!important;
padding: 20px!important;
}
.lcp_customfield {
margin-top: 12px!important;
}
}

@media all and (max-width:1200px) and (min-width:1140px) {
    .mfp-image-holder .mfp-content {
max-width: 60%!important;
}
nav#headerMenu1 .mega-menu-item-has-children {
padding-right: 25px!important;
}
#headerMenu1 .mega-menu-item-has-children:nth-child(3) {
margin-right: 0!important;
}
.mega-menu-wrap .mega-menu > li.mega-menu-item > a {
padding-left: 3px!important;
}
.mait {
width: 110px!important;
height: auto!important;
background-size: 100%!important;
}
.mait a {
width: 110px!important;
height: 114px!important;
}
}


@media all and (max-width:1139px) and (min-width:1050px) {
        .mfp-image-holder .mfp-content {
max-width: 60%!important;
}
    .slicker-instagram-placeholder.fts-instagram-wrapper {
width: 48%!important;
}
nav#headerMenu1 .mega-menu-item-has-children {
padding-right: 0px!important;
}
#headerMenu1 .mega-menu-item-has-children:nth-child(3) {
margin-right: 0!important;
}
.mega-menu-wrap .mega-menu > li.mega-menu-item > a {
padding-left: 3px!important;
}
.mait {
width: 110px!important;
height: auto!important;
background-size: 100%!important;
}
.mait a {
width: 110px!important;
height: 114px!important;
}
}

@media all and (max-width:1049px) and (min-width:800px) {
        .mfp-image-holder .mfp-content {
max-width: 60%!important;
}
    .slicker-instagram-placeholder.fts-instagram-wrapper {
width: 48%!important;
}
        .mega-menu-wrap .mega-menu-toggle:checked ~ .mega-menu {
z-index: 99;clear: both;
background-color: #BDBDBD;
}
 .mega-menu-wrap .mega-menu {    background: #a90329!important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzZkMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOTAzMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
background: -moz-linear-gradient(left,  #a90329 0%, #6d0019 46%, #a90329 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(46%,#6d0019), color-stop(100%,#a90329))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%)!important; /* IE10+ */
background: linear-gradient(to right,  #a90329 0%,#6d0019 46%,#a90329 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#a90329',GradientType=1 )!important; /* IE6-8 */}
    article#content img {
max-width: 100%;
height:auto;
}
.mega-menu-wrap .mega-menu-toggle + label:after {
background: #a90329!important;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
background: -moz-linear-gradient(left, #a90329 0%, #6d0019 46%, #a90329 100%)!important;
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(46%,#6d0019), color-stop(100%,#a90329))!important;
background: -webkit-linear-gradient(left, #a90329 0%,#6d0019 46%,#a90329 100%)!important;
background: -o-linear-gradient(left, #a90329 0%,#6d0019 46%,#a90329 100%)!important;
background: -ms-linear-gradient(left, #a90329 0%,#6d0019 46%,#a90329 100%)!important;
background: linear-gradient(to right, #a90329 0%,#6d0019 46%,#a90329 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#a90329',GradientType=1 )!important;}
.mega-menu-wrap .mega-menu-toggle + label {
float: right;
cursor: pointer;
position: relative;
z-index: 999;}
    article#content img {
max-width: 100%;
}
    nav#headerMenu1 .mega-menu-item-has-children, #headerMenu1 .mega-menu-item-has-children:nth-child(3) {
padding-right: 0!important;margin-right: 0!important;
}
.mait {
width: 115px!important;
height: 120px!important;
background-size: 100%;
}
header strong {margin-left:0;}
.banner a.btn.btn-default.btn-lg {width: 70%!important;}
.row.banner .col-md-4 {padding-top: 0!important;}
.row.newsc .col-md-4 strong a, .newsc h4 {
font-size: 20px!important;}
.righ {padding: 20px!important;height: 236px!important;}
.righ .lcp_excerpt {
line-height: 16px!important;
margin-top: 18px!important;
}
.lcp_customfield {
margin-top: 8px!important;
}
.prod li .lcp_customfield a {
margin-top: 2px!important;}
.tito a {
font-size: 16px!important;
}
.newsc h4 {
padding: 18px!important;}
.mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a, .mega-menu-wrap .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > h4.mega-block-title {
font-size: 14px!important;}
.mega-menu-item .pfc-post img {
width: 34%!important;
}
.mega-menu-item .pfc-post h2 {
width: 66%!important;}
.mega-menu-wrap .mega-menu .row-instagram img {
width: 100%!important;}
.mega-menu-wrap .mega-menu > li.mega-menu-megamenu a{
    padding: 0px 4px 0px 10px!important;
}
.col-instagram-6:nth-child(2) {
display: none!important;
}
.mega-menu-item-listcategorypostswidget-4 li a {
width: 100%!important;margin-bottom:4px!important;
}
.mega-menu-item-listcategorypostswidget-4 ul li {
min-height: 180px!important;
}
.mega-menu-item-listcategorypostswidget-5 a:first-child,
.mega-menu-item-listcategorypostswidget-6 a:first-child,
.mega-menu-item-listcategorypostswidget-7 a:first-child,
.mega-menu-item-listcategorypostswidget-8 a:first-child, .mega-menu-item-listcategorypostswidget-9 a:first-child {
width: 100%!important;margin-bottom:4px!important;}
.mait a {
width: 110px!important;
height: 120px!important;
}
}


@media all and (max-width:799px) {
        .mfp-image-holder .mfp-content {
max-width: 100%!important;
}
    .menu-menublog-container {
padding: 20px;
padding-top: 0;
}
.col-md-4 {
width: 100%!important;
padding: 0;
}
.col-md-8 {
width: 100%;
}
#respond, textarea#comment {
width: 100%;
}
    .mega-menu-wrap .mega-menu-toggle:checked ~ .mega-menu {
z-index: 99;clear: both;
background-color: #BDBDBD;
}
 .mega-menu-wrap .mega-menu {    background: #a90329!important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzZkMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOTAzMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
background: -moz-linear-gradient(left,  #a90329 0%, #6d0019 46%, #a90329 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(46%,#6d0019), color-stop(100%,#a90329))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #a90329 0%,#6d0019 46%,#a90329 100%)!important; /* IE10+ */
background: linear-gradient(to right,  #a90329 0%,#6d0019 46%,#a90329 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#a90329',GradientType=1 )!important; /* IE6-8 */}
    article#content img {
max-width: 100%;
height:auto;
}
.mega-menu-wrap .mega-menu-toggle + label:after {
background: #a90329!important;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
background: -moz-linear-gradient(left, #a90329 0%, #6d0019 46%, #a90329 100%)!important;
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(46%,#6d0019), color-stop(100%,#a90329))!important;
background: -webkit-linear-gradient(left, #a90329 0%,#6d0019 46%,#a90329 100%)!important;
background: -o-linear-gradient(left, #a90329 0%,#6d0019 46%,#a90329 100%)!important;
background: -ms-linear-gradient(left, #a90329 0%,#6d0019 46%,#a90329 100%)!important;
background: linear-gradient(to right, #a90329 0%,#6d0019 46%,#a90329 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#a90329',GradientType=1 )!important;}
.mega-menu-wrap .mega-menu-toggle + label {
float: right;
cursor: pointer;
position: relative;
z-index: 999;}
#wrapper {
display: inline-block!important;
margin-left: 3%!important;
}
header strong {margin-left: 0!important;}
#menu {margin-top: 12px!important;}
nav#headerMenu1 {
width: 100%;
}

.mait a {
width: 171px!important;
height: 174px!important;
}
.row.banner {
width: 100%!important;
padding-left: 20px!important;
padding-right: 20px!important;}
nav#headerMenu1 .mega-menu-item-has-children {
padding-right: 0!important;
}
#headerMenu1 .mega-menu-item-has-children:nth-child(3) {
margin-right: 0!important;
}
.row.prod .lcp_catlist li {
width: 100%!important;}
footer {
padding: 5px 10px 0px 10px!important;}
#fmenu ul {
width: 100%!important;
}
header strong {
width: 139px!important;
height: 59px!important;
background-size: 100%!important;
}
}

@media all and (max-width:800px) and (min-width: 750px) {
    .slicker-instagram-placeholder.fts-instagram-wrapper {
width: 48%!important;
}
    .righ {
height: 352px!important;}
}
@media all and (max-width:749px) and (min-width: 700px) {
    .slicker-instagram-placeholder.fts-instagram-wrapper {
width: 48%!important;
}
    .righ {
height: 337px!important;}
}
@media all and (max-width:699px) and (min-width: 620px) {
    .righ {
height: 305px!important;}
.lcp_customfield {
margin-top: 20px!important;
}
    .slicker-instagram-placeholder.fts-instagram-wrapper {
width: 48%!important;
}
a.fts-slicker-backg.fts-instagram-img-link {
padding-top: 70px!important;}
}
@media all and (max-width:619px) and (min-width: 570px) {
.slicker-instagram-placeholder.fts-instagram-wrapper {width: 48%!important;}
a.fts-slicker-backg.fts-instagram-img-link {padding-bottom: 155px!important;}
.righ {padding:30px!important;width:100%!important;height: auto!important;}
.lcp_customfield {margin-top: 5px!important;}
.row.banner .col-md-8 {height: auto!important;}
.row.banner .col-md-4 {padding: 0!important;}
footer .col-om-4, nav#nav, nav#nav li#navLeft, nav#nav li#navRight, .thim {width: 100%!important;}
}

@media all and (max-width:569px) and (min-width: 450px) {
.slicker-instagram-placeholder.fts-instagram-wrapper {width: 99%!important;}
.righ {padding:30px!important;width:100%!important;height: auto!important;}
.lcp_customfield {margin-top: 5px!important;}
.mait {left: 56%!important;width: 134px!important;height: 134px!important;background-size:100%;}
.mait a {width: 134px!important;height: 134px!important;}
header strong {width: 126px!important;height: 46px!important;}
#headerInfo img {width: 88%!important;}
#headerInfo {right: 18px!important;}
#headerInfo input#searchText {width: 126px!important;}
.row.banner .col-md-8 {height: auto!important;}
.row.banner .col-md-4 {padding: 0!important;}
footer .col-om-4, nav#nav, nav#nav li#navLeft, nav#nav li#navRight, .thim {width: 100%!important;}
}

@media all and (max-width:449px) {
        .slicker-instagram-placeholder.fts-instagram-wrapper {
width: 99%!important;
}
.mfp-image-holder .mfp-content {
max-width: 100%!important;
}
    h4 {font-size: 13px!important;}
    h3 {font-size: 14px!important;}
    h2 {font-size: 15px!important;}
    h1 {font-size: 16px!important;}
    .righ {
padding:30px!important;width:100%!important;height: auto!important;}
.lcp_customfield {
margin-top: 5px!important;
}
.mait {
left: 56%!important;
width: 98px!important;
height: 100px!important;background-size:100%;
position: initial;
float: none;
display: block;
left: 0!important;
margin-left: 0;
margin-top: 16px!important;
margin:0 auto;}
.mait a {
width: 98px!important;
height: 100px!important;
}
header strong {
position: absolute;
top: 0;
width: 100px!important;
right: 10px;
}
#headerInfo {
display: none;
}
.row.banner .col-md-8 {
height: auto!important;}
.row.banner .col-md-4 {
padding: 0!important;}
.thim, nav#nav, nav#nav li#navLeft, nav#nav li#navRight {
width: 100%!important;}
footer .col-om-4, .mega-sub-menu li, nav#gbArchiveList li figure, nav#gbCategoryList li figure {
width: 100%!important;
}
.pagenavi span {
float: left!important;
display: block;
margin-bottom: 10px!important;margin-top: 10px!important;}
a.nextpostslink {
float: left;
clear: both;
}
a.last {
float: left;
}
}

@media all and (max-width:389px) {
    #resultSearchForm fieldset input#searchInputText {width: 100%!important;}
    .mait {
position: initial;
float: none;
display: block;
left: 0!important;
margin-left: 0;
margin-top: 16px!important;
margin:0 auto;
}
header strong {
position: absolute;
top: 0;
width: 100px!important;
right: 10px;
}
#headerInfo {
display: none;
}
.row.socia {
padding-left: 5px;
padding-right: 5px;
}
#container #content {
width: 100%;
}
}

@media all and (max-width:330px) {
    .row.instag, .row.prod h3 {
padding: 20px!important;
}
.row.socia span {
width: 100%;
float: left;
margin-bottom: 20px;
}
.btn-default, .btn-info, input.cmb2-upload-button.button, .button-primary, .button, .button-secondary, input#addQQ_btn, #content input[type="submit"] {
    text-transform: capitalize!important;
    width:100%!important;
}
.fa-3x {
font-size: 2em!important;
}
.proimg.sing {
width: 100%!important;
margin-right: 0;
}
a.fts-slicker-backg.fts-instagram-img-link {
padding-bottom: 215px!important;}
}
div#buddypress #membership-wrapper {
    display:none;
}
/* I2I VISION - IM */
#comment {
    border: 1px solid #E2E2E2!important;
    width: 97%;
    border-radius: 5px;
    resize: none;
}
#commentform #submit {
    background: #931220;
    padding: 1.5%;
    margin-right: 3%;
    float: right;
    clear: right;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 1%;
    font-size: 12px;
}
#commentform #submit:hover {
    background-color: #999;
}

#read_message h5 {
    color: #FFF;
}

.modal-dialog input[type="text"],
.modal-dialog textarea {
    padding: 5px;
}

.modal-dialog textarea {
    resize: none;
}

.chosen-container .chosen-drop {
    border-top: 1px solid #aaa !important;
    padding-top: 10px;
}

@media (max-width: 680px) {
    .modal-dialog {
        margin-top: 50px !important;
    }
}
/* HH */
.wpcf7-response-output {
  clear: both;
}
#contactsupport #comment {
  display: none;
}
p#msg_content {
 border: solid;
 border-width: 1px;
 width: 93%;
 margin: 0 auto;
 border-color: darkgray;
 border-style: dashed;
 padding: 10px!important;
}

/* Like & Dislike Button */

.wpulike .counter a {
  background: #dfdfdf !important;
}

.wpulike .counter a.image-unlike {
  background-image: url(../img/icons/remove.png) !important;
}

/* ./ Like & Dislike Button */

/*iframe*/
iframe {
    width: 640px!important;
    height: 360px;
    margin: 0 auto;
    display: block;
}
/*header menu registeration item*/
li#mega-menu-item-23301 {
    padding-left: 80px !important;
}
/*to customize the images in the content[center imgs problem]*/
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cont.sing img {
     max-width: 100%; 
    height: auto;
    align-content: center;
}