/* CSS Document */

body {
	margin: 0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

element:hover {
    rule:properties;
}

element:hover, element.hover_effect {
    rule:properties;
}

.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}

p {
	line-height: 24px;	
}

img {
	border: none;	
}

abbr {
    cursor: help;
	border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;	
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 20px;	
}

a {
	text-decoration: none;
	color: #999999;
}

a:visited {
	color: #999999;	
}

a.button:visited {
	color: #2D2B2B	
}

address {
	font-style: normal;
	line-height:1.42857143;
	font-size: 14px;
}

.content-wrap {
	position: relative;
    padding-bottom: 30px;
}

.container {
	margin: 0 auto;
	padding: 0 5px;
	width: 1134px;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;	
}

.imgUploadExample {
	float:left;
	width:30%;
    margin-bottom: 10px;
}

.imgUploadExample p {
    margin-bottom: 10px;
    margin-top: 0;	
}

#uploader {
	float: left;
	width: 70%;
}

.clearfix {
	clear: both;	
}

blockquote {
	padding: 0px 20px;
	margin: 0;
	font-size: 14px;
	border-left: 5px solid #eeeeee;	
}

#gotoTop {
	z-index: 299;
	position: fixed;
	top: auto;
	left: auto;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	transition: all 0.3s ease-in;	
}

.topbtn-hidden {
	opacity: 0;
	pointer-events: none;
	cursor: default;
}

.topbtn {
	opacity: 0.5;
}

.topbtn:hover {
	opacity: .75 !important;
}

input {
    margin-top: 10px;
    font-size: 16px;
	margin-bottom: 20px;
    height: 35px;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="tel"], textarea  {
    border: 2px solid #dddddd;
    width: calc(100% - 24px);
    padding: 2px 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    outline: 2px solid #bbbbbb;
}

select {
    border: 2px solid #dddddd;
    padding: 2px 4px;
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

input[type="file"] {
	font-size: 13px;	
}

input[type="submit"]:focus {
	outline: none;
}

textarea {
    height: 100px;
	width: 95%;
    padding: 2%;
    margin-top: 10px;
    margin-bottom: 20px;	
}

.topBanner .postcontent {
    width: 57%;
    float: left;
}

.topBanner .sidebar#right {
	width: 40%;	
}

.sidebar {
    width: 21%;
    display: inline-block;
    vertical-align: top;
}

.postcontent, .sidebar {
    margin-right: 3%;
}

.sidebar:last-child {
    margin-right: 0;
}

#partnersTitle {
	text-align: center;
    margin: 15px 0;
    background-image: url(../img/dotted.png);
    background-repeat: repeat-x;
    background-position: center;
}

#partnersTitle h3 {
	background-color:#ffffff;
	width: 150px;
    margin: 0 auto;	
}

#page-title {
	height: 300px;
	padding: 50px 0;
    background-size: cover;	
    background-position-x: 50%;
}

#page-title h1 {
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0px;
    display: inline-block;
	margin-bottom: 10px;
    padding: 20px 50px;
	background-color: #000000;
    background-color: rgba(0,0,0,0.75);
}

#page-title p {
	color: #ffffff;
	font-size: 36px;
	margin: 0px;
    float: left;
    padding: 20px;
	background-color: rgba(0,0,0,0.75);
}

#partners {
	margin-bottom: 10px;	
}

.greyBanner {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 5%;
    text-align: center;	
}

.twoColumn {
	float: left;
	width: 49.5%;
	margin-right: 0.5%
}

.twoColumn:nth-child(2n+1) {
	margin-left: 0.5%;
	margin-right: 0
}

.threeColumn {
	float: left;
	width: 32.5%; 
	margin-right: 0.5%
}

.threeColumn:nth-child(3n+1) {
	margin-left: 0.5%;
	margin-right: 0
}

.fourColumn {
	float: left;
	width: 24.5%;
	margin-right: 0.5%
}

.fourColumn:nth-child(4n+1) {
	margin-left: 0.5%;
	margin-right: 0
}

.fiveColumn {
	float: left;
	width: 19.5%;
	margin-right: 0.5%
}

.fiveColumn:nth-child(5n+1) {
	margin-left: 0.5%;
	margin-right: 0
}

.threeFifthColumn {
    float: left;
	width: 59.5%;
	margin-right: 0.5%;
}

.twoFifthColumn {
	float: left;
	width: 39.5%;
	margin-right: 0.5%;
}

.lastCol {
	margin-right: 0;
	margin-left: 0.5%;	
}

.answers {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 30px;
	display: inline-block;
    vertical-align: top;
	margin-right: 0;
	margin-left: 0;
	float: none;
}

.priceTable {
	width: 100%;
	margin: 40px 0;
}

.priceTable .header {
	width: 96%;
	background-color: #3E3C3C;
	color: #ffffff;
	font-weight: bold;
    padding: 15px 2%;
}

.priceTable .row {
	width: 96%;
    padding: 10px 2%;
	border-bottom: 1px solid #dddddd;
}

.priceTable .row:last-child {
	border-bottom: none;	
}

.priceTable .row:hover {
	background-color: #eeeeee;	
}

.priceTable .cell {
	float: left;
}

.priceTable .type {
	font-weight: bold;
    width: 20%;
}

.priceTable .desc {
	width: 50%;
	text-align: center;	
}

.priceTable .price {
	width: 10%;
	text-align: center;
}

.priceTable .repair {
	width: 20%;
}

.priceTable .button {
	padding: 0;
    width: 100%;
    font-size: 14px;
	text-align: center;
    letter-spacing: 0px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-transform: capitalize;
    background: #ffffff;
    text-shadow: none;
    color:#000000;
    font-weight: 400;
	border: 1px solid #dddddd;
}

.priceTable .button:hover {
	cursor: pointer;
	background-color: #dddddd;
	border-color: #aaaaaa;
	color: #000000;
}

#map {
    height: 340px;
    width: 100%;
}

.container.topBanner {
    margin-top: 30px;
}

.sidebar-widgets-wrap img {
	width: 100%;	
}

.roundedbox {
    background-color: #ffffff;
	border: 1px solid #dddddd;
    padding: 2%;
    border-radius: 25px;
}

#bookForm .button {
	margin: 0;
}

#step1.stepTitle {
	margin-top: 0;	
}

.stepTitle {
	margin-top:10px;
    margin-bottom: 0;
    padding: 10px;
	background-color: #dddddd;
}

#step1Content, #step2Content, #step3Content, #step4Content, #step5Content {
    padding: 10px;
	background-color:#eeeeee;
}

.circumstances {
    width: 50%;
    float: left;	
}

.bookUpload {
    padding: 6px 10px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    width: 250px;
}

/*--------------------------------------------------ANIMATIONS--------------------------------------------------*/

.animated {
	opacity: 1 !important;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-made: both;	
}

.not-animated {
  opacity: 0 !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*----------------------------------------END ANIMATIONS----------------------------------------*/

/*--------------------------------------------------HEADER--------------------------------------------------*/

#header {
    height: 100px;
	position: fixed;
	z-index: 100;
	width: 100%;
}

#header-wrap {
	background: #717171;
	height: 100px;
}

#logo {
	padding-left: 5px;
	float: left;
}

#logo img {
	height: 100px;	
}

/*-----------------------------------------------END HEADER-----------------------------------------------*/

/*--------------------------------------------------NAV--------------------------------------------------*/

#primary-nav {
	display: block;	
}
	
#mobile-nav {
	display: none;	
}

.nav {
	float: right;
}

.nav ul {
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav li {
	height: 100%;
	float: left;
	margin-left: 2px;
	background-color: #717171;
}

.nav li a, .nav li span {
	height: 100px;
    display: table-cell;
    vertical-align: middle;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #717171;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

.nav li a:hover, .nav li span:hover {
	background-color: #000000;
}

.nav li ul {
	position: absolute;
	display: none;	
}

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

.nav li ul li {
	height: auto;
	margin: 0;
	float: none;
	background-color: transparent;
}

.nav li ul li a {
    font-size: 10px;
    width: 155px;
    height: 35px;
    padding: 0 10px;
    text-align: left;
    display: table-cell;
    line-height: 12px;
    background-color: #eeeeee;
    color: #000000;
}

.nav li ul li a:hover {
	color: #000000;
	background-color: #ffffff;
	border-right: 3px solid #ffffff;
}

/*--------------------------------------------------END NAV--------------------------------------------------*/

/*--------------------------------------------------SLIDER--------------------------------------------------*/

#header-space {
	height: 100px;
}

#slider {
/*	transition: top 0.1s ease;*/
}

.swiper-container {
	width: 100%;
	height: 400px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide {
	width: 1246px;
	height: 500px; 
}

.swiper-wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

#slider .container {
	position: relative;
	height: 100%;
}

.slider-caption {
	z-index: 20;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	text-align: center;
	margin-right: auto;
	left: 0;
	right: 0;
/*	transition: top 0.1s ease;*/
}

.slider-caption {
	position: relative;
	opacity: 4.46666666666667;
	margin-top: 110px;
	text-align: left;
}

.slider-caption h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0px;
	display: inline-block;
    margin-bottom: 10px;
    padding: 20px;
	background-color: #000000;
    background-color: rgba(0,0,0,0.75);
}

.slider-caption h2 sup {
	font-size: 28px;	
}

.slider-caption p {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
    float: left;
    padding: 20px;
    line-height: 32px;
	background-color: rgba(0,0,0,0.75);
}

#slide-number {
	position: absolute;
	opacity: 0;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	width: 36px;
	height: 40px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#slide-number-current, #slide-number-total {
	position: absolute;
	line-height: 1;
	top: 5px;
	left: 0;
}

#slide-number-total {
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0;	
}

#slide-number span {
  display: block;
  font-size: 32px;
  line-height: 40px;
}

#slider:hover #slide-number {
	opacity: 1;
}

.swiper-button-next {
	display: block !important;
	background-image: url(../img/slider/nxtbtn.png) !important;
	background-size: 53px 53px !important;
	right: 0px !important;
	width: 53px !important;
 	height: 53px !important;
	opacity: 0.5;
	transition: all .3s ease !important;
}

.swiper-button-prev {
	display: block !important;	
	background-image: url(../img/slider/prvbtn.png) !important;
	background-size: 53px 53px !important;
	left: 0px !important;
	width: 53px !important;
 	height: 53px !important;
	opacity: 0.5;
	transition: all .3s ease !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 0.75 !important;
}

.slider-parallax {
	visibility: visible;
	-webkit-transform: translate(0,0);
 	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
 	transform: translate(0,0);
	-webkit-backface-visibility: hidden;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px,0,0);
	-webkit-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px,0px);
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px,0,0);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container {
  background-color: #000000;
}

	/*----------------------------------------SLIDER ANIMATION----------------------------------------*/
	
	
	.fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}
	
	.swiper-slide [data-caption-animate] {
		-webkit-backface-visibility: hidden;
	}
	
	
	/*----------------------------------------END SLIDER ANIMATION----------------------------------------*/


/*---------------------------------------------END SLIDER--------------------------------------------------*/

/*--------------------------------------------------FOOTER--------------------------------------------------*/

#footer {
	position: relative;
	border-top: 5px solid rgba(0, 0, 0, 0.2);
	background-color: #424242;
	color: #CCCCCC;
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}

#footer .widgets-3col {
	width: 66%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

#footer .widgets-1col {
	width: 30%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

#footer h4 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #DDDDDD;
}

#footer ul {
	list-style: none;
	margin: -4px 0 0 0 !important;
	padding: 0;
	columns: 2;
	-moz-columns: 2;
	-webkit-columns: 2;
}

#footer ul li ul {
	columns: 1;
	-moz-columns: 1;
	-webkit-columns: 1;
	padding-top: 8px;
    padding-left: 8px;	
}

#footer ul li ul li a {
	font-size: 11px;	
}

#footer li {
	padding: 4px;
	margin-bottom: 0;
}

#footer li a, #footer li span {
	border: none !important;
	color:#CCCCCC;
	background:url(../img/widget-link.png) left top no-repeat;
	display: inline-block;
	padding: 0 3px 0 12px;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.subscribe-widget h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #EEE;
}

#subscribe-form {
	background: #333333;
	border-radius: 5px;
	font-family: 'Raleway', sans-serif;
	box-shadow: inset 1px 1px 1px 0 #000000;
}

.email-input {
	padding: 15px;
	height: 34px;
	width: 217px;
	background-color: #3C3C3C;
	border-style: none;
	color: #eeeeee;
	box-shadow: inset 0px 2px 0 0 #000000;
}

.email-input:focus {
	outline: 0;	
	background-color: #2f2f2f;
}

.subscribe-btn {
	height: 34px;
	width: 80px;
	margin-left: -3px;
	border-style: none;
	border-radius: 0 5px 5px 0;
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}

.subscribe-btn:focus {
	outline: 0;	
}

.subscribe-btn:hover {
	background-color: green;
	cursor: hand;
}


#copyrights {
	background-color: rgba(119,119,119,1.00);
	color: rgba(255,255,255,0.25);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding: 40px 0;
	font-size: 14px;
	line-height: 1.8;
}

#copyrights a {
	display: inline-block;
	margin: 0 3px;
	/*color: rgba(255,255,255,0.25);
	border-bottom: 1px dotted rgba(255,255,255,0.25);*/
	color:#424242;
}

#social-icons {
	float: right;
    height: 42px;
    bottom: 30px;
    position: relative;
}

.social-icons {
	border-bottom: none !important;
	color: #555 !important;
	font-size: 16px;
	text-shadow: none;
	width: 32px;
	height: 32px;
	margin: 5px !important;
	overflow: hidden;
	border-radius: 3px;
	transition: all 0.3s ease;
	line-height:32px;
	display:block;
}

.social-icons i {
	text-align: center;
	vertical-align: middle;
	width: 32px;
	line-height: 32px;
	font-weight: bold;
	transition: all 0.3s ease;
	display: block;
 	position: relative;
}

.social-icons i:last-child {
	color: #ffffff;
}

.social-icons:hover i:first-child {
	margin-top: -32px;
}

.si-facebook:hover {
	background-color: #3B5998 !important;
}

.si-twitter:hover {
	background-color: #00acee !important;
}

.si-linkedin:hover {
	background-color: #0E76A8 !important;
}

/*-----------------------------------------------END FOOTER-----------------------------------------------*/

/*-----------------------------------------------PAGE LAYOUT-----------------------------------------------*/

li {
	margin-bottom: 7px;	
}

.promo {
	padding: 25px 0;
	/*margin-bottom: 30px;*/
	background-color: #f5f5f5;
}

.promo h3 {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}

.promo > .container > span {
	display: block;
 	color: #444;
 	font-weight: 300;
 	font-size: 20px;
 	margin-top: 6px;	
}

.button {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
	border-radius: 3px;
	text-transform: uppercase;
	background: -moz-linear-gradient(313deg,rgba(183,183,183,1.00) 30.06%,rgba(255,255,255,1.00) 51.30%,rgba(150,150,150,1.00) 67.88%);
	background: -webkit-linear-gradient(313deg,rgba(183,183,183,1.00) 30.06%,rgba(255,255,255,1.00) 51.30%,rgba(150,150,150,1.00) 67.88%);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #2D2B2B;
	font-weight: 600;
	transition: color .2s ease-in-out;
	border: none;
	cursor: pointer;
}

.button:active {
	border: none;	
}

.button:hover {
	color: #ffffff;	
}

.promo a.button {
	position: initial;
	margin: 0;
	display: inline-block;
	float: right;
	margin-top: -41px;
}

a.button:hover {
	color: #ffffff;
}

#feature-box {
	width: 100%;
	margin: 0 auto;	
	text-align: center;
}

.feature-box-4col {
	text-align: center;
}

.feature-box-4col h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}

span {
	display: block;
	margin-top: 5px;
	color: #444;
	font-weight: 300;
	text-transform: none;
	font-size: 20px;
}

.slides span {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 10px;
}

.blackDivide {
    margin-top: 20px;
    height: 3px;
    background-color: #000000;
    width: 40px;
}

.featured-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
	background-color: rgba(238, 238, 238, 0.5);
	border-radius: 50%;
	transition: 0.3s;		
}

.featured-icon a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #444;
	border-radius: 50%;  
	font-size: 40px; 
	font-weight:bold;
	transition: 0.3s;
}

.featured-icon i {
	text-align: center;
	vertical-align: middle;
	line-height: 96px;
	width: 96px;
}

.featured-icon:hover {
	background-color: #999999;
}

.featured-icon:hover a {
	color: #FFF;
}

.featured-icon:hover .fa {
	background-image: url('../img/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;	
}

.postcontent {
	width: 49%;
    float: left;
	vertical-align: top;
}

.sub-postcontent {
	width:48%;
	float: left;
	display: inline-block;
	margin-right: 2%;	
}

.sub-postcontent ul {
	padding-left: 15px;	
}

.sidebar {
	width: 21%;	
	float: left;
	vertical-align: top;
}

.evenSplit .sidebar#left {
	width: 49%;
	margin-right: 1%;
}

.evenSplit .sidebar#right {
	width: 49%;
	margin-right: 0;
	margin-left: 1%;
}

.postcontent, .sidebar {
	margin-right: 3%;
}

.sidebar img {
	margin-bottom: 20px;	
}

.sidebar:last-child {
	margin-right: 0;
}

.widget h4 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ticklist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.ticklist h4 {
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: 0;
	float: left;
	width: 200px;
}

.ticklist li {
	vertical-align: middle;
	clear: both;
	margin: 0 0 21px 0; 
}

.ticklist li i {
	margin-right: 10px;
	font-size: 20px;
	float: left;
}

.postcontent h4 {
	font-size: 18px;
}	

.postcontent p {
	line-height: 1.8;	
}

.flexslider {
	font-weight: bold;
	font-style: italic;
	line-height: 25px;
}

.mobile-only {
	display: none;
}

.linkedinIcon {
    border-radius: 25px;
    font-size: 18px;
    line-height: 24px;
    background-color: #ffffff;
    border: 1px solid #AAA;
    color: #555555;
    width: 31px;
    height: 31px;
    overflow: hidden;
    float: left;
    transition: all 0.3s ease;
    margin-right: 5px;
    margin-bottom: 10px;
}

.linkedinIcon a i {
	color: #444444;
    line-height: 15px;
    padding: 9px;
    transition: all 0.3s ease;
}

.linkedinIcon:hover a i {
    background-color: #0E76A8;
    color: #ffffff;
}

.team-card {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-bottom: 3px solid #eeeeee;
    margin-bottom: 40px;
}

.team-image {
    width: 250px;
    height: 187px;
    float: left;
    margin-right: 15px;
}

.team-image img {
    width: 250px;
    height: 187px;
}

.team-contents {
    margin-left: 265px;
}

.team-card h3 {
    margin: 0;
}

.team-title {
    font-family: 'Crete Round', serif;
    font-style: italic;
    color: #999999;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.team-card:nth-child(2n) .team-image {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.team-card:nth-child(2n) .team-contents {
    margin-left: 0;
    margin-right: 265px;
    text-align: right;
}

.team-card:nth-child(2n) .linkedinIcon {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.testimonial {
    width: calc(95% - 2px);
    padding: 2.5%;
    float: left;
    border: 1px dashed #dddddd;
}

.testimonial-image {
    width: 64px;
    height: 80px;
    border-radius: 32px;
    background-color: #000000;
    float: left;
    margin: 5px;
    overflow: hidden;
}

.testimonial-content {
    margin-left: 84px;
}

.testimonial-content p {
    font-style: italic;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}

.testimonial-content h5 {
    margin: 0;
    font-weight: bold;
}

.footerLogos {
	max-width: 441px;
}

.technicalImages {
	width: 30%;	
}

.technicalImages img {
	width: 100%;
	height: auto;	
}

.aboutUsImages img {
	width: 400px;
	height: auto;
}

.payHalf {
	display:inline-block;
	width:calc(50% - 7px);
	vertical-align:top;	
}

.payHalf:first-of-type {
	margin-right:5px;
}

.payHalf:last-of-type {
	margin-left:5px;
}

.payHalf > div {
	min-height: 415px;
}

.error {
	padding: 10px;
	background-color: #ffdfdf;
	color: #444444;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
}

/*----------------------------------------END PAGE LAYOUT-----------------------------------------*/


@media (max-width: 1170px) {
	
	.container {
		width: 960px;
	}
	
	.email-input {
		width: 163px;	
	}
	
	.subscribe-btn {
		width: 75px;
	}
	
	.promo a.button {
		float: none;
		margin-top: 20px;	
		width: 100%;
		text-align: center;
		padding: 0;
	}
	
	.feature-box-4col {
		width: 222px;
	}
	
	.ticklist h4 {
		width: 160px;
	}
	
	.nav li a, .nav li span {
		font-size: 11px;
		padding-right: 5px;
		padding-left: 5px;	
	}
	
	.postcontent video {
		width: 100%;
		height: auto;
	}
	
}


@media (max-width: 980px) {

	.topBanner .postcontent {
		width: 100%;
	}
	
	.postcontent video {
		width: 560px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	.topBanner .sidebar#right {
		width: 100%;
	}
	
	#page-title {
		height: 200px;
		background-position-y: 0px !important;	
	}
	
	#page-title h1 {
		padding: 15px;
	    font-size: 32px;
		width: 80%;
		margin: 0 10%;
		text-align: center;	
	    padding-left: 0;
	    padding-right: 0;
	}
	
	#page-title p {
		padding: 15px;
		font-size: 20px;
	    padding-left: 0;
		padding-right: 0;
		width: 60%;
		margin: 0 20%;
		text-align: center;
	}

	.twoColumn {
		width: 100%;
		margin: 0;	
	}
	
	.threeColumn {
		width: 100%;
		margin: 0;	
	}
	
	.fourColumn {
		width: 49%;	
	}
	
	#footer .fourColumn {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	
	#footer h4 {
		text-align: center;	
	}

	#footer ul {
		columns: 1;
		-moz-columns: 1;
		-webkit-columns: 1;	
	}
	
	.footerLogo {
		text-align: center;	
	}

	.desk-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	img {
		margin: 0 auto;	
	}
	
	.container {
		width: 95%;
		padding: 0 2.5%;	
	}
	
	#logo {
		float: none;
		text-align: center;
	}
	
	#logo img {
		width: auto;
	}
	
	#header {
		position: inherit;
		z-index: 1;
	}
	
	#header-wrap {
		background-image: none;
		background-color: #717171;	
	}
	
	#mobile-nav-btn {
		padding: 12.5px 15%;
		line-height: 25px;
		height: 25px;
		vertical-align: middle;
		background-color: #717171;
		color: #ffffff;
		text-transform: uppercase;
		font-weight: bold;
		font-family: 'Raleway', sans-serif;
		font-size: 32px;
		letter-spacing: 1px;
		border-bottom: 1px solid #ffffff;
	}
	
	.menu-closed {
		height: 0px;	
	}
	
	.menu-open {
		height: auto !important;		
	}
	
	#nav-btn {
		float: right;
		width: 25px;	
	}
	
	#primary-nav {
		display: none;	
	}
	
	#mobile-nav {
		display: block;
		height: 0;
		overflow: hidden;
		transition: all 0.5s ease;
	}
	
	.nav {
		width: 100%;
		right: 0;
		position: inherit;
		overflow: hidden;
	}
	
	.nav li {
		width: 100%;
		margin: 0;
		text-align: center;
	    height: initial;
		display: block;
		float: none;
	}
	
	.nav li a, .nav li span {
		text-align: left;
		padding: 15px 15%;
		font-size: 20px;
		display: block;
		width: 100%;
		height: 20px;
		margin-top: 0;	
	}
	
	.nav li a:hover, .nav li span:hover {
		
	}
	
	.nav li > ul {
		width: 100%;
		position: initial;
	}
	
	.nav li > ul > li {
		
	}

	.nav li > ul > li > a, .nav li > ul > li > span {
		width: 100%;
		display: block;
		padding: 12px 15%;
		font-size: 18px;
		height: auto;
		margin-top: 0;	
	}
	
	/*
	
	.nav li > ul {
		width: 100%;
		position: initial;
	    border: none;
		background-color: #31519B;
	}
	
	.nav li > ul > li {
		background-color: #31519B;
		margin: 0;
		font-weight: normal;
	}
	
	.nav li > ul > li a {
		color: #ffffff;
		width: 100%;
		padding: 15px 18%;
		text-transform: none;
	    font-size: 14px;
	}
	
	.nav li > ul > li a:hover {
		background-color: #506AA5;
		color: #ffffff;
	}
	
	*/
	
	#header-space {
		height: 0px;
	}
	
	#slider {
		top: 0 !important;	
	}
	
	.slider-caption {
		top: 0 !important;		
	}
	
	.swiper-container {
		height: 300px;	
	}
	
	.swiper-slide {
		height: 300px;
		width: auto;	
	}
	
	.slider-caption h2 {
		font-size: 30px;
		padding: 10px;
		display: block;
		text-align: center;
		width: 90%;
		margin: 0 5%;
	}
	
	.slider-caption h2 sup {
		font-size: 14px;	
	}
	
	.slider-caption p {
		font-size: 14px;
	    width: 80%;
	    margin: 0 10%;	
		text-align: center;
		padding: 5px;
	}
	
	.slider-caption {
		margin-top: 100px;		
	}
	
	#button-next, #button-prev {
		display: none !important;	
	}
	
	#slide-number {
		display: none;	
	}
	
	.content-wrap {
		padding-bottom: 30px;	
	}
	
	.promo {
		padding-bottom: 20px;	
	}
	
	.promo h3, .promo span {
		text-align: center;	
	}
	
	.button {
		width: 100%;	
	}
	
	.feature-box-4col {
		width: 49%;
	}

	
	.sidebar {
		width: 100% !important;	
	}
	
	.postcontent {
		width: 100%;
		margin-bottom: 15px;	
	}
	
	.sub-postcontent ul {
		padding-left: 10px;	
	}
	
	.postcontent, .sidebar {
 		margin-right: 0;
	}
	
	.widget h4 {
		text-align: center;	
	}
	
	#feature-box {
		width: 100%;
		margin: 0 auto;	
	}
	
	.flexslider {
		text-align: center;	
	}
	
	.ticklist h4 {
		text-align: left !important;
		width: 89%;	
	}
	
	.sidebar img {
		width: 100%;
		display: block;	
	}
	
	.sidebar-widgets-wrap, .postcontent {
		border-bottom: #eeeeee 1px solid;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	#footer {

	}
	
	#footer img {
		width: 100%;
	}
	
	#footer .footer-widgets-wrap {
		padding: 20px 0;	
	}
	
	#footer .widgets-1col {
		width: 100%;
		margin: 0;
		margin-top: 20px;
		text-align: left;
	}
	
	#footer .widgets-1col:first-child {
		text-align: center;
		margin-top: 0px;
	}
	
	#footer .widgets-3col {
		width: 100%;	
	}
	
	.widget {
		
	}
	
	.widget img {
		
	}
	
	.subscribe-widget {
		margin-top: 10px;	
	}
	
	.subscribe-widget h5 {
		margin-bottom: 15px;
		text-align: center;	
	}
	
	#subscribe-form {
		width: 100%;
	}
	
	#subscribe-form span {
		display: none;
	}
	
	.email-input {
		width: 84.2%;	
		border-radius: 5px 0 0 5px;
	}
	
	.subscribe-btn {
		width: 15%;
		margin: 0;
	}
	
	#copyrights {
		text-align: center;	
	}
	
	#social-icons {
		width: 100%;
		height: 60px;
		bottom: 60px;
		right: 0;
		position: initial;
		float: none;
		margin-top: 20px;
	}
	
	#social-icons a {
		font-size: 50px;
	}
	
	.social-icons {
		width: 60px;
		height: 60px;
		line-height: 60px;	
	}
	
	.social-icons i {
		width: 60px;
		line-height: 60px;	
	}
	
	.social-icons:hover i:first-child {
  		margin-top: -60px;
	}
	
	.priceTable .row {
	    font-size: 12px;	
	}
	
	.priceTable .button {
		font-size: 12px;
	    height: 24px;
	    line-height: 24px;
	}
	
	.technicalImages {
		width: 50%;
	}
	
	.aboutUsImages img {
		width: 300px;
		height: auto;
	}
	
}

@media (max-width: 610px) {

	.postcontent video {
		width: 100%;
		height: auto;
	}
	
}

@media (max-width: 540px) {
	
	h3 {
		font-size: 16px;	
	}
	
	span {
		font-size: 14px;	
	}
	
	.swiper-container {
		height: 150px;	
	}
	
	.swiper-slide {
		height: 150px;
		width: auto;	
	}
	
	.slider-caption h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 !important;	
	}
	
	.slider-caption h2 sup {
		font-size: 10px;	
	}
	
	.slider-caption p {
		font-size: 12px;
		line-height: 18px;
		padding: 0;	
	}
	
	.slider-caption {
		margin-top: 40px;		
	}
	
	.feature-box-4col {
		width: 100%;
  		margin: 10px 0;
	}
	
	.featured-icon {
		width: 100px;
  		height: 100px;	
	}
	
	.featured-icon a {
		font-size: 50px;	
	}
	
	.featured-icon i {
		width: 100px;
		line-height: 100px;
	}
	
	.sidebar {
		width: 100%;	
	}
	
	.sub-postcontent {
		width:100%;
		float: left;
		display: inline-block;
		margin-right: 0;	
	}
	
	.sub-postcontent ul {
		padding-left: 20px;	
	}

	
	.postcontent {
		width: 100%;	
	}
	
	.sidebar img {
		width: 100%;
		max-width: none;
	}	
	
	.email-input {
		width: 100%;	
		border-radius: 5px 5px 0 0;
	}
	
	.subscribe-btn {
		width: 100%;
		margin: 0;
		border-radius: 0 0 5px 5px;
	}
	
	.fourColumn {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	
	.feature-box-4col {
		width: 100%;
		margin: 0;
	}
	
	#footerLogos {
    	max-width: none !important;
		width: 100% !important;
		height: auto !important;
	}
	
	.technicalImages {
		width: 100%;
	}
	
	#page-title h1 {
		font-size: 24px;
		width: 100%;
		margin: 0;
		padding: 10px 0;
	}
	
	#page-title p {
		font-size: 14px;
		width: 100%;
	    margin: 0;
	    padding: 5px 0;
	}
	
	.aboutUsImages {
		width: 100%;
	}
	
	.aboutUsImages img {
		width: 100%;
		height: auto;	
	}
	
	.payHalf {
		width: 100%;
		margin-left: 0;
		margin-right:0;	
	}
	
	.payHalf > div {
		min-height: 0;
	}
	
}