body{
	font-family: 'Open Sans', sans-serif;
}
nav{
	height: 105px;
	background: #01B5E5 url('/img/header.png') no-repeat center center;
}
.navbar-header{
	height: 105px;
	background: #01B5E5 url('/img/logo_bg.png') no-repeat right top;
}
@media (max-width: 768px) {
	nav{
		height: auto;
		background: #01B5E5;
		overflow: visible;
		display: block;
	}
	.navbar-header{
		height: auto;
		background: #01B5E5;
	}
	.navbar-brand{
		margin-left: 30px;
	}
}
.menu-link a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin-top: 30px;
	padding-left: 70px;
}
.navbar-header .navbar-brand{
	margin-top: 5px;
}
#navbar{
	margin-top: 25px;
}
#navbar li a{
	color: #333333;
	transition-property: color;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
  	padding-left: 10px;
  	padding-right: 10px;
}
#navbar li a:hover, #navbar li.act a{
	background: none;
	color: #26BDE5;
}
#navbar li.lang a{
	color: #999999;
}
#navbar li.lang a:hover{
	color: #26BDE5;
}
#navbar .dropdown-menu{
	background: #fff;
}
@media (max-width: 768px) {
	#navbar li a, #navbar li.lang a, #navbar li a:hover, #navbar li.lang a:hover{
		color: #fff;
	}
	#navbar .dropdown-menu li a{
		color: #999999;
	}
}
.orange-bg{
	background: #01B5E5;
}
.hp_box{
	height: 350px;
	background: url('/img/hp_box.jpg') no-repeat center center;
	color: #fff;
}
	.small{
		height: 200px;
		background: url('/img/hp_box.jpg') no-repeat center center;
		color: #fff;
	}
@media (max-width: 768px) {
	.hp_box{
		height: auto;
		background: #30798C;
	}
}
.hp_box h1{
	width: 100%;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	background: url('/img/hr.png') no-repeat top center;
	padding-top: 15px;
	margin-top: 10px;
}
.hp_box h2{
	font-weight: 400;
	font-size: 25px;
	width: 100%;
	text-align: center;
}
.hp_box .text{
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}
.hp_box .button{
	float: right;
	margin-top: 20px;
	margin-right: 40px;
}
.button{
	background: #26BDE5;
	border: 1px solid #26BDE5;
	border-radius: 3px;
	color: #fff;
	padding: 10px 30px;
	transition-property: background;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
}
.button:hover{
	background: #01B5E5;
	color: #fff;
	text-decoration: none;
}
.main_text{
	padding-bottom: 20px;
	line-height: 1.5em;
}
.main_text h2{
	margin-top: 10px;
	margin-bottom: 30px;
	color: #01B5E5;
	font-size: 30px;
}
.main_text h2 img{
	float: right;
	margin-right: 20px;
}
.main_text a{
	color: #01B5E5;
	text-decoration: underline;
}
.main_text a:hover{
	text-decoration: none;
}
.sp_menu h3{
	color: #01B5E5;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 700;
	padding-left: 5px;
}
.sp_menu ul{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.sp_menu ul li{
	margin-bottom: 5px;
}
.sp_menu ul li a{
	border-radius: 3px;
	background: #F1FCFE;
	display: block;
	width: 100%;
	color: #333333;
	font-size: 15px;
	padding: 7px 0 9px 15px;
	transition-property: background;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
}
.sp_menu ul li a:hover{
	text-decoration: none;
	background: #01B5E5;
	color: #fff;
}
.sp_menu ul li.act a{
	background: #01B5E5;
	color: #fff;
}
.sp_menu ul li.act ul{
	margin: 5px 0 0 20px;
}
.sp_menu ul li.act ul li a{
	background: #F1FCFE;
	border-radius: 3px;
	color: #01B5E5;
	transition-property: background;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
}
.sp_menu ul li.act ul li a:hover, .sp_menu ul li.act ul li.act a{
	text-decoration: none;
	background: #01B5E5;
	color: #fff;
}
.services_header{
	display: block;
	height: 130px;
	color: #01B5E5;
	text-align: center;
	font-size: 30px;
	padding-top: 40px;
}
.services{
	display: block;
	height: 160px;
	padding-top: 10px;
	border: 2px solid #FFF;
	transition-property: border;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
}
.services:hover{
	border: 2px solid #26BDE5;
	cursor: pointer;
}
.services_img{
	display: inline-block;
	width: 20%;
	height: 50px;
	float: left;
	text-align: left;
	margin-top: 15px;
}
.services_text{
	width: 80%;
	display: inline-block;
	float: right;
}
.services_text h2{
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	margin-top: 10px;
}
.services_text p{
	font-size: 15px;
	color: #333333;
}
.float{
	float: left;
	margin: 5px 15px 10px 0;
	border: 2px solid #D3F6FF;
}
.main_text h2 a{
	padding-top: 7px;
	float: right;
	font-size: 16px;
	color: #01B5E5;
	text-decoration: none;
	padding-right: 20px;
}
.main_text .button{
	color: #fff;
	text-decoration: none;
}
.whyus{
	height: 350px;
	background: url('/img/why_us.jpg') no-repeat center center;
	color: #fff;
}
@media (max-width: 768px) {
	.whyus{
		height: auto;
		background: #30798C;
	}
}
.whyus h2{
	width: 100%;
	font-size: 25px;
	text-align: left;
	font-weight: 400;
	margin-top: -20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.whyus h3{
	font-weight: 400;
	font-size: 20px;
	width: 100%;
	text-align: left;
	padding-top: 7px;
	height: 37px;
	padding-left: 50px;
}
	.one{
		background: url(/img/li_one.png) no-repeat;
	}
	.two{
		background: url(/img/li_two.png) no-repeat;
	}
	.three{
		background: url(/img/li_three.png) no-repeat;
	}
.whyus .text{
	margin-top: 10px;
	font-size: 16px;
}
hr{
	background: url(/img/hr.png) repeat-x;
	height: 2px;
	margin: 30px auto;
	width: 100%;
}
.partners{
	margin: 20px auto;
}
.partners h2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #01B5E5;
	margin-bottom: 20px;
}
.partners img{
	border: 2px solid #D3F6FF;
	transition-property: border;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
  	opacity: 0.5;
  	transition-property: opacity;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
  	margin-top: 10px;
  	margin-bottom: 15px;
}
.partners img:hover{
	border: 2px solid #26BDE5;
	opacity: 1;
	cursor: pointer;
}
.references h2{
	color: #01B5E5;
	font-size: 30px;
	font-weight: 400;
	margin-top: 10px;
	padding: 0;
}
.references img{
	border: 2px solid #D3F6FF;
	transition-property: border;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
  	opacity: 0.5;
  	transition-property: opacity;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
  	margin-top: 10px;
  	margin-bottom: 15px;
}
.references img:hover{
	border: 2px solid #26BDE5;
	opacity: 1;
	cursor: pointer;
}
.article{
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
}
.article h2{
	color: #01B5E5;
	font-size: 30px;
	font-weight: 400;
	margin-top: 10px;
	padding: 0;
}
.article h2 a{
	padding-top: 7px;
	float: right;
	font-size: 14px;
	color: #01B5E5;
	text-decoration: none;
	padding-right: 20px;
}
.article h2 a:hover{
	text-decoration: underline;
}
.article h3 a{
	color: #333333;
	font-size: 16px;
	font-weight: 700;
}
.article img{
	float: left;
	margin: 5px 15px 10px 0;
	border: 2px solid #D3F6FF;
}
.article p span{
	color: #26BDE5;
}
.article .button{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.paginate .pager li a{
	background: #01B5E5;
	color: #fff;
	text-decoration: none;
	height: 38px;
}
.paginate .pager li a:hover{
	background: #26BDE5;
	color: #000;
}
.contact{
	background: #F1FCFE;
	margin-bottom: 0;
	padding: 10px 0 30px 0;
}
.contact h2{
	color: #01B5E5;
	font-size: 30px;
	padding-left: 10px;
	margin-top: 10px;
}
.contact hr{
	margin: 10px auto;
}
.contact .text{
	padding-top: 10px;
	font-size: 16px;
}
.contact img{
	padding-top: 10px;
}
.contact a{
	color: #01B5E5;
	text-decoration: underline;
}
.contact a:hover{
	text-decoration: none;
}
footer{
	height: 105px;
	overflow: hidden;
	background: url('/img/footer.png') no-repeat center center;
}
.bg_footer{
	height: 105px;
	background: url('/img/logo_bg.png') no-repeat right top;
	padding-left: 50px;
}
#sitelock_shield_logo{
	margin-top: 20px;
}
footer ul{
	overflow: hidden;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
footer ul li{
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	padding-right: 35px;
}
footer ul li a{
	font-weight: 400;
	color: #fff;
}
footer ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.bg_footer p{
	display: block;
	margin-top: 30px;
	font-size: 13px;
	color: #fff;
}
footer .text-right{
	padding-top: 20px;
	padding-right: 20px;
	font-size: 15px;
}
footer .text-right p{
	margin-top: 20px;
}
footer .text-right p a{
	color: #000000;
	text-decoration: none;
}
footer .text-right p a:hover{
	color: #01B5E5;
	text-decoration: underline;
}
footer .cisco{
	float: right;
	margin-right: 180px;
}
footer .cisco a{
	color: #fff;
}
@media (max-width: 768px) {
	.bg_footer{
		padding-left: 15px;
	}
	footer, .bg_footer{
		height: auto;
		background: #01B5E5;
	}
	footer ul li{
		width: 100%;
		height: 40px;
	}
	footer ul li a{
		height: 40px;
		display: block;
		width: 100%;
	}
	footer .text-right{
		text-align: center;
	}
	footer .text-right p a{
		color: #fff;
	}
	footer .text-right p a:hover{
		color: #fff;
	}
}
