/*
* @project: MVM Turizm;
* @author: 	mertdiricanli;
*/
body { font-family: "Arial"; color: #828282; }

header { width: 100%; background: url(../images/header-bg.png); position: fixed; z-index: 100; }

.logo { width: 200px; margin: 20px auto 20px auto; }

.navbar-mvm { margin-bottom: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
.navbar-mvm .navbar-collapse { text-align: center; }
.navbar-mvm .navbar-toggle .icon-bar { background: #de3b3d; }
.navbar-mvm ul { float: none; }
.navbar-mvm li { float: none; display: inline-block; }
.navbar-mvm li a:hover { background: none; color: #de3b3d; }
.navbar-mvm li a:focus { background: none; color: #de3b3d; }
.navbar-mvm li.active a { color: #de3b3d; }
.navbar-mvm a { font-family: "Lato", sans-serif; font-weight: 700; color: #828282; -webkit-transition: all 0.3s ease-in, 1s; -moz-transition: all 0.3s ease-in, 1s; -o-transition: all 0.3s ease-in, 1s; -ms-transition: all 0.3s ease-in, 1s; transition: all 0.3s ease-in, 1s; }
.navbar-mvm .navbar-brand { display: none; }

.slides-container { display: none; }

.slides-navigation { margin: 0 auto; position: absolute; z-index: 11; top: 46%; width: 100%; }
.slides-navigation .prev, .slides-navigation .next { position: absolute; display: block; width: 47px; height: 47px; background: url(../images/prevnext.png); }
.slides-navigation .prev { left: 20px; background-position: bottom; }
.slides-navigation .next { right: 20px; background-position: top; }

.welcome-message { position: absolute; width: 100%; height: 250px; top: 50%; margin-top: -125px; z-index: 10; text-align: center; }
.welcome-message .header { padding: 18px 0px; }
.welcome-message p { font-family: "Lato", sans-serif; font-size: 55px; color: white; }
.welcome-message p.small { font-family: "Lato", sans-serif; font-size: 24px; color: white; }

.section { padding: 30px 0 50px 0px; }
.section h1, .section h2, .section h3, .section h4 { font-family: "Lato", sans-serif; font-weight: 700; color: #de3b3d; }
.section p { font-family: "Lato", sans-serif; font-weight: 400; font-size: 15px; line-height: 24px; }
.section .header { text-align: center; padding-bottom: 40px; }

footer.section, .subfooter { background: #393939; color: #f2f2f2; text-align: center; }
footer.section p, .subfooter p { font-family: "Lato", sans-serif; font-size: 22px; font-weight: 200; line-height: 30px; }
footer.section strong, .subfooter strong { font-weight: 700; }
footer.section h2, footer.section a, .subfooter h2, .subfooter a { color: #f2f2f2; }

.subfooter { background: #444444; }
.subfooter li { display: inline-block; float: none; margin: 0 10px 0 10px; }

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

::selection, ::-moz-selection { background-color: #de3b3d; color: white; }

@media only screen and (max-width: 768px) { .navbar-mvm li { display: inline-block; } }
