
/* ==========================================================================
   Main document
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
}
html, body {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	height: 100%;
}
body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: url('../img/bg.jpg') no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.container-custom {
	min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 20px auto 20px auto;
   padding-left: 0px;
   padding-right: 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
		  -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}

/* ==========================================================================
   Title and headings
   ========================================================================== */

h1, h2, h3, h4 , h5, h6 {
   font-family: 'Lato', sans-serif;
   font-weight: bold;
}

/*
h1.title-bg, h2.title-bg, h3.title-bg, h4.title-bg , h5.title-bg, h6.title-bg {
	background: #383838;
	padding: 10px 5px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color:#f3f3f1;
}
h2 small {
	font-size: 30px;
}
h5 small {
	font-size: 14px;
}
h6 small {
	font-size: 12px;
}
*/

/* ==========================================================================
   Links
   ========================================================================== */

/*
.external-link a {
	color: #014A5B;
	text-decoration: none;
}
*/

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn-primary {
    color: #ffffff;
    background-color: #081734;
    border-color: #081734;
}
.btn-primary:hover {
    color: #FF2150;
    background-color: #333333;
    border-color: #333333;
}

/* ==========================================================================
   Generals
   ========================================================================== */

.margin-top-30 {
   margin-top: 30px;
}
.margin-bottom-30 {
   margin-bottom: 30px;
}

/*
.no-padding {
	padding-left: 1px;
	padding-right: 1px;
}

#toTop {
	width: 47px;
	height: 47px;
	background: url(../img/back-top-btn.png) no-repeat;
	text-align: center;
	position: fixed;
	bottom: 25px;
	right: 20px;
	cursor: pointer;
	display: none;
	text-indent: -9999px;
	z-index: 12;
}
*/

/* ==========================================================================
   Header
   ========================================================================== */

.top-header {
	margin: 0px 0px 0px 0px;
   padding: 5px 5px 0px 5px;
}
.headline {
	margin: 0px 0px 0px 0px;
   padding: 0px 5px 0px 5px;
}

/*
.logo img {
	padding-right: 0px;
}
.logo h5 {
	display: inline-block;
}
*7

/* ==========================================================================
   Navigation styles
   ========================================================================== */

/* Extra large devices (large desktops) */
nav {
	width: 100%;
	margin: 2px 0px 0px 5px;
	overflow: hidden;
}
nav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding: 0;
}
nav li a {
	display: block;
   height: 60px;
   line-height: 60px;
	width: 24.65%;
  	float: left;
   margin-right: 2px;
   margin-bottom: 5px;
	color: #FFFFFF;
	padding: 17px 10px 10px 10px;
	background-color: #081734;
  	text-align: center;
}
nav li a:hover,
nav li a.active {
	color: #FF2150;
	background-color: #333333;
	text-decoration: none;
}
nav li a {
   font-family: 'Lato', sans-serif;
	font-weight: 400;
   font-size: 18px;
   line-height: 1.4;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
   nav li a {
   	display: block;
      height: 60px;
      line-height: 60px;
   	width: 24.59%;
     	float: left;
      margin-right: 2px;
      margin-bottom: 5px;
   	color: #FFFFFF;
   	padding: 17px 10px 10px 10px;
   	background-color: #081734;
     	text-align: center;
   }
   nav li a {
      font-family: 'Lato', sans-serif;
   	font-weight: 400;
      font-size: 18px;
      line-height: 1.4;
   	text-align: center;
   	text-decoration: none;
   	text-transform: uppercase;
   	letter-spacing: 0.1em;
   }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
   nav li a {
   	display: block;
      height: 60px;
      line-height: 60px;
   	width: 24.45%;
     	float: left;
      margin-right: 2px;
      margin-bottom: 5px;
   	color: #FFFFFF;
   	padding: 17px 10px 10px 10px;
   	background-color: #081734;
     	text-align: center;
   }
   nav li a {
      font-family: 'Lato', sans-serif;
   	font-weight: 400;
      font-size: 18px;
      line-height: 1.4;
   	text-align: center;
   	text-decoration: none;
   	text-transform: uppercase;
   	letter-spacing: 0.1em;
   }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
   nav li a {
   	display: block;
      height: 60px;
      line-height: 60px;
   	width: 48.9%;
     	float: left;
      margin-right: 2px;
      margin-bottom: 2px;
   	color: #FFFFFF;
   	padding: 17px 10px 10px 10px;
   	background-color: #081734;
     	text-align: center;
   }
   nav li a {
      font-family: 'Lato', sans-serif;
   	font-weight: 400;
      font-size: 18px;
      line-height: 1.4;
   	text-align: center;
   	text-decoration: none;
   	text-transform: uppercase;
   	letter-spacing: 0.1em;
   }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
   nav li a {
   	display: block;
      height: 60px;
      line-height: 60px;
   	width: 98.1%;
     	float: left;
      margin-right: 2px;
      margin-bottom: 2px;
   	color: #FFFFFF;
   	padding: 17px 10px 10px 10px;
   	background-color: #081734;
     	text-align: center;
   }
   nav li a {
      font-family: 'Lato', sans-serif;
   	font-weight: 400;
      font-size: 18px;
      line-height: 1.4;
   	text-align: center;
   	text-decoration: none;
   	text-transform: uppercase;
   	letter-spacing: 0.1em;
   }
}

/* ==========================================================================
   Headline
   ========================================================================== */

/*
.headline {
	margin-bottom: 10px;
}
.headline img {
	border: 0px solid #FFFFFF;
}
*/

/* ==========================================================================
   Content
   ========================================================================== */

.content {
	margin-top: 20px;
   padding: 20px;
}
.content-text {
   font-family: 'Lato', sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 1.4;
   text-decoration: none;
   letter-spacing: 0.1em;
}



/* ==========================================================================
   Submenu
   ========================================================================== */

/*
.submenu {
	margin-top: 20px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li > a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.nav-pills > li {
   background-color: #014A5B;
}
.nav-pills > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
   border-radius: 0px;
	font: 400 14px/1.4 'Roboto', sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
   color: #ffffff;
}
*/

/* ==========================================================================
   Sell form
   ========================================================================== */

.sell-form {
	margin-bottom: 0px;
}

.send-btn {
	display: block;
	width: 100%;
	height: 50px;
	padding: 13px 5px;
	margin: 0px 0px 0px 0px;
	font: 400 18px/1.4 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	color: #FFFFFF;
	background-color: #081734;
}

.send-btn a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.form-error {
	padding: 5px;
	margin-bottom: 15px;
	font: 400 16px/1.4 'Open Sans', sans-serif;
	font-weight: normal;
	text-align: center;
	color: red;
}

.form-success {
	padding: 5px;
	margin-bottom: 15px;
	font: 400 16px/1.4 'Open Sans', sans-serif;
	font-weight: normal;
	text-align: center;
	color: green;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */

.footer {
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
}
.footer p a {
	color: #D9D9D9;
  	font-weight: bold;
  	text-decoration: none;
}
.footer .logo-text, a.logo-text {
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #D9D9D9;
}
.footer .logo-text:hover {
	text-decoration: none;
	color: #FFFFFF;
}
