/* ========================================================================== Author's custom styles ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Coda|Open+Sans|Roboto");
.card-1 { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.card-1:hover { box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.card-2 { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.card-3 { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.card-4 { box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

/*

To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette

Then, run this script to get the list@mixin (function(){ var colors = {}, main = {}; $(".color-group")@mixin each(function(){ var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-"); colors[color] = {};
 $(this)@mixin find(".color").not(".main-color").each(function(){ var shade = $(this).find(".shade").text().trim(), hex   = $(this).find(".hex").text().trim();
 colors[color][shade] = hex; }); main[color] = color + "-" + $(this).find(".main-color .shade").text().trim();
 }); var LESS = ""; $@mixin each(colors, function(name, shades){ LESS += "\n\n"; $@mixin each(shades, function(shade, hex){ LESS += "$" + name + "-" + shade + ": " + hex + ";\n" !default; }); if (main[name]) { LESS += "$" + name + ": " + main[name] + ";\n" !default; } }); console.log(LESS);
})();


*/
/* -- Main style ------------------------------------ */
.btn { font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.1; text-transform: uppercase; letter-spacing: inherit; color: rgba(255, 255, 255, 0.87); }

.btn-default, .btn-link { color: rgba(0, 0, 0, 0.87); }

/* -- Buttons style ------------------------------------ */
.btn { outline: 0; outline-offset: 0; border: 0; border-radius: 2px; transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; }

.btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn.active:focus { outline: 0; outline-offset: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

/* -- Buttons types -------------------------------- */
.btn-raised { -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); }

.btn-raised:active, .btn-raised.active, .btn-raised:active:focus, .btn-raised.active:focus { -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.btn-raised:focus { -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.btn.btn-circle { padding: 0; border-radius: 50%; }

/* -- Buttons colors -------------------------------- */
.btn-default, .dropdown-toggle.btn-default { background-color: #fff; }

.btn-default:hover, .dropdown-toggle.btn-default:hover { background-color: #e5e5e5; }

.btn-default:active, .dropdown-toggle.btn-default:active, .btn-default.active, .dropdown-toggle.btn-default.active { background-color: #e5e5e5; }

.btn-default:focus, .dropdown-toggle.btn-default:focus { background-color: #cccccc; }

.btn-default:disabled, .dropdown-toggle.btn-default:disabled, .btn-default.disabled, .dropdown-toggle.btn-default.disabled, .btn-default[disabled], .dropdown-toggle.btn-default[disabled] { background-color: #b3b3b3; }

.btn-default .ink, .dropdown-toggle.btn-default .ink { background-color: #b8b8b8; }

.btn-flat.btn-default { color: #212121; background-color: transparent; }

.btn-flat.btn-default:hover { color: #141414; background-color: #e5e5e5; }

.btn-flat.btn-default:active, .btn-flat.btn-default.active { color: #020202; background-color: #cccccc; }

.btn-flat.btn-default:focus { color: #000; background-color: #cccccc; }

.btn-flat.btn-default .ink { background-color: #808080; }

.btn-primary, .dropdown-toggle.btn-primary { background-color: #5677fc; }

.btn-primary:hover, .dropdown-toggle.btn-primary:hover { background-color: #4e6cef; }

.btn-primary:active, .dropdown-toggle.btn-primary:active, .btn-primary.active, .dropdown-toggle.btn-primary.active { background-color: #4e6cef; }

.btn-primary:focus, .dropdown-toggle.btn-primary:focus { background-color: #455ede; }

.btn-primary:disabled, .dropdown-toggle.btn-primary:disabled, .btn-primary.disabled, .dropdown-toggle.btn-primary.disabled, .btn-primary[disabled], .dropdown-toggle.btn-primary[disabled] { background-color: #b3b3b3; }

.btn-primary .ink, .dropdown-toggle.btn-primary .ink { background-color: #3b50ce; }

.btn-flat.btn-primary { color: #5677fc; background-color: transparent; }

.btn-flat.btn-primary:hover { color: #4e6cef; background-color: #e5e5e5; }

.btn-flat.btn-primary:active, .btn-flat.btn-primary.active { color: #455ede; background-color: #cccccc; }

.btn-flat.btn-primary:focus { color: #3b50ce; background-color: #cccccc; }

.btn-flat.btn-primary .ink { background-color: #808080; }

.btn-success, .dropdown-toggle.btn-success { background-color: #259b24; }

.btn-success:hover, .dropdown-toggle.btn-success:hover { background-color: #0a8f08; }

.btn-success:active, .dropdown-toggle.btn-success:active, .btn-success.active, .dropdown-toggle.btn-success.active { background-color: #0a8f08; }

.btn-success:focus, .dropdown-toggle.btn-success:focus { background-color: #0a7e07; }

.btn-success:disabled, .dropdown-toggle.btn-success:disabled, .btn-success.disabled, .dropdown-toggle.btn-success.disabled, .btn-success[disabled], .dropdown-toggle.btn-success[disabled] { background-color: #b3b3b3; }

.btn-success .ink, .dropdown-toggle.btn-success .ink { background-color: #056f00; }

.btn-flat.btn-success { color: #259b24; background-color: transparent; }

.btn-flat.btn-success:hover { color: #0a8f08; background-color: #e5e5e5; }

.btn-flat.btn-success:active, .btn-flat.btn-success.active { color: #0a7e07; background-color: #cccccc; }

.btn-flat.btn-success:focus { color: #056f00; background-color: #cccccc; }

.btn-flat.btn-success .ink { background-color: #808080; }

.btn-info, .dropdown-toggle.btn-info { background-color: #03a9f4; }

.btn-info:hover, .dropdown-toggle.btn-info:hover { background-color: #039be5; }

.btn-info:active, .dropdown-toggle.btn-info:active, .btn-info.active, .dropdown-toggle.btn-info.active { background-color: #039be5; }

.btn-info:focus, .dropdown-toggle.btn-info:focus { background-color: #0288d1; }

.btn-info:disabled, .dropdown-toggle.btn-info:disabled, .btn-info.disabled, .dropdown-toggle.btn-info.disabled, .btn-info[disabled], .dropdown-toggle.btn-info[disabled] { background-color: #b3b3b3; }

.btn-info .ink, .dropdown-toggle.btn-info .ink { background-color: #0277bd; }

.btn-flat.btn-info { color: #03a9f4; background-color: transparent; }

.btn-flat.btn-info:hover { color: #039be5; background-color: #e5e5e5; }

.btn-flat.btn-info:active, .btn-flat.btn-info.active { color: #0288d1; background-color: #cccccc; }

.btn-flat.btn-info:focus { color: #0277bd; background-color: #cccccc; }

.btn-flat.btn-info .ink { background-color: #808080; }

.btn-warning, .dropdown-toggle.btn-warning { background-color: #ffc107; }

.btn-warning:hover, .dropdown-toggle.btn-warning:hover { background-color: #ffb300; }

.btn-warning:active, .dropdown-toggle.btn-warning:active, .btn-warning.active, .dropdown-toggle.btn-warning.active { background-color: #ffb300; }

.btn-warning:focus, .dropdown-toggle.btn-warning:focus { background-color: #ffa000; }

.btn-warning:disabled, .dropdown-toggle.btn-warning:disabled, .btn-warning.disabled, .dropdown-toggle.btn-warning.disabled, .btn-warning[disabled], .dropdown-toggle.btn-warning[disabled] { background-color: #b3b3b3; }

.btn-warning .ink, .dropdown-toggle.btn-warning .ink { background-color: #ff8f00; }

.btn-flat.btn-warning { color: #ffc107; background-color: transparent; }

.btn-flat.btn-warning:hover { color: #ffb300; background-color: #e5e5e5; }

.btn-flat.btn-warning:active, .btn-flat.btn-warning.active { color: #ffa000; background-color: #cccccc; }

.btn-flat.btn-warning:focus { color: #ff8f00; background-color: #cccccc; }

.btn-flat.btn-warning .ink { background-color: #808080; }

.btn-danger, .dropdown-toggle.btn-danger { background-color: #ff5722; }

.btn-danger:hover, .dropdown-toggle.btn-danger:hover { background-color: #f4511e; }

.btn-danger:active, .dropdown-toggle.btn-danger:active, .btn-danger.active, .dropdown-toggle.btn-danger.active { background-color: #f4511e; }

.btn-danger:focus, .dropdown-toggle.btn-danger:focus { background-color: #e64a19; }

.btn-danger:disabled, .dropdown-toggle.btn-danger:disabled, .btn-danger.disabled, .dropdown-toggle.btn-danger.disabled, .btn-danger[disabled], .dropdown-toggle.btn-danger[disabled] { background-color: #b3b3b3; }

.btn-danger .ink, .dropdown-toggle.btn-danger .ink { background-color: #d84315; }

.btn-flat.btn-danger { color: #ff5722; background-color: transparent; }

.btn-flat.btn-danger:hover { color: #f4511e; background-color: #e5e5e5; }

.btn-flat.btn-danger:active, .btn-flat.btn-danger.active { color: #e64a19; background-color: #cccccc; }

.btn-flat.btn-danger:focus { color: #d84315; background-color: #cccccc; }

.btn-flat.btn-danger .ink { background-color: #808080; }

/* -- Buttons sizes -------------------------------- */
.btn { min-width: 88px; padding: 10px 14px; }

.btn-lg, .btn-group-lg > .btn { min-width: 122px; padding: 10px 16px; font-size: 18px; line-height: 1.3; }

.btn-sm, .btn-group-sm > .btn { min-width: 64px; padding: 4px 12px; font-size: 12px; line-height: 1.5; }

.btn-xs, .btn-group-xs > .btn { min-width: 46px; padding: 2px 10px; font-size: 10px; line-height: 1.5; }

.btn-circle { width: 56px; height: 56px; min-width: 56px; }

.btn-circle span { line-height: 56px; }

.btn-circle.btn-lg { width: 78px; height: 78px; min-width: 78px; }

.btn-circle.btn-lg span { line-height: 78px; }

.btn-circle.btn-sm { width: 40px; height: 40px; min-width: 40px; }

.btn-circle.btn-sm span { line-height: 40px; }

.btn-circle.btn-xs { width: 30px; height: 30px; min-width: 30px; }

.btn-circle.btn-xs span { line-height: 30px; }

/*-- Button groups --------------------------------- */
.btn-group .btn { border-radius: 2px; }

.btn-group.open .dropdown-toggle { outline: 0; outline-offset: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: 0; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 0; }

.btn-group > .btn:focus:hover, .btn-group-vertical > .btn:focus:hover, .btn-group > .btn:active:hover, .btn-group-vertical > .btn:active:hover, .btn-group > .btn.active:hover, .btn-group-vertical > .btn.active:hover { z-index: 2; }

/* -- Ripple effect -------------------------------- */
.ripple-effect { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); }

.ink { display: block; position: absolute; pointer-events: none; border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); background: #fff; opacity: 1; }

.ink.animate { -webkit-animation: ripple .5s linear; -moz-animation: ripple .5s linear; -ms-animation: ripple .5s linear; -o-animation: ripple .5s linear; animation: ripple .5s linear; }

@keyframes ripple { 100% { opacity: 0; transform: scale(2.5); } }
@-webkit-keyframes ripple { 100% { opacity: 0; -webkit-transform: scale(2.5); transform: scale(2.5); } }
@-moz-keyframes ripple { 100% { opacity: 0; -moz-transform: scale(2.5); transform: scale(2.5); } }
@-ms-keyframes ripple { 100% { opacity: 0; -ms-transform: scale(2.5); transform: scale(2.5); } }
@-o-keyframes ripple { 100% { opacity: 0; -o-transform: scale(2.5); transform: scale(2.5); } }
#status { width: 200px; height: 200px; position: absolute; left: 50%; /* centers the loading animation horizontally one the screen */ top: 50%; /* centers the loading animation vertically one the screen */ background-image: url(../img/771.gif); /* path to your loading animation */ background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; /* is width and height divided by two */ }

html { padding: 0px 0px; margin: 0px 0px; }

body { margin: 0px 0px; padding: 0px 0px; background: #03a9f5; /* fallback for old browsers */ background: -webkit-linear-gradient(to top, #1c1c1c, #03a9f5); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to top, #1c1c1c, #03a9f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ font-size: 16px; font-family: "Open Sans", "Helvetica" sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

.border-bot-60 { height: 1px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); width: 20%; margin-left: 40%; }

#content-wrapper { padding-left: 0px; padding-right: 0px; background-color: #ffffff; }

h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif; color: #000; font-weight: 600; }

h2 { text-transform: uppercase; }
@media only screen and (min-width: 320px) { h2 { padding-top: 60px; padding-bottom: 40px; } }
@media only screen and (min-width: 992px) { h2 { padding-top: 80px; padding-bottom: 80px; } }

.btn { font-weight: 400; padding: 15px 35px; letter-spacing: 1px; white-space: nowrap; }

.btn-primary { background-color: #ffab35; color: #ffffff; border: 1px solid #ffab35; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.btn-primary:hover { background-color: inherit; color: #ffab35; border: 1px solid #ffab35; }

.btn-primary:focus, .dropdown-toggle.btn-primary:focus { background-color: inherit; color: #ffab35; border: 1px solid #ffab35; }

.btn-default { background-color: #03a9f5; color: #ffffff; border: 1px solid #03a9f5; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.btn-default:hover { background-color: inherit; color: #03a9f5; border: 1px solid #03a9f5; -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out; transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }

.btn-default:focus, .dropdown-toggle.btn-primary:focus { background-color: inherit; color: #03a9f5; border: 1px solid #03a9f5; }

.btn-success { background-color: inherit; color: #bbd9ee; border: 1px solid #bbd9ee; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.btn-success:hover { background-color: #bbd9ee; color: #ffffff; border: 1px solid #bbd9ee; }

.btn-success:focus, .dropdown-toggle.btn-primary:focus { background-color: inherit; color: #bbd9ee; border: 1px solid #bbd9ee; }

@media only screen and (min-width: 320px) { h1 { font-size: 2.5em; margin-top: 0px; margin-bottom: 0px; font-weight: 100; padding-top: 170px; padding-bottom: 100px; text-align: center; color: white; line-height: 52%; }
  h1 span.small { color: white; font-size: 0.35em; margin-top: 0px; color: #e0e0e0; text-transform: uppercase; text-align: center; line-height: 1px; }
  h2 { font-size: 1.5em; } }
@media only screen and (min-width: 768px) { h1 { font-size: 2.5em; padding-bottom: 100px; }
  h2 { font-size: 2em; } }
@media only screen and (min-width: 992px) { h1 { font-size: 4em; padding-top: 200px; } }
p, li, a { font-family: "Open Sans", sans-serif; }

.parallax-window { min-height: 400px; background: transparent; }

.bs-slider { max-height: 700px; position: relative; background: #000000; }

.bs-slider:hover { cursor: -moz-grab; cursor: -webkit-grab; }

.bs-slider:active { cursor: -moz-grabbing; cursor: -webkit-grabbing; }

.bs-slider .bs-slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }

.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img { margin: auto; width: 100% !important; }

/********************
*****Slide effect
**********************/
.fade { opacity: 1; }

.fade .item { top: 0; z-index: 1; opacity: 0; width: 100%; position: absolute; left: 0 !important; display: block !important; -webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; -ms-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; transition: opacity ease-in-out 1s; }

.fade .item:first-child { top: auto; position: relative; }

.fade .item.active { opacity: 1; z-index: 2; -webkit-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s; -ms-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; transition: opacity ease-in-out 1s; }

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control { top: 47%; opacity: 0; width: 45px; height: 45px; z-index: 100; color: #ffffff; display: block; font-size: 24px; cursor: pointer; overflow: hidden; line-height: 43px; text-shadow: none; position: absolute; font-weight: normal; background: transparent; -webkit-border-radius: 100px; border-radius: 100px; }

.control-round:hover .carousel-control { opacity: 1; }

.control-round .carousel-control.left { left: 1%; }

.control-round .carousel-control.right { right: 1%; }

.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover { color: #fdfdfd; background: rgba(0, 0, 0, 0.5); border: 0px transparent; }

.control-round .carousel-control.left > span:nth-child(1) { left: 45%; }

.control-round .carousel-control.right > span:nth-child(1) { right: 45%; }

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators { right: 46.6%; bottom: 3%; left: auto; width: 100%; height: 20px; font-size: 0; overflow-x: auto; text-align: right; overflow-y: hidden; padding-left: 10px; padding-right: 10px; padding-top: 1px; white-space: nowrap; }

.indicators-line > .carousel-indicators li { padding: 0; width: 15px; height: 15px; border: 1px solid #9e9e9e; text-indent: 0; overflow: hidden; text-align: left; position: relative; letter-spacing: 1px; background: #9e9e9e; -webkit-font-smoothing: antialiased; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 5px; -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99); transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99); z-index: 10; cursor: pointer; }

.indicators-line > .carousel-indicators li:last-child { margin-right: 0; }

.indicators-line > .carousel-indicators .active { margin: 1px 5px 1px 1px; box-shadow: 0 0 0 2px #fff; background-color: transparent; position: relative; -webkit-transition: box-shadow 0.3s ease; -moz-transition: box-shadow 0.3s ease; -o-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease; -webkit-transition: background-color 0.3s ease; -moz-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease; }

.indicators-line > .carousel-indicators .active:before { transform: scale(0.5); background-color: #fff; content: ""; position: absolute; left: -1px; top: -1px; width: 15px; height: 15px; border-radius: 50%; -webkit-transition: background-color 0.3s ease; -moz-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease; }

/*---------- SLIDE CAPTION ----------*/
.slide_style_left { text-align: left !important; }

.slide_style_right { text-align: right !important; }

.slide_style_center { text-align: center !important; }

.slide-text { left: 0; top: 25%; right: 0; margin: auto; padding: 10px; position: absolute; text-align: left; padding: 10px 85px; }

.slide-text > h2 { font-family: "Coda", cursive; font-weight: 100; padding: 0; color: #ffffff; font-style: normal; margin-bottom: 30px; letter-spacing: 1px; display: inline-block; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }

.slide-text > p { padding: 0; color: #ffffff; font-size: 20px; line-height: 24px; margin-bottom: 40px; letter-spacing: 1px; -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }

.slide-text > a.btn-default { font-weight: 400; font-size: 13px; line-height: 15px; margin-right: 10px; text-align: center; padding: 17px 30px; white-space: nowrap; letter-spacing: 1px; display: inline-block; text-transform: uppercase; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.slide-text > a.btn-primary { cursor: pointer; font-weight: 400; font-size: 13px; line-height: 15px; margin-left: 10px; text-align: center; padding: 17px 30px; white-space: nowrap; letter-spacing: 1px; display: inline-block; text-decoration: none; text-transform: uppercase; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.slide-text > a:hover, .slide-text > a:active { -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out; transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 991px) { .slide-text h2 { font-size: 35px; line-height: 35px; margin-bottom: 20px; }
  .slide-text > p { font-size: 18px; } }
/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) { .slide-text { padding: 10px 50px; }
  .slide-text > p { font-size: 14px; line-height: 20px; margin-bottom: 20px; }
  .control-round .carousel-control { display: none; } }
@media (max-width: 480px) { .slide-text > a.btn-default, .slide-text > a.btn-primary { font-size: 10px; line-height: 10px; margin-right: 10px; text-align: center; padding: 10px 15px; }
  .indicators-line > .carousel-indicators { display: none; } }
@media only screen and (min-width: 320px) { #bootstrap-touch-slider { padding-top: 60px; } }
@media only screen and (min-width: 768px) { #bootstrap-touch-slider { padding-top: 0px; } }
@media only screen and (min-width: 992px) { .slide-text h2 { font-size: 40px; line-height: 125%; margin-bottom: 30px; } }
@media only screen and (min-width: 1200px) { .slide-text h2 { font-size: 50px; line-height: 150%; margin-bottom: 40px; } }
@media only screen and (min-width: 320px) { header { background: #000 url("../img/hero-small-2.jpg") no-repeat center; background-size: cover; } }
@media only screen and (min-width: 768px) { header { background: none; } }
header nav { height: 60px; width: 100%; transition: all 0.4s ease-in-out; z-index: 500; }
header nav .navbar-toggle { overflow: hidden; }
header nav .navbar-toggle .icon-bar { transition: opacity, transform; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7); }
header nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) { transform: translateY(6px) rotate(45deg); }
header nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) { opacity: 0; transform: translateX(-100%); }
header nav .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
header .navbar-default .navbar-collapse, header .navbar-default .navbar-form { border: none; background-color: #ffffff; }
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus { color: #03a9f5; background-color: transparent; }
header .navbar-nav li a { display: inline-block; position: relative; padding-top: 5px; padding-bottom: 5px; }
@media only screen and (min-width: 320px) { header .navbar-collapse { padding-top: 20px; padding-bottom: 20px; margin-top: 5px; }
  header .navbar-nav { padding-top: 0px; margin: 0px; margin-left: 15px; }
  header #logo1 { width: 150px; height: 55px; position: absolute; transition: all 0.3s ease-in-out; left: 45%; margin-left: -50px; top: 3px; background-image: url(../img/rudina-big-black.png); background-repeat: no-repeat; background-position: center; background-size: contain; }
  header .navbar-default .navbar-collapse, header .navbar-default .navbar-form { border: none; background-color: #ffffff; }
  header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > .active > a:focus { font-weight: bold; background-color: inherit; } }
@media only screen and (min-width: 768px) { header .navbar-collapse { padding-top: 15px; padding-bottom: 0px; margin-top: 0px; }
  header .navbar-nav { padding-top: 0px; margin: 0px; margin-left: 0px; }
  header #logo1 { left: 49%; width: 80px; margin-left: -40px; background-image: url(../img/logo-mali-white.png); background-repeat: no-repeat; background-position: center; background-size: contain; }
  header #logo1.smaller { background-image: url(../img/logo-mali.png); background-repeat: no-repeat; background-position: center; background-size: contain; }
  header .navbar-default .navbar-collapse, header .navbar-default .navbar-form { border: none; background-color: inherit; } }
@media only screen and (min-width: 992px) { header .container { padding-left: 0px; padding-right: 0px; }
  header #logo1 { left: 50%; transition: all 0.3s ease-in-out; width: 280px; height: 70px; margin-left: -140px; background-image: url(../img/rudina-logo-white.png); background-repeat: no-repeat; background-position: center; background-size: contain; }
  header #logo1.smaller { background-image: url(../img/rudina-big-black.png); width: 180px; height: 50px; background-repeat: no-repeat; background-position: center; left: 50%; margin-left: -90px; } }
@media (max-width: 767px) { header .navbar-scroll-custom { transform: translateY(-65px); transition-duration: 0.6s; } }
@media only screen and (min-width: 320px) { header .navbar-header button { margin-top: 12px; border: none; }
  header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus { background-color: inherit; }
  header .navbar-default { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); background-color: #fff; border: none; border-radius: 0px; }
  header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > .active > a:focus { color: #03a9f5; } }
@media only screen and (min-width: 768px) { header .navbar-default { background-color: transparent; box-shadow: none; }
  header .navbar-default .navbar-nav li a { color: #fff; }
  header .navbar-default.bg-trans { background-color: white; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  header .navbar-default.bg-trans .navbar-nav li a { color: rgba(0, 0, 0, 0.54); }
  header .navbar-default.bg-trans .navbar-nav li a:hover { color: #03a9f5; } }
header p { color: rgba(255, 255, 255, 0.84); margin-top: 0px; margin-bottom: 50px; }
header .arrow { background-color: transparent; transition: all 0.3s ease-in-out; }
header .arrow:hover, header .arrow:focus { background-color: transparent; color: #03a9f5; }

@media only screen and (min-width: 320px) { #lang-id { margin-top: 3px; margin-left: 4%; }
  #lang-id .language button { color: rgba(0, 0, 0, 0.54); background-color: inherit; border: 0px; padding: 3px; transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3 s ease-in-out; }
  #lang-id .language button:hover { color: #ffffff; background-color: #ffab35; border: 0px; padding: 1px; }
  #lang-id .dropdown-menu { min-width: 35px; background-color: inherit; }
  #lang-id .dropdown-menu li { padding: 0; margin: 0; }
  #lang-id .dropdown-menu > li > a { display: block; clear: both; font-weight: 400; line-height: 1.42857143; color: rgba(0, 0, 0, 0.54); white-space: nowrap; font-size: 85%; }
  #lang-id .dropdown-menu > li > a:hover { background-color: inherit; display: block; clear: both; font-weight: 400; line-height: 1.42857143; color: #ffab35; white-space: nowrap; font-size: 85%; } }
@media only screen and (min-width: 768px) { #lang-id { margin-top: 3px; margin-left: 0%; }
  #lang-id .language button { color: #ffffff; background-color: inherit; border: 0px; padding: 3px; transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3 s ease-in-out; }
  #lang-id .language button:hover { color: #ffffff; background-color: #ffab35; border: 0px; padding: 1px; }
  #lang-id .dropdown-menu { min-width: 35px; background-color: inherit; }
  #lang-id .dropdown-menu li { padding: 0; margin: 0; }
  #lang-id .dropdown-menu > li > a { display: block; padding-left: 15px; clear: both; font-weight: 400; line-height: 1.42857143; color: #ffffff; white-space: nowrap; font-size: 85%; }
  #lang-id .dropdown-menu > li > a:hover { background-color: inherit; display: block; padding-left: 15px; clear: both; font-weight: 400; line-height: 1.42857143; color: #ffab35; white-space: nowrap; font-size: 85%; }
  #lang-id.smaller .language button { color: rgba(0, 0, 0, 0.54); background-color: inherit; border: 0px; padding: 3px; transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3 s ease-in-out; }
  #lang-id.smaller .language button:hover { color: #ffffff; background-color: #ffab35; }
  #lang-id.smaller .dropdown-menu { background-color: #ffffff; }
  #lang-id.smaller .dropdown-menu li { padding: 0; margin: 0; }
  #lang-id.smaller .dropdown-menu > li > a { display: block; padding-left: 15px; clear: both; font-weight: 400; line-height: 1.42857143; color: rgba(0, 0, 0, 0.87); white-space: nowrap; font-size: 85%; }
  #lang-id.smaller .dropdown-menu > li > a:hover { background-color: inherit; display: block; padding-left: 15px; clear: both; font-weight: 400; line-height: 1.42857143; color: #ffab35; white-space: nowrap; font-size: 85%; } }
.btn-warning, .dropdown-toggle.btn-warning { background-color: inherit; }

.btn-warning:focus, .dropdown-toggle.btn-warning:focus { background-color: inherit; }

#welcome h1 { font-size: 16px; display: inline; padding-top: 0px; color: rgba(0, 0, 0, 0.87); font-weight: 500; }
#welcome .slantedDivA { z-index: 5; position: relative; width: 100%; height: 450px; background-color: #ffffff; box-sizing: border-box; }
#welcome .slantedDivA:before { position: absolute; width: 100%; height: 100%; z-index: -1; content: ""; background: inherit; top: 0; right: 0; bottom: 0; left: 0; transform-origin: top left; transform: skewY(4deg); }
#welcome .content { padding-bottom: 20px; }
@media only screen and (min-width: 768px) { #welcome .content { padding-top: 40px; } }
@media only screen and (min-width: 992px) { #welcome .content { padding-top: 60px; } }
#welcome h2 { color: rgba(0, 0, 0, 0.87); padding-bottom: 40px; }
#welcome h5 { color: rgba(0, 0, 0, 0.54); text-align: center; letter-spacing: 2px; font-size: 16px; padding-bottom: 40px; }
#welcome p { color: rgba(0, 0, 0, 0.54); margin-bottom: 60px; }

#misija .slantedDivB { z-index: 4; position: relative; width: 100%; height: 650px; background-color: #f5f5f5; box-sizing: border-box; }
#misija .slantedDivB:before { position: absolute; width: 100%; height: 100%; z-index: -3; content: ""; background: inherit; top: 0; right: 0; bottom: 0; left: 0; transform-origin: top left; transform: skewY(4deg); }
#misija .row { margin: 0 0; padding-bottom: 40px; }
#misija h2 { margin-top: 0px; }
#misija h3 { padding-bottom: 40px; color: #03a9f5; font-weight: 400; width: 60%; margin: 0 auto; }
@media only screen and (min-width: 320px) { #misija h3 { font-size: 18px; } }
@media only screen and (min-width: 992px) { #misija h3 { font-size: 24px; } }
#misija h4 { font-weight: 600; color: rgba(0, 0, 0, 0.54); }
#misija .misija-content .r-right { text-align: right; }
#misija .misija-content .r-left { text-align: left; }
#misija .misija-content div { list-style-type: none; }
@media only screen and (min-width: 320px) { #misija .misija-content div p { font-size: 70%; } }
@media only screen and (min-width: 768px) { #misija .misija-content div { padding-bottom: 20px; }
  #misija .misija-content div p { font-size: 100%; } }
#misija .misija-content div span { color: #ffab35; vertical-align: middle; padding: 20px; margin: 10px; display: inline-block; border-radius: 50%; transition: background ease-in-out 0.3s; }
#misija .misija-content div .misija-1 { background: url(../img/maps-and-flags.png) center center no-repeat; background-size: contain; width: 50px; }
#misija .misija-content div .misija-1:hover { background: url(../img/maps-and-flags-blue.png) center center no-repeat; background-size: contain; width: 50px; }
#misija .misija-content div .misija-2 { background: url(../img/clock.png) center center no-repeat; background-size: contain; width: 50px; }
#misija .misija-content div .misija-2:hover { background: url(../img/clock-blue.png) center center no-repeat; background-size: contain; width: 50px; }
#misija .misija-content div .misija-3 { background: url(../img/coin.png) center center no-repeat; background-size: contain; width: 50px; }
#misija .misija-content div .misija-3:hover { background: url(../img/coin-blue.png) center center no-repeat; background-size: contain; width: 50px; }
#misija .misija-content div .misija-4 { background: url(../img/recommended.png) center center no-repeat; background-size: contain; width: 50px; }
#misija .misija-content div .misija-4:hover { background: url(../img/recommended-blue.png) center center no-repeat; background-size: contain; width: 50px; }

#choose .slantedDivC { z-index: 1; position: relative; width: 100%; height: 650px; background-color: #ffffff; box-sizing: border-box; }
#choose .slantedDivC:before { position: absolute; width: 100%; height: 100%; z-index: -10; content: ""; background: inherit; top: 0; right: 0; bottom: 0; left: 0; transform-origin: top right; transform: skewY(-4deg); }
#choose .col-md-6 { padding-left: 0px; padding-right: 0px; }
#choose span { margin-top: 25px; display: inline-block; border-radius: 50%; background-color: #03a9f5; color: #ffffff; padding: 20px; }
#choose span img { width: 65px; }
#choose .container { padding-bottom: 40px; }
#choose .container p { color: rgba(0, 0, 0, 0.38); padding: 0 10px; }
#choose .img-holder { width: 50%; float: left; position: relative; overflow: hidden; }
#choose .img-holder img { z-index: 500; transition: all 0.4s ease-in-out; }
#choose .img-holder img:hover { transform: scale(1.05); }
#choose .usluge { background-color: #fff; padding-bottom: 20px; margin-bottom: 20px; }
#choose #c-left h3 { color: #03a9f5; font-weight: 600; }
#choose #c-left .card-1 { margin-bottom: 50px; }
#choose #c-left p { padding-bottom: 20px; }

.booking { font-style: 2rem; padding: 15px; border: 2px solid #03a9f5; width: 50%; margin-left: 25%; color: rgba(0, 0, 0, 0.38); transition: all 0.5 ease-in-out; }

.booking:hover { background-color: #03a9f5; color: #fff; }

#testimonial h3 { color: #03a9f5; margin-top: 10px; margin-bottom: 0px; font-weight: 500; letter-spacing: 3px; }
#testimonial .container { background-color: #f5f5f5; padding-bottom: 40px; }
#testimonial .panel { text-align: center; border: none; }
#testimonial .panel-body { padding: 0px; text-align: center; background-color: #f5f5f5; }
#testimonial .panel-heading .panel-title { font-weight: bold; font-size: 1.3em; letter-spacing: 0.3em; color: #03a9f5; padding-bottom: 25px; font-family: "Roboto", "Open Sans", sans-serif; }
#testimonial .panel-heading .panel-title a:hover, #testimonial .panel-heading .panel-title a:focus { text-decoration: none; }

.testimonial { background-color: #f5f5f5; text-align: center; padding: 40px 20%; border-radius: 5px; }

.testimonial .pic { border-radius: none; overflow: hidden; margin: 0 auto; }

.testimonial .pic img { width: 100%; height: auto; -webkit-transiton: 0.3s ease-in-out; -moz-transiton: 0.3s ease-in-out; -o-transiton: 0.3s ease-in-out; }

.testimonial .pic img:hover { filter: none; }

.testimonial .testimonial-title { font-size: 16px; color: #9e9e9e; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 0; }

.testimonial .post { display: block; font-size: 12px; font-style: italic; color: #bcbcbc; margin-top: 10px; text-transform: uppercase; }

.testimonial .description { font-size: 15px; color: #86868a; line-height: 1.8; margin-top: 10px; }

.owl-carousel { margin: 0; }

.owl-carousel .owl-nav [class*="owl-"] { background: rgba(0, 0, 0, 0.5); color: rgba(255, 255, 255, 0.9); line-height: 30px; border-radius: 50%; text-align: center; }

.owl-carousel .owl-nav [class*="owl-"]:hover { background: rgba(0, 0, 0, 0.9); color: #fff; }

.owl-carousel .owl-prev, .owl-carousel .owl-next { position: absolute; top: 45%; height: 30px; margin: auto !important; }

.owl-carousel .owl-prev { left: 1%; }

.owl-carousel .owl-next { right: 1%; }

.owl-carousel .owl-dots { display: none !important; }

.owl-theme .owl-controls .owl-buttons div { color: #869791; display: inline-block; zoom: 1; margin: 5px; padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: transparent; filter: Alpha(Opacity=50); opacity: 0.5; }

.imgwrapper { width: 23%; float: left; position: relative; overflow: hidden; transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out; z-index: 400; margin: 1%; }

.imgwrapper img { transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out; }

.imgwrapper img:hover { transform: scale(1.08); }

#pricing .container { background-color: #f5f5f5; padding-bottom: 50px; }

#routes { padding-bottom: 50px; }
#routes #transportation { padding-top: 30px; }
@media only screen and (min-width: 320px) { #routes #transportation .r-right, #routes #transportation .r-left { font-size: 85%; }
  #routes #transportation .r-right { text-align: right; }
  #routes #transportation .r-left { text-align: left; } }
@media only screen and (min-width: 480px) { #routes #transportation .r-right, #routes #transportation .r-left { font-size: 100%; } }
#routes h2 { color: #ffffff; }
#routes .rute-slogan { color: #ffab35; }
#routes h4 { font-weight: bold; font-size: 1.3em; letter-spacing: 0.3em; color: #ffffff; }
#routes p { color: #fafafa; }
#routes ul { list-style-type: none; }
#routes p { color: #fafafa; transition: color 0.4s ease-in-out; }
#routes p:hover { color: #03a9f5; cursor: pointer; cursor: hand; }
#routes .col-xs-6 { padding-left: 0px; }

.gdpr { font-style: 10px; color: #9e9e9e; }

footer { background-color: #1c1c1c; color: #ffffff; }
footer h2 { color: #fff; }
footer h4 { color: #03a9f5; padding-bottom: 10px; text-transform: uppercase; }
footer h5 { color: #ffab35; }
@media only screen and (min-width: 320px) { footer { text-align: center; }
  footer .footer-bottom-center { width: 100%; text-align: center; } }
footer .row a { color: #fafafa; }
footer .row a:hover, footer .row a:active { text-decoration: none; color: #03a9f5; }
@media only screen and (min-width: 768px) { footer .row .footer-content { text-align: center; } }
@media only screen and (min-width: 992px) { footer .row .footer-content { text-align: left; } }

#footer-bottom { min-height: 50px; background-color: #1c1c1c; color: #ffffff; border-top: 1px solid rgba(255, 255, 255, 0.6); }
#footer-bottom .footer-bottom-left { width: 25%; float: left; }
#footer-bottom .footer-bottom-right { width: 25%; float: left; }
@media only screen and (min-width: 320px) { #footer-bottom p { line-height: 300%; display: inline-block; font-size: 65%; margin-top: 10px; color: #fafafa; text-align: center; }
  #footer-bottom img { width: 30px; padding-top: 7px; } }
@media only screen and (min-width: 480px) { #footer-bottom p { display: inline-block; font-size: 75%; }
  #footer-bottom img { width: 30px; padding-top: 7px; } }
@media only screen and (min-width: 768px) { #footer-bottom p { font-size: 100%; }
  #footer-bottom img { width: 120px; padding-top: 10px; } }

a.back-to-top { display: none; width: 40px; height: 40px; position: fixed; bottom: 20px; right: 20px; background: white url("../img/chevron-arrow-up.png") no-repeat center; border-radius: 50%; z-index: 1000; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); transition: background 0.4s ease-in-out; transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

a.back-to-top:hover { background: #0087c5 url("../img/chevron-arrow-up2.png") no-repeat center; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

body.modal-open { overflow: auto; z-index: 1000; }

body.modal-open[style] { padding-right: 0px !important; padding-left: 0px !important; }

.modal::-webkit-scrollbar { width: 0 !important; /*removes the scrollbar but still scrollable*/ }

.modal-content { margin-top: 75px; }

.modal-body p { padding-top: 10px; padding-bottom: 20px; }

.modal-title { color: #03a9f5; }

.social { padding-bottom: 20px; }

.fa-facebook-official { color: #3b5998; margin-right: 10px; }

.fa-instagram { color: #8a3ab9; }

/*# sourceMappingURL=style.css.map */
