/*
	Theme Name: westland
	Theme URI: westland
	Description: westland
	Version: 1.1
	Author: Craig MacDonald
	Author URI: Craig MacDonald
	Tags: Blank, Bootstrap, Wordpress, Responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*---- Enter all of your lovely custom CSS here ----*/

#cssmenu ul ul {
    display: block !important;
}
.newblock ul li:before {
    content: "\2022  " !important;
    line-height: 10px;
}
form#CalcFrm {
    opacity: 0 !important;
}
.page-id-70 .col-md-5 {
    width: 100% !important;
}


	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
		font-family: 'Raleway', sans-serif;
	}
	
		article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none!important;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}
	
	iframe{
	display:block;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		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 */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	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;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

body {


}
.Calc input[type=text]{
    padding: 6px 8px;
    margin: 5px 0px;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    width: 100%;
    min-width: 250px;
    max-width: 100%;
}
.Calc select#Types, .Calc select#Countries{
	    padding: 6px 8px;
    margin: 5px 0px;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    width: 100%;
    min-width: 250px;
    max-width: 100%;
}
button#btnCalc {
    padding: 25px 8px;
    width: 230px;
    border: 0;
    background: #00549d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}
div#Cost {
    margin-bottom: 25px;
    font-weight: bold;
    background: #00549d;
    font-size: 22px;
    padding: 15px;
    color: #fff;
	text-align: center;
}


form#CalcFrm h2 {
    margin-top: -25px;
}

h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 { 
    display: block;
    font-size: 24px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 { 
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

p, li{
	font-size:18px;
}

html, body{
	/*overflow-y:scroll;*/
}

::-webkit-scrollbar{
  width: 15px;
  height: 8px;
  background: #F2F2F2;
}

::-webkit-scrollbar-thumb {
     cursor: pointer;
    background: #ccc;
}

::-moz-scrollbar{
  width: 15px;
  height: 8px;
  background: #F2F2F2;
}

::-moz-scrollbar-thumb {
     cursor: pointer;
    background: #ccc;
}

.page{
    overflow: hidden;
}

p {
    padding-bottom: 15px;
}

iframe.careers{
	height:100%;
	width:100%;
    min-height: 1080px;
}

a.assistive-text {
    display: none;
}

a:hover{
	text-decoration:none;
	outline:none;
}
a:focus{
	outline:none;
	text-decoration:none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #000;
}


.blog-single .entry p {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {

	font-weight: 700;
}

h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 24px; line-height: 22px; }
h3 { font-size: 18px; line-height: 20px; }
h4 { font-size: 16px; line-height: 18px; }

.blog-single blockquote {
    padding: 30px 20px 38px 35px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    font-size: 15px;    
    letter-spacing: 1.5px;
}


.blog-single blockquote::before {
    content: "''";
    position: absolute;
    top: 22px;
    left: 7px;
    color: #00aeff;
    font-size: 49px;
    font-weight: 100;
    font-style: italic;
    z-index: 1;
}

.blog-single .img-left {
	float: left;	
	margin-right: 20px;
	margin-bottom: 20px;
}

.blog-single .content-post:after, 
.blog-single .content-post:before,
.blog-single .entry:after,
.blog-single .entry:before {
    content: "";
    display: table;
    clear: both;
}

nav#site-navigation {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 5px rgba(0,0,0,.0)!important;
	    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 5px rgba(0,0,0,.0);
		background-image:none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
}

.navbar-default {
    background-color: #fff;
    border-color:none;
	border:0px;!important;
}

.contact-box input[type="text"], .contact-box input[type="email"] {
    padding: 8px 10px;
    border: 1px solid #abdfde;
    margin-bottom: 5px;
    color: #333;
    border-radius: 3px;
}
.contact-box {
background: #f07405;
    padding: 10px 10px 0;
    border-radius: 3px;
}


.contact-box li {
    color: #fff;
}
.contact-box select {
    color: #333;
    padding: 8px 5px;
    margin: 15px 0px;
    border: 0px;
}
.contact-box h3 {
    color: #fff;
    font-weight: bold;
    font-size: 31px;
    margin: 10px 0 20px;
    text-transform: capitalize;
	line-height: normal;
}

.contact-box input[type="submit"] {
    background: #015551;
    width: 150px;
    padding: 10px 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

/* Header
-------------------------------------------------------------- */
.header {	
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.header .logo {	
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0px 0;
}

/* Header Fix */
.header.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
    opacity: 0;
    top: -121px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.header.upscrolled {
    opacity: 1;
    top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header-wrap {
    padding: 20px 0;
}

.top-icons li {
    float: left;
}

.add-box li a {
       background: #fe6f02;
    color: #fff;
    padding: 8px 10px;
    display: block;
    margin-top: 25px;
    width: 120px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
}



.top {
        background-color: #939598;
    color: #fff;
    padding: 15px 0;
    font-size: 13px;
}

/* Menu menu-extra */
.menu.menu-extra {
	float: right;	
	position: relative;
}

.menu.menu-extra:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.menu.menu-extra li {
	float: left;
}

.menu.menu-extra li a {
	color: #1c1c1c;
	padding: 0 20px;
	line-height: 100px;
	height: 100px;
}

.menu.menu-extra li.cart {
	position: relative;
}

.menu.menu-extra li a:hover {
	color: #00aeff;
}

/* Navigation */
.nav-wrap {
	position: relative;
	float: none;
	    margin-top: 50px;
}



#mainnav > ul {
	text-align: right;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   position: relative;
}

#mainnav > ul > li {
   display: inline-block;   
}

#mainnav > ul > li > a {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #1c1c1c;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 100px;    
    margin: 0 20px 0 20px;   
    display: inline-block;
}

/* submenu */
#mainnav ul.submenu {
	text-align: left;
   	position: absolute;
   	left: 0;
   	top: 150%;
   	width: 200px;
   	background-color: #222222;
   	z-index: 9999;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	  filter: alpha(opacity=0);
     opacity: 0;  
   visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #00aeff;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 300px;
   top: 0 !important;
}

#mainnav ul.submenu > li {
   border-top: 1px solid #333333;  
}

#mainnav ul.submenu > li.sub-parent:after {
	content: "\f105";
   	font-family: "FontAwesome";
   	font-size: 14px;
   	position: absolute;
   	right: 25px;
   	top: 11px;
   	color: #999999;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;

}

#mainnav ul.submenu li:first-child {
   border-top: none;
}

#mainnav ul.submenu > li > a {
    display: block;    
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0 26px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:hover {
	background-color: #00aeff;
	color: #fff;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
	right: 18px;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
   color: #00aeff ;
   position: relative;
}

#mainnav > ul > li.home > a:after {
    content: '';
    position: absolute;
    left: 0;    
    bottom: 25px;
    width: 100%;
    height: 4px;
    background: #00aeff;
    opacity: 1;
}

#mainnav > ul > li > a:after {
    content: '';
    position: absolute;
    left: 0;    
    bottom: 25px;
    width: 0;
    height: 4px;
    background: #00aeff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav > ul > li > a:hover:after {
	width: 100%;
	opacity: 1;
}

/* Hover Menu */
#mainnav > ul > li > a {
	position: relative;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #222222;
   	z-index: 1000;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #333333;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 50px;
   	color: #fff;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #333333;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 42px 0;
	width: 26px;
	height: 16px;
	float: right;
    margin-right: 15px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #00aeff;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 24px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 12px;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	width: 17px;
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active:after {
	width: 24px;
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #333;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

.header-wrap {
    padding: 20px 0px;
}

.boxes p {
    min-height: 90px;
}



.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}
.add-box {
    padding: 15px;
        background: #f49d2a;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 3px solid #ff6c00;
}

.add-box p{
	color:#fff;
}.add-box h3{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
}

.infoblock-home img {
    margin-top: 10px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
#cssmenu {
  width: 100%;
  font-family: Raleway, sans-serif;
  color: #ffffff;
  
      margin-top: 25px;
}
#cssmenu ul ul {
  display: none;
}



#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}

.about-cont p {
    color: #333!important;
	    line-height: normal;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
    background: #00549d;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight:bold;
      font-size: 24px;
}
#cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}
.newblockcontent {
    padding: 25px 0;
    overflow: hidden;
}
.newblock{
    margin-left:20px!important;
}.newblock li {
    margin-bottom: 5px!important;
}

.newblock ul {
    display: block!important;
    margin-bottom: 15px!important;
	list-style:square!important;

}.newblock ul li {
  
	list-style:square!important;
}

.newblock ul li:before {
    content: "■ ";
    line-height: 10px;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
.grey-home {
    background:none;
    position: relative;
    padding: 20px 0px;
    overflow: hidden;
    width: 100%;
    top: 0px;
    z-index: 100;
}
.welcome p {
    text-align: center;
    width: 75%;
    margin: 0 auto;
    font-size: 24px;
}
strong {
    font-weight: bold;
}
.boxes {
    margin-top: 0px;
    margin-bottom: 0px;
	    overflow: hidden;
}

.about-cont ul {
    list-style-type: square!important;
    margin-left: 0px!important;
    margin-bottom: 35px;
}
.boxes img {
    margin: 0 auto;
    width: 75%;
}
.welcome h1 {
    text-align: left;
    color: #00549d;
	margin-top:0px;
	    text-align: center;
}

.relative{
	position:relative;
} 
.slidebox {
    display: none;
}
.grey-home h2 {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    padding-top: 0;
    margin-bottom: 5px;
}

.grey-home input[type="submit"] {
    width: 100%;
        background: #1ab1e7;
    color: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
.grey-home input[type="submit"]:hover {

         color: #00549d;
		 background:#fff;
}
.grey-home p {
    color: #fff;
    margin-top: 5px;
    padding-top: 0;
}
.grey-home input[type="text"], .grey-home input[type="email"] {
    padding: 10px;
    border-radius: 3px;
    border: 0;
    color: #000;
    margin-bottom: 10px;
    width: 50%;
	border: 1px solid #013d7b;
}
.grey-home input[type="radio"] {
    color: #fff!important;
}
span.wpcf7-list-item-label{
	color: #fff!important;
}
div#logo img {
    width: 90%;
    margin: 0 auto;
}
.boxes h3 {
    font-size: 24px;
    font-weight: bold;
    color: #00549d;
    text-align: center;
}
a.box-btn {
    background: #1ab1e7;
    padding: 10px;
    width: 180px;
    display: block;
    font-weight: bold;
    color: #fff;
	    text-align: center;
    border-radius: 3px;
} 
a.box-btn:hover {
        background: #00549d;

} 


.mb{
	margin-bottom:40px!important;
}
.cta-block {
    background: url(images/LOGIC.jpg) no-repeat center center;
    padding: 170px 0px;
}

.cta-block h2, .cta-block p {
    color: #fff;
}
.work {
       padding: 40px 0px;
} 
.work h2 {
    text-align: center;
    padding-bottom: 40px;
    margin-top: 0;
    color: #00549d;
	text-transform: capitalize;
    font-size: 30px;
	    line-height: normal;
}
.work img {
    margin: 0 auto;
    margin-bottom: 25px;
}

footer.footer {
    background: #00549d;
    padding: 20px 0px 40px;
}

footer.footer h3 {
    color: #1ab1e7;
}

footer.footer span {
    color: #1ab1e7;
}
footer.footer li {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
footer.footer li a{
    color: #fff;
}
.top-contact li {
    float: none;
    margin-right: 10px;
	    font-weight: bold;
		    font-size: 14px;
}
.top-contact li a {
    color: #fff;
    font-weight: bold;
}
.top-contact li span {
    color: #1ab1e7;
    font-weight: bold;
}

h1.page-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

div#mainPhoto {
    padding: 150px 0;
}

.pageblock {
    padding-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}


.btm-img {
    padding-top: 25px;
}
.btm-cta {
    padding: 60px 0px;
    background: #373737;
    display: none;
}
.btm-cta h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
	margin-bottom: 25px;
    line-height: normal;
}

.btm-cta p {
    color: #fff;
    line-height: normal;
}

.btm-cta a {
    border: 2px solid #00549d;
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 1.4rem;
    background-color: transparent;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 180px;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    margin-top: 20px;
	transition: all .6s;
}
.btm-cta a:hover {
transition: all .6s;
    background: #00549d;
	transition: top .5s ease-in;
}

.about-cont h2, .about-cont h3 {
    background: #00549d;
    color: #fff;
    padding: 6px;
    border-radius: 2px;
}

.about-cont h3 {
    background: #00549d;
    color: #fff;
    padding: 6px;
    border-radius: 2px;
    font-size: 24px!important;
}

.about-cont2 h2, .about-cont2 h3 {
    background: #00549d;
    color: #fff;
    padding: 6px;
    border-radius: 2px;
	    margin-top: 5px;
}


.about-cont2 h3 {

    font-size: 24px!important;
}

.contact-boxes input[type="text"], .contact-boxes input[type="email"],  .contact-boxes textarea {
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    color: #333;
    max-width: 100%;
    width: 100%;
	
}
.contact-boxes input[type="submit"]{
	    width: 100%;
    background: #1ab1e7;
    color: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
.grey-box h2 {
    text-align: right;
    color: #fff;
    font-size: 28px;
    display: table;
    float: right;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
}
.fr{
	float:right!important;
}

nav#mainnav {
    margin-top: 15px;
}
li.subtext {
    float: none;
    text-align: left;
	color:#fff;
}
.bigquote {
    padding: 25px 0;
    background: #373737;
    margin-top: 20px;
}

.bigquote h2 {
    font-size: 30px;
    line-height: normal;
    color: #fff;
	text-align:center;
	font-weight:normal;
	font-family: 'Tangerine', cursive;
	font-size: 56px;
}

span.authorname {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top:20px;
    display: block;
    text-align: center;
}

.bigquote h2::before, .bigquote h2::after  {
    line-height: normal;
    content: '"';
    vertical-align: super;
}
.cta-block h2 {
    font-size: 30px;
    margin-top: 5px;
}
span.big {
    font-size: 36px;
    font-weight: bold;
}
span.smaller {
    font-size: 24px;
}

.colour-block {
    background: #8addfa;
    padding: 40px 40px;
    margin: 100px 0;
    border-radius: 30px;
}



.side-margin-l{
	margin-left:40px;
}.side-margin-r{
	margin-right:40px;
}
.colour-block p {
    color: #00549d;
}
.sales-page h2 {
    color: #00549d;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 5px;
}

.footer-logo img {
    width: 70%;
    margin-top: 30px;
}


.mega-toggle-blocks-right {
    background: #00549d;
}
p.topquote {
    font-size: 14px;
    float: none;
    text-align: left;
    margin-right: 0px;
    font-weight: bold;
    margin-top: 15px;
}

a.box-btn.bar {
    float: none;
    margin: 0 auto;
}
.mt {
    margin-top: 25px;
}
.img-block img {
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    border: 0 solid #398f14;
    color: #fff;
    background: #398f14;
    overflow: hidden;
    width: 280px;
    margin: 0 auto;
}
.img-impact img {
    width: 100%;
    max-width: 100%;
}
 }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
.slidebox {
    display: block;
}

div#logo img {
    width: 50%;
    margin: 0 auto;
}

.boxes img {
    width: 45%;
    margin: 0 auto;
}

a.box-btn {
    background: #1ab1e7;
    padding: 10px;
    width: 180px;
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    float: right;
    border-radius: 3px;
}
p.topquote {
    font-size: 14px;
    float: none;
    text-align: left;
    margin-right: 0px;
    font-weight: bold;
    margin-top: 0px;
}
.colour-block {
    background: #8addfa;
    padding: 40px 40px;
    margin: 100px 0;
    border-radius: 30px;
}

p.topquote {
    font-size: 14px;
    float: right;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
	padding-bottom: 0;
}

.bigquote h2 {
    line-height: normal;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
}

.bigquote h2::before {
    line-height: normal;
	content:'"';
}

span.authorname {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
    display: block;
    text-align: center;
}
.no-padd{
	padding-left:0px!important;
}
.no-padd-r{
	padding-right:0px!important;
}

.pageblock {
    padding-top: 30px;
    margin-bottom: 60px;
    overflow: hidden;
    background: #fff;
    margin-top: 00px;
}
.about-cont {

}
.border-line {
    height: 65px;
    width: 7px;
    background-color: #00549d;
    border-radius: 3.5px;
    margin-top: 5px;
}
.welcome {
    margin-top: 0;
    overflow: hidden;
    background: #fff;
    padding-top: 30px;
}
.top-contact li {
    float: left;
    margin-right: 10px;
}

.grey-home {
    background:none;
    padding: 20px 0px;
    overflow: hidden; 
    width: 100%;
}
.grey-box:before {
	width: 0;
	height: 0;
	border-top: 100px solid red;
	border-left: 100px solid transparent;

}


.cta-block {
    background: url(images/LOGIC.jpg) no-repeat center;
    padding: 50px 0px;
	    background-size: cover;
}

div#logo img {
    width: 100%;
    margin: 0 0 0 0;
}

.boxes h3 {
    font-size: 24px;
    font-weight: bold;
    color: #00549d;
    text-align: center;
    min-height: 70px;
    line-height: normal;
}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

.welcome {
    margin-top: 0;
    overflow: hidden;
    background: #fff;
    padding-top: 30px;
}

.colour-block {
    background: #8addfa;
    padding: 40px 80px;
    margin: 20px 0 50px 0;
    border-radius: 30px;
}
.boxes h3 {
    font-size: 24px;
    font-weight: bold;
    color: #00549d;
    text-align: center;
    min-height:inherit;
    line-height: normal;
}
    }

	
	
.grey-box {
    padding: 15px;
    border-radius: 3px;
    background: #00549d;
	    background: rgba(0, 84, 157, 0.84);
    overflow: hidden;
}

p.section-heading{
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-transform:uppercase;
  margin-bottom: 5px;
	border-bottom: 2px solid #556994;
  padding-bottom: 10px;
  border-radius:3px;
}


a.flex-btn {
       margin-left: 0;
    display: block;
    padding: 6px 8px;
    color: #FFF;
    text-transform: uppercase;
    background: #d4165d;
    text-align: center;
    width: 32%;
    font-weight: bold;
    font-size: 14px;
}
	
	
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
