/*
  Theme Name: Oxygen
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Onepage Site Template
  Version: 1.0
*/

/*************************
*******Typography******
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  /*background-image: url(../images/slider/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;*/
}

h1, h2, h3, h4, h5, h6 {
  /*color: #333;*/
  /*MB*/
  color:#E80980;
}

h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight:600;
  text-transform:uppercase;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}


.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 90px 0;
}

.heading {
  padding:50px 0px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;

}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  /*color: #fff;*/
  /*MB*/
  color:#E80980;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right > li  a:hover,.navbar-right > li  a:focus
{
	/* MB*/
color:#932468;
font-weight:bold;
background-color: rgba(0,0,0,.2);
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}
.navbar-brand
{
	padding:0px;
}
.img-responsive
{
	max-width:64%;
	padding:15px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: rgba(0,0,0,.2);
    border-color: #000;
}

.dropdown-menu {
	/*background-color: rgba(0,0,0,.2);*/
	padding:0px;
	background-color:#EEE;
}
.dropdown-menu>li>a
{
	padding:10px 30px 10px 30px!important;
}


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus
{
/*	color:#f5c605;*/
/* MB*/
color:#932468;
}


.service-info
{
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
}

.service-info img
{
	width:100%;
}

.service-info h3
{
	position: absolute;
	bottom:0px;
	width:100%;	
	background-color:rgba(0,0,0,.7);
	color:white;
	margin:0px;
	line-height:60px;
	text-transform:uppercase;
	font-weight:600;
}
#banner
{
	padding: 100px 0px;
	background:url(../images/slider/bg.jpg);
	background-position: center;
	background-attachment: fixed;
}
.headingsetup
{
	padding-bottom:0px !important;
	text-transform:uppercase;
}

.thoughtBig
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:60px;
	color:white;
}

.our-portfolio img
{
	width:100%;
}

.our-portfolio .col-sm-8,
.our-portfolio .col-sm-12
{
	margin:0px;
	padding:0px 15px 24px 15px;
}

.our-portfolio .col-sm-4
{
	padding:0px;
	margin:0px;	
}
/*************************
********Twitter CSS*******
**************************/
#twitter {
  margin-bottom:90px;
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: rgb(51,51,51);
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: rgb(51,51,51);
}
#twitter-carousel .item p {
  color: rgb(51,51,51);
  font-size:18px;
  line-height:32px;
}
.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: rgb(51,51,51);
  font-size:36px;
  text-transform:uppercase;
  font-weight:600;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: rgb(51,51,51);
  border: 1px solid rgb(51,51,51);
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 999;
}

.twitter-left-control {
  left: 25%;
} 

.twitter-right-control {
  right: 25%;
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}

/* About */
#aboutbanner
{
	margin:50px 0px;
}
#aboutbanner h2
{
	font-size: 34px;
}
#aboutbanner p
{
	font-size: 16px;
	text-transform:none;
}
.aboutinfo
{
	margin:50px 0px;
}
.aboutimage img
{
	width:100%;
}
/* Photography*/
.photographyimage img{
    width: 95%;
    border: 8px solid white;
    -webkit-box-shadow: 1px 1px 5px rgba(51,51,51,.66), -1px -1px 5px rgba(51,51,51,.40);
    box-shadow: 1px 1px 5px rgba(51,51,51,.66), -1px -1px 5px rgba(51,51,51,.40);
	
}
.photographymargin
{
	padding:40px 0px;
	border-bottom: 1px solid rgba(51,51,51,.2);
}
.photographyinfo h2
{
	margin-top:40px !important;
}
.photographyinfo p
{
	text-transform:none;
	margin-bottom:50px;
}
.photographyinfo a
{
	margin-top:20px;
	background:rgb(51,51,51);
	color:#ccc;
	text-transform:uppercase;
	padding: 10px 20px;
    border-radius: 3px;
	display: block;
	text-align:center;
	width:34%;
}
.photographyinfo a:hover
{
	color:white;
	font-weight:600;
}	
#footer {
  color:#fff;
  background-color:white;
}

.footer-top {
  position: relative;
  padding:30px 0
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}
.footer-logo img {
  margin: 0px auto;
  /*max-width:80%;*/
  max-width:100%; /*MB*/
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 40px; /*MB*/
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope{
  background-color: #458eff;
}
#footer .social-icons ul li a.facebook {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.pinterest {
  background-color: #bd081c;
}
#footer .social-icons ul li a.google {
  background-color: #dd4b39;
}
#footer .social-icons ul li a.instagram {
  background-color: #fb3958;
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #458eff;
}
#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.pinterest:hover {
  background-color: #bd081c;
}
#footer .social-icons ul li a.google:hover {
  background-color:  #dd4b39;
}
#footer .social-icons ul li a.instagram:hover {
  background-color: #fb3958;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li,.aboutc ul  li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  /*height: 50px;
  width: 50px;*/
  height:40px;
  width:40px;
  /*MB*/
  
  /*MB*/
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 1;
}

.aboutc ul
{
	 list-style: none;
  padding: 0;
  margin: 0;
}

.aboutc ul li a
{
	font-size: 20px;
}
.aboutc ul li a.envelope{
	color: #458eff;
}
.aboutc ul li a.facebook{
	color:#3b5999;
}
.aboutc ul li a.twitter {
  color: #2ac6f7;
}
.aboutc ul li a.pinterest {
  color: #bd081c;
}
.aboutc ul li a.google {
  color: #dd4b39;
}
.aboutc ul li a.instagram{
  color: #fb3958;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.dropdown-menu>li>a>i
{
	color:white;
	font-size:24px;
	padding:10px;
	border-radius:50%;
	margin-right:20px;
}
.dropdown-menu>li>a>img
{
	/*background:#d21e1d;*/
	border-radius:50%;
	border:2px solid white;
	width:60px;
	height:60px;
	margin-right:20px;
}

.yellowcamera
{
	background:#f5c605;
}
.greencamera
{
	background:#b8d900;
}
.pinkcamera
{
	background:#dc1e72;
}
.bluecamera
{
	background:#057fbc;
}
.gallerydisplay img
{
	float:left;
	width:30%;
	padding:7px;
	
	-webkit-column-count:3;
	-webkit-column-rule:2px solid black;
}
.galleryTitle
{
	padding-top:50px;
	
}
.contact-area
{
	margin-top:50px;
}
.contact-area, .contact-area h4
{
	line-height:40px;
	
}
.contact-area span
{
	font-size:16px;
}
.contact-area p
{
	font-size:20px;
	font-weight:600;
	margin-top:50px;
}
.contact-area i
{
	font-size:20px;
	color:rgb(51,51,51);
	line-height:40px;
	width:40px;
	height:40px;
}
.contact-form-div
{
	width:100%;
	margin:0 auto;
	background:url(../images/about/contact-bg.jpg);
	margin-top:50px;
	padding:10%;
}
.contact-form-div h2
{
	color:white;
}
.contact-form-div button
{
	background: rgb(0,0,0);
    color: #ccc;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 20%;
	border:none;
	margin:40px auto 20px auto;
	border:1px solid white;
}

textarea.form-control {
	height:150px;
}
#sawrapper
{
	max-width: 70%;/* 960 px */
	margin: 0 auto;
	padding-bottom:80px;
	padding-top:50px;
	clear:both;
}
#salist
{
	width: 100%;
	overflow: hidden;
	margin-left: -1.562%; /* 15px */
	margin-bottom: -1.875em; /* 30px */
}

.saitem
{
	width: 30.45%; /* 300px */
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .5 );
	float: left;
	margin: 0 1.25% 1.875em; /* 15px 30px */ 
}

.saitem img
{
	width:100%;
}

.form-control
{
height:50px;
}

.text-success
{
background:#000;
color:white;
padding:20px;
}

.form-control:focus{
    border-color: #932468;
    -webkit-box-shadow: #932468;
    box-shadow: #932468;
}

.btn-primary{
	color:white;
	background-color: #E80980;
	border-radius:3px;
	line-height:30px;
}

.btn-primary:hover{
	color:white;
	background-color: #E80980;
}

@media (min-width: 979px) {
ul.nav li.dropdown:hover
{
	background-color: rgba(0,0,0,.2);
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;   
	
}
}

.aboutc p
{
	font-size:16px;
	padding-bottom:15px;
}

.aboutc span
{
	font-size:16px;
	padding-bottom:15px;
	color:#E80980;
}

@media (min-width: 768px) {

.videoc
{
	width:560px;
	height:315px;
}
}