/* --------------------------------------------------------------------------------------

	Theme Name: Tanis
	Theme URI: http://azmind.com
	Description: Coming Soon Landing Page For WordPress Made With Bootstrap
	Version: 1.0
	Author: Anli Zaimi
	Author URI: http://azmind.com
	
	License GPL 2.0 http://www.gnu.org/licenses/gpl.html

-------------------------------------------------------------------------------------- */


body {    
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2, h3 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h4 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h5 {
	font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
}

img { max-width: 100%; }

::-moz-selection { color: #fff; text-shadow: none; }
::selection { color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-container-full-bg {
	color: #fff;
}

.section-container-full-bg a { color: #fff; border-bottom: 1px dotted #fff; }
.section-container-full-bg a:hover { color: #fff; border: 0; }

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-container-full-bg .section-description h3 { color: #fff; }

.section-description p {
    margin-top: 30px;
}
.section-container-full-bg .section-description p { opacity: 0.8; }

.section-container-full-bg h4 { color: #fff; }


/***** Top menu *****/

nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
	background: #3d3d3d;
	color: #fff;
    text-align: center;
}

nav a {
	display: inline-block;
	margin: 0 15px;
	padding: 10px 0;
	color: #fff;
}
nav a:hover { }
nav a:focus { color: #fff; }

.show-menu, .hide-menu {
	position: absolute;
	top: -6px;
	right: 100px;
	padding: 0 20px;
	z-index: 999;
	text-align: center;
}

.show-menu a, .hide-menu a {
	display: inline-block;
	width: 46px;
	height: 46px;
	padding-top: 16px;
	background: #3d3d3d;
	font-size: 21px;
	color: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.show-menu a { padding-top: 10px; }
.show-menu a:hover, .hide-menu a:hover { color: #fff; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 75px 0 40px 0;
}

.coming-soon .logo {
	padding-bottom: 20px;
}

.coming-soon .logo h1 {
	margin: 0;
}

.coming-soon .logo a {
	display: inline-block;
	width: 200px;
	height: 110px;
	background: center center no-repeat;
	text-indent: -99999px;
}
.coming-soon .logo a:focus { outline: 0; }

.coming-soon h2 {
	color: black;
}

.coming-soon p {
	margin: 40px 0 10px 0;
	padding: 0 320px;
	opacity: 0.8;
}

.timer {
    margin-top: 60px;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 10px;
    padding-top: 20px;
    background: #3d3d3d;
    background: rgba(61, 61, 61, 0.3);
    font-size: 16px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    cursor: pointer;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    font-weight: 100;
    line-height: 90px;
}

.coming-soon p.top-arrow {
	margin-top: 50px;
	font-size: 30px;
}


/***** Subscription form *****/

.subscribe form {
    margin-top: 40px;
    margin-bottom: 20px;
}

.subscribe form input.subscribe-email {
    width: 360px;
}

.success-message, .error-message, .mailchimp-error-message {
	display: none;
}

.success-message {
	margin: 20px 0 10px 0;
}

.error-message, .mailchimp-error-message {
	margin: 10px 0;
}

.section-container-full-bg .success-message, 
.section-container-full-bg .error-message, 
.section-container-full-bg .mailchimp-error-message { color: #fff; opacity: 0.8; }


/***** About the new site *****/

.about-box-1 {
	padding-top: 30px;
	text-align: left;
}

.about-box-1 h4 {
	margin-top: 0;
	padding: 0 0 10px 0;
}
.section-container-full-bg .about-box-1 p { opacity: 0.8; }

.about-box-1 .about-box-1-icon {
    width: 80px;
	height: 80px;
	margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}


/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: center;
}

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text {
	margin-top: 30px;
}
.section-container-full-bg .testimonial-list .testimonial-text { opacity: 0.8; }

.testimonial-list .testimonial-text a {
	color: #888;
	border-bottom: 1px dotted #888;
}
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #888; border: 0; }

.section-container-full-bg .testimonial-list .testimonial-text a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.section-container-full-bg .testimonial-list .testimonial-text a:hover, 
.section-container-full-bg .testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs {
	margin-top: 30px;
    border: 0;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 7px;
    margin-right: 7px;
}

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: 1px solid #ccc;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.section-container-full-bg .testimonial-list .nav-tabs li a { border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }

.testimonial-list .nav-tabs li a:hover {
	background: #ccc;
    border: 1px solid #ccc;
}
.section-container-full-bg .testimonial-list .nav-tabs li a:hover {
	background: #fff; background: rgba(255, 255, 255, 0.8);
    border-color: #fff; border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus {
	border: 0;
}


/***** Who's behind this *****/

/*.whos-behind-box-1 {
	margin-top: 30px;
}

.whos-behind-box-1 h4 {
	padding: 10px 0 0 0;
}

.whos-behind-box-1 h5 {
	padding-bottom: 7px;
}
.section-container-full-bg .whos-behind-box-1 h5 { color: #fff; color: rgba(255, 255, 255, 0.6); }

.section-container-full-bg .whos-behind-box-1 p { opacity: 0.8; }

.whos-behind-box-1 .whos-behind-photo {
	position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.whos-behind-box-1 .whos-behind-photo img {
	width: 100%;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.whos-behind-box-1 .whos-behind-photo .whos-behind-social {
	position: absolute;
	top: -150px;
	left: 0;
    width: 140px;
    height: 140px;
    padding-top: 58px;
    opacity: 0;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	-o-transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -ms-transition: all .4s; transition: all .4s;
}

.whos-behind-box-1 .whos-behind-photo:hover .whos-behind-social {
	top: 0;
	opacity: 1;
}

.whos-behind-box-1 .whos-behind-photo .whos-behind-social, 
.whos-behind-box-1 .whos-behind-photo .whos-behind-social a, 
.whos-behind-box-1 .whos-behind-photo .whos-behind-social a:hover {
	border: 0;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}

.whos-behind-box-1 .whos-behind-photo .whos-behind-social a {
	margin: 0 4px;
}
*/

.whos-behind-box-1 {
	padding-top: 30px;
	padding-bottom: 15px;
}

.whos-behind-box-1 .whos-behind-photo {
	position: relative;
	width: 150px;
	margin: 0 auto;
}

.whos-behind-box-1 .whos-behind-photo img {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.whos-behind-box-1 .whos-behind-photo .whos-behind-role {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 5px;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	text-transform: uppercase;
}

.whos-behind-box-1 h4 {
	padding: 15px 0 10px 0;
}

.section-container-full-bg .whos-behind-box-1 p { opacity: 0.8; }

.whos-behind-box-1 .whos-behind-social {
    padding-top: 10px;
    font-size: 26px;
    line-height: 26px;
}

.whos-behind-box-1 .whos-behind-social a { margin: 0 7px; color: #ddd; border: 0; }
.whos-behind-box-1 .whos-behind-social a:hover, 
.whos-behind-box-1 .whos-behind-social a:focus { border: 0; }

.section-container-full-bg .whos-behind-box-1 .whos-behind-social a { color: #fff; opacity: 0.8; }
.section-container-full-bg .whos-behind-box-1 .whos-behind-social a:hover, 
.section-container-full-bg .whos-behind-box-1 .whos-behind-social a:focus { color: #fff; opacity: 1; }


/** Our motto **/

.our-motto {
    margin-top: 40px;
}

.our-motto h4 {
	padding: 0 0 10px 0;
}

.our-motto .our-motto-text {
    word-wrap: break-word;
}

.section-container-full-bg .our-motto .our-motto-text { opacity: 0.8; }


/***** Contact us *****/

.contact {
	padding-bottom: 20px;
}

.contact-form, 
.contact-address {
	padding-bottom: 20px;
	text-align: left;
}

.contact-form h4, 
.contact-address h4 {
	padding: 0 0 10px 0;
}

.contact-form p {
	margin: 15px 0 0 0;
}
.section-container-full-bg .contact-form p { opacity: 0.8; }

.contact-form form {
	margin: 15px 0 0 0;
}

.contact-form form input, 
.contact-form form textarea {
    width: 90%;
    margin-bottom: 20px;
}

.contact-form form textarea {
	height: 160px;
}

.contact-form form .contact-error { }

.contact-form .contact-success-message { display: none; }

.contact-address .map {
	height: 210px;
	margin: 15px 0 40px 0;
}

.contact-address .address-line {
	margin-bottom: 5px;
}

.contact-address .address-line p {
	display: inline;
	vertical-align: middle;
}
.section-container-full-bg .contact-address .address-line p { opacity: 0.8; }

.contact-address .address-line i {
	padding-right: 15px;
	font-size: 24px;
	color: #ccc;
	vertical-align: middle;
}

.section-container-full-bg .contact-address .address-line i { color: #fff; }


/***** Footer *****/

footer {
	padding: 20px 0 16px 0;
	background: #3d3d3d;
}

.footer-copyright p {
	margin: 0;
    color: #fff;
    text-align: left;
}

.footer-copyright a { color: #fff; border-bottom: 1px dotted #fff; }
.footer-copyright a:hover { color: #fff; border: 0; }

.footer-social {
	font-size: 36px;
    line-height: 36px;
	text-align: right;
}

.footer-social a {
	display: inline-block;
	margin: 7px;
	color: #888;
}
.footer-social a:hover, .footer-social a:focus { color: #fff; }


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {

	.show-menu, .hide-menu { right: 50px; }

	.coming-soon p { padding: 0 120px; }
	
	.about-box-1 .about-box-1-icon { width: 60px; height: 60px; font-size: 32px; line-height: 60px; }

}

@media (min-width: 768px) and (max-width: 991px) {

    .timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper {
        width: 140px; height: 140px; margin: 0 7px; padding-top: 20px;
    }
    .timer .days, .timer .hours, .timer .minutes, .timer .seconds { font-size: 60px; line-height: 70px; }
    
    .coming-soon p { padding: 0; }
    
    .about-box-1 .about-box-1-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; }

}

@media (max-width: 991px) {

	.show-menu { right: 30px; }
	.hide-menu { position: static; top: auto; right: auto; z-index: auto; }
	.hide-menu a { padding-top: 0; }

}

@media (max-width: 767px) {

    h1, h2, h3 { font-size: 32px; }

    .coming-soon p { padding: 0; }

    .timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper {
        width: 140px; height: 140px; margin: 7px; padding-top: 20px;
    }
    .timer .days, .timer .hours, .timer .minutes, .timer .seconds { font-size: 60px; line-height: 70px; }
    
    .about-container { padding-bottom: 60px; }
	.about-box-1 { text-align: center; }
	.about-box-1 h4 { margin-top: 20px; padding-top: 10px; }
    
    .subscribe form input.subscribe-email, .subscribe button.btn { width: 100%; }
    
    .contact-form, .contact-address { text-align: center; }
    .contact-form { padding-bottom: 40px; }
    .contact-form form input, .contact-form form textarea { width: 100%; }
    
    .footer-copyright p, .footer-social { text-align: center; }
    .footer-social { margin-top: 15px; }

}

@media (max-width: 400px) {

	.show-menu { right: 10px; }
	nav a { padding: 3px 0 9px 0; }
	.hide-menu a { height: 34px; padding-bottom: 0; }

}
