/*
Theme Name: Academic Exam Services
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/museosans-300-webfont.eot');
    src: url('fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-300-webfont.woff2') format('woff2'),
         url('fonts/museosans-300-webfont.woff') format('woff'),
         url('fonts/museosans-300-webfont.ttf') format('truetype'),
         url('fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background: url(images/bg.jpg)center center no-repeat;
	background-size: cover ;
	background-attachment: fixed;
	color: #b5b3b3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
button,
input,
select,
textarea {
	color: #b5b3b3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
}

h1{ font-size: 30px; color: #b5b3b3; padding-bottom: 30px;}
h2{ font-size: 20px; color: #6e93be; padding-bottom: 20px; padding-top: 10px; }
h3{ font-size: 22px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	border-color: #eee #eee #bbb #eee;

	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:34px;
	line-height:34px; 
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #eee #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}

/* Links */
a,
a:visited {
	color: #1982D1;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.no-padding{ padding: 0;}

/* =Main Layout
----------------------------------------------- */
#page{
	max-width: 1194px;
	background: #fff;
	width: 100%;
	margin: auto;
	display: block;
	-webkit-box-shadow: -1px 0px 19px 0px rgba(5, 5, 5, 0.4);
	-moz-box-shadow:    -1px 0px 19px 0px rgba(5, 5, 5, 0.4);
	box-shadow:         -1px 0px 19px 0px rgba(5, 5, 5, 0.4);
}


.site-header{}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 40px;
	padding:0px;
}
.site-header .navbar-brand img{ 
	display: block;
	height: auto;
	width: 100%;
}

.site-featured{ margin:auto 30px; }
.site-header-image-bg{ height:300px!important; padding: 30px; margin-top: 30px; background-size: cover; }

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}
.container{
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1194px;
	width: 100%;
}
.site-main{  }
.home .site-main{ width:100%; padding:0px; }

.site-footer{
	background: #415d8c;
	float: left;
	width: 100%;
	letter-spacing: 0.8px;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 55px;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #2c4b80;
	clear: both;
	color: #fff;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 15px 55px;
	position: relative;
	width: 100%;
	
}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info li{float: left; list-style: none;}
.site-footer .footer-info .site-info li a{
	color: #fff;
	font-size: 12px;
	padding :0px 10px;
}

.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }
.footer-content .menu-footer-container{
	/*border-bottom: 1px solid #677da3;*/
	margin-bottom: 40px;
}
.site-footer .footer-content .footer-logo{
	max-width: 370px;
	padding-top: 35px;
}
.site-footer .footer-content .footer-logo h1{
	color: #fff;
    font-family: "museo_sans300";
    font-size: 24px;
    padding-bottom: 0;
    text-align: right;
    text-transform: capitalize;
}
.site-footer .footer-content .footer-logo span{
	color: #95a5bf;
    float: right;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    text-align: right;
    width: 100%;
}
.site-footer .footer-content .footer-logo img{
	margin-top: 45px;
	margin-bottom: 20px;
}
.footer-content .menu{display: none;}
.footer-content ul{margin-left: 0;}
.footer-content .menu li{ list-style: none; display: inline-block; padding: 0px 14px;}
.footer-content .menu li:first-child{ padding-left: 0;}
.footer-content .menu li a{ 
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.footer-content .get-in-touch{
	background: #5f769e;
	border-radius: 10px;
	padding: 25px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	max-width: 310px;
	float: right;
}
.footer-content .get-in-touch a{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.footer-content .get-in-touch a:hover{
	color: #2c4b80;
}
.footer-content .get-in-touch h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.footer-content .get-in-touch p{margin-bottom: 5px;}
.footer-content .abn{
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #fff;
 }
/*
-------------------------------------------------------------------------------------------------------------- */
.page .entry-header{  }
.page .entry-header .entry-title{}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}

.home .site-header-image-bg{ height:540px!important; padding: 30px 0 0; margin-top: 0;background: none !important; }


/* =Layout: Content-Sidebar
----------------------------------------------- */
#content { padding-left: 30px; padding-right: 60px;}
#sidebar { margin: 40px 0 20px; }
#sidebar .widget{  }

/*
----------------------------------------- Sidebar Page ------------------------------*/ 
#secondary #text-4, .front-content #text-6{
	background: rgba(110,147,190,0.3) url(images/register.png)left center no-repeat;
	height: 175px;
	position: relative;
	padding: 15px 15px 15px 110px;
	margin-bottom: 30px;
}

#secondary #text-4 .widget-title, .front-content #text-6 .widget-title{
	color: #6e93be;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	border-bottom: none;
}
#secondary #text-4 a, .front-content #text-6 a{
	background: url(images/arrow-icon.png) 200px center no-repeat;
	border: 2px solid #bfcfe2;
	color:  #6e93be;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto', serif;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 5px 15px;
	float: left;
	width: 220px;
}
#secondary #text-4 a:hover, .front-content #text-6 a:hover{
	background: rgba(240,244,248,81) url(images/arrow-icon.png) 200px center no-repeat;
}
#secondary #text-5, .front-content #text-7{
	background: rgba(195,228,234,1.0) url(images/location-icon.png)left center no-repeat;
	height: 175px;
	position: relative;
	padding: 20px 15px 15px 110px;
	margin-bottom: 30px;
}
#secondary #text-5:hover, .front-content #text-7:hover{
	background: rgba(195,228,234,0.7) url(images/location-icon.png)left center no-repeat;
}
#secondary #text-5 .widget-title, .front-content #text-7 .widget-title{
	color: #79c4d1;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	border-bottom: none;
	padding-right: 60px;
	line-height: 24px;
}
#secondary #text-5 a, .front-content #text-7 a{
	font-size: 14px;
	text-transform: uppercase;
	color: #79c4d1;
	font-family: 'Roboto', serif;
	font-weight: 400;
}
#secondary .sidebar-page #testimonials{
	position: relative;
	padding: 0;
	background: none;
	padding-bottom: 30px;
}
#secondary .sidebar-page #slider-testimonials{

	position: relative;
}

#secondary .sidebar-page #slider-testimonials > .testimonial .text{
	padding: 25px; 
	text-align: left; 
	line-height: 20px;
	background: #d3deeb;
}
#secondary .sidebar-page #slider-testimonials > .testimonial .text:after{
	background: url(images/testimonial-after.png)bottom right no-repeat;
	content: " ";
	top: 100%;
	position: absolute;
	width: 24px;
	height: 20px;
	right: 100px;
}
#secondary .sidebar-page #testimonials .bx-wrapper .bx-controls-direction a{
	top: 100%;
	height: 14px;
	width: 7px;
	margin-top: -20px;
}
#secondary .sidebar-page #testimonials .bx-wrapper .bx-prev{
	background-size: 7px 14px !important;
	left: 45%;
}
#secondary .sidebar-page #testimonials .bx-wrapper .bx-next {
    background-size: 7px 14px !important;
    right: 45%;
}
#secondary .sidebar-page #slider-testimonials > .testimonial .info{
	font-size: 14px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	max-width: 50%;
	width: auto;
}
/* =Menu
----------------------------------------------- */
.caret{
	background: url(images/caret.png) right center no-repeat;
	height: 7px;
	width: 13px;
	border: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: 0px;}
.navbar-right{ margin-right: 0;}
.navbar{ margin-bottom: 0; }
.navbar-default {
	background-color: #2c4b80;
	border-color: #e7e7e7;
	border:none; 
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-nav{float: right;}
.navbar-default ul.navbar-nav{ 
	margin-top: 10px;
}
.navbar-default .navbar-nav > li{
	background: url(images/list-img.png) left center no-repeat;
	margin-right: 10px;
    padding: 0 10px;
}
.navbar-default .navbar-nav > li:hover {
	color: #95a5bf;
}
.navbar-default .navbar-nav > li.active{
	
	background: #fff url(images/list-img-active.png) 10px center no-repeat;
	color: #2c4b80;
	padding: 0 10px 0 15px;

}
.navbar-default .navbar-nav > li:last-child{margin: 0;}

.navbar-default .navbar-nav > li > a{ 
	line-height: 24px; 
	padding: 5px 0px 5px 2px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #95a5bf;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #2c4b80;
	background:#fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color:#95a5bf;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd  ;
	margin-top: 16px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #dddddd  ;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888  ;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7  ;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7  ;
	color: #555555  ;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	border:none;
}
.navbar-default .navbar-nav > li:hover > ul.dropdown-menu { display: block; visibility:visible;}
.dropdown-menu{
    background: none;
    box-shadow: none;
    display: none;
    border:none;
    border-radius: 0px;
    float: left;
    left: -15px;
    list-style: outside none none;
    margin: 0;
    padding-top: 12px !important;
    min-width: 210px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li{
	 background: #2c4b80;
}
.dropdown-menu > li > a{
	color: #fff; 
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px 15px;
}
.dropdown-menu > li > a:hover{
	background: #6e93be;
	color: #fff;
}
/*
---------------------------------------- Footer Menu --------------------------------------------- */

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	background: none repeat scroll 0 0 #000000;
	border-radius: 15px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 29px;

}

.socials li a:hover{ opacity:1; }
.socials li.facebook a{;}
.socials li.twitter a{ }


/* 
----------------------------------------------- Front Page --------------------------------------------- */
.home .front-content{ margin-bottom:30px;}
.home .front-content .entry-header{ margin:0; height:auto;}
.front-content .summary-content{
	padding: 0px 30px;
	position: relative;
}
.front-content .summary-content h1{
	color: #b5b3b3;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.more{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #b5b3b3 !important;
	padding: 10px 40px;
	border: 2px solid #dad9d9;
	float: left;
	margin-top: 20px;
}
.home .front-content .sidebar-page #testimonials{display: none;}
/*
-----------------------------------------------Contact Us Page-------------------------------------------------------- */
.content-container{
	padding-left: 30px;
}
.content-inner{
	padding-left: 30px;
	padding-right: 60px;
}
#contact-map{
	height: 325px;
	position: relative;
	width: auto;
	margin: 0px 60px 40px 0px
}
.content-container .gform_title{ 
	color: #6e93be;
	font-size: 24px;
	text-transform: capitalize;
}
.content-container .address{
	color: #b5b3b3;
	font-size: 20px;
	margin-bottom: 20px;
}
.content-container p{margin-bottom: 0;}
.ginput_container input {
	width: 100% !important;
	color: #6e93be;
	border:2px solid #c5d4e5;
	text-transform: uppercase;
	height: 45px;
	padding: 0px 15px!important;
}
.ginput_container textarea {
	width: 100% !important;
	color: #6e93be;
	border:2px solid #c5d4e5;
	text-transform: uppercase;
	height: 150px;
	margin-top: 10px;
	padding: 10px 15px!important;
}
input[type="submit"]{
	float: right;
	background: #415d8c;
	box-shadow: none;
	border: 2px solid #2c4b80;
	color: #fff;
	font-weight: bold;
	opacity: 0.9;
	padding: 0px 40px !important;
	margin: 30px 0px 35px;
	height: 45px;
	text-transform: uppercase;
}
input[type="submit"]:hover{
	opacity: 1.0;
	box-shadow: none;
}
/*
------------------------------------------- Register Form ----------------------------------------- */
#field_5_12 label {color: #6e93be;}
#field_5_12 li{ width: 20%; float: left;}
#field_5_12 li input{ height: auto;}
/*
----------------------------------------------------------------------------------------------------------------- */
.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; }

.attachment .entry-meta{ clear:none; float:left; }
#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }

.clear{ clear:both; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	border-bottom: 1px solid #EDEDED;
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}

/*
--------------------------------------------- Header widget ------------------------------------------*/
.header-widgets{ display:block; float:right; margin-top:25px; width: auto; margin-right: 30px; }
.header-widgets .site-title{ max-height: 80px; height: 100%;}
.header-widgets .site-title h1{
	font-size: 40px;
	color: #fff;
	font-family: 'museo_sans300';
	text-transform: capitalize;
	padding-bottom: 0;
	text-align: right;
}
.header-widgets .site-title span{
	color: #95a5bf;
	text-align: right;
    width: 100%;
    float: right;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;

}

/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}

#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}

/*
--------------------------------------------- Custom Post type Slidshow ------------------------------------------*/
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:480px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:480px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:480px; background-size: cover; }


/*
------------------------------------------------ Custom Post type CTA ---------------------------------------*/
#cta-container{ margin-bottom:30px; margin-top: -126px; z-index: 99; position: relative; height: 158px; padding: 0px;}
#custom-cta{}
#custom-cta .cta.col-0{}
#custom-cta .cta.col-0 .cta-summary {background: url(images/cta1.png) top left no-repeat; }

#custom-cta .cta.col-1{}
#custom-cta .cta.col-1 .cta-summary {background: url(images/cta2.png) top left no-repeat;}

#custom-cta .cta.col-2{}
#custom-cta .cta.col-2 .cta-summary {background: url(images/cta3.png) top left no-repeat;}
#custom-cta .cta{
	float: left;
    width: 100%;
    height: 158px;
    overflow: hidden;
}
#custom-cta .cta .thumb{
	/*float: left;
	width: 90px;
	max-height: 43px;
	height: 100%;
	margin-left: 25px;
	margin-top: 20px;*/
    height: 100%;
    left: 35px;
    margin-top: 20px;
    max-height: 43px;
    position: absolute;
    width: 90px;

}
#custom-cta .cta img{
	/*display: block;
    height: 100%;
    margin: -5px auto auto;
    max-width: 100%;
    position: relative;
    z-index: 999;
    max-height: 43px;*/
    display: block;
    height: 100%;
    margin: -5px auto auto;
    max-height: 43px;
    max-width: 100%;
    position: relative;
    z-index: 999;
}
#custom-cta .cta-title {
	float: right;
	max-width: 245px;
	padding: 0px 15px;
	margin-top: 25px;
	width: 100%;
	margin-bottom: 13px;
	font-family: arial;
	padding-top: 17px;
	font-size: 17px;
	color: #ffffff;
	text-transform: capitalize;
}
#custom-cta .cta-title a{
	
}
#custom-cta .cta-summary{ 
	bottom: 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 158px;
    line-height: 22px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    top: 68px;
	
}
#custom-cta .cta-summary p{
	padding: 0px 10px;
	float: left;
}
/* #custom-cta .cta:hover .readmore{ display:block;  }
#custom-cta .cta:hover .cta{
	margin-top: -100px;
}
 */
/*
--------------------------------------------------- Testimonials ---------------------------------------------- */
#testimonials{ padding:40px 65px; background: #d3deeb;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height: auto;  background:none!important; }
#testimonials .bx-wrapper .bx-controls-direction a{
	width: 14px;
	height: 27px;
    margin-top: -12px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 9999;
}
#testimonials .bx-wrapper .bx-prev {
    background: url("images/bx-prev.png") no-repeat scroll rgba(0, 0, 0, 0);
    left: 0px;
}
#testimonials .bx-wrapper .bx-next {
    background: url("images/bx-next.png") no-repeat scroll rgba(0, 0, 0, 0);
    right: 0px;
} 

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0 80px;
	position: relative;
	text-align: center;
	color: #6e93be;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
#slider-testimonials > .testimonial .desc-info{
	width: 100%;
	position: relative;
	display: block;
}
#slider-testimonials > .testimonial .desc-info .logo{
	width: 50%;
	height: auto;
	display: block;
	float: left;
}
#slider-testimonials > .testimonial .logo img{
	float: right;
	max-width: 200px;
	width: 100%;
}
#slider-testimonials > .testimonial .desc-info .info{ 
	font-size: 16px;
	font-weight: bold;
	color: #6e93be;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;  
	float: left;
	width: 100%;
	text-align: center;
}
#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{ 
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}



#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #428bca;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* Gravity Forms Section */

.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { }
.gform_wrapper .simple_captcha_medium input{
    border: 2px solid #c5d4e5;
    width: 100% !important;
    padding: 10px 15px !important;
}

.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }

#pwd_footer_v2 li a{padding: 0;}
/* Custom bootstrap
-------------------------------------------------- */

.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}

/*
------------------------------------------ Responsive Mobile --------------------------------------- */
@media (min-width: 1280px) and (max-width:1366px) {

}
@media (min-width: 1024px) and (max-width:1279px) {
	.container{
		padding-left: 30px;
		padding-right: 30px;
		max-width: 1024px;
		width: 100%;
	}
	.site-header .navbar-brand img {
	    display: block;
	    height: auto;
	    max-width: 200px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: auto;
	}
	.header-widgets{ margin-top: 12px;}
	.navbar-default .navbar-nav > li{
		margin-right: 5px;
	}
	.navbar-default .navbar-nav > li > a{font-size: 12px;}
	.site-featured {
    	margin: 30px 30px auto;
	}
	.site-header-image-bg{
		width: 100%; 
		overflow: hidden; 
		margin: auto; 
		display: block;  
		background-size: auto !important;
	}
	.home .site-featured{margin-top: 0;}
	.home .site-header-image-bg{ padding: 30px 0 0px; }
	/*
	--------------------------- CTA ------------------------------- */
	#cta-container{padding: 0;}
	#custom-cta .cta .cta-summary{ background-position: left;}
	#custom-cta .cta .thumb{

	}
	#custom-cta .cta-title{max-width: 200px;}
	#custom-cta .cta-summary p{line-height: 18px;}
	#secondary #text-4 a, .front-content #text-6 a{
		width: 200px;
		background: url("images/arrow-icon.png") no-repeat scroll 185px center rgba(0, 0, 0, 0);
	}
}
@media (min-width: 800px) and (max-width:1023px) {
	body{
		background: url(images/bg-mobile.png)left top repeat;
	}
	#page{
		max-width: 800px;
		margin: auto;
		display: block;
		box-shadow: none;
	}
	.site-header {
    	margin: 0 30px;
	}
	.header-widgets{margin-right: 0;}
	.container{
		padding-left: 30px;
		padding-right: 30px;
		max-width: 800px;
		width: 100%;
	}
	.navbar-header{float: left;}
	.header-widgets .site-title{padding-right: 20px;}
	.header-widgets .site-title h1{font-size: 32px;padding-right: 20px;}
	.header-widgets .site-title span{padding-right: 20px;}

	/*
	----------------------------- MENU --------------------------- */
	.navbar-default .navbar-toggle{
		background: #415d8c;
	    border: medium none;
	    border-radius: 0;
	    box-shadow: none;
	    color: #fff;
	    font-size: 12px;
	    margin-right: 0;
	    margin-top: 21px;
	    margin-bottom: 0;
	    padding: 0 10px;
	    text-align: right;
	    width: 100%;
	    height: 42px;
	}
	.menu-button{
		background: url(images/menu-arrow.png)right center no-repeat;
		padding-right: 20px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: #132952;
		box-shadow: none;
		border: none;
	}
	.navbar-collapse.collapse{
		left: 0;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    max-width: 740px;
	    background: #2c4b81;
	}
	.navbar-collapse.collapsing{
		left: 0;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    max-width: 740px;
	    background: #2c4b81;
	    padding: 0;
	}
	.navbar-collapse.collapse.in{
		left: 0;
	    top: 100%;
	    width: 100%;
	   	max-width: 740px;
	    display: block;
	    background: #2c4b81;
	    padding: 0;
	}
	.navbar-collapse.in .navbar-nav, .navbar-collapse.collapsing .navbar-nav{
	    margin: 0;
	    padding: 10px;
	    width: 100%;
	}
	.navbar-collapse.collapse.in .navbar-nav > li.active, .navbar-collapse.collapsing .navbar-nav > li.active{
		margin: 0;
	}
	/*
	---------------------------------- Banner ------------------------ */
	.home .site-header-image-bg{padding: 0; margin-top: 30px;  height: 300px !important;}
	#sliderarea{ width:100%; height:300px; display:block; padding:0px;}
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:300px; background:none!important; }
	#custom-slideshows > .slide{ width:100%!important; height:300px; background-size: cover; }
	/*
	------------------------------------ CTA ------------------------- */
	#cta-container{margin-top: -65px;}
	.custom-cta .col-md-4{ width: 100%;}
	#custom-cta .cta.col-0 .cta-summary{
		background: #df6b5e;
		width: 100%;
	}
	#custom-cta .cta.col-1 .cta-summary{
		background: #79c4d1; 
		width: 100%;
    }
	#custom-cta .cta.col-2 .cta-summary{
		background: #6e93be;
		width: 100%;
	}
	#custom-cta .cta.col-1, #custom-cta .cta.col-2 {
	    margin-top: -65px;
	}
	#custom-cta .cta.col-0:hover{ margin-top: 0px;}
	#custom-cta .cta.col-1:hover{ margin-top: 0px;}
	#custom-cta .cta.col-2:hover{ margin-top: 0px;}
	#custom-cta .cta .thumb{ left: 0;}
	#custom-cta .cta-title{
		margin-top: 15px;
		padding: 17px 15px;
		background: url(images/cta-arrow.png) right center no-repeat;

	}
	#custom-cta .cta-summary{padding: 10px 20px 10px 10px;}
	#custom-cta .cta-summary p {
	    display: block;
	    float: left;
	    padding: 0 30px;
	    position: relative;
	    width: 100%;
	}
	#secondary #text-4, .front-content #text-6, #secondary #text-5, .front-content #text-7{max-width: 350px; margin: auto auto 30px;}
	/*
	---------------------------- inner page ---------------------- */
	.front-content .col-md-8, .front-content .col-md-4{width: 100%;}
	#content{padding-right: 30px;}
	.content-container{padding-right: 30px;}
	.content-container .col-md-8{width: 100%;}
	.entry-content h1, .content-container h1{padding-top: 30px; color: #2c4b80;}
	.entry-content h2{ color: #565656;}
	.sidebar-page{display: none;}
	#contact-map{margin-right: 0px;}

	/*
	--------------------------- Footer -------------------------- */
	.footer-content .col-md-8, .footer-content .col-md-4 {width: 100%;}
	.site-footer .footer-content .footer-logo img{
		display: block;
    	margin: 45px auto 20px;
	}
	.footer-content .abn{text-align: center;}
	.footer-content .get-in-touch{ 
		margin: auto;
		float: none;
	}


}

@media (min-width: 600px) and (max-width:799px) {
	body{
		background: url(images/bg-mobile.png)left top repeat;
	}
	#page{
		max-width: 580px;
		margin: auto;
		display: block;
		box-shadow: none;
	}
	.site-header, .site-featured{
    	margin: 0 auto;
	}
	.site-header .navbar-brand img{max-height: 85px;}
	.header-widgets{margin-right: 0; margin-top: 15px;}
	.container{
		padding-left: 30px;
		padding-right: 30px;
		max-width: 600px;
		width: 100%;
	}
	.navbar-header{float: left;}
	.header-widgets .site-title{padding-right: 20px;}
	.header-widgets .site-title h1{font-size: 28px;padding-right: 20px;}
	.header-widgets .site-title span{padding-right: 20px;}

	/*
	----------------------------- MENU --------------------------- */
	.navbar-default .navbar-toggle{
		background: #415d8c;
	    border: medium none;
	    border-radius: 0;
	    box-shadow: none;
	    color: #fff;
	    font-size: 12px;
	    margin-right: 0;
	    margin-top: 21px;
	    margin-bottom: 0;
	    padding: 0 10px;
	    text-align: right;
	    width: 100%;
	    height: 42px;
	}
	.menu-button{
		background: url(images/menu-arrow.png)right center no-repeat;
		padding-right: 20px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: #132952;
		box-shadow: none;
		border: none;
	}
	.navbar-collapse.collapse{
		left: 0;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    max-width: 740px;
	    background: #2c4b81;
	}
	.navbar-collapse.collapsing{
		left: 0;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    max-width: 740px;
	    background: #2c4b81;
	    padding: 0;
	}
	.navbar-collapse.collapse.in{
		left: 0;
	    top: 100%;
	    width: 100%;
	   	max-width: 740px;
	    display: block;
	    background: #2c4b81;
	    padding: 0;
	}
	.navbar-collapse.in .navbar-nav, .navbar-collapse.collapsing .navbar-nav{
	    margin: 0;
	    padding: 10px;
	    width: 100%;
	}
	.navbar-collapse.collapse.in .navbar-nav > li.active, .navbar-collapse.collapsing .navbar-nav > li.active{
		margin: 0;
	}
	/*
	---------------------------------- Banner ------------------------ */
	.home .site-header-image-bg{padding: 0; margin-top: 30px;  height: 300px !important;}
	#sliderarea{ width:100%; height:300px; display:block; padding:0px;}
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:300px; background:none!important; }
	#custom-slideshows > .slide{ width:100%!important; height:300px; background-size: cover; }
	/*
	------------------------------------ CTA ------------------------- */
	#cta-container{margin-top: -65px;}
	.custom-cta .col-md-4{ width: 100%;}
	#custom-cta .cta.col-0 .cta-summary{
		background: #df6b5e;
		width: 100%;
	}
	#custom-cta .cta.col-1 .cta-summary{
		background: #79c4d1; 
		width: 100%;
    }
	#custom-cta .cta.col-2 .cta-summary{
		background: #6e93be;
		width: 100%;
	}
	#custom-cta .cta.col-1, #custom-cta .cta.col-2 {
	    margin-top: -65px;
	}
	#custom-cta .cta.col-0:hover{ margin-top: 0px;}
	#custom-cta .cta.col-1:hover{ margin-top: 0px;}
	#custom-cta .cta.col-2:hover{ margin-top: 0px;}
	#custom-cta .cta .thumb{ left: 0;}
	#custom-cta .cta-title{
		margin-top: 15px;
		padding: 17px 15px;
		background: url(images/cta-arrow.png) right center no-repeat;
	}
	#custom-cta .cta-summary{padding: 10px 20px 10px 10px;}
	#custom-cta .cta-summary p {
	    display: block;
	    float: left;
	    padding: 0 30px;
	    position: relative;
	    width: 100%;
	}
	#secondary #text-4, .front-content #text-6, #secondary #text-5, .front-content #text-7{max-width: 350px; margin: auto auto 30px;}
	/*
	---------------------------- inner page ---------------------- */
	.front-content .summary-content{padding: 0;}
	#content{padding-right: 30px;}
	.content-container{padding: 0px;}
	.content-container .col-md-8{width: 100%;}
	.entry-content h1, .content-container h1{padding-top: 30px; color: #2c4b80;}
	.entry-content h2{ color: #565656;}
	.sidebar-page{display: none;}
	#contact-map{margin-right: 0px;}

	/*
	--------------------------- Footer -------------------------- */
	.footer-content .col-md-8, .footer-content .col-md-4 {width: 100%;}
	.site-footer .footer-info .site-info{display: none;}
	.footer-content .menu-footer-container{margin: 0;}
	.site-footer .footer-content .footer-logo img{
		display: block;
    	margin: 0px auto 20px;
	}
	.footer-content .abn{text-align: center;}
	.footer-content .get-in-touch{ 
		margin: auto;
		float: none;
	}
}
@media (min-width: 320px) and (max-width:599px) {
	body{
		background: url(images/bg-mobile.png)left top repeat;
	}
	#page{
		max-width: 300px;
		margin: auto;
		display: block;
		box-shadow: none;
	}
	.site-header, .site-featured{
    	margin: 0 auto;
	}
	.navbar-default{background: url(images/bg-header-mol.png)left center no-repeat; height: 77px;}
	.site-header .navbar-brand{display: none;}
	.site-header .navbar-brand img{max-height: 85px;}
	.header-widgets{margin-right: 0; margin-top: 5px; line-height: 10px;}
	.container{
		padding-left: 15px;
		padding-right: 15px;
		max-width: 300px;
		width: 100%;
	}
	.navbar-header{float: left;}
	.header-widgets .site-title{padding-right: 20px;}
	.header-widgets .site-title h1{font-size: 13px;padding-right: 14px; padding-bottom: 0;}
	.header-widgets .site-title span{padding-right: 12px; font-size: 10px; padding-bottom: 2px;}

	/*
	----------------------------- MENU --------------------------- */
	.navbar-default .navbar-toggle{
		background: #415d8c;
	    border: medium none;
	    border-radius: 0;
	    box-shadow: none;
	    color: #fff;
	    font-size: 12px;
	    margin-right: 0;
	    margin-top: 0px;
	    margin-bottom: 0;
	    padding: 0 10px;
	    text-align: right;
	    width: 100%;
	    height: 34px;
	}
	.menu-button{
		background: url(images/menu-arrow.png)right center no-repeat;
		padding-right: 20px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: #132952;
		box-shadow: none;
		border: none;
	}
	.navbar-collapse.collapse{
		left: 0;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    max-width: 740px;
	    background: #2c4b81;
	}
	.navbar-collapse.collapsing{
		left: 0;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    max-width: 740px;
	    background: #2c4b81;
	    padding: 0;
	}
	.navbar-collapse.collapse.in{
		left: 0;
	    top: 100%;
	    width: 100%;
	   	max-width: 740px;
	    display: block;
	    background: #2c4b81;
	    padding: 0;
	}
	.navbar-collapse.in .navbar-nav, .navbar-collapse.collapsing .navbar-nav{
	    margin: 0;
	    padding: 10px;
	    width: 100%;
	}
	.navbar-collapse.collapse.in .navbar-nav > li.active, .navbar-collapse.collapsing .navbar-nav > li.active{
		margin: 0;
	}
	/*
	---------------------------------- Banner ------------------------ */
	.home .site-header-image-bg{padding: 0; margin-top: 15px;  height: 300px !important;}
	.site-header-image-bg{height: 105px !important; margin-top: 15px;}
	#sliderarea{ width:100%; height:300px; display:block; padding:0px;}
	#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:300px; background:none!important; }
	#custom-slideshows > .slide{ width:100%!important; height:300px; background-size: cover; }
	/*
	------------------------------------ CTA ------------------------- */
	#cta-container{margin-top: -65px;}
	.custom-cta .col-md-4{ width: 100%;}
	#custom-cta .cta.col-0 .cta-summary{
		background: #df6b5e;
		width: 100%;
	}
	#custom-cta .cta.col-1 .cta-summary{
		background: #79c4d1; 
		width: 100%;
    }
	#custom-cta .cta.col-2 .cta-summary{
		background: #6e93be;
		width: 100%;
	}
	#custom-cta .cta.col-1, #custom-cta .cta.col-2 {
	    margin-top: -65px;
	}
	#custom-cta .cta.col-0:hover{ margin-top: 0px;}
	#custom-cta .cta.col-1:hover{ margin-top: 0px;}
	#custom-cta .cta.col-2:hover{ margin-top: 0px;}
	#custom-cta .cta .thumb{ left: 0;}
	#custom-cta .cta-title{
		margin-top: 15px;
		padding: 17px 15px;
		max-width: 215px;
		background: url(images/cta-arrow.png) right center no-repeat;
	}
	#custom-cta .cta-summary{padding: 10px 20px 10px 10px;}
	#custom-cta .cta-summary p {
	    display: block;
	    float: left;
	    padding: 0 30px;
	    position: relative;
	    width: 100%;
	}
	#secondary #text-4, .front-content #text-6, #secondary #text-5, .front-content #text-7{max-width: 350px; margin: auto auto 30px;}
	#secondary #text-4 .widget-title, .front-content #text-6 .widget-title, #secondary #text-5 .widget-title, .front-content #text-7 .widget-title{font-size: 16px; padding-right: 0;}
	#secondary #text-4 a, .front-content #text-6 a{
		font-size: 10px;
		background: url("images/arrow-icon.png") no-repeat scroll 140px center rgba(0, 0, 0, 0);
		width: 160px;
	}
	/*
	---------------------------- Testimonial ----------------------- */
	#testimonials{padding: 20px 15px; }
	#slider-testimonials > .testimonial .text{ padding: 0 10px;}
	#testimonials .bx-wrapper .bx-controls-direction a{display: none;}
	#slider-testimonials > .testimonial .desc-info .logo{display: none;}
	#slider-testimonials > .testimonial .desc-info .info{width: 100%; text-align: center;}
	/*
	---------------------------- inner page ---------------------- */
	.home .front-content {margin-bottom: 0px;}
	.front-content .summary-content{padding: 0;}
	#content{padding: 0px 5px;}
	.content-container{padding: 0px;}
	.content-container .col-md-8{width: 100%;}
	.entry-content h1, .content-container h1{padding-top: 30px; color: #2c4b80;}
	.entry-content h2{ color: #565656;}
	.sidebar-page{display: none;}
	#contact-map{margin-right: 0px;}
	/*
	------------------------------ Form Contact Us -------------------*/
	.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third{
		width: 100% !important;	
	}
	#gform_wrapper_1 .top_label li.gfield.gf_middle_third{margin-left: 0 !important;}
	.gform_wrapper{max-width: 100% !important;}
	#gform_wrapper_1 ul li {margin: 0 0 6px !important;}
	#gform_wrapper_1 .ginput_container textarea{margin-top: 0;}
	#gform_wrapper_1 input[type="submit"] {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	/*
	--------------------------- Footer -------------------------- */
	.footer-content .col-md-8, .footer-content .col-md-4 {width: 100%;}
	.site-footer .footer-info .site-info{display: none;}
	.site-footer .footer-content{padding: 20px;}
	.footer-content .menu-footer-container{margin: 0;}
	.site-footer .footer-content .footer-logo img {
	    display: block;
	    margin: 0 auto 20px;
	    max-width: 280px;
	    width: 100%;
	}
	.footer-content .abn{text-align: center;}
	.footer-content .get-in-touch{ 
		margin: auto;
		float: none;
		padding: 15px;
	}
	.site-footer .footer-info{padding: 15px 25px 15px 20px;}
	.footer-content .get-in-touch p {
	    font-size: 12px;
	    margin-bottom: 5px;
	}

}