@charset "utf-8";
/* CSS Document */

@import url(jquery.bxslider.css);
@import url(slicknav.css);
@import url(bootstrap.css);

html,body {
	margin:0;
	padding:0;
	font-family:"Myriad Web Pro";
}

p {
	font-size:14px;
	line-height:20px;
}

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

a {
	text-decoration:none;
	color:#9c0a0d;
}

a:hover {
	color:#5b3510;
}

h1,h2,h3,h4,h5,h6,p {
	color:#222;
}

.l {
	float:left;
}

.r {
	float:right;
}

header,nav,content,footer {
	width:100%;
}

header {
	position:fixed;
	top:0;
	left:0;
	z-index:2;
}

header .logo {
	margin:20px 100px 0 20px;
}

content ul{
	list-style: inherit;
}

.intro {
	border-bottom:solid thin #ccc;
}

.intro h3 {
	margin-bottom:5px;
}

.intro p {
	text-align:center;
}

.intro p.tagline {
	margin-top:0;
	text-align:center;
	font-weight:700;
	font-size:14px;
}

nav.mainMenu {
	max-width:500px;
}

nav.mainMenu ul li {
	float:left;
	position:relative;
}

nav.mainMenu ul li a {
	color:#242424;
	text-transform:uppercase;
	padding:25px 10px 10px;
	display:block;
	margin:0 2px;
}

nav.mainMenu ul li a:hover,nav.mainMenu ul li.active a{
	background:#0099dd;
	color:#fff;
}

.wrapper {
	max-width:990px;
	width:100%;
	clear:both;
	margin:0 auto;
}

header .container {
	width:100%;
	background:#fff;
}

.clearer {
	width:100%;
	margin:20px 0;
	float:left;
}

.mainSlider {
	width:100%;
}

.product {
	border-bottom:solid thin #ccc;
}

.client {
	text-align:center;
	margin-top:0;
}

content .contact {
	max-width:500px;
	width:100%;
	margin:0 auto;
}

.rows,.rows2,.rows3,.rows4,.rows5 {
	width:100%;
	display:inline-block;
	margin-right:18px;
	vertical-align:top;
}

.rows2 {
	max-width:485px;
}

.rows3 {
	max-width:310px;
	text-align:center;
	color:#fff;
	border-right:solid thin #027fb6;
	border-left:solid thin #0ea5e8;
	margin-right:0px;
	min-height:144px;
}

.rows3:first-child{
	border-left:0;
}

.rows3:last-child{
	border-right:0;
}

.rows3 h3,.rows3 p{
	color:#fff;
}

.rows3 a.socmed {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:35px;
	background:#fff;
	padding:10px;
	color:#0099dd;
	font-size:22px;
}

.rows3 a.socmed:hover {
	color:#2d3192;
}

.rows3 ul {
	text-align:left;
	margin:0 auto;
	width:220px;
}

.rows3 ul li {
	margin-bottom:10px;
	display:block;
}

.rows3 ul li span {
	margin-left:10px;
}


.rows4 {
	max-width:300px;
	margin-bottom:20px;
}

.rows5 {
	max-width:180px;
	background:#ddd;
	height:50px;
	margin-bottom:20px;
}

.rows4:nth-child(4n+4),.rows5:nth-child(5n+5){
	margin-right:0;
}

.rows4 a {
	display:block;
	text-align:center;
	text-transform:uppercase;
	padding:20px 10px;
	color:#222;
	font-size:16px;
	border-bottom:3px solid #222;
}

.rows4 a:hover {
	background:#0099dd;
	color:#fff;
	border-bottom:none;
}

.rows4 img {
	width:100%;
}

footer {
	background:#0099dd;
}

footer .foot {
	width:100%;
	background:#2d3192;
}

footer .foot p {
	text-align:center;
	color:#fff;
	margin:20px;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width:768px){
	header {
		position:relative;
	}
	
	.clearer {
		text-align:center;
	}
	
	.space {
		padding:0 10px;
	}
	
	.rows4,.rows5 {
		margin:0 0 20px;
	}
	
	.rows3{
		border:none;
	}
	
	#menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
}
	