
/* 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: #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: #7c4e95;
	}
	
	 p{
		font-family: 'Lato', 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: 'Lato', sans-serif;
		font-size: 14px;
		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: #FF0000;
	}
	
	.background-change-color{
		color: #FF0000;
	}
	
	
/*---------------------------------------*/
	.background-light{
		background:#fff;
	}

	.col-lg-block-themeshark-dark{
		display: table-cell;
		vertical-align: middle; 
		position: relative;
		background-image: url(../images/bg2.png); 
		background-repeat: no-repeat;
		background-position: right;
		width: 350px;
	}
	
	.col-lg-block-themeshark-light{
		color: #000; 
		box-sizing: border-box; 
		display: table-cell;
		vertical-align: middle; 
		width: 650px;
	}
	.col-lg-block-themeshark-light h1{
		font-family: 'Lato', sans-serif;
		font-size: 60px;
		line-height: 72px;
		margin-bottom: 30px;
		text-transform: uppercase;
		padding-top: 89px;
	}
	
	#AnaLogoLink img {
max-width: 50%;
	
	}

/* 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: 110px;
		height: 190px;
		margin-right: 18px;
		margin-bottom: 18px;
	}
		.social-links-modal li input {
		display:none;
	}
	
	.social-links-modal li a{
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		/* border: solid 1px #FF0000; */
		position: relative;
		width: 104px;
		height: 104px;
		display: block;
		text-align: center;
	}
	
	.social-links-modal li a:hover{
		background: #FF0000;
	}
	.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: #FF0000;
			text-indent: 0px;
			position: absolute;
			bottom: -50px;
			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:last-child a span { 
	bottom: -90px;
	} 
	
	.social-links-modal li:last-child a span { 
	bottom: -70px;
	} 
	*/
	.social-links-modal li a span:after {
		top: -35%;
		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:last-child a span:after { 
		top: -18%;
	} 
	
		.social-links-modal li:last-child a span:after { 
		top: -20%;
	} 
	*/
	
	
	
	ul.social-links-modal   {
    width: 590px;
}


 	ul.social-links-modal li:first-child span {
		bottom: -90px;
	}
	.social-links-modal li:first-child a span:after {
top: -15%;

}

 	ul.social-links-modal li:nth-child(2) span {
		bottom: -70px;
	}
	.social-links-modal li:nth-child(2) a span:after {
top: -20%;

}




	
	.social-links-modal li a span:after {
		border-bottom-color: #FF0000;
		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);
		}

.social-links-modal li a 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);
		}

		div.adres {
		background-color: #ffffff;
		}
/*==================================================
	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;
		}
		div.adres {
		margin-top: 60px;
		}
	}
	
	@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;
		}
	}
