/**
 * Theme:	Flat Bootstrap child
 * File:	theme-base.css
 *
 * The stylesheet
 */

/**
 * SET SOME REASONABLE DEFAULT WORDPRESS STYLES. MOST OF THESE ARE REQUIRED BY ALL
 * WORDPRESS THEMES
 */


html,
body {
	width: 100%;
	max-width: 100%;
	/*overflow-x: unset !important;*/
	overflow-x: hidden !important;
}

#page {
	width: 100%; 
	max-width: 100%;
	overflow-x: hidden;
}

.container { 
	position: relative; 
}


/*************************
	FOOTER 
*************************/

footer {
	position: relative;
	z-index: 14;
	width: 100%;
	max-width: 100%;
	/*overflow: hidden;
	padding-top: 330px;*/
}
footer .wrapper {
	width: 100%; 
	overflow-x: hidden;
	padding: 80px 0 50px;
}
footer .after-footer {
	margin: 0px;
	padding: 0;
}
footer .after-footer .black-footer-block {
	left: 0;
	top: auto;
	bottom: 0;
	overflow: hidden;
}
footer .after-footer .yellow-footer-block-2 {
	overflow: hidden;
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
	width: 550px;
	height: 0;
}


#rbf {
	margin-left: -15px;
	width: 330px;
}

/*custom radio*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label
{
	position: relative;
	margin-left: 10px;
	margin-top: 22px;
	margin-bottom: 10px;
	padding-left: 28px;
/* padding-right: 28px;*/
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #fff;
}
[type="radio"]:not(:checked) + label
{
	position: relative;
	margin-left: 10px;
	margin-top: 22px;
	margin-bottom: 10px;
	padding-left: 28px;
	/*padding-right: 28px;*/
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	 color: rgba(255, 255, 255, 0.5);
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	border-radius: 100%;
	background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	color: rgba(255, 255, 255, 0.5);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.after-footer{
	background: transparent;
}
.after-footer .col-sm-3.col-sm-pull-9{
	padding:0px;
	background: #fff200;
}
.after-footer .col-sm-3.last {
		z-index: 1100;
		margin: 0px;
		padding: 0 15px 50px;
}
.after-footer .signup-footer .signup_button {
	top: 17px;
	right: 20px;
}
.after-footer .menu:first-child {
		margin-left: 0px;
}
.after-footer{
		margin: 290px -40px 0px 0px;
		padding: 40px 40px 40px 120px;
	}
.after-footer .col-sm-3.last input:not([type="submit"]){
	border-radius: 0px;
}  
.signup {
		width: 300px;
}
.signup-footer{
	position: relative;
	width: 300px; 
}
.menu{
	position: relative;
	z-index: 1100;
}
#mce-EMAIL-footer{
	height: 48px;
}
.footer_date{
	color: #000;
}
.button_post {
	width: 335px;
	font-weight: bold;
	display: inline-block;
	word-wrap: normal;
	word-break:keep-all;
	text-decoration: none;
	border-radius: 40px;
	border: solid 2px #fff200;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	background: #fff200;
	color: #000;
	text-align: center;
	font-size: 15px;
	line-height: 51px;
	font-family: 'AzoSansRegular';
	padding: 0 55px;
	margin-left:calc(100% / 3);
}
.after-footer .social{
	display: inline-block;
	position: relative;
	z-index: 1100;
	margin: 10px 0px 25px;
	text-align: left;
}
.social img{
	z-index: 12;
}
.after-footer .social a{
	margin:0 0px 0 10px;
}
#newslet{
		margin-left: 0px;
	}
.ads{
	width: 250px;
	margin: 20px 0px 0 0px;
}
  .response{
    font-size: 14px;
    line-height: 14px;
    margin: -59px 0 0 25px;
    color:#fff200;
  }
  #mce-error-response_footer{
    color:red;
  }

  .yellow_fb{
    box-shadow: -200px -40px 0px 0px #fff200,-200px 40px 0px 0px #fff200;
  }
  #yellow_fb{
    position: absolute;
    float: left;
    top:-205px;
    z-index: 1;
  }
  .over{
    overflow: hidden;
  }
  .yellow-footer-block_bak{
    position: absolute;
    width: 530px;
    height: 100%;
    border-bottom: 400px solid #fff200;
    border-left: 530px solid transparent;
    z-index: 500;
    top: -400px;
    left: 0px;
  }
  .yellow-footer-block-2{
    position: absolute;
    width: 500px;
    height: 100%;
    border-top: 30px solid transparent;
    border-right: 315px solid transparent;
    border-bottom: 520px solid #fff200;
    border-left: 0px solid transparent;
    z-index: 1001;
    top: -345px;
    left: -67px;
    transform: rotate(-90deg);
  }
  .black-footer-block{
    position: absolute;
    display: flex;
    width: 1200px;
    height: 100%;
    border-bottom: 690px solid #000;
    border-right: 1200px solid transparent;
    z-index: 1000;
    top: -510px;
    left: -60px;
  }
  #ybf{
    /*padding-left: 200px;*/
		text-align: right;
  }
  #ybf img {
    z-index: 1100;
    position: relative;
  }
  .footer_date{
    z-index: 1100;
    position: relative;
  }
  .navigation_bar{
    position: absolute;
    z-index: 1110;
		right: 15px;
		top: -195px;
    width: 60px;
    height: 60px;
    margin: 0px;
    border: solid 3px #fff200;
    border-radius: 30px;
    box-shadow: 10px 10px 10px #000;
    background: #000;
  }
  .navigation_bar:hover,
	.navigation_bar:focus{
    background: #000;
    box-shadow: 0 0 10px #000;
  }
  .alm-load-more-btn {
    z-index: 1005;
    position: relative;
  }
@media (max-width: 1280px) {
    .after-footer{
       margin:290px 0 0 0px;
      padding: 0px;
    }
}
@media (max-width: 1199px) {
    .after-footer{
        margin:290px 0 0 0px;
       padding: 0px;
    }

    .black-footer-block{
      left: -110px;
      overflow: hidden;
    }
    .yellow-footer-block-2{
      overflow: hidden; 
      left: -10px
    }
    #ybf {
      padding-left: 60px;
    }
    .navigation_bar {
        top: -178px;
    }
}     
@media (max-width: 1024px) {
      .after-footer{
       margin:290px 0 0 0px;
       padding: 40px 40px 40px 0px;
      }
      .button_post {
        width: 335px;
         margin: 40px 0 40px 30%;
      }
      
}

@media (max-width: 991px) {
	.navigation_bar {
			right: 15px;
			top: -130px;
	}
}

@media (max-width: 800px) {
    .after-footer{
      margin: 200px 0 0 0;
      padding: 40px 10px 0px 0px;
    }
   /* .signup {
      position: relative;
      width: 80%;
    }*/
    #rbf {
      margin-left: -10px;
      width: 320px;
    }
    #ybf {
      padding-left: 60px;
    }
    [.radio_footer]:not(:checked) + label,
    [.radio_footer]:checked + label {
      margin: 5px;
      display: flex;
      width: 200px;
    }
    [.radio_footer]:not(:checked) + label:after,
    [.radio_footer]:checked + label:after {
      content: '';
      margin: 5px;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 4px;
      left: 4px;
    }
    [.radio_footer]:checked + label:before,
    [.radio_footer]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      margin: 5px;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #000;
      border-radius: 100%;
      background: transparent;
    }
    .button_post {
      width: 335px;
      margin: 40px 0 40px 23%;
    }
    #menu_second {
      width:31%;
    }
 }

@media (max-width: 767px) {
	footer .wrapper {
		padding-bottom: 0;
	}
	
	.signup {
		position: relative;
	  width: 100%;
	}
  .after-footer{
	 margin: 200px 0 0 0;
   padding: 20px 0 0px 0;
	}
	.after-footer .menu {
		margin: 20px 0;
	}
  .after-footer .social {
    position: absolute;
    right: 15px;
    top: 40px;		
    margin: 0px;
    width: 100%;
		text-align: right;
  }
  .after-footer .col-sm-3.last{
    padding: 0 15px;
  }
	.after-footer .social.mobile{
		float:left;
	} 
	.after-footer .col-sm-3.col-sm-pull-9 img{
		margin: 5px 10px 0 20px;
		float:left;
	}
	.after-footer .col-sm-3.col-sm-pull-9 span{
		margin-left:20px;
		float:right;
	}
	.after-footer .social.mobile a {
		margin: 20px 5px 0px 10px;
		/*background-size: 30px 30px;*/
	}
  .button_post{
    margin: 40px 8% 40px 5%;
  }
	#soc_mob{
		float:right;
		margin: -90px 0px 30px 0px;
	}
	#soc_mob a{
		float:right;
		margin: 0px 12px 0px 12px;
	}
  #newslet{
      margin-left: 0px;
    }
  .ads{
    width: 250px;
    margin: 70px 0px 0px 20px;
  }
  #menu_second {
      width:25%;
  }
  .button_post{
    margin: 40px 0 40px 1%;
  }
  #rbf {
    margin-left: -15px;
    width: 320px;
  }
  .signup-footer{
    width: 300px; 
  }
  #ybf{
    padding: 40px 15px;
    text-align: left;
    background: #fff200;
  }
  .yellow-footer-block-2 {
    position: absolute;
    width: 100%;
    height: 1px;
    border: 100px solid #fff200;
    z-index: 1001;
    top: 15px;
    left: 0px;
    transform: rotate(0deg);
  }
  .black-footer-block {
    overflow: hidden;
    position: absolute;
    display: flex;
    width: 1300px;
    height: 100%;
    border-bottom: 542px solid #000;
    border-right: 1300px solid transparent;
    z-index: 1000;
    top: -400px;
    left: -60px;
  }
	
  .footer_date {
    display: inline-block;
		margin: 15px 0 0; 
    font-size: 14px; 
  }
	
  .navigation_bar {
    top: -30px;
  }
	
}
@media (max-width: 480px) {
	.after-footer .menu {
		margin: 20px 0 30px;
	}
	.after-footer .social {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    margin: 10px 0 0-10px;
	}

  
}
@media (max-width: 380px) {
  #rbf {
    margin-left: 0;
  }
  #rbf #radiobutton {
    margin-bottom: 20px;
  }
  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    display: block;
    margin-left: 0;
    text-align: left;
    line-height: 20px;
    font-size: 15px;
  }
  
}
 



#content {
	/*overflow-y: hidden;*/
	overflow: hidden;
	padding-bottom: 100px;
}


/*************************
	Shapes - Generic
*************************/
.shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow-y: visible;
}
.shape:before {
	content: '';
	position: absolute;
	background: #ffffff;
}
.shape:after {
	content: '';
	position: absolute;
	background: #ffffff;
}
.shape > div {
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 200%;
}


/*************************
	Shapes - Footer
*************************/

/*.footer-shape-black {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	height: 300px;
}*/

/* ffffff - black shape */
footer#colophon .shape-black {
	width: 75%;
	height: 100%;
}
footer#colophon .shape-black:before {
	bottom: 24%;
	right: -10px;
	width: 150%;
	height: 200%;
	transform-origin: bottom right;
	-webkit-transform: skew(0deg, 26deg);
	-moz-transform: skew(0deg, 26deg);
	-ms-transform: skew(0deg, 26deg);
	-o-transform: skew(0deg, 26deg);
	transform: skew(64deg, 0deg);
	background: #000000;
}
footer#colophon .shape-black:after {
	display: none;
}
footer#colophon .shape-black > div {
	background: #000000;
	right: 0;
	bottom: 0%;
	height: 34%;
}



/* footer - yellow shape */
footer#colophon .shape-yellow {
	left: auto;
	right: 0;
	width: 48%;
	height: 100%;
}
footer#colophon .shape-yellow:before {
	bottom: 23.40%;
	left: 0px;
	width: 100%;
	height: 200%;
	transform-origin: bottom left;
	-webkit-transform: skew(0deg, -26deg);
	-moz-transform: skew(0deg, -26deg);
	-ms-transform: skew(0deg, -26deg);
	-o-transform: skew(0deg, -26deg);
	transform: skew(-64deg, 0deg);
	background: #fff200;
}
footer#colophon .shape-yellow:after {
	display: none;
}
footer#colophon .shape-yellow > div {
	bottom: 0;
	background: #fff200;
	right: 0;
	/* top: 28%; */
	height: 23.50%;
	/* display: none; */
}




/*************************
	Shapes - Homepage
*************************/
/* hp - black shape */
/*.central_b2 .shape-black {
	width: 65%;
	height: 100%;
}
.central_b2 .shape-black:before {
	bottom: 94%;
	left: 0px;
	width: 100%;
	height: 200%;
	-webkit-transform: skew(0deg, 26deg);
	-moz-transform: skew(0deg, 26deg);
	-ms-transform: skew(0deg, 26deg);
	-o-transform: skew(0deg, 26deg);
	transform: skew(0deg, 26deg);
}
.central_b2 .shape-black:after {
	top: 40%;
	left: 0;
	width: 100%;
	height: 200%;
	-webkit-transform: skew(0deg, -26deg);
	-moz-transform: skew(0deg, -26deg);
	-ms-transform: skew(0deg, -26deg);
	-o-transform: skew(0deg, -26deg);
	transform: skew(0deg, -26deg);
}
.central_b2 .shape-black > div {
	background: #000000;
	right: 1px;
	top: -50%;
}*/


/* hp - yellow shape */
/*.central_b2 .shape-yellow {
	left: auto;
	right: 0;
	width: 52%;
	height: 100%;
}
.central_b2 .shape-yellow:before {
	top: 6%;
	left: 0px;
	width: 100%;
	height: 200%;
	-webkit-transform: skew(0deg, -26deg);
	-moz-transform: skew(0deg, -26deg);
	-ms-transform: skew(0deg, -26deg);
	-o-transform: skew(0deg, -26deg);
	transform: skew(0deg, -26deg);
	background: #fff200;
}
.central_b2 .shape-yellow:after {
	top: 55%;
	left: -1px;
	width: 101%;
	height: 200%;
	-webkit-transform: skew(0deg, 26deg);
	-moz-transform: skew(0deg, 26deg);
	-ms-transform: skew(0deg, 26deg);
	-o-transform: skew(0deg, 26deg);
	transform: skew(0deg, 26deg);
}
.central_b2 .shape-yellow > div {
	background: #fff200;
	right: 0;
	top: 28%;
}*/



	.central_b2 .shape-black_sub {
		left: auto;
    width: 155%;
    height: 200%;
    top: -95%;
    right: 45%;
	}
	.central_b2 .shape-black_sub > div {
		right: -5%;
    top: -147%;
    transform: skew(64deg, -26deg);
    height: 200%;
    width: 300%;
    transform-origin: bottom right;
    background: #000000;
	}
	.central_b2 .shape-yellow_sub {
		width: 155%;
    height: 200%;
    top: -79%;
    left: 48%;
    overflow: hidden;
	}
	.central_b2 .shape-yellow_sub > div {
		left: -12%;
    top: -150%;
    transform: skew(-64deg, 26deg);
    height: 200%;
    width: 300%;
    transform-origin: bottom left;
    background: #fff200;
	}	



@media (max-width: 1199px) {
	.central_b2 .shape-yellow:before {
		top: 9%;
	}
	
	footer#colophon .shape-black {
			width: 68%;
	}
	footer#colophon .shape-black:before {
			bottom: 48%;
	}
	footer#colophon .shape-black > div {
    height: 48%;
	}
	footer#colophon .shape-yellow {
			width: 40%;
	}
	footer#colophon .shape-yellow:before {
			bottom: 42%;
	}
	footer#colophon .shape-yellow > div {
			height: 42%;
	}
}


/*@media (min-width: 992px) {
    .navbar-header .navbar-toggle {
        display: none
    }
}*/

@media (max-width: 991px) {
	
	footer#colophon .shape-black {
			width: 90%;
	}
	footer#colophon .shape-black:before {
			bottom: 45%;
	}
	footer#colophon .shape-black > div {
    height: 46%;
	}
	
	.navbar > .container .navbar-brand {
		left: 15px;
    width: 150px;
		background-size: 100% auto;
	}
	.navbar-default .navbar-collapse.collapse {
		right: 0 !important;
	}
	.navbar-default .navbar-collapse .navbar-nav li a {
    font-size: 14px !important;
	}
	.header_signup {
    width: 90px !important;
	}
	.arrow-expand {
		margin: 5px 0 0 10px !important;
	}
	
	

	/*.central_b2 .shape-black_sub > div {
		right: -12%;
    top: -145%;
	}
	.central_b2 .shape-yellow_sub > div {
		left: -24%;
    top: -148%;
	}*/	

	
	
}

@media (max-width: 767px) {
  .navbar > .container .navbar-brand {
    left: 15px;
    top: 0;
    width: 150px;
    height: 80px;
    margin: 0;
    background-size: 100% auto;
  }	
  .main-navigation .navbar-toggle {
    margin: 20px 0 !important;
  }
  .main-navigation .navbar-toggle .text {
    display: none;
  }
  
	footer#colophon .shape-black {
		width: 100%;
	}
	footer#colophon .shape-black:before {
			bottom: 66%;
	}
	footer#colophon .shape-black > div {
    height: 67%;
	}
	footer#colophon .shape-yellow {
		display: none;
	}
	
	/*.central_b2 .shape-black {
		display: none;
		
			width: 100%;
			height: 100%;
			top: -32%;
	}
	.central_b2 .shape-black > div {
			right: -20%;
			top: 0%;
			transform: skew(64deg, -26deg);
			height: 50%;
			width: 200%;
			transform-origin: bottom right;
	}	
	.central_b2 .shape-black:before,
	.central_b2 .shape-black:after {
		display: none;
	}
	
	.central_b2 .shape-yellow {
		display: none;
		
			left: auto;
			right: 0;
			width: 100%;
			height: 100%;
			top: -5%;
	}
	
	.central_b2 .shape-yellow > div {
			left: -20%;
			top: 0%;
			transform: skew(-64deg, 26deg);
			height: 50%;
			width: 200%;
			transform-origin: bottom left;
	}	
	.central_b2 .shape-yellow:before,
	.central_b2 .shape-yellow:after {
		display: none;
	}*/
	
	
	
	.central_b2 .left_b2,
	.central_b2 .right_b2	{
		position: relative;
	}
	

	
	.central_b2 .shape-black_sub {
		left: -7%;
		top: 0;
		right: auto;
		width: 115%;
		height: 115%;
	}
	.central_b2 .shape-black_sub > div {
		right: -5%;
		top: -150%;
		width: 200%;
		height: 200%;
	}
	.central_b2 .shape-yellow_sub {
		top: 0;
		left: auto;
    right: -7px;
    width: 115%;
    height: 115%;
		overflow: unset;
    overflow-y: visible;
	}
	.central_b2 .shape-yellow_sub > div {
		left: -5%;
    top: -150%;
    width: 200%;
    height: 200%;
	}
}


@media (max-width: 479px) {
	footer#colophon .shape-black:before {
			bottom: 84%;
	}
	footer#colophon .shape-black > div {
    height: 84%;
	}
	
	.central_b2 .shape-black {
		top: -32%;
	}
	.central_b2 .shape-black > div {
			right: -30%;
	}	
	.central_b2 .shape-yellow {
    top: -6%;
	}
	.central_b2 .shape-yellow > div {
			left: -30%;
	}	
	
.central_b2 .shape-black_sub > div {
	right: -10%;
}
.central_b2 .shape-yellow_sub > div {
	left: -10%;
}	
#content {
	margin-top:70px;
}
	
}

@media (max-width: 379px) {

.central_b2 .shape-black_sub > div {
	right: -35%;
}
.central_b2 .shape-yellow_sub > div {
	left: -35%;
}	

}


