/*
Theme Name: YoungWomensAwards
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "desyrel";
	src: url("fonts/desyrel-webfont.eot");
	src: url("fonts/desyrel-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/desyrel-webfont.woff") format("woff"), url("fonts/desyrel-webfont.ttf") format("truetype"), url("fonts/desyrel-webfont.svg#desyrelregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "amerybrush";
	src: url("fonts/amerybrush-webfont.eot");
	src: url("fonts/amerybrush-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/amerybrush-webfont.woff2") format("woff2"), url("fonts/amerybrush-webfont.woff") format("woff"), url("fonts/amerybrush-webfont.ttf") format("truetype"), url("fonts/amerybrush-webfont.svg#amerybrushregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?qb95h1");
	src: url("fonts/icomoon.eot?qb95h1#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qb95h1") format("truetype"), url("fonts/icomoon.woff?qb95h1") format("woff"), url("fonts/icomoon.svg?qb95h1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page_content{ }


.c-entry-content {
    text-align: justify;
}

.intro {
   	text-align: justify !important;
}

 .intro>h2 {
    font-size: 49px;
    text-transform: lowercase !important;
}







.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    width: 213px !important;
}










.icon-blogger:before {
	content: "\e907";
}

.icon-play-2:before {
	content: "\e908";
}
body{
font-size:0px;
}
.icon-speaker:before {
	content: "\e909";
}

.icon-instagram:before {
	content: "\e900";
}

.icon-play:before {
	content: "\e901";
}

.icon-search:before {
	content: "\e902";
}

.icon-youtube:before {
	content: "\e905";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e904";
}

.icon-arrow-left:before {
	content: "\e906";
}

.icon-arrow-right:before {
	content: "\e929";
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.social,
.list-images,
.sponsors-list,
.footer-nav,
.copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.row #content {
	padding: 0 20px 0 0;
}

.row #content:only-child {
	width: 100% !important;
}

#sidebar h3 {
	font-size: 28px;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	border-width: 2px;
	margin: 0 0 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	outline: none;
	background: none;
	background-color:white !important;
}

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
  input[type="tel"],
.search-form
  input[type="tel"],
.post-password-form
  input[type="tel"],
.comment-form
  input[type="email"],
.search-form
  input[type="email"],
.post-password-form
  input[type="email"],
.comment-form
  input[type="search"],
.search-form
  input[type="search"],
.post-password-form
  input[type="search"],
.comment-form
  input[type="password"],
.search-form
  input[type="password"],
.post-password-form
  input[type="password"],
.comment-form
  input[type="url"],
.search-form
  input[type="url"],
.post-password-form
  input[type="url"],
.comment-form
  input[type="date"],
.search-form
  input[type="date"],
.post-password-form
  input[type="date"],
.comment-form
  textarea,
.search-form
  textarea,
.post-password-form
  textarea {
	border: 2px solid #53d9c1;
	padding: 3px 10px;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form
    input[type="tel"]::-webkit-input-placeholder,
.search-form
    input[type="tel"]::-webkit-input-placeholder,
.post-password-form
    input[type="tel"]::-webkit-input-placeholder,
.comment-form
    input[type="email"]::-webkit-input-placeholder,
.search-form
    input[type="email"]::-webkit-input-placeholder,
.post-password-form
    input[type="email"]::-webkit-input-placeholder,
.comment-form
    input[type="search"]::-webkit-input-placeholder,
.search-form
    input[type="search"]::-webkit-input-placeholder,
.post-password-form
    input[type="search"]::-webkit-input-placeholder,
.comment-form
    input[type="password"]::-webkit-input-placeholder,
.search-form
    input[type="password"]::-webkit-input-placeholder,
.post-password-form
    input[type="password"]::-webkit-input-placeholder,
.comment-form
    input[type="url"]::-webkit-input-placeholder,
.search-form
    input[type="url"]::-webkit-input-placeholder,
.post-password-form
    input[type="url"]::-webkit-input-placeholder,
.comment-form
    input[type="date"]::-webkit-input-placeholder,
.search-form
    input[type="date"]::-webkit-input-placeholder,
.post-password-form
    input[type="date"]::-webkit-input-placeholder,
.comment-form
    textarea::-webkit-input-placeholder,
.search-form
    textarea::-webkit-input-placeholder,
.post-password-form
    textarea::-webkit-input-placeholder {
	color: #c4dc6e;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form
    input[type="tel"]::-moz-placeholder,
.search-form
    input[type="tel"]::-moz-placeholder,
.post-password-form
    input[type="tel"]::-moz-placeholder,
.comment-form
    input[type="email"]::-moz-placeholder,
.search-form
    input[type="email"]::-moz-placeholder,
.post-password-form
    input[type="email"]::-moz-placeholder,
.comment-form
    input[type="search"]::-moz-placeholder,
.search-form
    input[type="search"]::-moz-placeholder,
.post-password-form
    input[type="search"]::-moz-placeholder,
.comment-form
    input[type="password"]::-moz-placeholder,
.search-form
    input[type="password"]::-moz-placeholder,
.post-password-form
    input[type="password"]::-moz-placeholder,
.comment-form
    input[type="url"]::-moz-placeholder,
.search-form
    input[type="url"]::-moz-placeholder,
.post-password-form
    input[type="url"]::-moz-placeholder,
.comment-form
    input[type="date"]::-moz-placeholder,
.search-form
    input[type="date"]::-moz-placeholder,
.post-password-form
    input[type="date"]::-moz-placeholder,
.comment-form
    textarea::-moz-placeholder,
.search-form
    textarea::-moz-placeholder,
.post-password-form
    textarea::-moz-placeholder {
	opacity: 1;
	color: #c4dc6e;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form
    input[type="tel"]:-moz-placeholder,
.search-form
    input[type="tel"]:-moz-placeholder,
.post-password-form
    input[type="tel"]:-moz-placeholder,
.comment-form
    input[type="email"]:-moz-placeholder,
.search-form
    input[type="email"]:-moz-placeholder,
.post-password-form
    input[type="email"]:-moz-placeholder,
.comment-form
    input[type="search"]:-moz-placeholder,
.search-form
    input[type="search"]:-moz-placeholder,
.post-password-form
    input[type="search"]:-moz-placeholder,
.comment-form
    input[type="password"]:-moz-placeholder,
.search-form
    input[type="password"]:-moz-placeholder,
.post-password-form
    input[type="password"]:-moz-placeholder,
.comment-form
    input[type="url"]:-moz-placeholder,
.search-form
    input[type="url"]:-moz-placeholder,
.post-password-form
    input[type="url"]:-moz-placeholder,
.comment-form
    input[type="date"]:-moz-placeholder,
.search-form
    input[type="date"]:-moz-placeholder,
.post-password-form
    input[type="date"]:-moz-placeholder,
.comment-form
    textarea:-moz-placeholder,
.search-form
    textarea:-moz-placeholder,
.post-password-form
    textarea:-moz-placeholder {
	color: #c4dc6e;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form
    input[type="tel"]:-ms-input-placeholder,
.search-form
    input[type="tel"]:-ms-input-placeholder,
.post-password-form
    input[type="tel"]:-ms-input-placeholder,
.comment-form
    input[type="email"]:-ms-input-placeholder,
.search-form
    input[type="email"]:-ms-input-placeholder,
.post-password-form
    input[type="email"]:-ms-input-placeholder,
.comment-form
    input[type="search"]:-ms-input-placeholder,
.search-form
    input[type="search"]:-ms-input-placeholder,
.post-password-form
    input[type="search"]:-ms-input-placeholder,
.comment-form
    input[type="password"]:-ms-input-placeholder,
.search-form
    input[type="password"]:-ms-input-placeholder,
.post-password-form
    input[type="password"]:-ms-input-placeholder,
.comment-form
    input[type="url"]:-ms-input-placeholder,
.search-form
    input[type="url"]:-ms-input-placeholder,
.post-password-form
    input[type="url"]:-ms-input-placeholder,
.comment-form
    input[type="date"]:-ms-input-placeholder,
.search-form
    input[type="date"]:-ms-input-placeholder,
.post-password-form
    input[type="date"]:-ms-input-placeholder,
.comment-form
    textarea:-ms-input-placeholder,
.search-form
    textarea:-ms-input-placeholder,
.post-password-form
    textarea:-ms-input-placeholder {
	color: #c4dc6e;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form
    input[type="tel"].placeholder,
.search-form
    input[type="tel"].placeholder,
.post-password-form
    input[type="tel"].placeholder,
.comment-form
    input[type="email"].placeholder,
.search-form
    input[type="email"].placeholder,
.post-password-form
    input[type="email"].placeholder,
.comment-form
    input[type="search"].placeholder,
.search-form
    input[type="search"].placeholder,
.post-password-form
    input[type="search"].placeholder,
.comment-form
    input[type="password"].placeholder,
.search-form
    input[type="password"].placeholder,
.post-password-form
    input[type="password"].placeholder,
.comment-form
    input[type="url"].placeholder,
.search-form
    input[type="url"].placeholder,
.post-password-form
    input[type="url"].placeholder,
.comment-form
    input[type="date"].placeholder,
.search-form
    input[type="date"].placeholder,
.post-password-form
    input[type="date"].placeholder,
.comment-form
    textarea.placeholder,
.search-form
    textarea.placeholder,
.post-password-form
    textarea.placeholder {
	color: #c4dc6e;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
	background: none;
}

.search-form {
	white-space: nowrap;
}

.search-form input {
	display: inline-block;
	vertical-align: top;
	height: 2em;
	background: none;
	outline: none;
	letter-spacing: 2px;
}

.search-form input[type="search"] {
	border: 1px solid #899a4d;
	margin: 0 4px 0 0;
	width: 150px;
}

.search-form input[type="search"]:focus {
	border-color: #fff;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #59bf95;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.nav-links {
	padding: 0 0 20px;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #59bf95;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #59bf95;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 2px solid #59bf95;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
	width: 100%;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 20px 4px 0;
	max-width: 35%;
}

.alignright {
	float: right;
	margin: 0 0 4px 20px;
	max-width: 35%;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

select {
	color: #333;
}

table {
	margin: 0 0 30px;
}

td,
th {
	border: 2px solid #53d9c1;
	padding: 5px;
}

iframe {
	width: 100%;
	/*max-width: 70%;*/
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 20px;
}

h1.lines,
.h1.lines,
h2.lines,
.h2.lines,
h3.lines,
.h3.lines,
h4.lines,
.h4.lines,
h5.lines,
.h5.lines,
h6.lines,
.h6.lines {
	background: url("images/lines.png") no-repeat 0 100%;
	padding: 0 0 24px;
	margin: 0 0 11px;
}

h1.title-decor,
.h1.title-decor,
h2.title-decor,
.h2.title-decor,
h3.title-decor,
.h3.title-decor,
h4.title-decor,
.h4.title-decor,
h5.title-decor,
.h5.title-decor,
h6.title-decor,
.h6.title-decor {
	text-align: center;
	background: url("images/curl.png") no-repeat 50% 100%;
	padding: 0 0 61px;
	margin: 0 0 17px;
	color: #fefdc4;
}

h1.title-decor-line,
.h1.title-decor-line,
h2.title-decor-line,
.h2.title-decor-line,
h3.title-decor-line,
.h3.title-decor-line,
h4.title-decor-line,
.h4.title-decor-line,
h5.title-decor-line,
.h5.title-decor-line,
h6.title-decor-line,
.h6.title-decor-line {
	font-family: "desyrel", sans-serif;
	background: url("images/line.png") no-repeat 0 100%;
	padding: 0 0 16px;
	margin: 0 0 26px;
	text-transform: none;
	letter-spacing: 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: inherit;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
h6 a:focus,
.h6 a:hover,
.h6 a:focus {
	text-decoration: none;
	opacity: .8;
}

h1 {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	line-height: 1.1;
	font-size: 70px;
	margin: 0 0 30px;
}

h4 {
	font-weight: bold;
	font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	margin: 0 0 16px;
}

blockquote.decor {
	text-align: center;
	min-height: 290px;
	background: url("images/pattern.png") no-repeat 50% 50%;
	color: #fefdc4;
	font: 48px/.8333 "desyrel", sans-serif, sans-serif;
	padding: 49px 45px 30px;
	border: none;
	letter-spacing: 0;
	margin: 0;
}

p {
	margin: 0 0 25px;
}

body {
	min-width: 320px;
	letter-spacing: 2px;
}

#wrapper {
	overflow: hidden;
	font-size:16px;
}

.container-fluid {
	max-width: 1300px;
}

#header {
	position: relative;
	z-index: 100;
	letter-spacing: 0;
}

.navbar-default {
	border: none;
	font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

.logo {
	width: 290px;
	height: 180px;
	float: left;
	background: #fafefd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.logo img {
	display: block;
	margin: auto;
}

.header-holder {
	float: right;
	padding: 44px 36px 0 0;
}

.social-holder {
	text-align: right;
	padding: 0 0 58px;
}

.social-holder a {
	color: #be9f4d;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	font-size: 30px;
}

.social-holder a:hover,
.social-holder a:focus {
	color: #fff;
	text-decoration: none;
}

.social-holder .social {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 0 0 16px;
}

.social-holder .social:before {
	width: 1px;
	height: 22px;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background: #899a4d;
}

.social-holder .social li {
	padding: 0 0 0 18px;
}

.btn-search {
	display: inline-block;
	vertical-align: top;
}

.search-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.search-block .popup {
	position: absolute;
	top: 0;
	right: 100%;
	display: none;
}

.search-block .search-form {
	margin: 0 8px 0 0;
}

.search-block .search-form input[type="search"] {
	width: 200px;
}

.search-block .search-form input[type="submit"] {
	display: none;
}

.social {
	font-size: 0;
	line-height: 0;
}

.social li {
	vertical-align: middle;
	display: inline-block;
	padding: 0 9px 9px;
}

.social a {
	font-size: 30px;
}

.social a.icon-facebook {
	font-size: 28px;
}

.social a.icon-twitter {
	font-size: 24px;
}

.navbar-nav.navbar-right .dropdown-menu {
	right: auto;
	left: 44px;
}

.navbar-nav.navbar-right > li:last-child .dropdown-menu {
	left: auto;
	right: 0;
}

.navbar-nav > li {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 24px 51px;
}

.navbar-nav > li > a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	padding: 0;
}

.dropdown-menu {
	box-shadow: none;
	min-width: 257px;
	padding: 10px 0 9px;
}

.dropdown-menu > li > a {
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px 17px;
	font-size: 28px;
	vertical-align: top;
	white-space: normal;
}

.dropdown-menu > li > a span {
	display: block;
	overflow: hidden;
}

.dropdown-menu [class^="icon-"] {
	margin: 14px 10px 0 0;
	font-size: 17px;
	float: left;
}

.carousel {
	position: relative;
}

.navbar-toggle {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
}

.navbar-collapse {
	border: none;
	box-shadow: none;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.carousel-inner .item {
	min-height: 744px;
	padding: 71px 0;
}

.carousel-inner .item .text-block {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, .42);
	font-size: 16px;
	line-height: 1.67;
	padding: 18px 20px 20px 47px;
	margin: 0 17px 0 56px;
}

.carousel-inner p {
	margin: 0;
}

.carousel-inner h1 {
	margin: 0 0 22px -10px;
	line-height: .6;
	font-family: "Oswald",Helvetica,Arial,sans-serif !important;
	color: #fbcb02;
	letter-spacing: 11px;
	letter-spacing: 0;
	font-size: 219px;
}

.carousel-inner h1 mark {
	background: none;
	color: #c4dc6e;
	padding: 0;
}

.carousel-indicators {
	bottom: 18px;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-color: rgba(0, 0, 0, .5);
	background: none;
	margin: 0 6px;
}

.carousel-indicators li.active {
	background: #f67333;
	border-color: #f67333;
	margin: 0 5px;
}

.section {
	padding: 53px 20px 43px;
}

.section.brush-drawing {
	position: relative;
	background: url("images/daub.png");
	background-size: 100% auto;
	background-blend-mode: luminosity;
}

.section.brush-drawing h2 {
	color: #e8ce84;
}

.section.brush-drawing .post {
	padding: 39px 40px 7px;
}

.section.brush-drawing .headeing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 295px;
	width: 100%;
}

.section.bubbles {
	background: url("images/bubbles.png");
	background-blend-mode: luminosity;
}

.section.vertica-waves {
	background: url("images/vertica-waves.png");
	background-blend-mode: luminosity;
}

.section.whorl {
	background: url("images/waves-pattern.png");
	background-blend-mode: luminosity;
}

.section.spots {
	background: url("images/spots.png");
	background-blend-mode: luminosity;
}

.section.small-padding {
	padding: 1px 20px;
}

.list-images {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin: 0 -10px 61px;
	text-align: center;
}

.list-images li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px 20px;
}

.intro {
	padding: 25px 0 40px;
	font-size: 18px;
	line-height: 1.33;
}

.intro h3 {
	font-family: "desyrel", sans-serif;
	line-height: 1.1;
	margin: 0 0 9px;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 30px;
}

.article {
	overflow: hidden;
	padding: 46px 0 52px;
	font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.33;
}

.article h3 {
	font-family: "desyrel", sans-serif;
	line-height: 1.1;
	margin: 0 0 19px;
	text-transform: none;
	letter-spacing: 2px;
}

.article .text-holder {
	padding: 13px 0 0;
	overflow: hidden;
}

.video-holder {
	text-align: center;
	margin: 0 0 46px;
}

.video-holder a {
	display: block;
	padding: 0 20px 30px;
	position: relative;
}

.video-holder a:before {
	width: 114px;
	height: 114px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("images/btn-play.png") no-repeat;
	background-size: 100% 100%;
}

.btn-holder {
	text-align: right;
}

.btn {
	border-width: 2px;
	color: #303030;
	position: relative;
	font-size: 24px;
	line-height: 1;
	text-transform: capitalize;
	padding: 26px 29px;
	box-shadow: 0 0 0 1px #303030;
	-webkit-transition: background .3s linear, box-shadow .3s linear;
	transition: background .3s linear, box-shadow .3s linear;
	font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
}

.btn.arrow:before {
	font-family: "icomoon";
	content: "\e929";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 2px 0 0;
}

.btn.btn-primary {
	box-shadow: 0 0 0 2px #c4dc6e;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #fefdc4;
	box-shadow: 0 0 0 2px #fefdc4;
}

.btn.btn-info {
	box-shadow: 0 0 0 2px #fefdc4;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
	background: #fefee8;
	box-shadow: 0 0 0 2px #fefee8;
}

.btn.btn-mauve {
	box-shadow: 0 0 0 2px #e3b6f4;
	background: #e3b6f4;
	border-color: #c4e8d9;
}

.btn.btn-mauve:hover,
.btn.btn-mauve:focus {
	background: #f2d3fe;
	box-shadow: 0 0 0 2px #f2d3fe;
}

.shar-this-holder {
	font-size: 0;
	line-height: 0;
}

.shar-this-holder span {
	display: inline-block;
	vertical-align: top;
	height: 49px;
	line-height: 49px;
	margin: 0 8px 8px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 0;
	color: #fff;
	min-width: 134px;
	cursor: pointer;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.shar-this-holder span:hover,
.shar-this-holder span:focus {
	opacity: .8;
}

.shar-this-holder span.st_facebook_custom {
	background: #c4a557;
}

.shar-this-holder span.st_facebook_custom [class^="icon-"] {
	background: #ddbb67;
}

.shar-this-holder span.st_twitter_custom {
	background: #e1c16e;
}

.shar-this-holder span.st_twitter_custom [class^="icon-"] {
	background: #f4d179;
}

.shar-this-holder span em {
	font-style: normal;
}

.shar-this-holder span [class^="icon-"] {
	width: 50px;
	height: 49px;
	text-align: center;
	display: inline-block;
	margin: 0 18px 0 0;
	vertical-align: top;
	line-height: 49px;
}

.thumbnail {
	border: none;
	margin-bottom: 43px;
}

.thumbnail img {
	display: block;
	margin: 0 auto 26px;
}

.thumbnail .caption {
	padding-bottom: 12px;
}

.thumbnail time {
	color: #595959;
	display: block;
	margin: 0 0 8px;
	font-weight: bold;
}

.thumbnail h3 a {
	color: #fdf7b9;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.thumbnail h3 a:hover,
.thumbnail h3 a:focus {
	color: #f90;
}

.plugin-holder {
	padding-bottom: 77px;
}

.sponsors-section {
	background: #fff;
	padding: 72px 0;
}

.sponsors-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
}

.sponsors-list li {
	display: inline-block;
	vertical-align: middle;
    margin-bottom:24px;
	padding: 0 32px;
}

.sponsors-list a {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.sponsors-list a:hover,
.sponsors-list a:focus {
	opacity: .6;
}

.sponsors-list img {
	vertical-align: top;
}

#footer {
	
   background-color: #a58c47;
	background-size: cover;
	padding: 67px 0;
	line-height: 1.88;
}

#footer a {
	color: #ccc;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: none;
}

#footer h3 {
	font-family: "desyrel", sans-serif;
	letter-spacing: 0;
	color: #fbf9cd;
	margin: 0 0 28px;
	text-transform: none;
}

#footer .subscribe-block {
	padding: 3px 22px 0 4px;
}

#footer .subscribe-block h3 {
	margin: 0 0 5px;
}

#footer .subscribe-block h3 span {
	display: inline-block;
	vertical-align: top;
	background: url("images/marks.png") no-repeat 100% 0;
	padding: 3px 77px 0 0;
}

#footer .subscribe-block .title {
	font-weight: normal;
	display: block;
	margin: 0 0 6px;
}

.footer-logo {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 40px;
	width: 262px;
}

.footer-nav {
	margin: 0 0 30px;
}

.footer-nav li {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 19px;
	padding: 0 0 17px;
}

label {
	text-transform: uppercase;
	color: #ccc;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 3px;
	font-weight: normal;
}

.subscribe-form input[type="email"] {
	background: #fff;
}

.subscribe-form input[type="submit"] {
	width: 217px;
	height: 61px;
	background: url("images/bg-submit.png") no-repeat;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	border: none;
}

.subscribe-form input[type="submit"]:hover {
	background-position: 0 -61px;
}

.copy {
	text-transform: uppercase;
	color: #ccc;
	padding: 40px 0 0;
}

.copy ul {
	display: inline-block;
	vertical-align: top;
}

.copy ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px 0 19px;
	position: relative;
}

.copy ul li:first-child:before {
	display: none;
}

.copy ul li:before {
	width: 1px;
	height: 13px;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: #ccc;
}

.input-group-btn > .btn {
	padding: 8px 5px 9px;
	border-color: #53d9c1;
	box-shadow: none;
}

.input-group-addon {
	background-color: transparent;
	border-width: 2px;
	color: #53d9c1;
}

.btn-toolbar > .btn,
.dropdown > .btn,
.dropup > .btn,
.btn-group > .btn {
	padding: 10px 10px;
	font-size: 18px;
	letter-spacing: 0;
}

a.list-group-item {
	color: #c4dc6e;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (max-width: 1299px) {
	.sponsors-list li {
		padding: 0 60px;
	}
}

@media (max-width: 1199px) {
	blockquote.decor {
		padding: 49px 15px 30px;
	}

	.navbar-nav.navbar-right .dropdown-menu {
		left: 20px;
	}

	.navbar-nav > li {
		font-size: 20px;
		padding: 0 0 24px 25px;
	}

	.dropdown-menu {
		min-width: 200px;
	}

	.dropdown-menu > li > a {
		font-size: 18px;
	}

	.dropdown-menu [class^="icon-"] {
		margin: 5px 10px 0 0;
	}

	.carousel-inner .item {
		min-height: 544px;
	}

	.carousel-inner .item .text-block {
		margin: 0;
	}

	.carousel-inner h1 {
		font-size: 238px;
	}

	#footer .subscribe-block {
		padding: 3px 0 0;
	}
}

@media (max-width: 991px) {
	#sidebar h3 {
		font-size: 20px;
	}

	iframe {
		max-width: 100%;
	}

	h1 {
		font-size: 58px;
	}

	h2 {
		font-size: 48px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 16px;
	}

	blockquote.decor {
		font-size: 38px;
	}

	.logo {
		width: 186px;
		height: 138px;
	}

	.header-holder {
		padding: 20px 20px 0 0;
	}

	.social-holder {
		padding: 0 0 46px;
	}

	.social-holder a {
		font-size: 24px;
	}

	.social-holder a.icon-search {
		font-size: 22px;
	}

	.social-holder .social li {
		padding: 0 0 0 9px;
	}

	.search-block .popup {
		top: -5px;
	}

	.social a {
		font-size: 24px;
	}

	.social a.icon-facebook {
		font-size: 21px;
	}

	.social a.icon-twitter {
		font-size: 20px;
	}

	.carousel-inner .item .text-block {
		padding: 18px;
		font-size: 16px;
	}

	.carousel-inner h1 {
		font-size: 200px;
	}

	.section.brush-drawing .headeing {
		height: 190px;
	}

	.section.small-padding {
		padding: 0;
	}

	.list-images {
		margin: 0 -10px 30px;
	}

	.list-images li {
		width: 33.3%;
	}

	.video-holder a:before {
		width: 80px;
		height: 80px;
	}

	.btn {
		font-size: 21px;
		padding: 19px 25px;
	}

	.btn.arrow:before {
		margin: 0;
	}

	.shar-this-holder span {
		min-width: 50px;
		padding: 0;
	}

	.shar-this-holder span em {
		display: none;
	}

	.shar-this-holder span [class^="icon-"] {
		margin: 0;
	}

	.sponsors-section {
		padding: 40px 0;
	}

	.sponsors-list li {
		width: 33%;
		padding: 0 30px;
	}

	#footer .subscribe-block {
		padding: 40px 0;
		max-width: 33.333%;
	}

	.footer-logo {
		width: 200px;
	}
}

@media (max-width: 767px) {
	.row #content {
		padding: 0;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
		margin: 0 0 10px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.alignleft {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
		max-width: 70%;
		width: 100%;
		display: block;
	}

	.alignright {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
		max-width: 70%;
		width: 100%;
		display: block;
	}

	h1.lines,
	.h1.lines,
	h2.lines,
	.h2.lines,
	h3.lines,
	.h3.lines,
	h4.lines,
	.h4.lines,
	h5.lines,
	.h5.lines,
	h6.lines,
	.h6.lines {
		background-position: 50% 100%;
	}

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 38px;
	}

	body {
		letter-spacing: 0;
	}

	.logo {
		width: 138px;
		height: 107px;
	}

	.header-holder {
		width: 55%;
		padding: 69px 0 0;
	}

	.social-holder {
		width: 100%;
		padding: 0 8px 0 0;
	}

	.social-holder .social {
		padding: 0 0 0 3px;
		margin: 0 0 0 5px;
	}

	.search-block {
		padding: 0 0 14px;
		position: static;
	}

	.search-block .popup {
		top: 100%;
		right: auto;
		left: 0;
		right: 0;
		background: #c4dc6e;
		padding: 5px;
		z-index: 1001;
	}

	.search-block .search-form {
		margin: 0;
	}

	.search-block .search-form input[type="search"] {
		width: 100%;
	}

	.navbar-nav > li {
		padding: 0 20px 10px;
	}

	.navbar-collapse {
		width: 100%;
		text-align: left;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #c4dc6e;
		z-index: 300;
	}

	.navbar-collapse .navbar-nav {
		padding: 10px 0;
	}

	.carousel-inner .item {
		min-height: 344px;
	}

	.carousel-inner .item {
		padding: 30px 0;
	}

	.carousel-inner h1 {
		font-size: 140px;
	}

	.carousel-indicators {
		bottom: 0;
	}

	.section.brush-drawing .post {
		text-align: center;
		padding: 0;
	}

	.section.brush-drawing .headeing {
		height: 100px;
	}

	.section.small-padding {
		padding: 30px 10px;
	}

	.list-images li {
		width: 50%;
	}

	.intro {
		font-size: 16px;
	}

	.article {
		font-size: 16px;
	}

	.article {
		padding: 20px 0;
	}

	.video-holder a {
		padding: 0;
	}

	.video-holder a:before {
		width: 60px;
		height: 60px;
	}

	.sponsors-list li {
		width: 40%;
		padding: 0 10px 20px;
margin-bottom:10px;
	}

	#footer {
		padding: 20px 0;
		text-align: center;
	}

	#footer .subscribe-block {
		max-width: 100%;
	}

	.footer-logo {
		width: 150px;
		margin: 0 0 20px;
	}

	.footer-nav {
		margin: 0 0 20px;
	}

	.copy {
		padding: 0;
		text-align: center;
	}

	.copy ul {
		display: block;
	}

	.btn-toolbar > .btn,
	.dropdown > .btn,
	.dropup > .btn,
	.btn-group > .btn {
		font-size: 15px;
	}
}

@media (max-width: 479px) {
	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 100%;
	}

	.list-images li {
		width: 100%;
	}
.navbar-default .navbar-nav > li > a{
color:#f2df95;
}
.navbar-collapse .navbar-nav{
background-color:#333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
color:#f2df95;
}
}

.navbar-default .navbar-toggle .icon-bar{
background-color:#fff;
}
.navbar-default .navbar-toggle{
border-color:transparent;

}
.navbar-toggle{
background-color:#be9f4d;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background:#be9f4d;
}


.pt-cv-wrapper .btn-success {
    background: #e1c16e none repeat scroll 0 0 !important;
    border-color: #faab81 !important;
    color: #fff !important;;
    display: inline-block !important;	
    border-radius: 0px !important;	
}

.btn {
    border-width: 2px;
    box-shadow: 0 0 0 0px #303030 !important;
    
}
.pt-cv-wrapper .h1, .pt-cv-wrapper .h2, .pt-cv-wrapper .h3, .pt-cv-wrapper .h4, .pt-cv-wrapper .h5, .pt-cv-wrapper .h6, .pt-cv-wrapper h1, .pt-cv-wrapper h2, .pt-cv-wrapper h3, .pt-cv-wrapper h4, .pt-cv-wrapper h5, .pt-cv-wrapper h6 {
    color: inherit;
    font-family: "desyrel",sans-serif !important;
    font-weight: 300 !important;	
   
}
.pt-cv-title {
    font-size: 27px !important;
}
.pt-cv-wrapper .btn {
    -moz-user-select: none;
    background-image: none;
   
    padding: 15px 28px !important;
    
}


.videopage {
    max-width: 100% !important;
    width: 100% !important;
}

