
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #35969a;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 300;
    line-height: 54px;
}

h3 {
	font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

img { max-width: 100%; }

::-moz-selection { background: #35969a; color: #fff; text-shadow: none; }
::selection { background: #35969a; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}


/***** Scroll arrows *****/

.scroll-page {
	margin-top: 30px;
	font-size: 36px;
}
.scroll-page a, .scroll-page a:hover { color: #fff; 
font-size:20px;
padding:20px;
 }


/***** Modal *****/

.modal-content {
	background-color: #333;
	font-size: 18px;
    line-height: 32px;
	text-align: left;
}

.modal-content h4 {
	font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

.modal-body {
	padding: 15px 25px;
}

.modal-body img {
	margin-bottom: 15px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
}

.modal-footer {
	padding: 15px 25px 25px 25px;
}

.modal-header, .modal-footer { border: 0; }

.modal-header .close {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-button {
	margin-top: 60px;
}

.modal-footer button, .modal-button button {
	height: 52px;
	margin: 0;
    padding: 0 20px;
	background: none;
	border: 1px solid #fff;
	font-size: 22px;
    font-weight: 300;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.modal-button button:hover, .modal-footer button:hover { opacity: 0.6; background: none; border: 1px solid #fff; color: #fff; }

.modal-button button:focus, .modal-button button:active:focus, .modal-button button.active:focus { outline: 0; background: none; color: #fff; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus { 
	outline: 0; background: none; border: 1px solid #fff; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}


/***** Top menu *****/

nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	font-size: 18px;
	color: #fff;
    line-height: 32px;
    text-align: center;
}

nav a {
	display: inline-block;
	margin: 0 15px;
	padding: 10px 0;
	color: #fff;
}
nav a:hover { color: #35969a; }
nav a:focus { color: #35969a; outline: 0; }

.show-menu, .hide-menu {
	position: absolute;
	top: -6px;
	right: 100px;
	padding: 0 20px;
	z-index: 999;
	text-align: center;
}
.hide-menu { top: -1px; }

.show-menu a, .hide-menu a {
	display: inline-block;
	width: 46px;
	height: 48px;
	padding-top: 11px;
	font-size: 21px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.show-menu a:hover, .hide-menu a:hover { color: #fff; }

.show-menu a {
	background: #333;
	background: rgba(51, 51, 51, 0.3);
}


/***** Top content *****/

.top-content {
    margin: 0 auto;
}

.inner-bg {
    padding: 60px 0;
}

.top-content .logo {
	padding-bottom: 40px;
}

.top-content .logo a:focus { outline: 0; }

.top-content h1 {
	padding: 0 120px;
}

.top-content .description {
	margin: 40px 0 10px 0;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.timer {
    margin-top: 60px;
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    margin: 0 10px;
    font-size: 18px;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    font-weight: 100;
    line-height: 90px;
}
.panel-default > .panel-heading{
    background: #f2f2f2;
    padding: 20px;
}
.panel-title > a{
    position: relative;
    color:#dc005a;
    display: block;
    padding-right: 70px;
}
.panel-title > a:after,
.panel-title > a.collapsed:after{
    content: "\f068";
    font-family: FontAwesome;
    height: 28px;
    width: 28px;
    background: #dc005a;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07);
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    right:20px;
    top:-4px;
    text-align: center;
}
.panel-title > a.collapsed:after{
    content: "\f067";
    background: #AFAFAF;
}
.panel-title > a.collapsed{
    color:#989898;
}
.panel-title > a:hover,
.panel-title > a:focus{
    text-decoration: none;
    outline: none;
}


