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

/* IMPORT FONT FAMILY
================================================== */
	@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

/* RESET & BASICS STYLES
================================================== */

	html, body{
		vertical-align: baseline;
		margin:0;
	/*	height:100%;*/
	}

	body{
		font-family: 'Lato', sans-serif;
		position: relative;
		margin:0;
		padding: 0 0 0 0;
		line-height: 28px;
		width: auto;
		color: #000;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
	.background-images-container{
		/*background-image: url(http://placehold.it/1920x1080);*/
		/*background-color: #584222;
		background-image: url(../images/background_1.png);
		background-size: cover;
		background-repeat: no-repeat;*/
	}
	
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
		 p{
			font-size: 14px;
			line-height: 14px;
			color: #222222;
			margin: 5px 0 11px 0;
			font-weight: 400;
		}
	address{
		padding:0;
		margin:0;
		font-style:normal;
	}

	ul{
		margin:0;
		padding:0;
		outline: none;
		list-style: none;
	}
	img{
		border-style: none;
		vertical-align: top;
	}

	i{
		font-weight: normal;
	}
/* LINKS
================================================== */
	a{
		text-decoration: none;
		color:#fff;
		outline: none !important;
		font-size: 22px;
		transition: color 0.4s ease-in-out;
		-moz-transition: color 0.4s ease-in-out;
		-webkit-transition: color 0.4s ease-in-out;
	}

	a:hover{
		color: #fff;
		transition: color 0.4s ease-in-out;
		-moz-transition: color 0.4s ease-in-out;
		-webkit-transition: color 0.4s ease-in-out;
	}

/* TYPOGRAPHY
================================================== */
	h1, h2, h3, h4, h5, h6{
		font-family: 'Lato', sans-serif;
		margin: 0;
		padding: 0;
	}
	h3{
		color: #fcfcfc;
		font-size: 18px;
		font-weight: 300;
		line-height: 28px;
	}

	.wrap_content{
		width: 810px;
		margin: 0 auto;
	}

/* LOADER
================================================== */	
	#preloader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		background: #CC0000;
	}
	#status {
		width: 110px;
		height: 24px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -12px 0 0 -55px;
	}
	#circleG {
		width: 105px;
	}
	#circleG_1 {
		-moz-animation-delay: -0.32s;
		-webkit-animation-delay: -0.32s;
		-ms-animation-delay: -0.32s;
		-o-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}
	#circleG_2 {
		-moz-animation-delay: -0.16s;
		-webkit-animation-delay: -0.16s;
		-ms-animation-delay: -0.16s;
		-o-animation-delay: -0.16s;
		animation-delay: -0.16s;	
	}

	
	.circleG {
		float: left;
		height: 18px;
		margin-left: 12px;
		width: 18px;
		-moz-animation-name: bounce_circleG;
		-moz-animation-duration: 1.4s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-direction: linear;
		-moz-border-radius: 15px;
		-webkit-animation-name: bounce_circleG;
		-webkit-animation-duration: 1.4s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: linear;
		-webkit-border-radius: 15px;
		-ms-animation-name: bounce_circleG;
		-ms-animation-duration: 1.4s;
		-ms-animation-iteration-count: infinite;
		-ms-animation-direction: linear;
		-ms-border-radius: 15px;
		-o-animation-name: bounce_circleG;
		-o-animation-duration: 1.4s;
		-o-animation-iteration-count: infinite;
		-o-animation-direction: linear;
		-o-border-radius: 15px;
		animation-name: bounce_circleG;
		animation-duration: 1.4s;
		animation-iteration-count: infinite;
		animation-direction: linear;
		border-radius: 15px;
	}
	
		
	
/* Color of circle
================================================== */
	/*---- for mozilla ----*/
	@-moz-keyframes bounce_circleG{
		0%{
		}
		50%{background-color:#fff}
		100%{
		}	
		0%, 80%, 100% { -webkit-transform: scale(0.0) }
		40% { -webkit-transform: scale(1.0) }
	}
	/*---- for google chrome ----*/
	@-webkit-keyframes bounce_circleG {
		0%{
		}
		50%{background-color:#fff}
		100%{
		}
		 0%, 80%, 100% { -webkit-transform: scale(0.0) }
		40% { -webkit-transform: scale(1.0) }
	}
	/*---- for ie ----*/
	@-ms-keyframes bounce_circleG {
		0%{
		}
		50%{background-color:#fff}
		100%{
		}
		 0%, 80%, 100% { -webkit-transform: scale(0.0) }
		40% { -webkit-transform: scale(1.0) }
	}
	/*---- for opera ----*/
	@-o-keyframes bounce_circleG {
		0%{
		}
		50%{background-color:#fff}
		100%{
		}
		 0%, 80%, 100% { -webkit-transform: scale(0.0) }
		40% { -webkit-transform: scale(1.0) }
	}

	@keyframes bounce_circleG {
		0%{
		}
		50%{background-color:#fff}
		100%{
		}
		0%, 80%, 100% { 
			transform: scale(0.0);
			-webkit-transform: scale(0.0);
		} 40% { 
			transform: scale(1.0);
			-webkit-transform: scale(1.0);
		}
	} 
		
	
/* HEADER WITH LOGO
================================================== */
	#wrap_header_logo {
		text-align: center;
		margin: 30px 0 78px 0;
		padding: 25px 0 0 0;
	}


/* TITLE COUNTDOWN 
================================================== */
	.title-fadeIn-brazil {
		text-align: center;
		color: #FFF;
		font-size: 72px;
		margin: 0 0 36px 0;
		background: url(../images/line-bg.png) no-repeat bottom center;
		text-transform: uppercase;
		overflow: hidden;
		line-height: 72px;
		padding: 10px;
	}

	.title-fadeIn-brazil h1 .subtitle-brazil {
		font-size: 72px;
		line-height: 72px;
		font-style: normal;
		font-weight: 600;
	}
	.title-fadeIn-brazil h1 .spanSubtitle-brazil {
		font-style: normal;
		font-weight: 100;
		font-size: 72px;
		line-height: 72px;
	}

/* MAGNIFIC POPUP MODAL WINDOW
================================================== */	
	
	.background-images-container .mfp-bg{
	/*	opacity: 0;*/
		background: url(../images/pattern_1.png);
		top: 4%;
		left: 2%;
		width: 96%;
		height: 93%;
	}
	
	.background-images-container .mfp-container{
		padding: 0 40px;
	}
	
	.background-images-container .themeshark_modal_window_brazil{
		margin: 40px auto;
	/*	background: url(../images/pattern_1.png) repeat;
		min-height: 882px;*/ 
	}
	
	.background-images-container  .themeshark_modal_window{
		background: none;

	}

/* VIDEO BACKGROUND
================================================== */

	#wrapper { 
		height:100%;
		padding: 1px;
	}

	.clearfix:before,
	.clearfix:after {
		content: " "; 
		display: table; 
	}

	.clearfix:after {
		clear: both;
	}

	.background-video-container #wrap_footer{
		position: absolute;
	}

/* IMAGE BACKGROUND
================================================== */
	.container-bg {
		position: absolute;
		top: 4%;
		left: 2%;
		width: 96%;
		height: 100%;
		z-index: 0;
		background: url(../images/pattern_1.png);
	}
	.bg-all-content {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -2;
		background-size: cover;
/*		background-attachment: fixed;*/
		background-position: top;
	}


	#wrap_all_container {
		position: relative;
		width: 100%;
	/*	height: 100%;*/
	}
	
	#wrap_background {
		transition: all 0.7s ease-in-out;
		-moz-transition: all 0.7s ease-in-out;
		-webkit-transition: all 0.7s ease-in-out;
		background-position: top;
	}


/* SLIDER BACKGROUND
================================================== */
	.wrap-background-slider{
		overflow:hidden;
		height:100%;
	}

	.backstretch{
		top: 0;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		z-index: -9999;
	}

	.wrap-slider {
		top: 0;
		width: 100%;
		overflow: hidden;
	}


/* START of the COUNTDOWN part
================================================== */

	#countdown_dashboard{
		overflow: hidden;
		text-align: center;
		margin: 0 0 58px 0;
	}
	.hexa_text{
		background: url(../images/line-divider.png) no-repeat right;
		padding-right: 35px;
	}
	.hexa_text.seconds_dash{
		background: none;
	}

	.digit {
		text-align: center;
		position: relative;
		font-style: normal;
		font-weight: 300;
		line-height: 65px;
		font-size: 60px;
		margin-top: 3x;
		height: 64px;
		vertical-align: middle;
		display: inline-block;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		color: #fff;
	}

	.dash_title {
		font-size: 20px;
		text-transform: uppercase;
		font-style: normal;
		font-weight: 100;
		color: #fff;
	}

	.brazil-uppercase{
		margin: 0 20px 24px 20px;
	}

	.brazil-uppercase h3{
		text-transform: none;
		text-align: center;
	}
	
	.digit .top{
		display: none;
	}
	
	.digit .bottom{
		display: block;
	}

	
/* STYLE FORM
================================================== */
	#themeshark_contact_form  input[type="text"],
	#themeshark_contact_form  input[type="email"]{
		background: rgba(0, 0, 0, 0);
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.5);
		padding: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 281px;
		font-size: 18px;
		outline: none;
		color: #FFF;
		font-style: normal;
		font-weight: 100;
		float: right;
		height: 35px;
	}
	#themeshark_contact_form  textarea{
		background: rgba(0, 0, 0, 0);
		border: solid 1px rgba(255,255,255,0.5);
		padding: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-size: 18px;
		outline: none;
		color: #FFF;
		font-style: normal;
		font-weight: 100;
		width: 281px !important; /*--- move textarea form for all text ---*/
		height: 80px;
		float: right;
	}
	#themeshark_contact_form p,
	#themeshark_contact_form label{
		font-size: 18px;
		color: #FFF;
		font-style: normal;
		font-weight: 300;
		margin: 0 0 36px 0;
		line-height: 40px;
		overflow: hidden;
	}
	
	#themeshark_contact_form  input[type="submit"],
	#themeshark_contact_form  input[type="submit"]:active,
	#themeshark_contact_form  input[type="submit"]:visited{
		float: right;
		width: auto;
		display: block;
		background: url(../images/send-form-icon.png) no-repeat 88%;
		border: solid 1px rgba(255,255,255,0.5);
		color: #FFF;
		text-transform: none;
		padding: 4px 41px 4px 12px;
		font-size: 14px;
		font-weight: 300;
		transition: background 0.5s ease-in, border 0.5s ease-in;
		-moz-transition: background 0.5s ease-in, border 0.5s ease-in;
		-webkit-transition: background 0.5s ease-in, border 0.5s ease-in;
		outline: none;
		margin: 15px 0 0 0;
	}
	#themeshark_contact_form input.button:hover, #themeshark_contact_form input[type="submit"]:hover {
		background-color: rgba(255,255,255,0.18);
			border: solid 1px #fff;
	}
	
	
/* START Sign up Form 
================================================== */
	

	.widget-search-form-brazil #mc-embedded-subscribe-form {
		position: relative;
		display: table;
		border-collapse: separate;
		
	}

	.widget-search-form-brazil{
			margin: 0 20px 62px 20px;
	}

	.widget-search-form-brazil .clear{
		position: relative;
		white-space: nowrap;
		width: 1%;
		vertical-align: bottom;
		display: table-cell;
	}

	 .widget-search-form-brazil input.button{
		position: relative;
		border-radius: 0;
		height: 51px;
		background: #fff;
		border: solid 1px #fff;
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.428571429;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		color: #000;
		min-width: 100px;
	}


	.widget-search-form-brazil input{
		background: rgba(255,255,255,0.2);
		border-radius: 0;
		border: solid 1px #fff;
		height: 51px;
		color: #FFF;
		width: 100%;
		margin: 0;
		position: relative;
		border-collapse: separate;
		outline: none;
		padding: 6px 12px;
		 -webkit-transition: background 1s ease-out 0.5s;
     -moz-transition: background 1s ease-out 0.5s;
     -o-transition: background 1s ease-out 0.5s;
     transition: background 1s ease-out 0.5s;
	}

	.widget-search-form-brazil input:required, .widget-search-form-brazil input:invalid{
		/*border-bottom: none;*/
	}

	.widget-search-form-brazil input:focus{
		box-shadow: none;
		border-top: solid 1px #f6f6f6;
		border-left: solid 1px #f6f6f6;
		border-bottom: solid 1px #f6f6f6;
		background:rgba(255, 255, 255, 0);
	}

	.widget-search-form-brazil label, .widget-search-form-brazil .indicates-required{
		color: #FCFCFC;
		font-size: 18px;
		font-weight: 100;
		line-height: 28px;
		display: block;
	}
	.widget-search-form-brazil input{
		display: table-cell;
	}

	.widget-search-form-brazil h2{
		color: #FCFCFC;
		font-weight: 100;
	}


/* MODAL WINDOW FORM
================================================== */
	.themeshark_modal_window {
		position: relative;
		background: rgba(0, 0, 0, 0);
		padding: 20px;
		width: 860px;
		margin: 20px auto;

	}
	.brazil_modal_open{
		display:none;
	}

	.md-close {
		text-align:center;
		display:block;
		color:#fff;
		font-size: 24px;
	}
	
	.themeshark_modal_window.animated{
		-webkit-animation-duration: 2s;
		-moz-animation-duration: 2s;
		-o-animation-duration: 2s;
		animation-duration: 2s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	

/* START MODAL PANEL CONTACT US
================================================== */

	#themeshark_map_form {
		overflow: hidden;
	}
	
	#themeshark_map_form h3{
		color: #fff;
		font-size: 36px;
		line-height: 29px;
		font-weight: 400;
		margin: 0 0 36px 0;
	}
	
	.brazil-modal-small-info h3{
		background: url(../images/market.png) no-repeat;
		padding-left: 40px;
	}

	.themeshark_modal_title {
		font-size: 100px;
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		background: url(../images/line-bg.png) no-repeat bottom;
		margin: 0 0 54px 0;
		padding-bottom: 20px;
	}
	
	.brazil-modal-small-info p{
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		line-height: 24px;
	}
	
	.fax-number{
		margin: 0 0 36px 0;
	}

	.themeshark_modal_window_close {
		background: url(../images/close-modal-icon.png) no-repeat;
		width: 57px;
		height: 57px;
		cursor: pointer;
		margin: 30px auto;
		-webkit-transition: all 550ms ease-in;
		-moz-transition: all 550ms ease-in;
		-o-transition: all 550ms ease-in;
		transition: all 550ms ease-in;
	}
	.themeshark_modal_window_close:hover {
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=180);
	}
	
	.animated.grid-anim02{
		-webkit-animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
		-o-animation-delay: 1.5s;
		animation-delay: 1.5s;
	}

/* START MODAL PANEL ABOUT
================================================== */
	#themeshark_about_form p{
		color: #fff;
		font-size: 18px;
		line-height: 18px;
		font-weight: 300;
		margin: 0 0 20px 0;
	}

/* START MODAL PANEL FOLLOW US	
================================================== */
	.social-links-modal{
		text-align: center;
	}

	.social-links-modal li{
		display: inline-block;
		width: 50px;
		height: 53px;
		margin-right: 18px;
		margin-bottom: 18px;
	}
	
	.social-links-modal li a{
		background: url(../images/icon-social-modal.png) no-repeat;
		position: relative;
		width: 46px;
		height: 52px;
		display: block;
		text-align: center;
	}
	.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: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
			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;
	}
	
	.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: rgba(255, 255, 255, 0.2);
		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);
		}


/* START SOCIAL ICONS
================================================== */
	.social-icons-form{
		text-align: center;
		overflow: hidden;
		margin: 0 0 36px 0;
	}
	
	.social-icons-form li{
		display: inline-block;
		vertical-align: top;
		margin: 0 30px 0 30px;
		width: 75px;
		height: 84px;
	}
	
	
	.social-brazil-block{
		position: relative;
		cursor: pointer;
	}
	
	.br-social-icons-form{
		position: absolute;
		background: url(../images/bg-icon-br.png) no-repeat;
		cursor: pointer;
		
		width: 72px;
		height: 78px;
		top: 0;
		z-index: 10;
	}
	
	
	.bg-social-icons-form{
		display: block;
		background: url(../images/bg-icon.png) no-repeat;
		width: 62px;
		height: 70px;
		margin: 5px 4px;
		position: absolute;
		top: 0;
		z-index: 12;
		left: 0;
	}

		
	.images-icon-block{
		position: absolute;
		top: 25px;
		left: 23px;
	}
	
	.social-icons-form .animated {
		-webkit-animation-duration: 3s;
		animation-duration: 3s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	.wrap_content p{
		color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 22px;
		font-weight: 300;
		margin: 5px 0 0 0;
		padding: 0 0 5px 0;
	}
	
	.wrap_content p.street-name-block{
		padding: 0 0 15px 0;
	}
	
	.street-name-block span{
		background: url(../images/icon-street.png) no-repeat left;
		padding-left: 15px;
		display: inline-block;
	}
	
	
/*==================================================
	MEDIA QUERIES
==================================================*/

	@media (max-width: 767px){
		.wrap_content {
			width: auto;
		}
		
		.h_sq {
			width: 42px;
			height: 74px;
		}
		.digit{
			margin-top: -35px;
		}
		
		.hexa_text{
			left: -20px;
			background: none;
			padding-right: 0;
		}
	
	}

	@media (max-width: 800px){

		.container-bg{
			top: 2%;
			height: 97%;
		}
		
		.background-images-container{
			background-size: inherit;
		}
		.h_sq {
			width: 42px;
			height: 74px;
		}
		.digit{
			margin-top: -35px;
			font-size: 34px;
		}
		
		.hexa_text{
			left: -20px;
			padding-top: 20px;
		}
		.themeshark_modal_window{
			width: auto;
		
		}
		
		.themeshark_modal_title {
			font-size: 59px;
		}
		
		
	}


	@media (max-width: 979px) and (min-width: 768px){

		.container-bg{
			top: 2%;
			height: 97%;
		}
		.background-images-container{
			background-size: inherit;
		}
		
		.themeshark_modal_title {
			font-size: 59px;
		}
		
		.themeshark_modal_window{
			width: auto;
		}
		
		.wrap_content {
			width: 710px;
		}
		
		.h_sq {
			width: 63px;
			height: 86px;
		}
		
	}



	@media (max-width: 480px){
		.container-bg{
			top: 2%;
			height: 97%;
		}
	
		.background-images-container{
			background-size: inherit;
		}
		
		
		#wrap_all_container{
			margin: 0;
		}
		
			.wrap_content {
				width: auto;
			}

		
		.themeshark_modal_window{
			width: auto;
		}
		
		.themeshark_phone_modal_number {
			font-size: 40px;
		}
		
		.themeshark_modal_window{
			width: auto;
		}
		
		#themeshark_contact_form input, #themeshark_contact_form input.button, #themeshark_contact_form input[type="submit"]{
			float: none;
		}
		
		.h_sq {
			width: 1px;
			height: 44px;
		}
		.hexa_text{
			width: 57px;
			background: none;
			padding-right: 0;
		}
		
		#countdown_dashboard{
			padding-top: 40px;
		}
		
		.background-images-container .mfp-container{
			padding: 0 0 0 0;
		}

		.digit {
			margin-top: -50px;
			font-size: 21px;
			width: 14px;
		}
		.digit .bottom{
			margin-top: 10px;
		}
		.hexa_text{
			left: 0;
		}
		
		.dash_title{
			font-size: 14px;
			margin-top: 24px;
			display: block;
		}
		
		
		.figures-brazil {
			height: 2px;
		}
		
		
		#main-col-brazil-modal{
			margin-left: 0;
		}
		
		.control-label{
			float: none;
		}
		
		.controls{
			float: none;
		}
		.sbutton{
			float: none;
		}
		
		
		#themeshark_contact_form{
			padding: 10px 10px 10px 10px;
		}
		.title-fadeIn-brazil h1 .subtitle-brazil {
			font-size: 60px;
		}
		.title-fadeIn-brazil h1 .spanSubtitle-brazil{
			font-size: 60px;
		}
		
		.themeshark_modal_title{
			font-size: 37px;
			padding: 10px;
		}
		
		#themeshark_contact_form .control-group input{
			width: 100%;
		}
		
		#themeshark_contact_form .control-group textarea{
			width: 100%;
		}
		
		#themeshark_contact_form input[type="text"], 
		#themeshark_contact_form input[type="email"]{
			width: auto;
			float: none;
		}
		
		#themeshark_contact_form textarea{
			width: auto !important;
			float: none;
		}
		
		.social-icons-form li{
			margin: 0 0 0;
		}

		#themeshark_contact_form p, #themeshark_contact_form label{ display:block;}
		.background-images-container .mfp-bg{ background:none;}
	.background-images-container  .themeshark_modal_window{
		background: url(../images/pattern_1.png);
	}
	}