/*css*/
@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";

html, body {height:100%;}



.block {height: 49px;}
.extra {
 min-height:100%; 
 height:auto !important; 
 height:100%; 
 margin: 0 auto -49px;
 position:relative;
 overflow:hidden;
} 
html, body {height:100%;}


body{
	background: #fff;
	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 100;
	color: #3e3e3e;



	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}

/*Imeges*/
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	max-width:100%;
}

.frame{} /* img border, paddings, shadows */

.img_fleft{
	float:left;
	margin-right:20px;
}

.img_right{
	float:right;
	margin-left:20px;
}
.img{
	margin-top: 7px;

}

/*Links*/
a{
	color:#f00;
	text-decoration:none;
}
	a:hover{
		text-decoration:underline;
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
.btn{
	background:#000;
	color:#fff;
	display:inline-block;
	font:12px/16px Arial, Helvetica, sans-serif;
	padding:10px 12px;
	text-decoration:none;
}
	.btn:hover{
		background-color:#f00;
		text-decoration:none;
	}


/*Titles*/
h2{
	color:#333f00;
	font:bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h3{
	color:#f00;
	font:bold 26px/30px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h4{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	line-height: 72px;
	font-weight: 100;
	color: #3e3e3e;
	margin-bottom: 0px;
	}
	h4.second_h4{
		font-family: 'Roboto', sans-serif;
		font-size: 48px;
		line-height: 72px;
		font-weight: 300;
		color: #3e3e3e;
		margin-bottom: 0px;
		}
h5{
	color:#f00;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	}
	h5.second_h5{
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		line-height: 36px;
		font-weight: 100;
		color: #3e3e3e;
		margin-bottom: 0px;
		margin-top: -6px;
		}
	h5.general_h5{
		
		font-family: 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 30px;
		font-weight: 100;
		color: #ff8189;
		margin-bottom: 9px;
		}
h6{
	color:#f00;
	font:bold 13px/18px Arial, Helvetica, sans-serif;
}
h2 a, h3 a, h4 a, h5 a, h6 a{
	color:inherit;'
}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
		color:#000;
		text-decoration:none;
	}

.mail_link{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 100;
	color: #ff8189;
	}

/* Indents */
p{
	margin-bottom:18px; /*as line-height in body*/
}
.m_0{margin-bottom:0px !important;}
.m_02{margin-bottom:2px !important;}
.m_05{margin-bottom:5px;}
.m_07{margin-bottom:7px !important;}
.m_08{margin-bottom:8px !important;}
.m_09{margin-bottom:9px !important;}
.m_10{margin-bottom:10px;}
.m_15{margin-bottom:15px;}
.m_20{margin-bottom:20px;}
.m_23{margin-bottom:23px !important;}
.m_24{margin-bottom:24px !important;}
.m_25{margin-bottom:25px;}
.m_30{margin-bottom:30px;}
.m_35{margin-bottom:35px;}
.m_38{margin-bottom:38px;}
.m_40{margin-bottom:40px;}
.m_43{margin-bottom:43px;}
.m_45{margin-bottom:45px;}
.m_50{margin-bottom:50px;}
.m_53{margin-bottom:53px;}
.m_54{margin-bottom:54px;}
.m_55{margin-bottom:55px;}
.m_59{margin-bottom:59px;}
.m_60{margin-bottom:60px;}
.m_61{margin-bottom:61px;}
.m_65{margin-bottom:65px;}
.m_70{margin-bottom:70px;}
.m_75{margin-bottom:75px;}
.m_76{margin-bottom:76px;}
.m_80{margin-bottom:80px;}
.m_81{margin-bottom:81px;}
.m_85{margin-bottom:85px;}
.m_90{margin-bottom:90px;}

/* Lists */
.list li{
	background: url(../images/form_btn.png) 1px 10px no-repeat;
	padding-left: 21px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 100;
	margin-bottom: 12px;
}
	.list li a{
		color:#3e3e3e;
		text-decoration:none;
	}
		.list li a:hover{
			color:#ff8189;
			text-decoration:none;
		}

/**/
blockquote{width:100%;}
	cite{text-align:right;}
time{}

/************Header************/
header{
	width:100%;
	padding-top: 6px;
}
h1{
	float: left;
	margin-bottom: 5px;
}
	h1 a{}
		h1 a:hover{
			text-decoration:none;
		}
	h1 .slogan{
		display:block;
	}

/* Menu */
nav{
	float: right;
	padding-top: 21px;
}
	.sf-menu {
		list-style:none;
	}
		.sf-menu > li {
			float:left;
			font-family: 'Roboto', sans-serif;
			font-size: 18px;
			line-height: 22px;
			text-transform: uppercase;
			font-weight: 100;
			position:relative;
		}

			.sf-menu > li.item1{
				margin-right: 71px;
				}
			.sf-menu > li.item2{
				margin-right: 63px;
				}
			.sf-menu > li.item3{
				margin-right: 30px;
				}
		
			.sf-menu > li > a {
				color: #999999;
				text-decoration:none;
			}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color:#ff8189;
					text-decoration:none; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display:none;}

		/* submenu */
		.sf-menu ul {
			background: #fff;
			border: 1px solid #cacaca;
			display: none;
			left: -4px;
			padding: 18px 17px 21px;
			position: absolute;
			top: 38px;
			width: 123px;
			z-index: 99;
			}
			.sf-menu ul li{
				position:relative;
				font-family: 'Roboto', sans-serif;
				font-size: 14px;
				line-height: 36px;
				text-transform: none;
			}
				.sf-menu ul li:first-child{
					margin-top:0;
				}
				.sf-menu ul li a{
					color:#999999;
					text-decoration:none;
				}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a{
					text-decoration: underline;
				}
		/* subsubmenu */
		.sf-menu ul ul {
			left: 144px;
			top: -91px;
		}
			.sf-menu ul ul li a{
				text-decoration:none;
			}
			.sf-menu ul ul li > a:hover,
			.sf-menu ul ul li.sfHover > a,
			.sf-menu ul ul li.active > a{
				
			}
	#mm0{
		display:none;
		border: 1px solid #2e3239;
		outline: none;
		padding: 3px;
		width: 100%;
	}

.slide_box{
	position: relative;
	background: url(../images/slide_bg.jpg) no-repeat center 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height: 558px;
	}
	.slide_box img{
		width: 100%;
		}
	.slade_caption{
		position: absolute;
		left: 50%;
		top: 130px;
		margin-left: -473px;
		width: 460px;
		}
		.slade_caption h4{
			font-family: 'Roboto', sans-serif;
			font-size: 72px;
			line-height: 72px;
			font-weight: 900;
			color: #fff;
			text-transform: uppercase;
			position: relative;
			margin-bottom: 3px;
			}
			.slade_caption h4:after{
				display: block;
				content: '';
				position: absolute;
				bottom: -13px;
				left: 202px;
				width: 24px;
				height: 1px;
				background: #fff;
				}
			.slade_caption h5{
				font-family: 'Roboto', sans-serif;
				font-size: 18px;
				line-height: 72px;
				color: #fff;
				text-transform: uppercase;
				font-weight: 500;
				margin-bottom: 1px;
				}
		.caption_btn{
			display: inline-block;
			padding: 0px 22px 0px 15px;
			background: #b1beb9;
			font-size: 14px;
			line-height: 47px;
			font-weight: 700;
			color: #fff;
			text-transform: uppercase;
			border: 1px solid #d6dfdb;
			margin-left: 141px;
			letter-spacing: -1px;
			transition: 0.2s;
			-webkit-transition: 0.2s;
			-moz-transition: 0.2s;
			}
			.caption_btn:hover{
				background-color: #c3d0cb;
				text-decoration: none;
				}


/************Content***********/

#index #content{
	padding-top: 16px;
	}
#index4 #content, #index1 #content{
	padding-top: 28px;
	}

.fiture_box{
	border: 1px solid #cacaca;
	text-align: center;
	padding: 3px 5px 30px 5px;
	}
	.fiture_box h5{
		font-family: 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 72px;
		font-weight: 100;
		color: #3e3e3e;
		margin-bottom: 21px;
		}
		.fiture_box span{
			display: block;
			color: #a2a2a2;
			font-size: 120px;
			line-height: 72px;
			margin-bottom: 33px;
			}
			.fiture_box span.fa-cogs:before{
				padding-right: 27px;
				}

	.fiture_box a{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: 100;
		color: #3e3e3e;
		}
	
	.line{
		position:relative;
		overflow: hidden;
		}
		.line:after{
			display: block;
			position: absolute;
			content: '';
			width: 36px;
			height: 1px;
			background: #a2a2a2;
			left: 50%;
			margin-left: -31px;
			bottom: 28px;
			}


	
	.skill_title{
		font-family: 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 30px;
		font-weight: 100;
		color: #3e3e3e;
		margin-bottom: 14px;
		}
		.skill_wrap{
			background: #cfcfcf;
			height: 9px;
			margin-bottom: 22px;
			}
			.skill_progress{
				height: 9px;
				background: #ff8189;

				}
				.skill1{
					width: 87%;
					}
				.skill2{
					width: 98%
					}
				.skill3{
					width: 100%
					}


.blog_item{
	margin-bottom: 23px;
	margin-right: 37px;
	padding-bottom: 18px;
	}
	.blog_item.border{
		border-bottom: 1px solid #a2a2a2;
		}
	.blog_item img{
		float: left;
		margin-top: 7px;
		margin-right: 16px;
		margin-bottom: 10px;
		}

		.blog_info{
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 18px;
			font-weight: 100;
			color: #3e3e3e;
			padding-top: 6px;
			padding-bottom: 14px;
			float: left;
			margin-right: 11px;
			}
			.blog_info span{
				font-size: 24px;
				display: block;
				margin-bottom: 5px;
				}
				.blog_info .date{
					position: relative;
					margin-bottom: 19px;
					padding-bottom: 14px;
					margin-right: 0px;
					}
					.blog_info .date:after{
						display: block;
						content: '';
						position: absolute;
						width: 26px;
						height: 1px;
						background: #a2a2a2;
						bottom: 0px;
						left: 0px;
						}
		
		.blog_item_content{
			float: left;
			width: 208px;
			}


.project_box{
	padding: 0px 0px 0px 0px;
	border: 1px solid #cacaca;
	}





.bottom_box{
	background: #2e3239;
	padding: 34px 0px 0px 0px;
	}
	.bottom_box h4{
		font-family: 'Roboto', sans-serif;
		font-size: 36px;
		line-height: 72px;
		font-weight: 100;
		color: #fff;
		}
	.bottom_box h5{
		font-family: 'Roboto', sans-serif;
		font-size: 24px;
		line-height: 30px;
		font-weight: 100;
		color: #fff;
		}
		.bottom_box h5 a:hover{
			color: #ff8189;
			}
			.bottom_box .grid_4 img{
				width: 100%;
				}
		
	.bottom_box_img{
		display:block;
		float: left;
		margin-right: 10px;
		border-radius: 49%;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 45px;
		}
	.bottom_box p{
		color:#fff;
		margin-bottom: 10px;
		}
		.bottom_box p.italic{
			font-style: italic;
			color: #ff8189;
			margin-bottom: 0px;
			}

	#index1 .bottom_box{
		padding: 29px 0px 0px 0px;
		}
	
	.soc_icons{
		overflow: hidden;
		padding-top: 25px;
		}
		.soc_icons li{
			float:left;
			font-size: 36px;
			line-height: 36px;
			border-left: 1px solid #fff;
			}
			.soc_icons li:first-child{
				border-left: none;
				}
				.soc_icons li.item1{
					padding: 0px 22px 0px 2px;
					}
				.soc_icons li.item2{
					padding: 0px 27px 0px 21px;
					}
				.soc_icons li.item3{
					padding: 0px 16px 0px 19px;
					}
				.soc_icons li.item4{
					padding: 0px 0px 0px 22px;
					}
			.soc_icons li a{
				color: #fff;
				}
				.soc_icons li a:hover{
					text-decoration: none;
					color: #ff8189;
					}
	
	.blog_item_link{
		display: inline-block;
		padding: 17px 22px 16px 14px;
		background: #cfcfcf;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 14px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		transition: 0.2s;
		-moz-transition: 0.2s;
		-webkit-transition: 0.2s;
		
		}
		.blog_item_link:hover{
			background: #2e3239;
			text-decoration: none;
			}
	

	.project_box{
		text-align: center;
		padding: 12px 12px 6px 12px;
		}

	#thumbs .touch_box{
		display: block;
		margin-bottom: 25px;
		position: relative;
		}
		#thumbs .touch_box:hover{
			text-decoration: none;
			}
		#thumbs .touch_box img{
			width: 100%;
			}
		#thumbs .project_box h5.skill_title{
			margin-bottom: 5px;
			}
			#thumbs .project_box h5.skill_title a:hover{
				text-decoration: none;
				color: #ff8189;
				}
		#thumbs .touch_box span{
			position: absolute;
			font-size: 50px;
			line-height: 50px;
			top: 50%;
			left: 50%;
			color: #eeeeee;
			margin-top: -22px;
			margin-left: -22px;
			display: none;
			}

			#thumbs .touch_box:hover .fa-plus-square {
				display: block;
				}



/*----------- Map ------------*/
.map{
	margin-bottom: 22px;
	margin-top: 10px;
	}
.map iframe{
	width:100%;
	height:259px;
}
address dl{
	width:100%;
	overflow:hidden;
	position:relative;
}
address dt{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 100;
	color: #ff8189;
	font-style: normal;
	margin-bottom: 7px;
	}
address dd{
	overflow:hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 100;
	color: #3e3e3e;
	font-style: normal;
}
address dl span {
	float:left;
	width:108px;
}
address dl a{
	color: #ff8189;
	}

/************Footer************/
footer{
	width:100%;
	background: #1c1f24;
	padding-top: 12px;
	padding-bottom: 13px;
	height: 49px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.copyright{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 24px;
		font-weight: 100;
		color: #fff;
		}
		.copyright a{color:inherit;}
	.footer-link{display:block;}

#toTop {
	border: none;
	bottom: 60px;
	color: transparent;
	display: none;
	height: 30px;
	overflow: hidden;
	position: fixed;
	right: 40px;
	text-decoration: none;
	width: 30px;
	z-index: 20;
	font-size: 28px;
	line-height: 28px;
	margin-right: -620px !important;
	}
	#toTop:before {
		font-family: FontAwesome;
		content: "\f062";
		color: #1c1f24;
		}

#toTop:hover:before{
	color: #ff8189;
}

#toTop:active, #toTop:focus {
	outline:none;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 1024px) {

	}

@media only screen and (max-width: 995px) {
	.img_fleft,
	.img_right{
		max-width:45%;
	}
	
	.sf-menu > li{
		margin-left:15px;
	}
	
	
	.slade_caption {
		position: absolute;
		left: 50%;
		top: 11px;
		margin-left: -375px;
		width: 375px;
		
		}
		
		.slade_caption h4 {
			font-size: 57px;
			line-height: 64px;
			margin-bottom: 32px;
			}
			.slade_caption h4:after {
				left: 130px;
				}
		.slade_caption h5 {
			font-size: 18px;
			line-height: 30px;
			margin-bottom: 15px;
			}
		.caption_btn {
			margin-left: 0;
			}
		nav {
			padding-top: 22px;
			}
		.sf-menu > li {
			margin-left: 4px;
			}
			.sf-menu > li.item1 {
				margin-right: 35px;
				}
			.sf-menu > li.item2 {
				margin-right: 35px;
				}
	#form label {
		width: 100%;
		}

	.slide_box {
		height: 345px;
		}
	#form .success-message {
		width: 100%;
		}
		
}
@media only screen and (max-width: 767px) {
	.sf-menu{
		display:none;
	}
	nav{
		float: none;
		}
	#mm0{
		display:block;
		margin-bottom: 20px;
	}
	
	.bottom_box_img{
		float: none;
		margin: 0 auto 20px;;
		}
	
	.soc_icons{
		margin-bottom: 30px;
		}
	
	.blog_item {
		margin-right: 0px;
		}
		.blog_item_content {
			width: 205px;
			}
	.slade_caption {
		width: 285px;
		}
	.slade_caption h4 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
		}
		
		.slade_caption h5 {
			font-size: 18px;
			line-height: 18px;
			margin-bottom: 15px;
		}
	.slade_caption {
		margin-left: -210px;
		width: 260px;
		}
	
	h5.second_h5{
		margin-bottom: 20px;
		}

	.slide_box {
		height: 265px;
		}

	
}
@media only screen and (max-width: 479px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float:none;
		max-width:inherit;
		margin:0 0 20px;
	}
	
	.blog_item_content {
		width: 300px;
		}
	
	.slade_caption {
		margin-left: -150px;
		width: 165px;
		}
	.slade_caption h5 {
		font-size: 9px;
		line-height: 12px;
		margin-bottom: 5px;
		}
		
	.slade_caption h4 {
		font-size: 11px;
		line-height: 11px;
		}
		.slade_caption h4:after {
			left: 40px;
			bottom: -8px;
			}
	
	.caption_btn {
		line-height: 30px;
		}

	footer {
		height: 65px;
		}
		
	.slide_box{
		height: 152px;
		}
		
			
			
	
}
