*{border:0px;}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	color:inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	color: #0015d1;
	outline:none;
}
textarea {
	resize:none;
}
input{
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	}
input:focus { 
    outline: none; 
}
img {
	max-width:100%;
}
h2{
	font-size: 42px;
	line-height: normal;
	color: #000;
	padding-bottom: 35px;
	font-family: myriadProLightregular;
}
h3{
	font-size: 24px;
	line-height: normal;
	color: #1a1a1a;
	padding-bottom: 15px;
	font-family: myriadProLightregular;
}
h4{
	font-size: 22px;
	line-height: normal;
	color: #4c4c4c;
	padding-bottom: 15px;
	font-family: MyriadProSemibold;
}
p{
	font-size: 15px;
	line-height: 22px;
	color: #191919;
	padding-bottom: 20px;
	font-family: MyriadProRegular;
}
h5{
	font-size: 17px;
	line-height: 22px;
	color: #393939;
	padding-bottom: 6px;
	font-family: MyriadProSemibold;
}


.help-block{
	margin-top:0px;
	margin-bottom:40px;}
.text-success{
	color: #393939;
}
header{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #FFF;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
header.headerFix{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0efef;
}
.headerTop{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0efef;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	padding-top: 8px;
	padding-bottom: 8px;
}
header.headerFix .headerTop {
	height: 0px;
	overflow: hidden;
	padding: 0px;
	-webkit-transform: rotateX(90deg); /* Safari */
	transform: rotateX(90deg);
}
.headerSocial{
	float:right;}
.headerSocial .fa{
	color: #666666;
	font-size: 16px;
	margin-left: 18px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.headerSocial .fa:hover, .headerSocial .fa:focus{
	color: #0015d1;
}
.navbar{
	background-color:transparent;
	border-radius:0px;
	border:none;
	min-height:inherit;
	margin:0px;}
.navbar-brand{
	display:none;}
.navbar-nav{
	width:100%;
	text-align:center;}
.navbar-default .navbar-nav > li {
	display: inline-block;
	float: none;
	margin-right: 29px;
	margin-left: 29px;
}
.navbar-default .navbar-nav > li > a{
	line-height: 78px;
	padding: 0px;
	font-family: MyriadProRegular;
	font-size: 13px;
	color: #000;
}
.navbar-default .navbar-nav li{
	position:relative;}
.navbar-default .navbar-nav li:hover > ul{
	display:block;}
.navbar-default .navbar-nav li ul {
	position: absolute;
	left: 0px;
	top: 100%;
	background-color: #FFF;
	width: 180px;
	display: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
}
.navbar-default .navbar-nav li ul li{
	display:block;
	border:none;}	
.navbar-default .navbar-nav li ul li a{
	font-family: MyriadProRegular;
	font-size: 13px;
	color: #000;
	display: block;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	text-align: left;
	}
.navbar-default .navbar-nav li ul li a:hover, .navbar-default .navbar-nav li ul li a:focus{
	color: #FFF;
	background-color: #272727;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li:hover > a{
	color: #0015d1;
	background-color: transparent;
}	
.jumbotron{
	background-color:transparent;
	margin:0px;
	padding:0px;
	position:relative;}	
.bannerCaption{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 60px;
	text-align: center;
}
.bannerCaption h2{
	font-family: MyriadProSemibold;
	font-size: 72px;
	line-height: normal;
	color: #FFF;
	padding-bottom: 15px;
}
.bannerCaption p{
	font-family: MyriadProRegular;
	font-size: 15px;
	line-height: normal;
	color: #acacac;
	padding-bottom: 15px;
}
.bg-primary{
	background-color: #FFF;
	padding-top: 55px;
	padding-bottom: 55px;
}
.bg-info{
	background-color: #f2f3f3;
	padding-top: 55px;
	padding-bottom: 55px;
	}
.caseBox figure {
	overflow: hidden;
	float: left;
	margin-right: 50px;
	border: 12px solid #f2f3f3;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.caseBox figure img {
	-moz-transition: -moz-transform 1s ease-in;
	-webkit-transition: -webkit-transform 1s ease-in;
	-o-transition: -o-transform 1s ease-in;
}
/*.caseBox:hover figure img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}*/
.caseBox:hover figure {
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	border-color: #999;
}
.caseBox figcaption {
	overflow: hidden;
}
.caseBox h3{
	font-size: 22px;
	line-height: normal;
	color: #0015d1;
	padding-bottom: 20px;
	font-family: MyriadProRegular;
}
.caseBox .foot{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f3;
	padding-top: 18px;
}
.caseBox .btn-link{
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	font-family: MyriadProBold;
}
.caseBox .btn-link .fa{
	font-size:16px;
	margin-right:5px;}
.caseBox .btn-link:hover, .caseBox .btn-link:focus{
	color: #0015d1;
	text-decoration: none;
}








.bg-danger {
	border-top: 1px solid #f2f2f3;
	background-color: #fff;
	padding: 30px 0px;
	text-align: center;
}
.bg-danger img {
	margin: 0px 12px;
}
footer {
	background-color: #101010;
	padding-top: 55px;
}
.topFooter {
	padding-bottom: 85px;
	border-bottom: 1px solid #232323;
}
footer h4 {
	font-family: 'MyriadProRegular';
	font-size: 15px;
	color: #fff;
	padding-bottom: 10px;
}
footer ul {
	padding-bottom: 10px;
}
footer ul li a {
	font-family: 'MyriadProRegular';
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	text-decoration: none;
}
footer ul li a:hover, footer ul li a:focus {
	text-decoration: none;
	color: #fff;
}
.footerLogoBox {
	padding-top: 20px;
}
.footerLogoBox img {
	margin-right: 20px;
}
.topFooter p {
	font-family: 'MyriadProRegular';
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	padding-bottom: 20px;
}
.contactBox address {
	font-family: 'MyriadProSemibold';
	font-size: 14px;
	color: #fff;
	padding-bottom: 40px;
	margin:0px;
}
.contactBox address a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.footerSocial img {
	margin-right: 5px;
}
.mapBox {
	padding: 15px 0px 20px;
	border-bottom: 1px solid #242424;
	margin-bottom: 30px;
	max-width:235px;
}
.bottomFooter {
	padding: 12px 0px;
}
.bottomFooter p {
	font-family: 'MyriadProRegular';
	font-size: 12px;
	color: #999999;
	line-height: 55px;
	padding-bottom:0px;
}
.bottomFooter p a {
	color: #999999;
	text-decoration: none;
}
.bottomFooter p a:hover, .bottomFooter p a:focus{
	color: #FFF;
}
.bottomFooter p span {
	padding: 0px 5px;
}
.bottomFooterLogo img {
	margin-left: 20px;
}


/*Owl carosel*/

.sliderBox {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 30px;
}
.sliderBox figure {
	padding: 0px 0px 0px 0px;
	border: 2px solid #0436fc;
	margin: 0px auto 34px;
	height: 93px;
	width: 93px;
	border-radius: 50%;
	overflow: hidden;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	position: relative;
	z-index: 99;
}
/*.sliderBox:hover figure {
	border: 2px solid #0436fc;
	animation: big 1s;
	-webkit-animation: big 1s;
	-moz-animation: big 1s;
}
@keyframes big {
0% {
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
}
50% {
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
}
100% {
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
}
}*/
.sliderBox figure img {
	overflow: hidden;
	border-radius: 50%;
}
.sliderBox .figureText {
	max-width: 255px;
	text-align: center;
	margin: 0px auto;
}
.figureText h4 {
	font-family: 'myriadProLightregular';
	font-size: 20px;
	color: #4c4c4c;
	text-transform:capitalize;
	padding-bottom:22px;
}
.figureText p{
	font-family: 'MyriadProRegular';
	font-size: 15px;
	color: #969595;
	line-height: 22px;
	padding-bottom:20px;
}
.figureText p:last-child {
 	color: #0436fc;
 }
.figureText .readMore {
	font-family: 'MyriadProSemibold';
	font-size: 11px;
	text-transform:uppercase;
}
.figureText .readMore a {
	color: #0015d1;
	text-decoration:none;
}
.figureText .readMore a:hover, .figureText .readMore a:focus{
	outline:none;
}

.owl-prev {
	background-image: url(../img/left-arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 15px;
	width: 11px;
	top: 50%;
	left: -20px;
	right: 0px;
}
.sliderArea{
	padding-left:25px;
	padding-right:25px;}
.owl-next {
	background-image: url(../img/right-arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 15px;
	width: 11px;
	top: 50%;
	right: -20px;
}
/*Owl carosel*/


.serviceBox {
	text-align: center;
	margin-bottom: 50px;
}
.serviceBox figure {
	margin-bottom: 18px;
	overflow: hidden;
}
.serviceBox figure img {
	-moz-transition: -moz-transform 1s ease-in;
	-webkit-transition: -webkit-transform 1s ease-in;
	-o-transition: -o-transform 1s ease-in;
	position: relative;
	height:200px;
	max-width:none;
   left: 50%;
   top: 0%;
   -ms-transform: translateY(-0%) translateX(-50%);
   -webkit-transform: translateY(-0%) translateX(-50%);
   transform: translateY(-0%) translateX(-50%);
}
table .button{
	background-color: #0143fb;
    color: #fff;
    font-family: "MyriadProSemibold";
    font-size: 12px;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
	border-radius:0px;
	border:none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: #0143fb !important;
    color: #fff !important;
    font-family: "MyriadProSemibold";
    font-size: 12px;
    padding: 10px 15px 8px;
    text-align: center;
    text-transform: uppercase;
	border-radius:0px;
	border:none;
	min-width:140px;
}
table td{
	vertical-align:middle !important;
}
table td, table th{
	border-left:none;
	border-right:none;
}
.product-table td:nth-child(3){
	width:300px;
}
.variations_button .button {
   	padding: 16px 15px 14px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #fff none repeat scroll 0 0 !important;
    border:1px solid #0143fb;
    color: #fff;
    z-index: 2;
	border-radius:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: #0143fb none repeat scroll 0 0 !important;
    color: #fff !important;
    z-index: 2;
	border-radius:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0143fb none repeat scroll 0 0 !important;
    border:1px solid #0143fb;
    color: #fff;
    z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0px;
    border-width: 0;
    box-shadow:none;
    left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border:none;
    bottom: 0px;
    height: 0px;
    position: absolute;
    width: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #f00;
}
.breadcrumb span{
    font-family: MyriadProRegular;	
}
.breadcrumb span a{
	color: #999;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 30px;
    position: relative;	
}
.breadcrumb ul span a::after {
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: -21px;
    top: 3px;
}
.breadcrumb ul > span:last-child a::after {
	display:none;
	color:transparent;
}
.breadcrumb span a.home {
    color: #333 !important;
    display: inline-block;
    font-family: MyriadProRegular;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
	margin-right:30px;
}
/*.serviceBox:hover figure img {
	animation:mymove 1.7s linear;
	-webkit-animation:mymove 1.7s linear;
	-moz-animation:mymove 1.7s linear;
	
}*/
@keyframes mymove{
	50%{transform: scale(1.1);}
}
@-webkit-keyframes mymove{
	50%{transform: scale(1.1);}
}
@-moz-keyframes mymove{
	50%{transform: scale(1.1);}
}
.serviceBox figcaption h4 {
	font-family: 'myriadProLightregular';
	font-size: 20px;
	text-transform: capitalize;
	color: #4c4c4c;
	padding-bottom: 15px;
}
.serviceBox figcaption h5 {
	font-family: 'myriadProLightregular';
	font-size: 20px;
	text-transform: capitalize;
	color: #4c4c4c;
	padding-bottom: 5px;
}
.serviceBox figcaption h6 {
	font-family: 'MyriadProSemibold';
	font-size: 11px;
	color: #0015d1;
	padding-bottom: 20px;
}
.serviceBox figcaption h3{
	font-family: 'MyriadProRegular';
	font-size: 15px;
	color: #969595;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	border: none;
	border-bottom: 1px solid #969595;
	margin: 0px;
	display:inline-block;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.serviceBox figcaption h3:hover{
	border-bottom-color: #0436fc;
	color: #0436fc;
}
/*.serviceBox figcaption .btn-link {
	font-family: 'MyriadProRegular';
	font-size: 15px;
	color: #969595;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	border: none;
	border-bottom: 1px solid #969595;
	margin: 0px;
}
.serviceBox:hover .btn-link, .serviceBox:focus .btn-link {
	border-bottom-color: #0436fc;
	color: #0436fc;
	text-decoration: none;
	outline: none !important;
}*/

.serviceBox figcaption .viewMore{
	font-family: 'MyriadProRegular';
	font-size:15px;
	color:#969595;
}
.serviceBox figcaption .viewMore a{
	color:#969595;
	text-decoration:none;
}
.serviceBox .btn-link2 .fa{
	font-size: 18px;
	color: #0015d1;
	text-decoration: none;
}
.serviceBox .btn-link2 .fa:hover, .serviceBox .btn-link2 .fa:focus{
	color: #000;
}
.caseBox{
	max-width:820px;
	padding:0 25px 0 25px;
	margin:0 auto 40px auto;}
.page-header{
	background-color: #0143fb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin: 0px;
	padding-top: 34px;
	padding-bottom: 34px;
	margin-top:115px;
}
.page-header h1{
	padding: 0px;
	font-size: 30px;
	line-height: normal;
	color: #FFF;
	font-family: MyriadProRegular;
	letter-spacing: 1px;
}
.bg-success{
	background-color:#FFF;
	padding:40px 0;}
.panel-primary{
	margin-bottom:36px;}
.list-unstyled ul li{
	font-size: 15px;
	line-height: 22px;
	color: #969595;
	padding-bottom: 9px;
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	font-family: MyriadProRegular;
}
.list-unstyled ul li .text-success{
	display:block;}	
.list-unstyled ul{
	margin-bottom:15px;}
/*.premierService ul li{
	font-size: 15px;
	line-height: 17px;
	color: #969595;
	padding-bottom: 3px;
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}*/
/*.aboutUs ul li{
	font-size: 15px;
	line-height: 17px;
	color: #969595;
	padding-bottom: 3px;
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}*/
.aboutUs{
	padding-bottom:40px;
}
.aboutusTab{
	margin:40px 0px 40px 0px;
}

.aboutusTab .nav-tabs {
    border-bottom:none;
	margin-bottom:0px;
}
.aboutusTab .nav-tabs li {
	text-align:center;
    background-image:inherit;
	font-family: 'myriadProLightregular';
    color: #4c4c4c;
    font-size: 20px;
    line-height:inherit;
    padding-bottom: 1px;
    padding-left: 0px;
	width:25%;
}
.aboutusTab .nav-tabs li a {
	padding:0px;
	line-height:48px;
	color: #4c4c4c;
	border:1px solid #dddddd;
	border-radius:0px;
	margin-left: -3px;
}
.aboutusTab .nav-tabs li a:hover, .aboutusTab .nav-tabs li a:focus{
	border-color:#1b1b1b;
	background-color:#1b1b1b;
	color:#fff;
	margin-left: -3px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color:#1b1b1b;
	background-color:#1b1b1b;
	color:#fff;
}





.aboutusTab .tab-content > .tab-pane {
    margin-left: -3px;
}

.onlineStore{
	padding-top:50px;
}
.dataTable{
	width:100%;
	text-align:center;
}

table{
	margin:0px auto;

}
/*table tr:nth-child(2n+1) {
    background: #fff none repeat scroll 0 0;
}*/
table th {
	font-family: 'MyriadProSemibold';
	background-color: #0143fb;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 15px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle !important;
}
table th span {
    font-size: 10px;
}
table th .fa {
    color: #fff;
    font-size: 17px;
}

table tr:nth-child(2n+1) {
    background: #e5ecff none repeat scroll 0 0;
}
table td {
	font-family: 'MyriadProRegular';
    color: #393939;
    font-size: 14px;
    padding: 15px 15px;
	letter-spacing:1px;
	text-transform:uppercase;
    text-align: center;
}
table td a{
    color: #393939;
	text-decoration:none;
}
table td a:hover, table td a:focus{
    color: #60a75a;
	outline:none;
}

table tr:nth-child(2n) {
    background-color: #d9e3fe;
}
table tr:nth-child(3n) {
    background-color: #ccd9fe;
}


table tr:hover{
	background-color: #ccd9fe;
}
.contact-form .form-control{
	border-radius: 0px;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'MyriadProRegular';
    border-color: #d9d9d9;
    color: #999;
	}
.contact-form .form-control:focus{
	border-bottom-color: #000;
}
.btn{
	font-family: MyriadProSemibold;
	font-size: 15px;
	line-height: normal;
	color: #FFF;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-success{
	color: #FFF;
	background-color: #000;
}
.btn-success:hover, .btn-success:focus{
	opacity:0.8;
	background-color: #000;
	}
#logoSlider{
	padding-left:40px;
	padding-right:40px;}
	
.breadcrumb {
    padding: 0px;
    margin-bottom: 30px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999;
	font-family: MyriadProRegular;
	position: relative;
}
.breadcrumb li a{
	color: #333;
}
.breadcrumb li::after{
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	position: absolute;
	top: 3px;
	right: -21px;
	}
.breadcrumb li:last-child::after{
	display:none;}
/*24-05-2016*/
.galleryImg{
	margin-bottom: 20px;
	
}
.galleryImg figure{
	float: left;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;	
}
.galleryImg figure img{
	padding: 4px;
	border: 1px solid #D6D6D6;
	margin-bottom: 5px;
}
.galleryImg h4{
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	font-family: myriadProLightregular;
	margin: 0px;
	font-weight: normal;
	background-color: #3E3E3E;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	}
	.content-area {
    margin-right: 0px !important;
    width: 100% !important;
}
	article{
	margin-bottom:25px !important;	
	}
	article footer.entry-footer{
		margin-top:15px;
		padding:0px;
width: 100% !important;
background-color: transparent !important;
padding-bottom:15px;
border-bottom:1px solid #ddd;	
	}
	article footer.entry-footer span{
		font-size:14px;
	}
	article .entry-content{
    width: 100% !important;
	}
.testimonial-section{
	text-align:center;
}
.testimonail-content{
	display:inline-block;
	padding:40px 50px 40px 60px;
	background-image:url(http://www.projectscare.com/spraybake/wp-content/uploads/2017/05/Quotes-512.png), url(http://www.projectscare.com/spraybake/wp-content/uploads/2017/05/start-cote.png);
	background-position:left top, right bottom;
	background-repeat:no-repeat;
	min-height:150px;
}
.testimonail-content p{
	padding-bottom:15px;
	font-size:17px;
}
.testimonial-section h6{
	color:#0143fb !important;
	font-size:17px !important;
}
.testimonail-content p:empty{
	display:none;
}
.testimonial-section h5{
	color:#0143fb !important;
	font-size:20px !important;
}
.carousel-control.left, .carousel-control.right{
	background:transparent;
	width:40px;
	opacity:1;
}
.glyphicon-chevron-left, .glyphicon-chevron-right{
	color:#333;
	opacity:1;
}
@media (max-width: 1200px) {
.bannerImg .flexslider .slides li{
	overflow:hidden;}
	.bannerImg .flexslider .slides img{
	position: relative;
    left: 50%;
    top: 0%;
	max-width:inherit;
	height:700px;
    -ms-transform: translateY(-0%) translateX(-50%);
    -webkit-transform: translateY(-0%) translateX(-50%);
    transform: translateY(-0%) translateX(-50%);
}
.bg-danger img {
    height: 40px;
    margin: 0 15px;
}
.bottomFooterLogo img {
    height: 45px;
}
.page-header {
    padding-top: 28px;
    padding-bottom: 28px;
}
.navbar-default .navbar-nav > li {
    margin-right: 18px;
    margin-left: 18px;
}	
}
@media (max-width: 992px) {
h2 {
    font-size: 35px;
    padding-bottom: 30px;
}
h4 {
    font-size: 18px;
}	
.navbar-default .navbar-nav > li {
    margin-left: 6px;
    margin-right: 6px;
}	
	.bannerImg .flexslider .slides img{
	height:500px;
}
.bannerCaption h2 {
    font-size: 50px;
}
.caseBox figure {
    padding-right: 20px;
}
.table-responsive{
	width:100%;
	overflow-x:scroll;	
}
.product-table{
	max-width:1000px !important;
	width:1000px !important;
}
.footerSocial img {
    width: 25px;
}
.footerLogoBox img {
    margin-right: 5px;
    width: 40px;
}
.bottomFooterLogo {
	text-align:center !important;}
.bottomFooterLogo img {
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
.bottomFooter p {
    font-size: 12px;
    line-height: normal;
    padding-bottom: 25px;
}
.bottomFooter {
    padding: 25px 0;
}	
.topFooter {
    padding-bottom: 40px;
}
.contactBox address {
    padding-bottom: 20px;
}
.bg-danger img {
    margin: 0 5px;
}
.serviceBox figcaption h4 {
    font-size: 18px;
    padding-bottom: 15px;
}
.page-header {
    padding-top: 22px;
    padding-bottom: 22px;
}
.page-header h1 {
    font-size: 25px;
}

}
@media (max-width: 767px) {
	h2 {
    font-size: 30px;
    padding-bottom: 30px;
}
.bannerCaption h2 {
    font-size: 40px;
    line-height: 42px;
}	
.navbar-default .navbar-nav > li.desktopLogo{
	display:none;}	
.navbar-default .navbar-toggle{
	border-radius: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:transparent;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}	
.navbar-default .navbar-brand{
	display: block;
	padding: 0px;
	height: auto;
	width: 180px;
	line-height:45px;
	margin-left: 10px;
}
.navbar-default .navbar-brand img{
	display:inline-block;}
.navbar-default .navbar-nav > li{
	margin:0px;
	text-align:center;
	display:block;}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    line-height: 28px;
}	
.headerSocial{
	float:none;
	text-align:center;}
.headerSocial .fa{
	margin-left:8px;
	margin-right:8px;}
.bg-primary {
    padding-bottom: 45px;
    padding-top: 45px;
}
.bg-info {
    padding-bottom: 45px;
    padding-top: 45px;
}	
.caseBox figure{
	float:none;
	text-align:center;
	padding-right:0px;
	margin-bottom:20px;}
.caseBox {
	text-align:center;
	max-width:420px;
	padding-left:25px;
	padding-right:25px;
	margin:0 auto}
.caseBox h3 {
    font-size: 20px;
    padding-bottom: 10px;
}	
.navbar-nav {
    margin: 7.5px 0;
}
.bg-danger img {
    height: 40px;
    margin: 0 5px 15px 5px;
}
.bg-danger {
    padding: 30px 0 15px 0;
}

footer{
	text-align:center;}
footer ul {
    padding-bottom: 20px;
}	
	.footerLogoBox {
    margin-bottom: 20px;
    padding-top: 0px;
}
.footerSocial{
	margin-bottom:20px;}
.mapBox{
	max-width:100%;
	 margin-bottom: 20px;
	}
	.serviceBox{
		text-align:center;
		max-width:340px;
		margin:0 auto 30px auto;}
	.serviceBox .text-left, .serviceBox .text-right{
		text-align:center;}
.page-header {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 87px;
}		
.page-header h1 {
    font-size: 22px;
}



.aboutusTab .nav-tabs li {
    font-size: 16px;
    padding-bottom: 0px;
    width: 100%;
}
.aboutusTab .nav-tabs li a {
    line-height: 35px;
}

.navbar-default .navbar-nav li ul {
	position:static;
	width: 100%;
}
.navbar-default .navbar-nav li ul li a{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}	
.contact-form{
	margin-bottom:30px;}
.contact-form .btn{
	margin:0 0 3px 0;
	display:block;
	text-align:center;
	width:100%;
	}
}