/*
* Theme Name: Coming Soon Under construction Template
* File name: style.css
* Theme URL: http://www.codepox.com/demo/underconstruction
* Description: Exit - Awesome Coming Soon Under Construction Responsive template
* Author: A.T.M Ruhul Amin
* Author URL: http://www.codepox.com
* Support: ruhulmus@gmail.com
* Version: 1.0
*/

/* Reset
=====================================================================*/
* {
  padding: 0;
  margin: 0;
}
body {
  background: #ffffff;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a:focus {
  color: #ffffff;
  outline: medium none;
  outline-offset: 0;
}

/* Headings */
h1 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.15;
}
h2 {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 0.45em;
}
h3 {
  font-size: 1.35em;
  line-height: 1.25;
  margin-bottom: 0.45em;
}
h4 {
  font-size: 1.05em;
  line-height: 1.35;
  margin-bottom: 0.45em;
}
h5 {
  font-size: 1.05em;
  line-height: 1.35;
  margin-bottom: 0.45em;
}
h6 {
  font-size: 1em;
  line-height: 1.35;
  margin-bottom: 1em;
}

/* Forms */
form {
  display: inline;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}

/* Table */
table {
  border: 0; /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Content */
p {
  margin: 0 0 1em;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: "";
}
small {
  font-size: 1em;
}
big {
  font-size: 1.15em;
}
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,
ol {
  list-style: none;
}

/* Show Messages
=====================================================================*/
.gen {
  background: none repeat scroll 0 0 #fff;
  color: #008900;
  font-size: 20px;
  margin: 15px auto;
  padding: 5px;
  text-align: center;
}
.err {
  background: none repeat scroll 0 0 #ff0000;
  color: #008900;
  font-size: 20px;
  margin: 15px auto;
  padding: 5px;
  text-align: center;
}

/* Section Title
=====================================================================*/
.section-title {
  margin-bottom: 35px;
  margin-top: 80px;
  text-align: center;
}
.section-title h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  padding: 0 0 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.section-title h2:before {
  border: 2px solid #59a3fc;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100px;
}
.section-title p {
  color: #9c9c9c;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

/* Site Header Part
=====================================================================*/
#main {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  /*  background: none repeat scroll 0 0 rgba(255, 139, 0, 0.25);*/
}
.site_logo {
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site_logo {
    margin-top: 30px;
  }
  .site_logo img {
    max-width: 120px;
  }
}
.menu_area {
  /*background: url("images/menu_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  background: none repeat scroll 0 0 rgba(25, 25, 25, 0.85);
  bottom: 0;
  height: 50px;
  position: absolute;
  width: 100%;
}
.stick_menu {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.active {
  background: url("images/active-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  color: #59a3fc !important;
}
.logo a {
  color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  font-family: "Prosto One", sans-serif;
}
.site_title h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 30px auto;
  text-align: center;
  font-family: "Prosto One", sans-serif;
}
.site_title p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site_title h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .site_title h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .countdown {
    max-width: 320px;
  }
}

/* Social Nav  */

.social-nav {
  position: fixed;
  top: 0px;
  right: 40px;
}
.social-nav ul {
  margin: 0;
  padding: 0;
}
.social-nav ul li {
  list-style: none;
  display: block;
  float: right;
  background: #393939;
  padding: 60px 10px 5px 10px;
  margin: 1px;
  opacity: 0.5;
  position: relative;
}
.social-nav ul li:hover {
  opacity: 1;
}
.social-nav ul li a {
  color: #fff;
  font-size: 20px;
}
.social-nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.social-nav {
  position: absolute;
  top: 0px;
  right: 40px;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  list-style: none;
  display: block;
  float: left;
  background: #393939;
  padding: 5px 5px 10px 10px;
  margin: 1px;
  opacity: 0.5;

  margin-top: 30px;
}
.main-nav ul li a {
  -ms-transform: rotate(50deg); /* IE 9 */
  -webkit-transform: rotate(50deg); /* Chrome, Safari, Opera */
  transform: rotate(50deg);
  width: 100px;
}

.main-nav ul li:hover {
  opacity: 1;
}
.rotate li {
  top: 0;
}

/* 8 - Footer Section  
---------------------------------------------------------------------- */
#footer-section {
  width: 100%;
  min-height: 80px;
}
#footer-section p {
  margin: 0;
  padding: 25px 15px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}
#footer-section p a {
  color: #3498db;
}
/* 8 - Footer Section End 
---------------------------------------------------------------------- */

/* - Social Button
------------------------------------------ */
.social-btn-container {
  text-align: center;
  margin: 50px auto 0 auto;
}
.social-btn-container .social-btn-box {
  display: inline-block;
  width: 60px;
  height: 60px;

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  border: 1px solid #fff;
  border-radius: 5px;

  margin: 15px;
  position: relative;
  overflow: hidden;
}
.social-btn-container .social-btn-box a {
  color: #fff;
  font-size: 26px;
  line-height: 80px;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -10px;
  left: -10px;

  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.social-btn-box,
.social-btn-box a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.social-btn-box:hover {
  border-color: transparent;
}
.social-btn-box .facebook-btn:hover {
  background: #3b5998;
  color: #fff;
}
.social-btn-box .twitter-btn:hover {
  background: #55acee;
  color: #fff;
}
.social-btn-box .linkedin-btn:hover {
  background: #0077b5;
  color: #fff;
}
.social-btn-box .google-plus-btn:hover {
  background: #db514f;
  color: #fff;
}
.social-btn-box .youtube-btn:hover {
  background: #cc181e;
  color: #fff;
}
.social-btn-box .github-btn:hover {
  background: #2b2e30;
  color: #fff;
}
.social-btn-box .a:hover {
  background: #3498db;
  color: #fff;
}
/* 2.2 - Social Button
------------------------------------------ */
/* media query */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .social-nav {
    display: none;
  }
  .countdown_section:after {
    background: none;
  }
  .countdown_section {
    font-size: 17px;
    padding: 5px 25px;
    line-height: 12px;
  }
  .countdown_amount {
    font-size: 60px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .social-nav {
    display: none;
  }
  .countdown-small {
    display: none;
  }
  .countdown_section:after {
    background: none;
  }

  .address_part {
    text-align: center;
  }
}

.site_content {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.site_content p {
  margin-bottom: 20px;
}

.btn-outline {
  display: inline-block;
  background-color: #ff8b00;
  border: 1px solid #ff8b00;
  border-radius: 25px;
  padding: 16px 45px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:focus:hover,
.btn-outline:active {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  text-decoration: none;
}
.btn-outline i {
  margin-left: 8px;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}

.btn-outline:hover i {
  margin-left: 16px;
  margin-right: -8px;
}
