/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Andy.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 15/5/2014*/
/* Author: Unbranded.*/
/* Website: http://www.unbranded.co */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mast-wrap{opacity: 0;}
body{
	font-family: "Khand", Helvetica, Arial, sans-serif;
	overflow-x: hidden !important;
	background: #000;
    background-image: url('../img/mainvideo_placeholder.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
	    background-size: contain;
}
a, a:hover, a:focus{
	text-decoration: none;
}
a:focus { 
    	outline: none; 
}

h1,h2,h3,h4,h5,h6,p {
	font-family:"Khand";
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h4{
	font-family:"Khand";
color: 	#ff2e2e;
font-size:20px;
	}
p{
	color: #fff;
	font-family:"Khand";
	font-size: 16px;
	line-height:21px;
}
@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 990px;
	}
}

/*Common Spacing and Padding*/
.add-top{
	padding-top: 120px;
}
.add-bottom{
	padding-bottom: 120px;
}
.add-top-half-story{
	padding-top: 100px;
}
.add-top-half{
	padding-top: 60px;
}
.add-bottom-half{
	padding-bottom: 60px;
}

.add-min-top-half {
	padding-top: 30px;
}

.add-min-bottom-half {
	padding-bottom: 30px;
}

.add-margin-top {
	margin-top: 120px;
}

.add-margin-bottom {
	margin-bottom: 120px;
}

.add-margin-top-half {
	margin-top: 60px;
}

.add-margin-bottom-half {
	margin-bottom: 60px;
}

.add-min-margin-top-half {
	margin-top: 30px;
}

.add-min-margin-bottom-half {
	margin-bottom: 30px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.clear-float {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.section-heading h2 {
	color:#f8c600;
	font-family: "Khand";
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	Xbackground-image: url(../img/title_bg_blue.png);
	background-position: 0px 24px;
    height: 50px;
	margin: 30px 0 0 0;
    background-repeat: no-repeat;
    background-position-x: center;
	background-size: contain;
	text-transform: uppercase;
}

.section-heading .section-separator {
	width: 20px;
	height: 4px;
	margin:0 auto;
	margin-top: 10px;
}

.section-heading h3 {
	font-size: 16px;
	line-height: 23px;
	font-family: "Khand";
	margin-top: 10px;
} 

.btn-andy-light{
	border:solid 2px #b9b9b9;
	border-radius: 0;
	background: transparent;
	color: #000;
	text-decoration: none;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family:"Khand";
	
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-andy-light:focus {
	color: #000;
}

.btn-andy-light:hover{
	border:solid 2px #000;
	border-radius: 0;
	background: #000;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-andy-dark{
	Xborder:solid 2px #b9b9b9;
	border-radius: 0;
	background: #db0c55;
	color: #fff;
	text-decoration: none;
	padding: 15px 40px;
	font-size: 21px;
	line-height: 21px;
	text-transform: uppercase;
	font-family:"Khand";
	
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-andy-dark:focus {
	color: #fff;
}

.btn-andy-dark:hover{
	Xborder:solid 2px #000;
	border-radius: 0;
	background: #078433;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/



/*Navigation section*/

#sm.menu {
	display: none;
}
.home-section-mobile-logo{display: none;	}
.header-nav-fixed {
	position: fixed !important;
	top: -10px;
	left: 0;
	z-index: 999;
	background-image: url(../img/top_bg4_top.png)!important;
}

.navigation-section {
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
	background-image: url(../img/top_bg4_bot.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}


.navigation-container {
   /*background: #000; */
    /*background-image: url(../img/top_bg4.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;*/
    /* width: 100%; */
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    height: 120px;
    display: flex;

}

.navigation-left {
	
	    /* float: right; */
    /* height: 100px; */
    display: block;
    width: 50%;
    margin-bottom: auto;
    margin-top: auto;
}

.navigation-right {
	/*float: left; */
    margin-bottom: auto;
    width: 50%;
    margin-top: auto;
}

.navigation-container .site-title {
    /* display: inline-block; */
    font-size: 24px;
    /* line-height: 31px; */
    font-family: "Khand";
    text-transform: uppercase;
    /* margin-top: 10px; */
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    -moz-transform: translateX(-50%);
    /* -webkit-transform: translateX(-50%); */
    -o-transform: translateX(-50%);
    -ie-transform: translateX(-50%);
    min-width: 240px;
    /* width: 33%; */
    /* display: block; */
}

.navigation-container ul {
	padding: 0;
	Xmargin: 0;
	    margin-top: 20px;
}

.navigation-container ul li {
	display: inline;
	padding-right: 15px;
	margin-right: 15px;
}

.navigation-container ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.navigation-container ul li a {
	font-size: 22px;
	font-weight: 400;
	line-height: 19px;
	font-family: "Khand";
	text-transform: uppercase;
	    color: #fff;
    text-shadow: 2px 2px 1px black;
}

/*Story section*/

.story-text h3 {
	font-size: 14px;
	line-height: 21px;
	font-family: "Khand";
	text-transform: uppercase;
}

.story-text p {
	font-size: 14px;
	line-height: 24px;
	font-family: "pt_sansregular";
	padding: 12px;
}

/*quote section*/

.quote-owl .item h3 {
	font-size: 26px;
	line-height: 33px;
	font-family: "Khand";
}

.quote-owl .item p {
	font-size: 18px;
	line-height: 25px;
	font-family: "Khand";
	margin-top: 20px;
	position: relative;
}

.quote-owl .item p:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	top: 11px;
	margin-left: -18px;
}

/*Services section*/

.services-container .services-owl h3 {
	font-size: 24px;
    line-height: 21px;
    font-family: "Khand";
    text-transform: uppercase;
    margin-top: 12px;
    color: #f8c600;
}

.services-container .services-owl p {
	font-size: 16px;
	line-height: 24px;
	font-family: "Khand";
	padding: 12px;
}

.services-container .services-owl.owl-theme .owl-controls .owl-page span {
	border-radius: 0 !important;
	background: #ffca00;
}

/*Works section*/

.works-gallery .custom-works-center {
	margin-left: 3%;
}

.works-gallery .category div.filter {
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	margin-right: 15px;
	font-size: 14px;
	line-height: 21px;
	font-family: "Khand";
	text-transform: uppercase;
}

.works-gallery .category div.filter:last-child {
	margin-right: 0;
}

.works-gallery #Grid .mix{
	display: none;
	width: 16%;
	height: auto;
	margin-right: 3%;
	margin-bottom: 3%;
	vertical-align: top;
}

.works-gallery .works-item a.more_info {
	display: block;
	position: relative;
	overflow: hidden;
}

.works-gallery .works-item a.more_info .hover-hidden-content {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0%;
	opacity: 0;
	text-align: center;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ie-transition: all 0.8s;
}

.works-gallery .works-item a.more_info .hover-hidden-content h1 {
	display: block;
	width: 100%;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 29px;
	text-transform: uppercase;
	font-family: "Khand";
	padding: 15px;
}

.works-gallery .works-item a.more_info .hover-hidden-content h2 {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	font-family: "Khand";
}

.works-gallery .works-item a.more_info .hover-hidden-content .type{
	width: 100%;
	display: block;
	position: absolute;
	height: auto;
	min-height: 2px;
	bottom: 18px;
	text-align: center;
}

.works-gallery .works-item a.more_info .hover-hidden-content .type p {
	font-size: 16px;
	line-height: 23px;
	font-family: "Khand";
	display: inline-block;
	padding: 5px 8px;

}

.hover-hidden-slide {
	opacity: 1 !important;
}

#control_buttons {
	margin-bottom: 10px;
}

#control_buttons a {
	font-size: 30px;
	line-height: 37px;
	padding: 5px;
	font-family: "new_ciclefina";
}

#control_buttons a#prev {
margin-right: 15px;
}

#control_buttons a#next {
margin-left: 15px;
}

#works_item {
	display: none;
}

#item_content {
    margin: 0 auto;
    padding: 40px;
    padding-top: 30px;
	padding-bottom: 70px;
    background: #141414;
}

.project-text-content h2 {
	font-size: 16px;
	line-height: 23px;
	font-family: "Khand";
	text-transform: uppercase;
}

.project-text-content p {
	font-size: 12px;
	line-height: 24px;
	font-family: "pt_sansregular";
	margin-top: 15px;
}

.project-text-content .social-icons {
	margin-top: 15px;
}

.project-text-content .social-icons p {
	font-size: 14px;
	line-height: 21px;
	font-family: "Khand";
	text-transform: uppercase;
	display: inline-block;
	margin-top: 0;
	float: left;
	padding-top: 4px;
	padding-right: 15px;
}

.project-text-content .social-icons a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	float: left;
	margin-right: 2px;

}

.project-text-content .social-icons a:last-child {
	margin-right: 0;
}

.project-text-content .social-icons a img {
	display: inline-block !important;
}

.project-info-text h4 {
	font-size: 14px;
	line-height: 21px;
	font-family: "Khand";
	text-transform: uppercase;
}

.project-info-details {
	margin-top: 15px;
}

.project-info-details p {
	font-size: 14px;
	line-height: 21px;
	font-family: "Khand";
	margin-bottom: 5px;
}

.project-info-link {
	margin-top: 15px;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 21px;
	font-family: "Khand";
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ie-transition: all 0.8s;
}

.project-info-link:hover {

}

/* Slider */
#item_slider {
    margin: 0;
    padding: 0;
}

#item_slider a:active {
    outline: none;
}

.slides,  .flex-control-nav,  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#item_slider .slides > li {
    display: none;
}

#item_slider .slides img {
    max-width: 100%;
    display: block;
}

#item_slider {
    zoom: 1;
}

#item_slider .slides {
    zoom: 1;
}

#item_slider .slides > li {
    position: relative;
}

.project-slider-container {
	position: relative;
}

#item_slider .flex-direction-nav li a {
    width: 50px;
    height: 50px;
    line-height: 26px;
    padding-top: 10px;
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
    text-indent: 1px;
    font-size: 40px;
    font-family:"new_ciclefina";
    text-align: center;
    z-index: 10;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

#item_slider .flex-direction-nav li .flex-next {
	right: 1.5%;
}

#item_slider .flex-direction-nav li .flex-prev {
   left: 1.5%;
}

#item_slider .flex-control-nav {
	position: absolute;
	z-index: 999;
	list-style: none;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


#item_slider .flex-control-nav li {
	list-style: none;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	display: inline;
	
}

#item_slider .flex-control-nav li:last-child {
	margin-right: 0;
}

#item_slider .flex-control-nav li a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 1px;
	text-indent: 1000%;
	overflow: hidden;
	cursor: pointer;
}

#item_slider .flex-control-nav li a *  {
	opacity: 0;
}

/* Video */
#item_video_wrapper {
}

#item_video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

#item_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    border: 0;
}


/*Team section*/

.team-container {
	padding:0px 15px;
}

.team-container .team-pack {
	padding:25px;
}

.team-pack h2 {
	color: #f8c600;
	font-size: 16px;
	line-height: 21px;
	font-family: "Khand";
	margin-top: 15px;
	text-transform: uppercase;
}

.team-pack h3 {
	color: #f8c600;
	font-size: 16px;
	line-height: 21px;
	font-family: "Khand";
	margin-top: 10px;
}

.team-pack .team-social-icons {
	width: 100%;
	display: block;
	margin-top: 10px;
}

.team-pack .team-social-icons a {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.team-pack .team-social-icons a img {

}

.team-owl .owl-buttons div {
	position: absolute;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 50px !important;
	font-family:"new_ciclefina";
	top: 34%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ie-transform: translateY(-50%);
}

.team-owl .owl-buttons div.owl-prev {
	left: -40px;
}

.team-owl .owl-buttons div.owl-next {
	right: -40px;
}


/*Intermediate section*/

.intermediate-container .subheading {
	position: relative;
	width: 100%;
	min-height: 20px;
	text-align: center;
}

.intermediate-container .subheading h4 {
	font-size: 30px;
	line-height: 37px;
	font-family: "Khand";
	display: inline-block;
	padding: 0px 25px;
	position: relative;
	z-index: 10;
}

.intermediate-container .subheading .divider {
	position: absolute;
	width: 60%;
	margin-left: 20%;
	height: 1px;
	top: 17px;
	z-index: 1;
}

.intermediate-container .heading h2 {
	font-size: 40px;
	line-height: 47px;
	font-family: "Khand";
	text-transform: uppercase;
	margin-top: 30px;
}

.intermediate-container .intermediate-button-margin {
	margin-top:20px;
}

/*Pricing section*/

.pricing-container .pricing-header.alt {
	background: #BAA37A;
}

.pricing-container .pricing-header {
	padding: 35px 0px;
}

.pricing-container .pricing-header h2 {
	font-size: 18px;
	line-height: 25px;
	font-family: "Khand";
	text-transform: uppercase;
}

.pricing-container .pricing-header .pricing p {
	font-size: 40px;
	line-height: 47px;
	font-family: "Khand";
}

.pricing-container .pricing-header .pricing p span {
	font-size: 20px;
	line-height: 27px;
	margin-right: 10px;
}

.pricing-container .pricing-header h4 {
	font-size: 14px;
	line-height: 21px;
	font-family: "Khand";
	margin-top: -5px;
}

.pricing-container .pricing-features {
	padding: 35px 0px;
}

.pricing-container .pricing-features .each h2 {
	font-size: 12px;
	line-height: 21px;
	font-family: "pt_sansregular";
	margin-bottom: 15px;
}

.pricing-container .pricing-features .each h2:last-child {
	margin-bottom: 30px;
}

.pricing-container .pricing-features .custom-pricing-btn-style {
	padding: 12px 40px !important;
	font-size: 12px !important;
}

/*Clients section*/

.clients-testimonial-container .clients-owl {
	margin-top: 30px;
}

.clients-header h2 {
	font-family: "Khand";
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
}

.clients-wrapper h3 {
    font-family: "Khand";
    font-size: 26px;
    line-height: 33px;
}

.clients-wrapper p {
    font-family: "Khand";
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    position: relative;
} 

.clients-wrapper p:before {
    content: "";
    height: 2px;
    margin-left: -18px;
    position: absolute;
    top: 11px;
    width: 12px;
}

.clients-wrapper p span {
	font-size: 14px;
	line-height: 21px;
}

.clients-testimonial-container .clients-owl.owl-theme .owl-controls {
	margin-top: 20px;
}

.clients-testimonial-container .clients-owl.owl-theme .owl-controls .owl-page span {
	border-radius: 0 !important;
	opacity: 1;
}

.clients-logo-owl .logo {
	padding: 0px 15px;
}

/*Blog section*/

.blog-container {
	padding: 0px 15px;
}

.blog-owl {
	position: relative;
}

.blog-owl .owl-controls .owl-buttons div {
	position: absolute;
	border-radius: 0;
	background: transparent;
	font-size: 50px;
	font-family: "new_ciclefina";
	top: 50%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ie-transform: translateY(-50%);
}

.blog-owl .owl-controls .owl-buttons div.owl-prev {
	left: -40px;
}

.blog-owl .owl-controls .owl-buttons div.owl-next {
	right: -40px;
}

.blog-owl .blog-wrap {
	padding: 0px 15px;
}

.blog-owl .blog-wrap .blog-slider {
	position: relative;
}

.blog-owl .blog-wrap .blog-slider .flex-direction-nav li a{
	position: absolute;
	top: 50%;
	width: 30px;
    height: 30px;
	text-align: center;
	 font-size: 20px;
	 font-family: 'new_ciclefina';
    opacity: 0.5;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.blog-owl .blog-wrap:hover .blog-slider .flex-direction-nav li a {
	opacity: 1;
}

.blog-owl .blog-wrap .blog-slider .flex-direction-nav li a.flex-prev {
	left: 0;
}

.blog-owl .blog-wrap .blog-slider .flex-direction-nav li a.flex-next {
	right: 1px;
}

.blog-owl .blog-details {
	padding: 25px 15px;
}

.blog-owl .blog-details h2 {
    font-family: "Khand";
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;	
}

.blog-owl .blog-details h3 {
    font-family: "Khand";
    font-size: 16px;
    line-height: 23px;
    margin-top: 5px;
}

.blog-owl .blog-details p {
    font-family: "pt_sansregular";
    font-size: 12px;
    line-height: 19px;
}

.blog-owl .blog-details a {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 21px;
	font-family: "Khand";
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    background: transparent;
}

/*Contact section*/

.our-contact-details h2 {
	font-size: 16px;
	line-height: 23px;
	font-family: "Khand";
	text-transform: uppercase;
}

.our-contact-details h3 {
	font-size: 12px;
	line-height: 19px;
	font-family: "pt_sansregular";
}

.our-contact-details p {
	font-size: 12px;
	line-height: 19px;
	font-family: "pt_sansregular";
}

.contact-section {
	background-image: url(../img/profile_background_01_1920x1080.jpg);
	background-size: cover; 
}

.contact-form .alert-danger, .contact-form .alert-error {
	background: transparent;
    border: 1px solid #ccc;
    padding: 10px 8px;
    color: #fff;
    border-radius: 0px;
    font-family:"OpenSansLight" !important;
    font-size:16px !important;
    text-shadow:none;
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
}

.contact-form input
{
    box-shadow: none !important;
    border: 2px solid #a22020;
	background: #181519;
	color: #fff;
    border-radius:0!important;
	font-family:"pt_sansregular" !important;
    font-size:14px !important;
    margin-bottom:30px;
    padding:5px 10px;
    width:86%;
    margin-left: 7%;
    height: 35px !important;
}

.contact-form input:last-child {
	margin-bottom: 0;
}

.cnt-input::-webkit-input-placeholder { color:#f1f1f1 !important; opacity: 0.6; }
.cnt-input:-moz-placeholder { color:#f1f1f1 !important; opacity: 0.6; } 
.cnt-input::-moz-placeholder { color:#f1f1f1 !important; opacity: 0.6; }
.cnt-input:-ms-input-placeholder { /* IE10+ */ color:#f1f1f1; opacity: 0.6; }

.contact-form input:focus, .contact-form textarea:focus { 
    outline-color: #000;
}

.contact-form form {
	margin: 0px;
}

.contact-form textarea
{
    box-shadow: none !important;
    border: 2px solid #a22020;
	background: #181519;
	color: #fff;
    border-radius:0!important;
	font-family:"pt_sansregular" !important;
    font-size:14px !important;
    height:165px;
    margin-top:0px;
    padding:5px 10px;
    resize:none;
    width:86%;
    margin-right: 7%;
}

/*Map section*/

.map-section {
	background: #141414;
}

.map-container {
	
}

.map-container .map-text a {
	display: inline-block;
	font-size: 14px;
	line-height: 21px;
	font-family: 'RalewayBold';
	text-transform: uppercase;
	margin: 15px 0px;
}

.map-container .map-text a span {
	font-size: 10px;
	font-family: "new_ciclefina";
	font-weight: 900;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top:-1px;
}

.map-container .map {
	display: none;
	margin-top: 5px;
	margin-bottom: 30px;
	height: 350px;
}

.map-container .map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*05 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.copyright-text p {
	font-size: 12px;
	line-height: 19px;
	font-family: "pt_sansregular";
}

.footer-social {
	margin-top: 15px;
}

.footer-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 2px;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.footer-social a:last-child {
	margin-right: 0;
}

.over-to-top a {
	margin-top: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.over-to-top a span {
	font-size: 30px;
	line-height: 34px;
	font-family: "new_ciclefina";

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*06 - PARALLAX LAYERS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.parallax{
	/*background-repeat: no-repeat !important;*/
	overflow-x: visible !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
	background-attachment:scroll !important;
	background-size:cover !important;
}
.parallax-rescale{
	background-position: 50% 0 !important;
}
.parallax-slide-01{
	background-image: url(../img/profile_background_02_1920x1080.jpg);
}

.parallax-slide-02 {
	background-image: url(../img/profile_background_04_1920x1080.png);
}
.parallax-slide-03 {
	background-image: url(../img/profile_background_01_1920x1080.jpg);
}

.parallax-slide-mfa {
	background-image: url(../img/fetured_img_mfa.jpg);
}
.parallax-slide-mfc2 {
	background-image: url(../img/fetured_img_mfc2.jpg);
}
.parallax-slide-vape {
	background-image: url(../img/fetured_img_vape.jpg);
}
.parallax-slide-footergames {
	background-image: url(../img/parallax-slide-footergames.jpg);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*THANKS PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.thanks-container-section {
	background-image: url(http://placehold.it/1000X625);
	background-size: cover;

}

.thanks-container-section .inner-section {
	background: rgba(0,0,0,0.5);
}

.thanks-wrapper h2 {
	font-size: 50px;
	line-height: 57px;
	font-family: "Khand";
	text-transform: uppercase;
}

.thanks-wrapper p {
	font-size: 30px;
	line-height: 37px;
	font-family: "Khand";
	display: inline-block;
	padding: 8px 16px;
}

.page_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 0.5em;
}
.page_video_if {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  width: 100%;
  height: 100%;
  
  .hi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
    color: #fff;
    
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    
    span {
      color: #ff0;
      cursor: pointer;
      text-decoration: underline;
    }
    
    em {
      font-style: normal;
      
      &.hidden {
        display: none;
      }
    }
  }
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;

  width: 100%;
  height: 100%;
  overflow: hidden;
}
  .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

    margin: auto;

    opacity: 0;
    transition: opacity .5s;
  }
    .active {
      opacity: 1;
    }
 
 .page_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 0em;
}
.page_video_if {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
.page_game_article_bg{ background: url(../img/game-details-header-bg.png);background-position: center;    background-repeat: no-repeat;    background-size: auto;}

.page_game_info{
	background: no-repeat center url(../img/inner_titile_bg.png);
	height: 250px;
	}
.page_game_info_block{
	display: flex;   width: 471px;         padding: 60px 0px 40px 0px;    margin-left: auto;    margin-right: auto;       margin-bottom: 10px;
	}
.page_game_info_block_img{
	display:block;
	}
.page_game_info_block_txt{
	padding: 0px 0px 0px 20px;
    margin-top: auto;
    margin-bottom: auto;
	    width: 100%;
		
    /* margin: 0; */
    /* width: 72%; */
}
.info_block_txt_bot{
text-align: center;
}


.gdetails{}
.gdetails-img{position: relative;}
.gdetails-img-txt{
	max-width: 1000px;
	width: 100%;
    position: relative;
    bottom: 1px;
    background: url(img/fetured-img-txt_bg.png) no-repeat;
    background-size: cover;
    display: inline-flex;
    max-height: 240px;
	}
.gdetails-img-descr{width: 50%;padding: 15px;}
.gdetails-img-descr-h3 {
	color:#f9e400;
	font-family: "Khand";
    font-size: 32px;
    text-transform: uppercase;
	margin-bottom:15px;
	}
.gdetails-img-descr-h2{
	font-family: "Khand";
	color: #14d813;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom:15px;
	}
.gdetails-title-absolute{
	position: absolute;
    top: 6px;
    left: 159px;
	}
	
.gdetails-desc-absolute{
	position: absolute;
    top: 52px;
    left: 159px;
    max-width: 360px;
    	}
.gdetails-img-descr p {
	color:#fff;
	font-family: "Khand";
    font-size: 16px;
	line-height: 20px;
	}
	
.gdetails-img-store{width: 50%;padding: 15px;text-align: center;}

.gdetails-img-store ul {display:inline-flex;    margin: 0px;    padding: 0px;    line-height: 0px;}
.gdetails-img-store ul li{margin:0; padding:6px;line-height: 0px;}

.single-project-page-desc{padding: 20px 0px 20px 0;}





.our-games{text-align: center;}
.game_icons{
	padding: 0 0 0 0;
	margin: 0;
	display: inline-block;
	}
.game_icons li{
	max-width: 200px;
    min-width: 177px;
    min-height: 250px;
    float: left;
    text-align: center;
    font-size: 14px;
    list-style: none;
    padding: 0px 10px 10px 10px;
    margin: 0px;
	color: #fff;
	font-family: "Khand";
    font-size: 20px;
    text-transform: uppercase;
	}
.game_icons li p{
	
	color: #fff;
	font-family: "Khand";
    font-size: 20px;
    text-transform: uppercase;
	padding: 13px 0 0 0;
    line-height: 20px;
	    margin: 0;
	}
.our-games h3{
	color:#f8c600;
	font-family: "Khand";
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	background-image: url(../img/title_bg_blue.png);
	background-position: 0px 13px;
    height: 70px;
    background-repeat: no-repeat;
    background-position-x: center;
	text-transform: uppercase;
}
.more-games{background: url(../img/bt_big_red_bg.png) center center no-repeat; height:47px}	
.more-games-a {
	color: #fff;
	font-family: "Khand";
    font-size: 24px;
    text-transform: uppercase;
	line-height: 47px;
	font-weight: bold;
}
.more-games-a:hover{
	color: #3affbb;
	

}
.footer{
	text-align: center;
	}

.footer-top{
	display:  inline-flex;
    background: url(../img/red-line.png) 0px 163px no-repeat;
    padding-bottom: 40px;
	width: 90%;
}
.footer-top .img1{	    display: block;    min-width: 146px;    width: 30%;	}
.footer-top .mid{	    display: block; width: 38%;	}
.footer-top .img2{	    display: block;    min-width: 263px;    width: 30%;	}

.footer-mid{    display: inline-flex;    width: 100%;}
.footer-social{    width: 100%;    list-style: none;        text-align: center;     margin: 0;}
.footer-social li{display: inline-block;    text-align: center;    Xwidth: 10%;}


.footer-bot{ color:#fff;}

.footer-a {min-width: 65px;min-height: 65px;display: inline-block;;background-color: #00F;}
.fb{background: url('../img/footer-social-icons.png') -39px 0;}
.tw{background: url('../img/footer-social-icons.png') -148px 0;}
.yt{background: url('../img/footer-social-icons.png') -253px 0;}

.footer-a:hover{-webkit-filter: hue-rotate(90deg); /* Safari */    filter: hue-rotate(90deg);}




.footer-logo{ min-width: 127px;}
	
.footer-menu {list-style: none;color: #fff;font-family: "Khand";font-size: 20px;text-transform: uppercase;width: 50%;text-align: right;margin-top: auto;margin-bottom: auto;}
.footer-menu li{display: inline;padding: 0px 0px 10px 30px;}
.footer-menu li a{color: #fff;}
.footer-menu li a:hover{color: #de2a5e;}

.separator-line{background-image: url(../img/line_1px.png); background-position: 0px 0px; height: 1px; background-repeat: no-repeat; background-position-x: center; background-size: cover; display: block; background-color: black;}
.separator-line-sm{background-image: url(../img/line_1px.png); background-position: 0px 0px; height: 1px; background-repeat: no-repeat; background-position-x: center; background-size: contain; display: block; Xbackground-color: black;}
.separator-img{position: relative; top: -25px; left: 50%; margin-right: -50%; transform: translate(-50%, 0%);}

.separator-line-invisible{    padding: 12px;}

.single_store_buttons{display: inline-flex;flex-wrap: wrap;justify-content: space-between; list-style: none; max-width: 270px;width: 100%;}

.item-video-container{max-width:1000px;margin-left: auto; margin-right: auto;min-width: 344px; position: relative;}