/* Theme Name: Cubana - Multipurpose
   Author:Harry
   Author e-mail: harrynworld@gmail.com
   Version: 2.0.0
   Created:February 2015
   File Description:Main CSS file of the template
*/

/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Pre-loader
	4) Parallax
	5) Navigation
	6) Home
	7) Services
	8) Works / Portfolio
	9) About-us
	10) Fun-facts
	11) Twitter-tweets
	12) Clients / Testimonials
	13) Contact
	14) Footer
	15) Responsive
	16) Back-to-top
*/




/* 1 Reset
----------------------------------------------------------------------------- */

html,body {
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;

  font-weight: 400;
  color: #808080;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
  color: inherit;
}
a:hover,a:focus,a:active {
  text-decoration: none;
}
p {
  color: #808080;
}
img {
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
  font-family: 'Lato', sans-serif;
}
textarea {
  max-width: 100%;
}
.btn {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.btn:focus,.btn:active:focus {
  outline: none;
  color: #ffffff;
}
.btn-custom,.btn-custom-sm{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus,.btn-custom-sm:hover,.btn-custom-sm:focus{
  color: #fff;
  background-color: #6C6767;
  border-color: #6C6767;
}
.btn-custom-sm {
	padding: 0.5em 1em;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #bbb;
}
.progress-bar {
	height: 6px;
	box-shadow: none;
	margin: 1px;
	border-radius: 3px;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

/* 2 Help-classes
----------------------------------------------------------------------------- */
.no-padding {
	padding: 0px;
}
.color-l-orange {
	color: #ff8b8b;
}
.color-l-blue {
	color: #77afea;
}
.color-l-yellow {
	color: #f4d382;
}
.color-l-purple {
	color: #ad8ede;
}
.color-l-pink {
	color: #ff3e75;
}
.color-l-green {
	color: #77dfa2;
}
.bg-light-orange {
	background-color: #ff8b8b;
	color: #ffffff;
}
.bg-light-blue {
	background-color: #77afea;
	color: #ffffff;
}
.bg-light-yellow {
	background-color: #f4d382;
	color: #ffffff;
}
.bg-light-purple {
	background-color: #ad8ede;
	color: #ffffff;
}
.bg-light-pink {
	background-color: #ff3e75;
	color: #ffffff;
}
.bg-light-green {
	background-color: #77dfa2;
	color: #ffffff;
}
.title {
	font-family: 'Kameron', serif;
	font-weight: 700;
	text-transform: uppercase;
}
.titleHR {
	background: none repeat scroll 0 0 #e1e1e1;
	height: 3px;
	margin: 20px auto 0;
	position: relative;
	text-align: center;
	width: 130px;
	margin-bottom: 20px;
}
.titleHR span {
	border-left: 5px solid #f7f7f7;
	border-right: 5px solid #f7f7f7;
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0px;
	width: 50px;
}

/* 3 Pre-loader
----------------------------------------------------------------------------- */
.animationload {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:999999;
}
.loader {
    width:200px;
    height:200px;
    font-size: 24px;
    text-align: center;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../images/preloader.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}


/* 4 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/* 5 Navigation
----------------------------------------------------------------------------- */
.navbar-custom {
	background: transparent;
	margin-bottom: 0px;
	z-index: 1000;
	border: none;
	color: #333;
	position: fixed;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
}
.navbar-custom .navbar-brand,.navbar-custom .navbar-brand:hover {
	color: #ffffff;
	padding: 30px 15px;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Kameron', serif;
}
.small .navbar-brand,.small .navbar-brand:hover {
	color: #333;
}
.navbar-custom .nav {
	padding: 15px 0px;
}
.navbar-custom .navbar-nav>li>a {
	color: #e3e3e3;
    font-size: 14px;
    text-transform: uppercase;
}
.small .navbar-nav>li>a {
	color: #000;
}
nav.small {
   background-color: #fff;
   -moz-box-shadow: 0 3px 5px rgba(0,0,0,.1);
   -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
   box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}

/* 6 Home
----------------------------------------------------------------------------- */
.main-home {
	height: 100vh;
	padding: 60px 0;
	z-index: 1;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #fff;
	background: #000;
	min-height: 400px;
}
.home-page-photo {
	background-image: url(../images/bg-5.jpg);
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	opacity: 0.50;
	right: 0;
	bottom: 0;
	left: 0;
}

.home__header-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.home__header-content h1{
	font-family: 'Kameron', serif;
}
.home__header-content p{
	font-weight: 300;
	font-size: 16px;
	margin-top: 20px;
}
.home__header-content a.btn-default {
	margin-top: 15px;
}
/*--- Carousel --*/
#main-home-carousel .intro-title {
	font-family: 'Kameron', serif;
}
#main-home-carousel .intro-text {
	color: #cacaca;
	font-weight: 300;
	margin-bottom: 30px;
}

/* 7 Services
----------------------------------------------------------------------------- */
.services-item{
	padding: 40px 20px;
}
.services-item i{
	font-size: 48px;
	margin-bottom: 20px;
}
.services-item h5{
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
}

/* 8 Works / Portfolio
----------------------------------------------------------------------------- */
#works {
	background-color: #f7f7f7;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
#works h5.sub-title {
	color: #999;
	font-size: 15px;
	font-weight: 400;
}
.work-list {
	padding: 40px 0px;
}
.work-list li{
	width: 25%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	padding: 0 !important
}
.work-list li img{
	width: 100%;
}
.portf_wall_item figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.portf_wall_item figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.portf_wall_item figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.portf_wall_item figure figcaption::before,
.portf_wall_item figure figcaption::after {
	pointer-events: none;
}
.portf_wall_item figure figcaption,
.portf_wall_item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.portf_wall_item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.portf_wall_item figure p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.hover-effect {
	background: #162633;
	text-align: left;
}
figure.hover-effect img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.hover-effect figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
figure.hover-effect p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.hover-effect a {
	margin: 0 10px;
	font-size: 170%;
}
figure.hover-effect p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
figure.hover-effect:hover img {
	opacity: 0.4;
}
figure.hover-effect:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}
figure.hover-effect:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.hover-effect:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.30s;
	transition-delay: 0.30s;
}
figure.hover-effect:hover p a:first-child i {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

/* 9 About-us
----------------------------------------------------------------------------- */
#about-us .feature {
    margin: 40px 0px;
}
#about-us .feature h4{
	font-weight: 600;
}
.tpl-minimal-tabs {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	border: none;
	margin-top: 20px;
}
.tpl-minimal-tabs > li {
	padding: 0 30px;
	background: none !important;
}
.tpl-minimal-tabs li.active a, .tpl-minimal-tabs li.active a:hover {
	border: 1px solid #222 !important;
	background: none !important;
	color: #000;
	cursor: default;
}
.tpl-minimal-tabs > li > a {
	padding: 6px 20px 5px;
	text-decoration: none;
	color: #000;
	background: none;
	border: 1px solid transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.tpl-minimal-tabs-cont {
	margin-top: 30px;
}
.team-member {
	margin: 40px 0px 20px;
}
.team-member figure.gallery-style {
    margin-bottom: 0;
}
.team-member figure {
	margin-bottom: 17px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.team-member figure a {
    display: block;
}
.team-member figure.gallery-style img {
	position: relative;
	z-index: 10;
	max-width: 100%;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.team-member figure img {
	width: 100%;
	height: auto;
}
.social-icons i {
	color: #d7d7d7;
	font-size: 16px;
}
.team-member figure.gallery-style figcaption h5.team-member-name {
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.team-member figure.gallery-style figcaption h5 {
    text-align: center;
}
.team-member .team-member-name {
    margin: 0 0 5px 0;
}
.team-member .team-member-position {
	margin: 0 0 15px 0;
	color: #999999;
}
.team-member figure.gallery-style figcaption ul {
	text-align: center;
	float: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 -15px 15px;
}
.team-member figure.gallery-style figcaption {
	height: 100%;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.team-member figure figcaption {
    background: #f7f7f7;
}
.team-member figure figcaption {
	position: absolute;
	width: 100%;
	top: auto;
	border: 1px solid #e4e4e4;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.team-member figure.gallery-style:hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}
.team-member figure.gallery-style:hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* 10 Fun-facts
----------------------------------------------------------------------------- */
#fun-facts {
	background: url(../images/pattern1.png), url(../images/bg-1.jpg);
}
.fun-facts {
	overflow: hidden;
	color: #f2f2f2;
}
.facts{
	margin: 20px 0px;
}
.facts i{
	font-size: 48px;
}

/* 11 Twitter-tweets
----------------------------------------------------------------------------- */
#twitter_tweet {
	background: url(../images/pattern1.png), url(../images/bg-4.jpg);
}
.twitter_tweet h5{
    font-weight: 300;
    line-height: 20px;
    color: rgba(255,255,255,0.77);
}
.twitter_tweet i{
    font-size: 30px;
}

/* 12 Clients / Testimonials
----------------------------------------------------------------------------- */
#clients .titleHR {
	overflow: hidden;
    margin: 20px 0px!important;
}

.logo-items img {
    margin: 15px 30px;
}

#clients .divider {
	float: left;
	margin: -23px 25px 0 20px;
}
.client-feed{
	padding: 15px 0px;
	color: #717b82;
}
.client-feed h5{
	font-style: italic;
	color: #333;
	font-weight: 600;
}

/* 13 Contact
----------------------------------------------------------------------------- */
.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control{
	height: 120px;
}

/* 14 Footer
----------------------------------------------------------------------------- */
footer p{
	margin-bottom: 20px;
}
#footer {
	padding: 40px 0px 0px 0px;
	background-color: #f7f7f7;
    border-top: 1px solid #e4e4e4;
}
.footer-content {
	padding: 40px 0px 80px;
}
.footer-bottom {
	background-color: #000;
	color: #a1a1a1;
	padding: 20px 0px 1px;
}
.footer-socials {
	position: relative;
	margin: 47px 0px 20px 0px;
	text-align: center;
}
.footer-socials a{
	display: inline-block;
}
.footer-socials i {
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: transparent;
	border: 2px solid #E7EBEF;
	margin: 0px auto;
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: #282A2E;
}

/* 15 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.navbar-custom {
		background-color: #ffffff;
	}
	.navbar-custom .navbar-brand {
		color: #000;
		padding: 15px;
	}
	.work-list li {
		width: 100%;
		display: block;
	}
}

/* 16 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 0px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}




/*==================================
STYLE SWITHER - Demo purpose only
==================================*/

#style-switcher div h3 {
    color: #1D1D1D;
    font-size: 16px;
    margin: 8px 3px 12px;
}
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}
#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings i {
    margin-left: 8px;
    color: gray;
    font-size: 18px;
    position: absolute;
    margin-top: 9px;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
  padding:0;
  border-radius: 0px;
}
ul.pattern li {
    float: left;
    margin: 2px;
}
ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
}

ul.pattern .color1 {
  background-color: #00bc95;
}
ul.pattern .color2 {
  background-color: #d13a7a;
}
ul.pattern .color3 {
  background-color: #e24348;
}
ul.pattern .color4 {
  background-color: #1aace7;
}
ul.pattern .color5 {
  background-color: #6a5a8c;
}
ul.pattern .color6 {
  background-color: #F94c00;
}
ul.pattern .color7 {
  background-color: #1f7f5c;
}
ul.pattern .color8 {
  background-color: #336699;
}
ul.pattern .color9 {
  background-color: #Fbce43;
}
ul.pattern .color10 {
  background-color: #a06081;
}
ul.pattern .color11 {
  background-color: #737f97;
}
ul.pattern .color12 {
  background-color: #9932cc;
}

@media only screen and (max-width: 479px) {
#style-switcher {
    display: none;
}
}




.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }