@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@charset "UTF-8";

html,
body {
    width: 100%;
    height: 100%;
	 font-size:16px;
	 background-color:#FFF;
	 margin:0;
    font-family: 'Open Sans',Arial,sans-serif;
}
h1{color:#650000;font-family: 'Open Sans', arial;font-size:35px;}
h2{color:#222;font-family: 'Open Sans', arial;font-size:30px;font-weight:bold;}
h3{font-family: 'Open Sans', arial;}
.font16{font-size:16px;}
.leftspace{margin-left:10px;}
.nomargin{margin:0px;padding:0px;}
a{
	text-decoration:none;
	color:#9a3928;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,a:active,a:focus{
	color:#000;	
	text-decoration:none;
}

.nospace{padding:0px;margin:0px;}
#content{
	margin:auto;
	width:100%;
	max-width:980px;
	background:white;
	/*height: 100vh;*/
	-webkit-box-shadow: -7px 0px 20px 0px #333, 7px 0px 20px 0px #333;
	-moz-box-shadow: -7px 0px 20px 0px #333, 7px 0px 20px 0px #333;
	box-shadow: -7px 0px 20px 0px #333, 7px 0px 20px 0px #333;
}

#header{background-color:#FFF;position:relative}
#header a{color:#FFF;}
#header a:hover{color:#FFF;}
#threeboxes{position:relative;top:-30px;}
.box1anim{width:100%;max-width:300px;margin:auto;}
.box1anim img{width:100%;max-width:300px;position: relative;bottom: 0;transition: bottom .5s;}
.boxover{position:relative;background-color:#7a1908;color:#FFF;text-align:center;padding:10px 0;bottom:40px;font-family: 'Open Sans', arial;font-size:35px;}
.box1anim:hover img{bottom: 30px;}

#gallerysectionbg{background-color:#7a1908}
#gallerysection{position:relative;top:-30px;}
#callsection{
	color:#FFF;
	font-size:20px;
	font-weight:bold;	
	font-family: 'Open Sans',Arial,sans-serif;
	padding:20px 0;
	background: url(/images/darkbg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#callsection a{color:#FFF;}
#callsection a:hover{color:#DDD;}
	
.imgbox{overflow: hidden;cursor:pointer;float:left;height:200px;}
.zoombox  img{
	margin-bottom:10px;
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	max-width: 100%;
}
.zoombox img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

#logobar{background-color:#333;color:#000;}
.nobr	{white-space:nowrap;}
.boxvmargin{margin:5px 0;}
/*.zebra tr:nth-child(odd) {background-color: #EEE}*/
.zebra td{padding:5px;}
.zebra td:nth-child(1n+2){border-bottom:1px solid #DDD}
.twocolumns{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.threecolumns{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
.linespacing1{line-height:180%;}
/*.linespacing1 strong{border:1px solid #0F0;width:300px;}*/
.widthtitle{border:1px solid #F00;padding:0 50px;}
.csstable{display: table;width:100%;}
.csstr{display: table-row;}
.csstdleft, .csstdleft,.csstdmiddle {display: table-cell;padding:4px 0px;white-space:normal; }
.csstdleft{font-weight:bold;padding-right:5px;}
.csstdright{white-space:normal}
.csstr:nth-child(odd){background-color:#FFF;}
.searchdiv{background-color:#FC0;padding:10px;border-radius:10px;width:100%;max-width:240px;}


.navbar {
    border-radius: 0px;
	 margin:0px;
}
.navbar-default{background-color:#7a1908;color:#333;border:0px;/*text-transform: uppercase;*/}
.navbar-collapse{
	width:100%;
	margin:0 auto;	
	padding:0px;
	text-align:center;
	float:none
}
.navbar-nav{
	width:100%;
	max-width:1200px;
	margin:0 auto;	
	padding:0px;
	text-align:right;
	float:none;
}
.navbar .nav li{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
.navbar .nav li a{color:#FFF;font-size:16px;}/*text-transform: uppercase;*/
.navbar .nav li:active{background-color:#b28f50;}
.navbar .nav li:hover{background-color:#b28f50;}
.navbar .nav li a:hover{color:#FFF;}
.currentpage{background-color:#000;}
.navbar-nav .dropdown-menu{background-color:#000;font-size:16px;color:#b28f50}
.navbar-nav .dropdown-menu>li>a{background-color:#000;font-size:16px;color:#b28f50;text-align:left;}
.navbar-nav .dropdown-menu>li>a:hover{background-color:#000;color:#FFF;}
.nav .caret {border-top-color: #FFF;border-bottom-color: #FFF;}
.navbar-default .navbar-nav>.dropdown>a .caret {border-top-color: #FFF;border-bottom-color: #FFF;}

.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}


@media only screen and (max-width : 767px) {
/*	.navbar-default .navbar-nav .open .dropdown-menu{background-color:#FFF;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#CD2122;font-size:16px;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #CD2122;}
	.navbar-default .navbar-toggle {border-color: #CD2122;}
	.navbar-default .navbar-brand {color: #00548E;}*/
.twocolumns{-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
.threecolumns{-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
	
}
@media only screen and (max-width : 400px) {
/*	.navbar-default .navbar-nav .open .dropdown-menu{background-color:#FFF;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{background-color:#FFF;font-size:16px;color:#00548E}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{background-color:#FFF;color:#CD2122;}
	.navbar-brand{
		font-size:14px;
	}*/
.twocolumns{-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
.threecolumns{-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
/*#bghomepage img{width:100%;max-width:600px;padding:125px 0;}*/
}
/*END MENU*/

/*GLOBAL - NICO*/
.center{text-align:center;}
.left{text-align:left;}
.leftcenter{text-align:left;}
.right{text-align:right;}
.rightcenter{text-align:right;}
.justify{text-align:justify;}
.floatleft,.floatleftcenter{float:left;}
.floatright,.floatrightcenter{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.boxh{padding:0 20px;}
.boxv{padding:5px 0;}
.box{padding:20px;}
.smallbox{padding:10px;}
.boxright{padding-right:10px;}
.blacktext{color:#000;}
.whitetext{color:#FFF;}
.redtext{color:#900;}
.max200{max-width:200px;width:100%;}
.width200{max-width:200px;width:100%;}
.width300{max-width:300px;width:100%;}
.width400{max-width:400px;width:100%;}
.width600{max-width:600px;width:100%;}
.white{color:#FFFFFF;}
.relative{position:relative}
.absolute{position:absolute;right:10px;top:5px;}
.soldover{position:absolute;bottom:85px;right:10px;font-size:60px;color:#F00;font-weight:bold;z-index:100000;text-shadow:2px 2px 2px #000}
.soldtext{font-size:60px;color:#A00;font-weight:bold;z-index:100000;text-shadow:2px 2px 2px #000}
#container{padding:10px;}
.shadow{text-shadow: 1px 1px 1px #000000;filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);}
.centercol{width:100%;max-width:1200px;margin:0 auto;padding:0 3px;}
.vbox{padding:20px 0;}
.button{
	padding:15px 25px;
	color:#FFFFFF;
	background-color:#650000;
	font-size:20px;
	border:0px solid #FFFFFF;
	border-radius:7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	 margin-bottom:20px;
}
.bsmall{
	padding:5px 10px;
	font-size:15px;
	border-radius:4px;
}
.button:hover,.button:active,.button:focus{
	background-color:#310000;
}

.button-reverse,.button-reversedark{
	padding:15px 25px;
	color:#FFFFFF;
	background-color:none;
	font-size:20px;
	border:2px solid #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	 margin-bottom:20px;
}
.button-reverse:hover{
	color:#222;
	border:2px solid #222;
}
.button-reversedark{
	color:#222222;
	border:2px solid #222222;
}
.button-reversedark:hover{
	color:#7a1908;
	border:2px solid #7a1908;
}

/*Contact us page*/
.wpcf7-submit{
	padding:5px 10px;
	font-size:15px;
	border-radius:4px;
	color:#FFFFFF;
	background-color:#650000;
	border:0px solid #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	 margin-bottom:20px;
}
.wpcf7-submit:hover{
	background-color:#310000;
}
.vcenter {
    display: block;
    float: none;
}
.tel{padding-bottom:20px;}
.tel a{font-weight:bold;color:#7a1908 !important;font-size:20px;}
.tel a:hover{color:#330000;}

/* Footer */
#footer {
    background: #650000;
    color: #FFF;
    font-family: 'Open Sans',Arial,sans-serif;
    padding: 50px 0px;
	 font-size:17px;
}
#footer a{color:#FFF;}
#footer a:hover {color:#222;}


.facebook {color: #fff;background-color: #3b5998;}
.facebook:hover {color: #fff;background-color: #1b3978;}
.twitter {color: #fff;background-color: #00acee;}
.twitter:hover {color: #fff;background-color: #008cCe;}
.google {color: #fff;background-color: #e93f2e;}
.google:hover {color: #fff;background-color: #c91f0e;}
.pinterest {color: #fff;background-color: #bc0d1e;}
.pinterest:hover {color: #fff;instagram #9c0b0d;}
.instagram {color: #fff;background:linear-gradient( #400080, transparent),linear-gradient(200deg,#d047d1,#ff0000,#ffff00);}
.instagram:hover {color: #fff;background:linear-gradient( #300070, transparent),linear-gradient(200deg,#c037c1,#ee0000,#dddd00);}  

.fa-x-twitter {color: #fff;background-color: #00acee;padding: 5px;}
.fa-x-twitter:hover {color: #fff;background-color: #008cCe;}
.fa-facebook {color: #fff;background-color: #3b5998;padding: 5px;}
.fa-facebook:hover {color: #fff;background-color: #1b3978;}
.fa-linkedin {color: #FFF;background: #007bb5;padding: 5px;}
.fa-linkedin:hover {color: #FFF;background: #004b85;padding: 5px;}
.fa-square-instagram {color: #FFF;background: #600390;padding: 5px;}
.fa-square-instagram:hover {color: #FFF;background: #b90041;padding: 5px;}


.small{
	font-size:18px;	
}
#copyright{
	height:40px;
	background:#393939;
	font-family:arial;
	color:#999;	
	line-height: 40px;
	font-size:12px;
   font-family: 'Open Sans',Arial,sans-serif;

}
#copyright span{
	color:#DDD;	
}
#copyright a{color:#444}
#copyright a:hover{color:#666}	

/*CAROUSEL*/
.carousel-inner h1{padding-top:70px;color:#FFF;font-family: 'Sriracha', arial;font-weight:100;text-shadow:1px 1px 2px #000;}
.carousel-inner p{color:#fff;font-size:40px;;text-shadow:1px 1px 2px #000;}

.shapeshadow{
	-webkit-filter: drop-shadow(1px 1px 15px rgba(255,255,255,0.9));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
	 -webkit-transition: all 0.2s ease 0s;
	 -moz-transition: all 0.2s ease 0s;
	 -ms-transition: all 0.2s ease 0s;
	 -o-transition: all 0.2s ease 0s;
	 transition: all 0.2s ease 0s;
}	

.flex-container {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	 
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
}

.flex-item {
    flex-grow: 1;
    flex-shrink: 0;
	 
    -webkit-flex:1;
    -webkit-box-flex:1;
    -moz-flex:1;
    -moz-box-flex:1;
    -ms-flex:1;
    flex:1;
}

@media only screen and (max-width : 1200px) {
		.logomarginleft{margin-left:0px}

}
@media only screen and (min-width : 768px) {
	#smalllogo{left:50px;}
	.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
	 }
}

@media only screen and (max-width : 767px) {
	.rightcenter{text-align:center;}
	.leftcenter{text-align:center;}
	.footerbox{margin-bottom:20px;}
	.boxh{margin:5px;}
	.logo{max-width:300px;}
	.space{height:50px;}

  dt {
    width: 100px;
  }
  dd {
    margin: 0 0 0 110px;
  }
	.logomarginleft{margin-left:0px}


}
@media only screen and (max-width : 500px) {
	.floatleftcenter{float:none;text-align:center;;}
	.floatrightcenter{padding-top:20px;float:none;text-align:center;line-height:200%;}
	.xsbox{margin:20px 0px;}
	.vcenter {
    /*display: inline-block;*/
    vertical-align: middle;
    float: none;
	 }
	.carousel-inner p{font-size:20px;}
}

/*CONTACT FORM*/
.formstyle{padding:3px 9px;margin:2px 0;}
.smallfield{max-width:100px;width:100%;padding:1px 2px;margin:2px 0;}
.mediumfield{max-width:300px;width:100%;padding:1px 2px;margin:2px 0;}
.form-group {
    margin-bottom: 25px;
}
.form-group input,.form-group textarea {
    padding: 10px;
}
.form-group textarea {
		height:150px;
}
.form-group input.form-control {
    height: auto;
}

textarea{
	 width:100%;height:200px;
	 padding:5px 10px;;font-size: 14px;
}
.form-control:focus {
    border-color: #87C556;
    box-shadow: none;
}
.text-danger {
    color: #e74c3c;
}


/*TEXT OVER IMAGE*/
.caption {
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
    background: rgba(0, 0, 0, .5);
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.image {
    width:200px;
    height:134px;

    position:relative;
    overflow: hidden;
}
.image img {
    width:100%;
    vertical-align:top;
}
.image:after, .image:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
}
.image:before {
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    bottom:0;
    padding:50px 10px;
    text-align:center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.image:hover:after, .image:hover:before {
    opacity:1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
	 
}

#gallery-1 {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.removeaside{position:absolute;left:-5000px;}
.applydiv{background-color:#86DB88;border:3px solid #000;color:#000;padding:15px;border-radius:10px;height:390px;}
.bgparallax{background-color:rgba(0,0,0,.8);padding:40px 20px;border-radius:20px;font-weight:bold;text-align: justify;}

/*IMAGE ROTATOR*/
.banner-rotator,.br-wrapper{position:relative;border:0 solid #000;overflow:hidden;zoom:1}.banner-rotator img{max-width:none!important;max-height:none!important}.br-stage{position:relative;width:100%;height:100%}.br-screen{position:relative;width:100%;height:100%;background-color:#000;overflow:hidden}.banner-rotator>ul,ul.br-slides{position:absolute;width:100%;height:100%;padding:0;margin:0;list-style:none}li.br-item{position:absolute;width:100%;height:100%;padding:0;margin:0;visibility:hidden;overflow:hidden}.br-main-img{position:absolute;top:0;left:0}.br-img-link,.br-item .tt-html,.br-item .tt-img{visibility:hidden}.br-preloader{position:absolute;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background:#000 url(assets/loader.gif) center no-repeat;-moz-box-shadow:0 0 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5)}.br-links{position:absolute;width:100%;height:100%}.br-main-link{position:absolute;width:100%;height:100%;background:url(assets/spacer.png) center no-repeat;display:none}.br-layers{position:absolute;width:100%;height:100%;visibility:hidden}.br-layer{position:absolute;color:#fff;line-height:normal;visibility:visible;overflow:hidden;display:none;-webkit-backface-visibility:hidden}.br-effect-wrapper{position:absolute;border:0;padding:0;margin:0;font-size:100%;background:transparent;overflow:hidden}.br-side-prev,.br-side-next{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;cursor:pointer;overflow:hidden}.br-side-prev{left:0}.br-side-next{right:0}.br-side-prev div,.br-side-next div{position:absolute;top:23px;left:10px;width:21px;height:35px;background:url(assets/br-assets.png) no-repeat;filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75}.br-side-prev div{background-position:-14px 0}.br-side-next div{background-position:-14px -35px}.br-side-prev:hover div,.br-side-next:hover div{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}.br-cpanel-wrapper{position:absolute;visibility:hidden}.br-cpanel{position:relative;margin:5px}.br-ext-cp{position:absolute}.br-ext-bg{position:absolute;width:100%;height:100%;background:#292929;-moz-box-shadow:0 0 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);box-shadow:0 0 3px rgba(0,0,0,0.5)}.br-thumbnails{position:absolute;overflow:hidden}.br-thumbnails ul{position:relative;top:0;left:0;padding:0;margin:0;list-style:none}.br-thumbnails li{position:relative;display:inline;float:left;font:12px "Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;text-align:center;color:#fff;background-color:#1b1b1b;border:1px solid #000;overflow:hidden;cursor:pointer;padding:0;margin:0}.br-thumbnails li:hover{background-color:#bbb}.br-thumbnails li.br-curr{color:#1b1b1b;background-color:#fff;cursor:default}.br-thumbnails li.br-thumb-img img{position:absolute}.br-thumbnails li.br-thumb-img:hover,.br-thumbnails li.br-thumb-img.br-curr{border-color:#fff}.br-thumbnails li.br-thumb-img div{position:absolute;width:100%;height:100%;background-color:#000;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25}.br-thumbnails li.br-thumb-img:hover div,.br-thumbnails li.br-thumb-img.br-curr div{filter:alpha(opacity=0);-moz-opacity:0;opacity:0}.br-thumbnails li.br-bullet{width:12px;height:12px;margin:8px;border:0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background-color:#bbb;filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7}.br-thumbnails li.br-bullet:hover,.br-thumbnails li.br-bullet.br-curr{background-color:#fff;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}.br-play-button,.br-prev-button,.br-next-button{position:absolute;background-color:#1b1b1b;border:1px solid #000;cursor:pointer;overflow:hidden}.br-play-button:hover,.br-prev-button:hover,.br-next-button:hover{background-color:#bbb}.br-play-button div,.br-prev-button div,.br-next-button div{position:absolute;top:50%;left:50%;width:14px;height:14px;margin-top:-7px;margin-left:-7px;font-size:0;background:url(assets/br-assets.png) no-repeat}.br-play-button div{background-position:0 0}.br-pause div{background-position:0 -14px}.br-prev-button div{background-position:0 -28px}.br-next-button div{background-position:0 -42px}.br-up div{background-position:0 -56px}.br-down div{background-position:0 -70px}.br-tt{position:absolute;left:-9999px;padding:6px;z-index:999999;zoom:1;pointer-events:none}.br-tt-content{position:relative;font:15px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;background-color:#000;border:4px solid #000;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5);max-width:400px;min-width:12px;min-height:12px;overflow:hidden}.br-tt-tip{position:absolute;background:url(assets/br-assets.png) no-repeat -14px -70px}.br-tt-top .br-tt-tip{top:0;left:50%;width:12px;height:6px;margin-left:-6px}.br-tt-bottom .br-tt-tip{bottom:0;left:50%;width:12px;height:6px;margin-left:-6px;background-position:-14px -76px}.br-tt-left .br-tt-tip{top:50%;left:0;width:6px;height:12px;margin-top:-6px}.br-tt-right .br-tt-tip{top:50%;right:0;width:6px;height:12px;margin-top:-6px;background-position:-20px -70px}.br-tt img.tt-img{display:block;visibility:hidden;max-width:none!important;max-height:none!important}.br-effects{position:absolute;width:100%;height:100%;visibility:hidden}.br-block,.br-vslice,.br-hslice,.br-vslide,.br-hslide{position:absolute;background-repeat:no-repeat;visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden}.br-vslice{height:100%}.br-hslice{width:100%}.br-vslide{width:100%;height:200%}.br-hslide{width:200%;height:100%}.br-vslide div,.br-hslide div{position:relative;float:left;background-repeat:no-repeat;overflow:hidden}.br-vslide div{width:100%;height:50%}.br-hslide div{width:50%;height:100%}.br-effects img{position:absolute}.br-bar-timer{position:absolute;left:0;width:0;height:5px;font-size:0;background-color:#fff;filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5}.br-bar-timer.br-top{top:0;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5)}.br-bar-timer.br-bottom{bottom:0;-moz-box-shadow:0 -1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 -1px 3px rgba(0,0,0,0.5);box-shadow:0 -1px 3px rgba(0,0,0,0.5)}.br-pie-timer{position:absolute;width:22px;height:22px;margin:10px}.br-lside,.br-rside{position:absolute;top:0;width:50%;height:100%;overflow:hidden}.br-lside{left:0}.br-rside{right:0}.br-rotate{position:absolute;top:0;width:200%;height:100%;background:url(assets/br-assets.png) no-repeat}.br-lside .br-rotate{left:0;background-position:0 -84px}.br-rside .br-rotate{right:0;background-position:-22px -84px}.br-side-prev div,.br-side-next div,.br-thumbnails li.br-thumb-img div,.br-thumbnails li.br-bullet{-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-ms-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s}.br-thumbnails li,.br-play-button,.br-prev-button,.br-next-button{-webkit-transition:background-color .4s,color .4s,border-color .4s;-moz-transition:background-color .4s,color .4s,border-color .4s;-ms-transition:background-color .4s,color .4s,border-color .4s;-o-transition:background-color .4s,color .4s,border-color .4s;transition:background-color .4s,color .4s,border-color .4s}

/*HOME PAGE SLIDES*/
 <style type="text/css">
    
.bs-slider{
    overflow: hidden;
    max-height: 600px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

.bs-slider > .carousel-inner > .item > .sign,
.bs-slider > .carousel-inner > .item > a > .sign {
max-width:120px; /*ADDED NICO FOR Sign sign to not be 100% width*/
}

.item {
    background-size: cover;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #FC0;
    /*background: rgba(0, 0, 0, 0.5);*/
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 50%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap; 
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #FC0;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #FC0;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #000;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #FC0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
       padding: 1px 30px;
	    top: 0%;		  
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
    .control-round .carousel-control{
        display: none;
    }
	 .mobilebox{padding:5px 2px;}
}
@media  (max-width: 480px) {
    .slide-text {
       padding: 1px 30px;
	    top: 0%;		  
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
	 .bigmobile{font-size:30px;font-weight:bold;padding:10px;}
	 .mobilebox{padding:5px 2px;}
}

/*END HOME PAGE SLIDES*/

/************* TOOLTIP *************************/
.specialdiv{position:relative;}
.specialdivtext{position:absolute;left:5px;top:5px}
.specialdivfield{padding-left:20px;}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*SOCIAL ICONS*/
.fa {
  padding: 5px;
  font-size: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa a{color:#FFF;}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}


/**
 * 4.2 Main Navigation Bar
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 30px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #B28F50;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #000;
/*	border: 2px solid #660000;*/
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	text-align:left;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #B28F50;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #B28F50;
	font-style: italic;
	font-weight: bold;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {

	background-color: #660000;
	margin: 0 auto;
	width: 100%;
}

/**
 * 4.3 SUB Navigation (show after login in on the website) - By Dawn
 * ----------------------------------------------------------------------------
 */

.sub-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 20px;
	position: relative;
}

ul.sub2menu,
div.sub2menu > ul {
	margin: 0;
	padding: 0 20px 0 0;
}

.sub2menu li {
	display: inline-block;
	position: relative;
}

.sub2menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 10px 18px;
	text-decoration: none;
}

.sub2menu li:hover > a,
.sub2menu li a:hover {
	background-color: #000;
	color: #fff;
}

.sub2menu .sub-menu,
.sub2menu .children {
	background-color: #fff;
	border: 2px solid #660000;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.sub2menu .sub-menu ul,
.sub2menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.sub2menu ul a,
.sub2menu ul ul a {
	color: #000;
	margin: 0;
	width: 120px;
}

ul.sub2menu ul a:hover,
.sub2menu ul ul a:hover {
	background-color: #909090;
}

ul.sub2menu li:hover > ul,
.sub2menu ul li:hover > ul {
	display: block;
}

.sub2menu .current_page_item > a,
.sub2menu .current_page_ancestor > a,
.sub2menu .current-menu-item > a,
.sub2menu .current-menu-ancestor > a {
	color: #660000;
	font-style: italic;
	font-weight: bold;
}

.menum-toggle {
	display: none;
}

/* nav2bar */
.nav2bar {
	background-color: #B28F50;
	margin: 0 auto;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #B28F50;
	cursor: text;
	outline: 0;
	width: 230px;
}


.tablepress tfoot th, .tablepress thead th {
    background-color: #B28F50;
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #926F20;
}
/*END MENU*/

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Open Sans';
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: 'Open Sans';
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], .loginmodal-container input[type=password], .loginmodal-container input[type=email] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,.loginmodal-container input[type=password]:hover,.loginmodal-container input[type=email]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: 'Open Sans';
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
/*END MODAL LOGIN*/

@media print {
	#header,#nav2bar,#footer,#copyright{display: none;}
}

@media (max-width: 800px) { /*FOR COLLAPSED MENU*/
	.nav-menu li{display: block;text-align:left;}
	.nav-menu ul{display:block;visible:true;}
	.sub-menu li{color:#F00;}
	
	.nav-menu .sub-menu,.nav-menu .sub-menu ul,
	.nav-menu .children {
		border: 2px solid #660000;
		background-color:#660000;
		color:#FF0;
		display: block;
		position:relative;
		padding: 0;
		z-index: 99999;
		left:20px;
	}

	.nav2bar{background-color:#B28F50}
	.nav2bar li{display: block;text-align:left;}
	.nav2bar ul{display:block;visible:true;}

	.sub2menu li{color:#F00;}
	.sub2menu ul{display:block;visible:true;}
	
	.nav2bar .sub-menu,.nav2bar .sub-menu ul,
	.nav2bar .children {
		border: 2px solid #B28F50;
		background-color:#B28F50;
		color:#FF0;
		display: block;
		position:relative;
		padding: 0;
		z-index: 99999;
		left:20px;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	 .navbar-collapse.in {
		overflow-y: auto !important;
	 }	
}
/*CAROUSEL*/
.carousel-indicators {
    display: table;
    table-layout: fixed;
    width: calc(5% + 4px);
    min-width: 100px;;
    left: -2px;
    right: -2px;
    margin: auto;
    border-spacing: 2px 0;
    height: 5px;
	 text-align:center;
}
.carousel-indicators li {
    width: auto;
    height: 5px;
    margin: 0;
    display: table-cell;
    border-radius: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.carousel:hover .carousel-indicators li {
    height: 5px;
}
.carousel-indicators li.active {
    width: auto;
    height: auto;
    margin: auto;
}
.carousel .carousel-caption {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: 0;
}
.carousel-control {
    opacity: 1;
    color: rgba(255, 255, 255, 0.6);
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    opacity: 1;
    color: rgba(255, 255, 255, 0.95);
}
.carousel-control.left {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
}
.carousel-control.left:hover,
.carousel-control.left:focus,
.carousel-control.left:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right:hover,
.carousel-control.right:focus,
.carousel-control.right:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
}
.carousel .carousel-control span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel .carousel-control.left span {
    margin-left: -10px;
    left: 10%;
}
.carousel .carousel-control.right span {
    margin-right: -10px;
    right: 10%;
}
@media (min-width: 768px) {
    .carousel-control span {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
}

/*END CAROUSEL*/

.alignleft {
    float: left;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    color: #000000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

.edit-link a:before {
font-family: FontAwesome;
    content: "\f040";
    position: relative;
    top: -1px;
}
.page-id-6 .blog-post-title {display: none;}
.page-id-7 .blog-post-title {display: none;}
.page-id-9 .blog-post-title {display: none;}
.page-id-10 .blog-post-title {display: none;}
.page-id-20 .blog-post-title {display: none;}
.page-id-21 .blog-post-title {display: none;}
.page-id-23 .blog-post-title {display: none;}
.page-id-24 .blog-post-title {display: none;}
.page-id-25 .blog-post-title {display: none;}
.page-id-26 .blog-post-title {display: none;}
.page-id-106 .blog-post-title {display: none;}
.page-id-107 .blog-post-title {display: none;}
.page-id-115 .blog-post-title {display: none;}
.page-id-121 .blog-post-title {display: none;}
.page-id-125 .blog-post-title {display: none;}
.page-id-124 .blog-post-title {display: none;}
.page-id-486 .blog-post-title {display: none;}
.page-id-371 .blog-post-title {display: none;}
.page-id-666 .blog-post-title {display: none;}
.page-id-761 .blog-post-title {display: none;}
.page-id-758 .blog-post-title {display: none;}
.page-id-971 .blog-post-title {display: none;}
.page-id-984 .blog-post-title {display: none;}
.page-id-1329 .blog-post-title {display: none;}
.page-id-1332 .blog-post-title {display: none;}
.page-id-1351 .blog-post-title {display: none;}
.page-id-1357 .blog-post-title {display: none;}
.page-id-1615 .blog-post-title {display: none;}
.page-id-1642 .blog-post-title {display: none;}
.page-id-1658 .blog-post-title {display: none;}
.page-id-1668 .blog-post-title {display: none;}
.page-id-1683 .blog-post-title {display: none;}
.page-id-1700 .blog-post-title {display: none;}
.page-id-1715 .blog-post-title {display: none;}
.page-id-1733 .blog-post-title {display: none;}
.page-id-1743 .blog-post-title {display: none;}
.page-id-1753 .blog-post-title {display: none;}
.page-id-1781 .blog-post-title {display: none;}
.page-id-1879 .blog-post-title {display: none;}
.page-id-1899 .blog-post-title {display: none;}
.page-id-1901 .blog-post-title {display: none;}
.page-id-1909 .blog-post-title {display: none;}
.page-id-1923 .blog-post-title {display: none;}
.page-id-1933 .blog-post-title {display: none;}
.page-id-2128 .blog-post-title {display: none;}
.page-id-2537 .blog-post-title {display: none;}
.page-id-2938 .blog-post-title {display: none;}
.page-id-2073 .blog-post-title {display: none;}
.page-id-2082 .blog-post-title {display: none;}
.page-id-2741 .blog-post-title {display: none;}
.page-id-3723 .blog-post-title {display: none;}
.page-id-3758 .blog-post-title {display: none;}
.page-id-3790 .blog-post-title {display: none;}
.page-id-4104 .blog-post-title {display: none;}
.page-id-4140 .blog-post-title {display: none;}
.page-id-4225 .blog-post-title {display: none;}
.page-id-4337 .blog-post-title {display: none;}
.page-id-4661 .blog-post-title {display: none;}
.page-id-4746 .blog-post-title {display: none;}
.page-id-4837 .blog-post-title {display: none;}
.page-id-4861 .blog-post-title {display: none;}
.page-id-4874 .blog-post-title {display: none;}
.page-id-5279 .blog-post-title {display: none;}
.page-id-5541 .blog-post-title {display: none;}
.page-id-5556 .blog-post-title {display: none;}

#PolicyNumberError{color:#900;font-weight:bold;display:none;}
.disabled{background-color:#CCC}
.redborder{background-color:#FEE;border:2px solid #900;}
#paymentform input[type=text], #paymentform input[type=password], #paymentform input[type=email],#paymentform select{
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.center{text-align:center;}
.productimage{width:100%;max-width:200px;margin:auto;border:12px solid #b28e50;border-radius:50%;}

/*HOME PAGE*/
	.homepagesquare{min-height:150px;border:4px solid #650000;background-color:#650000;padding:10px;margin-bottom:20px;color:#FFF;border-radius:15px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
	.homepagesquare h2{margin-top:1px;color:#FFF;font-size:25px;}
	.homepagesquare p{font-size:15px;}		
	.homepagesquare .button{background-color:#b28e50;}
	.homepagesquare:hover{border:4px solid #b28e50;cursor:pointer;background-color:#450000;}
	/*.homepagesquare:hover h2{color:#650000;}*/


#homeimage{background-image:url('http://www.germaniamutual.com/wp-content/uploads/Germania_Office_July_2025.jpg');background-repeat: no-repeat;background-size: cover;position:relative;height:400px;background-position:center}
#homeimage h1{position:absolute;font-size: 2.5rem;bottom:1vw;left:2vw;color:#FFF;text-shadow: 1px 1px 10px #000;filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);}
@media only screen and (max-width : 1450px) {
	.homepagesquare{min-height:150px;}
	.extrahomepagesquare{min-height:200px;}
}
@media only screen and (max-width : 993px) {
	.homepagesquare{min-height:175px;}
	#homeimage h1{font-size: 2.5rem;bottom:5vw;}
}
@media only screen and (max-width : 767px) {
	#homeimage{height:500px;}
	.extrahomeimage{height:600px;}
	#homeimage h1{font-size: 1.5rem;right:none;bottom:none;bottom:10vw;text-align:center;color:#FFF;text-shadow: 1px 1px 1px #000;filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);}
	.homepagesquare{min-height:auto;}
	.extrahomepagebutton{top:10px;}
}
@keyframes appearsteps {
  from {opacity: 0;}
  to {opacity: 100%;}
}
.appear{
  animation-name: appearsteps;
  animation-duration: 3s;
}
.showlg{display:inline-block;}
@media only screen and (max-width : 1300px) {
	.showlg{display:none;}
}

#homechoices{padding:30px 5px;}
#homechoices img{border-radius:50%;border:8px solid #b28e50;width:100%;max-width:200px;margin-bottom:10px;-webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -ms-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;}
#homechoices img:hover{border:8px solid #650000;filter: brightness(.7)}
#homechoices div{margin-bottom:30px;}
#homechoices a{font-weight:bold;font-size:18px;}
#hometextdiv{background-color:#EEE;padding:30px 5px;}


/*
	.homepagesquare{border:4px solid #650000;padding:10px;margin-bottom:20px;color:#650000;border-radius:5px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
	.homepagesquare h2{margin-top:1px;color:#650000;font-size:25px;}
	.homepagesquare p{font-size:15px;}		
	.homepagesquare .button{background-color:#b28e50;}
	.homepagesquare:hover{background-color:#650000;cursor:pointer;color:#FFF;}
	.homepagesquare:hover h2{color:#FFF;}
*/
.spacey{padding:20px 0;}

.homepagebutton{position:absolute;bottom:0px;left:0;right:0;margin-inline:auto;width:fit-content;}
/*END HOME PAGE*/