/*
	Theme Name: Butler (Jan 2016)
	Description: Bonfire framework
	Version: 1.1
	Author: Bonfire
	Author URI: http://www.bonfire.com.au
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
*, *:before, *:after {
	box-sizing: inherit;
	z-index: 1;
}
a {
	text-decoration: none;
	color: #bd2a36;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #b80e1c;
}
/* Stop border color on images in IE */
a img{
    border: 0px;
}
.clear {
	clear: both;
}
html {
	box-sizing: border-box;
	height: 100%;
}
body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	height: 100%;
	position: relative;
	color:#111;
}
.site {
	height: 100%;
}

h1,h2,h3,h4,h5{
	color:#111;
}

h2,h3,h4,h5,h6{
	margin: 30px 0 20px;
}
h1 {
	font-size: 3em;
	margin: 0 0 50px;
	font-weight: 100;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 2em;
	font-weight: 100;
		color: #bd2a36;
}
h4 {
	font-size: 1.5em;
	color: #bd2a36;
}
h5 {
	font-size: 1em;

}
p {
	font-size: .9em;
	font-family: 'Roboto', sans-serif;
	color:#111;
	margin: 0 0 25px;
	font-weight: 300;
	line-height: 1.6;

}

.content p{
	text-align: justify;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;

}
.wrap:after {
	content: "";
	display: table;
	clear: both;
}
.content ol {
    margin: 0 0 0 30px;
}

.content ul{
	margin:20px 0 30px;
}

.content ul li {
padding: 5px 0 0;
margin: 0 0 0 30px;
line-height: 1.8;
color: #000;
list-style: none;
position: relative;
}

.content ul li:before{
position: absolute;
content: '\f0da';
color:#BD2A36;
left: -15px;
font-family: Fontawesome;
}


@media(max-width:1300px){
	.wrap{
		width:90%;
		margin-left: 5%;
	}
}

@media(max-width:650px) {
h1 {
	font-size: 30px;
}

h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .8em;
}

p, .post p{
font-size: 14px;
}

}


/* /////////////////////////////////////////////////////////////////////////////////////// HEADER */
header {
	background: rgba(255,255,255, .9);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 999;
	height: 115px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.scrolled header{
	background: rgba(255,255,255, 1);
	border-bottom: 1px solid #efefef;
	box-shadow: 10px 0px 30px rgba(2,2,2,.6);
	-webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition: box-shadow  .3s ease-in-out;
	-ms-transition: box-shadow  .3s ease-in-out;
	-o-transition: box-shadow  .3s ease-in-out;
	transition: box-shadow  .3s ease-in-out;
}


.logo {
    background: url(images/b-logo.svg) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    display: block;
    width: 350px;
    height: 56px;
    text-indent: -9999em;
    z-index: 999;
    left: 40px;
    top: 35px;
}
.social {
	position: relative;
	float: right;
	clear: right;
}
.social .fa {
	font-size: 19px;
	padding: 3px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social .fa:hover {
	color: #f1ea0c;
}
.social a {
	display: inline-block;
}
.phone-menu {
    cursor: default;
    position: relative;
    color: #111;
    font-size: 30px;
		float:right;
			top:20px;
			    margin: 0 8px 0 0;
}
.e-login{
position: absolute;
background: #111;
color: #fff;
padding: 7px 28px 7px 20px;
right: 0;
top: 0;
height: 32px;
cursor: pointer;
font-size: 12px;
}

.e-login:hover{
background: #bd2a36;
color:#fff;
}



.phone-menu:before {
    content: '';
    position: absolute;
    background-image: url(images/phone.svg);
    top: 6px;
    left: -40px;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;

}

@media(max-width:1350px){
	.phone-menu{
		top:auto;
	}

	.logo{
	width:250px;
	top:18px;
	}
	header{
	padding: 35px 20px;
	}
}

@media(max-width:1024px){
.logo{
background: url(images/logo.svg) no-repeat top center;
display: block;
position: relative;
width: 270px;
height: 20px;
top: auto;
float: none;
margin: 20px auto;
left:auto;
}
.e-login{
display:none;
}

header{
height:60px;
padding: 0;
}
}


@media(max-width:500px){
	.logo{
	width: 160px;
	height: 16px;
	}
}

@media(max-width:350px){
	.logo{
    width: 210px;
	}
}
/* /////////////////////////////////////////////////////////////////////////////////////// NAVIGATION */


.header-nav {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 90;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
    top: 10px;
		right:60px;
}
.header-nav:after {
	content: "";
	display: table;
	clear: both;
}
.header-nav li {
	position: relative;
	float: left;
	text-align: left;
	list-style: none;
	padding: 13px 15px 33px;
		cursor: pointer;
}

.header-nav a {
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.header-nav a:hover{
	color:#000;

}

.header-nav ul li ul a:hover{
	color:#fff;
}

.header-nav ul li:first-child:after{
	display:none;
}



.header-nav ul ul li:after{
	content: ''
}

.header-nav li a {
	display: block;
	padding: 10px 12px;
	font-weight: 300;

}

.header-nav li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;


}

.header-nav ul ul li a:before{
content: '\f0da';
font-family: Fontawesome;
color:#bd2a36;
position: absolute;
font-size: 20px;
left: 0px;
top:6px;
-ms-transform: rotate(224deg); /* IE 9 */
    -webkit-transform: rotate(224deg); /* Chrome, 	Safari, Opera */
    transform: rotate(224deg);
		visibility: hidden;
		opacity: 0;
}

.header-nav ul ul a .word1{
font-weight: 500;
}
.header-nav ul ul li:hover > a:before{
visibility: visible;
opacity: 1;
-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-moz-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-ms-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
-o-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
transition: visibility .3s ease-in-out, opacity .3s ease-in-out;

}

.header-nav .current_page_item > a:before {
visibility: visible;
opacity: 1;
}

.header-nav ul .menu-item-has-children:hover > a{
color:#000;
}

/* Level 1 Drop Down Menu */
.header-nav ul > li {
	display: inline-block;
	vertical-align: top;

}
.header-nav ul > li:first-child {
	margin-left: 0;
}
.header-nav ul > li > a {

}
.header-nav ul > li > a:hover {

}

/* Level 2 */
.header-nav ul > li > ul {
	text-align: left;
	width: auto;
	opacity: 0;
	visibility: hidden;
	background: rgba(255,255,255, .95);
	position: absolute;
	top: 85px;
	left: -10px;
	z-index: 9999999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-nav ul li ul li{
	padding: 10px 15px;
	border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
.header-nav ul > li:hover > ul {
	opacity: 1;
	visibility: visible;

}
.header-nav ul ul li a, .header-nav ul ul ul li a {
	color: #000;
	min-width: 230px;

	padding: 10px 20px 10px 30px;
}

.header-nav ul ul li:last-child a{
border-bottom: none;
}
.header-nav ul ul li:hover, .header-nav ul ul ul li:hover {
background: rgba(255, 255,255, 0.8);

}
.header-nav ul ul li:hover > a{
opacity: .9;
color:#000;
}





/* Level 3 */
.header-nav ul > li > ul > li > ul {
	text-align: left;
	opacity: 0;
	visibility: hidden;
	background: rgba(255,255,255, .9);
	position: absolute;
	left: 260px;
	top: 0px;
	z-index: 9999999;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-nav ul ul ul li a{
color:#000;
}
.header-nav ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.header-nav ul ul ul li {}
.header-nav ul ul ul li a {}
.header-nav ul ul ul li a:hover {}


	/* Level 4 */
	.header-nav ul > li > ul > li > ul > li > ul {
		text-align: left;
		opacity: 0;
		visibility: hidden;
		background: rgba(17, 23, 94, .9);
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 9999999;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header-nav ul > li > ul > li > ul > li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
	.header-nav ul ul ul ul li {}
	.header-nav ul ul ul li ul a {}
	.header-nav ul ul ul li ul a:hover {}

		@media(max-width:1350px){
			.header-nav {
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 90;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
    top: 60px;
    right: 0px;
}
		}


		@media(max-width:1440px){
			.header-nav li a{
				font-size: 13px;

			}


			.header-nav ul > li > ul{
				top:65px;
			}
		}

		@media(max-width:1350px){
			.header-nav{
				top:55px;
			}
			.header-nav ul > li > ul{
				top:60px;
			}
		}

		@media(max-width:1200px){


			.header-nav{
				padding: 0 ;

			}
			.header-nav ul > li > ul{
				left:-20px;
			}


		}

		@media(max-width:1024px){
			.header-nav, .phone-menu {
				display: none;
			}
		}

		/*/////////////////////////////////////////////////////////////  Off Canvas menu style */

		.off-canvas {
		    width: 350px;
		    height: 100%;
		    position: fixed;
		    right: -350px;
		    top: 0;
		    background-color: #000;
		    z-index: 9999;
				-webkit-transition: right .5s ease-in-out;
				-moz-transition: right .5s ease-in-out;
				-ms-transition: right .5s ease-in-out;
				-o-transition: right .5s ease-in-out;
				transition: right .5s ease-in-out;
				padding: 30px 10px 70px;
				overflow: scroll;
				border-left: 2px #bd2a36 solid;
		}




		.mob-clicked .off-canvas{
			right:0;

		}

		.mob-overlay, .cta-overlay {
				visibility: hidden;
				opacity: 0;
		    width: 100%;
		    height: 100%;
		    position: fixed;
		    background: rgba(0,0,0, .4);
		    z-index: 9998;
				top:0;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
		}

		.cta-overlay{
			z-index: 5;
		}

		.mob-clicked .mob-overlay, .ctaform-open .cta-overlay{
			visibility: visible;
			opacity: 1;
		}
		.off-canvas ul{
			list-style: none;
		}

		.off-canvas ul li{
			margin: 4px 0;

		}


		.off-canvas .current-menu-item{
			border: none;
			margin-bottom: 0;
		}

		.off-canvas ul ul{
			padding: 0px 0 0 10px;
		}

		.off-canvas li a {
		    text-transform: uppercase;
				font-size: 12px;
		    background:rgba(2,2,2,.86);
		    padding: 14px 60px 14px 15px;
				display: block;
				font-weight: 300;
				color:#efefef;
		}

		.off-canvas li a:hover{
			background: #111;
		}

		.off-canvas ul ul li a{
			font-size: 13px;
				background: rgba(34, 34, 34, 0.83);
				margin: 0 0 0 10px;
		}

		.off-canvas ul ul ul li a{
			background: rgba(34, 34, 34, 0.63);
			display: block;
			margin: 7px 0 0 10px;
		}

		.off-canvas .menu-main-menu-container{
			padding: 0 10px;
		}



		.off-canvas .menu-main-menu-container{
			padding: 0 10px;
		}

		.off-canvas ul .menu-item-has-children{
		position: relative;
		}

		.off-canvas .toggle{
		position: absolute;
		right: 3px;
		z-index: 999;
		top: 3px;
		color: #fff;
		font-size: 15px;
		cursor: pointer;
		background: #bd2a36;
		height: 41px;
		width: 41px;
		padding:11px 16px 0px;
		}


		.off-canvas .sub-menu {
		visibility:hidden;
		opacity: 0;
		display: none;
		}

		.off-canvas .open .sub-menu{
		visibility: visible;
		opacity: 1;
		display: block;


		}
		.off-canvas .open .sub-menu .sub-menu{
		visibility:hidden;
		opacity: 0;
		display: none;
		}

		.off-canvas .open .sub-menu  .open .sub-menu{
		visibility:visible;
		opacity: 1;
		display: block;
		}



		.top-icons {
			display:none;
		    top: 0;
		    right: 0;
				position: fixed;
		    height: 110px;
		    z-index: 1000;
		}
		i.icons{
			display: block;
			color: #bd2a36;
			font-size: 34px;
			text-align: center;
			padding: 6px 12px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			height: 50%;
			cursor: pointer;
		}
		i.icons:hover{
			color:#df5d68;

		}



		.mob-toggle{
		position: absolute;
		right: 4px;
		top: 6px;


		}

		.mob-toggle span{
			display: block;
			font-size: 10px;
			text-align: center;
			color: #bd2a36;
	    font-family: "Roboto";
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}

		.mob-toggle:hover span{
			color:#df5d68;
		}

		.social .fa {
		    display: inline-block!important;
		    font-size: 30px!important;
		    margin: 0 10px!important;
		}



		.fa-phone{
			color: #fff;
			font-size: 34px;
			text-align: center;
			padding: 6px 12px;
		}

		i.icons.fa.fa-phone {
		    padding: 12px 0 0 0;
				float: left;
				margin: 0 0 0 16px;
		}

		.fa-times {
		    font-size: 20px!important;
		    position: relative;
				float: right;
		    width: 0;
		    color: #fff;
		    margin:10px 30px 20px;
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
		}

		.fa-remove:before, .fa-close:before, .fa-times:before{
		top: 5px;
    position: absolute;
		}

		.fa-times:after {
		    content: 'close';
		    position: absolute;
		    left: -40px;
		    top: 9px;
		    font-size: 12px;
				font-family: "Roboto",sans-serif;
		}


		.cta {
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -30px -30px 0 0;
    background: #bd2a36;
    color: #fff;
    color: #fff;
    padding: 16px 90px 16px 40px;
    font-size: 18px;
    font-weight: bold;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		cursor: pointer;
		height: 60px;
}
.cta-wrap {
	position: absolute;
	right:0;
}

.cta .word1, .cta .word2, .cta .word3, .cta .word4{
	font-weight: 100;
}


.cta-form {
width: 400px;
background: #333;
right: 0;
position: fixed;
height: 100%;
z-index: 9999;
margin: 0 -400px 0 0;
top:0;
border-left: #bd2a36 solid 2px;
padding: 35px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.cta:hover{
	right:30px;
}

.cta:before {
    content: '';
    position: absolute;
    background: url(images/tri.svg);
    top: 0;
    left: -60px;
    width: 60px;
    height: 60px;
}

.cta:after {
    content: '';
    position: absolute;
    background-image: url(images/after.svg);
    top: 25px;
    width: 7px;
    height: 17px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 50px;
}



.cta-form .gform_button {
    border: none;
    background: #bd2a36;
    color: #fff;
    padding: 15px 30px;
    font-size: 15px;
		-webkit-transition: width .3s ease-in-out;
		-moz-transition: width .3s ease-in-out;
		-ms-transition: width .3s ease-in-out;
		-o-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		border-width: 0 50px 0 0;
border-image: url('images/tri-four.jpg') 0% 100% stretch;
width:190px;
font-weight: 100;

}

.cta-form .gform_button:hover {
  width:205px;

}

.cta-form .fa-times:after{
	content:'';
}

.fa-times:hover{
	color: #b80b1a;
}

.cta-form .gform_title {
    color: #fff;
    font-weight: 100;
    font-size: 24px;
}




.cta-form .fa-times{
	position: absolute;
	top: 16px;
  right: 10px;
  color: #fff;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
cursor: pointer;

}
.cta-form .fa-times:before{
	font-size: 20px;
}

.cta-form .fa-times:hover{
	color: #a30916;
}


.ctaform-open .cta-close {
	position:fixed;
	margin-right:400px;
}

.ctaform-open .site{
	left:-400px;
}

.ctaform-open .cta-form{
	margin: 0;
}

.icons.mob-toggle, .icons.fa-phone{
display:none;
}

@media (max-width:1350px){
	.cta:after{
		background-image: none;
	}

}

		@media (max-width:1050px){
			.top-icons{
				display:block;
			}
		}

		@media(max-width:1024px){
			.cta-form .gform_button{
				border-image:none;
			}
			.icons.mob-toggle, .icons.fa-phone{
			display:block;
			}
			.cta{
			right:auto;
			}

		}



		@media (max-width:400px){
			.off-canvas{
				width: 85%;
				right:-85%;
			}
		}




/* /////////////////////////////////////////////////////////////////////////////////////// HERO	SLIDER */
.slide {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 100%;
	z-index: 2;
}
.page-template-default .slide {
	width: 100%;
	background-size: cover;
}

.hero-text{
	font-weight: 100;
	color: #fff;
}

.hero-head, .hero-text{
	text-shadow: 0px 0px 18px #111;
	margin: 0;
}

.hero-head .word3, .hero-head .word4, .hero-head .word5, .hero-head .word6, .hero-head .word7, .hero-head .word8, .hero-head .word9, .hero-head .word10
 {
	font-weight: 500;
}
.page-head .word3, .page-head .word4, .page-head .word5, .page-head .word6, .page-head .word7, .page-head .word8, .page-head .word9, .page-head .word10{
	font-weight: 100;
}


.hero-head .word4, .hero-head .word5{
	color: #e44854;
}

.hero-content {
    position: absolute;
    padding: 50px;
	margin-right:0;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,.5);
    top: 50%;
		overflow-x: hidden;
		margin-top: 0;

}

.hero-content a{
color:#e44854;
padding: 0 0 0 2px;
cursor: pointer;
display: block;
margin: 10px 0 0px;
}

.hero-content a:hover{
color:#a30916;
}
.hero-content h1 {
	color: #fff;
}
.rslides-wrap {
	top: 0;
	width: 100%;
	height: 90%;
	z-index: 9;
}
.rslides {
	position: fixed;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin-top: 0;
	height: 100%;
	top:0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: fixed;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  border: 1px solid #FFF;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.grad-bottom {
    background: url(images/gradient-page.png) repeat-x bottom center;
    position: absolute;
    width: 100%;
    height: 1000px;
    bottom: -400px;
}
.rslides_nav {
	top: 50%;
}
.rslides1_nav.prev {
	right: 0;
}
/* SLIDER COUNTER */

.rslides1_nav.prev {
	background: url(images/arrow-r.svg)top right no-repeat;
	width: 25px;
	height: 200px;
	display: block;
	opacity: .7;
	text-indent: -9999px;
	margin: 0 50px 0 0;
	position: fixed;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.rslides1_nav.next {
	background: url(images/arrow-l.svg)top right no-repeat;
	width: 25px;
	height: 200px;
	display: block;
	opacity: .7;
	text-indent: -9999px;
	margin: 0 0 0 50px;
	position: fixed;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.scrolled .rslides1_nav.prev {
	margin: 0;
}
.scrolled .rslides1_nav.next {
	margin: 0;
}
.scrolled .rslides1_nav.next, .scrolled .rslides1_nav.prev {
	opacity: 0;
}
/* SLIDER COUNTER */


.rslides_tabs {
	display: block;
	position: fixed;
	bottom: 0px;
	padding: 0 0 80px 0;
	left: 45px;
	z-index: 9;
	margin: 5px;
	list-style: none;
}
.rslides_tabs a {
	background: #f1ea0c;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 5px;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.rslides_here a {
	background: #fff;
}
.page-template-payment-gateway .content{
	width:100%;
}
.page-template-payment-gateway .header-bg{
	margin: 120px 0 0;
	background: rgba(1,1,1,.7);
	padding: 20px 0;
}
.page-template-payment-gateway .header-bg h1 span{
	font-weight: 500;
}
@media(max-width:1350px){
	.hero-content {
    text-align: center;
}
}

@media(max-width:1024px){
	.rslides{
		position: relative;
	}
	.page-template-payment-gateway .header-bg{
		margin:60px 0 0;
	}
}

@media(max-width:768px){
	.hero-content{
		top:55%;
	}
	.hero-head{
    font-size: 2.6em;
	}

	.rslides-wrap{
		height:82%;
	}

}

@media(max-width:450px){
	.hero-content{
		padding: 20px 10px;
    top: 39%;
	}
	.hero-head {
		font-size: 1.6em;
	}
	.hero-text{
		font-size: 1.2em;
	}
}


@media(max-height:750px){
.hero-content{
top:40%;
}
}
/* /////////////////////////////////////////////////////////////////////////////////////// FEATURED */

.feat {
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    width: 100%;
    float: left;
		z-index: 15;
}

.feat-wrap {
	position: relative;
	background-color: #fff;
	padding: 40px 0;
}
.feat-item {
    position: relative;
    width: 33.26%;
    float: left;
    background-size: contain;
    background-size: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #fff;
		padding: 30px 0;
		margin:0 1px;

}

.feat-item:hover{
	opacity:.9
}

.feat-item:first-child, .feat-item:last-child{
	margin:0 ;
}

.feat span{
	position:relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
}


.feat-item span:before{
	content: '';
	position: absolute;
	width:30px;
	height: 30px;
	left: -50px;
	top: 0;
}



#f-1 span:before{
	background: url(images/svg/cal.svg);
	background-repeat: no-repeat;
}

#f-2 span:before{
	background: url(images/svg/books.svg);
	background-repeat: no-repeat;
}

#f-3 span:before{
	background: url(images/svg/pig.svg);
	background-repeat: no-repeat;
}

.feat-title{
	font-size: 30px;
}

@media(max-width:1500px){
	.feat span{
		font-size: 18px;
	}
	.feat-item span:before {
    width: 50px;
    height: 40px;
    margin-top: -48px;
    left: 50%;
    margin-left: -25px;
}
.feat-item{
	padding:70px 0 30px;
}
}

@media(max-width:1024px){
	.feat span {
    font-size: 14px;
}
.feat-item{
	width: 33.23%;
}
}

@media(max-width:700px){
	.feat-item, .feat-item:first-child{
		width:100%;
		border-bottom: 1px solid rgba(255, 0, 0, 0);
		margin: 0 0 1px;
	}

}

/* /////////////////////////////////////////////////////////////////////////////////////// LOWER FEAT AREA*/

.lower-feat {
    background-image: url(images/triangles.png);
    top: 0;
    left: 0;
    width: 100%;
    background-position: inherit;
    float: left;
    position: relative;
    background-repeat: repeat;
		height:500px;
		text-align: center;
		background-size:50%;
 background-position:center center;
 z-index: 10;
}

.overlay {
    background: rgba(255,255,255,.85);
    width: 100%;
    height: 100%;
    position: absolute;
}


.lower-feat p:nth-child(1) {
	font-size: 70px;
	font-weight:300;
}

.lower-feat p:nth-child(1) strong{
	color:#bd2a36;
	font-weight: 100;
}

.lower-feat p:nth-child(2){
	font-size: 26px;
	font-weight: 100;
}

.lower-feat p:nth-child(2) strong{
	font-weight: 400;
}

.lower-feat .wrap {
    top: 50%;
    margin-top: -110px;
}

.lower-feat h2{
	margin: 0 0 25px 0;
}

@media(max-width:1050px){
	.lower-feat p:nth-child(1) {
		font-size: 3.5em;
	}
}

@media(max-width:700px){
	.lower-feat p:nth-child(1) {
		font-size: 2.8em;
	}
	.lower-feat p:nth-child(2){
		font-size: 1.4em;
	}
	.lower-feat .wrap{
		margin-top: -150px;
	}
}



/* /////////////////////////////////////////////////////////////////////////////////////// HOME & PAGE CONTENT */

.main {
	width: 100%;
	background: #fff;
	padding: 130px 0;
	position: relative;
	color:#fff;
	float: left;
	z-index: 10;
}

.home .home-head{
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 80px ;
}
.home .home-head .word1, .home .home-head .word2, .home .home-head .word3, .home .home-head .word4{
	font-weight: 300;
}
.home .home-head .word3{
	color:#bd2a36;
}

.page-template-default .page-banner{
	background-attachment:inherit;
	position: relative;
  border: 1px solid #FFF;
}

.page-head{
	color: #fff;
	width:1200px;
	left: 50%;
	margin: 0 0 0 -600px;
	position: relative;
	text-shadow: 0px 0px 18px #111;
	font-weight: 500;
}

.page-banner .header-bg {
    background: rgba(1,1,1,.7);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    padding: 10px 0;
}

.sub{
	margin: 0px 0 20px;
	font-weight: 500;
	font-size: 1.1em;
}

.log-but{
border: 0;
color: #fff;
font-weight: 100;
font-size: 18px;
float: left;
cursor: pointer;
position: relative;
transition: all 0.5s ease;
background: #bd2a36;
padding: 19px 35px;
border-width:0 50px 0 0;
margin: 20px 0 40px;
cursor: pointer;
}
.log-but:hover{
color:#fff;
padding: 19px 45px 19px 35px;
}

.gallery {
   margin: 0 auto;
}
.gallery-item {
    border: 0px solid #f3f3f3;
    float: left;
    width: 25%;
    padding: 2px 4px;
}
.gallery-item img{
width:100%;
height: auto;
border: none;
webkit-transition: border .3s ease-in-out;
-moz-transition: border .3s ease-in-out;
-ms-transition: border .3s ease-in-out;
-o-transition: border .3s ease-in-out;
transition: border .3s ease;
border: 5px solid #fff;
}

.gallery-item img:hover{
border:  5px #efefef solid;
webkit-transition: border .3s ease-in-out;
-moz-transition: border .3s ease-in-out;
-ms-transition: border .3s ease-in-out;
-o-transition: border .3s ease-in-out;
transition: border .3s ease;

}


.gallery-caption {
  display:none;
}


.content {
	width: 60%;
	float: left;
}
.sidebar {
	width: 40%;
	float: right;
	padding: 0 0 0 70px;
}
.sidebar-nav {
	margin:0 0 80px 0;
	}
	.sidebar-nav h3{
		font-weight:300;
	}
.sidebar-menu li {
	font-weight:lighter;
}
.sidebar-menu a {
	background:#f9f9f9;
	display:block;
	padding:15px 30px;
	margin:0 0 1px 0;
	position:relative;
}
.sidebar-menu a:after {
	font-size:12px;

	position: absolute;
	display:table;
	content:'►';
	right:30px;
	top:17px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
.sidebar-menu a:hover:after {

	right:26px;

}
.sidebar-menu a:hover {
	background:#f3f3f3;
}
.page-banner {
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center;
	position: relative;
	    border: 1px solid #FFF;
}


@media(max-height:700px){
.page-banner{
height:70%;
}
}

@media(max-width:1250px){
	.page-head{
		width: 90%;
		left: 5%;
		margin: 0;
		font-size: 2.4em;
	}

}

@media(max-width:1024px){
	.content{
		width:100%;
    margin: 0 0 100px;
	}
	.page-banner{
		height:45%;
	}
	.main{
		padding:50px 0;
	}
}

@media(max-width:768px){
.page-banner{
    margin: 60px 0 0;
}
.page-banner .header-bg{
bottom: 0;
}
.page-head{
	font-size: 24px;
}
.sub{
font-size: 14px;;
}
}

@media(max-width:1024px){
.main{
padding: 30px 0 60px;
}
}

@media(max-width:550px){
.gallery-item{
    width: 48.5%;
}
}
@media(max-width:450px){
	.page-template-default .main, .single-post .main, .page-template-team .main{
		padding:30px 0;
	}

}

/* ////////////////////////////////////////////////////////  TEAM SECTION */

.test-img {
width: 26%;
height: 200px;
float: left;
clear: both;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin: 0 2% 0;
}

.test-person {
    width: 100%;
    float: left;
    margin: 40px 0;
}

.test-inner {
    float: right;
    width: 70%;
}

.test-inner h4{
margin: 0;
}

.pos{
color:#111;
width: 100%;
float: left;
margin: 0 0 20px;
}


@media(max-width:768px){
.test-inner , .test-img{
    float: right;
    width: 100%;
		margin: 0 auto 30px;
		display:block;
}
.test-person{
margin: 0;
}
.name, .pos {
    width: 100%;
    text-align: center;
}
}



/* /////////////////////////////////////////////////////////////////////////////////////// NEWS SECTION */


.newsthumbnail {
    width: 300px;
    background-size: cover;
    height: 300px;
		position: relative;
		float: left;
		border: 1px #fff solid;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		overflow: hidden;
		background-position: center;

}
.ex {
    padding: 0 5%;
}

.ex p{
	color:#fff;
	opacity: 0;
  padding: 0 10px;
	font-size: 13px;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.news{
	width:1200px;
  margin: 0 auto;
}

.post-ol {
    background-color: rgba(4,4,4,.1);
    width: 100%;
    height: 100%;
		-webkit-transition: background-color .5s ease-in-out;
		-moz-transition: background-color .5s ease-in-out;
		-ms-transition: background-color .5s ease-in-out;
		-o-transition: background-color .5s ease-in-out;
		transition: background-color .5s ease-in-out;
}


.newsright h3 {
    color: #fff;
    font-size: 1.4em;
    padding: 5px 0;
    border-radius: 1px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 5px 1px 9px #000;
		margin: 0;

}
.newsright {
    text-align: center;
    width: 100%;
    background: rgba(3,3,3,.65);
    top: 58%;
    position: absolute;
    padding: 15px 10px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		height:100%;
}

.date{
	color:#fff;
	font-weight: 500;
	font-size: 13px;
	border-top: #bd2a36 solid 1px;
	width: 100px;
	padding: 2px 0 0 ;
  margin: 0 auto;


}

.newsthumbnail:hover .date{
border-top: #cb1c2b solid 1px;

}

.newsthumbnail:hover .newsright {
	top:0;
  padding: 40px 10px;
}

.newsthumbnail:hover .ex p{
	opacity: 1;
}

.page-template-news .content{
	width:100%;
}

.page-numbers {
    color: #fff;
    background: #bd2a36;
    padding: 10px 16px;
    float: left;
    margin: 25px 2px 0;
    width: 40px;
    height: 40px;
}

.news-section-top.news-pagination.news-pagination-bottom {
    float: left;
    clear: both;
}

@media(max-width:1350px){
	.news{
		width:900px;
	}
}

@media(max-width:1000px){
	.news{
		width:100%;
	}
	.page-template-news .wrap{
		width:100%;
		margin-left: auto;
	}
	.newsthumbnail{
    width: 33.3%;
	}
	.page-template-news .main{
		padding: 80px 0;
	}

	.newsthumbnail:hover .newsright{
	    padding: 60px 10px;
	}
	.ex p{
		padding: 0 25px;
	}
	.news-section-top.news-pagination.news-pagination-bottom{
	margin: 0 0 0 30px;
	}

}

@media(max-width:1000px){
	.newsthumbnail{
		width:50%;
	}
}

@media(max-width:1024px){
	.page-template-default .main{
		padding: 40px 0;
	}
}

@media(max-width:550px){
	.newsthumbnail{
		width:100%;
	}
}

/* /////////////////////////////////////////////////////////////////////////////////////// GRAVITY FORMS */



.home .sidebar{
	margin: 125px 0 50px;
}



.sidebar .gform_title {
    color: #bd2a36;
    font-weight: 300!important;
    font-size: 26px;
		margin: 0;;
}

.sidebar .gform_heading {
		padding: 0 0 40px;

	}
.gform_wrapper {
	font-weight: 300;
	margin: 0 auto;
}
.gform_fields {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gform_wrapper label {
	display: none;
}

.gform_wrapper .top_label .gfield_label{
	display:none!important;
}

.gform_footer.top_label{
position: relative;
}

.gform_ajax_spinner {
    position: absolute;
    top: 70px;
		right: 0;
}
/* Text input on top form */

.cta-form .gform_wrapper input[type="text"],.cta-form .gform_wrapper input[type="tel"],.cta-form .gform_wrapper input[type="email"],.cta-form .gform_wrapper input[type="password"],.cta-form .gform_wrapper input[type="file"],.cta-form .gform_wrapper textarea,.cta-form .gform_wrapper select {
	border: 0;
	width: 100%;
	padding: 15px 0;
  margin: 10px 0 10px;
	font: 400 14px 'lato', arial, sans-serif;
	color: #fff;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1em;
	display: block;
	background: none;
}

/* lower form*/
.gform_wrapper input[type="text"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="email"], .gform_wrapper input[type="password"], .gform_wrapper input[type="file"], .gform_wrapper textarea, .gform_wrapper select {
	border: 0;
	width: 100%;
	padding: 15px 0;
  margin: 10px 0 10px;
	font: 400 14px 'lato', arial, sans-serif;
	color: #6f6f6f;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1em;
	display: block;
	background: none;
}
.gform_wrapper textarea {
	height: 120px;
	overflow: auto;
}
.gfield {
	position: relative;
}
.gfield_description {
	margin: 10px 0;
}
.sidebar .gform_button {
    border: 0;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    float: left;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
    background: #bd2a36;
    padding: 19px 35px;
		border-width:0 50px 0 0;
		width:100%;
    border-image: url('images/tri-two.jpg') 0%  100%  stretch;

}

.sidebar .gform_button:hover{
	width:110%;

}

.sidebar .gform_button:before{
	content: '';
	top:0;
	left:0;
	position: absolute;
	background-image: url(images/tri.svg);
	background-repeat: no-repeat;
	width:30px;
	height: 30px;
}
.validation_error, .validation_message {
	color: #f00;
	padding: 0 0 20px 0;
	font-size: 12px;
}
.validation_error{
display:none;
}

.gform_validation_container{
display:none;
}

/* Placeholder styles */
::-webkit-input-placeholder {
 color: #6f6f6f;
 font-size: 14px;
 text-transform: uppercase;
 font-weight: 300;
}

::-moz-placeholder {
	color: #6f6f6f;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #6f6f6f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

.cta-form ::-webkit-input-placeholder {
 color: #fff!important;
 font-size: 14px;
 text-transform: uppercase;
 font-weight: 100;
}

.cta-form ::-moz-placeholder {
	color: #fff!important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

.cta-form ::-ms-input-placeholder {
	color: #fff!important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
.gform_wrapper .gform_heading {
	width: 98%;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100%!important;
}





@media(max-width:1350px){
	.cta {
		position: relative;
		margin: 30px auto 0;
    padding: 16px 60px;
    font-size: 18px;
    width: 480px;
}

.cta:hover{
	right:0;
	padding: 16px 60px;
	background: #cb1c2b;
}
.cta:before{
	background: none;

}

.sidebar .gform_button{
	font-size: 15px;
	border-image:none;
}
.sidebar .gform_button:hover {
    width: 90%;
    margin-left: 5%;
}
}



@media(max-width:1024px){
	.home .sidebar, .sidebar {
	width: 450px;
	padding: 0 ;
	margin: 0 auto;
	float: none;
}
.sidebar .gform_button{
  border-image: url('images/tri-two.jpg') 0% 100% stretch;
}

.sidebar .gform_button:hover {
    width: 110%;
    margin-left: 0%;
}
.cta{
	height:auto;
	padding: 16px 30px;

}

.cta:hover{
	padding: 16px 30px;
}

}

@media(max-width:768px){


	.sidebar .gform_button{
		border-image:none;
	}
	.sidebar .gform_button:hover {
	    width: 90%;
	    margin-left: 5%;
	}

	.cta{
	padding: 16px 10px;
	font-size: 13px;
	}


}

@media(max-width:650px){
.cta{
width:100%;
}
}

@media(max-width:500px){
	.home .sidebar, .sidebar  {
	width: 100%;
}
.cta {
    width: 90%;
		margin-top: 10px;
}


.cta-form{
	width:100%;
	margin: 0 -500px 0 0;

}

}




/* /////////////////////////////////////////////////////////////////////////////////////// FOOTER */


.footer {
	position: relative;
	z-index: 1;
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0;
	color: #000;
	height:620px;
}
.footer-map {
	width: 100%;
	height: 620px;
	position: absolute;
	z-index: 20;
}

.map-wrap {
	position: relative;
	height: 620px;
	z-index: 0;
	width:1200px;
	margin:0 auto;
}
.footer-logo {
	background: url(images/b-logo-white.svg) no-repeat top left;
	background-size: 100% 100%;
	position: relative;
	display: inline-block;
	width: 268px;
	height: 43px;
	text-indent: -9999em;
	z-index: 999;
}

.footer-deets {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: rgba(3,3,3, .9);
    z-index: 21;
    border-bottom: 2px #bd2a36 solid;
}
.footer-deets .wrap {
    padding: 80px 0;
}
.footer-text {
	position: relative;
	text-align: left;
	margin: 20px 0 0 0;
	padding:0 0 0 30px;

}

.location-phone, .location {
	font-weight: 300;
	font-size: 12px;
	color:#fff;
	text-transform: uppercase;
}

.location-phone strong, .location strong{
	color: #bd2a36;
	font-size: 12px;
}

.location-phone{
	font-size:18px;
}

.location-map{
	margin: -90px 0 0 0;
}
.footer-map .marker {
	background: url(images/map-marker.png) no-repeat center center;
	background-size: 100%;
	width: 400px;
	height: 102px;
	margin: -90px 0 0 -45px;

}

.privacy{
color:#fff;
font-size: 11px;
text-transform: uppercase;
}

.location {
    width: 310px;
		line-height: 1.3;
}
.location-map {
	height: 620px;
	position: relative;
	display: block;
}
.right{
	float: right;
	text-align: right;
}
.left{
	float: left;
}

.right p{
	margin: 10px 0 0;
}

.copyright, .credits {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.copyright{
	color: #fff;
}

.credits, .credits a{
	color: #4c4c4c;
}



.footer-info .copyright , .footer-info .credits {
	float: right;
}
 .credits a {
	font-weight: bold;
	font: 'Montserrat', arial, sans-serif !important;
}

.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}

@media(max-width:650px){
	.left, .right{
		width: 100%;
		text-align: center;
	}
	.right{
		margin: 15px 0 0 ;
	}

	.footer-deets{
    padding: 50px 0 30px;
		height: auto;
	}
	.footer-deets .wrap{
		padding: 0;
	}
	.location{
		width: 70%;
		margin-left: 15%;
		text-align: center;
	}
	.location-phone{
	text-align: center;
	}
	.footer-map{
		display:none;
	}
	.footer{
		height:300px;
	}
	.right p{
	text-align: center;
	}
}
