/*
Theme Name: pamela | coming soon
Theme URL: - http://pamela.theme-shark.com/
Description: pamela Theme
Version: 1.0
Author: Theme Shark
Author URI: http://themeforest.net/user/Theme-Shark
*/


/* IMPORT FONT FAMILY
================================================== */
	@import url(../../fonts.googleapis.com/css@family=Lato_3A100,300,400,700);


/* RESET & BASICS STYLES
================================================== */
	html{
		width: 100%;
		height: 100%;
	}
	
	body{
		font-family: 'Lato', sans-serif;
		background: #000;
		color:#fff; 
		width: 100%; 
		height: 100%;
		margin: 0;
	}

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

	i{
		font-weight: normal;
		color: #000;
	}
	
	 p{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 5px 0 11px 0;
	font-weight: 100;
	text-align: center;
	}
	address{
		padding:0;
		margin:0;
		font-style:normal;
	}
	a{
		color: #2d2d2d;
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		text-decoration: none;
	}
	a:hover{
	text-decoration: none;
	color: #000;
	}
	
/* 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: #000;
	}
	
	.background-change-color{
	color: #fff;
	}
	
	
/*---------------------------------------*/
	.background-light{
	background-color: #e72015;
	}

	.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: 'Lato', sans-serif;
	font-size: 40px;
	line-height: 72px;
	margin-bottom: 30px;
	text-transform: uppercase;
	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: 1px solid #fff;
	position: relative;
	width: 46px;
	height: 46px;
	display: block;
	text-align: center;
	}
	
	.social-links-modal li a:hover{
		background: #000;
	}
	.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: 10px;
	margin-left: -62px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #000;
	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: 000;
		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;
		}
	}
