 @import url('http://fonts.googleapis.com/css?family=Oswald:400,300,700');
/* 
==================================
					Main Settings
==================================
 */
body {
	font-family : 'Oswald', sans;
	font-weight : 100;
	font-size : 1em;
	color: #fff;
	background:url("MYIMAGES/BACKGROUND-001.JPG");
	background-attachment: fixed;
	background-size: cover;
}
/* Preloader */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 99; /* makes sure it stays on top */
}
#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/status.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 */
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-style: none;
	border-width: 0;
	border-top: 1px solid #ccc;
	background-color: transparent;
	height: 0;
}
img {
	max-width: 100%;
}
a:link {
	color : #ccc;
	text-decoration : none;
}
a:hover {
	color : #ccc;
	text-decoration : none;
}
a:visited {
	color : #ccc;
	text-decoration : none;
}
h2, h3, h4, h5, h6 {
	text-align : center;
	color : #fff;
}
h1 {
	text-align : center;
	color: #3d3d3d;
	font-size : 6em;
	line-height: 1.2em;
	text-transform : uppercase;
	text-align: left;
}
h1 strong {
	border-bottom: 5px solid;
	color: #fff !important;
}
h2 {
	font-size: 2.5em;
	text-align: left;
	color: rgb(249,202,63);
}
h3 {
	line-height: 2.5em;
	font-size: 1.5em;
	margin-top: -5px;
	margin-bottom: 0;
	font-weight: 700;
	background: #000;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h4 {
	font-size: 5em;
	background: #000;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5em;
	position: relative;
}
h5 {
	font-size: 2em;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: 300;
	line-height: 1em;
	margin: 25px 0 5px 0;
}
h6 {
	font-size: 1em;
	text-align: left;
	margin: 0;
	font-weight: 300;
	font-family : 'Oswald', sans;
	letter-spacing: 0.1em;
}
.title {
	margin-bottom: 50px;
}
p.description {
	font-size: 1.2em !important;
	font-weight: 300;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: 0.1em;
	background-color: #272727;
	padding: 20px;
}
p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
strong {
	color: #fff;
}
ul {
	list-style-type : none !important;
	font-family: 'Lato', sans-serif;
}
li {
	letter-spacing: 1px;
}
.container {
	max-width: 960px;
}
i {
	margin-top: 5px !important;
	margin-right: 5px;
}

/* all */
::-webkit-input-placeholder {
font-family : 'Oswald', sans;
}
::-moz-placeholder {
font-family : 'Oswald', sans;
} /* firefox 19+ */
:-ms-input-placeholder {
font-family : 'Oswald', sans;
} /* ie */
input:-moz-placeholder {
font-family : 'Oswald', sans;
}
/* 
==================================
							Menu
==================================
 */
 
 
.navbar {
	margin-bottom: -50px;
	width: 100%;
	background-color: #000;
	z-index : 100;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
}
.navbar-inner {
	background: none;
	z-index : 100;
	background-image: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 0;
}
.navigation {
	padding: 30px;
	margin: 0;
	text-align: right;
}
.navbar-brand {
	display: inline-block;
	float: left;
	height:83px !important;
}
.navbar-brand img {
	height:83px !important;
}
.navigation li {
	display: inline;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding : 30px 15px 31px 15px;
	margin: 0 -1px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.navigation li:hover {
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	background: rgb(249,202,63);
}

.caret {
	border-top: 4px solid #fff;
}
.dropdown-menu {
	border-radius: 0;
	border: none;
	background: rgba(1, 1, 1, 0.6);
	margin-top: 0;
}
.dropdown-menu li ul {
	width: 120px;
}
.dropdown-menu li {
	padding: 20px 0 0 0;
	text-align: center;
	width: 120px
}
.dropdown-menu li :hover {
	background: none;
}
.dropdown-menu li a {
	padding: 4px 0;
	color: #ccc;
	font-weight: 300;
}
.dropdown-menu li a:hover {
	background: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: transparent;
	background-image: none;
	color: #ccc;
}
/* 
==================================
						 General Slide
==================================
 */
.slide {
	background-attachment : fixed;
	width : 100%;
	height : auto;
	position : relative;
	padding: 125px 0;
}
/* 
==================================
						 Slide 1 
==================================
 */
 

#slide1 {
	min-height: 550px;
	position: relative;
}
#wellcome_message h1 {
	text-align: center;
	padding: 50px;
	background: rgb(249,202,63);
}
#wellcome_message {
	animation-duration: 1.3s;
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
	-ms-animation-duration: 1.3s;
	-o-animation-duration: 1.3s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	opacity: 0;
}
/*Down Arrow*/
#down_arrow {
	background: url(../images/down.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	margin-left: -30px;
	left: 50%;
	position: fixed;
	bottom: 0;
	border: 5px solid rgb(249,202,63);
	transition: 200ms;
	padding: 0;
	z-index: 0;
}
#down_arrow:hover {
	box-shadow: none !important;
	background-color: rgb(249,202,63);
}
/*Up Arrow*/
#up_arrow {
	background: url(../images/up.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	position: fixed;
	right: 70px;
	bottom: 0px;
	z-index: 999999999;
	box-shadow: none !important;
	padding: 0;
	border: 5px solid rgb(249,202,63);
	transition: 200ms;
	display: none;
}
#up_arrow:hover {
	background-color: rgb(249,202,63);
	box-shadow: none !important;
}
/* 
==================================
					Services-	 Slide 2 
==================================
 */


#slide2 {
	background: url(../images/p4.png);
	padding-top: 150px;
}
.about {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 1em;
	color: #fff;
}
.serv {
	background-color: #272727;
	height: 420px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	opacity: 0;
}
.serv h3 {
	text-align: center
}
.serv img {
	position: relative;
	margin-left: -50px;
	left: 50%;
	margin-top: -50px;
	top: 50%;
	transition: all linear 500ms;
	-webkit-transition: all linear 500ms;
	-moz-transition: all linear 500ms;
	-o-transition: all linear 500ms;
	-ms-transition: all linear 500ms;
	height: 100px;
	width: 100px;
}
.serv:hover img {
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg) scale(2.2);
	-ms-transform: rotate(15deg) scale(2.2);
	-moz-transform: rotate(15deg) scale(2.2);
	-o-transform: rotate(15deg) scale(2.2);
	opacity: 0.5;
	transition: linear 200ms;
	-webkit-transition: linear 200ms;
	-moz-transition: linear 200ms;
	-o-transition: linear 200ms;
	-ms-transition: linear 200ms;
}
.serv p {
	padding: 20px;
}
.serv-img {
	background: rgb(249,202,63);
	height: 150px;
	overflow: hidden;
	margin-bottom: 5px;
}
/* 
==================================
			subArea1		Testimonials area
==================================
 */
 
#subArea1 {
	/*	background-image: url(../images/i4.jpg);
	background-attachment: fixed;
	background-size: cover;*/
	padding: 100px 0
}
#subArea1 #testimonialsCarousel {
	margin: 0;
	padding: 0;
}
#testimonialsCarousel {
	position: relative;
	opacity: 0;
}
#testimonialsCarousel .carousel-indicators {
	position: absolute;
	width: 50px;
	margin-left: -25px;
	left: 50%;
	top: 250px;
}
blockquote p {
	font-size: 2em;
	font-style: italic;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2em;
	text-align: center;
	background: rgb(249,202,63);
	padding: 50px;
}
blockquote p, blockquote .quote {
	color: #fff !important;
}
blockquote {
	border-left: none;
}
#testimonialsCarousel .carousel-inner .item .quote {
	font-size: 20em;
	font-weight: bold;
	position: absolute;
	opacity: 0.2;
	line-height: 1em;
	left: 30px;
	top: 0px;
}
/* 
==================================
				Team- Slide 3
==================================
 */
 
 
#slide3 {
	background: url(../images/p1.png);
	position: relative;
}
#members {
	opacity: 0;
}
.team {
	position: relative;
	background: #272727;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
}
.team:hover .member_social {
	margin-top: 65px;
}
.member_picture {
	width: 100%;
	position: relative;
	z-index: 2;
}
h3.member_name {
	border-bottom: 10px solid rgb(249,202,63);
	position: relative;
	z-index: 0;
}
.member_social {
	background: rgb(249,202,63);
	text-align: center;
	position: absolute;
	top: 125px;
	width: 100%;
	z-index: 1;
	transition: ease-in-out 200ms;
}
.team:hover .member_social {
	height: auto;
	opacity: 1;
}
.member_social ul {
	height: 100%;
	padding: 15px;
	margin: 0;
}
.member_social ul li {
	display: inline;
	text-align: center;
	padding: 5px;
}
.member_social ul li img {
	width: 35px;
}
.member_social ul li img:hover {
	cursor: pointer;
	cursor: hand;
}
.team p {
	padding : 20px;
	margin: 0;
	height: 150px;
}
/* 
==================================
				subArea2 - Slider area
==================================
 */
 
#subArea2 {

}
#slider {
	margin: 100px;
	position: relative;
	max-width: 960px;
	margin-left: -480px;
	left: 50%;
}
.nivo-controlNav {
	display: none;
}
.theme-default a.nivo-nextNav {
	background-color: rgb(249,202,63);
	background-position: -55px 0;
}
.theme-default a.nivo-prevNav {
	background-color: rgb(249,202,63);
}
.theme-default a.nivo-prevNav:hover {
	background-color: rgba(249,202,63,1);
	box-shadow: 5px 0px 0px 0px rgba(1, 1, 1,0.5);
}
.theme-default a.nivo-nextNav:hover {
	background-color: rgba(249,202,63,1);
	box-shadow: -5px 0px 0px 0px rgba(1, 1,1,0.5);
}
/* 
==================================
				  Gallery  - Slide 4
==================================
 */
 
#slide4 {
	background: url(../images/p5.png);
	position: relative;
}
/*Gallery Thumbnails*/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(249,202,63, 1);
	opacity: 1;
}
.overlay .plus {
	height: 50px;
	width: 50px;
	position: relative;
	margin-left: -25px;
	margin-top: -25px;
	left: 50%;
	top: 50%;
}
.thumbs a img {
	width: 100%;
}
.thumbs {
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
}
.thumbs a, .thumbs a img {
	display: block;
	position: relative;
}
.thumbs a {
	overflow: hidden;
}
/* Gallery Grid */


.gallery .row-fluid {
	margin-bottom: 24.6px;
}
.row-no-margin {
	margin-bottom: 0 !important;
}
.secondary-row .span6 {
	width: 47.4% !important;
	display: inline-block;
}
.secondary-row .span6:last-of-type {
	margin-left: 5% !important;
}
.main-row {
	margin-bottom: 0 !important;
}
.main-row .span6 {
}
/*Modal Window*/



.modal {
	border-radius: 0;
	width: 700px;
}
.modal-header {
	padding: 0;
}
.modal-header .close {
	display: none;
}
.modal h3 {
	text-align: center;
	padding: 20px 0;
	background-color: rgb(249,202,63);
}
.modal p {
	color: #000 !important;
}
.modal-gallery {
	padding: 10px 0 0 0;
	margin-left: 0;
	display: inline-block;
	position: relative;
	width: 100%;
}
.modal-gallery li {
	width: 100%;
}
.modal-gallery img {
	width: 100%;
	margin-bottom: 2px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	-ms-transition: 200ms;
}
.modal-footer {
	text-align: center;
	background-color: rgba(255,255,255, 0.6);
}
/* 
==================================
		 Shortcodes Button	SubArea3 
==================================
 */

 
#subArea3 {
	/*	background-image: url(../images/i1.jpg);
	background-attachment: fixed;
	background-size: cover;*/
	padding: 100px 0;
	text-align: center;
}
/* 
==================================
						 Slide 5
==================================
 */
#slide5 {
	background: url(../images/p2.png);
	position: relative;
}
.table {
	text-align: center;
	position: relative;
	background-color: #272727;
	transition: margin-top 100ms;
	-moz-transition: margin-top 100ms;
	-ms-transition: margin-top 100ms;
	-o-transition: margin-top 100ms;
	-webkit-transition: margin-top 100ms;
	margin-top: 0;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0,0.3);
	font-family: 'Lato', sans-serif;
}
.sign-up {
	padding-bottom: 50px !important;
	padding-top: 30px !important;
}
.table th {
	line-height: 2.5em;
	font-size: 1.5em;
	margin-top: -5px;
	margin-bottom: 0;
	font-weight: 700;
	background: #000;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.table td.price {
	line-height: 70px;
	text-align : center;
	font-size : 2em;
	line-height : 2.5em;
	font-weight : 700;
	border-top: 0 !important;
	margin-bottom: 50px;
}
.table td {
	text-align: center;
	border-top: 0 !important;
}
.table td:nth-of-type(2) {
	border-top: 0;
}
.table tr:nth-of-type(2) td {
	padding-top: 30px;
}
table .sign_up:hover {
	background-color : #fff !important;
}
td.price, .sign_up {
	background: rgb(249,202,63);
}
table:hover {
	margin-top: -20px;
}

/* 
==================================
	      subArea4 Contact Social Icons
==================================
 */


#subArea4 {
	/*	background-image: url(../images/map.png);
	background-attachment: fixed;
	background-size: cover;*/
	padding: 100px 0;
}
.contact-icons {
	text-align: center;
}
.contact-icons li {
	display: inline;
	margin: 0 20px;
}
.contact-icons li img {
	margin-top: 10px;
	width: 100px;
	transition: ease 200ms;
	border-radius: 100px;
}
.contact-icons li img:hover {
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0,0.3);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
/* 
==================================
						 Slide 6 - Contact
==================================
 */
 
 

/*Contact Form*/
 
#slide6 {
	background: url(../images/p3.png);
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
}
.contact-details {
	background: #272727;
	padding: 20px;
	height: 257px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0,0.3);
}
#contact-form {
	width : 100%;
	padding: 0;
	font-family: 'Lato' sans-serif !important;
}
#contact-form p {
	margin : 0;
}
#contact-form input, #contact-form textarea {
	font-size : 1em;
	background-color : rgba(1, 1, 1, 0.6);
	width : 100% !important;
	color : white;
	font-weight : 700;
	padding : 20px;
	border-radius: 0;
	box-sizing: border-box;
	padding-left: 15px;
	min-height: 3em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 10px solid rgb(249,202,63);
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-ms-transition: 200ms;
	-o-transition: 200ms;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0,0.3);
}
#contact-form textarea {
	margin : 0;
	width : 100% !important;
}
#contact-form textarea:focus, #contact-form input:focus {
	border-top : none;
	border-right: none;
	border-bottom: none;
	outline : none;
	box-shadow: none;
	background-color : rgba(1, 1, 1, 0.8);
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0,0.5);
}
.submit-button {
	margin-top: 50px;
}

/*Footer*/

footer {
	background: url(../images/p6.png);
	padding: 100px 0;
	margin-top: 100px;
	color: #dadada !important;
	text-align: center;
}
footer p {
	color: #dadada !important;
}
footer p strong {
	color: #fff !important;
}
/* 
==================================
					Shortcodes  page
==================================
 */
 
#shortcodes-page {
	background: url(../images/p3.png);
}
.button-list, .labels {
	text-align: center;
}
.button-list p {
	display: inline-block;
}
/*Buttons*/
.btn {
	border: none !important;
	text-transform: uppercase;
	font-family: 'Oswald', sans;
	font-weight: bold;
	box-shadow: 0 5px 0 #878787;
	padding: 10px 25px;
	background-image: none !important;
	box-sizing: border-box;
	background: #d7d7d7;
	border-radius: 0;
	transition: ease 100ms;
}
.btn:hover {
	transition: ease 100ms;
}
.btn:active {
	box-shadow: 0 0px 0 #878787;
	margin-top: 5px;
	margin-bottom: -5px;
	box-sizing: border-box;
}
.btn-large {
	padding: 20px 55px;
	font-size: 1.4em;
}
.btn-small {
	padding: 5px 10px;
}
.btn-mini {
	padding: 1px 4px;
}
.button-list, .labels {
	text-align: center;
}
.button-list p {
	display: inline-block;
}
.btn-success {
	background-image: none;
	box-shadow: 0 5px 0 #19a096;
	background-color: #03cec0;
}
.btn-success:hover {
	background-color: #19dcce;
}
.btn-success:active {
	box-shadow: 0 0px 0 #19a096;
	margin-top: 5px;
	margin-bottom: -5px;
}
.btn-primary {
	background-image: none;
	box-shadow: 0 5px 0 #04c;
	position: relative;
	background-color: #2e67da;
}
.btn-primary:hover {
	background-image: none;
	background-color: #457ef1;
	box-shadow: 0 5px 0 #04c;
}
.btn-primary:active {
	box-shadow: 0 0px 0 #04c;
	margin-top: 5px;
	margin-bottom: -5px;
}
.btn-info {
	background-image: none;
	box-shadow: 0 5px 0 #25a1c0;
	background-color: #41bedd;
}
.btn-info:hover {
	background-color: #3dd4f9;
}
.btn-info:active {
	box-shadow: 0 0px 0 #25a1c0;
	margin-top: 5px;
	margin-bottom: -5px;
}
.btn-warning {
	background-image: none;
	box-shadow: 0 5px 0 #5c1f77;
	background-color: #7a3c95;
}
.btn-warning:hover {
	background-color: #953fba;
}
.btn-warning:active {
	box-shadow: 0 0px 0 #5c1f77;
	margin-top: 5px;
	margin-bottom: -5px;
}
.btn-danger {
	background-image: none;
	box-shadow: 0 5px 0 #2b296d;
	background-color: rgb(78, 76, 160);
}
.btn-danger:hover {
	background-color: #524ed5;
}
.btn-danger:active {
	box-shadow: 0 0px 0 #2b296d;
	margin-top: 5px;
	margin-bottom: -5px;
}
.btn-inverse {
	background-image: none;
	box-shadow: 0 5px 0 #1b1b1b;
	border-top: none;
	background-color: #2e2e2e;
}
.btn-inverse:hover {
}
.btn-inverse:active {
	box-shadow: 0 0px 0 #1b1b1b;
	margin-top: 5px;
	margin-bottom: -5px;
}
.btn-link {
	text-shadow: none;
	text-transform: none;
	font-size: 1em;
	padding: 0;
	color: rgb(249,202,63);
	box-shadow: none;
	background: none !important;
	font-family: 'Lato', sans-serif;
}
.btn-link:hover {
	color: rgb(249,202,63);
}
/*Labels / Badges */

.label {
	border-radius: 0;
}
.badge {
	border-radius: 10px;
}
.label-success {
	background-color: rgb(249,202,63);
}
.label-warning {
	background-color: rgb(193, 209, 234);
}
.label-important {
	background-color: rgb(78, 76, 160);
}
.label-info {
	background-color: rgb(65, 190, 221);
}
.badge-success {
	background-color: rgb(249,202,63);
}
.badge-warning {
	background-color: rgb(193, 209, 234);
}
.badge-important {
	background-color: rgb(78, 76, 160);
}
.badge-info {
	background-color: rgb(65, 190, 221);
}
/*Alerts*/
.alert {
	border-radius: 0;
	text-align: center;
	color: #fff;
	text-shadow: none;
	background: rgb(193, 209, 234);
}
.alert span {
	font-weight: 400;
}
.alert-error {
	background: rgb(249,202,63);
}
.alert-success {
	background: rgb(65, 190, 221);
}
.alert-info {
	background: rgb(78, 76, 160);
}
/*Progress  Bars*/
.progress {
	border-radius: 0;
	background: rgba(1,1,1,0.3);
}
.progress-simple .bar {
	background: #000;
	background-image: none;
}
.progress-striped .bar {
	background-color: #000;
}
.progress-info .bar, .progress .bar-info {
	background : rgb(249,202,63);
	background-image: none;
}
.progress-success .bar, .progress .bar-success {
	background : rgb(65, 190, 221);
	background-image: none;
}
.progress-warning .bar, .progress .bar-warning {
	background : rgb(193, 209, 234);
	background-image: none;
}
.progress-danger .bar, .progress .bar-danger {
	background : rgb(78, 76, 160);
	background-image: none;
}
/*Tabs*/
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	background: #333;
	border: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
}
.nav-tabs {
	margin: 0;
	background-color: rgba(1,1,1,0.3);
	text-transform: uppercase;
	border-bottom: 0;
	font-family: 'Oswald', sans-serif;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: rgba(1,1,1,0.3);
	border: none;
	border-radius: 0;
	margin: 0;
}
.tab-content p {
	padding: 20px;
	margin: 0;
	background-color: rgba(1,1,1,0.3);
	border-top: none;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
}
/*Accordion*/
.accordion-group {
	background-color: rgba(1,1,1,0.3);
	border-radius: 0;
	border: none;
}
.accordion-heading {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #333;
	border-bottom: none;
}
.accordion-inner {
	font-size: 1em;
	padding: 20px;
	border-top: 0;
	font-family: 'Lato', sans-serif;
}
/*Modal*/


/*Grid Sistem*/

.show-grid > div {
	background: #fff;
	padding: 10px;
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}
/* Portrait tablet to landscape and desktop */

@media (max-width: 1250px) {
.member_social {
	display: none;
}
}
@media (max-width: 979px) {
h1 {
	font-size: 5em;
}

#slide2 {

padding-top:50px;
}
#slider {
	width: auto;
	margin: 0 0 0 0;
	left: 0;
}
.theme-default .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-prevNav, .theme-default a.nivo-nextNav {
	top: 0;
}

.navbar  { top:0 !important; 
position:fixed !important;
}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
body {
	padding-left: 0;
	padding-right: 0;
}
.slide {
	margin-top: 0;
	margin-bottom: 0;
	padding: 50px 0;
}

#slide1 { padding-top:100px;
}
#subArea1, #subArea2, #subArea3, #subArea4 {
	padding: 50px 0;
}
h1 {
	font-size: 3em;
	text-align: center;
}
h1 strong {
	border-bottom: 0;
}
h2 {
	font-size: 2em;
	text-align: center;
}
.container {
	padding: 0 20px 0 20px;
}
.navigation {
	padding: 10px;
}
.navigation li {
	display: block;
	text-align: center;
	padding: 10px;
}
.logo {
	display: none !important;
}
#up_arrow {
	display: none !important;
}
/*Slide1*/
#wellcome_message h1 {
	margin-top: 0;
}
/*Slide2*/

.serv {
	height: auto !important;
}
/*SubArea1 Testimonials */

.carousel-indicators {
	display: none;
}
blockquote p {
	font-size: 1em !important;
}
/* Slide3*/
.team {
	margin-bottom: 10px;
	height: auto;
}
.team p {
	height: auto;
}
/*SubArea2 Slider */


#subArea2 {
	padding: 0 0 !important;
}
/*Slide4*/
.gallery >.row-fluid {
	margin-bottom: 30px !important;
}
.secondary-row .span6:last-of-type {
	margin-left: 4% !important;
}
.modal {
	top: 0;
	left: 0;
	width: 100%;
}
.modal-header .close {
	display: block;
	position: relative;
	top: 25px;
	right: 25px;
}
/*Slide6*/
.table:hover {
	margin-top: 0;
}
/*Slide6*/

.contact-details {
	margin-bottom: 30px;
}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
}
 
 
 /*For Internet Explorer */

.serv, #testimonialsCarousel, #members, .nivoSlider, .thumbs img, #subArea3 .container, .table,.contact-icons,.contact-details, #contact-form {
	
	opacity:1 !important; /* IE 9 and below */
}


/*PASTE CODE FOR LIGHT SKIN UNDER THIS LINE */ 



/*COOLOR THEME*/



.slider-wrapper,  h3.member_name,  .process h4,  #contact-form input,  #contact-form textarea,  blockquote img,  #up_arrow,  #down_arrow {
	border-color:               /* <--- insert color code here*/ ;
}
.serv-img, td.price, .sign_up, #up_arrow:hover, #down_arrow:hover, .overlay, blockquote p, .modal h3, .theme-default a.nivo-prevNav, .theme-default a.nivo-nextNav, #wellcome_message h1, .member_social {
	background-color:                /* <--- insert color code here*/ ;
}
.btn-link, h2 {
color:                  /* <--- insert color code here*/ ;
}
.navigation li:hover {
	background-color:                   /* <--- insert color code here*/ ;
}


