@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&display=swap');

/*
Theme Name: IT v kostce
Theme URI: https://webdesign.itvkostce.cz
Author: Martin Gross
Author URI: https://webdesign.itvkostce.cz
Description: Šablona vytvořená na míru pro potřeby klienta
Version: 1.0
License: Copyright - Martin Gross
Tags: custom-made
Text Domain: itvkostce
*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

label,
input,
select,
textarea {
	-webkit-appearance: none;
}

body {
	text-align: center;
	background-color: #fff;
}

body,
label,
input,
textarea,
select {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #000;
}

/*-----Basics-----*/

h1,
.like-h1,
h2.like-h1 {
	margin: 0 0 40px;
    color: #d39b37;
}

h1.has-subheading,
.like-h1.has-subheading,
h2.has-subheading,
h2.like-h1.has-subheading,
h3.has-subheading {
    margin-bottom: 0;
}

.subheading {
    margin-bottom: 40px;
}

h2,
h3,
h4,
h5,
p,
hr,
ul,
ol,
.content-section {
	margin: 0 0 30px;
}

p:last-child,
.content-section:last-child,
.content ul:last-child,
.content ol:last-child {
	margin-bottom: 0;
}

a {
	color: #d39b37;
}

a,
.content a.button,
.content a:hover,
.header a:hover,
.navmenu a:hover,
.button:hover,
.content .speaker a,
.content .speaker a:hover,
.contact-page .contact-contacts a,
.contact-page .contact-contacts a:hover,
.prefooter a:hover,
.footer a:hover {
	text-decoration: none;
}

a:hover,
.content a {
	text-decoration: underline;
}

ol li {
	list-style-position: outside;
	margin-left: 20px;
    padding-left: 10px;
}

.content ul li,
.prefooter ul li {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 6px;
	padding-left: 20px;
}

.content ul li:before,
.prefooter ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 8px;
	left: 1px;
	background: #d39b37;
}

.content ul li:last-child,
.main ul li:last-child {
	margin-bottom: 0;
}

hr {
	border-bottom: 1px solid #ddd;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	width: 100%;
    text-align: center;
}

.wrapper-color,
.color-box {
    background: #f8f3e9;
}

@media only screen and (max-width:700px) {
	.wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.wrapper.banner,
	.wrapper.main {
		padding-top: 100px;
	}
}

@media only screen and (min-width:700px) {
	.wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.wrapper.banner,
	.wrapper.main {
		padding-top: 190px;
	}
}

.banner {
    background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    background-image: url("/images/bg-banner.jpg");
	color: #fff;
}

.wrap {
	max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}

.wrap-speakers {
	padding-left: 10px;
	padding-right: 10px;
}

.wrap-huge {
	max-width: 100%;
}

@media only screen and (max-width:600px) {
	.half {
		padding-bottom: 30px;
	}

	.half:last-child {
		padding-bottom: 0;
	}
}

@media only screen and (min-width:600px) {
	.half {
		float: left;
		width: 50%;
        padding-bottom: 30px;
	}
	
	.half:nth-of-type(odd) {
        clear: both;
		padding-right: 15px;
	}
	
	.half:nth-of-type(even) {
		padding-left: 15px;
	}

    .half:nth-last-of-type(3-n) {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:1000px) {
	.third {
		padding-bottom: 30px;
	}

	.third:last-of-type {
		padding-bottom: 0;
	}
}

@media only screen and (min-width:1000px) {
	.third {
		width: 33.3%;
		float: left;
		padding-top: 30px;
	}

	.third:nth-of-type(-n+3) {
		padding-top: 0;
	}

	.third:nth-of-type(3n+1) {
		clear: both;
		padding-right: 20px;
	}

	.third:nth-of-type(3n+1) {
		clear: both;
		padding-right: 20px;
	}

	.third:nth-of-type(3n+2) {
		padding-left: 10px;
		padding-right: 10px;
	}

	.third:nth-of-type(3n) {
		padding-left: 20px;
	}
}

img {
	display: block;
    max-width: 100%;
    height: auto;
}

.narrow {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content {
	text-align: left;
}

/*-----Fonts-----*/

@media only screen and (max-width:850px) {
	h1,
	.like-h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2,
    .like-h2,
	.home-text h3,
	.banner-subheading {
		font-size: 25px;
    	line-height: 36px;
	}
}

@media only screen and (min-width:850px) {
	h1,
	.like-h1 {
		font-size: 35px;
    	line-height: 47px;
	}

	h2,
    .like-h2,
	.home-text h3,
	.banner-subheading {
		font-size: 30px;
    	line-height: 40px;
	}
}

.program-day-title,
.prefooter-title {
	font-size: 30px;
	line-height: 40px;
}

h3 {
	font-size: 23px;
    line-height: 30px;
}

h4,
.program-section-title {
	font-size: 21px;
    line-height: 27px;
}

.button,
input[type=submit] {
	font-size: 20px;
    line-height: 20px;
}

h5,
.program-day-subtitle {
	font-size: 19px;
    line-height: 25px;
}

.contact-data {
	font-size: 18px;
    line-height: 30px;
}
	
.contact-contacts {
	font-size: 25px;
    line-height: 25px;
}

.wrap-arguments .simple-table {
    font-size: 24px;
    line-height: 28px;
}

.header .contact-phone {
	font-size: 22px;
	line-height: 22px;
}

.argument-title,
.argument-subtitle,
p.subheading {
    font-size: 20px;
    line-height: 24px;
}

.navmenu li a,
.button.button-mini {
	font-size: 16px;
    line-height: 16px;
}

.footer {
	font-size: 14px;
    line-height: 18px;
}

.bold,
strong,
h1,
.like-h1,
h2,
h3,
h4,
h5,
.red-star,
.button,
input[type=submit] {
	font-weight: 900;
}

.regular {
	font-weight: 400;
}

.light {
	font-weight: 300;
}

@media only screen and (min-width:330px) {
	.justify {
		text-align: justify;
	}
}

.centered {
	text-align: center;
}

.button,
input[type=submit],
.uppercase {
	text-transform: uppercase;
}

.color-green {
    color: #229aa3;
}

.color-blue {
    color: #183960;
}

.red,
.color-red {
    color: #f54;
}

.color-gold {
    color: #d39b37;
}

/*-----Header-----*/

.header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	background: rgba(255,255,255,0.95);
	z-index: 9999;
	-webkit-box-shadow: 0px -5px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -5px 15px rgba(0,0,0,0.3);
	box-shadow: 0px -5px 15px rgba(0,0,0,0.3);
}

.logo {
	float: left;
    display: block;
}

.logo img {
	width: auto;
}

.navmenu ul {
	margin-bottom: 0;
}

@media only screen and (max-width:700px) {
	.header {
		padding: 10px 20px 6px;
	}

	.header .contact-phone,
	.header .social-networks {
		display: none;
	}

	.logo {
		padding-top: 2px;
	}
	
	.logo img {
		height: 30px;
	}

	.mobfire {
		float: right;
    	padding: 8px 0 8px 8px;
		cursor: pointer;
	}

	.hamburger {
		position: relative;
    	float: right;
    	width: 24px;
    	height: 18px;
	}
	
	.hamburger div {
		position: absolute;
    	left: 0;
    	width: 100%;
    	height: 3px;
		background-color: #000;
	}

	.hamburger div.line-1 {
		top: 0;
	}	

	.hamburger div.line-2 {
		top: 7px;
		opacity: 1;
	}

	.hamburger div.line-3 {
		top: 14px;
	}

	.clicked .hamburger div.line-1,
	.clicked .hamburger div.line-3 {
		width: 28px;
    	left: -3px;
    	top: 7px;
	}

	.clicked .hamburger div.line-1 {
		transform: rotate(37deg);
	}

	.clicked .hamburger div.line-2 {
		opacity: 0;
	}

	.clicked .hamburger div.line-3 {
		transform: rotate(-37deg);
	}

	.navmenu {
		clear: right;
    	position: relative;
	}

	.navmenu ul {
		position: absolute;
		top: 3px;
		right: 0;
		max-height: 3px;
		overflow: hidden;
		padding-top: 3px;
	}

	.clicked .navmenu ul {
		max-height: 1000px;
	}

	.navmenu li {
		list-style: none;
		margin: 0;
		padding: 0;
		background: #000;
	}

	.navmenu li a {
		display: block;
		padding: 7px 25px;
		text-align: left;
		color: #fff;
		white-space: nowrap;
	}

	.navmenu li:first-child a {
		padding-top: 25px;
	}

	.navmenu li:last-child a{
		padding-bottom: 25px;
	}
}

@media only screen and (min-width:700px) {
	.header {
		padding: 10px 20px 0;
		text-align: right;
	}
	
	.logo {
		padding-top: 7px;
	}
	
	.logo img {
		height: 60px;
	}

	.header .contact-phone,
	.header .social-networks {
		display: inline-block;
		vertical-align: top;
	}

	.header .social-networks {
		padding-left: 20px;
	}

	.header .contact-phone {
		padding-top: 5px;
		padding-left: 20px;
		background-size: auto 65%;
		background-position: 0 6px;
		opacity: 1;
	}

	.header .contact-phone a:hover {
		color: #229aa3;
	}
		
	.mobfire {
		display: none;
	}
	
	.navmenu {
		float: right;
    	clear: right;
	}
	
	.navmenu div,
	.navmenu ul {
		display: inline-block;
    	vertical-align: bottom;
	}

	.navmenu li {
		position: relative;
		list-style-type: none;
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.navmenu li a {
		display: block;
		margin-right: 15px;
		padding: 14px 0 7px;
		border-bottom: 6px transparent solid;
	}
	
	.navmenu li:last-child a {
		margin-right: 0;
	}

	.navmenu li a {
		color: #000;
	}

	.navmenu li a:hover {
		border-bottom-color: #d39b37;
	}
}

/*-----Content-----*/

.container {
	opacity: 0;
}

.loaded .container {
	opacity: 1;
}

.loader {
	display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
	background: url('../images/loading.gif') no-repeat;
	background-position: center 200px;
	background-size: 100px auto;
}

.loaded .loader {
	display: none;
}

h1.banner-heading {
	margin-bottom: 10px;
    color: #fff;
}

.banner-subheading {
	margin-bottom: 30px;
}

.gmap {
	margin-top: 30px;
}

.gmap iframe {
	width: 100%;
	height: 300px;
	border: 0;
}

table {
	border-collapse: collapse;
}

tbody tr:nth-of-type(odd) td {
	background: #eee;
}

tbody tr:hover td {
	background: #e6f2f8;
}

th,
td {
	height: 35px;
	padding: 5px 7px;
	border: 1px #aaa solid;
}

.contact-data-section {
	margin-bottom: 50px;
}

.contact-data-section:last-child {
	margin-bottom: 0;
}

.submenu a {
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 10px;
}

.submenu a:last-child {
	padding-right: 0;
}

.simple-table tbody th,
.simple-table tbody tr td,
.simple-table tbody tr:nth-of-type(odd) td {
    background: transparent;
    border: 0;
}

.simple-table th {
    text-align: left;
}

.simple-table td {
    text-align: right;
}

.centered .simple-table {
    margin-left: auto;
    margin-right: auto;
}

.simple-table td {
    color: #999;
}

p.subheading {
    color: #999;
}

.color-box {
    padding: 40px;
    text-align: center;
}

.team-image {
    margin-bottom: 10px;
}

.team-image img {
    width: auto;
    height: 200px;
}

/*-----Features-----*/

.feature p,
.feature ul {
    margin-bottom: 20px;
}

.feature p:last-child,
.feature ul:last-child {
    margin-bottom: 0;
}

.feature-image {
    margin-bottom: 10px;
}

.feature-image img {
    width: 200px;
}

/*-----Arguments-----*/

.arguments {
    padding-bottom: 20px;
}

.argument {
    padding-bottom: 40px;
}

@media only screen and (min-width: 320px) {
    .argument {
        display: inline-block;
        vertical-align: top;
        width: 240px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.argument img {
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.argument-title {
    margin-bottom: 0;
}

.argument-subtitle {
    color: #999;
}

.wrap-arguments .simple-table {
    width: 300px;
    max-width: 100%;
    margin-bottom: 30px;
}

.wrap-arguments .simple-table th,
.wrap-arguments .simple-table td {
    width: 50%;
    vertical-align: top;
}

/*-----Partners-----*/

.partners {
	text-align: center;
}

@media only screen and (max-width:750px) {
	.partners {
		padding-top: 50px;
	}
}

@media only screen and (min-width:750px) {
	.partners {
		padding-top: 100px;
	}
}

.partner {
	padding: 0 20px 40px;
	display: inline-block;
	vertical-align: middle;
}

/*-----Social networks-----*/

.social-networks a {
	display: inline-block;
	margin-right: 10px;
	opacity: 1;
}

.social-networks a:hover {
	opacity: 0.6;
}

.social-networks a:last-child {
	margin-right: 0;
}

.social-networks img {
	width: auto;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.header .social-networks img {
	height: 27px;
}

/*-----Contacts-----*/

.contact-contacts,
.contact-address {
	margin-bottom: 30px;
}

.contact-phone,
.contact-mail {
	padding-left: 30px;
	background-repeat: no-repeat;
}

.contact-phone {
	margin-bottom: 10px;
	background-size: auto 75%;
	background-position: 1px 3px;
	background-image: url('../images/phone.png');
}

.contact-mail {
	background-size: auto 55%;
	background-position: left 7px;
	background-image: url('../images/mail.png');
}

.contact-page .contact-contacts a,
.prefooter .contact-contacts a {
	color: #d39b37;
}

.contact-page .contact-contacts a:hover {
	color: #229aa3;
}

.prefooter .contact-contacts a:hover {
	color: #fff;
}

/*-----Footer-----*/

.prefooter {
    background-color: #222;
	text-align: left;
}

.prefooter-title {
	margin-bottom: 30px;
}

.prefooter,
.prefooter label,
.prefooter a {
	color: #fff;
}

.prefooter a:hover {
	color: #d39b37;
}

.footer {
	padding-top: 15px;
    padding-bottom: 15px;
	background-color: #2b2c2c;
}

.footer p {
	margin: 0;
}

.footer,
.footer a {
	color: #999;
}

.footer a:hover {
	color: #fff;
}

@media only screen and (max-width:700px) {
	.foot.left,
	.foot.right {
		float: none;
    	text-align: center;
	}
	
	.foot.left {
		margin-bottom: 5px;
	}
}

/*-----GDPR-----*/

.gdpr-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	background: #202020;
	z-index: 9998;
	color: #fff;
}

.gdpr-bar p {
	margin-bottom: 0;
}

/*-----Forms-----*/

input,
select,
textarea {
	width: 100%;
	max-width: 443px;
    display: block;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
	background: #eee;
	border: 1px #ccc solid;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input.input-medium,
select.input-medium {
	width: 350px;
}

input.input-short,
select.input-short {
	width: 200px;
}

input.input-small,
select.input-small {
	width: 65px;
}

textarea {
	height: 200px;
}

input[type=submit],
.button {
	display: inline-block;
    width: 260px;
    max-width: 100%;
    padding: 15px 16px 17px;
    text-align: center;
	background-color: #d39b37;
	border: 2px solid #d39b37;
	color: #fff;
	cursor: pointer;
}

.banner .button {
    border: 0;
    padding: 17px 18px 19px;
}

input[type=submit].button-invert,
.button.button-invert {
	background-color: transparent;
	color: #d39b37;
}

@media only screen and (max-width: 650px) {
    .button-area .button,
    .button-area input[type=submit].button {
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .gdpr-bar .button-area input[type=submit].button {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 650px) {
    .button-area .button {
        margin: 20px 10px 0;
    }
}

.button.button-mini {
	width: 140px;
	padding: 6px 1px 7px;
}

.gdpr-bar .button-area .button {
	margin: 10px 5px 0;
}

.button.button-wide {
	width: auto;
	max-width: 100%;
	white-space: normal;
}

input[type=submit]:hover,
.button:hover {
	background-color: #229aa3;
	border-color: #229aa3;
}

input[type=submit].button-invert:hover,
.button.button-invert:hover {
	background-color: transparent;
    color: #229aa3;
    border-color: #229aa3;
}

select {
	padding-right: 30px;
	background-image: url('../images/dropdown-padding.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 35%;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.form-field-checkbox,
.form-field-checkbox.form-field-checkbox-inline:last-child,
.form-field-radio {
	margin-bottom: 20px;
}

.form-field-checkbox:last-child,
.form-field-radio:last-child {
	margin-bottom: 0;
}

.form-field-checkbox label,
.form-field-radio label {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	vertical-align: top;
	cursor: pointer;
}

.form-field-radio-label {
	padding-bottom: 5px;
}

.form-field-checkbox-inline,
.form-field-radio-option {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

.form-field-radio-option {
	padding-top: 5px;
}

.form-field-checkbox-inline:last-child,
.form-field-radio-inline:last-child {
	padding-right: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background-color: #eee;
	cursor: pointer;
}

input[type=checkbox]:checked,
input[type=radio]:checked{
	background-color: #eee ;
	background-repeat: no-repeat;
	background-position: center center;
}

input[type=checkbox]:checked {
	background-image: url('../images/checkbox.png');
	background-size: 60% 60%;
}

input[type=radio]:checked {
	background-image: url('../images/radio.png');
	background-size: 100% 100%;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: none;
}

.form-description {
	padding: 5px 20px 0;
}

.form-description.form-description-checkbox {
	padding: 5px 0 0;
}

.form-description-link {
	margin-bottom: 10px;
}

.thanks,
.error,
.info {
	padding: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
	border-left: 5px solid #229aa3;
	background-color: #eee;
	color: #000;
}

.error {
	border-left-color: #f54;
}

.info {
	border-left-color: #183960;
	background-color: #fff;
}

.error p {
	margin: 0;
}

.form-field-radio .error-outer {
	padding-top: 20px;
}

/*-----Gallery-----*/

.gallery-pic {
	width: 25%;
	float: left;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 0;
	border-bottom: 0;
}

.gallery-pic:nth-of-type(-n+4) {
	padding-top: 0;
}

.gallery-pic:nth-of-type(4n+1) {
	clear: both;
	padding-right: 21px;
}

.gallery-pic:nth-of-type(4n+2) {
	padding-left: 7px;
	padding-right: 14px;
}

.gallery-pic:nth-of-type(4n+3) {
	padding-left: 14px;
	padding-right: 7px;
}

.gallery-pic:nth-of-type(4n+4) {
	padding-left: 21px;
}

.gal-href {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
}

.gallery-pic img {
	opacity: 1;
}

.gallery-pic:hover img {
	opacity: 0.5;
}

.featherlight {
	display: none;
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #333;
	background: rgba(0,0,0,0);
	z-index: 99990;
	white-space: nowrap;
	cursor: pointer;
}

.featherlight:last-of-type {
	background: rgba(0,0,0,0.8);
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.featherlight .featherlight-content {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	padding: 25px 25px 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 25px solid transparent;
	background: #fff;
	cursor: auto;
	white-space: normal;
}

.featherlight .featherlight-inner {
	display: block;
}

.featherlight-title-content {
	position: absolute;
	display: block;
	top: 25px;
	left: 25px;
	right: 25px;
	margin: auto;
	padding: 10px 20px;
}

.featherlight .featherlight-close-icon {
	position: absolute;
	width: 25px;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 99991;
	cursor: pointer;
	line-height: 25px;
	font-family: Arial,	sans-serif;
	background: #fff;
	color: #000;
}

.featherlight .featherlight-image {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.featherlight-iframe .featherlight-content {
	padding: 0;
	border-bottom: 0;
}

.featherlight iframe {
	border: none;
}

.featherlight-loading .featherlight-content {
	width: 80px;
	height: 80px;
	padding: 0;
	background: #fff url("../images/loading.gif") no-repeat center 20px;
	background-size: 40px auto;
}

.featherlight-content img {
	height: auto !important;
}

.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-close-icon {
	display: none;
}

.featherlight-next,
.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	bottom: 0;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
	opacity: 0.6;
	cursor: pointer;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.2);
}

.featherlight-previous {
	left: 25px;
	background-image: url("../images/left.png");
}

.featherlight-next {
	right: 25px;
	background-image: url("../images/right.png");
}

.featherlight-next span,
.featherlight-previous span {
	display: none;
}

/*-----Video-----*/

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*-----Anchor-----*/

.anchor {
	display: block;
    position: relative;
    visibility: hidden;
}

@media only screen and (max-width:700px) {
	.anchor {
		margin-top: -50px;
    	padding-top: 50px;
	}
}

@media only screen and (min-width:700px) {
	.anchor {
		margin-top: -90px;
		padding-top: 90px;
	}
}

/*-----Effects, gradient, radius -----*/

a,
.container,
.header,
.navmenu-inner,
.hamburger div,
.speaker img,
.speaker-title,
.button,
input[type=submit],
.gallery-pic img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.container {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

input,
select,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.button,
input[type=submit] {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

input[type="radio"],
.featherlight-loading .featherlight-content {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.banner-heading,
.banner-subheading {
	-webkit-text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	-moz-text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	-o-text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
}

.banner .button {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

/*-----float cleaner-----*/

.float-in:before,
.float-in:after {
	content:"";
	display:table;
}

.float-in {
	zoom:1;
    /* For IE 6/7 (trigger hasLayout) */
}

.float-in:after {
	clear:both;
}