html, body {
	height: 100%;
}

body {
    width: auto;
    position: relative;
    color: #fff;
    line-height: 140%;
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-shadow: none;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-size: cover;
	-webkit-transition: all .3s linear; 
	-moz-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	transition: all .3s linear;
}

a { 
	color: #1abc9c;
	text-decoration: none; 
}

a:hover { 
	color: #000;
	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;
    font-family: 'Oswald', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

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);
}


.title {
    font-size: 50px;
    font-weight: 500;
    line-height: 150%;
}

.title span {
    color: #289dcc;
}

.sub-title {
    line-height: 180%;
    text-transform: none;
}



/* ==========================================================================
   Widget
   ========================================================================== */

.widget-button {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.widget-button a {
    color: #fff;
}

.widget-button a:hover {
    color: #289dcc;
}

.hide-overflow {
	-webkit-transition: all .4s linear; 
	-moz-transition: all .4s linear; 
	-o-transition: all .4s linear; 
	transition: all .4s linear;
}

.widget {
    position: fixed;
    right:0;
    top: 0;
    height: 100%;
    background: #2B333B;
    z-index: 99999;
    width: 300px;
    margin-right: -300px;
    overflow: scroll;
	-webkit-transition: all .3s linear; 
	-moz-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	transition: all .3s linear;
}

.widget.active {
    margin-right: 0;
	-webkit-transition: all .3s linear; 
	-moz-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	transition: all .3s linear;
}

.widget .container {
    width: auto;
    display: block;
    margin: 0;
    padding: 50px 30px 30px;
    position: relative;
    color: #FFFFFF;
}

.widget .close {
    position: absolute;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    font-size: 14px;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.widget .close:hover {
    color: rgb(255,255,255);
    opacity: 1;
}

.widget a {
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}

.widget h1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ddd;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: justify;
}

.widget h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: justify;
}

.widget h2 i {
    margin-left: 10px;
}

.widget p {
    display: block;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    font-size: 14px;
    text-align: justify;
}
    
.widget ul.sub-nav {
    display: block;
    margin: 0;
    padding: 0;
}

.widget ul.sub-nav li {
    display: block;
}

.widget ul.sub-nav li a {
    display: block;
    font-size: 13px;
    padding: 5px 0;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    font-family: 'Oswald', sans-serif;
}

.widget ul.sub-nav li a:hover {
    color: #FFFFFF;
}

/* ==========================================================================
   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;
}
#success, #error{ display: none; color: #fff; padding: 20px 0px; font-size: 20px;}

/* ==========================================================================
   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%;
    background: url(../images/pattern.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
#logo {
    margin-top: 5%;
    position: relative;
    z-index: 50;
}
#copyright {
    margin-top: 3%;
    position: relative;
    z-index: 50;
}
#comingsoon {
    margin-top: 5%;
    position: relative;
    z-index: 50;
}
#countdown {
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 300;
    margin-top: 5%;
    margin-bottom: 70px;
    position: relative;
    z-index: 50;
}

#countdown [class*="col-"] {
    text-align: center;
    margin-top: 20px;
	font-weight: 700;
	font-size: 80px;
	line-height: 60px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#countdown span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    color: #fff;
}

.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%;
}

/*** Newsletter ***/

.subscribe {
    display: block;
    position: relative;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
    margin-top: 10px;
    height: 40px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.subscribe input {
    border: none;
    display: block;
    width: 80%;
    height: 40px;
    font-size: 15px;
    padding: 0 5px;
}

.subscribe input:focus {
    border: none;
    overflow: auto;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.subscribe i {
    position: absolute;
    line-height: 42px;
    top: 0;
    left: 10px;
    color: #cccccc;
}

.subscribe button {
    height: 40px;
    color: #FFFFFF;
    background: #289dcc;
    padding: 0 14px;
    line-height: 40px;
    position: absolute;
    right: -2px;
    top: 0;
    border: none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.subscribe button:hover {
    background: #444444;    
}


/* ==========================================================================
   Error page
   ========================================================================== */

ul.social-icons {
    margin: 5% 0 0;
    padding: 0;
}

ul.social-icons li {
    display: inline-block; 
    margin-right: 5px; 
    margin-bottom: 5px; 
    vertical-align: top;
	background-color: rgba(0, 0, 0, .3);
}

ul.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #cfcfcf;
    border: 1px solid rgba(207,207,207,.7);
    cursor: pointer;
    text-align: center;
    font: 0/0 a;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

ul.social-icons li a:hover {
	border-color: transparent;
}

ul.social-icons .twitter a:hover {
	background-color: #47c0d8;
}

ul.social-icons .facebook a:hover {
	background-color: #49699f;
}

ul.social-icons .linkedin a:hover {
	background-color: #2c7cb7;
}

ul.social-icons .pinterest a:hover {
	background-color: #c21c21;
}

ul.social-icons .rss a:hover {
	background-color: #fe9900;
}

ul.social-icons .gplus a:hover {
	background-color: #c33d19;
}

ul.social-icons .flickr a:hover {
	background-color: #e82c88;
}

ul.social-icons .instagram a:hover {
	background-color: #517fa3;
}

ul.social-icons .dropbox a:hover {
	background-color: #5da3e8;
}

ul.social-icons .youtube a:hover {
	background-color: #b72d24;
}

ul.social-icons .blogger a:hover {
	background-color: #f38f33;
}

ul.social-icons .evernote a:hover {
	background-color: #73b122;
}

ul.social-icons .dribbble a:hover {
	background-color: #e65992;
}

ul.social-icons .behance a:hover {
	background-color: #18a3fe;
}

ul.social-icons .lastfm a:hover {
	background-color: #be0607;
}

ul.social-icons .skype a:hover {
	background-color: #24b0e4;
}

ul.social-icons .vimeo a:hover {
	background-color: #568799;
}

ul.social-icons .forrst a:hover {
	background-color: #628267;
}

ul.social-icons .digg a:hover {
	background-color: #2882c6;
}

ul.social-icons .appstore a:hover {
	background-color: #606060;
}

ul.social-icons .wordpress a:hover {
	background-color: #33759d;
}

ul.social-icons .stumbleupon a:hover {
	background-color: #eb4924;
}

ul.social-icons .deviantart a:hover {
	background-color: #5f7162;
}

ul.social-icons .github a:hover {
	background-color: #7292a2;
}

ul.social-icons .mail a:hover {
	background-color: #65a413;
}

ul.social-icons li i {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

ul.social-icons a:hover i { color: #fff; }

.form-control {
	box-shadow: none;
	border-radius: 0
}
.form-control:focus {
	box-shadow: none
}
.form-control.input-lg {
	resize: none;
	font-size: .9em
}
.form-control.rounded {
	border-radius: 4px
}
label {
	font-weight: 400
}
label.error {
	font-size: .9em;
	margin: 5px 0 0
}
.form-inline button {
	margin: 0 10px 0 0
}
.newsletter-form {
	position: relative
}
.newsletter-form input {
	border: 0;
	height: 72px;
	border-radius: 40px
}
.newsletter-form input.input-lg {
	font-size: 1.4em
}
.newsletter-form input:focus {
	box-shadow: none
}
.newsletter-form button {
	position: absolute;
	right: 24px;
	top: 24px;
	border: 0;
	background: 0 0
}
.form-control.primary {
	border-color: #1abc9c;
	background: #1abc9c;
	color: #fff;
}
.light{color: #fff;}
.form-control::-webkit-input-placeholder {
    color: #f1f1f1;
}
.form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #f1f1f1;
}
.form-control::-moz-placeholder {
    /* FF 19+ */
   color: #f1f1f1;
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #f1f1f1;
}
/* ==========================================================================
   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) { 

}