

/*------------------------------------*\
	$WORK
\*------------------------------------*/



.tp-grid {
	list-style-type: none;
	position: relative;
	display: block;
    margin-left:12px !important;
	 margin-top: 25px;
}

.tp-grid li {
	position: absolute;
	cursor: pointer;
	border: 3px solid #d2ac67;
	box-shadow: 0 4px 0 #c3c3c3;
/*	box-shadow: 0 2px 3px rgba(0,0,0,0.2);*/
	display: none;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
/*	-moz-backface-visibility: hidden;*/
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
/*	backface-visibility: hidden;*/
}

.no-js .tp-grid li {
	position: relative;
	display: inline-block;
}

.tp-grid li a {
	display: block;
	outline: none;
}

.tp-grid li img {
	display: block;
	border: none;
	max-width:247px;
}

.tp-info,
.tp-title {
	position: absolute;
	background: #c4c4c4;
	line-height: 15px;
	color: #333;
	top: 79%;
	width: 47%;
	padding: 10px;
	font-weight: 700;
	text-align: right;
	left: -100%;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1),
		5px 0 5px -3px rgba(0,0,0,0.4),
		inset 0 0 5px rgba(0,0,0,0.04);
		opacity:0.9;
}


.touch .tp-info {
	left: 0px;
}

.no-touch .tp-info {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.no-touch .tp-grid li:hover .tp-info {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	transition-delay: 150ms;
}

.no-touch .tp-open li:hover .tp-info {
	left: 0px;
}

.tp-title {
	padding: 14px 35px 10px 10px;
	left: 0px;
}

.tp-title span:nth-child(2){
	color: #aaa;
	padding: 0 5px;
	background: #F7F7F7;
	right: 0px;
	height: 100%;
	line-height: 40px;
	top: 0px;
	position: absolute;
	display: block;
}



.topbar {
	position: relative;
	padding:0 0 20px 0;
	margin: 0 0 0px;
	height:0px;
	text-align:left;
}

.back {
	  color: #FFFFFF;
    cursor: pointer;
    display: none;
    height: 30px;
    line-height: 30px;
    margin: -10px 0 0;
    position: absolute;
    right: 1%;
    text-align: center;
    top: 50%;
    width: 62px;
	background:none repeat scroll 0 0 #00427A;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-touch .back:hover {
	background: #333;
}

.topbar h3 {
  color: #00427A;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    min-width: 320px;
    padding: 10px 10px 10px 20px;
    width: 100%;
}



/* Loader */

.loader {
	left: 50%;
	position: absolute;
	margin-left: -120px;
}

.loader i {
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-animation: loading 1s linear infinite forwards;
	-moz-animation: loading 1s linear infinite forwards;
	-o-animation: loading 1s linear infinite forwards;
	-ms-animation: loading 1s linear infinite forwards;
	animation: loading 1s linear infinite forwards;
}

.cssanimations .loader span {
	display: none;
}

.no-cssanimations .loader i {
	display: none;
}

.loader i:nth-child(2){
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loader i:nth-child(3){
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loader i:nth-child(4){
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.loader i:nth-child(5){
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loader i:nth-child(6){
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-webkit-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-moz-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-moz-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-o-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-o-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-ms-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-ms-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

/*@media screen and (max-width: 680px){
	.topbar h2, .topbar h3 { text-align: left; padding: 0; display: block;}
	.back { left: auto; right: 0px; margin-left: 0px;}
}*/


/*-- FW SLIDER*/


.cbp-fwslider {
	position: relative;
	overflow: hidden;
	padding: 14px 0 60px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}

.cbp-fwslider nav span {
	font-family:'FontAwesome';
	position: absolute;
	top: 50%;
	width: 47px;
	height: 100px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-top: -50px;
	cursor: pointer;
	font-weight: normal;
	
	-webkit-transition: all 0.4s ease-in-out 0s; 
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;	
}

.cbp-fwslider nav span:hover {

}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #cfcfcf;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
	
}

.cbp-fwdots span:hover {
	background: #cbcbcb;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #cbcbcb;
	box-shadow: 0 0 0 2px #eee;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

/*-- CLINT*/

#owl-cclints .item{
	padding: 30px 0px;
	margin: 10px;
	text-align: center;
	background:#fff;
	box-shadow: 0 4px 0 #C3C3C3;
	position:relative;
}


#owl-cclints .item img{
	width: auto;
	margin: 0 auto;
	display: block;
}
#owl-cclints .item h4{
	margin: 25px 0 0;
	color: #C8A732;
	text-transform:uppercase;
	background:#f8f8f8;
}
#owl-cclints .item h5{
	margin: 5px 0 0;
	color: #A4A5A6;
	background:#f8f8f8;	
}
.item h1{
	margin: inherit;
}


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons div{
	cursor: pointer;
}
.owl-controlls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.owl-theme .owl-controlls{
    margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controlls .owl-buttons div{
	font-family:'FontAwesome';
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	background: #C8A732;
	opacity: 0.5;
	
	-webkit-transition: all 0.4s ease-in-out 0s; 
	-moz-transition: all 0.4s ease-in-out .0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;	
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controlls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	display:none;
}

.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controlls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



/*------------------------------------*\
	$OFFERS
\*------------------------------------*/

ul.offerTable{
	margin-top:2em;
	background:#e0e1e2;
	width:100%;	
	box-shadow: 0 4px 0 #D8D8D8;
	display:inline-block;
	padding:1px;
	text-align:center;
	
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;		
}

ul.offerTable li{
	border-bottom:1px solid #c4c4c4;
	box-shadow: 0 1px 0 #FFFFFF;
	padding:1em;	
}


ul.offerTable li.tableHeader{
	font-size:16px;
	padding:1em 0;
	text-transform:uppercase;
	background:#f2f2f2;
	color:#444444;
	border-bottom:1px solid #e5e5e5;
	
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;	
}

ul.offerTable li.tablePrice{
	padding:1em 0;
	background:#fafafa;
	border-bottom:1px solid #e5e5e5;
	
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;	
}

ul.offerTable li span{
	display:block;
	color:#bdbdbd;
}

ul.offerTable li span.PriceNumber{
	color:#DEBB42;
	font-size:40px;
	padding:10px 0;
	font-style:normal;
	position:relative;
}

ul.offerTable li span.PriceNumber i{
	vertical-align:top;
	font-size:16px;
}

ul.offerTable li.tableButton{
	border-bottom:none;
	box-shadow:none;
	padding:2em 0;
}

ul.offerTable a{
    color:#888;
	font-weight:bold;   	
    background:#E9E9E9;
	padding:10px 18px;
	border:2px solid #fff;
	
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;	
}


.offerTable:hover{
	box-shadow:0 4px 0 #C8A732;
}

.offerTable a:hover{
	background:#C8A732;
	color:#fff;
	box-shadow:none;
}

.offerTable a:active{
   background-color: #DAAE6B; 		
}

/*-- accordion*/

.accordion{
    margin:1em 0 0;
    text-align:left;
 	border:1px solid #E5E5E5; 	
}

.accordion .accordion-group{
	border-radius:0;
	margin:0;
	border:none;
	border-bottom:1px solid #E5E5E5;
}

.accordion .accordion-group.lastAcc{
	border-bottom:none;
}

.accordion > .accordion-group > a {
	width:100%;
	text-transform:capitalize;	
	position:relative; 
    display: block; 
	padding:2em 3em; 
	color: #a1a1a1;
	background-color: #fbfbfb;
  
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;  

}

.accordion > .accordion-group > a:before{
	content:'\f059';
	font-family:'FontAwesome';
	position:absolute;
	left:14px;
	
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s; 	
	
}

.accordion > .accordion-group > a.open:before{
	font-size:18px;
}

.accordion > .accordion-group > a:hover,
.accordion > .accordion-group > a.open{
    background-color: #f4f4f4;
	color:#C8A732;
}

span.toggle-button{
	width:77px;
	height:77px;
	position:absolute;
	right:0;
	top:0;
	background:#8a8e8f;
	
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;	
}

.accordion > .accordion-group > a:hover .toggle-button,
.accordion > .accordion-group > a.open .toggle-button{
	background:#C8A732;
}

.accordion > .accordion-group > a i{
    position: absolute;
    top: 50%;
	margin:-15px;
    right: 50%;
    font-size: 18px;
	text-align:center;
	color:#fff;
	
	width:30px;
	height:30px;
	line-height:30px;

	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;

}

.accordion > .accordion-group > a i{
}

.accordion > .accordion-group > a.open i{	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);	
}


.accordion .accordion-group div.firstaccordion{
	display:block;
}

.accordion .accordion-group > div { 
    display: none; 
	background: #fff;
	padding:1em 3em; 
}



/*------------------------------------*\
	$NEWS
\*------------------------------------*/



/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:2em auto;
	text-align:left;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
	box-shadow:0 0 4px #C3C3C3;

}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
	box-shadow:0 0 4px rgba(0,0,0,.2);
}
.va-slice-1{
	background:#000 url(../img/accordion/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../img/accordion/2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../img/accordion/3.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../img/accordion/4.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../img/accordion/5.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../img/accordion/6.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../img/accordion/7.jpg) no-repeat center center;
}
.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
	color:#C8A732;
	text-transform:uppercase;
	margin-left:20px;
	font-weight:600;
    line-height: 50px !important;
    margin: 1.5em 0;
    padding: 0 2em;
	background:rgba(57,57,57,.9);
	display:inline-table;
	box-shadow:4px 0 0 #F7F7F7;
	border-right: 20px solid #EEEEEE;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 5px 0 5px -3px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.04) inset;	


}
.va-content{
	display:none;
	margin:0 25px;
	position:relative;
}



.va-slice p{
	color:#C8A732;
	background:rgba(57,57,57,.9);	
	padding:1em;

}

.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../img/accordion/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background:url(../img/accordion/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}

/*-- time line*/

.cbp_tmtimeline {
	margin: 14px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align:center;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	border-left:1px dashed #fff;
	left: 20%;
	margin-left: -2px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	top:18px;
	padding-right: 114px;
	position: absolute;
	border-top:1px solid #fff;
}

.cbp_tmtimeline > li .cbp_tmtime span.datatimein{
	background:#fff;
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 0 4px #DAAE6B inset;
    margin: 0 0 0 16px;
    padding: 0.6em;
    position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime span.datatimein:after{
	font-family:'FontAwesome';
	content:'\f111';
	color:#fff;
	position:absolute;
	left:-23px;
	top:-14px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: center;
	line-height:1.5em;
}


.cbp_tmtimeline > li .cbp_tmtime span.time:last-child {
	color: #8a8e8f;
	border-top:1px dotted #8a8e8f;	
}

.cbp_tmtimeline > li .cbp_tmtime span.time:last-child:before{
	content:'\f017';
	font-family:'FontAwesome';
	padding-right:4px;
	
}


/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #ecedee;
	padding: 2em;
	font-weight: 300;
	position: relative;
	border:8px solid #fff;
	box-shadow:0 0 1px #bdbdbd inset;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #e1e4e3;
	box-shadow:0 0 1px #bdbdbd inset;
}

.cbp_tmtimeline > li .cbp_tmlabel h4 { 
	margin-top: 0px;
	color:#C8A732;
	padding:10px 0;
	display:inline-block;
	text-transform:uppercase;
	border-bottom: 4px solid #C8A732;
}

.cbp_tmtimeline > li .cbp_tmlabel h4 i{
	text-shadow:1px 1px 1px rgba(127,127,127,.3);
	font-size:16px;
}

.cbp_tmtimeline > li .cbp_tmlabel p{
	padding:0;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100.9%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #fff;
	border-width: 10px;
	top: 0;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #fff;
}


.cbp_tmtimeline > li{
	position:relative;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size:21px;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #DAAE6B;
	border-radius: 50%;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -22px;
	text-shadow:1px 1px 1px rgba(127,127,127,.3);
	box-shadow:0 0 0 4px #dadcdd , 0 0 0 5px #fff;
}

.cbp_icon-glass:before {
	content: "\f000";
}

.cbp_icon-camera:before {
	content: "\f030";
}

.cbp_icon-food:before {
	content: "\f0f5";
}

.cbp_icon-gift:before {
	content: "\f06b";
}

/*-- block qoute*/

.cbp-qtrotator {
	position: relative;
	margin: 1em auto 0 auto;
	max-width: 1170px;
	width: 100%;
	min-height: 200px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #C8A732;
	height: 1px;
	width: 0%;
	top: 0;
	left:0;
	z-index: 1000;

}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
	text-align:left;
}

.cbp-qtrotator blockquote p {
	font-family: 'Droid Serif', sans-serif;	
	font-size: 1.5em;
	line-height:1.5em;
	color: #a4a5a6;
	font-weight: 300;
	margin:0;
}

.cbp-qtrotator blockquote p:before{
	content:' \f10d ';
    font-family:'FontAwesome';
	color:#C8A732;
	padding-right:1em;		
		
}

.cbp-qtrotator blockquote p:after{
	content:' \f10e ';
	font-family:'FontAwesome';
	color:#C8A732;
	padding-left:1em;	
}

.cbp-qtrotator blockquote .blockquoteName {
	font-size: 1.2em;
	color:#fff;
}

.cbp-qtrotator blockquote .blockquoteName:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
	-webkit-border-radius:50%;
	border-radius:50%;
	box-shadow:0 0 0 4px #fff;


}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}



/*------------------------------------*\
	$CONTACT
\*------------------------------------*/

.contact-inner-wrap{
	text-align:left;
    margin-top:2em;
}

h5.contact-title{
	border-bottom:1px solid #BDBDBD;
	box-shadow:0 1px 0 #fff;
	color:#242424;
	margin:0em 0 1em 0;
	padding:0 0 .5em 0;
}

.group-form{
	width:100%;
	clear:both;
	position:relative;
}

.group-form label{
	text-align:left;
	width:30%;
	float:left;
	line-height:3em;
	font-weight:bold;	
}

.group-form label i , .verifyQ i{
	font-size:10px;
	color:#C8A732;	
	vertical-align: middle;
}

.group-form .group{
	float:right;
	width:70%;
	position:relative;

}

.group-form .group  i{
	position:absolute;
	top:14px;
	left:7px;
	color:#ccc;
}

.group-form .group input{
	padding:7px 14px 7px 28px;
	height:3em;
	width:100%;
	border-radius:0;
	background:none;
	border:2px solid #fff;
	box-shadow:none;
}

.group-form .group textarea{
	padding:7px 14px 7px 28px;
	width:100%;
	border-radius:0;
	background:none;
	border:2px solid #fff;
	box-shadow:none;		
}

.verifyQ{
	float:right;
	width: 30%;
}

.verifyQ p{
	font-size:12px;
}

.verifyimg label{
	text-align: right;
    width: 70%;
}

.verifyimg .group{
	width:28%;
	
}

.group-form .group .verify{
	float:right;
	padding:.5em;
	color:#b2b2b2;
	background:none;
	border:2px solid #fff;
	text-align: center;
}

.group-form input.btn{
	float:right;
	padding:1em 2em;
	color:#b2b2b2;
	cursor:pointer;
	background:none;
	border:2px solid #fff;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.group-form input.btn:hover{
	color:#C8A732;
	background:#fff;
}

.group-form input.btn:focus{
	box-shadow:0 2px 1px rgba(0,0,0,.1) inset;

}

.group-form img.loaderC{
	top:18px;
	right:4px;
	position:absolute;	
}

.contact-details{
	border-bottom:1px dashed #CCC;
	margin-bottom:1em;
}

.contact-details h4{
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;	
}

.contact-details p{
    padding:0.4em 0;
}

.error_message{
	background: none repeat scroll 0 0 #393939;
    border: 2px solid #C8A732;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin: 1em 0;
    padding: 1em 3.5em;
	position:relative;
	
}

.error_message:after{
    color: #C8A732;
    content: "";
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 14px;
    position: absolute;
    top: 11px;
	
}

ul.error_messages{
	margin: 0 0 0 15px;
}

ul.error_messages li{
	list-style: disc outside none;
}

#success_page{
	border: 2px solid #FFFFFF;
    padding: 10px;
    text-align: center;
}

#success_page h1{
	font-size:24px;
	margin:0;
}
#success_page h1:before{
	content:'\f058';
	font-family:'FontAwesome';
	color:#C8A732;
	padding-right:4px;
}

#success_page p{
	padding-bottom:0;
}



/*------------------------------------*\
	$PRELOADER
\*------------------------------------*/

#jpreOverlay,
#jSplash {
	background-color: #F8F8F8;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 70000;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	z-index: 80000;
	
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;	

	-webkit-animation: count 3s infinite alternate;
	   -moz-animation: count 3s infinite alternate;
		-ms-animation: count 3s infinite alternate;
		 -o-animation: count 3s infinite alternate;
			animation: count 3s infinite alternate;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -10px 0 0 -10px;
	width: 12px;
	height: 12px;
	background: #ae8e1b;
	border-radius:50%;
    box-shadow:
       1em 1em #ae8e1b,
       2em 2em #ae8e1b,
       1em 3em #ae8e1b,
       0em 4em #ae8e1b,
      -1em 3em #ae8e1b,
      -2em 2em #ae8e1b,
      -1em 1em #ae8e1b;

	opacity: 0;
	filter: alpha(opacity=0);


    -webkit-transform-origin: 50% 250%;
    -moz-transform-origin: 50% 250%;
    -ms-transform-origin: 50% 250%;
    -o-transform-origin: 50% 250%;
    transform-origin: 50% 250%;			
	-webkit-animation: circle 3s infinite;
	   -moz-animation: circle 3s infinite;
		-ms-animation: circle 3s infinite;
			animation: circle 3s infinite;
}

#circle:after{
    background:rgba(255, 255, 255, 0.8);
    content: "";
    height: 44px;
    left: -16px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 44px;
    z-index: 12;
}


@-webkit-keyframes count {
    25%  { transform: scale(.8); }
    50%  { transform: scale(1); }
    75%  { transform: scale(.8); }
    100% { transform: scale(1); }
}

@-moz-keyframes count {
    25%  { transform: scale(.8); }
    50%  { transform: scale(1); }
    75%  { transform: scale(.8); }
    100% { transform: scale(1); }
}

@-ms-keyframes count {
    25%  { transform: scale(.8); }
    50%  { transform: scale(1); }
    75%  { transform: scale(.8); }
    100% { transform: scale(1); }
}

@-o-keyframes count {
    25%  { transform: scale(.8); }
    50%  { transform: scale(1); }
    75%  { transform: scale(.8); }
    100% { transform: scale(1); }
}

@keyframes count {
    25%  { transform: scale(.8); }
    50%  { transform: scale(1); }
    75%  { transform: scale(.8); }
    100% { transform: scale(1); }
}


@-webkit-keyframes circle {
    to { -webkit-transform: rotate(-360deg); }
}

@-moz-keyframes circle {
    to { -moz-transform: rotate(-360deg); }
}

@-ms-keyframes circle {
    to { -ms-transform: rotate(-360deg); }
}


/*------------------------------------*\
	$chose slider
\*------------------------------------*/

.wrapperChose{
	width:960px;
	margin:50px auto;
}

ul.chose li{
	float:left;
	margin:10px;
}

ul.chose li a img{
}

ul.chose li a p{
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	background:#999;
	display:block;
	font-weight:bold;
}


