body {
	background: #fff;
	font-family: 'lane_-_narrowregular', sans-serif;
	line-height: 30px;
}
@font-face {
	font-family: 'lane_-_narrowregular';
	src: url('https://cocalerofilm.com/theme/coca/fonts/LANENAR_-webfont.eot');
	src: url('https://cocalerofilm.com/theme/coca/fonts/LANENAR_-webfont.eot#iefix') format('embedded-opentype'), url('https://cocalerofilm.com/theme/coca/fonts/LANENAR_-webfont.woff') format('woff'), url('https://cocalerofilm.com/theme/coca/fonts/LANENAR_-webfont.ttf') format('truetype'), url('https://cocalerofilm.com/theme/coca/fonts/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1, p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
h2, h3 {
	font-weight: bold;
}
hr {
	border-color: #f2af00;
	opacity: 0.3;
}
img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s ease-in;
}
img:hover {
	cursor: pointer;
	opacity: 0.5;
}
/* navigation */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	background: #dc5034;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	line-height: 50px;
	height: 90px;
	margin: 0;
	padding: 20px 20px 40px 20px;
}
.navbar-default .navbar-brand:hover {
	background: #f2af00;
}
.navbar-default .navbar-nav > li > a {
	display: block;
	position: relative;
	color: #202020;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 60px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li:hover > a {
	color: #f2af00;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f2af00;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #dc5034;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent
}
/* home section */
#home {
	display: block;
	position: relative;
	width: 100%;
	height: 650px;
	background: url(/theme/coca/images/banner_bg.jpg) no-repeat center top 0px;
	background-size: cover;
	line-height: 1;
}
#home h1 {
	color: #f2af00;
	font-weight: 300;
	padding-bottom: 10px;
}
#home h2 {
	line-height: 10px;
}

.btn-box {
	display: block;
	position: relative;
	text-align: center;
}

#home .btn, .btn-box .btn {
	background: transparent;
	border: 2px solid #303030;
	border-radius: 0;
	color: #303030;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	padding-top: 14px;
	width: 200px;
	height: 50px;
	margin-top: 20px;
    transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#home .btn:hover, .btn-box .btn:hover {
	background: #dc5034;
	border-color: transparent;
	color: #fff;
}
/* service section */
#service {
	padding-top: 100px;
	padding-bottom: 80px;
}
#service h2 {
	border-left: 2px solid #f2af00;
	display: inline-block;
	padding: 20px;
}
#service .fa {
	border-top: 4px solid #f2af00;
	border-bottom: 4px solid #dc5034;
	border-radius: 50%;
	font-size: 26px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	vertical-align: middle;
	margin-top: 60px;
	margin-bottom: 10px;
}
/* about section */
#about {
	padding-top: 60px;
	padding-bottom: 80px;
}
#about h2 {
	border-right: 2px solid #f2af00;
	display: inline-block;
	padding: 10px 20px 10px 10px;
}
#about .col-md-12 {
	text-align: center;
	padding-bottom: 60px;
}
#about img {
	border: 2px solid #202020;
	padding: 10px;
}
#about h4 {
	padding-bottom: 10px;
}
/* team section */
#team {
	padding-top: 100px;
	padding-bottom: 100px;
}
#team h2 {
	border-left: 2px solid #f2af00;
	display: inline-block;
	padding: 10px 10px 10px 20px;
}
#team .col-md-12 {
	text-align: center;
	padding-bottom: 60px;
}
#team img {
	border: 2px solid #202020;
	padding: 20px;
}
/* portfolio section */
#portfolio {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}
#portfolio h2 {
	border-right: 2px solid #f2af00;
	display: inline-block;
	padding: 10px 20px 10px 10px;
}
/* FILTER CSS */
.filter-wrapper {
	width: 100%;
	margin: 0 0 24px 0;
	overflow: hidden;
	text-align: center;
}
.filter-wrapper li {
	display: inline-block;
	margin: 4px;
}
.filter-wrapper li a {
	color: #999999;
	font-size: 16px;
	font-family: 'lane_-_narrowregular', sans-serif;
	font-weight: bold;
	padding: 8px 17px;
	display: block;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a.selected, .filter-wrapper li a:focus, .filter-wrapper li a:hover {
	background: #f2af00;
	border-color: transparent;
	color: #ffffff;
}
/* ISOTOPE BOX CSS */
.iso-box-section {
	width: 100%;
}
.iso-box-wrapper {
	width: 100%;
	padding: 0;
	clear: both;
	position: relative;
}
.iso-box {
	position: relative;
	min-height: 50px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.iso-box > a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
    padding: 0px 15px;
   transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.iso-box > a:hover {
	background: rgba(0, 0, 0, 0.07);
}

.fluid-img {
	width: 100%;
	display: block;
}
/* pricing section */
#content {
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}
#content h2 {
	border-left: 2px solid #f2af00;
	display: inline-block;
	padding: 10px 10px 10px 20px;
}
#content .content {
	border: 2px solid #202020;
	padding: 20px 20px 40px 20px;
	margin-top: 60px;
}
#content .content .content-title {
	border-bottom: 2px solid #202020;
	padding: 20px 10px;
	margin-bottom: 20px;
}
#content .content .content-title ul {padding-left: 20px; list-style: square!important;}
#content .content small, #content .content ul li {
	font-family: 'Raleway', sans-serif;
}
#content .content ul, #content .content p {
	padding: 0;
	text-align: left;
	list-style: none;
}

#content .content ul li {
	position: relative;
}

#content .content ul li a {
	display: block;
	position: relative;
	padding: 5px 0;
    transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#content .content ul li a:hover {
	background: rgba(0, 0, 0, 0.05);
	box-shadow: 10px 0px 0px 0px rgba(0, 0, 0, 0.05), -10px 0px 0px 0px rgba(0, 0, 0, 0.05); 
}	

#content .content ul .fa {
	margin-right: 5px;
}

#content .content .btn {
	background: transparent;
	border: 2px solid #202020;
	border-radius: 0;
	color: #202020;
	width: 140px;
	height: 50px;
	font-size: 18px;
    font-weight: 600;
    transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#content .content .btn:hover {
	background: #f2af00;
	border-color: transparent;
	color: white;
}
/* contact section */
#contact {
	padding-top: 100px;
	padding-bottom: 60px;
	text-align: center;
}
#contact h2 {
	border-right: 2px solid #f2af00;
	display: inline-block;
	padding: 10px 20px 10px 10px;
	margin-bottom: 60px;
}
#contact .form-control {
	border: 2px solid #202020;
	border-radius: 0;
	box-shadow: none;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px;
}
#contact .form-control:focus {
	opacity: 0.8;
	position: relative;
	bottom: 10px;
}
#contact input {
	height: 50px;
}
#contact input[type="submit"] {
	background: #202020;
	color: #ffffff;
	height: 54px;
}
#contact input[type="submit"]:hover {
	background: #f2af00;
	border-color: transparent;
}
#contact p {
	padding-top: 10px;
}
.form-control::-moz-placeholder {
	color: #202020;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #202020;
}
.form-control::-webkit-input-placeholder {
	color: #202020;
}
/* footer section */
footer {
	padding-top: 60px;
	padding-bottom: 60px;
}
footer h2 {
	border-bottom: 2px solid #202020;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
footer p {
	line-height: 20px;
}
footer span {
	font-weight: bold;
	padding-left: 20px;
}
.social-icons {
	padding: 0;
	margin: 0;
}
.social-icons li {
	display: inline-block;
	list-style: none;
}
.social-icons li a {
	background: #202020;
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
   transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.social-icons li a:hover {
	background: #f2af00;
}
/* copyright section */
.copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
/* scrolltop section */
.go-top {
	background-color: #f2af00;
	font-size: 26px;
	bottom: 2em;
	right: 2em;
	color: #FFF;
	display: none;
	position: fixed;
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	opacity: 0.5;
    transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.go-top:hover {
	color: #ffffff;
	opacity: 1;
}

/* media 960 */
@media only screen and ( max-width: 980px ) {
.navbar-default .navbar-nav li a {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 60px;
}
}

/* media 360 */
@media only screen and ( max-width: 360px ) {
#team h4 {
	padding-bottom: 30px;
}
}

a button {
	display: block;
	position: relative;
}

a:focus, a:hover {
    color: #F2AF00;
    text-decoration: none;
}

.banner-content {
	display: block;
    position: relative;
    top: 330px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.45);
}

.banner-content h1 {
	text-shadow: 1px 1px 0px #303030, -1px -1px 0px #303030, 1px -1px 0px #303030, -1px 1px 0px #303030;
}

.navbar-header {
    display: block;
    position: relative;
    z-index: 20000;
} 

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #FFFFFF;
}

.navbar-default .navbar-brand {
   transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#service a, #service a:hover {
	display: block;
	position: relative;
	color: #333;
	padding: 0 25px 25px 25px;
   transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#service a:hover {
	background: rgba(0, 0, 0, 0.05);
}

#service .fa {
   transition: all .3s ease-in-out;	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#service a:hover .fa {
    border-bottom: 4px solid #f2af00;
    border-top: 4px solid #dc5034;
	color: #DC5034;
}

.page {
	display: none;
}

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

ul.list-st li a {
	display: block;
    position: relative;
	padding: 5px 0px;
	color: #dc5034 ;
	text-decoration: none;
	font-weight: 600;
}	

ul.list-st li a:hover {
	color: #96301b;
	text-decoration: none;
}	

ul.list-st .fa {
	margin-right: 10px;
}	

.ta-center {
	text-align: center;
}

.ta-left {
	text-align: left;
}

.empty {
	display: block;
    position: relative;
	height: 50px;
}
/***************** nivo-lightbox *****************/

.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.8); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(/theme/coca/css/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: calc(50% - 30px);
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    text-indent: -9999px;
    opacity: 0.5;
    display: block!important;
    position: absolute;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	border-radius: 0 3px 3px 0;
	left: 1%;
}

a.nivo-lightbox-prev:after {
	content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: relative;
    color: white;
    font-size: 60px;
    text-indent: initial;
    top: -60px;
}

a.nivo-lightbox-next:after {
	content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: relative;
    color: white;
    font-size: 60px;
    text-indent: initial;
    top: -60px;
}	


	
.nivo-lightbox-theme-default .nivo-lightbox-next { 
    border-radius: 3px 0 0 3px;
    right: 1%;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:after {
	content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: relative;
    color: white;
    font-size: 45px;
    text-indent: initial;
    top: -45px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(/theme/coca/css/loading2x.gif); 
		-webkit-background-size: 32px 32px; 
		        background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(/theme/coca/css/prev2x.png); 
		-webkit-background-size: 48px 48px; 
		        background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(/theme/coca/css/next2x.png); 
		-webkit-background-size: 48px 48px; 
		        background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(/theme/coca/css/close2x.png); 
		-webkit-background-size: 16px 16px; 
		        background-size: 16px 16px;
	}
	
}
/*