/*
Taktaz Grouo
*/




@font-face {
  font-family: 'yekan';
  src: url('B Yekan.eot?#') format('eot'),  /* IE6–8 */
       url('B Yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('B Yekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
	html{
		width: 100%;
		height: 100%;
	}
	
	body{
		font-family: 'Lato', sans-serif;
		background: #fff;
		color:#fff; 
		width: 100%; 
		height: 100%;
		margin: 0;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	ul{
		margin:0;
		padding:0;
		outline: none;
		list-style: none;
	}
	img{
		border-style: none;
		vertical-align: top;
		max-width: 100%;
	}

	i{
		font-weight: normal;
		color: #5686B7;
	}
	
	 p{
		font-family: yekan, sans-serif;
		font-size: 24px;
		line-height: 14px;
		color: #fff;
		margin: 5px 0 11px 0;
		font-weight: 100;
		text-align: center;
	}
	address{
		padding:0;
		margin:0;
		font-style:normal;
	}
	a{
		color: #000;
		font-family: yekan,'Lato', sans-serif;
		font-size: 13px;
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
	}
	
/* LINKS
================================================== */


/* TYPOGRAPHY
================================================== */

	h1, h2, h3, h4, h5, h6{
		margin: 0;
		padding: 0;
	}
	
/* HEADER WITH LOGO
================================================== */
	.header_block{
		text-align: center;
		margin-bottom: 30px;
	}


/* MAIN CONTENT
================================================== */

	.wrapper{
		width:100%; 
		height:100%; 
		display: table;
		vertical-align: middle; 
	}
	
	
	
/*------- background color change  -----------*/
	.background-change{
		background-color: #5686B7;
	}
	
	.background-change-color{
		color: #5686B7;
	}
	
	
/*---------------------------------------*/
	.background-light{
		background:#fff;
	}

	.col-lg-block-themeshark-dark{
		display: table-cell;
		vertical-align: middle; 
		position: relative;
		background-image: url(../img/bg2.png); 
		background-repeat: no-repeat;
		background-position: right;
		width: 600px;
	}
	
	.col-lg-block-themeshark-light{
		color: #000; 
		box-sizing: border-box; 
		display: table-cell;
		vertical-align: middle; 
		width: 400px;
	}
	.col-lg-block-themeshark-light h1{
		font-family: yekan,'Lato', sans-serif;
		font-size: 20px;
		line-height: 72px;
		margin-bottom: 30px;
		padding-top: 89px;
	}

/* ANIMATE
================================================== */	
	.animated {
		-webkit-animation-duration: 2.5s;
		-moz-animation-duration: 2.5s;
		-o-animation-duration: 2.5s;
		animation-duration: 2.5s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
/* START MODAL PANEL FOLLOW US	
================================================== */

	.social-links-modal li{
		display: inline-block;
		width: 50px;
		height: 53px;
		margin-right: 18px;
		margin-bottom: 18px;
	}
	
	.social-links-modal li a{
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: solid 1px #5686B7;
		position: relative;
		width: 46px;
		height: 46px;
		display: block;
		text-align: center;
	}
	
	.social-links-modal li a:hover{
		background: #5686B7;
	}
	.social-links-modal li a:hover i{
		color: #fff;
	}
	
	.social-links-modal i{
		font-size: 18px;
		font-weight: normal;
	}
	.social-links-modal	li a i {
		float: left;
		margin: 16px 0 0 18px;
	}
	
	.transition {
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		-ms-transition: all 300ms linear;
		transition: all 500ms linear;
	}
	
	.social-links-modal {
		padding: 50px 0 0 0;
	}
	
	.social-links-modal li a span {
			width: 120px;
			height: auto;
			line-height: 20px;
			padding: 10px;
			left: 50%;
			margin-left: -62px;
			font-size: 14px;
			color: #fff;
			text-align: center;
			background: #5686B7;
			text-indent: 0px;
			position: absolute;
			bottom: 63px;
			opacity: 0;
			visibility: visible;
			pointer-events: none;
			-webkit-transform: translate(-35px) rotate(-25deg) scale(.5);
			-moz-transform: translate(-35px) rotate(-25deg) scale(.5);
			-o-transform: translate(-35px) rotate(-25deg) scale(.5);
			-ms-transform: translate(-35px) rotate(-25deg) scale(.5);
			transform: translate(-35px) rotate(-25deg) scale(.5);
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
	}
	
	.social-links-modal li a span:after {
		top: 100%;
		left: 50%;
		border: solid rgba(0, 0, 0, 0);
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		pointer-events: none;
	}
	
	.social-links-modal li a span:after {
		border-top-color: #5686B7;
		border-width: 7px;
		margin-left: -5px;
	}
		
	.social-links-modal li a:hover span {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0px) rotate(0deg) scale(1);
		-moz-transform: translate(0px) rotate(0deg) scale(1);
		-o-transform: translate(0px) rotate(0deg) scale(1);
		-ms-transform: translate(0px) rotate(0deg) scale(1);
		transform: translate(0px) rotate(0deg) scale(1);
		}



/*==================================================
	MEDIA QUERIES
==================================================*/

	@media (max-width: 979px) and (min-width: 768px){
		.wrapper{
			display: block;
		}
		.col-lg-block-themeshark-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-themeshark-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}
	}
	
	@media (max-width: 768px) and (min-width: 480px){
		.wrapper{
			display: block;
		}
		.col-lg-block-themeshark-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-themeshark-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}	
	}

	@media (max-width: 480px){
		.wrapper{
			display: block;
		}
		.col-lg-block-themeshark-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-themeshark-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}
	}
