
/* =================================== */
/*	Basic Style 
/* =================================== */

body {  
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 21px;
  font-size: 14px;
  color: #2f2f2f;  
  background-color: rgba(196, 174, 173, .5);
    overflow-x: hidden; 
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   /* -webkit-text-size-adjust: 100%;*/
}

body > footer {
	padding: 40px 0px 30px 0px;
}
.section-padding{
    padding: 70px 0px;
}
.section-padding-work{
    padding-top: 60px;
    padding-bottom: 0px;
}
ol, ul {
    margin: 0;
    padding-top: 4px;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #2f2f2f;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

.modal a {
    color: #666;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.modal-body h4 {font-weight: 400; font-size: 18px; }
.modal-body p {font-size: 12px; letter-spacing: 0px; line-height: 18px;}

iframe {
    border: 0;
}

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

a:focus {
    color: #80A534;
}
a:hover {
	color: #dc143c; 
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	  font-family: Lato, Helvetica, Arial, sans-serif;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #3a2611;
    font-weight: 300; 
}
.owl-theme .owl-controls .owl-page.active{
    background-color: #c67e1d;
}
.owl-theme .owl-controls .owl-page.active{
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}
/* ==========================================================================
Partners Now
========================================================================== */
#partners {
  background-color: rgba(255,255,255,1);
	padding: 80px 0px;
}
.partners {
	/*!background-color: #252320;*/
}

.partners img {
	max-width: 100%;
	padding: 0 15px;
}
.page-header {
	margin: 0 0 60px 0;
	padding: 0;
	border: none;
}
.page-header h1 {
  text-transform: none;
  margin-bottom: 20px;
  color: #24374b;
  font-weight: 400;
  line-height: 40px;
  fon-size: 37px;
}
.page-header p {
    margin-bottom: 25px;
    color: #778899;
}
p.subtitle {
	letter-spacing: 4px;
	margin-top: 10px;
}

.colored-text{
    color:#eb3c26;
}

.candiman{
  font-family: 'Condiment', cursive;
  display: inline-block;
  text-transform: lowercase;
  margin-right: 5px;
}
.kaushan{
  font-family: 'Kaushan Script', cursive;
  display: inline-block;
  /*! text-transform: lowercase; */
  margin-right: 5px;
}
.brand{
  font-family: 'Uncial Antiqua', cursive;
  display: inline-block;
  text-transform: lowercase;
  /*! margin-right: 5px; */
  color: #dc143c;
}
.section-title{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.section-title h1{
    /* text-transform: uppercase; */
    font-weight: 300;
    margin: 0px;
    font-size: 42px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

/*.sec-title h2 {
  font: normal 42px WorldwideHeadline Bold;
  color: #960f0f;  
  font-weight: 500;
  text-transform: uppercase;*/
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	margin: 0 14px 0 14px;
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px; 
}

.devider i {
  color:#2f2f2f;
}

.devider:before,
.devider:after {
  content: "_______________";
  color: #2f2f2f;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb30 {
	margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.loder-box {
  background-color: rgba(0, 0, 0, 0.00);
  border-radius: 2px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery{
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
  background-color: #dc143c;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 4px;
}
@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}



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

#navigation {

  border: 0 none;
  margin: 0;
  background-color:#2f2f2f;   
  box-shadow: 0px 1px 2px rgba(0,0,0,0.302);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.302);
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

h1.navbar-brand {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0px;    
    letter-spacing: 0px;
    border-radius: 0 0 4px 4px;    
}
.navbar-brand img {margin-top: 10px;}

.navbar-brand { 
  /*! padding: 28px; */ 
  /*! background-color: #ffffff; */
}

.navbar-nav li a {
	font-size: 16px; 
}
.navbar-default .navbar-nav > li > a {
  /*! color: rgba(196, 174, 173, 1); */ 
  font-weight: 500;  
}
.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
 	background-color: #dc143c;	
	color: #eee;    
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: -47px;
	  text-align: center;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    margin: 2px;
    padding: 0px 18px;
  
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: rgba(6,32,51,.8);
    color: #ffffff;
}
.navbar-toggle {
  position: relative;
  float: right;  
  margin-bottom: 3px;
  background-color: #dc143c;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover; 
}

.carousel-caption {
  top: 38%;
}
/*.carousel {
       height: 100%;
       width : 100%;
}*/

.carousel-caption h2 {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #dc143c;
}

.carousel-caption h2 span {
  font-weight: 500; 
}

.carousel-caption h3 {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 16px;
  color: #c4aead;
  text-shadow: inherit 1px 1px 1px 0px;
}

.carousel-caption p {  
  font-size: 20px;
  font-weight: 300;
  color: #c4aead;
  text-shadow: inherit 1px 1px 1px 0px; 
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #dc143c;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 10px;
  width: 10px;
}

.carousel-indicators .active {
  height: 10px;
  width: 10px;
}

.home-overlay {
  background: rgba(0, 0, 0,0.45) url("../img/grid.png") repeat; 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";  
}

/* ==========================================================================
Intro Section
========================================================================== */
#intro {
    /*! background-color: rgba(176,115,52,.65); */
    padding-top: 20px;
    padding-bottom: 60px;
    /*! color: #3a2611; */
    text-align: center;
}
#intro img.intro-logo {
    margin: 0 auto;
    margin-bottom: 30px;
}

/* ==========================================================================
Intro
========================================================================== */
.intro span.icon {
  font-size: 40px;
  color: #FF5274;
  font-weight: bold; }

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px; }

.intro-content {
  display: inline-block;
  width: 80%; }
section.features-extra, section.sign-up {
  background: #f4f7f9; padding: 70px 70px;}
section.intro-video {background-color: #f4f7f9;}

/* ==========================================================================
intro-video
========================================================================== 
section.intro-video i {
    margin-right: 10px;	
    color: #323a45;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
section.intro-video h1 {
    font-weight: 400;
    font-size: 20px;
}

section.intro-video {
    padding: 60px 0;
    background-color: #f4f7f9;
}
section.intro-video a {
    color: #323a45
}
section.intro-video a:hover, section.video a:focus {
    color: #73d0da;
    text-decoration: none;
}
section.intro-video a:hover i, section.intro-video a:focus i {
    color: #73d0da
}
section.intro-video p {} */

/* ==========================================================================
Service Section
========================================================================== */
#montage { 
  /*! background-color: rgba(0,0,0,0.05); */}
#services { 
  /*! padding: 30px 0; */
  background-color: rgba(245, 203, 77, .65);}
.section-header {
    padding: 40px 0;
    text-align: center;
 
}
.section-header h1 { text-transform: uppercase; font-weight: 400;
  font-size: 300%;  margin-bottom: 20px; color: #24374b; }
.section-header h4 { letter-spacing: 1px }
.fancy {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 0px solid #f1f1f1;
    top: 15px;
    width: 400px;
}
.fancy span:before {
    right: 100%;
    margin-right: 10px;
}
.fancy span:after {
    left: 100%;
    margin-left: 10px;
}
/* service lists */
.service { margin-bottom: 20px }
.service .media-right i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #dc143c;
    color: #c4aead; 
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.service .media-left i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #dc143c;
    color: #c4aead;
    padding: 25px 0;
    border-radius: 50px;
    border-top-right-radius: 0;
    margin: 0 10px;
    margin-left: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.process:hover i.fa,
.service:hover i.fa { background-color: #000; }
h1 {
  /*  margin: 10px 0 5px 0;
    padding: 0;
    color: #960f0f;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    font-size: 300%;
    line-height: 26px;

    text-transform: uppercase;*/
    font-weight: 300;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 0px;
    /*! letter-spacing: 1px; */
}

/* ------------------------------------	*/
/*  		 4. Features page			*/
/* -----------------------------------	*/


#features{
/*! background: url(../img/grid.png) repeat fixed center top; */ 
/*! background-color: #f4f7f9; */
    /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        /*! background-size:cover; */
}
.features-bg{
background: rgba(245, 128, 45,1);
opacity:.6;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.features-item{
/*! color:#fff; */
font-size:13px;
line-height:22px;
margin-bottom:25px;
margin-top:25px;
padding-left:50px;
position:relative;
}
.features-item i{
font-size:30px;
left:0;
position:absolute;
top:-5px;
}
.features-item h2{
font-size:32px;
font-weight:300;
margin:0 0 15px;
}
.features-item p{/*! color: #fff; */
}

/*.features {
	background-color: #f4f7f9;
}*/
.features-list {
    padding: 130px 0
}
.features-list h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #24374b;
    font-size: 20px;
}
.features-list p {
    margin-bottom: 20px;
    color: #778899;
}
.feature-content {
    display: inline-block;
    margin-left: 0;
    width: 80%;
}
.feature-icon {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    border: solid 2px #AC4A3F;/*4e9ba3;*/
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;    
    border-radius: 50px 0px 50px 50px 
}
.feature-icon i {
    color: #AC4A3F;/*4e9ba3;*/
}

/* Media * /
.process:hover i.fa,
.service:hover i.fa { background-color: #333333 }
.medie-body h1 {
    margin: 10px 0 5px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    
   /* line-height: 26px;*/
}
p.media-body {
    margin-bottom: 25px;
    color: #778899;
}

h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
}
/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
    margin: 40px 0 0;
    padding: 0;
    border: none;
}
blockquote p {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70%;
    vertical-align: top;
    font-style: italic;
}
blockquote .avatar {
    display: inline-block;
    margin-right: 20px;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}
blockquote .logo-quote {
    display: inline-block;
    margin: 0 0 0 90px;
}
/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.flickity-page-dots .dot.is-selected {
    background: white;
}


/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../img/showcase-bg-fixed-01.jpg') no-repeat center center fixed;
    background-size: cover;
}
.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.showcase p {
    margin-bottom: 25px;
    color: #fff;
}
.device {
    position: absolute;
    top: -60px;
    left: 20%;
    min-height: 676px;
    width: 359px;
    background: url('../img/iphone-skeleton.png') no-repeat center center;
}
.device-content {
    position: absolute;
    top: 115px;
    left: 56px;
    width: 247px;
    height: 445px;
    background: rgba(0, 0, 0, 0.3);
}
.device-content img {
    width: 247px;
    height: 445px;
}
.showcase-wrap {
    position: relative;
    padding: 100px 0;
    min-height: 600px;
}
.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase-slider .flickity-page-dots {
    bottom: 20px;
}


/*=========================================
	Skills
==========================================*/

.skills {
  background-color: #f4f7f9;
}

.features {
	/*! background-color: #F4F7F9; */
}
/*.owl-carousel img {        
     border: 1px dashed #999;
     padding: 4px; 
     border-radius: 4px;    
}*/

.owl-controls {
  /*! bottom: -45px; */
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #dc143c;
  border-radius: 50%;
  color: #dc143c;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}
.service-desc p {
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  /*  text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;*/
}




/*=========================================
	Our gallery
==========================================*/
#works { /*! background-color:#F4F7F9; */}
.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
  /*  font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    color:#444444;
    line-height: 24px;*/
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #dc143c;
-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;-webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.overlay {
	background-color: rgba(220,20,60,.4);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.work-item .overlay a {
  border: 1px solid #3a2611;
  border-radius: 50%;
  display: inline-block;
  margin-top: 28%;
  padding: 6px 12px;
  color: #3a2611;
}

.work-item .overlay a:hover {
  color: #eb3c26; 
}

.work-item .overlay h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 18px;
  line-height: 24px;
  color: white;
}

/* ==========================================================================
Process Section
========================================================================== */
.process i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #d17d5b;
    color: #ffffff;
    padding: 25px 0;
    border: 4px solid #ffffff;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 92px;
    height: 90px;
    transition: background-color 0.5s;
}
#process .bg-gray { position: relative }
.bg-gray .vline {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 3px solid #ffffff;
    left: 20%;
}
#process { 
	padding: 45px 0px 0px 0px; 
  /*! background-color: #F4F7F9; */  
}
#process p {}

/* ==========================================================================
Download Now
========================================================================== */
.download {
    background: url(../img/parallax/1.2.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;    	  
	  position: relative;
    padding: 0;
}
.download h1 {
    margin: 0 0 15px 0;
    color: #fff; 
    font-weight: 300;
    font-size: 42px;        
}
.download .download-btn {
    margin-top: 25px;
}
.download-btn {
    display: inline-block;
    margin-top: 18px;
    padding:8px 12px;
    border-radius: 3px;
    background-color: #eb3c26;
    border: 1px solid transparent;    
    color: #fff;
    font-size: 16px;  
    line-height: 1.42857143;
    
}
.download-btn:hover, .download-btn:focus {
    border-color: #3a2611;
    color: #fff;
    text-decoration: none;
    background-color: #3a2611;
}
.download-btn-clear {
    display: inline-block;
    margin-top: 15px;
    padding: 20px 60px;       
}

/*-----------------------------------------*/
/* Start Team Section
/*-----------------------------------------*/

.team-member-section {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f4f5cb;
}

#team-section  .our-team {
    padding-top: 20px;
}

#team-section .team-member img{
    width: 99%;
    height: auto;
    text-align: center;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.team-member .team-details {
    position: absolute;
    top: 0;
    width: 99%;
    height: 100%;
    color: #fff;
    padding: 0 2px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-details {
    opacity: 1;
    -webkit-animation: bounceIn;
    animation: bounceIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;  
}

.team-member .team-details h4 {
    /*! padding-top: 30%; */
    /*! font-size: 22px; */ 
  
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
  padding-top:  40%;       
}
.team-member .team-details:hover h4 {
  color: #fff;
}
.team-member .team-details p { 	
	font-size: 16px;
	line-height: 1.6;
    font-weight: 500;
	margin: 15px 0;
	color: #ffffff;
}

.team-member .team-details li {
    display: inline-block;
    padding-top: 20px;
}

.team-member .team-details li a {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #777;
    font-size: 16px;
}

.team-member .team-details li:hover a {
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
}

.owl-controls {
    margin-top: 35px !important;
}


/* alte styles */

.member-thumb { margin-top: 10px;
  width: 260px;
  position: relative;
}

.member-thumb .overlay h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; 
  
}

.member-thumb .overlay {
	padding: 46px 30px;	
	border-radius: 99%;
}
.member-thumb .overlay p {
	font-size: 16px; 
    color: #fff;	
    font-weight: 400;
	line-height: 24px;
	border-radius: 99%;
}

/*.team-member h4 {
  color: #062033;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
  padding-top:  30%;
}*/

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #a59c7b;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #ada074;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

/* services, about section */
#about {
  background-color:rgba(164, 153, 138,.4);
}
#svc .container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#svc {
  background-color: rgba(164, 153, 138, .4); 
}
#svc .col-md-6 {
    padding: 0;
}
#svc .svc-des {
    padding: 65px;
}
#svc .svc-des h3 {
    /*!font-size: 26px;*/
}
#svc .svc-des h4 {
    /*!font-size: 20px;*/
}
#svc .svc-des p {
    /*! font-size: 16px; */
    /*! line-height: 32px; */
}
#svc2 .container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#svc2 {
  background-color:rgba(196, 174, 173, .5);
}
#svc2 .col-md-6 {
    padding: 0;
}
#svc2 .svc-des {
    padding: 25px;
}

.about-section{
   background: url('../img/parallax/bg3.jpg') no-repeat;
   background-size: cover;
}
.about-inner{
    padding: 80px 20px;
    background-color: rgba(0,0,0,0.8);
}
.about-inner p{
    color:#eee;
}
.about-inner h1 {
  color:#fff;
}
.about-inner h2{
    color:#fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-weight: 300;
    font-size: 30px;
}

/*=========================================
	Some fun facts
==========================================*/

#facts, #times {
	background-image: url("../img/parallax/1156.jpg"); 
	/*! background-color: rgba(228, 155, 1, 1); */
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;  
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.facts .open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #c67e1d;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.facts .open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #c67e1d;
}

.facts .opening-hours {
	margin-top: 0px;
}
.facts h4 {
/*	color: white;*/
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}


/*=========================================
	Contact Us
==========================================*/

#contact {
	background-image: url("../img/parallax/1.2.jpg");	
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}

.contact {
	padding-bottom: 0;
}

/*.contact h1 { color: #fff;}*/

.contact-address h3 {
  color: #818181;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #818181;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%; 
}
.map_responsive{
    overflow:hidden;
    /*padding-bottom:56.25%;*/
    position:relative;
    height:0;
}
.map_responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color: #dc143c;
  border-top: none;
  color: #2f2f2f;  
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #2f2f2f;
  margin-top: 0px;
}
.copyright a {
  color: #2f2f2f;  
  font-weight: 500;
}
.copyright a:hover {
  color: #000000;
  margin-top: 0px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

/*************** Testimonials-Fisher ***************/

.owl-controls {
    margin-top: 35px !important;
}

.testimonial-section {
    background: url(../img/parallax/bg_code.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    /*! color: #fff; */
	text-align: center;
	position: relative;
}

.testimonials .testimonial-content img {
    width: 150px;
    height: auto;
    margin-bottom: 40px;
}



.testimonials .testimonial-content p {
	font-size: 20px;
	line-height: 30px;
	//font-style: italic;
	font-weight: 400;
    margin-bottom: 40px;
	color: #fff;
}

.testimonials .testimonial-content {
	position: relative;
}

.testimonials .testimonial-author {
	margin-bottom: 40px;
}

.testimonials .testimonial-author .author {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 18px;
    padding-bottom: 5px;
}
.testimonials .testimonial-author .designation {
    color: #d3d3d3;
}

.touch-slider .owl-controls.clickable .owl-buttons div:hover {
	//background-color: #00afd1;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
	//background-color: #00afd1;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div{
    background: none;
    font-size: 40px;
    display: none;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-next {
    position: absolute;
    right: 0;        
    z-index: 1000;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
}
.testimonials .testimonial-content img {
    border: 3px solid #eb3c26;
}
.testimonials .testimonial-author .author {
    color: #eb3c26;
}
.testimonials-carousel .owl-controls.clickable .owl-buttons div{
	color: #eb3c26;
}
.owl-theme .owl-controls .owl-page.active{
    background-color: #eb3c26;
}
.owl-theme .owl-controls .owl-page.active{
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}


/* Header Page */
@media print {
  .container {
    width: auto;
  }
}