/**********************************************************************************

	Project Name: Layout Style-2 for Flattern Under Construction Page
	Project Description: Flattern Under Construction Page is a part of Flattern Template(http://crtv.mk/hMUY) by Works of Wisnu.
	Author: xWisnux
	Author URI: http://www.worksofwisnu.com
	Version: 1.0.0
	
**********************************************************************************/
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.subscribe-alert .alert{
	margin-bottom: 0;
	margin-top: 20px;
}

/* Header Section
-------------------------------*/
#header{
	padding: 0;
	height: 90%;
}

#header .left-marketing{
	margin-top: 130px;
	margin-bottom: 100px;
}

/* Countdown Timer
------------------------------ */
ul#countdown{
	margin: 0;
	margin-top: 50px;
}

ul#countdown li{
	display: inline-block;
	text-align: center;
	width: 104px;
	margin-bottom: 4em;
	margin-right: 30px;
	position: relative;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #4e5153;
	background: -moz-linear-gradient(top,  #4e5153 0%, #383b3d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e5153), color-stop(100%,#383b3d));
	background: -webkit-linear-gradient(top,  #4e5153 0%,#383b3d 100%);
	background: -o-linear-gradient(top,  #4e5153 0%,#383b3d 100%);
	background: -ms-linear-gradient(top,  #4e5153 0%,#383b3d 100%);
	background: linear-gradient(to bottom,  #4e5153 0%,#383b3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5153', endColorstr='#383b3d',GradientType=0 );
	box-shadow: inset 0 1px 0 rgba(155, 155, 155, 0.79), inset 0 -5px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(155, 155, 155, 0.79), inset 0 -5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(155, 155, 155, 0.79), inset 0 -5px 0 rgba(0, 0, 0, 0.4);
}

ul#countdown li:last-child{
	margin-right: 0;
}

ul#countdown li:before {
	content: '';
	width: 100%;
	height: 1px;
	border-top:2px solid #222;
	position: absolute;
	top: 52px;
	left: 0;
}

ul#countdown li:after {
	content: '';
	width: 100%;
	height: 1px;
	border-top:1px solid rgba(136, 136, 136, 0.36);
	position: absolute;
	top: 54px;
	left: 0;
}

ul#countdown li span{
	font-size: 72px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.79);
	height: 108px;
	line-height: 1.5em;
	position: relative;
}

ul#countdown li p.timeDays, ul#countdown li p.timeHours, ul#countdown li p.timeMinutes, ul#countdown li p.timeSeconds{
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.69);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 104px;
}

/* Content Section 
-------------------------*/
#content h4.tagline{
	font-weight: 300;
}

/* Tab Content */
.tab-content-wrapper{
	margin-top: 10px;	
}

.tab-content{
	padding: 0;
	background: none;
	border: 0;	
}

.nav-tabs{
	border: none;
}

.nav.nav-tabs{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.nav-tabs > li{
	margin-right: 20px;
}

.nav-tabs > li > a{
	font-weight: bold;
	color: #1abc9c;
	background: none;
	border: 3px solid #1abc9c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 20px;
	transition: 0;
}

.nav-tabs > li > a:hover{
	color: #16a085;
	border: 3px solid #16a085;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
	background: #1abc9c;
	color: #fff;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.4);
	border: none;
	padding: 16px 22px;
	margin-top: 2px;
}

.nav-tabs > li:last-child{
	margin-right: 0;
}

/* Features */
.feature-container{
	margin-bottom: 20px;	
}

.feature-icon{
	float: left;
}

.feature-desc{
	float: right;
	width: 75%;
}

.feature-desc h5{
	margin-top: 0;
}

/* Screenshots */
.ss-container{
	margin-bottom: 20px;
}

.ss-container img{
	width: 100%;
}

/* Location Section */
#location{
	padding: 0;
}

.map{
	width: 100%;
	height: 400px;
	border: 4px solid #fff;
}

#location .map{
	border-left: none;
	border-right: none;
	border-top: 1px solid #383b3d;
	border-bottom: 1px solid #383b3d;	
}

.contact-info{
	color: #fff;
	text-align: left;
	position: relative;
	width: 40%;
	background-color: rgba(45, 45, 47, .85);
	-moz-box-shadow: inset 0 -5px 0 rgba(51,51,51,.4);
	-webkit-box-shadow: inset 0 -5px 0 rgba(51, 51, 51, .4);
	box-shadow: inset 0 -5px 0 rgba(51, 51, 51, .4);
	margin-top: -404px;
	margin-left: 3px;
	padding: 20px;
}

.contact-info p{
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
}

ul.contact-info-icon{
	margin: 0;
}

.contact-info-icon .phone:before{
	font-family: 'icomoon';
	color: #ff5b5b;
	content: "\e001";
	font-size: 20px;
	padding-right: 10px;
	vertical-align: text-top;
}

.contact-info-icon .email:before{
	font-family: 'icomoon';
	color: #ff5b5b;
	content: "\e002";
	font-size: 20px;
	padding-right: 10px;
	vertical-align: text-top;
}

.contact-info-icon .phone, .contact-info-icon .email{
	font-weight: 300;
	margin-bottom: 10px;
}

/* Contact Form Section */
.contact-form-container .row-fluid{
	margin-bottom: 10px;
}

.contact-form-container input,.contact-form-container textarea{
	background: #fff;
	border: 2px solid #7e8c8c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.contact-form-container input{
	width: 100%;
	padding: 25px 20px;
	line-height: 1.5em;
	box-sizing: border-box;
}

.contact-form-container textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 16px 20px;
}

input[type="submit"].send-button{
	width: 100%;
	background-color: #1abc9c;
	border: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.4);
	padding: 16px;
	color: #fff !important;
}
 
input[type="submit"].send-button:hover{
	background-color: #36dcb3;
}

.form-error-message{
	display: none;
}

/* Subscribe Form Section
----------------------------- */
.subscribe-content-wrapper{
	background: #ff5b5b;
	padding: 20px;
	margin: 50px auto;
	float: none;
	border-bottom: 5px solid rgba(51, 51, 51, 0.4);
	border-radius: 10px;
	overflow: hidden;
}

.subscribe{
	position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
 
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
 
    -webkit-backface-visibility: hidden;
}

input.subscribe-input {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    background: #fff;
    width: 81.4%;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 18px 18px;
    font-family: inherit;
    font-size: 20px;
    color: #34495e !important;
}
 
input[type="email"].subscribe-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

input.subscribe-input::-webkit-input-placeholder {
    color: #34495e;
}
 
input.subscribe-input:-moz-placeholder {
    color: #34495e;
}
 
input.subscribe-input::-moz-placeholder {
    color: #34495e;
}
 
input.subscribe-input:-ms-input-placeholder {
    color: #34495e;
}

.subscribe-icon-submit,
.subscribe-submit  {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.subscribe-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.subscribe-icon-submit {
    color: #fff;
    background: rgba(218, 52, 52, 0.85);
    z-index: 90;
    font-size: 26px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    box-shadow: inset 0px 0px 0px 2px #fff;
}
 
.subscribe-icon-submit:before {
    content: "\e000";
}

.subscribe.subscribe-open,
.no-js .subscribe {
    width: 100%;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.subscribe-open .subscribe-icon-submit,
.no-js subscribe .subscribe-icon-submit {
    color: #fff;
    z-index: 11;
    margin-top: 1px;
    box-shadow: none;
    border-left: 2px solid #fff;
    line-height: 58px;
    width: 58px;
    height: 58px;
}

.subscribe-open .subscribe-submit,
.no-js subscribe subscribe-submit {
    z-index: 90;
}

.subscribe-text{
	margin: 25px 34px 0 0;
	padding: 0px;
	height: 34px;
	position: absolute;
	font-weight: 300;
}

/* Footer Section
-------------------------------*/
#footer{
	text-align: center;
	height: 10%;
	padding: 0!important;
}

#footer h3.section-title{
	margin-top: 0;
}

.footer-icons{
	text-align: center;
	margin: 70px 0;
}

ul.social-icons li{
	display: inline;
	margin-right: 20px;
}

ul.social-icons li:last-child{
	margin-right: 0;
}

/* Social Icons */
.social-icons a{
	font: 0/0 a;
	text-shadow: none;
	color: rgba(0, 0, 0, 0);
	height: 60px;
	width: 60px;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Social Icons style for purple background */
a.purple-twitter{
	background: url(../img/twitter.png) center center no-repeat;
	background-position: 0 0;
	background-color: #eaedef;
}

a.purple-facebook{
	background: url(../img/facebook.png) center center no-repeat;
	background-position: 0 0;
	background-color: #eaedef;
}

a.purple-instagram{
	background: url(../img/instagram.png) center center no-repeat;
	background-position: 0 0;
	background-color: #eaedef;
}

a.purple-dribbble{
	background: url(../img/dribbble.png) center center no-repeat;
	background-position: 0 0;
	background-color: #eaedef;
}

a.purple-pinterest{
	background: url(../img/pinterest.png) center center no-repeat;
	background-position: 0 0;
	background-color: #eaedef;
}

a.purple-linkedin{
	background: url(../img/linkedin.png) center center no-repeat;
	background-position: 0 0;
	background-color: #eaedef;
}

/* Social Icons style for dark background */
a.dark-twitter{
	background: url(../img/twitter.png) center center no-repeat;
	background-position: 0 -58px;
	background-color: #eaedef;
}

a.dark-facebook{
	background: url(../img/facebook.png) center center no-repeat;
	background-position: 0 -58px;
	background-color: #eaedef;
}

a.dark-instagram{
	background: url(../img/instagram.png) center center no-repeat;
	background-position: 0 -58px;
	background-color: #eaedef;
}

a.dark-dribbble{
	background: url(../img/dribbble.png) center center no-repeat;
	background-position: 0 -58px;
	background-color: #eaedef;
}

a.dark-pinterest{
	background: url(../img/pinterest.png) center center no-repeat;
	background-position: 0 -58px;
	background-color: #eaedef;
}

a.dark-linkedin{
	background: url(../img/linkedin.png) center center no-repeat;
	background-position: 0 -58px;
	background-color: #eaedef;
}

/* Social Icons mouse over style */
a.purple-twitter:hover, a.dark-twitter:hover{
	background-color: #33bbd9;
}

a.purple-facebook:hover, a.dark-facebook:hover{
	background-color: #3b5998;
}

a.purple-instagram:hover, a.dark-instagram:hover{
	background-color: #383838;
}

a.purple-dribbble:hover, a.dark-dribbble:hover{
	background-color: #de407f;
}

a.purple-pinterest:hover, a.dark-pinterest:hover{
	background-color: #c81f24;
}

a.purple-linkedin:hover, a.dark-linkedin:hover{
	background-color: #0f6a85;
}

.copyright p, .copyright a{
	font-size: 14px;
	color: #f8f8f0;
}


/*********************************/
/* =STYLESWITCHER
-----------------------------------------------------------------------------------------------*/		
			
.panel{ 
	border:1px solid #999;
	display:none;
	height:auto;
	left:0;
	padding:5px 10px 0; 
	top:70px;
	position:fixed; 
	z-index:999999;  
	width: 113px;	
}
	
.panel p {
	font-size:14px;
	color:#666;
	padding-bottom:0;
}

h5.bot{
	padding-top:15px;
}

a.openpanel{ 
	_background-image:none; 
	background:url(../img/setting.png) no-repeat center center; 
	padding:5px;
	border:1px solid 999; 
	color:#fff;
	display:block; left:0; width:31px; height:31px; top:70px; text-indent:-9999px;
	position:fixed; _position:absolute; 
	z-index:999999;
}
			
	a.openpanel:hover{ 

}
	
	a.active.openpanel{ 
	border-left:none;
	_position:absolute; 
	left:134px;
}
 
  ul.change-template, ul.change-bg{
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
 
 ul.change-template li, ul.change-bg li {
	float: left;
	padding-right: 6px;
	padding-bottom: 5px;
}
 
ul.change-template li a, ul.change-bg li a {
	color:#fff;
	text-align:center;
	line-height:32px;
	display:block; 
	margin-bottom:5px; 
	width:32px; 
	height:32px; 
	border:1px solid #000;
}

p.back-to-options{
	border: 1px solid #666;
	padding: 4px 0px;
	background: #ccc;
	margin-top: 10px;
}

p.back-to-options a{
	color: #666;
	font-size: 12px;
	padding-left: 5px;
}

p.back-to-options a:hover{
	text-decoration: underline;
}

p.back-to-options span{
	background: #666;
	float: left;
	padding: 2px;
	margin-top: -5px;
}

p.back-to-options span img{
	padding: 5px;
}

.switcher-title{
	width: 100%;
	display: block;
	padding: 10px 11px;
	margin-left: -11px;
	margin-top: -5px;
	font-size: 16px;
	font-weight: 300;
}

#bg1 { 
	background: url(../img/pattern-bg/bg1.png) no-repeat center center;
}

#bg2 { 
	background: url(../img/pattern-bg/bg2.png) no-repeat center center;
}

#bg3{ 
	background: url(../img/pattern-bg/bg3.png) no-repeat center center;
}

#bg4 { 
	background: url(../img/pattern-bg/bg4.png) no-repeat center center;
}
#bg5 { 
	background: url(../img/pattern-bg/bg5.png) no-repeat center center;
}

#bg6 { 
	background: url(../img/pattern-bg/bg6.png) no-repeat center center;
}
#bg7 { 
	background: url(../img/pattern-bg/bg7.png) no-repeat center center;
}

#bg8 { 
	background: #1d1919 url(../img/pattern-bg/bg8.png) no-repeat center center;
}

#bg9 { 
	background: url(../img/pattern-bg/bg9.png) no-repeat center center;
}

#bg10 { 
	background: url(../img/pattern-bg/bg10.png) no-repeat center center;
}

#bg11 { 
	background: url(../img/pattern-bg/bg11.png) no-repeat center center;
}

#bg12 { 
	background: url(../img/pattern-bg/bg12.png) no-repeat center center;
}
#footer .container, #footer .container .row, #footer .container .row .copyright, .copyright p {
	height: 100%;
	line-height: 3em;
	padding: 0!important;
	margin-bottom: 0 !important;
}