/*
Template: Summit - Creative coming soon template
Author: TheThemeLab
Version: 1.2
Email: saif.shajib@gmil.com
AuthorUrl: http://themeforest.net/user/thethemelab 
*/

/*----------------------------   ** Reset.**----------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
:focus {
	outline: 0
}
ol, ul {
	list-style: none
}
input, textarea {
	margin: 0;
	padding: 0
}
input[type=text] {
	outline: none;
}
input[type=text]::-ms-clear {
	display: none;
}
input[type=submit] {
	-webkit-appearance: none;
}
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/*----------------------------   ** Custom Style **----------------------------*/
html, body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
  line-height:1.7;
	word-spacing: normal;
	color: #ffffff;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html {
	overflow: hidden;
}
img {
	max-width: 100%;
}
a {
	color: #ffffff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover {
	color: #CC9567;
	text-decoration: none;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.logo h1{
font-size:32px;
font-weight:400px;
padding:5px;
color:#ffffff;
border:4px double rgba(255,255,255,0.6);
text-transform: uppercase;
letter-spacing: 5px;
}
.logo {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 101;
  margin-left:-150px;
  margin-top:-105px;
}
.logo-outer {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 102;
	width: 300px;
	height: 300px;
	margin: 0px;
  padding:10px;
	background-color: rgba(0,0,0,0.7);  
	box-shadow:  1px 2px 4px 0px rgba(51,51,51,0.8);
	-webkit-box-shadow: 1 2px 4px 0px rgba(51,51,51,0.8);
  border-bottom:  1px solid rgba(255,255,255,0.2);
  border-right:  1px solid rgba(255,255,255,0.2);    
}   

.logo-inner {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 120px;
	width: 100%;
	height: 100%;
  text-align: center;
}
.b-l,.b-r{
 height:100%;
 width:60px;
 top:0;
 position:absolute;
 z-index:100;
 background: url(../images/overlay.png) repeat top left rgba(0, 0,0, 0.2);
}
.b-l{
 left:0;
}
.b-r{
 right:0;
}
.panel {
	display: none;
	padding: 20px;
	background: url(../images/overlay.png) repeat top left;
	width: 100%;
}
.content-inner {
	position: relative;
	height: auto !important;
	min-height: 99%;
	z-index: 100;
}
.content {
	padding-top: 100px;
}
.content-wrapper {
	margin-top: 20px;
	padding-bottom: 50px;
	height: auto;
}
.clearfix {
	clear: both;
	float: none;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
.full-width {
	width: 100%;
  height:100%;       
}
.Out {
	opacity: 0;
	transform: scaleY(0);
  display:none;
}
.In {
	opacity: 1;
	transform: scaleY(1);
}
.main {
	position: relative;
}
h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}
h4, h5 {
	font-family: 'Open Sans', sans-serif;
}
h6, p {
	font-family: 'Open Sans', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 50px;
	font-weight: 100 !important;
	line-height: 1.5;
	margin: 0 auto 15px;
	letter-spacing: 1px;
}
h2 {
	font-size: 40px;
	font-weight: 100 !important;
	line-height: 1.5;
	letter-spacing: 1px;
}
h3 {
	font-size: 30px;
	font-weight: 100 !important;
	line-height: 1.5;
	letter-spacing: 1px;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 1px;
}
h5 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 1px;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}
p {
	font-size: 15px;
  line-height:1.5;
	font-weight: normal;
	margin: 15px 0;
	letter-spacing: 1px;
}
.desc {
	position: relative;
	z-index: 100;
	text-align: center;
  margin-top:40px;
}
.small {
	font-size: 13px !important;
  color:#ffffff !important;
}
button.close-panel {
	background: transparent url(../images/close.png) no-repeat center center;
  border:  0px none;
	width: 44px;
	height: 44px;
	font-size: 0px;
	float: right;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
button.close-panel:hover {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.padtop {
	padding-top: 40px;
}
.entry{
	margin-top: 20px;
}
.content-wrapper h2 {
	border-bottom: 2px solid #fff;
	margin-bottom: 40px;
  padding-bottom:8px;
}
.title_header {
	position: relative;
	margin-top: 160px;
  margin-bottom:30px;
	z-index: 110;
	text-align: center;
}
.title_header h2{
  text-transform: uppercase;
  margin:0px;
  padding:0px;
  line-height:100%;
  font-weight:700;
  text-shadow:  2px 2px 4px rgba(0,0,0,0.8);
  transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.title_header h2:hover{
  color: #CC9567;
}
.title_header h4{
  margin:8px 0px 0px 0px;
  padding:0px;
  font-weight: 400;
  line-height:100%;  
}
#team-panel h4 {
	font-weight: bold;
	margin-top: 15px;
}
input[type="text"],input[type="email"],input[type="password"],textarea {
	background-color: rgba(255,255,255,0.9);
	border: 0 none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
	font-family: inherit;
	font-size: 14px;
	padding: 6px 10px;
  margin:0px 0px 8px 0px;
	transition: all 0.7s ease 0s;
	width: 100%;     
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,textarea:focus {
	background-color: rgba(255,255,255,1);
}
.bg-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}
/*Kenburn Background*/
#kb-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;      
}

/* ------------------------------**Subscribe Box**--------------------------------*/
.subscribe {
	position: relative;
	height: 40px;
	margin: 25px auto 0px auto;
}
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
	color: #999;
}
.subscribe  input[type="text"] {
	padding: 6px 50px 6px 15px;
}
#subscribe_submit {
	background: transparent url(../images/envelope.png) no-repeat right 0px;
	color: #fff;
	font-weight: 100;
	font-size: 12px;
	border: none;
	padding: 1px 15px 4px;
	outline: none;
	position: absolute;
	right: 11px;
	top: 6px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#subscribe_submit:hover {
	background: transparent url(../images/envelope.png) no-repeat top right;
}

/*----------Audio Player-------------*/
.player{
 left: 50%;
 top:168px;
 margin-left:-32px; 
 position:absolute;
 z-index:200;
}
.player .diamond-shape-small{
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.3);
}
.cp-container {
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* ------------------------------**Contact Form**--------------------------------*/
#contactForm {
	margin: 0px;
  padding:0px;
}
#contactForm_submit {
	background-color: #333333;
	color: #fff;
	font-weight: 100;
	font-size: 14px;
	border: none;
 	border-radius: 3px;
	padding: 9px 15px;
	outline: none;
	position: relative;
	margin-top: 10px;
  width:100%;
  text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#contactForm_submit:hover {
	background-color: #666666;
}

.row {
	margin-top: 30px;
}

/* No JS-------------------------------------------------*/
.no-js #countdown, .no-js #preload {
	display: none;
}
/*-----------------------------   **Countdown**------------------------------*/
#countdown {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: rgba(255,255,255,0.9);
	font-weight: 100;
	overflow: visible;
	white-space: nowrap;
	display: inline-block;
	margin: 0px auto;
}
#countdown > div {
	float: left;
	width: 250px;
	height: 250px;
	border: 3px solid transparent;
	text-align: center;
}
#countdown > div:nth-child(3) {
	position: absolute;
	margin-top: 125px;
	margin-left: -125px;
}
#countdown > div:nth-child(4) {
	position: absolute;
	margin-top: 263px;
	margin-left: 93px;
}
#countdown > div:nth-child(5) {
	position: absolute;
	margin-top: 125px;
	margin-left: 125px;
}
#countdown > div:nth-child(6) {
	position: absolute;
	margin-top: 263px;
	margin-left: 343px;
}
#countdown > div:nth-child(7) {
	position: absolute;
	margin-top: 125px;
	margin-left: 375px;
}
#countdown #weeks,#countdown #days, #countdown #hours, #countdown #minutes, #countdown #seconds {
	font-family: 'Oswald', sans-serif;
	display: block;
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 2px;
}
#countdown #weeks-text, #countdown #days-text, #countdown #hours-text, #countdown #minutes-text, #countdown #seconds-text {
	text-align: center;
	text-transform: lowercase;
  margin: 0px 0px 5px 0px;
  font-size: 16px;
}
 
.diamond6,.diamond7{
z-index:1000;
}
.box {
	width: 150px;
	height: 150px;
	text-align: center;
}

.diamond-shape-outer {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 70.710678118%;
	height: 70.710678118%;
	margin: 14.644660941%;
  padding:10px;
	background: url(../images/overlay.png) repeat left top rgba(0,0,0,0);
}
   
.diamond-shape {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
  width:100%;
  height:100%;
  border: 1px solid rgba(255,255,255,0.3);
}   

.diamond-shape-inner {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 52px;
	width: 141.421356237%;
	height: 141.421356237%;
	margin: -20.7106781185% 0 0 -20.7106781185%;
}

i.box{
	padding-top: 45px;
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom:15px;
}

.diamond-small{
 width:65px !important;
 height:65px !important;
}
.diamond-shape-small {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
  cursor: pointer;
	background-color: rgba(0,0,0,0.7);  
	box-shadow:  1px 2px 4px 0px rgba(51,51,51,0.8);
	-webkit-box-shadow: 1 2px 4px 0px rgba(51,51,51,0.8);    
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}                    


.diamond-shape-small-inner {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17px;
	width: 100%;
	height: 100%;
  text-align: center;
}

.diamond-shape-small-inner i{
  font-size:26px;
  color: #ffffff;
}
.diamond-shape-small:hover > i{
  color: rgba(255,255,255,0.8);  
}
.diamond-shape-small:hover{
 background-color: rgba(0,0,0,0.3);
 outline: 0 none;
}
/*Google MAP*/
#map {
	display:block;
	width: 100%;
	height: 210px;
	margin: 0px auto;
	border-radius: 3px;
	-webkit-border-radius: 3px
}
/* Preload */
#preload {
	background-color: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}
#preload-content {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
}
.preload-text {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.preload-bounce {
	margin: 0 auto 15px;
	text-align: center;
}
.bounce1, .bounce2, .bounce3, .bounce4 {
	-webkit-animation-name: pbounce;
	-webkit-animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-name: pbounce;
	-moz-animation-duration: 1.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-name: pbounce;
	-o-animation-duration: 1.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
	animation-name: pbounce;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	background: #ffffff;
	display: inline-block;
	height: 15px;
	margin: 0 3px;
	opacity: 0.6;
	width: 15px;
}
.bounce1 {
	-webkit-animation-delay: -0.48s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.bounce2 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.bounce3 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes pbounce {
0%, 80%, 100% {
	-webkit-transform: scale(0.0)
}
40% {
	-webkit-transform: scale(1.0)
}
}
@-moz-keyframes pbounce {
0%, 80%, 100% {
	-moz-transform: scale(0.0)
}
40% {
	-moz-transform: scale(1.0)
}
}

/*Override for light version */
.light{
	background: url(../images/overlay-light.png) repeat left top rgba(0,0,0,0) !important;
}
.light-small{
	background-color: rgba(185,185,185,0.7);  
}
.light-logo{
	background-color: rgba(185,185,185,0.3);  
}
.light-logo h1{
text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.light #weeks-text, .light #days-text, .light #hours-text, .light #minutes-text, .light #seconds-text,
.light #weeks,.light #days, .light #hours, .light #minutes, .light #seconds {
 text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:760px) {
.desc {
margin-top:84px;
}
.b-l,.b-r{
 width:30px;
}

#countdown > div {
	width: 150px;
	height: 150px;
}
#countdown > div:nth-child(3) {
	margin-top: 75px;
	margin-left: -75px;
}
#countdown > div:nth-child(4) {
	margin-top: 158px;
	margin-left: 50px;
}
#countdown > div:nth-child(5) {
	margin-top: 75px;
	margin-left: 75px;
}
#countdown > div:nth-child(6) {
	margin-top: 158px;
	margin-left: 200px;
}
#countdown > div:nth-child(7) {
	margin-top: 75px;
	margin-left: 225px;
}
.player{
margin-left: -25px;
top:186px;
}
.diamond-small{
 width:50px !important;
 height:50px !important;
}
.diamond-shape-small-inner {
	padding-top: 11px;
}
.diamond-shape-small-inner i{
  font-size:20px;  
}
.diamond-shape-inner {
	padding-top: 25px;
}
#countdown #weeks,#countdown #days, #countdown #hours, #countdown #minutes, #countdown #seconds {
	font-size: 40px;
	line-height: 32px;
}
#countdown #weeks-text,#countdown #days-text, #countdown #hours-text, #countdown #minutes-text, #countdown #seconds-text {
	font-size: 14px;
}
.diamond-shape-outer {
padding:8px;
}
.title_header {
	margin-top: 130px;
}
.title_header h2 {
	font-size: 32px;
}
.title_header h4 {
	font-size: 22px;
}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width:480px) {
.container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.player{
margin-left: -17px;
top:204px;
}
.row {
	margin: 0px;
}
.content-wrapper h2 {
	font-size: 32px;
}        
.desc {
margin-top:109px;
}
.b-l,.b-r{
 width:0px;
}
#countdown > div {
	width: 100px;
  border: 1px solid transparent;
	height: 100px;
}
.diamond-small{
 width:35px !important;
 height:35px !important;
}
#countdown > div:nth-child(3) {
	margin-top: 50px;
	margin-left: -50px;
}
#countdown > div:nth-child(4) {
	margin-top: 108px;
	margin-left: 32px;
}
#countdown > div:nth-child(5) {
	margin-top: 50px;
	margin-left: 50px;
}
#countdown > div:nth-child(6) {
	margin-top: 108px;
	margin-left: 132px;
}
#countdown > div:nth-child(7) {
	margin-top: 50px;
	margin-left: 150px;
}
.diamond-shape {
	margin: 0;
}
.diamond-shape-inner {
	padding-top: 15px;
}
.diamond-shape-small-inner {
	padding-top: 4px;
}
.diamond-shape-small-inner i{
  font-size:15px;  
}
.diamond-shape-outer {
padding:6px;
}

#countdown #weeks,#countdown #days, #countdown #hours, #countdown #minutes, #countdown #seconds {
	font-size: 26px;
	line-height: 18px;
}
#countdown #weeks-text,#countdown #days-text, #countdown #hours-text, #countdown #minutes-text, #countdown #seconds-text {
	font-size: 11px;
  margin-bottom:1px;
}
.footer-inner nav a {
	font-size: 12px;
}
.title_header {
	margin-top: 90px;
}
.title_header h2 {
	font-size: 26px;
}
.title_header h4 {
	font-size: 16px;
}
}
