@charset "UTF-8";

html {
	background: url('../img/bgblack.jpg') repeat;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	background: url('../img/bgblack.jpg') repeat;
	background-color: #000000;
	color: rgba(255,255,255,0.9);
}

a {
    transition: color 0.25s ease-in-out 0s;
    color: #b92826;
}

a:hover,
a:focus {
    color: #e63536;
    text-decoration: none;
}

a:focus,
textarea,
input {
    outline: 0;
}

.text-uppercase {
	text-transform: uppercase;
}

.alert {
	display: inline-block;
	border-radius: 6px;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header */

header {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
    z-index: 1000;
}

#header .navbar {
	border-radius: 0 ;
}

#redbglinks a:link {color:#ffffff; text-decoration:underline;}
#redbglinks a:visited {color:#ffffff; text-decoration:underline;}
#redbglinks a:hover {color:#ffd615; text-decoration:underline;}


/* Animated header */

.header {
    width: 100%;
	background: url('../img/bg.jpg') repeat;
	height: 223px;
    padding-top: 50px;
    margin-top: -30px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
 
.header.animated-header {
	position: fixed;
	background: url('../img/bg.jpg') repeat;
    top: 0;
    left: 0;
    padding-top: 50px;
    margin-top: -30px;
    height: 223px;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-backface-visibility:visible !important;
    -moz-backface-visibility:visible !important;
    -o-backface-visibility:visible !important;
    visibility: visible !important;
}

@keyframes slideDown  {
	0% {
	    transform: translateY(-100%);
	}
	50% {
	    transform: translateY(8%);
	}
	65% {
	    transform: translateY(-4%);
	}
	80% {
	    transform: translateY(4%);
	}
	95% {
	    transform: translateY(-2%);
	}
	100% {
	    transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown  {
	0% {
	    -webkit-transform: translateY(-100%);
	}
	50% {
	    -webkit-transform: translateY(8%);
	}
	65% {
	    -webkit-transform: translateY(-4%);
	}
	80% {
	    -webkit-transform: translateY(4%);
	}
	95% {
	    -webkit-transform: translateY(-2%);
	}
	100% {
	    -webkit-transform: translateY(0%);
	}
}


/* Main Nav */

#main-nav li a {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	padding: 15px 0;
	margin: 0 0.6em;
	display: inline-block;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: rgba(255,255,255,0.9);
}

#main-nav li a:hover {
	color: #ffd615;
}

#main-nav li a:focus {
	color: #ffd615;
}

.navbar-default {
    background: url('../img/bgred.jpg') repeat;
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
    background-color: #b92826;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: 0;
}

#main-nav .container, #main-nav .navbar-collapse,
#main-nav .navbar-nav {
	text-align: center;
}


/* Scrollspy */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background: none;
}	

#main-nav li.active a {
	color: #ffd615;
}

/* Form */

input[type=TEXT], select, textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 1px;
    margin-bottom: 10px;
    resize: vertical
}

input[type=SUBMIT] {
    background-color: #000000;
    color: white;
    padding: 7px 7px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type=SUBMIT]:hover {
    background-color: #b92826;
}

input[type=RESET] {
    background-color: #000000;
    color: white;
    padding: 7px 7px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type=RESET]:hover {
    background-color: #b92826;
}

/* Main Img */

#main-img {
	margin-top: 55px;
}


/* Section */

section .container {
	padding: 70px 0;
	position: relative;
}

section h3 {
	font-family: 'Anton', sans-serif;
	font-size: 3em;
	font-weight: normal;
	color: #b92826;
}

section h3w {
	font-family: 'Anton', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
}

section p {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 2;
}


/* About */

section#about-1 .container,
section#about-2 .container {
	padding: 70px 0 0 0;
}

#about-1 .container-fluid {
	background: #606465;
}

#about-2 .container-fluid {
	background: #ab977f;
}

#about-1 .wrap-about .container-fluid,
#about-2 .wrap-about .container-fluid  {
	background: transparent;
}

.wrap-about {
	display: block;
	padding: 2em;
}

.about .social-account {
	padding: 0;
	margin-top: 1.5em;
}

.about .social-account address {
	margin-bottom: 0;
}

.about .social-account li {
	list-style: none;
	float: left;
	margin-right: 0.68em;
}

.about .social-account li a {
	color: #fff;
	font-size: 1.8em;
	line-height: 1.8em;
	display: block;
	text-align: center;
	height: 1.7em;
	width: 1.7em;
	border-radius: 6px;
}

.about .social-account li a:hover {
	background: #ab977f;
}

#about-2 .about .social-account li a:hover {
	background: #606465;
}


/* Parallax */

.parallax{
	display: block;
	overflow: hidden;
	width:100%;
	height:650px; 
	padding:0;
	margin:0;
	text-align: center;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	position:relative;
	background-size: cover;
}

.parallax-text {
	position: absolute;
	font-size: 1em;
	font-weight: 300;
	bottom: 2em;
	right: 2em;
	display: inline-block;
	padding: 0.3em 0.3em;
	background: rgba(62,56,58,0.5);
	border-radius: 0.3em;
}

.parallax.fixed{
	background-attachment:fixed;
}
 
/* *** Parallax - Fix on iOS Devices *** */

@media only screen and (max-width: 1024px) {
	.parallax {
		background-attachment: scroll;
		height: 550px;
	}
}

@media only screen and (max-width: 768px) {
	.parallax {
		background-attachment: scroll;
		height: 450px;
	}
}

@media only screen and (max-width: 640px) {
	.parallax {
		height: 350px;
	}

	.parallax-text {
		position: absolute;
	font-size: 0.8em;
	font-weight: 300;
	bottom: 1em;
	right: 5em;
	display: inline-block;
	padding: 0.3em 0.3em;
	background: rgba(62,56,58,0.5);
	border-radius: 0.3em;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.parallax {
		background-attachment: scroll;
	}
}


/* Tables */

#WhiteTable {
    border-radius: 6px;
    background: url('../img/bg.jpg') repeat;
    padding-left: 7%;
	padding-right: 7%;
	padding-top: 30px;
	padding-bottom: 30px;
    width: 90%;
	margin: 0 auto;
}

#WhiteTableLIVE {
    border-radius: 6px;
    background: url('../img/bg.jpg') repeat;
    padding-left: 0.5%;
	padding-right: 0.5%;
	padding-top: 30px;
	padding-bottom: 1px;
    width: 90%;
	margin: 0 auto;
}

p.text-whitebg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #000000;
}

table {
    border-collapse: collapse;
    font-size: 13px;
	color: #000000;
}

th, td {
    padding: 8px;
}

.scheduletable tr:nth-child(odd){background-color: #e2d2ae}
.scheduletable tr:nth-child(even){background-color: #f8e9c0}


/* Accordion */

button.accordion {
    font-size: 13px;
	background-color: #eee;
    color: #b92826;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #b92826;
}

div.panel {
    padding: 0 18px;
    background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #b92826;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Google Maps */

#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px
}


/* Contact */

#social-links {
	display: block;
	width: 100%;
	text-align: center;
	padding-left: 0;
	margin-top: 2em;
}

#social-links li {
	list-style: none;
	display: inline-block;
	margin: 0.3em;
}

#social-links li i {
	display: block;
	font-size: 2em;
	width: 44px;
	height: 44px;
	background: rgba(255,255,255,0.9);
	color: #000000;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

#social-links li i:hover {
	background: #d56157;
	color: #fff;
}


/* Contact Footer */

#contact-footer {
	background: url('../img/bg.jpg') repeat;
	box-shadow: inset 0 3px 3px -3px rgba(0,0,0,0.5);
	color: #000000;
	font-size: 1.3em;
	font-weight: 300; 
}

#contact-footer li {
	list-style: none;
	line-height: 1.5em;
}

#contact-footer i {
	color: #b92826;
}

#contact-footer a {
	color: #000000;
	font-weight: 300; 
}

#contact-footer .container {
	padding-top: 4em;
	padding-bottom: 4em;
}


/* Back to top */

.back-to-top {
	position: fixed;
	bottom: 0.1em;
	right: 0.3em;
	background: #322E2F;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 2em;
	display: none;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.back-to-top i {
	display: block;
	height: 36px;
	width: 36px;
	line-height: 36px;
}

.back-to-top:hover {	
	opacity: 1;
	cursor: pointer;
}


/* Media Queries
--------------------------------------------------------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	width: 90%;
	height: 90%;
}

@media only screen and (max-width: 1200px) {

	.parallax.fixed {
		background-attachment:scroll; background-position: center center!important;
	}

	.btn-primary-1,
	.btn-primary-2,
	.btn-primary-3,
	.btn-primary-4,
	.btn-primary-5,
	.btn-primary-6,
	.btn-primary-7 {
		margin: 1em 0.1em;
	}

}

@media only screen and (max-device-width: 1024px) and (orientation : landscape) {

	.header.animated-header {
		padding-top: 20px;
        margin-top: 0;
		opacity: 1 !important;
	}

}

@media only screen and (max-width: 1024px) {

	.skillbar {
		border-radius: 4px;
	}

	.about .social-account {
		margin-bottom: 0;
	}

	.about .social-account li {
		margin-right: 0.55em;
	}

	.about .social-account li a {
		font-size: 1.4em;
	    height: 1.4em;
	    width: 1.4em;
	}

}

@media only screen and (max-width: 1000px) {

	body {
		font-size: 10px !important;
		font-size: 1.4em;
	}

	#main-nav .nav.navbar-nav {
	    padding-left: 0;
	}

	#main-nav li a {
		margin: 0 0.6em !important;
		font-size: 19px
	}
	
	#main-img {
		margin-top: 28px;
	}
	
	section h3 {
	font-size: 2em;
	}
	
	section h3w {
	font-size: 17px;
	}
	
	section .container {
	padding: 40px 0;
	position: relative;
    }
	
	div.panel {
    font-size: 9px;
	}

}


@media screen and (max-width: 830px) {

	.og-expander p {
		font-size: 13px;
	}

	.og-expander a {
		font-size: 12px;
	}

}

@media only screen and (max-device-width: 768px) and (orientation : portrait) {

	.header.animated-header {
		padding-top: 20px;
        margin-top: 0;
		opacity: 1 !important;
	}

}

@media only screen and (max-width: 767px) {

	.header {
		height: 250px;
	}

	.navbar {
		min-height: 50px;
	}

	.navbar-toggle {
		float: none;
		margin: 1em auto;
		text-align: center;
		display: block;
		margin-right: auto;
		margin-bottom: 1em;
		margin-top: 1em;
	}
	
	#main-nav {
	    padding-left: 0;
	}
	
	#main-img {
		margin-top: 0;
	}
	
	#contact-footer {
    	font-size: 0.9em;
    }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}

@media only screen and (max-width: 640px) {

	.header {
		height: 225px;
	}

	.navbar {
		min-height: 50px;
	}

	.logo {
		display: inline-block;
    	text-align: center;
    	width: 100%;
	}

	.navbar-toggle {
		float: none;
		margin: 1em auto;
		text-align: center;
		display: block;
		margin-right: auto;
		margin-bottom: 1em;
		margin-top: 1em;
	}

	#main-nav .navbar .container {
		padding-right: 0;
	}

	.container > .navbar-header {
		margin-left: 0;
		margin-right: 0;
	}

	svg.decor {
		display: none;
	}

	#main-img {
		margin-top: 0;
	}

	.tmtimeline > li .tmlabel p {
    	font-size: 1.4em;
    }

    #contact-footer {
    	font-size: 0.9em;
    }

	.about .social-account li {
		margin-right: 0.65em;
	}

	.about .social-account li a {
		font-size: 1.8em;
	    height: 1.7em;
	    width: 1.7em;
	}
 

}


@media only screen and (max-width: 478px) {

	.nav.nav-tabs li a {
	    font-size: 1.3em;
	    margin-right: 0.3em;
	    padding: 11px;
	}

}

@media only screen and (max-width: 360px) {

	.nav.nav-tabs li a {
	    font-size: 1.2em;
	    margin-right: 0.2em;
	    padding: 5px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	.header.animated-header {
		padding-top: 20px;
        margin-top: 0;
		opacity: 1 !important;
	}

}