@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800);
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

body {
  font-family: Open Sans;
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  line-height: 20px; }

::selection {
  color: #ffffff;
  background: #000000; }

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #000000; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

p {
  margin: 0 0 10px 0;
  color: #000000;
  font-size: 15px;
  line-height: 20px; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: Open Sans;
  font-weight: 700; }

h1 {
  font-size: 40px;
  line-height: 1; }

h2 {
  font-size: 30px;
  line-height: 1; }

h3 {
  font-size: 25px;
  line-height: 1; }

h4 {
  font-size: 20px;
  line-height: 1; }

h5 {
  font-size: 18px;
  line-height: 1; }

h6 {
  font-size: 15px;
  line-height: 1; }

iframe {
  border: 0;
  width: 100%; }

textarea {
  resize: none; }

input, button {
  border: 0; }
  input:active, input:focus, button:active, button:focus {
    outline: 0; }

.os-bold {
  font-family: Open Sans;
  font-weight: 700; }

.os-light {
  font-family: Open Sans;
  font-weight: 300; }

.os-semibold {
  font-family: Open Sans;
  font-weight: 600; }

.os-extrabold {
  font-family: Open Sans;
  font-weight: 800; }

.clear:after, .clear:before {
  display: table;
  content: ""; }
.clear:after {
  clear: both; }

.uppercase {
  text-transform: uppercase; }

.wrapper {
  margin: 0 auto; }
  .wrapper:after, .wrapper:before {
    display: table;
    content: ""; }
  .wrapper:after {
    clear: both; }
  @media (max-width: 767px) {
    .wrapper {
      width: 90%; }
	  
	  .content-section3 .gallery {
		margin: 0 auto;
		width: 600px;
	}
	.img-block {
		width: 570px;
		margin: 0 auto;
	}
	 }
  @media (min-width: 768px) {
    .wrapper {
      width: 750px; } }
  @media (min-width: 992px) {
    .wrapper {
      width: 970px; } }
  @media (min-width: 1200px) {
    .wrapper {
      width: 1170px; } }

@media (max-width: 530px) {
  .col-mb-12 {
    width: 100%; }
	.img-block {
		width: 100%;
	}
	.content-section3 .gallery {
	    margin: 0px auto;
	    width: 400px;
	} }

#main-header {
  background: #0084d0;
  text-align: center; }
  #main-header .slogan {
    display: inline-block;
    vertical-align: top; }
    #main-header .slogan > span {
      padding: 12px 0;
      display: inline-block;
      vertical-align: top;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 30px; }
    #main-header .slogan .type {
      padding: 8px 0; }
  #main-header .top-header-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 250px; }
    @media (max-width: 768px) {
      #main-header .top-header-img {
        display: none; } }
    #main-header .top-header-img .wrap-img {
      position: absolute;
      top: 0;
      left: 0; }

.block-1, .block-2, .block-3, .block-6, .block-7, .block-9, .block-10, .block-12 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }



.content-section3{
	
	background: #0084d0;
}


	.content-section3 h1{
		font-size: 42px;
		line-height: 50px;
		text-align: center;
		color: #EDEAC9;
		margin: 8px 0 36px 0;
		font-weight: 300;
	}
	.content-section3 .gallery{
		margin: 0 -15px;
	}
	.content-section3 .gallery .gallery-block{
		width: 160px;
		height: 160px;
		margin: 15px;
		float: left;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	.content-section3 .gallery .gallery-block .info{
		position: absolute;
		width: 164px;
		height: 164px;
		bottom: -134px;
		left: 3px;
		padding: 0 6px;
		background: rgba(255,114,0,0.95);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: bottom 0.5s ease;
		-moz-transition: bottom 0.5s ease;
		-o-transition: bottom 0.5s ease;
		transition: bottom 0.5s ease;
	}
	.content-section3 .gallery .gallery-block:hover .info{
		bottom: 3px;
	}
		.content-section3 .gallery .gallery-block .info h4{
			font-size: 14px;
			line-height: 30px;
			color: #FFF;
			text-align: center;
			font-weight: 400;
			border-bottom: 1px solid #FFF;
			margin: 0;
		}
		.content-section3 .gallery .gallery-block .info p{
			font-size: 13px;
			line-height: 16px;
			color: #FFF;
			text-align: center;
			max-height: 72px;
			overflow: hidden;
			font-weight: 400;
			padding-bottom: 10px;
			margin: 10px 0 5px 0;
		}
		.content-section3 .gallery .gallery-block .info a{
			display: block;
			height: 26px;
			font-size: 12px;
			line-height: 26px;
			text-align: center;
			color: #FFF;
			text-decoration: none;
			-webkit-box-shadow: 0px 1px 2px #7F5C96;
			-moz-box-shadow: 0px 1px 2px #7F5C96;
			box-shadow: 0px 1px 2px #7F5C96;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border-top: 1px solid #EC8E2E;
			border-left: 1px solid #EC8E2E;
			border-right: 1px solid #EC8E2E;
			border-bottom: 3px solid #D56F0B;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd164', endColorstr = '#ffb505');
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffd164', endColorstr = '#ffb505')";
			background-image: -moz-linear-gradient(top, #ffd164, #ffb505);
			background-image: -ms-linear-gradient(top, #ffd164, #ffb505);
			background-image: -o-linear-gradient(top, #ffd164, #ffb505);
			background-image: -webkit-gradient(linear, center top, center bottom, from(#ffd164), to(#ffb505));
			background-image: -webkit-linear-gradient(top, #ffd164, #ffb505);
			background-image: linear-gradient(top, #ffd164, #ffb505);
		}
			.content-section3 .gallery .gallery-block .info a:hover{
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffb505', endColorstr = '#ffd164');
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffb505', endColorstr = '#ffd164')";
				background-image: -moz-linear-gradient(top, #ffb505, #ffd164);
				background-image: -ms-linear-gradient(top, #ffb505, #ffd164);
				background-image: -o-linear-gradient(top, #ffb505, #ffd164);
				background-image: -webkit-gradient(linear, center top, center bottom, from(#ffb505), to(#ffd164));
				background-image: -webkit-linear-gradient(top, #ffb505, #ffd164);
				background-image: linear-gradient(top, #ffb505, #ffd164);
			}
.block-1 {
  background-image: url(images/bg-block-1.jpg); }

.block-2 {
  background-image: url(images/bg-block-2.jpg); }

.block-3 {
  background-image: url(images/bg-block-3.jpg); }

.block-4 {
  background-color: #0084d0; }

.block-5 {
  background-color: #ffffff; }

.block-6 {
  background-image: url(images/bg-block-06.jpg); }

.block-7 {
  background-image: url(images/bg-block-07.jpg); }

.block-8 {
  background-color: #ffffff; }

.block-9 {
  background-image: url(images/bg-block-09.jpg); }

.block-10 {
  background-image: url(images/bg-block-10.jpg); }

.block-11 {
  background-color: #751868; }

.block-12 {
  background-image: url(images/bg-block-11.jpg); }

.entry-thumb img, .leader-thumb img {
  width: 100%; }

.block-1 {
  padding: 10px 0; }
  .block-1 .block-title {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px; }
    .block-1 .block-title span {
      font-size: 45px;
      line-height: 1;
      color: #00a2ff; }
    .block-1 .block-title > span {
      font-family: Open Sans;
      font-weight: 400; }
    .block-1 .block-title span.os-bold {
      color: #fd63e6; }
  .block-1 .wrap-john-site .entry-item {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    padding: 24px 24px 18px;
    margin: 0 0 15px; }
    .block-1 .wrap-john-site .entry-item:after, .block-1 .wrap-john-site .entry-item:before {
      display: table;
      content: ""; }
    .block-1 .wrap-john-site .entry-item:after {
      clear: both; }
    .block-1 .wrap-john-site .entry-item:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 17px 0 17px 12px;
      border-color: transparent #495151;
      display: block;
      width: 0;
      z-index: 2;
      left: 100%;
      top: 50%;
      margin-top: -17px; }
      @media (max-width: 992px) {
        .block-1 .wrap-john-site .entry-item:after {
          display: none; } }
    .block-1 .wrap-john-site .entry-item:before {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 18px 0 18px 13px;
      border-color: transparent #FFFFFF;
      display: block;
      width: 0;
      z-index: 1;
      left: 100%;
      top: 50%;
      margin-top: -18px; }
      @media (max-width: 992px) {
        .block-1 .wrap-john-site .entry-item:before {
          display: none; } }
    .block-1 .wrap-john-site .entry-item .entry-thumb {
      float: left; }
      @media (max-width: 530px) {
        .block-1 .wrap-john-site .entry-item .entry-thumb {
          width: 100%;
          max-width: 210px;
          float: none;
          margin: 0 auto 10px; } }
      .block-1 .wrap-john-site .entry-item .entry-thumb .img-frame {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        overflow: hidden; }
    .block-1 .wrap-john-site .entry-item .entry-content {
      padding: 5px 0 0 28px;
      overflow: hidden; }
      .block-1 .wrap-john-site .entry-item .entry-content p, .block-1 .wrap-john-site .entry-item .entry-content .des {
        color: #ffffff;
        font-size: 18px; }
      .block-1 .wrap-john-site .entry-item .entry-content .des {
        text-transform: uppercase;
        line-height: 22px;
        font-family: Open Sans;
        font-weight: 700; }
      .block-1 .wrap-john-site .entry-item .entry-content .ques {
        color: #fd63e6;
        font-size: 76px;
        line-height: 1; }
      .block-1 .wrap-john-site .entry-item .entry-content > span {
        display: block; }
      .block-1 .wrap-john-site .entry-item .entry-content p {
        font-size: 18px; }
      .block-1 .wrap-john-site .entry-item .entry-content img {
        margin: 3px 0 11px; }
  .block-1 .wrap-john-site .wrap-form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    padding: 17px 18px 7px;
    margin: 0 0 15px; }
    .block-1 .wrap-john-site .wrap-form .des {
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      font-family: Open Sans;
      font-weight: 700;
      color: #ffffff;
      display: block;
      margin: 0 0 11px; }
    .block-1 .wrap-john-site .wrap-form form {
      text-align: center; }
      .block-1 .wrap-john-site .wrap-form form input {
        width: 100%;
        max-width: 325px;
        height: 41px;
        border: 1px solid #ffffff;
        font-size: 17px;
        line-height: 30px;
        font-family: Open Sans;
        font-weight: 300;
        color: #ffffff;
        background: none;
        padding: 0 16px;
        margin: 0 auto 8px; }
      .block-1 .wrap-john-site .wrap-form form button {
        background: #ff7200;
        display: block;
        text-align: center;
        width: 100%;
        max-width: 325px;
        height: 43px;
        margin: 0 auto 6px; }
        .block-1 .wrap-john-site .wrap-form form button span {
          font-size: 20px;
          line-height: 30px;
          font-family: Open Sans;
          font-weight: 800;
          text-transform: uppercase;
          color: #ffffff; }
      .block-1 .wrap-john-site .wrap-form form .lock {
        display: block;
        font-size: 13px;
        line-height: 30px;
        color: #ffffff;
        font-family: Open Sans;
        font-weight: 300; }
        .block-1 .wrap-john-site .wrap-form form .lock:before {
          display: inline-block;
          content: "";
          background: url(images/lock-icon.png) left center no-repeat;
          width: 13px;
          height: 15px;
          margin: 0 6px 0 0; }
  .block-1 .team {
    padding: 15px 0 0;
    text-align: center; }
    .block-1 .team .title {
      font-size: 36px;
      line-height: 1;
      color: #ff7200;
      margin: 0 0 5px;
      text-transform: uppercase;
      font-family: Open Sans;
      font-weight: 700; }
    .block-1 .team > p {
      font-size: 20px;
      line-height: 32px;
      color: #ffffff;
      font-family: Open Sans;
      font-weight: 300; }
    .block-1 .team .wrap-members .entry-item {
      padding: 14px 15px;
      margin: 0 0 17px;
      text-align: left;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top left;
      min-height: 145px; }
      .block-1 .team .wrap-members .entry-item:after, .block-1 .team .wrap-members .entry-item:before {
        display: table;
        content: ""; }
      .block-1 .team .wrap-members .entry-item:after {
        clear: both; }
      .block-1 .team .wrap-members .entry-item .entry-thumb {
        float: left;
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%; }
      .block-1 .team .wrap-members .entry-item .entry-box {
        padding: 5px 0 0 13px;
        overflow: hidden; }
        .block-1 .team .wrap-members .entry-item .entry-box header h6 {
          margin: 0; }
        .block-1 .team .wrap-members .entry-item .entry-box header a {
          font-size: 16px;
          line-height: 21px;
          text-transform: uppercase;
          font-family: Open Sans;
          font-weight: 700;
          color: #ffffff; }
        .block-1 .team .wrap-members .entry-item .entry-box .entry-content p {
          font-size: 15px;
          line-height: 22px;
          font-family: Open Sans;
          font-weight: 300;
          color: #ffffff;
          margin: 0 0 8px; }
        .block-1 .team .wrap-members .entry-item .entry-box footer a {
          font-size: 16px;
          line-height: 18px;
          font-family: Open Sans;
          font-weight: 300;
          text-transform: uppercase;
          color: #ffffff; }
    .block-1 .team .wrap-members .item-1 {
      background-image: url(images/bg-persion-2.jpg); }
    .block-1 .team .wrap-members .item-2 {
      background-image: url(images/bg-persion-3.jpg); }
    .block-1 .team .wrap-members .item-3 {
      background-image: url(images/bg-persion-4.jpg); }
    .block-1 .team .wrap-members .item-4 {
      background-image: url(images/bg-persion-5.jpg); }

.block-2 {
  padding: 35px 0 20px; }
  .block-2 .block-title {
    margin: 0 0 34px; }
    .block-2 .block-title span {
      font-size: 38px;
      line-height: 46px;
      color: #ff7200;
      text-transform: uppercase; }
  .block-2 .block-content > span {
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    font-family: Open Sans;
    font-weight: 600;
    margin: 0 0 23px;
    display: block; }
  .block-2 .block-content blockquote {
    margin: 28px 0 14px;
    border: 1px solid #ff7200;
    color: #ff7200;
    font-size: 18px;
    line-height: 26px;
    padding: 12px 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    position: relative; }
    .block-2 .block-content blockquote:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 14px 15px 0;
      border-color: #f4f4cc transparent;
      display: block;
      width: 0;
      z-index: 2;
      top: 100%;
      left: 44px; }
    .block-2 .block-content blockquote:before {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 15px 16px 0;
      border-color: #ff7200 transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: 100%;
      left: 43px; }
    .block-2 .block-content blockquote > span {
      text-transform: uppercase;
      font-family: Open Sans;
      font-weight: 600;
      display: block;
      font-style: normal; }
  .block-2 .block-content > p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-family: Open Sans;
    font-weight: 300;
    margin: 0 0 25px; }
  .block-2 .block-content .author {
    font-size: 18px;
    line-height: 32px;
    color: #ff7200;
    font-family: Open Sans;
    font-weight: 600;
    padding: 0 22px;
    display: block;
    margin: 0 0 18px; }

.block-3 {
  padding: 35px 0 30px; }
  .block-3 h4 {
    text-align: center;
    margin: 0; }
    .block-3 h4 span {
      text-transform: uppercase;
      font-size: 27.76px;
      line-height: 30.69px; }

.block-4 {
  padding: 34px 0 14px; }
  .block-4 .wrap-video {
    width: 100%;
    height: 468px;
    margin: 0 0 34px; }
    .block-4 .wrap-video iframe {
      width: 100%;
      height: 100%;
      resize: none;
      border: 0; }
  .block-4 .wrap-form {
    text-align: center;
    margin: 0 0 34px;
    padding: 18px 23px 24px;
    background: #751868; }
    .block-4 .wrap-form form .des {
      text-transform: uppercase;
      font-size: 36px;
      line-height: 1;
      color: #ffea00;
      margin: 0 0 28px;
      display: block; }
      .block-4 .wrap-form form .des .os-bold:first-child {
        display: block; }
    .block-4 .wrap-form form input {
      width: 100%;
      max-width: 325px;
      height: 49px;
      border: 1px solid #ffffff;
      margin: 0 auto 12px;
      color: #ffffff;
      font-size: 17px;
      line-height: 30px;
      padding: 0 15px;
      background: none; }
    .block-4 .wrap-form form ::-webkit-input-placeholder {
      color: #ffffff; }
    .block-4 .wrap-form form :-moz-placeholder {
      color: #ffffff; }
    .block-4 .wrap-form form ::-moz-placeholder {
      color: #ffffff; }
    .block-4 .wrap-form form :-ms-input-placeholder {
      color: #ffffff; }
    .block-4 .wrap-form form button {
      width: 100%;
      max-width: 325px;
      font-size: 30px;
      font-family: Open Sans;
      font-weight: 800;
      height: 59px;
      line-height: 59px;
      text-align: center;
      margin: 22px auto 25px;
      background: #ff7200;
      color: #ffffff;
      text-transform: uppercase; }
    .block-4 .wrap-form form .lock {
      text-align: center;
      display: block;
      font-size: 13px;
      line-height: 30px;
      color: #ffffff;
      font-family: Open Sans;
      font-weight: 300; }
      .block-4 .wrap-form form .lock:before {
        display: inline-block;
        content: "";
        background: url(images/lock-icon.png) left center no-repeat;
        width: 13px;
        height: 15px;
        margin: 0 6px 0 0; }
  .block-4 .meet-leaders .box-title {
    background: #ff7200;
    padding: 7px 0 8px;
    margin: 0 0 24px; }
    .block-4 .meet-leaders .box-title > h3 {
      text-align: center;
      margin: 0; }
      .block-4 .meet-leaders .box-title > h3 span {
        text-transform: uppercase;
        font-size: 38px;
        line-height: 41px; }
  .block-4 .meet-leaders .each-leader {
    margin: 0 0 22px; }
    .block-4 .meet-leaders .each-leader .leader-name {
      background: #ff7200;
      font-size: 16px;
      line-height: 38px;
      display: block;
      text-align: center;
      color: #ffffff;
      font-family: Open Sans;
      font-weight: 600;
      padding: 3px 0; }

.block-5 {
  background: #ffffff;
  padding: 35px 0 30px; }
  .block-5 .box-title {
    padding: 11px 0;
    background: #ff7200;
    margin: 0 0 32px; }
    .block-5 .box-title > h3 {
      margin: 0;
      text-align: center; }
      .block-5 .box-title > h3 span {
        display: block;
        font-size: 30px;
        line-height: 42px; }
        .block-5 .box-title > h3 span .uppercase:first-child {
          margin: 0 0 10px;
          line-height: 34px; }
        .block-5 .box-title > h3 span .os-bold {
          font-size: 52px;
          line-height: 45px;
          margin: 0 0 7px; }
          @media (max-width: 768px) {
            .block-5 .box-title > h3 span .os-bold {
              font-size: 30px; } }
  .block-5 .feedback-item {
    text-align: center; }
    .block-5 .feedback-item .content {
      position: relative;
      border: 1px solid #ff7200;
      padding: 19px 25px 2px;
      margin: 0 0 14px; }
      .block-5 .feedback-item .content:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 14px 15px 0;
        border-color: #ffffff transparent;
        display: block;
        width: 0;
        z-index: 2;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .block-5 .feedback-item .content:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 16px 0;
        border-color: #ff7200 transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .block-5 .feedback-item .content h6 {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        font-family: Open Sans;
        font-weight: 600;
        text-transform: uppercase; }
      .block-5 .feedback-item .content > p {
        font-size: 18px;
        line-height: 26px;
        color: #000000;
        font-family: Open Sans;
        font-weight: 300; }
    .block-5 .feedback-item .feedback-author {
      font-size: 18px;
      line-height: 30px;
      color: #000000;
      font-family: Open Sans;
      font-weight: 600;
      display: block;
      margin: 0 0 25px; }

.block-6 {
  padding: 45px 0 34px; }
  .block-6 .block-title {
    margin: 0 0 39px;
    text-align: center; }
    .block-6 .block-title span {
      font-size: 48px;
      line-height: 45px;
      color: #ffffff;
      text-transform: uppercase; }
  .block-6 .entry-item {
    margin: 0 0 25px; }
    .block-6 .entry-item .entry-box {
      min-height: 172px;
      text-align: center;
      padding: 25px 28px 29px;
      background: #0084d0; }
      .block-6 .entry-item .entry-box header h4 {
        margin: 0 0 5px; }
        .block-6 .entry-item .entry-box header h4 a {
          font-size: 24px;
          line-height: 1;
          color: #ffffff;
          text-transform: uppercase; }
      .block-6 .entry-item .entry-box .entry-content p {
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 23px;
        font-family: Open Sans;
        font-weight: 300; }

.block-7 {
  padding: 36px 0 33px; }
  .block-7 .block-title {
    text-align: center;
    margin: 0 0 17px; }
    .block-7 .block-title span {
      color: #ffffff;
      font-size: 48px; }
    .block-7 .block-title .os-light {
      line-height: 58px; }
    .block-7 .block-title .os-bold {
      line-height: 52px;
      display: block; }
  .block-7 .newsletter {
    padding: 20px 0 0;
    text-align: center; }
    .block-7 .newsletter:after, .block-7 .newsletter:before {
      display: table;
      content: ""; }
    .block-7 .newsletter:after {
      clear: both; }
    .block-7 .newsletter form input, .block-7 .newsletter form button {
      max-width: 100%;
      display: inline-block;
      vertical-align: top; }
    .block-7 .newsletter form input {
      width: 371px;
      height: 49px;
      border: 1px solid #ffffff;
      font-size: 17px;
      line-height: 30px;
      font-family: Open Sans;
      font-weight: 300;
      color: #ffffff;
      padding: 0 20px;
      background: none;
      margin: 0 19px 20px 0; }
      @media (min-width: 769px) and (max-width: 992px) {
        .block-7 .newsletter form input {
          width: 30%; } }
      @media (max-width: 768px) {
        .block-7 .newsletter form input {
          display: block;
          margin: 0 auto 20px; } }
    .block-7 .newsletter form ::-webkit-input-placeholder {
      color: #ffffff; }
    .block-7 .newsletter form :-moz-placeholder {
      color: #ffffff; }
    .block-7 .newsletter form ::-moz-placeholder {
      color: #ffffff; }
    .block-7 .newsletter form :-ms-input-placeholder {
      color: #ffffff; }
    .block-7 .newsletter form button {
      width: 270px;
      height: 49px;
      text-align: center;
      background: #ff7200; }
      @media (min-width: 769px) and (max-width: 992px) {
        .block-7 .newsletter form button {
          width: 30%; } }
      .block-7 .newsletter form button span {
        font-size: 20px;
        line-height: 30px;
        font-family: Open Sans;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff; }

.block-8 {
  background: #ffffff;
  padding: 50px 0 54px; }
  .block-8 .block-title {
    text-transform: uppercase;
    text-align: center; }
    .block-8 .block-title > h3 {
      font-size: 60px;
      line-height: 54px;
      color: #0084d0;
      font-family: Open Sans;
      font-weight: 700;
      margin: 0 0 27px; }
      @media (max-width: 768px) {
        .block-8 .block-title > h3 {
          font-size: 30px;
          line-height: 36px; } }
    .block-8 .block-title > p {
      font-size: 24px;
      line-height: 1;
      color: #0084d0;
      margin: 0 0 34px;
      font-family: Open Sans;
      font-weight: 300; }
  .block-8 .content .entry-item {
    margin: 10px 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover; }
    .block-8 .content .entry-item:after, .block-8 .content .entry-item:before {
      display: table;
      content: ""; }
    .block-8 .content .entry-item:after {
      clear: both; }
    .block-8 .content .entry-item header {
      float: left;
      position: absolute;
      top: 0;
      left: -47px; }
      @media (max-width: 992px) {
        .block-8 .content .entry-item header {
          position: static;
          width: 100%;
          text-align: center;
          margin: 0 0 10px; } }
      .block-8 .content .entry-item header .gift-order {
        position: relative;
        top: 80px;
        font-size: 45px;
        line-height: 1;
        color: #ffffff;
        text-transform: uppercase;
        font-family: Open Sans;
        font-weight: 700;
        display: block;
        transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg); }
        @media (max-width: 992px) {
          .block-8 .content .entry-item header .gift-order {
            position: static;
            transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg); } }
    .block-8 .content .entry-item .entry-thumb {
      margin-left: 70px;
      float: left; }
      @media (max-width: 992px) {
        .block-8 .content .entry-item .entry-thumb {
          float: none;
          margin: 0 auto; } }
    .block-8 .content .entry-item .entry-content {
      padding: 15px 30px;
      overflow: hidden; }
      .block-8 .content .entry-item .entry-content > span {
        display: block;
        color: #ffffff; }
      .block-8 .content .entry-item .entry-content .os-bold:first-child {
        font-size: 18px;
        line-height: 24px; }
      .block-8 .content .entry-item .entry-content .os-bold.uppercase {
        font-size: 24px;
        line-height: 1;
        margin: 0 0 27px; }
      .block-8 .content .entry-item .entry-content p {
        font-size: 18px;
        line-height: 24px;
        font-family: Open Sans;
        font-weight: 300;
        color: #ffffff;
        margin: 0; }
  .block-8 .content .order-1 {
    background-image: url(images/gra-1.jpg); }
  .block-8 .content .order-2 {
    background-image: url(images/gra-2.jpg); }
  .block-8 .content .order-3 {
    background-image: url(images/gra-3.jpg); }
  .block-8 .content .order-4 {
    background-image: url(images/gra-4.jpg); }

.block-9 {
  padding: 37px 0; }
  .block-9 .block-title {
    font-size: 36px;
    line-height: 42px;
    color: #0084d0;
    margin: 0 0 30px; }
  .block-9 .bonus-item {
    border: 1px solid #0084d0;
    font-size: 18px;
    line-height: 26px;
    padding: 16px 16px 9px;
    width: 100%;
    position: relative;
    margin: 0 0 26px; }
    .block-9 .bonus-item > span {
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      color: #000000;
      font-family: Open Sans;
      font-weight: 600;
      display: block;
      margin: 0 0 22px; }
    .block-9 .bonus-item p {
      font-family: Open Sans;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #000000; }
    .block-9 .bonus-item:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 14px 15px 0;
      border-color: #efeefe transparent;
      display: block;
      width: 0;
      z-index: 2;
      top: 100%;
      left: 44px; }
    .block-9 .bonus-item:before {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 15px 16px 0;
      border-color: #0084d0 transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: 100%;
      left: 43px; }
  .block-9 .author {
    font-size: 18px;
    line-height: 19px;
    font-family: Open Sans;
    font-weight: 600;
    color: #000000;
    display: block;
    padding: 0 25px; }
  .block-9 .separator {
    width: 100%;
    height: 1px;
    background: #c6c5d2;
    margin: 29px 0 37px; }
  .block-9 p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: Open Sans;
    font-weight: 300; }

.block-10 {
  padding: 36px 0 33px; }
  .block-10 .block-title {
    text-align: center;
    margin: 0 0 17px; }
    .block-10 .block-title span {
      color: #ffffff;
      font-size: 48px; }
    .block-10 .block-title .os-light {
      line-height: 58px; }
    .block-10 .block-title .os-bold {
      line-height: 52px;
      display: block; }
  .block-10 .newsletter {
    padding: 20px 0 0;
    text-align: center; }
    .block-10 .newsletter:after, .block-10 .newsletter:before {
      display: table;
      content: ""; }
    .block-10 .newsletter:after {
      clear: both; }
    .block-10 .newsletter form input, .block-10 .newsletter form button {
      display: inline-block;
      vertical-align: top;
      max-width: 100%; }
    .block-10 .newsletter form input {
      width: 371px;
      height: 49px;
      border: 1px solid #ffffff;
      font-size: 17px;
      line-height: 30px;
      font-family: Open Sans;
      font-weight: 300;
      color: #ffffff;
      padding: 0 20px;
      background: none;
      margin: 0 19px 20px 0; }
      @media (min-width: 769px) and (max-width: 992px) {
        .block-10 .newsletter form input {
          width: 30%; } }
      @media (max-width: 768px) {
        .block-10 .newsletter form input {
          display: block;
          margin: 0 auto 20px; } }
    .block-10 .newsletter form ::-webkit-input-placeholder {
      color: #ffffff; }
    .block-10 .newsletter form :-moz-placeholder {
      color: #ffffff; }
    .block-10 .newsletter form ::-moz-placeholder {
      color: #ffffff; }
    .block-10 .newsletter form :-ms-input-placeholder {
      color: #ffffff; }
    .block-10 .newsletter form button {
      width: 270px;
      height: 49px;
      text-align: center;
      background: #fd63e6; }
      @media (min-width: 769px) and (max-width: 992px) {
        .block-10 .newsletter form button {
          width: 30%; } }
      .block-10 .newsletter form button span {
        font-size: 20px;
        line-height: 30px;
        font-family: Open Sans;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff; }

.block-11 {
  padding: 43px 0 34px;
  background: #751868; }
  .block-11 .block-title {
    margin: 0 0 48px;
    text-align: center; }
    .block-11 .block-title span {
      display: block;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 48px;
      line-height: 46px; }
  .block-11 .entry-item {
    padding: 0 0 20px; }
    .block-11 .entry-item .entry-content {
      padding: 17px 24px 7px;
      background: #ff7200;
      position: relative;
      margin: 0 0 35px; }
      .block-11 .entry-item .entry-content:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 16px 0;
        border-color: #ff7200 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -14px;
        left: 39px; }
      .block-11 .entry-item .entry-content span, .block-11 .entry-item .entry-content p {
        color: #ffffff;
        font-size: 18px;
        line-height: 24px; }
      .block-11 .entry-item .entry-content p {
        font-family: Open Sans;
        font-weight: 300; }
      .block-11 .entry-item .entry-content span {
        display: block;
        margin: 0 0 24px;
        font-family: Open Sans;
        font-weight: 700;
        text-transform: uppercase; }
    .block-11 .entry-item .entry-author {
      padding: 0 24px; }
      .block-11 .entry-item .entry-author a {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
        color: #ffffff; }

.block-12 {
  padding: 60px 0 40px; }
  .block-12 .entry-item {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    padding: 24px 24px 18px;
    margin: 0 0 15px; }
    .block-12 .entry-item:after, .block-12 .entry-item:before {
      display: table;
      content: ""; }
    .block-12 .entry-item:after {
      clear: both; }
    .block-12 .entry-item:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 17px 0 17px 12px;
      border-color: transparent #495151;
      display: block;
      width: 0;
      z-index: 2;
      left: 100%;
      top: 50%;
      margin-top: -17px; }
      @media (max-width: 992px) {
        .block-12 .entry-item:after {
          display: none; } }
    .block-12 .entry-item:before {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 18px 0 18px 13px;
      border-color: transparent #FFFFFF;
      display: block;
      width: 0;
      z-index: 1;
      left: 100%;
      top: 50%;
      margin-top: -18px; }
      @media (max-width: 992px) {
        .block-12 .entry-item:before {
          display: none; } }
    .block-12 .entry-item .entry-thumb {
      float: left; }
      @media (max-width: 530px) {
        .block-12 .entry-item .entry-thumb {
          width: 100%;
          max-width: 210px;
          float: none;
          margin: 0 auto 10px; } }
      .block-12 .entry-item .entry-thumb .img-frame {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        overflow: hidden; }
    .block-12 .entry-item .entry-content {
      padding: 5px 0 0 28px;
      overflow: hidden; }
      .block-12 .entry-item .entry-content .ques {
        color: #fd63e6;
        display: block;
        font-size: 76px;
        line-height: 1; }
      .block-12 .entry-item .entry-content span {
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #ffffff; }
      .block-12 .entry-item .entry-content img {
        margin-bottom: 18px; }
  .block-12 .wrap-form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    padding: 17px 18px 7px;
    margin: 0 0 15px; }
    .block-12 .wrap-form .des {
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      font-family: Open Sans;
      font-weight: 700;
      color: #ffffff;
      display: block;
      margin: 0 0 11px; }
    .block-12 .wrap-form form {
      text-align: center; }
      .block-12 .wrap-form form input {
        width: 100%;
        max-width: 325px;
        height: 41px;
        border: 1px solid #ffffff;
        font-size: 17px;
        line-height: 30px;
        font-family: Open Sans;
        font-weight: 300;
        color: #ffffff;
        background: none;
        padding: 0 16px;
        margin: 0 auto 8px; }
      .block-12 .wrap-form form button {
        background: #ff7200;
        display: block;
        text-align: center;
        width: 100%;
        max-width: 325px;
        height: 43px;
        margin: 0 auto 6px; }
        .block-12 .wrap-form form button span {
          font-size: 20px;
          line-height: 30px;
          font-family: Open Sans;
          font-weight: 800;
          text-transform: uppercase;
          color: #ffffff; }
      .block-12 .wrap-form form .lock {
        display: block;
        font-size: 13px;
        line-height: 30px;
        color: #ffffff;
        font-family: Open Sans;
        font-weight: 300; }
        .block-12 .wrap-form form .lock:before {
          display: inline-block;
          content: "";
          background: url(images/lock-icon.png) left center no-repeat;
          width: 13px;
          height: 15px;
          margin: 0 6px 0 0; }

#sidebar-bottom {
  padding: 48px 0 30px; }
  #sidebar-bottom .notice h6 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
    font-family: Open Sans;
    font-weight: 700;
    margin: 0 0 18px; }
  #sidebar-bottom .notice p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: Open Sans;
    font-weight: 300;
    margin: 0 0 17px; }
  #sidebar-bottom .wrap-facebook {
    width: 100%;
    height: 320px; }
    #sidebar-bottom .wrap-facebook iframe {
      border: 0;
      width: 100% !important;
      max-width: 370px;
      height: 100% !important; }

#main-footer {
  border-top: 1px solid #cccccc;
  padding: 40px 0 26px; }
  #main-footer ul {
    text-align: center; }
    #main-footer ul li {
      display: inline-block;
      border-left: 1px solid #bfbfbf; }
      #main-footer ul li:first-child {
        border: 0; }
      #main-footer ul li a {
        color: #000000;
        font-size: 16px;
        line-height: 18px;
        font-family: Open Sans;
        font-weight: 300;
        padding: 0 16px;
        display: block; }

/*# sourceMappingURL=style.css.map */
