/* Copyright 2013 gephen.co */
/* typography */
/* @import url("http://fonts.googleapis.com/css?family=Roboto:400,700"); */

@font-face {
	font-family: 'F Grotesk';
	src: url('FGroteskBold-Regular.eot');
	src: url('FGroteskBold-Regular-.eot#iefix') format('embedded-opentype'),
		url('FGroteskBold-Regular.woff') format('woff'),
		url('FGroteskBold-Regular.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'F Grotesk';
	src: url('FGrotesk-Regular.eot');
	src: url('FGrotesk-Regular-.eot#iefix') format('embedded-opentype'),
		url('FGrotesk-Regular.woff') format('woff'),
		url('FGrotesk-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
    font-family: 'F Grotesk', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'F Grotesk', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h1 {
    margin-top: 6px;
    margin-bottom: 18px;
    font-size: 26px;
}

h1:first-child {
    margin-top: 0;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h4 {
    font-weight: bold;
}

h5 {
    font-size: 14px;
    font-weight: 700;
}

.lead {
    font-size: 18px;
}

label {
    font-weight: normal;
}

.vform-h3 {
    margin-top: 30px;
}

a {
    color: #fff;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}

/* cms */

.page-title {
    margin-top: 18px;
}

.plugin_picture > img {
    width: 100%;
    height: auto;
}

a.sipf2014 {
    padding: 10px;
    padding-left: 0;
    border: 1px solid #777;
    display: block;
    color: #fff;
    margin-bottom: 20px;
    border-left: none;
    border-right: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: black;
    text-decoration: underline;
    color: #fff;
}

.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

a.sipf2014:hover, a.sipf2014:active {
    background-color: #000000;
    color: #ffffff;

}

.mc-field-group input {
	border: 1px solid #777;
	background: #000;
	padding: 5px;
	width: 100%;
	color: #fff;
}

#mc-embedded-subscribe {
	margin-top: -1px;
	    background: #000;
	    border: none;
	    color: #fff;
	    border: 1px solid #777;
}

/* layout */
body {
    background-color: #000;
}

.row.row-header {
	margin-top: 10px;
}

header, .body-content {
    background-color: #000;
    padding-left: 40px;
    padding-right: 40px;
}

.body-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background: #000 !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .content {
        padding: 0 30px;
        margin-top: 20px;
    }
}

.sidebar-content {
    margin-top: 20px;
    padding-left: 20px;
}

.sidebar-content .title {
    font-size: 14px;
    font-weight: 700;
}

footer {
    float: left;
    width: 100%;
    padding: 20px 40px;
    background: none repeat scroll 0 0 #000;
    color: #777777;
    margin-bottom: 50px;
}

.logo {
    margin-top: 15px;
    width: 180px;
    height: auto;
}

hr {
	border-color: #777;
}

.row-header {
    padding-bottom: 0;
}

.row-header > .row-header-nav {
    max-height: 200px;
}

#sidebar-newsletter {
	border-top: 1px solid #777;
}

@media (max-width: 767px) {
    .row-header > .row-header-nav > nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .row-header .logo {
        margin: 10px auto;
        width: 150px;
        height: auto;
    }

    .row-header > .col-sm-3 {
        text-align: left;
    }

    .navbar-collapse {
        background: #ffffff;
        border: 1px solid #e9e9e9;
    }
}

@media (min-width: 990px) {
    .row-header > .row-header-nav > nav {
        margin-top: 100px;
    }
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-volunteer {
    padding: 10px;
    background: #000;
    margin-bottom: 20px;
    padding-left: 0;	
}

.sidebar-volunteer h2 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

/* nav bar */
.navbar-toggle {
    float: right;
    background-color: #c9c9c9;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.nav > li {
    background-color: #000;
    padding: 0 10px;
}

.nav > li > a {
    padding: 5px 5px;
}

.nav > li > a:hover, .nav > li > a:focus {
}

#menu-menu {margin-bottom: 10px;}

.current-menu-item a, .current-page-ancestor a {
    background: #fff !important;
    color: #000 !important;
}

.btn {border-radius: 0;}

footer .content {margin-top: 0;}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #000000;
    background-color: #eee;
}

ul.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nav-list > li {
    margin-bottom: 10px;
}

/* misc */
.top-buffer {
    margin-top: 10px;
}

form {
    margin-bottom: 10px;
}

.well form {
    margin-bottom: 0;
}

.thumbnail-grid {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.media-object {
    margin-bottom: 10px;
}

.thumbnail-update {
    width: 100%;
    text-align: right;
    margin-left: 15px;
}

.portfolio-cover, .portfolio-cover-empty {
    display: block;
    color: #555;
}

.portfolio-cover-empty {
    background-image: url('../img/utils/empty_box.png');
    display: table-cell;
    width: 250px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
}

.portfolio-cover-empty a,
.portfolio-cover-empty a:hover,
.portfolio-cover-empty a:active {
    color: #555;
    text-decoration: none;
}

#ImageDeleteModal .modal-dialog {
    width: 200px;
}

.faq-topics {
    background-color: #eee;
    padding: 20px;
}

.icon-green {
    color: #83E663;
}

.icon-red {
    color: #E66363;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eec1c7;
}

.table-scrollable {
    overflow: auto;
}

/* album list */
.album-list {
    margin-bottom: 20px;
}

.files {
    background-color: #ffffff;
    border: 1px solid;
    border-color: #c9c9c9;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.preview-image {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* error */
#error-msg {
    position: absolute;
    background: #ffffff;
    padding: 20px;
    width: 300px;
    height: 300px;
    top: 100px;
    left: 50%;
    margin-left: -150px;
}

/* avatar */
.form-images-list > ul {
    list-style-type: none;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	    margin-bottom: 6px!important;
	    border-top: none !important;
	    border-bottom: none !important;
	    padding-bottom: 6px;
	    padding-top: 8px;
	    box-sizing: border-box;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b94a48 !important;
}
.gform_wrapper .validation_message {
    color: #b94a48 !important;
    font-weight: 700;
    letter-spacing: normal;
}

.gform_wrapper .gfield_required {
    color: #fff !important;
    margin-left: 4px;
}

.gform_wrapper div.validation_error {
	color: #b94a48 !important;
	    font-size: 1em;
	    font-weight: 700;
	    margin-bottom: 25px;
	    border-top: 1px solid #b94a48;
	    border-bottom: 1px solid #b94a48;
	    padding: 16px 0;
	    clear: both;
	    width: 100%;
	    text-align: center;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: 1em !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.2em;
    width: auto;
    margin: 0 16px 0 0;
    padding: 5px 20px;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #b94a48;
}

.gform_wrapper .gsection {
    border-bottom: none !important;
    padding: 0 16px 8px 0;
    margin: 28px 0;
    clear: both;
}

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small, .gform_wrapper textarea.medium {
    width: 75% !important;
}

.gform_wrapper label.gfield_label {
	xfont-weight: normal !important;
}

.gform_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 50px !important;
    margin-bottom: 0;
}
.gform_wrapper h3.gform_title {
    letter-spacing: normal!important;
    margin: 10px 0 6px;
    font-size: 20px;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 1px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 1px;
}

p {
    margin: 0 0 20px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
}

ol li {
	margin-bottom: 10px;
}

label {
	display: block;
}

.input {
	width: 75%;
}

.profile-pic {
	position: absolute;
	right: 0;
	height: 150px;
}

.acf-input .thumbnail>img {
    margin-right: 0;
    margin-left: 0;
}

.acf-input .thumbnail {
	padding: 0;
	border: none;
}

.acf-gallery {
	border: none;
}

.acf-gallery .acf-gallery-toolbar {
    background: transparent;
    min-height: 28px;
}

.acf-file-uploader .file-wrap {
    border: none;
    min-height: 84px;
    position: relative;
    background: transparent;
}

.acf-gallery .acf-gallery-main {
	background: transparent;
}

.acf-icon.-pencil.dark {
	display: none !important;
}

.acf-gallery .acf-gallery-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: transparent;
    border-left: none;
}

.acf-fields > .acf-field {
	border-top: none;
}

.acf-actions.-hover {
    position: absolute;
    display: block;
}

.media-modal-content {
	background: #000;
	color: #000 !important;
}

.acf-button.button.button-primary.button-large {
	padding: 5px 20px;
	margin-left: 20px;
}

.acf-field-59fd7bfb349ec {
	xdisplay: none !important;
}

.gform_body li {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

#gform_fields_5 input, #gform_fields_5 textarea, #gform_fields_10 input[type=text], #gform_fields_10 textarea {
	width: 100% !important;
}

.gallery, .gallery li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#acf-form a {
	text-decoration: underline;
}

.gform_wrapper span.ginput_product_price {
    color: red;
}

.body-content a {
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
}

.summary {
	xwidth: 75%;
}

.upload input {
	background: #000;
	border: 1px solid silver;
	color: #fff;
}

.upload label {
	font-weight: bold !important;
}

.upload {
	margin-top: 50px !important;
}

.upload:first-child {
	margin-top: 20px;
}

.acf-field-gallery {
	border: 1px solid silver !important;
}

.acf-field-59fcc9f7a93ef {
	margin-bottom: 20px !important;
}

.content a {
	text-decoration: underline;
}


.pagination li a {
	background: gray;
}
.slick-prev {
    left:0;
}

.slick-next {
    right: 0;
}

ximg.jury {
    height: 200px;
}

.jury {
    text-align: center;
}
.jury img {padding-bottom: 10px;}

.form-table > tbody > .acf-field > .acf-label label {
    font-size: 14px;
    color: silver !important;
}

.acf-gallery .acf-gallery-side-info {
    background: #fff;
    border: none;
}

.acf-form-submit .acf-button {margin-left: 10px !important;margin-top: 20px;}

body .gform_wrapper ul li.gfield {
    margin-top: 20px;
    padding-top: 0;
}