/********************************************************
    Template Name: neuron-finance
    Created By: TrendyTheme
    Envato Profile: https://themeforest.net/user/trendytheme
    Website: http://trendytheme.net
    Version: 1.0
    Support: http://trendytheme.net/support
*********************************************************/



/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Typography
    3.0 - Global Style
    4.0 - Header section 
    5.0 - Slider area
    6.0 - Block area
    7.0 - Intro section
    8.0 - Services area
    9.0 - Client logo
    10.0 - Accordian section
    11.0 - Portfolio section
    12.0 - Contact us
    13.0 - Testimonial section
    14.0 - Blog Section
    15.0 - footer section

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/


/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* ================= General ==================== */
html,
body { 
	height: 100% 
}
body {
    font-family: 'Open Sans', sans-serif;
	color: #61727f;
	background: #fff;
	font-size: 15px;
	line-height: 24px;
	overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

/* Link style
------------------------------ */
a{
	cursor: pointer;
	color: #dd741d;
}
a:focus {
	outline: 0 solid
}
a:hover {
	text-decoration: none
}

/* Transition elements
------------------------------ */
a,
.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}



/* ================ Typography ================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Titillium Web', sans-serif;
	color: #212121;
	margin: 0 0 15px;
}
h1{
	font-size: 40px;
	line-height: 50px;
}
h2{
	font-size: 34px;
	line-height: 44px;
}
h3{
	font-size: 22px;
	line-height: 30px;
}
h4{
	font-size: 20px;
	line-height: 26px;
}
h5{
	font-size: 18px;
	line-height: 22px;
}
h6{
	font-size: 16px;
	line-height: 20px;
}

.btn {
	color: #fff;
	padding: 14px 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: "Titillium Web",sans-serif;
	border-radius: 3px;
	box-shadow: 0 4px 5px rgba(34, 34, 34, 0.2);
}
.btn:hover {
    box-shadow: 0 8px 10px rgba(34, 34, 34, 0.2);
}
.btn-primary {
	background-color: #dd741d;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus, 
.btn-primary:active:hover {
    background-color: #dd741d;
    border-color: #dd741d;
}

.btn-secondary {
	background-color: #444;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus, 
.btn-secondary:active:hover {
	color: #fff;
    background-color: #333;
    border-color: #333;
}


.btn-sm {
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 400;
}

.btn-instagram {
	color: #fff;
	font-size: 10px;
	background-color: #ff0083;
	border-radius: 5px;
	padding: 0px 10px;
	box-shadow: none;
	border: none;
	font-weight: bolder;
}


/* ================ Global setting ================== */
input:focus, 
textarea:focus {
	outline: none;
}
.alert {
    padding: 12px 15px;
}

img {
    max-width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 50px;
    padding: 6px 20px;
    border: 1px solid #ebebeb;
    box-shadow: none;
}
.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 20px rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 20px rgba(0,0,0,.3);
}

.contact-form .form-group textarea {
    min-height: 210px;
    padding: 15px 20px;
    position: relative;
    z-index: 20;
}

@media (max-width: 991px) {
	.contact-form {
		margin-bottom: 30px;
	}
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* helper classes */
.section-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.darker-bg {
	background: #f4f7f7;
}

/* ================ Header section ================== */

/* header top bar 
------------------------*/
.header-top-area{
	height: 50px; 
	background: #dd741d;
	font-size: 14px; 
	color: #FFFFFF;
	font-family: "Titillium Web",sans-serif;
}
.contact p{
	float: left;
	margin-right: 50px;
	line-height: 50px;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.contact p{
		line-height: 35px;
	}
}

.contact p i{
	margin-right: 10px;
}
.contact a{
	color: #fff;
}
.social-icon{
	margin-top: 10px;
}
.social-icon ul{
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social-icon ul li{
	float: left;
}
.social-icon ul li a{
	color: #fff;
	font-size: 14px;
	width: 28px; 
	height: 28px; 
	text-align: center;
	margin-left: 12px;
	display: block;
	line-height: 28px;
	transition: all .3s;
}
.social-icon ul li a:hover, 
.social-icon ul li.active a{
	background: #fff;
	color: #dd741d;
	border-radius: 3px;
}

@media (max-width: 768px) {
	.social-icon ul{
		float: none;
		text-align: center;
	}
	.social-icon ul li{
		float: none;
		display: inline-block;
	}
	.social-icon ul li a{
		text-align: center;
	}
	.header-top-area{
		height: 35px;
	}
	.social-icon {
		margin-top: 3px;
	}
}


/* ================ Navigation ================== */

nav.navbar.bootsnav ul.nav > li > a {
	color: #a0a2b1;
	font-family: 'Titillium Web', sans-serif;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu li > a:hover,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu li.active > a,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu.megamenu-content li > a:hover,
nav.navbar.bootsnav ul.nav > li>.dropdown-menu.megamenu-content .menu-col li.active > a {
    color: #dd741d;
}
.dropdown-menu.cart-list h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
.dropdown-menu.cart-list h2 a {
	color: #a0a2b1;
}
.dropdown-menu.cart-list h2 a:hover {
	color: #dd741d;
} 

@media (min-width: 993px) {
	nav.navbar.bootsnav ul.nav > li > a {
	    padding: 30px 15px;
	    font-weight: 400;
	    font-size: 14px;
	    text-transform: uppercase;
	    letter-spacing: 0.06em;
	}
}


@media (min-width: 768px) {
	.navbar>.container .navbar-brand, 
	.navbar>.container-fluid .navbar-brand {
	    margin-top: 0px;
	}
}

.attr-nav>ul>li>a span.badge{
    background-color: #dd741d;
}

ul.cart-list>li.total>a.btn {
    color: #fff !important;
}
ul.cart-list>li.total>a.btn:hover {
    background-color: #dd741d !important;
}



/* ================ Slider area ================== */

.slider-bg1{
	background: url("assets/img/slider-bg/1.jpg") no-repeat;
}
.slider-bg2{
	background: url("assets/img/slider-bg/2.jpg") no-repeat;
}
.slider-bg3{
	background: url("assets/img/slider-bg/3.jpg") no-repeat;
}
.homepage-slider{
	width: 100%;
	height: 850px;
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.homepage-slider:after{
	content: "";
	position: absolute; 
	top: 0px; 
	left: 0px; 
	height: 100%; 
	width: 100%;
	background: rgba(46, 46, 46, .4);
	z-index: -1;
}
.display-table{
	display: table;
	width: 100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align: middle;
}
.slider-content h1{
	color: #fff;
	font-size: 67px;
	font-weight: 700;
	line-height: 77px;
	margin-bottom: 55px;
}
.slider-content p{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 75px;
}
.slider-content a{
	border-radius: 5px;
	background: #dd741d; 
	padding: 15px 25px;
	border: none;
	color: #fff;
	font-family: "Titillium Web",sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}
.slider-content a:hover {
	background: #b55301;
}
.slider-content a i{
	padding-left: 8px;
}

@media (max-width: 768px) {
	.homepage-slider{
		height: 400px;
	}
	.slider-content h1{
		font-size: 30px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.slider-content p{
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 24px;
	}
	.slider-content a{
		padding: 8px 15px;
	}
}

/* owl-carousel 
-----------------------------*/

.owl-nav div {
	display: inline-block;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	transition: all .3s;
}
.owl-nav i {
	background: #dd741d none repeat scroll 0 0;
	color: #fff;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	transition: all .3s;
	opacity: .5;
	border-radius: 3px;
}
.owl-nav i:hover{
	opacity: .9;
}
.owl-nav .owl-prev {
	left: -15px;
	opacity: 0;
}
.owl-nav .owl-next {
	right: -15px;
	opacity: 0;
}

.slider-area.owl-carousel {
	overflow: hidden;
}
.slider-area.owl-carousel:hover .owl-nav .owl-prev{
	left: 15px;
	opacity: 1;
}
.slider-area.owl-carousel:hover .owl-nav .owl-next{
	right: 15px;
	opacity: 1;
}

/* ================ Block area ================== */

.block.block2{
	padding: 40px 0px 0px;
	background: #F4F7F7;
}
.block2 .block-text {
	margin-top: 128px;
}

.block-text h2{
	margin-bottom: 10px; 
}
.block-text p{
	margin-bottom: 10px;
}
.block.about-us-block .block-img {
	margin-top: 0px;
}
.block.about-us-block h2 {
	margin-top: 30px;
}
.block-img {
	margin-top: 50px;
}

@media (max-width: 768px) {
	.block2 .block-text {
		margin-top: 40px;
	}
}
@media (min-width: 768px) {
	.block2 .block-text {
		margin-top: 50px;
	}
}
@media (min-width: 992px) {
	.block2 .block-text {
		margin-top: 38px;
	}
	.block-text h2{
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.block2 .block-text {
		margin-top: 128px;
	}
	.block-text h2{
		font-size: 32px;
	}
}

/* ================ Intro section ================== */

.intro-bg1{
	background: url("assets/img/intro/1.jpg") no-repeat;
}
.intro-bg2{
	background: url("assets/img/intro/2.jpg") no-repeat;
}
.intro-bg3{
	background: url("assets/img/intro/3.jpg") no-repeat;
}

.intro-title p{
	margin-bottom: 50px;
}
.single-intro{
	overflow: hidden;
}
.intro-img{
	width: 100%;
	height: 222px;
	background-size: cover;
	background-position: center;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.intro-img:after{
	content: "";
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100%;
	background: rgba(221, 116, 29, .8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.single-intro:hover .intro-img:after{
	opacity: 1;
}
.single-intro:hover 
.intro-details{
	border-bottom: 4px solid #dd741d;
}
.intro-details{
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	box-shadow: 0 2px 29px 0 rgba(15, 46, 64, 0.12);
	max-height: 210px;
	margin: -70px auto 30px;
	padding: 30px 25px;
	position: relative;
	width: 88%;
	overflow: hidden;
	border-bottom: 4px solid #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.intro-details h3{
	margin-top: 0;
}

/* ================ Services area ================== */

.template-title p{
	margin-bottom: 55px;
}
.services-tiem{
	margin-bottom: 50px;
	overflow: hidden;
}
.services-tiem img{
	float: left;
	margin-right: 25px;
	padding-left: 5px;
}
.services-tiem h3,.services-tiem p{
	margin-left: 92px;
	margin-top: 0px;
	transition: all .3s;
}
.services-tiem h3:hover{
	color: #000;
}
.services-tiem a{
	color: #212121;
	transition: all .3s;
}
.services-tiem a:hover{
	color: #dd741d;
}

/* ================= Client logo area ======================*/
.client-logo{
	padding: 80px 0px;
}
.client-logo img{
	height: auto;
	margin: 0 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 16%;
}
.client-logo img:hover{
	-webkit-filter: grayscale(100%);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(100%);
}

/* services animation effect 
----------------------------------*/

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}
@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}
.services-tiem img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.services-tiem:hover img {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


/* ================ Breadcrumb style ================== */

.page-title{
	background: url("assets/img/breadcrumb.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 95px 0px;
	color: #fff;
	z-index: 1;
	position: relative;
}
.page-title:after{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}
.page-breadcrumbd h2, .page-breadcrumbd a{
	margin: 0px;
	color: #fff;
}

/* ================ Accordian section ================== */
.panel-default > .panel-heading {
	background-color: #F4F7F7;
	border: none;
}
.panel-default {
	border: none;
	background: #F4F7F7;
}
.panel-heading {
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px
}
.panel-title > a {
	background: #F4F7F7;
	display: block;
	padding: 10px 15px;
	color: #212121;
	font-size: 18px;
	position: relative;
}
.panel-title > a[aria-expanded=true]{
	background: #dd741d;
	color: #fff;
}
.panel-title > a[aria-expanded=true]:after{
	content: "-";
	background: #fff;
	color: #dd741d;
}
.panel-title > a:focus{
	text-decoration: none;
}
.panel-title > a:after{
	background: #dd741d none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	content: "+";
	height: 20px;
	line-height: 16px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 9px;
	width: 20px;
	font-weight: bold;
}
.panel-group .panel + .panel {
	margin-top: 6px;
}
.accordian-right-content h2{
	margin-bottom: 13px;
}

/* ================ Portfolio section ================== */
.portfolio-item{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio-item::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(77, 103, 254, .9);
}
.portfolio-details {
    position: absolute;
    left: 0;
    bottom: -30%;
    width: 100%;
    padding: 20px;
}
.portfolio-item:hover .portfolio-details {
	bottom: 0;
}

.portfolio-details,
.portfolio-item::before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-item:hover::before,
.portfolio-item:hover .portfolio-details {
	opacity: 1;
	visibility: visible;
}

.portfolio-details h3 {
	margin: 0;
}
.portfolio-details span {
	display: block;
}
.portfolio-details h3 a,
.portfolio-details a {
	color: #fff;
}

/* portfolio-single-page 
------------------------------------*/
.single-portfolio-wrapper, 
.single-portfolio-wrapper a{
	font-family: "Titillium Web",sans-serif;
}

.single-portfolio-title a {
	color: #dd741d;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}
.single-portfolio-title h2 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.portfolio-details-panel p {
	line-height: 27px;
	margin-bottom: 25px;
}
.portfolio-details-panel ul span {
	display: inline-block;
	width: 140px;
}
.portfolio-details-panel ul {
	color: #aaa;
	list-style: none;
	padding: 0px;
	margin-bottom: 30px;
}
.portfolio-details-panel ul span {
	color: #000;
	text-transform: uppercase;
}
.portfolio-details-panel ul li {
	padding-bottom: 15px;
}
.portfolio-details-panel ul a {
	color: #aaa;
	margin-right: 6px;
}
.portfolio-details-panel ul a:hover {
	color: #dd741d;
}

.single-portfolio-images img {
	margin-bottom: 30px;
}

.divider{
	background: #EEEEEE;
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px 0px;
}
.company-address{
	margin: 0 15px;
}
.company-address ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.company-address ul li{
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}
.company-address ul li i{
	left: 0;
	position: absolute;
	top: 4px;
	color: #4860F0;
	font-size: 22px;
}
.company-address ul li a{
	color: #61727f;
}

/* ================ testimonial section ================== */

.testimonial{
	padding: 120px 0px;
	background: #F4F7F7;
	color: #212121;
}
.testimonial h3{
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 45px;
}
.testimonial a{
	color: #212121;
	font-size: 25px;
	color: #212121;
	font-weight: bold;
}
a:focus{
	text-decoration: none;
}
.testimonial span{
	font-size: 15px;
}

/* preloader  
-------------------------------*/

#loading{
	background-color: #dd741d;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;	
}
.object{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;	
}
#object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}		
#object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
#object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
#object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}	

@-webkit-keyframes animate {
	50% {
		-ms-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg); 
		transform: rotate(180deg); 
	}
	100% {
		-ms-transform: rotate(0deg); 
		-webkit-transform: rotate(0deg); 
		transform: rotate(0deg); 
	}	  
}

@keyframes animate {
	50% {
		-ms-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg); 
		transform: rotate(180deg); 
	}
	100% {
		-ms-transform: rotate(0deg); 
		-webkit-transform: rotate(0deg); 
		transform: rotate(0deg); 
	}	  
}

/* ================ Blog Section ================== */

.blog-item{
	margin-bottom: 30px;
	box-shadow: 0 49px 72px 0 rgba(25, 25, 25, 0.12);
}
.blog-item a{
	font-family: "Titillium Web",sans-serif;
}
.blog-item .blog-thumb{
	overflow: hidden;
}
.blog-item .blog-thumb img{
	transition: all .3s;
	width: 100%;
	height: auto;
}
.blog-content{
	padding: 0px 10px 20px 30px;
}
.blog-header .tag{
	margin-top: 20px;
	overflow: hidden;
}
.entry-title{
	color: #212121;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	line-height: 25px;
}
.entry-title a{
	color: #212121;
	transition: all .3s;
}
.entry-title a:hover{
	color: #dd741d;
}
.blog-header ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blog-header ul li{
	float: left;
	position: relative;
	padding-right: 2px;
	margin-right: 3px;
}
.blog-header ul li:last-child:before{
	content:"";
}
.blog-header ul li:before{
	bottom: 4px;
	content: ",";
	position: absolute;
	right: 0;
	font-size: 14px;
}
.blog-header ul li a{
	display: block;
	margin-right: 5px;
	margin-bottom: 3px;
	color: #61727f;
	transition: all .3s;
}
.blog-header ul li a:hover{
	color: #000;
}
.entry-content a {
	color: #000;
	font-weight: 700;
	transition: all .3s;
}
.entry-content a:hover{
	color: #dd741d;
}

/* single blog 
---------------------------------------*/

.post-wrapper{
	box-shadow: 0 49px 72px 0 rgba(25, 25, 25, 0.12);
	padding-bottom: 30px;
}
.post-wrapper .blog-content{
	padding: 15px 20px 15px 40px;
}
.single-post-title h2 {
	font-size: 29px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px
}
.single-post-title h2 a {
	color: #212121;
}
.post-meta ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.post-meta li {
	float: left;
}
.post-meta {
	overflow: hidden;
	margin-bottom: 30px;
}
.post-meta > ul > li > a {
	color: #888;
	margin-right: 19px;
	transition: all .3s;
	font-size: 13px;
}
.post-meta > ul > li > a:hover{
	color: #000;
}
.post-meta li a i {
	margin-right: 7px;
}
.post-meta li.rating ul {
	display: inline;
	float: right;
}
.post-meta a {
	font-family: "Titillium Web",sans-serif;
}
li.rating > a {
	margin-right: 8px !important;
}
li.rating > ul a {
	font-size: 13px;
	margin: 0;
}
li.rating ul i {
	margin: 1px;
	color: #FE6000;
}
.entry-content p {
	margin-bottom: 30px;
}
.full-width-img {
	margin-bottom: 30px;
	margin-left: -40px;
	margin-right: -20px;
}

/* single page social icon 
-------------------------------*/
.social-link{
	overflow: hidden;
}
.social-link ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.social-link ul li{
	float: left;
}
.social-link ul li a{
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: center;
	width: 45px;
	background: #ddd;
	white-space: nowrap;
	margin-right: 6px;
	padding: 7px 0px;
	width: 45px;
	overflow: hidden;
	font-size: 15px;
	transition: all 400ms ease 0s;
	border-radius: 3px;
	position: relative;
	margin-bottom: 10px;
}
.social-link ul li a.facebook{
	background: #286196;
}
.social-link ul li a.twitter{
	background: #1AA2F6;
}
.social-link ul li a.google{
	background: #E7462A;
}
.social-link ul li a.linkedin{
	background: #0078B4;
}
.social-link ul li a.pinterest{
	background: #BD081B;
}
.social-link ul li a.reddit{
	background: #FF4400;
}
.social-link ul li a.message{
	background: #9FA3A4;
}
.social-link ul li a:hover{
	width: 90px;
}
.social-link ul li i{
	width: 45px;
}
.social-link ul li span{
	width: 45px;
	text-align: center;
	padding-right: 15px;
}

/* comments form 
------------------------------*/
.comments-wrapper{
	padding: 15px 40px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}

.comment-title h2{
	margin-bottom: 40px;
}

/* comments media 
--------------------------*/

.comments-responsed-wrapper {
	border-top: 1px solid #ddd;
	margin-top: 50px;
	padding: 20px 40px;
}
.comments-media ol {
	border: 1px solid #eaeaea;
	list-style: outside none none;
	padding: 15px;
	margin-bottom: 15px;
}
.comments-media ol ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.comments-media img {
	border-radius: 50%;
	height: 80px;
	width: 80px;
}
.comment-avatar {
	float: left;
	margin-right: 15px;
	padding-top: 15px;
}
.comment-section {
	margin-left: 95px;
	overflow: hidden;
}
.comment-section h2 {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.comment-section span {
	color: #aaa;
	font-size: 13px;
	margin-left: 20px;
}
.comment-content a.btn-comment-replay {
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #aaa;
    padding: 0px 10px;
    margin-top: 10px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.42857143;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.comment-content a.btn-comment-replay:hover {
	background: #011a48 none repeat scroll 0 0;
	border-color: #011a48;
	color: #fff;
}
.comments-media li .comment-inner {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 22px;
	overflow: hidden;
}
.comments-media ol ul {
	margin-left: 60px;
}
.comments-media ul li:last-child .comment-inner{
	border-bottom: none;
	padding-bottom: 0px;
}
@media (max-width: 768px) {
	.comments-media ol ul {
		margin-left:0px;
	}
}
@media (min-width: 992px) {
	.comments-media ol ul {
		margin-left: 60px;
	}
}
@media (max-width: 480px) {
	.comment-avatar {
	    float: none;
	    margin-right: 0;
	}
	.comment-section {
	    margin-left: 0;
	}
}



/* ================ footer section ================== */

.primary-footer ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.primary-footer {
	background: #333;
	padding: 90px 0px 50px;
}
.footer-widget{
	margin-bottom: 0px;
}
.footer-widget span{
	font-size: 13px; 
	color: #fff;
}
.footer-widget p, .footer-widget a{
	color: #a0a2b1;
}
.footer-widget h3{
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer-terms p > a {
	text-decoration: underline;
	color: #a0a2b1;
}
.about-us p{
	margin-bottom: 30px;
}
.about-us img{
	margin-bottom: 28px;
}
.online-card img{
	margin-right: 5px;
}

/*Useful Link Widget*/
.usefull-link ul li a{
	display: block;
	padding: 7px 0;
	-webkit-transition: .3s;
	transition: .3s;
}
.usefull-link ul li a:hover{
	padding-left: 15px;
	color: #fff;
}
.usefull-link ul li a i{
	color: #fff;
	margin-right: 10px;
}
.usefull-link ul li:first-child {
	padding-top: 0;
}

/*Latest Post Widget*/
.latest-post ul li{
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.latest-post ul li img{
	float: left;
	margin-right: 15px;
	border-radius: 3px;
}
.latest-post ul li p a{
	font-size: 17px;
	margin-bottom: 0;
	font-family: 'Titillium Web', sans-serif;
	transition: all .3s;
}
.latest-post ul li p a:hover{
	color: #fff;
}
.latest-post ul li p{
	margin-bottom: 2px;
}

/*NewsLetter Subscription*/
.news-letter p{
	margin-bottom: 23px;
}

.subscribe-form {
	position: relative;
}
.subscribe-form button{
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #dd741d;
    font-size: 20px;
    background: transparent;
}
.subscription-success {
	margin-top: 20px;
	margin-bottom: 0;
	color: #3c763d !important;
}

/* footer bottom 
--------------------------------*/
.copyright-wrapper{
	background: #222222;
	padding: 40px 0px;
}
.copyright-wrapper p{
	color: #a0a2b1;
}
.copyright-wrapper a{
	color: #fff;
}


#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%; 
}

.img-responsive {
	margin: 0 auto;
}

.dist {
  padding-bottom: 20px;
}


#myCarousel2 .carousel-caption {
	left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}
#myCarousel2 .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel2 .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel2 .list-group .active {
	background-color:#eee;	
}
@media (min-width: 992px) { 
	#myCarousel2 {padding-right:33.3333%;}
	#myCarousel2 .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel2 .list-group {display:none;} 
}


/* image thumbnail */
.thumb {
    display: block;
	width: 100%;
	margin: 0;
}


/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
	position: relative;
	margin-bottom: 1em;
}

.featured-article .block-title {
	/* Position & Box Model */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* background */
	background: rgba(0,0,0,0.7);
	/* Width/Height */
	padding: .5em;
	width: 100%;
	/* Text color */
	color: #fff;
}

.featured-article .block-title h3 {
	font-weight: bold;
	color: #fff;
	margin: 0;
}

/* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

.main-list {
	padding-left: .5em;
}

.main-list .media {
	padding-bottom: 1.1em;
	border-bottom: 1px solid #e8e8e8;
}



#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
  }
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(221, 116, 29, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(221, 116, 29, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("assets/img/google-maps/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}


.newsletter {
  color: #fff;
  background-color: #333;

}

/* mailchimp form
------------------------------------------ */
#mc-signup {
  clear: both;
  width: 70%;
  margin: 6px auto 30px;
}

#mc-signup input {
  display: inline-block;
  float: left;
  border: none;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

#mc-signup input[type="email"] {
  height: 54px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  line-height: 30px;
  padding: 12px 15px 12px 20px;
  border-radius: 5px 0 0 5px;
  background: #fafafa;
  width: 70%;
}

#mc-signup input[type="submit"] {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
  height: 54px;
  padding: 12px 25px 12px 25px;
  border-radius: 0 5px 5px 0;
  background: #dd741d;
  width: 30%;
  text-align: center;
  color: white;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mc-signup input[type="submit"]:hover {
  background: #be3129;
}

#mc-signup label {
  clear: both;
  display: block;
  width: 100%;
  min-height: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

#mc-signup label i {
  color: #0080FF;
  margin-right: 5px;
}

::-webkit-input-placeholder {
   color: #555;
}
:-moz-placeholder { /* Firefox 18- */
   color: #555;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #555;  
}
:-ms-input-placeholder {  
   color: #555; 
}



@media only screen and (max-width:900px) {
  #mc-signup {
    width: 60%;
  }

  #mc-signup input[type="email"] {
    width: 60%;
  }

  #mc-signup input[type="submit"] {
    width: 40%;
  }

}

@media only screen and (max-width:768px) {
  #mc-signup {
    width: 80%;
    margin-bottom: 30px;
  }

  #mc-signup input[type="email"] {
    width: 60%;
  }

  #mc-signup input[type="submit"] {
    width: 40%;
  }

}

@media only screen and (max-width:600px) {
  #mc-signup {
    width: 90%;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #mc-signup input[type="email"] {
    width: 100%;
    float: none;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
  }

  #mc-signup input[type="submit"] {
    width: 100%;
    float: none;
    border-radius: 0 0 3px 3px;
  }

}

@media only screen and (max-width:400px) {
  #mc-signup {
    padding-left: 0;
    padding-right: 0;
  }

}


.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 15px;
    font-weight: bolder;
    color: #333;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #555;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-1 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #dd741d;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-1 1.5s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  z-index: -20;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: -10;
  background-color: #dd741d;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

.timeline-white-title h4 {
	color:#fff;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}



.navbar-nav.mobile-bar {
	list-style: none;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0px 0px;
}
.navbar-nav.mobile-bar > li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
}
span.menu-icon {
	display: block;
	font-size: 1.8em;
}

nav.navbar.bootsnav .navbar-toggle{
    background-color: transparent !important;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: -2px;
}

nav.navbar.bootsnav .navbar-nav > li > a{
        display: block;
        width: 100%;
        border-bottom: solid 1px #222;
        padding: 10px 0;
        border-top: solid 1px #222;
        margin-bottom: -1px;
    }


@-webkit-keyframes 
badbounce {  0%, 100% {
 -webkit-transform: translateY(0px);
}
 10% {
 -webkit-transform: translateY(6px);
}
 30% {
 -webkit-transform: translateY(-4px);
}
 70% {
 -webkit-transform: translateY(3px);
}
 90% {
 -webkit-transform: translateY(-2px);
}
}
@-moz-keyframes 
badbounce {  0%, 100% {
 -moz-transform: translateY(0px);
}
 10% {
 -moz-transform: translateY(6px);
}
 30% {
 -moz-transform: translateY(-4px);
}
 70% {
 -moz-transform: translateY(3px);
}
 90% {
 -moz-transform: translateY(-2px);
}
}
@keyframes 
badbounce {  0%, 100% {
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 -ms-transform: translateY(0px);
 -o-transform: translateY(0px);
 transform: translateY(0px);
}
 10% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
}
 30% {
 -webkit-transform: translateY(-4px);
 -moz-transform: translateY(-4px);
 -ms-transform: translateY(-4px);
 -o-transform: translateY(-4px);
 transform: translateY(-4px);
}
 70% {
 -webkit-transform: translateY(3px);
 -moz-transform: translateY(3px);
 -ms-transform: translateY(3px);
 -o-transform: translateY(3px);
 transform: translateY(3px);
}
 90% {
 -webkit-transform: translateY(-2px);
 -moz-transform: translateY(-2px);
 -ms-transform: translateY(-2px);
 -o-transform: translateY(-2px);
 transform: translateY(-2px);
}
}

.ss_animate {
  -webkit-animation: badbounce 1s linear;
  -moz-animation: badbounce 1s linear;
  animation: badbounce 1s linear;
}


#ss_menu {
  bottom: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#ss_menu > .menu {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#ss_menu > .menu .share {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#ss_menu > .menu .share .circle {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -6px;
  left: 12px;
  opacity: 1;
}

#ss_menu > .menu .share .circle:after, #ss_menu > .menu .share .circle:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

#ss_menu > .menu .share .circle:after {
  left: 20.78461px;
  top: 12.0px;
}

#ss_menu > .menu .share .circle:before {
  left: 20.78461px;
  top: -12.0px;
}

#ss_menu > .menu .share .bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 18px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

#ss_menu > .menu .share .bar:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#ss_menu > .menu .share.close .circle { opacity: 0; }

#ss_menu > .menu .share.close .bar {
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}

#ss_menu > .menu .share.close .bar:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
  transform: rotate(-450deg);
}

#ss_menu > .menu.ss_active {
  background: #dd741d;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

#ss_menu > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  background: #dd741d;
  border-radius: 50%;
  display: table;
}

#ss_menu > div > a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

#ss_menu > div:hover {
  background: #dd741d;
  cursor: pointer;
}

#ss_menu div:nth-child(1) {
  top: 0px;
  left: -160px;
}

#ss_menu div:nth-child(2) {
  top: -80.0px;
  left: -138.56406px;
}

#ss_menu div:nth-child(3) {
  top: -138.56406px;
  left: -80.0px;
}

#ss_menu div:nth-child(4) {
  top: -160px;
  left: 0.0px;
}

iframe.youtube-video {
	width: 700px;
	height: 400px;
}

@media (max-width: 768px) {
	iframe.youtube-video {
		width: 360px;
		height: 280px;
	}
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.info-card {
    float: left;
	margin: 2px;
	padding-bottom: 25px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
  	-ms-perspective: 600px;
  	-o-perspective: 600px;

}

.front, .back {
	background: #FFF;
	transition: -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.front {
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
  	-ms-transform: rotateY(-180deg);
  	-o-transform: rotateY(-180deg);
  	transform: rotateY(-180deg);
	overflow: scroll;
}

.info-card:hover .back {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
  	-ms-transform: rotateY(0);
  	-o-transform: rotateY(0);
  	transform: rotateY(0);
}

.info-card:hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  	-ms-transform: rotateY(180deg);
  	-o-transform: rotateY(180deg);
  	transform: rotateY(180deg);
}


.card-image {
width: 100%;
height: 100%;
}

.galeria img {
	padding-bottom: 20px;
}

.galeria ul {         
    padding:0 0 0 0;
    margin:0 0 0 0;
}
      
.galeria ul li {     
    list-style:none;          
}


.premios {
	padding-bottom: 10px;
}

.premios h4 {
	margin-bottom: 0px;
	color: #333;
	transform: translateY(0%);
}

.premios-chicos {
	padding-bottom: 10px;
}

.premios-chicos h4 {
	margin-bottom: 0px;
	color: #333;
	transform: translateY(0%);
	font-size: 16px;
}



.hoverpremios {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hoverpremios .overlaypremios {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hoverpremios:hover .overlaypremios {
  background-color: rgba(0, 0, 0, 0.9);
}

.hoverpremios img {
  display: block;
  position: relative;
}

.info-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  color: #fff;
}

.info-wrap h2 {
  color: #fff;
}

.info-wrap h3 {
  color: #fff;
}

.hoverpremios:hover .info-wrap {
  opacity: 1;
}
