html, body {
	height: 100%;
}

body {
	display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

a { 
	color: #E46F61;
	text-decoration: none; 
}

a:hover { 
	color: #444444;
	text-decoration: none; 
}

a:active { 
	color: #333333;
}

a img { 
	border: 0px; 
}

p {
    line-height: 160%;
    font-size: 14px;
}

strong, b { 
	font-weight:700; 
}

p b, p strong { 
	font-weight:600; 
}

em, i {
	font-style: italic;
}

blockquote p {
    font-size: 14px !important;
    line-height: 1.8em;
}

h1, h2, h3, h4 {
	font-weight: 300;
	line-height: 1em;
    margin: 0 0 10px;
	color: #444444;
    font-family: 'Raleway', sans-serif;
}

h2 img {
    padding-bottom: 7px;
    margin-right: 5px;
}

hr {
	border-top: none;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	box-shadow: 0 1px rgba(255,255,255,0.5);
}

/* ==========================================================================
   Image Slider
   ========================================================================== */

.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:0;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}

.controls {
    bottom: 10px;
    width: 100%;
	text-align: center;
    position: absolute;
	z-index: 9999;
}

#arrow_left, #arrow_right {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    margin: 4px;
    opacity: 0.3;
    text-align: center;
    text-decoration: none;
    width: 40px;
	z-index: 9999;
}
#arrow_left {
    left:30px;
}

#arrow_left:hover, #arrow_right:hover {
    opacity: 1;
}
#arrow_left:active, #arrow_right:active {
}

/* ==========================================================================
   Overlay & Container
   ========================================================================== */

.comingsoon {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.comingsoon .wrap { 
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#countdown {
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 300;
    margin-top: 25%;
    margin-bottom: 70px;
    position: relative;
    z-index: 50;
}

#countdown [class*="col-"] {
    text-align: center;
    margin-top: 20px;
	font-weight: 300;
	font-size: 80px;
	line-height: 60px;
}

#countdown span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    color: #289dcc;
}

.comingsoon-page .social-icons {
    color: #444444;
    display: block;
    text-align: right;
    margin-top: 20px;
}

.comingsoon-page .social-icons li a {
    color: #444444;
    background-color: #f5f5f5;
}

.comingsoon-page .social-icons li:hover a {
    background-color: #289dcc;
    color: #FFFFFF !important;
}

.comingsoon-page .social-icons li:hover a i {
    color: #FFFFFF !important;
}

/*** Background Slider ***/
.comingsoon-page .slider .carousel {
    max-height: 800px;
    height: 800px;
}

.comingsoon-page .slider {
    max-height: 800px;
}

.comingsoon-page .slider .carousel .item {
    max-height: 800px;
}

/*** Video ***/

video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	background: url('http://demosthenes.info/assets/images/polina.jpg') no-repeat;
	background-size: cover;
}

.youtube-video {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.youtube-video iframe {
    display: block;
    height: 100%;
    width: 100%;
}

/* Buttons */
.button {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	background: #1a1a1a;
	-webkit-border-radius: 2px;
			border-radius: 2px;
	margin-top: 25px;
}

a.button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #D33438;
}

.button.small {
	font-size: 10px;
	padding: 5px 15px;
}

.button.big {
	font-size: 16px;
	padding: 15px 25px;
	-webkit-border-radius: 3px;
			border-radius: 3px;
}

/* Icons inside buttons */
.button > i {
	font-size: 14px;
}

.button.small > i {
	font-size: 12px;
}

.button.big > i {
	font-size: 18px;
}

/* Padding for outlined buttons */
.button.outline {
	padding: 8px 18px;
}

.button.small.outline {
	padding: 3px 13px;
}

.button.big.outline {
	padding: 13px 23px;
}

/* Alternative for a button */
a.underline {
	border-bottom: 1px solid #bba454;
}

a.arrow-link:after {
	font-family: 'FontAwesome';
	content: '\f101';
	color: #bba454;
	margin-left: 7px;
}

/* Icons */
i.inline {
	margin-left: 5px;
	margin-right: 5px;
}

.icon,
a .icon {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #1a1a1a;
	margin: auto 3px;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}

a .icon:hover {
	text-decoration: none;
	color: #ffffff;
	background: #bba454;
}

.icon.small {
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.icon.medium {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.icon.big {
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

/* Fixing lineheights */
.icon.outline {
	line-height: 36px;
}

.icon.small.outline {
	line-height: 21px;
}

.icon.medium.outline {
	line-height: 26px;
}

.icon.big.outline {
	line-height: 46px;
}

.logo {
	top: 10px;
    left: 10px;
    position: absolute;
    width: 190px;
	z-index: 9999;
}


.language {
    bottom: 70px;
    text-align: center;
    position: absolute;
    width: 100%;
	z-index: 9999;
}

/* Styles for the buttons, icons and arrow controls */
.button.color,
.icon.color {
	color: #ffffff;
	background: #bba454;
}

a.button.color:hover,
a .icon.color:hover {
	color: #ffffff;
	background: #1a1a1a;
}

.button.white,
.icon.white {
	color: #1a1a1a;
	background: #ffffff;
}

.button.light,
.icon.light {
	color: #ffffff;
	background: #adadad;
}

.button.dark,
.icon.dark {
	color: #ffffff;
	background: #1a1a1a;
}

.button.outline,
.icon.outline {
	color: #1a1a1a;
	background: none;
	border: 2px solid #1a1a1a;
}

a.button.outline:hover,
a .icon.outline:hover {
	color: #ffffff;
	background: #1a1a1a;
}

.button.outline.color,
.icon.outline.color {
	color: #bba454;
	background: none;
	border: 2px solid #bba454;
}

a.button.outline.color:hover,
a .icon.outline.color:hover {
	color: #ffffff;
	background: #bba454;
}

.button.outline.white,
.icon.outline.white {
	color: #d33438;
	background: none;
	border: 2px solid #d33438;
}

a.button.outline.white:hover,
a .icon.outline.white:hover {
	color: #ffffff;
	background: #d33438;
}

.button.outline.light,
.icon.outline.light {
	color: #adadad;
	background: none;
	border: 2px solid #adadad;
}

a.button.outline.light:hover,
a .icon.outline.light:hover {
	color: #ffffff;
	background: #adadad;
}

.button.outline.dark,
.icon.outline.dark {
	color: #1a1a1a;
	background: none;
	border: 2px solid #1a1a1a;
}

a.button.outline.dark:hover,
a .icon.outline.dark:hover {
	color: #ffffff;
	background: #1a1a1a;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
 
/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 
    body { overflow-x: hidden; }
    #countdown { margin-top: 10%; }
    #countdown [class*="col-"] { font-size: 40px; line-height: 30px; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) { 

}