/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Core Styles
# Header
# Footer
# Sidebars
# Content
	## Home Page
	## Internal Pages
# Parallax
# Flex Video
# Blog Styles
	## Blog Pagination
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Core Styles
--------------------------------------------------------------*/

.container-wide { background-color: #fff; margin: 0 auto; max-width: 1200px; }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }

/* logo */
.logo {text-align: center; margin:10px 0 15px 0;}
.logo img {}
.logo-small {text-align: center; margin:20px 0 20px 0;}

/* Colours --

#0f71b8: blue
#96c41c: green
#f4f4f4: light-grey

*/


/* full-width-sections */
.section-white{ width: 100%; height: auto; background: #fff; }
.section-grey{ width: 100%; height: auto; background: #f4f4f4; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header { width: 100%; height: auto; background: white; margin:15px 0;}

.headerSocial{ text-align: right; clear: both; } 

.header-nav { }

.header-line{background-color: #96c41c; height:10px; width:100%;}

.header-title{margin-top: 55px; text-align: right;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer { 
clear: both; 
width: 100%; 
height: auto; 
min-height:30px; 
background: white; /* Old browsers */
}

.copyright {padding: 0px 0 50px 0; font-size: 12px !important; color: #0f71b8; text-align: center; font-family: "nexa_bookregular",Helvetica,Arial,sans-serif;}
.copyright a{color: #96c41c;}

.section-copyright {width: 100%; height: auto; background: white;}

.footerelements{text-align: center;}

.footerelements h4{display: inline-block; padding: 0 20px;}

.footerelements p{display: inline-block; padding: 0 20px;}

.footerelements a{color: white;}

.footer-blueline{background-color: #0f71b8; height:30px; width:100%;}

.footersocial{text-align: center; margin: 0 auto; display: block;}


.footer-fb{ 
width: 41px;
height: 41px;
background-image: url(../img/footer-fb.png);
display: inline-block;
margin-left: auto;
margin-right: auto;

}

.footer-tw{ 
width: 41px;
height: 41px;
background-image: url(../img/footer-tw.png);
display: inline-block;
margin-left: auto;
margin-right: auto;
}

.footer-in{ 
width: 41px;
height: 41px;
background-image: url(../img/footer-in.png);
display: inline-block;
margin-left: auto;
margin-right: auto;
}

.footer-spaces{ 
width: 20px;
background-color: white;
display: inline-block;
margin-left: auto;
margin-right: auto;
}

.footer-images{
	background-image: url(../img/footer-images.jpg);
	background-size: cover;
	width: 100%;
	height: 200px;
}



/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/

.sidebar {margin-top: 10px;}
.side-content { min-height: 600px;}

#nav_menu-2 {margin: 20px 0 20px 0;}

#search-2 {margin: 20px 0 20px 0;}

.sidebar-spacer {padding: 10px 0;}

.sidebar h3 { }


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.title {}

.headline {} 

.main-content { min-height: 600px;}

/*--------------------------------------------------------------
	## Home Page
--------------------------------------------------------------*/
	


.home-content{margin-top:20px; opacity: 0; transform: translateY(10px); transition: all 0.8s ease-out;}
.home-content.fade-in{opacity: 1; transform: translateY(0); }
.home-content h4{margin-top:0px; margin-bottom:18px;}

.home-services { display:block; text-align: center; margin-bottom: 35px;}

.service1-anim{
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s ease-out;
}

.service1-anim.fade-in{
	opacity: 1;
	transform: translateY(0);
}

.service1-anim:hover{transition: all 0.2s ease-out; transform: scale(0.9);}

.service2-anim{
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s ease-out;
}

.service2-anim.fade-in{
	opacity: 1;
	transform: translateY(0);
}

.service2-anim:hover{transition: all 0.2s ease-out; transform: scale(0.9);}

.service3-anim{
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s ease-out;
}

.service3-anim.fade-in{
	opacity: 1;
	transform: translateY(0);
}

.service3-anim:hover{transition: all 0.2s ease-out; transform: scale(0.9);}

.service4-anim{
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s ease-out;
}

.service4-anim.fade-in{
	opacity: 1;
	transform: translateY(0);
}

.service4-anim:hover{transition: all 0.2s ease-out; transform: scale(0.9);}
	
	
/*--------------------------------------------------------------
	## Internal Pages
--------------------------------------------------------------*/	






/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/	

.parallaxSlide1 { 
    /* The image used */
    background-image: url("../img/parallax1.jpg");

   /* Set a specific height */
    min-height: 350px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxSlide2 { 
    /* The image used */
    background-image: url("../img/parallax2.jpg");

   /* Set a specific height */
    min-height: 350px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
	
	
/*--------------------------------------------------------------
# Flex video for responsive video
--------------------------------------------------------------*/	
/*
Link: https://gist.github.com/jgarber/2302238
*/
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}
	
	
	


/*--------------------------------------------------------------
# Blog Styles
--------------------------------------------------------------*/
	

.brandPosts{
	float:left;
	background-color: white;
	margin-bottom: 30px;
}

.brandPostsTitle{
	font-family:'nexa_blackregular', helvetica, arial, sans-serif;
	font-size: 20px;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 17px 0 5px 0;
    color: #96c41c;
}

.brandPostsTitle a{
    color: #96c41c;
}

.brandPostsContent{
	font-family:'nexa_bookregular', helvetica, arial, sans-serif;
	font-size: 14px !important;
    color:#666666;
    padding:0 20px;
}


.brandPosts .wp-post-image {
    margin-bottom: 0px;
}

.brandPostsContent p{
	font-size: 14px !important;
	line-height: 18px;
	margin-bottom: 25px;
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0165a1;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.btnSearch {
	background-color: #0165a1; 
	color:white !important;
	text-shadow: 0 1px 0 #fff;
    border-color: none !important;
    border-color: none !important;
    width: auto;
    height: 50px;
    border-radius: 0px;
    font-size: 20px;
}

.btnSearch_arrow { 
position: relative; 
background: #0165a1;
z-index: 100; }

.btnSearch_arrow:after { 
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(1, 101, 161, 0);
	border-left-color: #0165a1;
	border-width: 12px;
	margin-top: -12px;
}


.dateBox {
	background-color: #96c41c; 
    border-color: none !important;
    border-color: none !important;
    width: 80px;
    height: 80px;
    border-radius: 0px;
    font-size: 20px;
    margin: 0 auto;
}

.dateBox h2 {
	color:white !important;
    font-size: 25px;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    padding-top: 12px;
}

.dateBox_arrow { 
position: relative; 
background: #96c41c;
z-index: 100; }

.dateBox_arrow:after { 
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(1, 101, 161, 0);
	border-left-color: #96c41c;
	border-width: 12px;
	margin-top: -12px;
}

.readMore{  
	text-decoration: none;
    color:white;
    background-color: #96c41c;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family:'nexa_bookregular', helvetica, arial, sans-serif;
}


.entry{margin-bottom:30px;}




.brandSingleTitle{
	font-family:'nexa_blackregular', helvetica, arial, sans-serif;
	font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #96c41c;
    text-align: center;
}


.blogPosts h2{font-size: 30px; line-height:29px; text-transform:uppercase;}

.blogBackBtn{
	text-decoration: none; 
	width:179px;
    color:white !important;
    background-color: #96c41c;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family:'nexa_bookregular', helvetica, arial, sans-serif;
    text-align: center;
}



	/*----------------------------------------------------------*\
		BLOG PAGINATION
	\*----------------------------------------------------------*/


	.pagination {
		margin: 0;
	}
	
	
	
	.pagination-center {
		text-align: center;
	}
	.pagination-row {
		margin-bottom: 20px;
	}
	
	
	.pagination>.active>span {
	    z-index: 2;
	    color: #fff;
	    cursor: default;
	    background-color: #96c41c;
	    border-color: transparent !important;
	}
	
	.pagination>li>a, .pagination>li>span {
	    position: relative;
	    float: left;
	    padding: 15px 21px;
	    margin-left: 10px;
	    line-height: 1.42857143;
	    color: #96c41c;
	    text-decoration: none;
	    background-color: #fff;
	    border: 1px solid #96c41c;
	}
	
	.pagination>li:last-child>a, .pagination>li:last-child>span {
	    border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
	}
	
	.pagination>li:first-child>a, .pagination>li:first-child>span {
	    margin-left: 0;
	    border-top-left-radius: 0px;
	    border-bottom-left-radius: 0px;
	}
	
