/*
Theme Name: Bootstrap 3.1.1 Starter Wordpress theme
Author: 3sparks llc
Author URI: //3sparks.net/
Description: This is a blank bootstrap 3.1.1 theme for wordpress. Feel free to use this as a starter template for your projects.
Version: 1.0
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/
body	{
	font-family:"Signika", sans-serif;
	line-height:23px;
	overflow-x:hidden;
}
/** front page website switcher **/
.switcher	{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.switcher:hover	{
	transform: scale(0.96);
}
.switcher:first-child	{
	border-right:2px solid #fff;
}
.switcher h2	{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.switcher img	{
	width:450px;
	margin:0 auto;
}

/** global stuff **/
.well	{
	box-shadow:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	background-color:transparent;
	padding:15px;
}
.well .col-md-4	{
	border-right:1px solid #e3e3e3;
	min-height:305px;
}
.well .img-wrapper	{
	padding:15px 0;
}
.well h3 a	{
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	color:#181818 !important;
	text-transform:uppercase;
	margin-bottom:25px;
	display:block;
}
#top-wrapper	{
	padding:10px;
	background-color:#2E2E2E;
	color:#f0f0f0;
	line-height:36px;
}
#top-wrapper ul	{
	list-style-type:none;
	padding:0;
	margin-bottom:0;
}
#top-wrapper ul li	{
	display:inline-block;
}
#top-wrapper ul li a	{
	color:#fff;
	position:relative;
	padding-right:4px;
	margin-right:4px;
}
#top-wrapper ul li a:after	{
	position:absolute;
	content:"|";
	right:-4px;
	top:-8px;
}
#top-wrapper ul li:last-child a:after	{
	display:none;
}
div#main-container	{
	padding-bottom:45px;
}
div#main-container a	{
	color:#999;
}
div#main-container a.btn	{
	color:#fff;
}
#about	{
	margin:45px 0px 0px;
	padding:45px 0px;
	border-top:1px solid #F4F4F4;
	background-image:url('img/pw_pattern.png');
}
.btn-primary {
	background: #f7d113;
	background: -moz-linear-gradient(top, #f7d113 0%, #f2a841 100%);
	background: -webkit-linear-gradient(top, #f7d113 0%,#f2a841 100%);
	background: linear-gradient(to bottom, #f7d113 0%,#f2a841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d113', endColorstr='#f2a841',GradientType=0 );
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 15px 0;
    outline: medium none;
    padding: 25px 90px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	font-size:16px;
	border-radius:0px;
	-webkit-border-radius:0px;
	border: 0px;
	font-family:"Open Sans", sans-serif;
}
.btn-primary:hover,
.btn-primary:focus	{
	background: #f2a841;
	background: -moz-linear-gradient(top, #f2a841 0%, #f7d113 100%);
	background: -webkit-linear-gradient(top, #f2a841 0%,#f7d113 100%);
	background: linear-gradient(to bottom, #f2a841 0%,#f7d113 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a841', endColorstr='#f7d113',GradientType=0 );
}
.page-header	{
	font-family:"Open Sans",sans-serif;
	font-weight:700;
	border-bottom:0;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	margin-bottom:35px;
}
.page-header:after {
	content:"";
	position:absolute;
	height:2px;
	width:90px;
	background-color:#000;
	left:0;
	right:0;
	top:50px;
	bottom:0px;
	margin:0 auto;
}
.modal-content	{
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	border-radius:0px;
}
.modal-dialog	{
	width:768px;
}
.modal-body	{
	padding:45px;
}
.modal-header	{
	background: #f7d113;
	background: -moz-linear-gradient(top, #f7d113 0%, #f2a841 100%);
	background: -webkit-linear-gradient(top, #f7d113 0%,#f2a841 100%);
	background: linear-gradient(to bottom, #f7d113 0%,#f2a841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d113', endColorstr='#f2a841',GradientType=0 );
	color:#fff;
	text-align:center;
	padding:25px 15px;
}
.modal-header span	{
	font-family:"Open Sans", sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
.bootstrap-datetimepicker-widget .glyphicon	{
	color:#666;
}
.btn	{
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.btn-info	{
	background-color:#F5BF12;
	border-radius:0px;
	-webkit-border-radius:0px;
	border-color:#F5BF12;
	padding:20px 45px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:700;
}
.btn-default	{
	border-radius:0px;
	-webkit-border-radius:0px;
	padding:20px 45px;
}
.btn-info:hover,
.btn-info:focus,
.btn-default:hover,
.btn-default:focus	{
	background-color:#2F3E50;
	border-color:#2F3E50;
	color:#fff;
}
.form-control	{
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	border-radius:0;
}
.form-control:focus	{
	border-color:#2F3E50;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.form-horizontal .control-label	{
	font-family:"Open Sans", sans-serif;
}
.input-group-addon	{
	-webkit-border-radius:0;
	border-radius:0;
}
.bootstrap-datetimepicker-widget	{
	z-index:9999;
}
.bootstrap-datetimepicker-widget table td.today,
.bootstrap-datetimepicker-widget table td.today:hover,
.bootstrap-datetimepicker-widget table td.today:before	{
	background-color:#F5BF12;
}
.bootstrap-datetimepicker-widget table td, 
.bootstrap-datetimepicker-widget table th	{
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}
table thead	{
	background: #f7d113;
	background: -moz-linear-gradient(top, #f7d113 0%, #f2a841 100%);
	background: -webkit-linear-gradient(top, #f7d113 0%,#f2a841 100%);
	background: linear-gradient(to bottom, #f7d113 0%,#f2a841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d113', endColorstr='#f2a841',GradientType=0 );
	color:#fff;
}
.product{
	padding:10px;	
}

/** navbar **/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
	top:55px;
	padding:0 45px;
}
.navbar-nav > li > a {
    padding-bottom: 41px;
	color:#fff;
    padding-top: 45px;
	border-bottom:4px solid transparent;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover	{
	border-bottom:4px solid #F5BF12;
	background-color:transparent;
	color:#fff;
}
.navbar-brand {
    color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:20px 0px;
	position:relative;
	z-index:100;
	margin-top: 24px;
}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border:0px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: 0.8s;
    -webkit-transition:  0.8s;
	background-size:100%;
}

.navbar-default.fixed-theme {
    padding: 0 25px;
	top:0 !important;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container	{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover	{
	background-color:transparent;
	color:#fff;
}
.nav > li	{
	position:unset;
}
.navbar-nav	{
	position:relative;
}
.navbar-collapse {
	position:relative;
	z-index:9;
}

#frontCarousel .item {
    max-height: 250px;
    overflow: hidden;
}
.page-template-front-page #frontCarousel .item {
    max-height: 650px;
    overflow: hidden;
	position: relative;
}
.page-template-front-page #main-container	{
    padding-bottom:0;
}
.carousel-caption	{
	display:none;
}
.page-template-front-page .carousel-caption	{
	display:block;
	width:100%;
	left:0;
	right:0;
	text-shadow:none;
	bottom:0;
	position: absolute;
    top: 55%;
    -webkit-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
	font-size:35px;
	line-height:50px;
}

/** breadcrumbs **/
div.breadcrumbs-wrapper	{
	background-color:#F1F0F1;
	padding:15px 0;
}
div.breadcrumbs-wrapper .container	{
	padding:0;
}
div.breadcrumbs-wrapper ul#breadcrumbs	{
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
}
div.breadcrumbs-wrapper ul#breadcrumbs li	{
	display:inline-block;
	margin-right:15px;
}
div.breadcrumbs-wrapper ul#breadcrumbs li a	{
	color:#F5BF12;
}

/** footer stuff **/
#footer-container	{
	padding:45px 0px;
	background-color:#666;
	background-image:url('img/footer_lodyas.png');
	color:#fff;
	margin-top:0px;
}
#footer-container h3	{
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	margin-bottom:25px;
    font-size: 16px;
    text-transform: uppercase;
}
#footer-container ul li a	{
	color:#fff;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	padding:5px 0;
	display:inline-block;
}
#footer-container ul li a:hover,
#footer-container ul li a:focus	{
	background-color:transparent;
	color:#F5BF12;
}
#footer-container span	{
    display:block;
}
#footer-container i	{
    color: #fff;
    font-size: 34px;
	margin-bottom:15px;
	margin-right:15px;
}
#footer-callout-wrapper	{
	overflow:hidden;
	margin-top:45px;
	margin-bottom:-45px;
}
#footer-callout-wrapper .col-md-3	{
	padding:0;
}
#map	{
	width:100%;
	height:340px;
}
#copyright	{
	background: #f7d113;
	background: -moz-linear-gradient(top, #f7d113 0%, #f2a841 100%);
	background: -webkit-linear-gradient(top, #f7d113 0%,#f2a841 100%);
	background: linear-gradient(to bottom, #f7d113 0%,#f2a841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d113', endColorstr='#f2a841',GradientType=0 );
	padding:15px 0px;
	color:#fff;
}

/** back to top button **/
.back-top {
    padding: 7px 11px 9px;
    font-size: 18px;
    border: none;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 6000;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
	background: #f7d113;
	background: -moz-linear-gradient(top, #f7d113 0%, #f2a841 100%);
	background: -webkit-linear-gradient(top, #f7d113 0%,#f2a841 100%);
	background: linear-gradient(to bottom, #f7d113 0%,#f2a841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d113', endColorstr='#f2a841',GradientType=0 );
}
.back-top:hover i,
.back-top:hover,
.back-top:focus {
    color: #fff;
}
.back-top i {
    margin: auto;
}

/** search box **/
.search-container	{
	list-style-type:none;
	margin-bottom:0;
	float:right;
	height:30px;
}
.search-container .form-control	{
	position:relative;
	border:none;
	border-radius:0;
	width:400px;
	background:#2E2E2E;
	color:#fff;
	padding:8px 20px;
	height:auto;
}
.search-container .form-control:focus	{
	box-shadow:none;
	-webkit-box-shadow:none;
}
.search-container #searchsubmit {
	background: #f7d113;
	background: -moz-linear-gradient(top, #f7d113 0%, #f2a841 100%);
	background: -webkit-linear-gradient(top, #f7d113 0%,#f2a841 100%);
	background: linear-gradient(to bottom, #f7d113 0%,#f2a841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d113', endColorstr='#f2a841',GradientType=0 );
	border-color:#F5BF12;
	color:#fff;
}

.search-container .input-group-addon	{
	position: absolute;
    right: 0;
    top: 0;
    min-width: 42px;
    z-index: 2;
    bottom: 0;
    border-radius: 0;
    border: 0;
}

/**  products / services **/
figure	{
	height: 230px;
}
figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    opacity: .7;
    transition:.5s;
}
figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption:before,
figure figcaption:after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	text-align:center;
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height:1;
	opacity:0;
}

figure.effect-hera {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.45) 62%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.45) 62%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.45) 62%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.archive figure.effect-hera{
	background:#333;
}

figure.effect-hera h2 {
    font-size: 26px;
    text-transform: none;
    font-weight: 500;
}

figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 15px;
	line-height: 1.4;
	font-weight:500;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i, figure.effect-hera p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption:before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

figure.effect-hera:hover p, figure.effect-hera:hover img	{
	opacity: 1;
}
.item.single-product .thumb	{
    cursor: pointer;
    float: left;
    height: 80px;
    margin: 5px 5px 15px;
    object-fit: cover;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: 80px;
}
.item.single-product .thumb:first-child {
    margin-left: 0;
}
.item.single-product .thumb > img {
    bottom: -9999px;
    height: 100px;
    left: -9999px;
    margin: auto;
    max-width: none !important;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto;
}

/** product / service view **/
#carousel div.images div.item a:hover	{
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
#carousel div.images div.item	{
	height:300px;
	overflow:hidden;
}
.product-view h1	{
	margin-top:0px;
}

.side-category h3	{
	background: #f7d113;
	background: -moz-linear-gradient(top, #f7d113 0%, #f2a841 100%);
	background: -webkit-linear-gradient(top, #f7d113 0%,#f2a841 100%);
	background: linear-gradient(to bottom, #f7d113 0%,#f2a841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d113', endColorstr='#f2a841',GradientType=0 );
	color:#fff;
	padding:15px;
	margin-bottom:25px;
	font-size:16px;
	font-family:"Open Sans", sans-serif;
	text-transform:uppercase;
	font-weight:700;
	margin-top:10px;
}

/** tiny menu **/
.campaigns {
    position: fixed;
    top: 200px;
    right: 0px;
    right: 0px;
    max-width: 100px;
    background: #F5BF12;
    padding: 15px 10px;
    font-size: 15px;
    text-align: left;
}
.side-menu{
	z-index:10000;	
}
.tiny-menu {
    max-width: 250px;
    position: fixed;
    top: 200px;
    right: -250px;
    z-index: 10000;
    padding: 15px;
    height: auto;
    background: #F5BF12;
    font-size: 15px;
	background-image:url('img/side-logo.png');
	background-repeat:no-repeat;
	background-position:117% -13px;
}
.tiny-menu h3	{
	font-family:"Open Sans", sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	margin-bottom:20px;
}
.tiny-menu .form-group	{
	text-align:left;
}
.tiny-menu .form-group label	{
	color:#fff;
}
.tiny-menu .fa-angle-double-right	{
	cursor:pointer;
}
.tiny-menu .fa, 
.side-menu .fa	{
	font-size: 30px;
	font-weight:bolder;
	color:#fff;
}
.tiny-menu .form-group .fa, 
.side-menu .form-group .fa,
.tiny-menu button.btn .fa	{
	font-size: 13px;
	color:#333;
}
.tiny-menu button.btn	{
	border-radius:0;
	-webkit-border-radius:0;
}
.side-menu a, .tiny-menu a{
	margin:auto;
	text-align:center;	
	color:#fff;
	text-decoration:none;
	margin:10px 0px 20px 0px;
}
.payments	{
	margin-bottom:15px;
}

li.dropdown	{
	position: relative;
}
li.dropdown .dropdown-menu	{
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0;
}
li.dropdown .dropdown-menu ul	{
	list-style: none;
	padding: 15px;
	text-align: center;
}
li.dropdown .dropdown-menu ul li a	{
	color: #fff
}
li.dropdown .dropdown-menu ul li a:hover	{
	text-decoration: none;
	color: #F5BF12;
}
.vertical-text {
	writing-mode: vertical-rl;
	text-transform: uppercase;
	font-family: Open Sans;
	margin-top: 15px;
	color:#fff;
}

@media (max-width: 768px) {
	.campaigns,
	.tiny-menu	{
		display:none;
	}
	.navbar-default	{
		top:76px;
		padding:0;
	}
	.navbar-brand	{
		padding:15px 0;
		margin-left:15px;
	}
	.navbar-default .navbar-toggle	{
		border:0px;
		-webkit-border-radius:0;
		border-radius:0;
	}	
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus	{
		background-color:#F5BF12;
	}
	.navbar-default .navbar-toggle .icon-bar	{
		background-color:#fff;
	}
	.navbar-default .navbar-nav > li > a	{
		padding:15px 0;
	}
	.navbar-nav .navbar-nav, .navbar-default .navbar-collapse, .navbar-default .navbar-form	{
		background-color:rba(0, 0, 0, 0.7);
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse	{
		max-height:100% !important;
		background:rgba(0, 0, 0, 0.7);
	}
	#frontCarousel .item	{
		height:150px;
	}
	.page-template-front-page #frontCarousel .item	{
		height:auto;
	}
	.page-template-front-page .carousel-caption	{
		font-size:13px;
		line-height:36px;
	}	
	.page-template-front-page .carousel-caption .btn	{
		display:none;
	}
	.product-view	{
		padding-left:25px !important;
		padding-right:25px !important;
	}
	div.breadcrumbs-wrapper .container	{
		padding:0px 25px;
	}
	.well .col-md-4	{
		border-right:0px;
		border-bottom:1px solid #e3e3e3;
	}
	.modal-dialog	{
		width:100%;
		margin:0;
		padding:15px;
	}
	#book .btn	{
		display:block;
		width:100%;
	}
	#book .btn-default	{
		margin-bottom:25px;
	}
	#top-wrapper	{
		display:block;
		width:100%;
	}
	.search-container	{
		float:none;
		width:100%;
		margin-bottom:10px;
	}	
	.search-container .form-control	{
		width:100%;
	}	
	.search-container .input-group	{
		width:100%;
		display:inline-block;
	}
	.navbar-default	{
		top:96px;
	}
	.nav > li	{
		text-align:center;
	}
	#top-wrapper ul	{
		text-align:center;
	}
	table.table	{
		overflow-x:scroll;
	}
	#carousel div.images div.item	{
		height:auto;
	}
	.page-header	{
		font-size:25px;
	}
	div.breadcrumbs-wrapper ul#breadcrumbs li	{
		margin-right:5px;
	}
	#footer-container	{
		text-align:center;
	}
	div.well a.btn.btn-primary	{
		float: none !important;
		margin-left: 0 !important;
		width: 100%;
	}
	.navbar-default.fixed-theme {
		padding: 0 0px;
		top:0 !important;
	}
	.side-category button.btn	{
		margin-left:-10px;
	}
	.fixed-theme .navbar-toggle	{
		margin-top:17px;
	}
	.fixed-theme .navbar-brand	{
		padding:5px 0px;
		margin-top:2px;
	}
	.fixed-theme .navbar-brand > img	{
		height:100%;
	}
	figure.effect-goliath	{
		overflow:hidden;
	}	
	.page-template-front-page .carousel-caption h1	{
		font-size:18px;
	}
	.navbar-collapse {
		margin-top:40px;
	}
	.fixed-theme .navbar-collapse {
		margin-top:10px;
	}
}