﻿
/*  
============================================================
 GLOBAL STYLES
============================================================  
*/


/*  
============================================================
 LAYOUT STYLES
============================================================  
*/

.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}
.margin-120 {
    margin-bottom: 100px !important;
}
.overflow-hidden {
    overflow: hidden;
}

/*  
============================================================
 HEADER STYLES
============================================================  
*/

#header.carousel {
  margin-bottom: 0px;
  margin-top: 90px;
  background: #31363a;
}

#header.carousel .container {
  position: relative;
  z-index: 9;
}

#header.carousel .item {
  height: 510px;
  background-size: cover;
}

#header.carousel .carousel-controls {
	-moz-user-select: none;
	-webkit-user-select: none;
    z-index: 1000;
}
#header.carousel .carousel-control {
    z-index: 1001;
}
#header.carousel .carousel-controls span {
	background: transparent url(/Admin_Modules/Oasis.Web/Content/images/arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	height: 50px;
	width: 49px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
#header.carousel:hover .carousel-controls span {
	opacity: 0.6;
}
#header.carousel:hover .carousel-controls span:hover {
	opacity: 1;
}
#header.carousel .carousel-controls span:after {
	content: '';
	position: absolute;
	width: 49px;
	height: 49px;
}
#header.carousel .carousel-controls span.arrows-prev {
	left: 25px;
	background-position:0 -68px;
}
#header.carousel .carousel-controls span.arrows-next {
	right: 25px;
	background-position:0 1px;
}
#header .carousel-caption {
  background-color: transparent;
  position: static;
  padding: 0 20px;
  margin-top: 25%;
  text-align: left;
}
#header .carousel-caption h1 {
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    display: inline-block;
}
#header .carousel-caption .lead em {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    display: inline-block;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p {
  font-family: 'Open Sans', sans-serif;
}
#header h1 {
  font-weight: 800;
  font-size: 62px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
#header h2 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 46px;
  color: #ffffff;
}
#header h3 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 34px;
  color: #626c72;
}
#header h4 {
  letter-spacing: -1px;
  color: #31363a;
  font-weight: bold;
}
#header .btn-main {
	background: #ff755a repeat scroll 0 0;
    border: none;
    font-weight: 800;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 3000;
}
#header .btn-main:hover {
	background: #dc644b repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
}


/*  
============================================================
 THUMBNAIL STYLES
============================================================  
*/

a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 20px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #72c02c;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #72c02c;
	display: inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}

/*  
============================================================
 CONTENT STYLES
============================================================  
*/

section {
    padding: 60px 0;
}

#message {
    background: #28305a;
}

#message h3 {
    color: #fff!important;
    padding-top: 15px!important;
    font-size: 30px!important;
}

.btn-message {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    padding: 16px 20px !important;
    font-size: 14px !important;
}

.btn-message:hover {
    color: #2f2f2f;
    background-color: #fff;
}
