@charset "utf-8";
/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400i&subset=cyrillic,cyrillic-ext'); /* font-family: 'PT Serif Caption', serif;  */
/************************** Import Fonts and Icons *************************/

@import url("prettyPhoto/prettyPhoto.css");

.serif {font-family: 'PT Serif Caption', serif; 
}

#google_translate_element {

}

.affix {
    position: fixed;
    top: 67px;
    width: 100%;
	z-index:100;
}

.developer {
    text-align: center;
}
/************************* General Styles for Tags *************************/
a {
    outline: 0;
    text-decoration: none;
    color:#542C00;
    font-weight:500;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color:#000;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

address { 
    font-size: .9em;
    line-height: 1.8em; 
    color: #666;
}

blockquote {
    background: #f9f9f9;
    border-left-color: #f3f3f3;
    color: #666;
    font-size: .9em;
    font-style: italic;
    line-height: 1.8em; 
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;

}

canvas{
    width: 100% !important;
    max-width: 800px;
    height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #542C00;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h2 { 
    font-size: 28px;
line-height: 1.2em !important;
margin-top: 0px;
margin-bottom: 10px;
padding: 0 0 10px 5px;
border-bottom: #f3f3f3 solid 1px;
font-weight: 600;
}

h3 { 
font-size: 16px;
}

img {
    width: 100%;
}

img.pull-right {
    margin: 0 0 1.5em 1.5em;
}

img.pull-left {
    margin: 0 1.5em 1.5em 0;
}

p { 
    font-size: .95em;
    line-height: 1.8em; 
    color: #333132;
}
.mrT110 {
    margin-top: 110px;
}
.pp_social {
    width: 100%;
}
ul { padding: 0; }

.btn {
    text-transform: normal;
    background: #666;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    height: auto;
    line-height: 1;
    opacity: 1;
    position: static;
    padding: 7px 10px;
    text-shadow: none;
    width: auto;
    font-weight: 400;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}
.btn:hover {
    background: #542C00;
    color: #f3f3f3;
    opacity: 1;
}

.btn.idi {
	border-radius:0;
	margin-top:-6px;
	padding:8px;
}

/************ Transition ************/
.social li a {
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}



/***************************************************************************/
/********************** General Styles for Components **********************/
/********************************* Scrollbar *******************************/
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(182,182,182,0.8); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(182,182,182,0.4); 
}




/********************************* Horizontal line *******************************/
.horizontal-line {
    border-top: 1px solid #E3E3E3;
    float: left;
    margin: 40px 0;
    width: 100%;
}



/********************************* Dropdowns *******************************/
.dropdown {  
    z-index: 2000; 
}

.dropdown ul {
    display: none;
    left: 0;
    overflow: visible;
    position: absolute;
    text-align: left;
    top: 100%;
}

.dropdown:hover ul {
    display: block;
}

.dropdown ul li {
    display: inline-block;
    list-style: none;
}

.dropdown ul li a {
    display: inline-block;
    margin: 0;
    padding: 0 15px;

}



/********************************* pagination ********************************/

.pagination {
    border-radius: 0;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
}

.pagination li a {
    background: #555 ;
    border-radius: 0;
    border: none;
    color: #fff;
    height: 43px;
    margin: 7px;
    padding: 10px 17px;
    width: 43px;
}

.pagination li a:hover, .pagination li.active a, .pagination li.active a:hover {
    background: #542C00;
}

.pag-go-to-box input.idi {
 	padding:2px;
	font-size:18px;
	width: 75px;
	margin-right:10px;
}



/********************************* Carousel ********************************/
.carousel-control {
    background: #b0b0b0;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    height: 42px;
    line-height: 42px;
    opacity: 1;
    position: static;
    text-shadow: none;
    width: 42px;
    font-weight: 400;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}

.carousel-control:hover,
.carousel-control:focus {
    background: #542C00;
    color: #f3f3f3;
    opacity: 1;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: static;
}


/*********************************** Panel *********************************/
.panel {
    background: #e6e6e6;
    border-radius: 0;
    padding: 15px;
    position: relative;
}

.panel .panel-heading {
    font-size: 1.45em;
    font-weight: 700;
}

.panel .panel-heading span {
    color: #666;
    display: block;
    font-size: .6em;
    font-style: italic;
    font-weight: 400;
}

.corner {
    color: #fff;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 2px;
}

.ribbon {
    text-transform: normal;
    font-size: 5em;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 35px 50px 10px 0;
    left: -5px;
    top: -7px;
    width: 137px;
}

.panel .corner .hot {
    background-color: #f0414d;
}

.panel .corner .top {
    background-color: #1c9845;
}

.panel .corner .new {
    background-color: #00799a;
}

.panel .list-group li {
    background: none;
    border-color: #fff;
    color: #666;
    font-size: .9em;
}

.panel .list-group li i {
    font-size: 1.2em;
    margin-left: -15px;
}

.panel .panel-footer {
    background: #542C00;
    border-radius: 0;
    color: #f3f3f3;
    display: block;
    font-weight: 700;
    margin: 20px -15px -15px -15px;
    text-align: center;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}

.panel .panel-footer:hover {
    background: #f3f3f3;
    color: #542C00;
}

.panel .panel-footer i {
    font-size: 1.3em;
    margin-left: 5px;
}



/******************************* Progress Bar ******************************/
.progress {
    background-color: #dddddd;
    border-radius: 0;
    height: auto;
}

.progress .bar {  
    background-color: #542C00;
    background-image: none;
    border-radius: 0;
    color: #f3f3f3;
    font-size: .9em;
    font-weight: 400;
    padding: 0.5em 1em;
    text-align: left;
}



/********************************* Accordion *******************************/
.panel-accordion {
    background: none;
    padding: 0;
}

.panel-accordion .panel-heading {
    padding: 10px 0;
}

.panel-accordion .accordion-toggle {
    font-size: 1.4em;
}

.panel-accordion .accordion-toggle span,
.panel-accordion .accordion-toggle:hover span.invert {
    background: #f3f3f3;
    border-radius: 3px;
    color: #542C00;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 30px;
    -webkit-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;
    -moz-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;
    -ms-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;
    -o-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;
    transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;   	
}

.panel-accordion .accordion-toggle:hover span,
.panel-accordion .accordion-toggle span.invert {
    background: #542C00;
    color: #f3f3f3;
}



/******************************* Testimonial *******************************/
.testimonial-container p {
    border-radius: 3px 3px 3px 3px;
    border: 2px solid #cdd1d0;
    margin: 0 25px 0 0;
    padding: 1.5em 2em;
}

.testimonial-container span.border {  
    border-right: 32px solid transparent;
    border-top: 22px solid #cdd1d0;
    display: block;
    margin-left: 4em;
    margin-top: -2px;
    width: 0;
}

.testimonial-container span.back {  
    border-right: 25px solid transparent;
    border-top: 18px solid white;
    display: block;
    margin-left: 2px;
    margin-top: -22px;
    width: 0;
}

.testimonials-name {  
    margin: 0;
}

.testimonials-position {
    color: #4c4f54;
    margin: 0;
    text-transform: uppercase;
}



/*********************************** Tabs **********************************/
.nav-tabs {
    border-bottom: 0;
    font-size: 14px;
}

.nav-tabs > li > a {
    background: #1C9845;
    border-left: 0;
    border-radius: 0;
    border: 1px solid #DDD;
    color: white;
    font-weight: bold;
    margin-right: 0;
    padding: 0.6em 2em;
    text-transform: normal;
}

.nav-tabs > li > a:first-child { 
    border-left: 1px solid #DDD;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    color: #542C00;
}

.nav-tabs > li > a:hover {
    background: #252f38;
}

.tab-content {
    padding:0em;
}



/******************************** Tabs Left ********************************/
.tabs-left .nav-tabs {
    padding: 0;
}

.tabs-left .nav-tabs > li {
    border-bottom: 1px solid #ddd;
    float: none;
}

.tabs-left .nav-tabs > li a {
    background:none;
    border: none;
    color: #4c4f55;
    display: table-cell;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 50px;
    padding: 0 1em 0 2em;
    text-transform: capitalize;
    vertical-align: middle;
    width: 217px;
}

.tabs-left .nav-tabs > li:hover a {
    color: #542C00;
}

.tabs-left .nav-tabs > li.active {
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top: 1px solid #ddd;
    margin-right: -1px;
    z-index: 1;
}

.tabs-left .nav-tabs > li.active a {
    border: 0;
    color: #252f38;
}

.tabs-left .tab-content {
    border: none;
    border-left: 1px solid #ddd;
}





/***************************************************************************/
/**************************** Plugins / Modules ****************************/

/**************************** Isotope filtering ****************************/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}





/***************************************************************************/
/******************* General Styles for Commons Sections *******************/

/********************************* General *******************************/
.row { 
    margin: 60px 0 0 0;
}

.row .row { 
    margin: 0 0 30px 0;
}




/******************************** Social Icons *****************************/
.social li  {
    display: block;
    float: right;
    list-style: none;
    text-align: center;
    margin-left: 1px;
}

.social li a {
    background:none;
    display: block;
    height: 33px;
    width: 33px;
    line-height: 33px;
    font-size: 1.2em;
}

.social li a i {
    color: #333132;
}
.social li a:hover i {
    color: #fff;
}

.social li a.twitter:hover {
    background: #00aced;
}

.social li a.facebook:hover {
    background: #3b5998;
}

.social li a.gplus:hover {
    background: #dd4b39;
}

.social li a.linkedin:hover {
    background: #007bb6;
}

.social li a.pinterest:hover {
    background: #cb2027;
}

.social li a.vimeo:hover {
    background: #aad450;
}

.social li a.play:hover {
    background: #bb0000;
}

.social li a.instagram:hover {
    background: #517fa4;
}

.social li a.instagram:hover {
    background: #ff0084;
}



/******************************* Pricing Table *****************************/
.pricing-table {
    border: 3px solid #eee;
    list-style: none;
    margin: 0 0 50px 0;
    text-align: center;
}

.pricing-table li { 
    color: #999;
    font-size: .9em;
    font-weight: 400;
    padding: .5em;
}

.pricing-table .title {
    color: #542C00;
    font-size: 1.3em;
}

.pricing-table .price {
    background: #f7f7f7;
    color: #542C00;
    font-size: 1.5em;
    padding: .3em;
}

.pricing-table .price span {
    font-size: .6em;
    vertical-align: top;
}

.pricing-table .button {  
    background: #f7f7f7;
}

.pricing-table .button a {
    background: #999;
    border-radius: 2px;
    color: #fff;
    display: block;
    margin: .5em auto;
    padding: .7em;
    text-transform: uppercase;
    width: 7em;
}

.pricing-table.active .price,
.pricing-table:hover .price,
.pricing-table.active .button a,
.pricing-table:hover .button a {
    background: #542C00;
    color: #f3f3f3;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}

.pricing-table.active.sec .price,
.pricing-table:hover.sec .price {
    background: #f3f3f3;
    color: #542C00;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}

.pricing-table.active.sec,
.pricing-table:hover.sec {
    border-color: #f3f3f3;
}



/******************************* Aside *****************************/
aside h2 {
    border-bottom: 2px solid #f3f3f3;
    border-left: none;
    clear: both;
    font-size: 1.3em;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 0 0 .75em 0;
}

aside h2:first-child {
    margin: 0
}

aside .arrow {
    border-color: #542C00 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    display: block;
    height: 0px;
    margin: 0 0 20px 20px;
    width: 0px;
}

aside ul li {
    list-style: none;
}

aside ul li i {
    color: #999;
}

aside ul li a {
    color: #555;
    display: inline-block;
    font-size: .85em;
    height: 2em;
}

aside ul li a:hover, aside ul li.active a {
    color: #542C00;
}



/*********************************** Posts *********************************/
.post {
  position: relative;
  margin-bottom: 25px;
}

.post h2 a {
	color:#666;
}

.post .date {
    background: #bbb;
    color:#fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 73px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    opacity: 0.9;

}

.post .date .day {
    display: block;
    font-size: 1.6em;
    height: 25px;
    margin: 8px 0 0 0;
    vertical-align: bottom;
    width: 100%;
}

.post .date .month {
    display: block;
    font-size: .75em;
    height: 40px;
    line-height: 40px;
    margin: 0;
    vertical-align: top;
    width: 100%;
}

.post .date .comments {
    background: #fff;
    display: block;
    font-size: .7em;
    height: 30px;
    line-height: 30px;
    width: 100%;
color:#000;
}

.post .date .comments a {
    color: #fff;
}

.post .date, .post .date:hover {
    background: #542C00;
}

.post .date:hover .comments, .post .date .comments {
    background: #fff;
	color:#555;
}

.post .content {
}

.post .content .post-img { 
    margin-bottom: 10px;
    position: relative;
    width: 100%;	
}

.post .content .post-img img { 
    width: 100%;
}

.post .content .post-img .more { 
    background: rgba(30,30,30,0.3);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;	
}

.post .content .post-img .more a {
    background: #542C00;
    color: #f3f3f3;
    display: block;
    font-size: 3em;
    height: 66px;
    left: 50%;
    line-height: 66px;
    margin: -33px 0 0 -33px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 66px;
}

.post .content .post-img .more a i {
    font-size: 0.6em;
    line-height: 2.2;
    display: block;
    margin: 0 auto;
}

.post .content .post-img:hover .more { 
    display: block;
    cursor: pointer;
}

.post .content .post-img .foot { 
    background: #f0f0f0;
    color: #a7a7a7;
    font-size: .8em;
    font-weight: 700;
    line-height: 43px;
    min-height: 43px;
}

.post .content .post-img .foot span { 
    margin: 0 15px;
}

.post .content .post-img .foot span a { 
    color: #a7a7a7;
    font-size: 1.5em;
    margin: 0 5px;
}

.post .content .post-img .foot span a:hover { 
    color: #542C00;
}



/******************************** Comments *********************************/
.container-comments .single-comment {
    border-bottom: 1px dotted #888;
    padding-bottom: 20px;
    padding-top: 10px;
}

.container-comments .single-comment header {
    height: 80px;
}

.container-comments .single-comment header h4 {
    font-size: .8em;
    font-weight: 400;
    margin-bottom: 0;
}

.container-comments .single-comment header small {
    color:  #5d5d5d;
    font-size: 0.7em;
}

.container-comments .single-comment header img {
    background: #f8ffa2;
    border-radius: 2px;
    border: 1px solid #efefef;
    float: left;
    height: 78px;
    margin: 0 15px 0 0;
    width: 78px;
}

.container-comments .single-comment header .btn {
    border: none;
    font-size: .8em;
    font-weight: normal;
    margin: 15px 0 0 0;
    padding: 1em;
}





/********************************** Grid ***********************************/
.grid.magic-grid { 
    padding: 0;
}

.grid.magic-grid .filters { 
    background: #542C00;
    margin: 0 10px 2em;
    min-height: 35px;
    padding: 0 1em;
}

.grid.magic-grid .filters button { 
    background: #542C00;
    border: none;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    height: 35px;
    padding: 0 1em;
    text-transform: uppercase;
    outline: 0;
}

.grid.magic-grid .filters button:hover { 
    outline: 0;
    color: #f3f3f3;
}

.grid.magic-grid .filters button.active { 
    outline: 0;
    background-color: #f3f3f3;
    color: #542C00;
    height: 45px;
    margin: -5px 0;
}

.grid.magic-grid .element { 
    cursor: pointer;
    margin: 10px;
    width: 265px;
    position: relative;	
}

.grid.magic-grid .element .text { 
    background-color: #f3f3f3;
    font-size: 1.2em;
    font-weight: 700;
    height: 20%;
    padding: 10px 15px;
}

.grid.magic-grid .element .text p { 
    color: #542C00;
    line-height: 1.2em;
    margin: 0;
}

.grid.magic-grid .element .text span { 
    display: block;
    font-size: .7em;
    line-height: 1.5em;
}

.grid.magic-grid .element .more { 
    background: rgba(30,30,30,0.3);
    display: none;
    height: 80%;
    position: absolute;
    width: 100%;
}

.grid.magic-grid .element .more a {
    background: #542C00;
    color: #f3f3f3;
    display: block;
    font-size: 3em;
    height: 66px;
    left: 50%;
    line-height: 66px;
    margin: -33px 0 0 -33px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 66px;
}

.grid.magic-grid .element:hover .text { 
    background: #542C00;
    color: #f3f3f3;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}
.grid.magic-grid .element:hover .text p { 
    color: #f3f3f3;
}

.grid.magic-grid .element:hover .more { 
    display: block;
}



/****************************** General Forms ******************************/
.form-control {
    border-radius: 0;
    min-height: 50px;
}

form button {
    background: #542C00;
    border: none;
    color: #f3f3f3;
    padding: 0.7em 1.2em;
    text-transform: normal;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}
form button:hover {
    background: #f3f3f3;
    color: #542C00;
}


/****************************** Comment Forms ******************************/
.form-comment  {
    margin-top: 60px;
}

.form-comment .form-group {
    margin: 20px 0 0;
    width: 48%;
}
.form-comment .form-group.txt {
    width: 100%;
}
.form-comment button {
    margin-top: 20px;
}

.form-comment input {
    width: 100%;
}



/******************************  Most Viewed  ******************************/
.most-viewed {
    float: left;
    font-size: .9em;
    font-weight: 700;
    margin:  0 0 20px 0;
    width:	100%;
}

.most-viewed a {
    color: #888;
    display: block;
	font-size:12px;
}

.most-viewed a:hover {
    color: #542C00;
}

.most-viewed span {
    color: #888;
	font-size:10px;
    font-weight: normal;
}

.most-viewed div {
    float: left;
    height: 90px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 60px;
}

.most-viewed div img {
    width: 100%;
}


/********************************** Search *********************************/
.search input,
.search button {
    border-radius: 0;
    min-height: 34px;
    padding:0 6px;
}
.search button.btn {
    border: 1px solid #542C00;
    color: #fff;
	background-color: #542C00;
}
.search button.btn:hover {
	background-color: #fff;
	color: #542C00;
border: 1px solid #ccc;
}



/*********************************** Tags **********************************/
.tags {
    font-size: .9em;
}

.tags a {
    color: #888;
}

.tags a:hover {
    color: #542C00;
}



/***************************** Add Cart Button *****************************/
.addcart {
    background: #999;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    font-size: .7em;
    height: 2.7em;
    line-height: 2.7em;
    margin: 1em 0;
    padding: 0 1em;
    text-transform: uppercase;
    width: 12em;
}

.addcart span {
    border-right: 1px dotted #fff;
    display: inline-block;
    margin: 0 .9em 0 0;
    padding: 0 .9em 0 0;
}
.addcart span i {
    font-size: 1.2em;
}



/********************************** Star ***********************************/
.star {
    display: block;
    font-size: 1em;
    height: 1.89em;
    line-height: 1.89em;
    margin: .7em 0 .7em .7em;
    padding: 0 .7em;
    text-transform: uppercase;
}

.star span {
    color: #f3f3f3;
}

.star i:before {
    margin: -0.2em;
}




/******************************* Sports News *******************************/
#sports-news .item > div {
    float: left;
    margin: 10px;
    position: relative;
    width: 23%;
}

#sports-news .item div .more { 
    background: rgba(30,30,30,0.3);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

#sports-news .item div .more a {
    background: #542C00;
    color: #f3f3f3;
    display: block;
    float: left;
    font-size: 235%;
    height: 26%;
    margin: -13% 5% 0;
    position: relative;
    text-align: center;
    top: 50%;
    width: 26%;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}

#sports-news .item div .more a i {
    font-size: 0.7em;
}

#sports-news .item div .more a:hover {
    background: #f3f3f3;
    color: #542C00;
}

#sports-news .item div .more a:first-child {
    margin-left: 20%;
}

#sports-news .item div:hover .more { 
    display: block;
}





/***************************************************************************/
/************************ General Styles for Header ************************/

header .row {
    margin: 0px;
}

header .topbar {
    /* background: #444 url("../img/pattern-play.png") center center; */
    background: #f3f3f3;

    color: #fff;
    font-weight: bold;
    line-height:1;
    text-transform: normal;

    position: fixed;
    z-index: 99;
    width: 100%;
}
header .topbar .row > div:first-child {
    padding: 10px 0; 
}
@media (min-width:320px) and (max-width: 991px) {
    header .topbar .row > div:first-child {
        padding: 5px 0;
    }
}

@media (max-width:360px) {
.sakrij-me { display:none!important;}   
}
header .topbar i {
    color: #542C00;
}

.navbar {
    background: #542C00;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 0 0;
    min-height: 50px;
    text-transform: normal;
    width: 100%;
	top:32px;
}

.navbar .navbar-header {
    margin:0;
}

.navbar .navbar-header .navbar-toggle {
    background: #f3f3f3;
}
.navbar .navbar-header .navbar-toggle span {
    background: #542C00;
}

.navbar .navbar-nav {
    float: right;
}

.navbar .navbar-nav li a {
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    font-size: 16px;
}

.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
    background: none;
    color: #f3f3f3;
}

.navbar .navbar-nav>li.active a{
    background: #f3f3f3;
    color: #542C00;	
}

.navbar .navbar-nav .dropdown ul { 
    font-size: 1em;
    font-weight: 700;
    margin: -1px 0 0 -2px;
    padding: 0;
    text-transform: none;
}

.navbar .navbar-nav .dropdown ul li { 
    background-color: #542C00;
    border-bottom: 1px solid #333;
    padding: 0;
}

.navbar .navbar-nav .dropdown ul li:last-child { 
    border:none;
}

.navbar .navbar-nav .dropdown ul li a { 
    background: #542C00;
    color: #fff;
    margin: 1px 0 1px 0;
    width: 200px;
    height: 44px;
    line-height: 44px;
}

.navbar .navbar-nav .dropdown ul li.active a,
.navbar .navbar-nav .dropdown ul li a:hover { 
    color: #f3f3f3;
}

header .navbar .navbar-header {
    margin:0;
}

header .navbar .navbar-header .navbar-toggle {
    background: #f3f3f3;
}
header .navbar .navbar-header .navbar-toggle span {
    background: #542C00;
}

header .navbar .navbar-nav {
    float: right;
}

header .navbar .navbar-nav li a {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 13.5px;
}

header .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
    background: none;
    color: #f3f3f3;
}

header .navbar .navbar-nav>li.active a{
    background: #f3f3f3;
    color: #542C00;	
}

header .navbar .navbar-nav .dropdown ul { 
    font-size: 1em;
    font-weight: 700;
    margin: -1px 0 0 -2px;
    padding: 0;
    text-transform: none;
}

header .navbar .navbar-nav .dropdown ul li { 
    background-color: #542C00;
    border-bottom: 0px solid #fff;
    padding: 0;

}

header .navbar .navbar-nav .dropdown ul li:last-child { 
    border:none;
}

header .navbar .navbar-nav .dropdown ul li a { 
    background: #542C00;
    color: #fff;
    height: 44px;
    line-height: 44px;
    margin: 1px 0 0;
    width: 320px;
}

header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover { 
    color: #f3f3f3;
}

header .subbar {
    background: #f3f3f3;
    font-size: 1.2em;
    font-weight: 700;	
    min-height: 80px;
    position: relative;
    text-transform: uppercase;
}

header .subbar .title {
    height: 30px;
    margin: 25px 0;
}

header .subbar .title em {
    border-left: 1px dotted #333;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    margin-left: 10px;
    padding-left: 10px;
    text-transform: none;
}

header .subbar .breadcrumbs {
    font-size: 0.6em;
    font-style: italic;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    margin: 25px 0;
    text-align: right;
    text-transform: none;
}

header .subbar .breadcrumbs a {
    color: #542C00;
}

header .subbar .breadcrumbs a:last-child {
    text-transform: uppercase;
}

header .subbar .breadcrumbs i {
    font-size: .8em;
}

header .subbarinner {
    background: #fff;
    font-size: 1.2em;
    font-weight: 700;	
    min-height: 30px;
	text-alighn:right;
	width:100%;
	z-index:10;
    text-transform: uppercase;
    top: 80px;
-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 5px 5px;
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 5px 5px;
min-height:40px!important;
}

header .subbarinner .title {
    height: 30px;
    margin: 5px 0 5px 0px;
}

header .subbarinner .title em {
    border-left: 1px dotted #333;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    margin-left: 10px;
    padding-left: 10px;
    text-transform: none;
}

header .subbarinner .breadcrumbs {
    font-size: 0.6em;
    font-style: italic;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    text-align: right;
    text-transform: none;
}

header .subbarinner .breadcrumbs a {
    color: #542C00;
}



header .subbarinner .breadcrumbs i {
    font-size: .8em;
}




/***************************************************************************/
/************************ General Styles for Footer ************************/
footer {
    margin-top: 40px;
}

footer h2 {
 
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
    padding-left: 0px;
    text-transform: uppercase;
}

footer p {
    font-size: 15px;
color: #fff;
}

footer a {
    color: #fff;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
	font-size: 14px;
}

footer a:hover {
    color: #f1f1f1;
}

footer .topfoot {
    background: #f5f5f5;
    min-height: 170px;
}

footer .topfoot .carousel-inner {
    text-align: center;
    margin: 30px 50px;
    width: auto;
}

footer .topfoot .carousel-inner .item > div {
    display: inline-block;
    margin: 0 20px;
    width: 110px
}

footer .topfoot .carousel-inner .item div:first-child {
    margin-left: 0;
}

footer .topfoot .carousel-inner .item div:last-child {
    margin-right: 0;
}

footer .topfoot .carousel-control {
    border-radius: 3px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    transition: ease-in .4s;
}

footer .topfoot .carousel-control.control-right {
    left: 100%;
    margin-left: -42px;
}

footer .middlefoot {
    background: #333 url("../img/footer-bg.jpg") center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    color: #888;
    font-size: .85em;
    min-height: 485px;
}

footer .middlefoot ul li {
  
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .middlefoot .about a {
    font-style: italic;
    font-weight: 700;
}

footer .middlefoot .about a span {
    margin: 0 5px;
}

footer .middlefoot .about a i {
    font-size: 1.5em;
}

footer .middlefoot ul.hours li {
    border-bottom: 1px solid #383838;
    height: 4em;
    line-height: 4em;
}

footer .middlefoot ul li i {
    color: #f3f3f3;
    font-size: 1.2em;
    margin-right: 1px;
}

footer .middlefoot ul.hours li i {
    line-height: 2.3em;
}

footer .middlefoot .recent-news {
    font-weight: 700;
    margin: 0 0 5px 0;
}

footer .middlefoot .recent-news a {
    display: block;
    margin: 0 0 10px 0;
}

footer .middlefoot .recent-news span {
    font-size: 12px;
    font-weight: inherit;
	color: #fff;
}

footer .middlefoot .recent-news div {
    border-radius: 3px;
    float: left;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 80px;
}

footer .middlefoot .recent-news div .post-icon {
    background: rgba(100,100,100,0.5);
    color: #542C00;
    font-size: 1.5em;
    height: 100%;
    left: 0;
    padding: 1em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

footer .middlefoot .recent-news:hover div .post-icon {
    background: #f3f3f3;
}

footer .middlefoot .recent-news div img {
    width: 100%;
}

footer .bottomfoot {
    background: #321A00; /* #542C00 rgba(84, 44, 0, 1) */
    color: #fff;
    font-weight: 700;
    text-transform: normal;
}


footer .bottomfoot .row {
    margin: 0;
    padding:0;
}

footer .bottomfoot p {
    line-height: 2;
    margin:10px 0 10px 0;
    font-size: .8em;
	color: #fff;
}

footer .bottomfoot p a {
    color: #fff;
}

footer .bottomfoot p a:hover {
    color: #f3f3f3;
}

footer .bottomfoot .social li a {
    height: 44px;
    line-height: 44px;
    margin: 0 1px 0 0;
    width: 40px;
	background:none;
	color:#fff!important;
}
footer .bottomfoot .social li a:hover {
	background: #fff;
}
footer .bottomfoot .social li a i {
	color: #fff;
}
footer .bottomfoot .social li a:hover i {
	color: #542C00;
}


/***************************************************************************/
/************************ Specific Styles for Pages  ***********************/
/******* A KAKO OVO MISLITE DA RADI SA DINAMICKIM STRANICAMA ??? ***********/

/****************************** Single Trainers  ***************************/
#strainers #img-trainer {
    float: left;
    margin: 0 20px 20px 0;
    width: 370px;
}

#strainers #img-trainer .item {
    height: 330px;
    width: 100%;
}

#strainers #img-trainer .item img {
    width: 100%;
}

#strainers #img-trainer .carousel-control {
    left: 100%;
    position: absolute;
    top:0;
}

#strainers #img-trainer .carousel-control.next {
    margin: 0 0 0 -42px;
}

#strainers #img-trainer .carousel-control.prev {
    margin: 0 0 0 -84px;
}


#strainers .class-experience p,
#strainers .class-experience h3 {
    text-align: center;
}

#strainers .chart {
    color: #542C00;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    margin: 0 auto;
}



/******************************* Single Classes  ***************************/
#sclasses #img-class {
    margin: 0 0 20px 0;
    width: 100%;
}


#sclasses #img-class .item {
    width: 100%;
}

#sclasses #img-class .item img {
    width: 100%;
}

#sclasses #img-class .carousel-control {
    left: 100%;
    position: absolute;
    top:0;
}

#sclasses #img-class .carousel-control.next {
    margin: 0 0 0 -42px;
}

#sclasses #img-class .carousel-control.prev {
    margin: 0 0 0 -84px;
}

#sclasses #sports-news {
    float: right;
}


/********************************* Contacts ********************************/
#contacts {
    margin-bottom: 50px;
}

#contacts #map {
  width: 100%;
  height: 525px;
}

#contacts p {
    margin-bottom: 3em;
}

#contacts address {
    color: #999;
    display: inline-block;
    width: 49%;
}

#contacts address abbr {
    color: #542C00;
    font-style: italic;
    margin-right: .5em;
}







/********************************** Trainers  ******************************/
#trainers {
    margin-bottom: 60px;
}

#trainers .grid.magic-grid .element { 
    height: 445px;
    position: relative;
    overflow: hidden;
}

#trainers .grid.magic-grid .element .background { 
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

#trainers .grid.magic-grid .element .text { 
    background: transparent;
    border-radius: 50%;
    border: 6px solid rgba(0,0,0,0.1);
    height: 200px;
    left: 0;
    margin: -90px 32px 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

#trainers .grid.magic-grid .element .text .info { 
    background: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 40px 20px 0;
    text-align: center;
    font-size: .9em;
    color: #999;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
#trainers .grid.magic-grid .element .text .info p { 
    color: #999;
}

#trainers .grid.magic-grid .element .text .info span { 
    text-transform: uppercase;
}

#trainers .grid.magic-grid .element:hover .text { 
    top: 50%;
}

#trainers .grid.magic-grid .element:hover .text .info { 
    background: #542C00;
    color: #f3f3f3;
    padding: 74px 0 0 0;
    font-size: 1.1em;
}
#trainers .grid.magic-grid .element:hover .text .info p { 
    color: #f3f3f3;
}
#trainers .grid.magic-grid .element:hover .background { 
    background: rgba(255, 211, 2,0.7);
}


/******************************** Single News  *****************************/
#snews .post .content {
    padding-bottom: 60px;
}

#snews .post .icon li {
    border-radius: 2px;
    border: 1px solid #888;
    display: block;
    float: left;
    height: 81px;
    list-style: none;
    margin: 6px;
    width: 80px;
}

#snews .post .icon li:hover {
    border: 1px solid #000;
}

#snews .post .icon li:last-child {
    margin-right: 0;
}

#snews .post .icon li:first-child {
    margin-left: 0;
}



/************************************ Store  *******************************/
#store article {
    padding: 0;
}

#store article h2 {
    margin-left: 15px;
}

#store .store-item {
    border: 1px solid #eee;
    float: left;
    height: 340px;
    margin: 10px;
    padding: 10px; 
    width: 265px;
}

#store .store-item .item-img {
    position: relative;
}

#store .store-item .item-img img {
    width: 100%;
}


#store .store-item .item-img .more { 
    background: rgba(30,30,30,0.3);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

#store .store-item .item-img .more a {
    background: #542C00;
    color: #f3f3f3;
    display: block;
    font-size: 3em;
    height: 66px;
    left: 50%;
    line-height: 66px;
    margin: -33px 0 0 -33px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 66px;
}

#store .store-item:hover .item-img .more { 
    display: block;
}

#store .store-item h3 {
    font-size: 1em;
}

#store .store-item .price {
    color: #888;
    display: block;
    font-size: 2em;
}

#store .store-item:hover .price {
    color: #542C00;
}

#store .store-item:hover .addcart{
    background: #542C00;
    color: #f3f3f3;
}

#store .store-item .whishlist, 
#store .store-item .compare {
    color: #999;
    display: none;
    float: left;
    font-size: .8em;
}

#store .store-item:hover .whishlist, 
#store .store-item:hover .compare {
    display: block;
}

#store .store-item .whishlist:hover, 
#store .store-item .compare:hover {
    color: #999;
}

#store .store-item .whishlist {
    clear: left;
}

#store .store-item .compare {
    margin: 0 0 0 1em;
}

#store .store-item .star {
    display: none;
    float: left;
}
#store .store-item:hover .star {
    display: block;
}





/******************************** Single Item  *****************************/
#storeitem #img-store {
    float: left;
    margin: 0 20px 20px 0;
}

#storeitem #img-store ol {
    float: left;
    font-size: 1em;
    height: 340px;
    left: 0;
    margin: 0;
    padding: 0;
    position: static;
    text-align: left;
    width: 70px;
}

#storeitem #img-store ol li {
    background: none;
    border-radius: 0;
    border:none;
    float: left;
    height: 65px;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0;
    width: 70px;
}

#storeitem #img-store ol li img {
    height: 100%;
}

#storeitem #img-store .carousel-inner {
    float: left;
    width: 470px;
}

#storeitem .row .row {
    margin: 0 0 60px 0;
}
#storeitem .star {
    margin-top: 0;
}

#storeitem form .star {
    display: inline;
}

#storeitem .item-form .form-group {
    margin-bottom: 10px;
    width: 100%;
}

#storeitem .item-form .form-group.qty {
    float: left;
    margin-right: 10px;
    max-width: 80px;
}

#storeitem .addcart {
    float: right;
    font-size: .8em;
    height: 3.7em;
    line-height: 3.7em;
    margin: 0;
    width: 13em;
}

#storeitem .addcart span {
    padding: 0 1.5em 0 0;
}

#storeitem .addcart:hover {
    background: #542C00;
    color: #f3f3f3;
}

#storeitem .data-item {
    color: #888;
    float:right;
    font-weight: 700;
    width: 265px;
}

#storeitem .data-item p {
    color: #542C00;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
}

#storeitem .data-item p span {
    font-size: .6em;
    vertical-align: top;
    display: inline-block;
    margin-top: -5px;
}

#storeitem .data-item .subprice {
    display: block;
    font-size: .8em;
    text-transform: uppercase;
}

#storeitem .data-item .star {
    float: left;
    margin: 15px 0 0 0 ;
    padding-left: 0;
}

#storeitem .data-item .review,
#storeitem .data-item .avaiable {
    display: block;
}

#storeitem .data-item .review {
    float: left;
    font-size: .7em;
    height: 2.7em;
    line-height: 2.7em;
    margin: 15px 0 0 0 ;
}

#storeitem .data-item .review a {
    color: #888;
    margin-left: 10px;
}

#storeitem .data-item .review a:hover {
    color: #542C00;
}

#storeitem .data-item .avaiable {
    font-size: .9em;
    margin-bottom: 15px;
    clear: both;
}

#storeitem .panel-group img {
    width: 270px;
}	

#img-store .zoom {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 100%;
    width: 52px;
    margin: 0 0 0 -65px;
    height: 52px;
    border-radius: 4px;
    background: #2b2b2b url(../img/store/zoom-in.png) 50% 50% no-repeat;
    font-style: normal;
    font-size: 12px;
    line-height: 52px;
    text-align: center;
    color: #e0e0e0;
    cursor: pointer;
    transition: left 0.3s, background-color 0.3s;
    -o-transition: left 0.3s, background-color 0.3s;
    -ms-transition: left 0.3s, background-color 0.3s;
    -moz-transition: left 0.3s, background-color 0.3s;
    -webkit-transition: left 0.3s, background-color 0.3s;
}

#img-store .zoom:hover {
    background-color: #c40303;
    text-decoration: none;
}

#storeitem #img-store.zoomed .carousel-inner {
    width: 735px;
}

#storeitem .data-item.zoomed {
    width: 100%;
}
#storeitem .data-item.zoomed form {
    float: left;
    width: 100%;
}

#storeitem .data-item.zoomed form .form-group {
    width: 32%;
}
#storeitem .data-item.zoomed form .form-group.qty {
    float: none;
    max-width: 100%; 
}


#storeitem .data-item,
#storeitem #img-store .carousel-inner {
    transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    -ms-transition: width 0.3s, height 0.3s;
    -moz-transition: width 0.3s, height 0.3s;
    -webkit-transition: width 0.3s, height 0.3s;
}



/************************************ Home  ********************************/
.banner .caption {
    background:rgba(0, 0, 0, 0.45);
    border-radius:20px;
    color: #fff;
    display: block;  
    font-size: .9em;
    margin: 0 0 0 5em;
    overflow: hidden;
    padding: 2em;
    white-space: normal;
    width: 30em;
}

.banner .caption h2 {
    white-space: normal;
    color:#f3f3f3;
    border: none;
    padding: 0;
    margin-top: 1em;
    line-height: 1.3em!important;
    font-weight:600;
    margin-bottom:20px;
}

.banner .caption p {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.2em!important;
    font-weight: 500;
    text-transform: none;
    white-space: normal;
    margin-bottom:20px;
}

.banner .caption .head {
    background: #f3f3f3;
    color: #542C00;
    display: block;
    font-size: 1.3em;
    left: 0;
    padding: .8em;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.banner .more {
    display: block;
    margin-top: .8em;
}

.banner .more i {
    font-size: 2em;
    color: #f3f3f3;
    padding: 0;
}

.trainers-tabs .nav-tabs li {
    background: #542C00;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.trainers-tabs .nav-tabs>li>a {
    background: #542C00;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}

.trainers-tabs .nav-tabs li.active a,
.trainers-tabs .nav-tabs li.active:hover a,
.trainers-tabs .nav-tabs li:hover a {
    background: #f3f3f3;
    border:none;
    color: #542C00;
    margin: 0 0 -10px 0;
    padding-bottom: 20px;
    top: -10px;
    width: 100%;
    z-index: 99;
}

.trainers-tabs .nav-tabs li.active a:hover {
    border: none;
    color: #542C00;
}

.trainers-tabs .tab-content {
    background: #f3f3f3;
    color: #542C00;
    text-align: center;
}

.trainers-tabs .tab-content .row {
    margin:0;
    padding:0;
}

.trainers-tabs .tab-content img {
    border-radius: 50%;
    border: 6px solid rgba(255,255,255,0.5);
    height: 200px;
    width: 200px;
}

.trainers-tabs .tab-content h3 {
    font-size:1em;
    line-height:1.3em;
    text-transform: uppercase;
    margin-bottom:15px;
}

.trainers-tabs .tab-content p {
    color: #542C00;
     font-size:0.9em;
    line-height:1.2em;
    margin-bottom:30px;
}

.trainers-tabs .tab-content .tab-pane > div > div {
    padding: 2em;
}

.trainers-tabs .tab-content .btn {
    background: #542C00;
    color: #fff;
    text-transform:uppercase;
}
.trainers-tabs .tab-content .btn:hover {
    color: #f3f3f3;
}
.trainers-tabs .home-tabs-link {
    background: #542C00;
}

.trainers-tabs .home-tabs-content {
    background: #f3f3f3;
    padding-top: 50px;
}

#home .nav-tabs li .gym-icon {
    background: url("../img/icons-tabs.png") no-repeat;
    display: block;
    float: left;
    height: 34px;
    margin: 13px 10px 13px -20px;
    width: 34px;
}

#home .nav-tabs li .gym-icon.outside { background-position: 1px 0; }
#home .nav-tabs li.active .gym-icon.outside { background-position: -70px 0; }
#home .nav-tabs li:hover .gym-icon.outside { background-position: -34px 0; }

#home .nav-tabs li .gym-icon.video { background-position: 1px -60px; }
#home .nav-tabs li.active .gym-icon.video { background-position: -70px -60px; }
#home .nav-tabs li:hover .gym-icon.video { background-position: -34px -60px; }

#home .nav-tabs li .gym-icon.sports { background-position: 1px -115px; }
#home .nav-tabs li.active .gym-icon.sports { background-position: -70px -115px; }
#home .nav-tabs li:hover .gym-icon.sports { background-position: -34px -115px; }

#home .nav-tabs li .gym-icon.comunity { background-position: 1px -175px; }
#home .nav-tabs li.active .gym-icon.comunity { background-position: -70px -175px; }
#home .nav-tabs li:hover .gym-icon.comunity { background-position: -34px -175px; }

#home .nav-tabs li .gym-icon.footbal { background-position: 1px -230px; }
#home .nav-tabs li.active .gym-icon.footbal { background-position: -70px -230px; }
#home .nav-tabs li:hover .gym-icon.footbal { background-position: -34px -230px; }

.upcoming {
    background: url('../img/home-news-bg.jpg') bottom center;
    background-size:cover;
    margin-bottom: 60px;
    padding: 60px 0;
    width: 100%;
}

.upcoming .container {
    padding: 0;
}

.upcoming h2 {
    border: none;
    font-size: 2.2em;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.square-gallery .square-tuple {
    background: #542C00;
    float: left;
    height: 287px;
    overflow: hidden;
    width: 585px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    transition: ease-in .2s;
}

.square-gallery .square-tuple img {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.square-gallery .square-tuple .text {
    float: left;
    margin: 0;
    padding: 1.3em;
    position: relative;
    width: 50%;
}

.square-gallery .square-tuple .text h3,
.square-gallery .square-tuple .text p {
    color: #fff;
}

.square-gallery .square-tuple .text .arrow {
    border-color: transparent #542C00 transparent transparent;
    border-style: solid;
    border-width: 19.5px 21px 19.5px 0;
    height: 0px;
    left: -21px;
    position: absolute;
    width: 0px;
}

.square-gallery .square-tuple .text .arrow.alt {
    border-color: transparent transparent transparent #542C00;
    border-width: 19.5px 0 19.5px 21px;
    left: 100%;
}

.square-gallery .square-tuple:hover {
    background: #f3f3f3;
}

.square-gallery .square-tuple:hover .text h3,
.square-gallery .square-tuple:hover .text p {
    color: #542C00;
}

.square-gallery .square-tuple:hover .text .arrow {
    border-color: transparent #f3f3f3 transparent transparent;
}
.square-gallery .square-tuple:hover .text .arrow.alt {
    border-color: transparent transparent transparent #f3f3f3;
}


/************************************* Club ********************************/
#club img.about {
    width: 270px;
}
#club .panel-group img {
    width: 270px;
}	

/************************************* Gallery ********************************/

.gallery .image-item {
    background-color: #fff;
    display: block;
    cursor: pointer;
    margin: 0 0 0 0;
    width: 33%;
    height: auto;
	padding:10px 10px;
z-index:9;
}

.gallery .image-item h3 {line-height:1;margin:10px 0 15px 0;text-align:center;}
.gallery .image-item p {	line-height:1.4em;}
.gallery .image-item a {color:#542C00}
.gallery .image-item a:hover {color:#f3f3f3;}

.gallery .image-item img {
    height: auto;
    opacity: 1;
    transition: all 0.2s ease-in 0s;
    vertical-align: bottom;
    width: 100%;
	overflow:hidden;
}

.portfolio-item-hover-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    line-height: 0;
    z-index: 99;
    overflow: hidden;
    position: relative;
}

.portfolio-item-hover-content a.zoom {
    color: #fff;
    font-size: 4em;
    display: block;
    padding: 15px 10px;
    position: absolute;
    top: -100%;
    left: 35%;
    z-index: 10;
    line-height: 0px;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms; /* FF3.7+ */
    -o-transition: color 300ms, background-color 300ms, opacity 300ms; /* Opera 10.5 */
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms; /* Saf3.2+, Chrome */
}

.portfolio-item-hover-content a.zoom:hover { 
    color:#fff;
}

.hover-options {
    display: block;
    font-style: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    background: #542C00;
    background:rgba(84,44,0,0.95);
    opacity: 0;
    filter: alpha(opacity:0);
    cursor: pointer;
}


/******************************** Timetable *********************************/
.table-responsive .table .event {
    background: #FFD302;
    line-height: 150%;
}

.table-responsive .table th {
    padding: 15px;
    text-align: center;
    width: 12.5%;
}

.table-responsive .table td {
    padding: 15px;
    text-align: center;
    width: 12.5%;
}

.table-responsive .table .event a {
    color: #222;
    display: block;
    font-weight: bold;
    -webkit-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;
    -moz-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;
    -ms-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;
    -o-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;
    transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out, outline .5s ease;    
}

.table-responsive .table .event:hover {
    background: #222;
    color: #FFD302;
    cursor: pointer;
}

.table-responsive .table .event:hover a {
    color: #FFD302;
}



/******************************** Error 404 *********************************/

.error-field {
    float: left;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.error-field h1 {
    color: #707070;
    font-size: 124px;
    line-height: 134px;
    text-transform: uppercase;
}

.error-field h3 {
    font-weight: 300;
}




/******************************** Go to top *********************************/
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    background-color: #fff;
}

.scrollup i {
    color: #321A00;
    text-align: center;
    display: block;
    line-height: 48px;
    font-size: 20px;
}

.scrollup:hover { 
    opacity: 0.7;
    text-decoration: none;
}

/* DODATO */
.navbar-brand {
    padding: 8px 0 0 0;
}
header .topbar .headertext  {font-size:11px!important;color:#333132; font-weight:400;text-align: right}
header .topbar .headertext a { color:#333132;}
header .topbar .headertext a:hover { color:#333132;}
.bannercontainer {position: relative; top:65px;margin-bottom:50px; }
#news, #snews, #club,#contacts  {
    padding-top: 100px;
}

.content .day {
    color:#666;
	font-weight:700;
}

.content .month {
    color:#666;
	font-weight:700;
}

.content .comments {
    color:#666;
font-weight:700;
}

.content .comments a {
    color: #fff;
}

.navbar-brand img {
		width:100px;
		position:absolute!important;
		top:-25px;	
}






@media (max-width:1199px) {
.gallery .image-item {
    width: 48%;
	padding:10px 10px;
}

    .navbar .navbar-nav li a {
        font-size: 10px;
    }
    .bannercontainer {position: relative; top: 52px;height: 453px;}
    header .subbarinner {
        top: 80px;
        display: block;
    }
}

@media (max-width:1024px) {
    .navbar-brand img {width:100px; padding: 6px 0 0 10px;}
    .navbar .navbar-nav li a {
        font-size: 10px;
    }
    header .subbarinner {top: 80px;}
.gallery .image-item {
    width: 49,5%;
	padding:0px 0px 5px 15px;
}

}

@media (max-width:991px){
    .navbar-brand img {width:100px; padding: 6px 0 0 10px;}
    .social li a {font-size:12px; padding:0;margin:0;}
    .socialdebug {width: 215px;}
    .bannercontainer {position: relative; top: 54px;height: 367px;}
    .navbar .navbar-nav li a {
        font-size: 10px;
    }
    .topbar .headertext {margin:5px 0;}
    .socialdebug {margin:5px 0 0 0 ;}

header .navbar .navbar-nav li a {
padding: 0 .6em!important;
}
header .navbar .navbar-nav {float: none;}
    header .navbar .navbar-nav li,
    header .navbar .navbar-nav .dropdown ul li {
        text-align: center;
        width: 100%;
    }
	.navbar-toggle {
	display: block;
	
}
	

}


 
@media (max-width:768px) {
    .navbar-brand img {width:100px; padding: 6px 0 0 10px; }
    .socialdebug {margin: 0 auto;}
    .navbar .navbar-nav li a {
        font-size: 12px;
    }
    .affix {top: 32px;}
    .bannercontainer {
        position: relative;
        top: 49px;
        height: 356px;}
    header .subbarinner {top:80px;}
    #news {padding-top: 100px;}
}
@media (max-width:779px) {
    
    .navbar-brand img {
        z-index: 9999;
    }


}
@media (max-width:767px) {
    .bannercontainer {display:none;}
    .topbar .headertext { padding: 10px 0;text-align: center;}
    header .subbarinner {top:40px;}
    #news {padding-top: 100px;}
    .affix {
        top: 32px;
    }
    header .subbarinner {
        top:82px;
    }
    
   
}

@media (max-width:640px) {
    
.gallery .image-item {
    background-color: #fff;
    display: block;
    cursor: pointer;
    margin: 0 0 0 0;
    width: 100%;
	padding:10px 10px;
}
}

@media (max-width:480px) {
    .bannercontainer {}
    #news { padding-top: 20px;}
    header .subbarinner {display: block;}
    header {height:77px;}
    header .subbarinner .title {
        font-size: 11px;
        margin-top: 33px;
    }
    header .subbarinner .breadcrumbs {
        font-size: 11px;
    }
    header .topbar .headertext {
        font-size: 12px!important;
    }
    .gallery .image-item {
    width: 100%;
	padding:10px 10px;
}
}
@media (max-width:479px) {
    header .subbarinner {display: none;}
    header .topbar .row > div:first-child {
        padding: 5px 0;
    }
.navbar-toggle {
margin-bottom: 0px;
	}
}

/* MARGINE */
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}

.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}
.mb-60 {margin-bottom:60px;}





.top-social li {
	display:inline-block;
	position:relative;
	margin-left:6px;
}

@media (min-width:768px) and (max-width:991px) {

.navbar-header {
	width:100%;
}

	.dropdown ul {
    display: block;

    overflow: visible;
    position: relative;
    text-align: left;

}

.dropdown-menu {
float: none;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
border:none;
}

.navbar-collapse.collapse {
	display: none!important;
}

nav.navbar-nav {
	height:290px!important;
overflow-y: scroll;

}
.navbar-collapse.in {
	overflow-y:scroll;
}
.navbar-brand img {
	z-index: 9999;
}

}

@media (min-width:320px) and (max-width:779px) {

	.dropdown ul {
	display: block;
overflow: visible;
position: relative;
text-align: left;
box-shadow: none;
border: none;
z-index:auto;
float: none;
}
}

