
/*	################################################################

	File Name: style.css
		
################################################################# */ 

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 
	.big-icon{
		font-size: 80px;
		margin-bottom: 15px;
	}
	body {
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:22px; 
		position:relative;
		background:#f1f5f8;
		color:#515C64;
		padding:0;
		margin:0;
	}
	#wrapper{
		overflow: hidden;
	}
	html {
		overflow-x: hidden;
		overflow-y: auto;
	}
	small
	{
		font-size: 11px;
	}
	
	html,
	body {
		height: 100%;
	}
	
	div.body {
		height: 100%;
		width: 100%;
	}
	
	img {
		height: auto;
		max-width: 100%;
	}
	
	.hidden { display: none; }
	.alignleft { text-align: left; }
	.alignright { text-align: right; }
	.aligncenter {
		text-align: center;
	}
	.clear {
		clear: both;
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		width:100%;
	}
	::-moz-selection  {
		color: #fff;
		text-shadow:none;
		background:#2B2E31;
	}
	::selection {
		color: #fff;
		text-shadow:none;
		background:#2B2E31;
	}
	*,
	*:after,
	*:before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}
	a { 
		color:#09A7CA;
		padding: 0;
		margin: 0;
		text-decoration: none; 
	}
	
	a:hover,
	a:focus {
	  text-decoration: none;
	  color:#B4B4B4;
	}
	a img { 
		border: none; 
		vertical-align: bottom;
	}
	a.remove{
		display:block;
		height:18px;
		width:18px;
		margin:10px;
		padding-left:0 !important;
		text-indent:-9999px;
		background:url(images/remove.html) #01090C;
		border-radius:100px;
		border-style:solid;
		border-width:1px
	}

	h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;         
		font-weight:700;
		font-family: "Quicksand",Helvetica,Arial,sans-serif;
		line-height:140% !important;
		color:#2c3e50;
		margin: 0px;
	}
	.thumb{
		display: inline-block;
	}
	.thumb:hover{
		opacity: 0.7;
	}
	.title{
		font-size: 22px;
		text-transform: uppercase;
		color: #00b8e1;
	}
	h1{
		font-size: 32px; 
	}
	
	h2{
		font-size: 28px; 	
	}
	
	h3{
		font-size: 24px; 
	}
	
	h4{
		font-size: 21px; 		
	}
	
	h5{
		font-size: 18px; 		
	}
	
	h6{
		font-size: 14px;  	
	}
	.uppercase{
		text-transform: uppercase;
	}
	p,
	pre,
	ul,
	ol,
	dl,
	dd,
	blockquote,
	address,
	table,
	fieldset,
	form
	{ margin-bottom: 20px; }
	
	a img {
		border: none; 
	}
	
	ul,
	ol,
	dl { margin-left: 30px; }
	ul,
	ol,
	dl {
	  margin-bottom: 1.25em;
	  font-family: inherit;
	}
	ul, ol {
	  margin-left: 0;
	}
	ul.no-bullet, ol.no-bullet {
    	margin-left: 0;
	}
	ul li ul,
	ul li ol {
	  margin-left: 1.25em;
	  margin-bottom: 0;
	}
	ol li ul,
	ol li ol {
	  margin-left: 1.25em;
	  margin-bottom: 0;
	}
	dl dt {
	  margin-bottom: 0.3em;
	  font-weight: bold;
	}
	dl dd {
	  margin-bottom: 0.75em;
	}
	.lead {
		font-family: 'Droid Sans', Arial, Helvetica, sans-serif !important;
		font-size:18px;
		margin:15px 0;
		padding:0;
	}
	
	section::before,
	section::after {
		position: absolute;
		content: '';
		pointer-post-wraps: none;
	}	
	.first {clear:both}
	.last{margin-right:0}
	
	audio,
	video {
		max-width: 100%;
		height: auto;
	}

	#soundcloud {
		margin-bottom:-5px !important;
	}
	iframe,
	embed,
	object {
		max-width: 100%;
	}
	
	.color{
		color: #00b8e1;
	}
	.color_custom{
		color: #e74c3c;
	}
	.color_custom1{
		color: #51789B;
	}
	.bgcustom{
		background: #e74c3c !important;
		color: #fff;
	}
	
	.bgcolor{
		background-color: #2c3e50;
		padding: 40px 0px;
		color: #c9d5e1;
	}
	.whitebg{
		background: #fff;
		padding: 15px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-bottom: 3px solid #e2e8ec;
	}
	.divider{
		clear: both;
		height: 60px;
	}
	hr {
		border-top-color: #d0d7dd;
	}
	.message{
		padding: 40px 0px ;
		color: #fff;
	}
	.big-message{
		padding: 40px 0px;
	}
	.message-white h2, .big-message h2{
		font-size: 26px;
		text-transform: uppercase;
	}
	.color_light{
		color: #002D92;
	}
	p{
		font-family:Arial;
	}
/*	################################################################
	2. HEADER STYLES
################################################################# */
.topbar{
	border-top: 5px solid #1f2f3f;
	height: 50px;
	line-height: 50px;
	background: #2c3e50;
}
.topbar .col-md-9{
	background: #2c3e50;
}
.topbar.affix{
	z-index: 1000;
	width: 100%;
}
.gototop {
		background-image: url(images/arrow.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-color:#111111;
		z-index: 999;
		width: 40px;
		height: 40px;
		border-radius:0;
		text-indent: -999px;
		position: fixed;
		bottom: -100px;
		right: 25px;
		cursor: pointer;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		overflow: auto;
	}
.gototop:hover{
	background-color:#00b8e1;
}
.navbar{
	margin: 0px;
	border: none;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus, 
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .nav li.active > a{
	background-color: #00b8e1;
	border: none;
	color: #fff;
}
.nav-tabs li.active > a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs .open>a, .nav-tabs .open>a:hover, .nav-tabs .open>a:focus{
	background-color: #fff;
	color: #00b8e1;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    /*display: block;*/
}
.carousel{
	margin-bottom: 20px;
}
.carousel-caption{
	position: static !important;
	left: 0px;
	text-shadow: 0px 0px 0px #ccc;
	color: #6f808c;
	
}
.carousel-indicators .active{
	width: 15px;
	background-color: #bcccd8;
	height: 15px;
}
.carousel-indicators li{
	border-color: #bcccd8;
	width: 15px;
	height: 15px;
}
.carousel-indicators{
	width: 100%;
	bottom: -10px;
	left: 0px;
	margin: 0px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu, .dropdown-menu {
	background-color: #2c3e50;
}
.dropdown-menu>li>a, .dropdown-submenu>li>a{
	color: #fff;
}
.dropdown-menu, .dropdown-submenu{
	-webkit-border-radius: 6px 6px 6px 6px !important;
	-moz-border-radius: 6px 6px 6px !important;
	border-radius: 6px 6px 6px 6px !important;
	padding: 3px 4px;
}
.dropdown-submenu > .dropdown-menu{
	margin-left: 10px !important;
}
.dropdown-menu{
	margin-top: 18px !important;
}
.dropdown > .dropdown-menu:before{
	content: "";
	display: block;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent #2c3e50 transparent;
	position: absolute;
	left: 19px;
	top: -16px;
}
.navbar-toggle{
	border: 1px solid #fff;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
.navbar{
	background: #2c3e50;
	z-index: 1000;
	min-height: 45px !important;
}
.logo h1{
	margin: 0px;
	padding: 0px;
}
.logo h1 a{
	font-size: 25px;
	color: #00b8e1;
}
@media (min-width: 768px){
	.navbar-nav>li>a {
		padding-top: 13px;
		padding-bottom: 12px;
		color: #fff;
	}
	.navbar-collapse{
		padding: 0px;
	}
}
.header-wrapper{
	padding: 25px 0px;
}
.top-info{
	display: inline-block;
	margin: 15px 0px;
	font-size: 12px;
	color:#000;
}
.parallax{
		
		background-color: #f5f5f5;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center top;
		background-size: cover;
}
.overlay_dark{
	padding: 20px 0px;
	background: rgba(44, 62, 80, 0.7);
	color: #fff;
}
.overlay_dark h1{
	color: #fff;
}
.c_author{
	font-style: italic;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 40px;
}
.c_author a{
	color: #fff;
}
#carousel-testimonial{
	font-size: 16px;
}
.single-title h3{
	color: #fff;
	font-size: 32px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.breadcrumb {
	background: none;
	margin-top: 7px;
	margin-bottom: 0px;
}
.breadcrumb li a{
	color: #898989;
}
.top-wrapper{
	padding: 35px 0px;
	background-image: url(demos/01_bg.jpg);
}


.t-label{
	min-width: 120px;
	color: #a4b6c3;
}
.single-content{
	padding: 20px 0px;
}
.btn{
	font-size: 12px !important;
	padding: 10px 20px !important;
	border: none !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.btn-lg{
	font-size: 14px !important;
	padding: 15px 30px !important;
	}
.btn, a{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.project-item{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.btn{
	border-bottom: 3px solid #3D567A !important;
	background-color: #4C658C !important;
	color: #fff;
	font-weight: bold;
}
.btn:hover, .message .btn, .btn-dark{
	color: #fff;
	background-color: #2c3e50 !important;
	border-bottom: 3px solid #172432 !important;
}
.btn-dark:hover{
	border-bottom: 3px solid #3D567A !important;
	background-color: #4C658C !important;
	color: #fff;
	font-weight: bold;
}
.grey{
	padding: 40px 0px;
	background: #e8ecef;
}
.message h2{
	color: #fff;
}
.btn-primary{
	background-color: #1abc9c !important;
	border-bottom-color: #16a085 !important;
}
.btn-success{
	background-color: #2ecc71 !important;
	border-bottom-color: #27ae60 !important;
}
.btn-info{
	background-color: #3498db !important;
	border-bottom-color: #2980b9 !important;
}
.btn-warning{
	background-color: #9b59b6 !important;
	border-bottom-color: #8e44ad !important;
}
.check-list{
	list-style: none;
}
.check-list li:before{
	content: "\e013";
	position: relative;
	top: -2px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 300;
	font-size: 7px;
	margin-right: 7px;
	color: #6E5C64;
	font-weight:bold;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

blockquote{
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	border-bottom: 3px solid #2c3e50 !important;
	background-color: #34495e;
	color: #fff;
	font-style: italic;
	font-size: 14px;
}
.callout{
	overflow: hidden;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	border-bottom: 3px solid #2c3e50 !important;
	background-color: #34495e;
	font-size: 24px;
	color: #c9d5e1;
}
.callout mark{
	background: none;
	color: #fff;
	font-weight: bold;
	font-family: 'Quicksand';
}
.callout .btn{
	background: #00b8e1;
	border: none !important;
}
.ratting .star{
	background: #2c3e50;
}
.tab-pane{
	background: #fff;
	border-radius: 0px 4px 4px 0px;
	border-bottom: 3px solid #e2e8ec;
	padding: 20px;
}
.nav-tabs, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a{
	border: none;
}
.nav-tabs>li>a{
	font-weight: bold;
	font-size: 12px;
	color: #7a8e9d;
}
.nav-tabs>li.active>a{
	color: #00b8e1;
}
.panel-default>.panel-heading{
	background: #2c3e50;
	color: #fff;
	border: none;
	border-bottom: 3px solid #172432;
	border
}
.panel-default>.panel-heading a:hover{
	color: #fff;
}
.panel-title{
	font-size: 14px;
	padding: 0px;
}
.panel-body{
	border: none;
	border-bottom:3px solid #e2e8ec;
}
.panel {
	border: none;
}
/**Footer**/
.footer-content{
	background: #2c3e50;
		padding: 15px 0px 0px;
}
 .footer-content{
	color: #c9d5e1;

}
.contact-info{
	color: #fff;
	background: url(images/map.png)no-repeat center center; 
	padding-bottom: 15px;
	min-height: 202px;
	
}
.contact-info i{
	margin-right: 5px;
}
.contact-info p{
	margin-bottom: 5px;
}
.contact-info p small{
	font-size:12px;
}
.footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6, .footer-content .widget-title{
	color: #6a7f94;
}
 h3.widget-title, h3.widget-title:after{
	color: #00b8e1;
 }
.footer-content h3.widget-title,  h3.widget-title{
	font-size: 18px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.footer-content .widget-title:after,  h3.widget-title:after{
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 3px;
	background: #6a7f94;
	left: 0px;
	bottom: 0px;
}
h3.widget-title:after{
	background: #00b8e1;
}
 h3.widget-title{
	color: #00b8e1;
 }
.copy-right{
	padding: 20px 0px;
	background: #f1f5f8;
	font-size: 12px;
	color: #2c3e50;
}
/**Pricing**/
.pricing .name{
	padding: 20px 15px;
	background: #2c3e50;
}
.pricing .name h2{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.pricing ul{
	padding: 0px 15px;
	background: #fff;
	list-style: none;
	margin: 0px;
}
.pricing ul li{
	
	padding: 15px 0px;
	border-bottom: 1px solid #dae1e8;
}
.pricing .price-row{
	padding: 20px;
	background: #e7ecf0;
	font-size: 21px;
}
.price-footer{
	padding: 20px;
	background: #e7ecf0;
}
.pricing ul li:last-child{
	border: none;
}
.intro h4{
	color: #00b8e1;
}
.margin{
	clear: both;
	height: 40px;
}
.bgcolor h1{
	color: #fff;
}
/**Sectiob**/
.section-title{
	text-align: center;
	max-width: 300px;
	margin: 0px auto;
	margin-bottom: 30px;
	position: relative;
}
.section-title p{
	margin: 0px;
}
.title_border{
	margin-top: 15px;
	width: 100%;
	height: 1px;
	background: #d0d7dd;
}
.section-title:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #00b8e1;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
}
.section-title h2{
	color: #00b8e1;
	font-size: 26px;
	padding-bottom: 0px;
}
.parallax{
		
		display:block;
		color:#ffffff;
		background-color: #f5f5f5;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		
}
section.slider .slides li{
	height: 500px;
}
.overlay{
	background:rgba(0, 184, 225, 0.8);
	position: relative;
	width: 100%;
	margin: 0;
	z-index: 1;
	height: 100%;
}
/**Slider**/
.slides li p{
	font-size: 18px;
}
.flex_caption1{
	position: absolute;
	z-index: 30;
	left: 0px;
	top: 120px;
	color: #fff;
}
.overlay .flex_caption1 .btn{
	background: #2c3e50 !important;
	border-bottom: 3px solid #172432 !important;
	margin-top: 20px;
}
.relative{
	position: relative;
	height: 500px;
}
.flex_caption1 h1{
	color: #fff;
}
.flexslider{
	overflow: hidden;
	margin-bottom: 40px;
}
.flex_caption1 h2{
	color: #fff;
	font-size: 26px;
}
.hr{
	margin-left: 0px;
	margin-right: 0px;
}
.flex-active-slide .flex_caption2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;															
}
.flex-active-slide .flex_caption1{
	opacity: 1;
}
.flex_caption2{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.post-media .flexslider{
	margin-bottom: 0px;
}
.dark{
	color: #c9d5e1;
	background: #1a2530;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**Team**/
.team-head {
	overflow: hidden;
}
.team-des{
	padding: 15px 20px 20px 20px;
	background: #fff;
}
.team-head h5{
	color: #00b8e1;
	padding: 0px;
	margin: 0px;
	
}
.overflow{
	overflow: hidden;
}
.team-head small{
	font-size: 11px;
}
/**Widget**/
.popular {
	list-style: none;
}
.popular li{
	margin-bottom: 10px;
}
.popular li img{
	margin-right: 5px;
}
.popular li h2{
	font-size: 12px;
	color: #fff;
	padding: 0px;
	font-weight: 600;
	margin-bottom: 5px;
}
.popular li h2 a{
	color: #fff;
}
.popular li h2 a:hover{
	color: #00b8e1
}
.flickr{
	margin: -3px;
}
.flickr li{
	padding: 3px 1px;
	width: 84px;
}
.popular li p{
	margin: 0px;
	line-height: 14px;
}
.popular li small{
	font-size: 11px;
}
.widget{
	margin-bottom: 10px;
}
.popular li:last-child, .widget ul{
	margin: 0px;
}
.inline-list {
	list-style: none;
}
.inline-list li{
	display: inline-block;
}
.clients img{
	background: #eaeff3;
	border: 1px solid #d0d7dd;
}
.clients li{
	margin: 5px;
	padding: 10px;
}
@media (max-width: 1024px) {

	.slides li{
		height: 420px;
	}

	.relative{
		position: relative;
		height: 420px;
	}
	.flex_caption1{
		top: 60px;
	}
}
@media (max-width: 768px) {
	.header-wrapper{
		text-align: center;
	}
	.post-des{
		padding-left: 0px !important;
	}
	.img-wrap img{
		width: 100%;
	}
	.header-wrapper .alignright{
		text-align: center;
	}
	.slides li{
		height: 320px;
	}
	.post-media .slides li{
		height: auto;
	}
	.relative{
		position: relative;
		height: 500px;
	}
	.flex_caption1{
		top: 30px;
		width: 100%;
		text-align: center;
		transform:scale(0.8);
		-moz-transform:scale(0.8);
		-webkit-transform:scale(0.8);
	}
}
/**Portfolio **/
.img-wrap{
	position: relative;
}
.project-item, .team{
	margin-bottom: 30px;
}
.project-item a{
	color: #fff;
}
.project-item a:hover{
	color: #fff;
}
.portfolio-filter ul{
	list-style: none;
}
.portfolio-filter ul li{
	display: inline-block;
}

.portfolio-filter ul li a{
	
}
.img-wrap .hover-box{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 184, 225, 0.8);
	color: #fff;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
}
.img-wrap:hover .hover-box{
	-webkit-transform: scale(1);
	opacity: 1;
}
.img-wrap .hover-box i{
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.img-wrap .hover-box .p-caption{
	width: 100%;
	bottom: 10%;
	position: absolute;
	left: 0px;
}
.img-wrap .hover-box .p-caption h5{
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.img-wrap .hover-box  small{
	font-size: 11px;
}
/*Team Social*/
.socials a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #d0d7dd;
	color: #fff;
	line-height: 30px;
	text-align: center;
	opacity: 0.7
}
.socials a:hover{
	color: #fff;
	opacity: 1;
}
.follow {
	margin: 0px -10px;
}
.follow a{
	display: inline-block;
	font-size: 20px;
	margin: 0px 10px;
	color: #fff;
}
.follow a:hover{
	color: #00b8e1;
}
/*Service*/
.service .icon {
	width: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 40px;
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #00b8e1;
}
.service2{
	margin-bottom: 20px;
}
.service2 .icon{
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 60px;
	text-align:center;
	margin: 0 auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 10px;
	color: #fff;
	background: #00b8e1;
}
.dotted{
	display: inline-block;
	height: 1px;
	width: 50%;
	border-top: 1px dashed #2c3e50;
}
.service h3{
	color: #00b8e1;
}
.service-ct{
	padding-left: 45px;
}
.skill{
	margin-bottom: 20px;
}
.percent{
	display: block;
	letter-spacing: -3px;
	padding: 0px;
	line-height: 120px !important;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: -3px;
	color: #00b8e1;
	width: 90%;
	z-index: 10;
}
.skill h4{
	font-size: 14px;
	padding-bottom: 0px;
}
.skill small{
	font-size: 11px;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.contact-box{
	font-size: 12px;
}

.icon-square{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	background: #00b8e1;
	margin-bottom: 15px;
}
.form-control{
	min-height: 40px;
	background: #ebeff2;
	border: 2px solid #d0d7dd;
	margin-bottom: 20px;
	box-shadow: 0px 0px 0px #ccc;
	border-radius: 3px;
}
textarea.form-control{
	min-height: 110px;
}
.map-wrap{
	border: 2px solid #d0d7dd;
	border-radius: 3px;
}

.input-label{
	color: #2c3e50;
}
.form-control:focus{
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	border-color: #00b8e1;
}
/*Article*/
.post-style {
	width: 70px;
	float: left;
}
.post-des{
	padding-left: 85px;
}
.post-format{
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: #00b8e1;
}
.post-time{
	padding: 10px 5px;
	text-align: center;
	color: #a9b8c2;
	text-transform: uppercase;
	font-weight: bold;
	background: #e4ebf0;
}
.post-media{
	margin-bottom: 15px;
	
}
.post-title{
	font-size: 22px;
}
.post-meta{
	font-size: 11px;
	color: #5e5e5e;
}
.after-title{
	height: 1px;
	background: #d0d7dd;
	width: 160px;
	position: relative;
	margin: 15px 0px;
	clear: both;
}
.after-title:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #00b8e1;
	position: absolute;
	top: 100%;
	right: 0px;
}
.post-media .flex-direction-nav a, .post-media .flexslider:hover .flex-direction-nav a{
	width: 25px;
	height: 30px;
	text-indent: 0px;
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
	line-height: 30px;
	left: 15px;
	bottom: 15px;
	top: auto;
	opacity: 0.7 !important;
}
.post-media .flexslider .flex-direction-nav a:hover{opacity: 1 !important}
.post-media .flex-direction-nav .flex-next, .post-media .flexslider:hover .flex-direction-nav .flex-next{
	left: 41px;
}
.widget_categories li {
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px solid #d0d7dd;
	
}

.widget_categories li a{
	font-size: 12px;
	color: #72818c;
	font-weight: bold;
	list-style: none;
	
}
.widget_categories li a:hover, .sidebar .popular li h2 a:hover{
	color: #00b8e1;
}
.widget_categories li:before{
	margin-right: 5px;
	display: inline-block;
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.margin-bottom{
	margin-bottom: 30px;
}
.sidebar .popular li h2 a{
	color: #72818c;
	font-size: 12px;
}
.tagcloud {
	margin: -2px;
}

.tagcloud a, .portfolio-filter ul li a{
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 8px 18px;
	color: #7e8d9b;
	font-weight: bold;
	font-size: 11px !important;
	border-radius: 4px;
	background: #d5dde4;
}
.project-detail span{
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.project-detail span strong{
	color: #1f2f3f;
}
.tagcloud a:hover, .portfolio-filter ul li a:hover, .portfolio-filter ul li a.active{
	color: #fff;
	background: #00b8e1;
}
/**Comments**/
.comment-title h3{
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.comment-list, .child{
	list-style: none;
}
.child{
	margin-left: 30px;
	border-left: 1px solid #d0d7dd;
}
.child > li{
	padding-left: 30px;
	position: relative;
	
}
.child > li:before{
	content: "";
	border-bottom: 1px solid #d0d7dd;
	position: absolute;
	width: 20px;
	left: 0px;
	top: 40px;
}
.comment{
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: 3px solid #e2e8ec;
	margin-bottom: 20px;
	padding: 15px;
}
.comment .avatar{
	float: left;
	margin-right: 10px;
}
.comment-author, .comment-author a{
	font-size: 16px;
	color: #00b8e1;
}
.comment-reply a{
	font-weight: bold;
	font-size: 12px;
}
.comment-author small{
	font-size: 11px;
}
.comment-content{
	font-size: 13px;
}
.comment-heading{
	margin-bottom: 10px;
	overflow: hidden;
}
.pager li>a{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
	width: 38px;
	height: 33px;
	border: none;
	opacity: 1;
	background: url(images/page_prev.png);
}
.pager li>a:hover{
	opacity: 0.8;
}
.pager li.next>a{
	background: url(images/page_next.png);
}
/**Shop Style**/
.product-item .product-title{
	font-size: 12px;
	color: #6f808c;
}
.product-item{
	margin-bottom: 30px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: 3px solid #e2e8ec;
}
.hover-box a, .hover-box a:hover{
	color: #fff;
}
.product-info{
	padding: 20px;
}
.price{
	display: block;
	font-family: "Quicksand";
	font-weight: bold;
	margin-bottom: 10px;
}
.price del span{
	font-size: 13px;
	color: #a9bbc8;
}
.price ins{
	text-decoration: none;
}
.price ins span{
	font-size: 16px;
	color: #00b8e1;
}

.rating {
		list-style: none;
		margin:0 auto;
		display:inline-block;
		padding:0;
		position: relative;
		width: 65px;
		position: relative;
		height: 20px;
		margin-bottom: 5px;
	}

	.rating li {
		margin:0 1px 0 0;
		padding:0;
		float: left !important;
		width: 100%;
		height: 20px;
		width: 100%;
	}
	.rating li{
		margin: 0px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.rating i.star-on {
		
		height:20px;
		display: block;
		position: absolute;
		top: 0px; 
		left: 0px;
		overflow: hidden;
	}
	.rating i.star-on:before{
		content: "\f005\f005\f005\f005\f005";
		font-family: 'FontAwesome';
		overflow: hidden;
	}
	.rating i.star-off:before{
		content: "\f006\f006\f006\f006\f006";
		font-family: 'FontAwesome';
	}
	.rating i.star-off {
		
		height:20px;
		display: block;
	}
	.thumbnails{
		margin: 5px -5px;
	}
	.thumbnails .entry  {
		display: inline-block;
		float: left;
		margin: 5px;
	}
	.cart .quantity {
		display: inline-block;
		position: relative;
		height: 35px;
		width: 60px;
	}
	.cart .quantity input[type="number"]{
		width: 60px;
		height: 35px;
		text-align: center;
	}
	.product-price {
		padding: 10px 0px;
		border-top: 1px solid #d0d7dd;
		margin-bottom: 15px;
		margin-top: 15px;
		border-bottom: 1px solid #d0d7dd;
	}
	.product-price .price {
		line-height: 40px;
		margin-bottom: 0px;
	}
	.product-price form{
		margin: 0px;
	}
	.product-title .product_meta{
		font-size: 11px;
	}
	.product-title h1{
		font-size: 22px;
	}
	#commingsoon input{
		max-width: 400px;
		float: none;
		display: inline-block;
	}
	#commingsoon{
		background: #e8ecef;
	}
	.big-quote p{
		font-size: 21px;
		font-weight: bold;
	}
/**TimeLine**/
.timeline{
	position: relative;
}
.timeline-col{
	position: absolute;
	width: 2px;
	background: #c6d2db;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -1px;
}
.timeline article{
	padding: 15px;
	border-radius: 4px;
	border-bottom: 3px solid #e2e8ec;
	background: #fff;
	font-size: 13px;
	position: relative;
}
.timeline article h5{
	font-size: 16px;
}
.timeline .left{
	
	clear: left;
	padding-right: 30px;
}
.timeline .left article:after{
	content: "";
	position:absolute;
	left: 100%;
	top: 30px;
	width: 18px;
	height: 23px;
	background: url(images/timeline_arrow.png) no-repeat top left;
}
.timeline .right article:after{
	content: "";
	position:absolute;
	right: 100%;
	top: 30px;
	width: 18px;
	height: 23px;
	background: url(images/timeline_arrowright.png) no-repeat top left;
}
.timeline .left:after, .timeline .right:after{
	content: "";
	position:absolute;
	left: 100%;
	top: 30px;
	width: 18px;
	height: 18px;
	background: url(images/timeline_circle.png) no-repeat top left;
	margin-left: -9px;
	margin-top: -9px;
}
.timeline .right:after{
	left: auto;
	right: 100%;
	margin-left: 0px;
	margin-right: -9px;
}
.timeline .right{
	margin-top: 40px;
	padding-left: 30px;
}
.timeline .year {
	position: relative;
	clear: both;
}
.timeline .year h5{
	display: inline-block;
	padding: 5px;
	background: #f1f5f8;
	margin-top: 30px;
	margin-bottom: 15px;
}
.timeline .year:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #c6d2db;
	top: 0px;
	left: 50%;
	margin-left: -9px;
	margin-top: -9px;
}
/**End**/

/* TABLE-2 */
table.table-2 {
  margin: 25px 0 26px 0;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px; }

.table-2 th,
.table-2 td {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding:8px; }

.table-2 th {
  border-top: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(#ffffff, #fafafa);
  background-image: -moz-linear-gradient(#ffffff, #fafafa);
  background-image: -o-linear-gradient(#ffffff, #fafafa);
  background-image: linear-gradient(#ffffff, #fafafa); }

.table-2 tbody tr:nth-child(2n+1) td {
  background-color: transparent; }

.table-2 td:first-child,
.table-2 th:first-child {
  text-align: left;
  border-left: none;
   }
  
 .table-2 th:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0; }

.table-2 th:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -ms-border-radius: 0 3px 0 0;
  -o-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
   }

