

/*Preloader*/
#preloader {position:fixed;top:0;left:0; right:0;bottom:0; background-color:#fff; /* change if the mask should have another color then white */ z-index:9998; /* makes sure it stays on top */}
.preload-content{ z-index:9999; position:relative;}

/*End Preloader*/

body {background-color: #f2f2f2; color: #8c8c8c;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-rendering: optimizelegibility; overflow-x: hidden; line-height:1.8;}

a { -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
a:hover, a:focus { text-decoration:none;}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : none !important;}
.btn {	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0,0,0);}
.bannerfooter{
  background: #EAEAEA;
  padding: 30px 0;
}
/*body backgrounds*/


/*===============================
========== Boxed Version ==========
===============================*/

.boxed .page-wrapper{ max-width:1210px; margin:0 auto;
-webkit-box-shadow: 0 3px 14px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0 3px 14px rgba(50, 50, 50, 0.15);
box-shadow:         0 3px 14px rgba(50, 50, 50, 0.15)}
.boxed .header-wrapper{ max-width:1210px; margin:0px auto; left:0; right:0;}


/*========================================= Boostrap Overwrite =========================================*/
/*===============================
========== Grid Blocks ==========
===============================*/
.main-container{ overflow:hidden; position:relative; height:100%;}
.page-wrapper {background-color:#fff; position:relative; z-index:10; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease;}

/* Full Width Container */
.fullsize {color: inherit; width:100% ; position:relative;}
.container-inner{ padding-top:100px; padding-bottom:100px;}

/*========== Slide Top Panel Container ==========*/
.slide-pannel-wrapper{position: relative; top: 0; width: 100%; color:#FFF; }
.slide-pannel-wrapper h1, .slide-pannel-wrapper h2, .slide-pannel-wrapper h3, .slide-pannel-wrapper h4, .slide-pannel-wrapper h5, .slide-pannel-wrapper h6 { color:#fff;}
.page-wrapper.boxed .slide-pannel-wrapper{max-width:1210px;}
#slide-panel {padding:25px 0; z-index:9999; position:fixed; top:0; left:0; width:100%; background:#1c1c1c; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease;-webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); -o-transform: translate(0, -100%); -ms-transform: translate(0, -100%);  transform: translate(0, -100%);}
#slide-panel.active{ -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0);  transform: translate(0, 0);}
.slide-btn-wrapper { display:block; position:absolute; right:0; z-index:1200; text-align:center; border-style: solid; border-width: 0 40px 40px 0; border-color: transparent #2c2c2c transparent transparent; width:40px; height:40px; }
/*slide search*/
.search-top-slide {}
.search-top-slide .slide-panel-btn { position:absolute; top:10px; right:18px; font-size: 24px; color:#8c8c8c;}
.search-top-slide .input-lg, .search-top-slide .form-horizontal .form-group-lg .form-control{ height:55px; border-bottom-color:rgba(255, 255, 255, 0.15);}


/*========== Split Section ==========*/
.section-split {overflow:hidden;}

/*========== Vertical Align ==========*/
.vmiddle  { position:relative; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);}
.vbottom{ vertical-align:bottom;}

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

.header-wrapper{position: absolute; width:100%; right:0; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease; z-index:15; background: rgb(28, 28, 28); background: rgba(28, 28, 28, 0.2);}


/*header top*/
.header-top{ color: #fff; font-size:12px; display:block; position:relative; width:100%; z-index:1150; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; border-bottom:1px solid; border-bottom-color:rgba(255, 255, 255, 0.15); }
.header-top ul, .header-top ol, .header-top dl{font-weight:500; font-size:12px; margin-bottom:0;}
.header-top ul .fa{ margin-right: 10px;}
.header-top p{margin:0;}
.header-top-left{ float:left; width:100%;}
.header-top-right{ float:right; width:100%;}

/*header top navigation */
.top-menu {list-style:none; padding-left:0; float:right;}
.top-menu li:first-child {}
.top-menu li { display:inline-block;}
.top-menu li a{ color:inherit; padding:10px 12px; display:block; font-weight:300;}

.header-top .dropdown-menu{  margin-top:0px; margin-left:-4px;}
.header-top .dropdown-menu > li{ display:block; border:none;}

/* social top */
.social-top{ list-style:none; padding-left:0; float:left;}
.social-top li:first-child { }
.social-top li {display:inline-block;}
.social-top li a{ color:inherit; padding:8px 12px; display:block; font-size:14px;}
.social-top a:hover, .social-top a:focus { text-decoration:none;}
.social-top .fa{ margin-right:0 !important;}

.top-menu a{ color: inherit;}
.top-menu a:hover, .top-menu a:focus {text-decoration:none;}
/*header main*/
.header-main{width:100%; background-color:transparent; height:auto; position:relative; z-index:1100; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease; border-bottom:1px solid; border-bottom-color:rgba(255, 255, 255, 0.15);}
.main-navigation{ position:relative;}
.logo{ max-width:185px; line-height:100px; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease; border-right:1px solid; border-right-color:rgba(255, 255, 255, 0.15);}
.logo a{ display:block;}
.logo .logo-light {}
.logo .logo-dark { display:none;}
.logo img{ width:100%; height:auto;}
.header-wrapper.header-main-scrolled{background: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.9); position:fixed; -webkit-box-shadow: 0px 4px 0px rgba(204, 204, 204, 0.4); -moz-box-shadow: 0px 4px 0px rgba(204, 204, 204, 0.4); box-shadow:  0px 4px 0px rgba(204, 204, 204, 0.4);}
.header-wrapper.header-main-scrolled .header-top{ }
.header-wrapper.header-main-scrolled .logo .logo-light { display:none;}
.header-wrapper.header-main-scrolled .logo .logo-dark { display: block;}

/*========== Slider Wrapper ==========*/
.slider-wrapper{ background:#1c1c1c;}


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


/*************************
	-	CAPTIONS	-
**************************/

.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}









.button{
    border:none;
    background: none;
    display: block;
    padding: 30px 0;
}
button.center{
    margin: 0 auto;

}

.button a {
  width: 280px;
  background-color: #61ADEF;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgb(64, 149, 222);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 0;
}
.button a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 12px auto 8px;
}






.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}


.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(../assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:url(../assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(../assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.html5vid .tp-revstop	{	display:none}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both}


.tp-bullets									{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left}



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px}
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px}

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../css/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left}






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(../css/assets/timer.png);position:absolute; z-index:200;top:0px}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none}

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

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../css/assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(../assets/coloredbg.png) repeat}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
/*.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}*/


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px}
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px}
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000}
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px}
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(../assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(../assets/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(../css/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url('../css/font/revicons.eot?5510888');
  src: url('../css/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../css/font/revicons.woff?5510888') format('woff'),
       url('../css/font/revicons.ttf?5510888') format('truetype'),
       url('../css/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'} /* '' */
.revicon-pencil-1:before { content: '\e831'} /* '' */
.revicon-picture-1:before { content: '\e803'} /* '' */
.revicon-cancel:before { content: '\e80a'} /* '' */
.revicon-info-circled:before { content: '\e80f'} /* '' */
.revicon-trash:before { content: '\e801'} /* '' */
.revicon-left-dir:before { content: '\e817'} /* '' */
.revicon-right-dir:before { content: '\e818'} /* '' */
.revicon-down-open:before { content: '\e83b'} /* '' */
.revicon-left-open:before { content: '\e819'} /* '' */
.revicon-right-open:before { content: '\e81a'} /* '' */
.revicon-angle-left:before { content: '\e820'} /* '' */
.revicon-angle-right:before { content: '\e81d'} /* '' */
.revicon-left-big:before { content: '\e81f'} /* '' */
.revicon-right-big:before { content: '\e81e'} /* '' */
.revicon-magic:before { content: '\e807'} /* '' */
.revicon-picture:before { content: '\e800'} /* '' */
.revicon-export:before { content: '\e80b'} /* '' */
.revicon-cog:before { content: '\e832'} /* '' */
.revicon-login:before { content: '\e833'} /* '' */
.revicon-logout:before { content: '\e834'} /* '' */
.revicon-video:before { content: '\e805'} /* '' */
.revicon-arrow-combo:before { content: '\e827'} /* '' */
.revicon-left-open-1:before { content: '\e82a'} /* '' */
.revicon-right-open-1:before { content: '\e82b'} /* '' */
.revicon-left-open-mini:before { content: '\e822'} /* '' */
.revicon-right-open-mini:before { content: '\e823'} /* '' */
.revicon-left-open-big:before { content: '\e824'} /* '' */
.revicon-right-open-big:before { content: '\e825'} /* '' */
.revicon-left:before { content: '\e836'} /* '' */
.revicon-right:before { content: '\e826'} /* '' */
.revicon-ccw:before { content: '\e808'} /* '' */
.revicon-arrows-ccw:before { content: '\e806'} /* '' */
.revicon-palette:before { content: '\e829'} /* '' */
.revicon-list-add:before { content: '\e80c'} /* '' */
.revicon-doc:before { content: '\e809'} /* '' */
.revicon-left-open-outline:before { content: '\e82e'} /* '' */
.revicon-left-open-2:before { content: '\e82c'} /* '' */
.revicon-right-open-outline:before { content: '\e82f'} /* '' */
.revicon-right-open-2:before { content: '\e82d'} /* '' */
.revicon-equalizer:before { content: '\e83a'} /* '' */
.revicon-layers-alt:before { content: '\e804'} /* '' */
.revicon-popup:before { content: '\e828'} /* '' */


/* Revolution Slider Overwrite */
.tp-caption a {color:#ffffff;}
.tp-caption a:hover {color:#ffffff;}
.tp-caption a.btn.btn-white { color:#8c8c8c;}
.tp-caption a.btn.btn-white.btn-alt { color:#ffffff;}
.tp-caption a.btn.btn-white.btn-alt:hover, .tp-caption a.btn.btn-white.btn-alt:focus { color:#8c8c8c;}
/* Cations Overwrite */
.tp-caption.finewide_large_white, .tp-caption.finewide_medium_white, .tp-caption.boldwide_small_white, .tp-caption.finewide_small_white, .tp-caption.finewide_verysmall_white_mw,.tp-caption.finewide_large_white, .tp-caption.finewide_medium_white, .tp-caption.huge_red, .tp-caption.middle_yellow, .tp-caption.huge_thin_yellow, .tp-caption.big_dark, .tp-caption.medium_dark, .tp-caption.medium_grey, .tp-caption.small_text, .tp-caption.medium_text, .tp-caption.large_bold_white_25, .tp-caption.medium_text_shadow, .tp-caption.large_text, .tp-caption.medium_bold_grey, .tp-caption.very_large_text, .tp-caption.very_big_white, .tp-caption.very_big_black, .tp-caption.modern_medium_fat, .tp-caption.modern_medium_fat_white, .tp-caption.modern_medium_light, .tp-caption.modern_big_bluebg, .tp-caption.modern_big_redbg, .tp-caption.modern_small_text_dark, .tp-caption.thinheadline_dark, .tp-caption.thintext_dark, .tp-caption.smoothcircle, .tp-caption.largeblackbg, .tp-caption.largepinkbg, .tp-caption.largewhitebg, .tp-caption.largegreenbg, .tp-caption.excerpt, .tp-caption.large_bold_grey, .tp-caption.medium_thin_grey, .tp-caption.small_thin_grey, .tp-caption.large_bold_darkblue, .tp-caption.medium_bg_darkblue, .tp-caption.medium_bold_red, .tp-caption.medium_light_red, .tp-caption.medium_bg_red, .tp-caption.medium_bold_orange, .tp-caption.medium_bg_orange, .tp-caption.large_bold_white, .tp-caption.medium_light_white, .tp-caption.mediumlarge_light_white, .tp-caption.mediumlarge_light_white_center, .tp-caption.medium_bg_asbestos, .tp-caption.medium_light_black, .tp-caption.large_bold_black, .tp-caption.mediumlarge_light_darkblue, .tp-caption.small_light_white, .tp-caption.large_bg_black, .tp-caption.mediumwhitebg, .tp-caption.medium_bg_orange_new1, .tp-caption.black{font-family: 'Roboto', sans-serif ;}

/*========== Off Canvas Drawer ==========*/
.drawer { background:#1c1c1c; position: fixed; overflow-y: auto; top: 0; bottom: 0; width: 20%; right: 0; height: 100%; z-index:1; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease; -webkit-transform: translate(100%, 0px); -moz-transform: translate(100%, 0px); -o-transform: translate(100%, 0px); -ms-transform: translate(100%, 0px); transform: translate(100%, 0px);}
.drawer.active{ -webkit-transform: translate(0%, 0px); -moz-transform: translate(0%, 0px); -o-transform: translate(0%, 0px); -ms-transform: translate(0%, 0px); transform: translate(0%, 0px);}
.drawer-link { font-size:14px !important; display:inline-block;}
.drawer .drawer-button{ display:block; width:100%; overflow:hidden; text-align:right; -webkit-transition: 0.4s ease; -moz-transition: 0.4s ease; -o-transition: 0.4s ease;   transition: 0.4s ease;}
.drawer.active .drawer-button{-webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0);  transform: translate(0, 0);}
.drawer .drawer-link {}
.drawer .drawer-widget .title-drawer { margin:17px 0;}
.drawer .drawer-link {font-size:40px !important; padding:10px; line-height:81px; color:#ffffff;
-webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s;
-webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform;  -o-transition-property: -o-transform;  transition-property: transform;
overflow:hidden;}
.drawer .drawer-link:hover{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}
.drawer-widget{ width:100%; overflow:hidden; margin-bottom:20px; padding:20px;}
.drawer-widget h1, .drawer-widget h2, .drawer-widget h3, .drawer-widget h4, .drawer-widget h5, .drawer-widget h6 { font-size:24px;}
.drawer-widget .social-list { margin:0 0 20px;}
.drawer-widget .social-list li a{ margin:20px 0;}
.page-wrapper.active { -webkit-transform: translate(-20%, 0px); -moz-transform: translate(-20%, 0px); -o-transform: translate(-20%, 0px); -ms-transform: translate(-20%, 0px); transform: translate(-20%, 0px);}
.header-wrapper.active {-webkit-transform: translate(-20%, 0px); -moz-transform: translate(-20%, 0px); -o-transform: translate(-20%, 0px); -ms-transform: translate(-20%, 0px);
  transform: translate(-20%, 0px); }

/* drawer specific css */
.drawer a { color:inherit;}
.social-list li a{ display:block;}
/* vertical menu */
.vertical-menu.nav > li { border-top:1px solid;}
.vertical-menu.nav > li:first-child { border-top:none;}
.vertical-menu.nav > li > a { padding:15px;}
.vertical-menu.nav-stacked > li + li { margin:0;}
.drawer .vertical-menu.nav > li > a:hover, .drawer .vertical-menu.nav > li > a:focus {background-color: #1c1c1c;}
.drawer .vertical-menu .dropdown-menu { background:#1c1c1c;}
.drawer .vertical-menu .dropdown-menu > li > a { color:inherit;}
.drawer .vertical-menu .dropdown-menu > li > a:hover, .vertical-menu .dropdown-menu > li > a:focus { background:#2c2c2c;}

/*========== Main Wrapper Header ==========*/
.main-wrapper-header { padding:60px 0; background:#f8f8f8;}
.main-wrapper-header .page-title {}
.main-wrapper-header .page-title h1, .page-title h2, .page-title h3 { margin:0; font-size:38px;line-height:2;}

.main-wrapper-header .breadcrumbs-wrapper { text-align:right;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb { margin:0; line-height:4.4; background:none; padding: 8px 0;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb li { float:none; width:auto;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb li a{ border-bottom:1px solid transparent;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb > li + li:before {content: "/"; padding: 0 8px;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb > .active {color: #2c2c2c;}

/* Fancy Header*/
.fancy-header {}
.fancy-header .page-title h1,.fancy-header .page-title h2, .fancy-header .page-title h3 { font-size:48px; line-height:1.2; text-align:center;}
.fancy-header .breadcrumbs-wrapper { text-align:center;}

/* Dark Header */
.dark-header{ background:#1c1c1c;}
.dark-header .page-title h1,.dark-header .page-title h2, .dark-header .page-title h3{ color:#ffffff;}
.dark-header .breadcrumbs-wrapper .breadcrumb > li + li:before { color:#ffffff !important;}
.dark-header .breadcrumbs-wrapper .breadcrumb > li a { color:#ffffff;}
.dark-header .breadcrumbs-wrapper .breadcrumb > li a:hover { border-bottom:1px solid #ffffff;}
.dark-header .breadcrumbs-wrapper .breadcrumb > .active { color:#ffffff;}


/*========== Main Navigation ==========*/
.navbar-header{float:none;}
.nav-right .navbar-header{float:right;}
.nav-left .navbar-header{float:left;}
.nav-left .gfx-nav{float:right;}
.nav-centered .navbar-header{float:none; text-align:center;}
.nav-centered .nav > li { display:inline-block;}
.nav-centered .navbar-nav > li { float:none;}
.nav-centered .gfx-nav{ width:100%; text-align:center;}

@media (min-width: 768px) and (max-width: 991px) {
.nav > li > a { padding: 0 9px;}
.navbar-nav > li > a {line-height: 100px;}
}

@media screen and (max-width: 767px) {
.nav-right .navbar-header{float:none; width:100%; text-align:right;}
.nav-left .navbar-header{float:none; width:100%; text-align:left;}
.nav-right .navbar-toggle { left:0;}
.nav-left .navbar-toggle { right:0;}
.nav-left .gfx-nav{float:none;}
.header-main.header-main-scrolled { position:relative;}
}

.navbar, .navbar-nav{ margin:0; min-height:inherit;}
.navbar-collapse{ max-height:inherit; padding:0;}
.navbar-default{ background:none; border:none;}
.navbar-default .navbar-nav > li > a {color: #ffffff; font-size: 12px; font-weight: 400; text-transform:uppercase; text-decoration: none;}
.header-wrapper.header-main-scrolled .navbar-default .navbar-nav > li > a { color:#1c1c1c;}
.header-wrapper.header-main-scrolled .navbar-default .navbar-nav > li > a .caret { background:#1c1c1c;}
.header-wrapper.header-main-scrolled .navbar-default .navbar-nav > .open > a .caret, .header-wrapper.header-main-scrolled .navbar-default .navbar-nav > .open > a:hover .caret, .header-wrapper.header-main-scrolled .navbar-default .navbar-nav > .open > a:focus .caret {background:#ffffff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background:none; color:#ffffff;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent;}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {background-color: #ffffff !important;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{text-decoration: none; background-color: none; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: none; color:#ffffff !important;}

.navbar-toggle {position: absolute; cursor:pointer; top:30px; width:48px; height:48px; font-size:18px; float: none; text-align:center; right:0;  margin: 0;  padding: 9px 10px; background-color: #2c2c2c; color:#fff;  border: none; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;}
.navbar-toggle:focus {outline: none;}
.navbar-toggle:after {content:'\f0c9'; font-family:FontAwesome;}

@media (min-width: 992px) {
  .navbar-nav > li > a {padding: 0 15px; line-height:100px; }
  .navbar-nav > li > a:hover,.navbar-nav > li > a:focus {}
  .navbar-nav > li > a.current::before, .navbar-nav > li > a.current::after, .navbar-nav > li > a:hover::before, .navbar-nav > li > a:focus::before, .navbar-nav > li > a:hover::after, .navbar-nav > li > a:focus::after, .navbar-nav > li > a.highlighted:before, .navbar-nav > li > a.highlighted:after{opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px);}
}

.caret {border: none; background:#ffffff; display: inline-block; height: 3px; width: 3px; margin-left: 2px; vertical-align: middle; margin-top:-1px; -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}



/* Mega Menu */
.gfx-mega .nav,
.gfx-mega .collapse,
.gfx-mega .dropup,
.gfx-mega .dropdown {
  position: static;
}
.gfx-mega .container {position: relative;}
.gfx-mega .dropdown-menu {left: auto;}
.gfx-mega .nav.navbar-right .dropdown-menu {left: auto; right: 0;}
.gfx-mega .gfx-mega-content { padding:0px 15px;}
.gfx-mega .dropdown.gfx-mega-fw .dropdown-menu {left: auto; right: 0;}
.gfx-mega.nav-centered .dropdown.gfx-mega-fw .dropdown-menu{ left:0;right:0;}
.gfx-mega.nav-right .dropdown.gfx-mega-fw .dropdown-menu{ left:0;right:auto;}

/* Mega Menu Elements styling*/
/* lists */
.mega-menu-list{ list-style: none; margin:0; padding:0;}
.mega-menu-list > li {font-size: 13px;}
.mega-menu-list > li > a {color: #333333; display:block; padding: 12px 10px; font-weight:400;}
.mega-menu-list > li.active > a {color:#ffffff !important;}
.mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus{color:#ffffff;}
.mega-menu-list .title-header{ font-size:16px; margin-bottom:10px; display:block; padding:0 10px 10px;}
.gfx-nav h1, .gfx-nav h2, .gfx-nav h3, .gfx-nav h4, .gfx-nav h5, .gfx-nav h6{color:#8c8c8c; padding:10px 0;}


/* dropdowns */
.dropdown-menu {background: #ffffff; padding:15px 0; border:none; -webkit-border-radius: 0px 0px 2px 2px ;-moz-border-radius: 0px 0px 2px 2px; border-radius: 0px 0px 2px 2px;-webkit-box-shadow: 0px 4px 0px rgba(204, 204, 204, 0.4); -moz-box-shadow: 0px 4px 0px rgba(204, 204, 204, 0.4); box-shadow:  0px 4px 0px rgba(204, 204, 204, 0.4);}
.dropdown-menu > li > a {color: #333333; font-size: 13px;  padding:12px 10px; font-weight:400;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color:#ffffff;}
.dropdown-menu .divider{ background:#ececec;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #ffffff;}


/* .open > .dropdown-menu { display:none;}  Uncomment for sliding menu effect */

/* Vertical Navigation */
.nav-stacked {}
.nav-stacked .dropdown-menu { position:relative; width:100%; }


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

/*========== Main Wrapper ==========*/

/*========== Footer Wrapper ==========*/

.footer-wrapper a:hover {}
.footer-widget{ margin-bottom:30px; font-weight:300;}
.footer-widget .footer-title { margin-bottom:10px;font-size:16px; color:#ffffff; margin-left: 8px;}
.footer-widget .list-default { margin-bottom:0;}
.footer-widget .divider-list li {border-top: 1px solid #2c2c2c;}
.footer-widget .newsletter { margin-top:20px;}
.footer-widget .newsletter .form-control{ border:1px solid #2c2c2c;}

/*Footer Top*/
.footer-top{ background:#000; padding:30px 0 0px; }

/* twitter footer */
.footer-top .footer-widget .twitter-footer { position:relative; overflow:hidden;}
.footer-top .footer-widget .tweet_list {}
.footer-top .footer-widget .tweet_list li{ margin-bottom:10px; padding:8px 0; position:relative;}
.footer-top .footer-widget .tweet_list li:before{content:'\f099'; font-family:'FontAwesome'; font-size:68px; position:absolute; z-index:0; right:0px; bottom:0px; line-height:1; color:#9c9c9c;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* Safari 1.x */ -khtml-opacity: 0.2; /* Modern browsers */opacity: 0.2; }
.footer-top .footer-widget .tweet_list li .tweet_text a{ }
.footer-top .footer-widget .tweet_list li .tweet_time { display:block; text-align:right; font-size:12px; color:#8c8c8c; margin-top:10px; position:relative; z-index:1;}
.footer-top .footer-widget .at { font-weight:bold; }

/*Footer Middle*/
.footer-middle {background: #1c1c1c; padding:40px 0 20px;}
.footer-middle a{ color:inherit;}

/* menu */
.footer-middle .menu-footer {padding:10px 0 15px;}
.footer-middle .menu-footer ul{margin:0 auto; text-align:center;}
.footer-middle .menu-footer ul li{ padding:10px 15px; }

.footer-middle .social-footer { padding:15px 0 10px;}
.footer-middle .social-list { margin:0 auto; text-align:center;}
.footer-middle .social-list li{ margin-left:5px; padding:0 15px;}
.footer-middle .social-list li a { display: block; text-align: center; font-size:22px; padding:10px;}

/*Footer Bottom*/
.footer-bottom{ background: #000; padding:30px 0 30px;}
.footer-bottom .copyright { padding:0;}
.footer-bottom .copyright p{ margin-bottom:0; line-height:3.4;}

.logo-footer{ max-width:99px; opacity:0.5; float:right; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.logo-footer img{ width:100%; height:auto;}

/*===============================
========== Typography ==========
===============================*/

h1, h2, h3 { color:#2c2c2c;font-weight:200; font-style: normal; text-rendering: optimizelegibility; text-transform: uppercase;}
h4, h5, h6 { color:#2c2c2c; font-weight:200; font-style: normal; text-rendering: optimizelegibility; text-transform: uppercase;}
h1 {font-size: 56px; margin-top: 0;}
h2 {font-size: 46px; margin-top: 0;}
h3 {font-size: 36px; margin-top: 0;}
h4 {font-size: 24px; margin-top: 0;}
h5 {font-size: 20px; margin-top: 0;}
h6 {font-size: 16px; margin-top: 0;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { color: inherit; font-weight:200;}
p {font-size:1.8rem; font-weight: 300; margin-bottom: 20px; text-rendering: optimizelegibility; line-height: 2.3; }
p.small{ font-size:90%; margin-bottom:10px;}
p.medium{ font-size:120%; margin-bottom:10px;}
*::-moz-selection {color: #fff;}
*::selection {color: #fff;}

/* Lead Paragraph*/
.lead{ font-size:1.6em; font-weight:300;}
.lead.lead-small{ font-size:1.2em;}
.lead.lead-medium{ font-size:1.4em;}
.lead.lead-big{ font-size:2em;}
.lead.lead-xbig{ font-size:3.8em;}

/* Special Headings */
.title-large{ font-size:72px;}
.title-medium{ font-size:64px;}
.title-small{ font-size:34px;}
.title-xsmall{ font-size:18px;}


/* Fancy Title */
.fancy-title{margin-bottom:40px; }
.fancy-title:after{content: ""; display: block; height: 2px; margin: 0;  position: relative; width: 60px;}
.fancy-title span:after {content: ""; display: block; margin: 40px 0 -10px;  position: relative; width: 1px; z-index:2;}
.text-center.fancy-title:after{content: ""; display: block; height: 2px; margin: 0 auto;  position:relative; width: 60px;}
.text-center.fancy-title span:after {content: ""; display: block; margin: 40px auto -10px;  position: relative; width: 1px;}
.text-right.fancy-title:after{content: ""; display: block; height: 2px; margin: 0 0 0 80%;  position: relative; width: 60px;}
.text-right.fancy-title span:after {content: ""; display: block; margin: 40px 0 -10px 100%;  position: relative; width: 1px;}
h4.fancy-title span:after, h5.fancy-title span:after, h6.fancy-title span:after { margin-top:30px !important;}
h4.fancy-title, h5.fancy-title , h6.fancy-title { margin-bottom:30px !important;}

/* Font Weight */
.xlight { font-weight:100 !important;}
.light { font-weight:200 !important;}
.medium{ font-weight:500 !important;}
.bold { font-weight:700 !important;}
.ubold { font-weight:900 !important;}

/* Font Family */
.text-times { font-family:Georgia, "Times New Roman", Times, serif !important;}
.text-script{ font-family: 'Great Vibes', cursive !important;}

/* Dropcaps */

.firstletter {float: left; font-size: 2.4em; line-height: 1.2; margin-right: 0.3em; height:40px; width:40px; text-align:center;}
.drop-fullround .firstletter { background-color:#848494; float: left; font-size: 2.4em; line-height: 1.6; margin-right: 0.3em;  margin-top: 0.1em; height:55px; width:55px; text-align:center; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%;border-radius:50%;}
.drop-border .firstletter {float: left; font-size: 2.4em; line-height: 1.6; margin-right: 0.3em;  margin-top: 0.1em; height:55px; width:55px; text-align:center;
-webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%;border-radius:50%; border:1px solid;}

/*===============================
========== Revolution Slider ==========
===============================*/
.tp-loader 	{z-index:9999;}
.tp-loader.spinner0 {background:url(../img/theme/revolutionslider/loader.gif) no-repeat center center;}

.tp-banner-container{width:100%; position:relative;	padding:0;}
.tp-banner{width:100%;position:relative;}
.tp-banner-fullscreen-container {width:100%;position:relative;padding:0;}

/*===============================
========== Team Members ==========
===============================*/
.team-wrapper{margin-bottom:0px; position:relative; overflow:hidden; cursor:pointer;}
.team-wrapper img{width:100%; height:auto;}
.team-member{ position:relative; overflow:hidden;}
.team-photo{ position:relative;top:0; right:0;}
.team-details{ overflow:hidden; position:absolute; top:-100%; height:100%; width:100%; display:block; -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.team-contact{ padding:10px 0; background:#ffffff;}
.team-contact ul{ margin:0;}
.team-contact ul li a{ padding:5px; display:block; font-size:16px;}
.team-description{ padding:20px 10px; height:100%; color:#ffffff;
	background:#000; /* fallback for browser that not support rgba */
	background:rgb(0,0,0);
	background: rgba(0,0,0, .7); /* Works on all modern browsers */}
.team-wrapper.cardtoggle .team-details{ right:0%; top:0}
.team-info{padding:20px 5px 5px; background:#ffffff; text-align:center;}
.team-info .team-name {font-weight: 500; font-size:18px; margin-bottom: 2px;}
.team-info .team-role { margin:0;}
.team-member:hover .overlay-bg{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* Safari 1.x */ -khtml-opacity: 0.8; /* Modern browsers */opacity: 0.8;}

.team-wrapper-alt{cursor: default;}
.team-wrapper-alt .team-info{ background:none;}
/* Alternative 1*/
.team-wrapper-alt .overlay-wrapper .overlay-details { padding:15px;}
.team-wrapper-alt:hover .overlay-wrapper .overlay-details{ z-index:2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.team-wrapper-alt:hover .overlay-wrapper .overlay-wrapper-content { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;  }
.team-wrapper-alt .overlay-wrapper .overlay-details a { margin:10px 5px; min-width:38px; min-height:38px; line-height:1.8px;}

/*===============================
========== Elements ==========
===============================*/

/*========== Parallax ==========*/


.parallax{ position:relative;
     -webkit-background-size: cover !important; /* For WebKit*/
    -moz-background-size: cover !important;    /* Mozilla*/
    -o-background-size: cover !important;      /* Opera*/
    background-size: cover !important;         /* Generic*/}

.parallax-background1 {background-image:url(../img/demo/parallax/parallax-back1.jpg);}
.parallax-background2{ background-image:url(../img/demo/parallax/parallax-back2.jpg);}
.parallax-background3{ background-image:url(../img/demo/parallax/parallax-back3.jpg);}
.parallax-background4{ background-image:url(../img/demo/parallax/parallax-back4.jpg);}
.parallax-background5{ background-image:url(../img/demo/parallax/parallax-back5.jpg);}
.parallax-background6{ background-image:url(../img/demo/parallax/parallax-back6.jpg);}
.parallax-background7{ background-image:url(../img/demo/parallax/parallax-back7.jpg);}
.parallax-background8{ background-image:url(../img/demo/parallax/parallax-back8.jpg);}
.parallax-background9{ background-image:url(../img/demo/parallax/parallax-back9.jpg);}
.parallax-background10{ background-image:url(../img/demo/parallax/parallax-back10.jpg);}
.parallax-background11{ background-image:url(../img/demo/parallax/parallax-back11.jpg);}
.parallax-background12{ background-image:url(../img/demo/parallax/parallax-back12.jpg);}
.parallax-background13{ background-image:url(../img/demo/parallax/parallax-back13.jpg);}
.parallax-background14{ background-image:url(../img/demo/parallax/parallax-back14.jpg);}
.parallax-background15{ background-image:url(../img/demo/parallax/parallax-back15.jpg);}
.parallax-background16{ background-image:url(../img/demo/parallax/parallax-back16.jpg);}


.parallax-breadcrumbs { background-image:url(../img/demo/parallax/parallax-breadcrumbs.jpg);}
.parallax-blog { background-image:url(../img/demo/parallax/parallax-blog.jpg);}
.parallax-about { background-image:url(../img/demo/parallax/parallax-about.jpg);}
.parallax-services { background-image:url(../img/demo/parallax/parallax-services.jpg);}
.parallax-team { background-image:url(../img/demo/parallax/parallax-team.jpg);}
.parallax-landing { background-image:url(../img/demo/parallax/parallax-landing.jpg);}
.parallax-404 { background-image:url(../img/demo/parallax/parallax-404.jpg);}
.parallax-search { background-image:url(../img/demo/parallax/parallax-search.jpg);}
.parallax-shop { background-image:url(../img/demo/parallax/parallax-shop.jpg);}
.parallax-portfolio{ background-image:url(../img/demo/parallax/parallax-portfolio.jpg);}

@media only screen and (max-width: 768px) {
.parallax{ background-position:50% 50% !important; background-attachment: scroll; }
}

/* Backgrounds */
.bg-container-1{background-image:url(../img/demo/backgrounds/background1.jpg);
 -moz-background-size: cover !important;   /* Mozilla*/   -o-background-size: cover !important;  /* Opera*/   background-size: cover !important;  /* Generic*/}
.bg-container-2{ background-image:url(../img/demo/parallax/parallax-back2.jpg);
 -moz-background-size: cover !important;   /* Mozilla*/   -o-background-size: cover !important;  /* Opera*/   background-size: cover !important;  /* Generic*/}
.bg-container-3{ background-image:url(../img/demo/parallax/parallax-back3.jpg);
 -moz-background-size: cover !important;   /* Mozilla*/   -o-background-size: cover !important;  /* Opera*/   background-size: cover !important;  /* Generic*/}
.bg-container-4{ background-image:url(../img/demo/parallax/parallax-back4.jpg);
 -moz-background-size: cover !important;   /* Mozilla*/   -o-background-size: cover !important;  /* Opera*/   background-size: cover !important;  /* Generic*/}


/* Background Overlay*/
.bg-overlay{display: block;height: 100%; position: absolute; top:0; left:0; width: 100%; z-index:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* Safari 1.x */ -khtml-opacity: 0.8; /* Modern browsers */opacity: 0.8;}
.bg-overlay-solid{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.bg-overlay.bg-overlay-light{background:#f2f2f2;}
.bg-overlay.bg-overlay-dark{background:#1c1c1c;}

/*========== Portfolio ==========*/
.portfolio-grid{ position:relative;}
.portfolio-grid:after {
    clear: both;
    content: "";
    display: block;
}
.isotope-item {z-index: 2;}
.isotope-hidden.isotope-item {pointer-events: none; z-index: 1;}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 1200ms;
	-moz-transition-duration: 1200ms;
	-ms-transition-duration: 1200ms;
	-o-transition-duration: 1200ms;
	transition-duration: 1200ms;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
ul#filters {list-style:none; margin:0 auto 60px; padding:0; text-align:center; position:relative; z-index:99;}
ul#filters li{display: inline-block; padding-left: 5px;  padding-right: 5px; margin-bottom:10px; }
ul#filters li a.filter{ padding:8px 30px; color:#8c8c8c; background: none; display:block; text-transform:uppercase;}
ul#filters li a.filter.selected{ color:#fff;}
.element{ float:left;}
.element-inner{}
.element img{width: 100%; height:auto;}
.portfolio-classic .element-inner{ margin-bottom:30px; padding:0 15px;}

/* Start Columns */
.portfolio-1-cols .element {width: 100%;}
.portfolio-2-cols .element {width: 50%;}
.portfolio-3-cols .element {width: 33.3333%;}
.portfolio-4-cols .element {width: 25%;}
.portfolio-6-cols .element {width: 16.6667%;}

.portfolio-2-cols .element.size-2x {width: 100%;}
.portfolio-3-cols .element.size-2x {width: 66.60%;}
.portfolio-4-cols .element.size-2x {width: 50%;}
.portfolio-6-cols .element.size-2x {width: 33.3333%;}

.portfolio-2-cols .element.size-3x {width: 100%;}
.portfolio-3-cols .element.size-3x {width: 100%;}
.portfolio-4-cols .element.size-3x {width: 75%;}
.portfolio-6-cols .element.size-3x {width: 50%;}

.element.size-full { width: 100%; }
/* End Columns */



@media only screen and (max-width: 980px) {
	.element, .portfolio-1-cols .element, .portfolio-2-cols .element, .portfolio-3-cols .element, .portfolio-4-cols .element, .portfolio-6-cols .element, .portfolio-12-cols .element, .portfolio-2-cols .element.size-2x, .portfolio-3-cols .element.size-2x, .portfolio-4-cols .element.size-2x, .portfolio-6-cols .element.size-2x { width: 50%;}
}

@media only screen and (max-width: 480px) {
	.element, .portfolio-1-cols .element, .portfolio-2-cols .element, .portfolio-3-cols .element, .portfolio-4-cols .element, .portfolio-6-cols .element, .portfolio-12-cols .element, .portfolio-2-cols .element.size-2x, .portfolio-3-cols .element.size-2x, .portfolio-4-cols .element.size-2x, .portfolio-6-cols .element.size-2x { width: 100%;	}

}


/* Portfolio Element */
/* Project Item */
.portfolio-item .project-meta { padding:10px;}
.portfolio-item-content { padding:30px 10px; text-align:center;}
.portfolio-item-title { font-size:16px; font-weight:500;}
.portfolio-item-content p{margin-bottom:0;}
.portfolio-item-content.panel { margin-top:-4px; padding:20px 10px;}


/*========== Carousel ==========*/
/*
Core Owl Carousel CSS File
*/


.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow:hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

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


.carousel .owl-item .carousel-item{ margin:0px;}

.carousel .owl-controls{text-align: center;}
/* Styling Next and Prev buttons */
.carousel .owl-controls .owl-nav { color: #8c8c8c;	left:0; top:0;	zoom: 1;*display: inline;/*IE7 life-saver */ margin: 0px;  font-size: 24px; }
.carousel .owl-controls .owl-nav .owl-prev, .carousel .owl-controls .owl-nav .owl-next {position:absolute; filter: Alpha(Opacity=70);/*IE7 fix*/ opacity: 0.7; width: 0; height: 0;-webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.carousel .owl-controls .owl-nav .owl-prev { top:40%; border-style: solid; border-width: 50px 0 50px 50px; border-color: transparent transparent transparent #ffffff; left:-50px;}
.carousel .owl-controls .owl-nav .owl-next { top:40%; border-style: solid; border-width: 50px 50px 50px 0; border-color: transparent #ffffff transparent transparent; right:-50px;}
.carousel .owl-controls .owl-nav .owl-prev .fa {left: -35px; position: absolute; top: -12px;}
.carousel .owl-controls .owl-nav .owl-next .fa {left: 25px; position: absolute; top: -12px;}
.carousel:hover .owl-controls .owl-nav .owl-prev { left:0;}
.carousel:hover .owl-controls .owl-nav .owl-next { right:0;}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.carousel .owl-controls .owl-nav .owl-prev:hover, .carousel .owl-controls .owl-nav .owl-next:hover{filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}

/* Styling Pagination*/
.owl-dots { margin-top:10px;}
.owl-carousel-thumbs .owl-dots { margin-top:0px;}
.carousel .owl-controls .owl-dot{ padding:0 2px; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */}
.carousel .owl-controls .owl-dot span{display: block;	width: 24px; height: 6px; margin-right:1px;	filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;}

.carousel .owl-controls .owl-dot.active span, .carousel .owl-controls.clickable .owl-dot:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1;}

.carousel .owl-controls .owl-dot span.owl-numbers{	height: auto; width: auto;	color: #FFF; padding: 2px 10px;	font-size: 12px;}

/* preloading images */
.owl-item.loading{min-height: 150px; background: url(../img/theme/AjaxLoader.gif) no-repeat center center}

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

.owl-item img{ width:100%; height:auto; }

/* Carousel Theme */
.carousel.carousel-theme-round .owl-controls .owl-dot span { height:10px; width:10px; background:none; border:2px solid #ececec;  -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-nav .owl-prev {left:-50px;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-nav .owl-next {right:-50px;}
@media (max-width: 768px) {
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-nav .owl-prev {left:10px;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-nav .owl-next {right:10px;}
}

/* Carousel Nav Style*/
.inner-nav .owl-dots { position:absolute; bottom:10px; right:10px;}
.carousel.carousel-theme-round.inner-nav .owl-controls .owl-dot span { border-color:#ffffff;}

/* Carousel*/
.carousel.carousel-simple .owl-item .carousel-item{ margin:0 10px;}
.carousel.carousel-simple .carousel.carousel-default .owl-item .carousel-item{ margin:0; padding-bottom:0;}
.carousel-item .panel{ margin-bottom:0;}

/* Sync Carousel */
.owl-carousel .owl-item img {height: 100%; object-fit: cover; transform-style: initial;}
.owl-thumb-item img { height: auto;width: 100%;}
.owl-thumbs {bottom: 0; display: table; left: 0; text-align: center; width: 100%;}
.owl-thumb-item { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: medium none; display: table-cell;  opacity: 0.4; padding: 0;	width:25%;}
.owl-carousel-thumbs.owl-thumbs2 .owl-thumb-item {width:50%;}
.owl-carousel-thumbs.owl-thumbs3 .owl-thumb-item {width:33.3333%;}
.owl-thumb-item.active {opacity: 1;}

/**  Owl Carousel CSS3 Transitions *  v1.3.2*/

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



/*========== Counters ==========*/
.counter-block{ padding:30px 10px 10px; border: 1px dashed #ececec; margin-bottom:60px;}
.counter{ margin-bottom:20px;}

/*========== Testimonials ==========*/
.testimonials{ margin:0;}
.testimonials .carousel{}
.testimonial-item blockquote { margin:0;}
.testimonial-item blockquote p{ font-style:italic;}
.testimonial-image{ width:96px;  height:96px; margin:0 auto 20px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; overflow:hidden;}
.testimonial-image img{ width:100%; height:auto;}


/* Blockquote */
blockquote { border:none; position:relative;}
blockquote:before {content:'\f10e'; font-family:'FontAwesome'; top: 0; left:0; right:0; position:absolute; z-index:-1; font-size:5em; color:#ececec;
/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* Safari 1.x */ -khtml-opacity: 0.6; /* Modern browsers */opacity: 0.15;}
blockquote footer:before, blockquote small:before, blockquote .small:before { content:"";}
blockquote footer, blockquote small, blockquote .small{ font-weight:500;}
blockquote cite { font-weight:300;}

/*========== Simple Slider ==========*/
.simple-slider{}

/*========== Twitter ==========*/

/*twitter carousel*/
.twitter-carousel { text-align:center;}
.tweet_list { padding:0; margin:0; list-style:none;}
.twitter-carousel .twitterfeed .tweet_text{font-size: 1.6em; font-weight: 300;}
.twitter-carousel .twitterfeed .tweet_time { display:block; font-style:italic; margin:10px 0;}
.twitter-carousel .twitterfeed .tweet_avatar {display: inline-block; margin:10px auto 0;}
.twitter-carousel .twitterfeed .owl-item { padding:0 40px;}
.twitter-carousel .carousel .owl-controls .owl-nav .owl-prev { top:30%;}
.twitter-carousel .carousel .owl-controls .owl-nav .owl-next { top:30%;}
/* twitter widget*/
.twitter .tweet_list {}
.twitter .tweet_list li{ margin-bottom:20px;}
.twitter .tweet_list .tweet_avatar {display: block; float: left; margin: 10px;   max-width: 48px;  text-align: center;}
.twitter .tweet_list .tweet_avatar img{}
.twitter .tweet_list .tweet_text { display:block; padding:10px; border: 1px solid #ececec;}
.twitter .tweet_list .tweet_time { display: block; font-size: 13px; font-style: italic; margin-top: 5px; padding-top: 5px; text-align: right;}

/*========== Images ==========*/
.thumbnail { border:1px solid #ececec; padding:8px;}
.img-thumbnail {border:1px solid #ececec; padding:8px;}
.img-rounded {-webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;}
.img-bg { position:absolute; top:0; left:0; right:0; margin:0 auto; height:auto; z-index:-1;}
.banner { margin-top:-60px;}

/* Align*/
.alignleft { float: left; margin: 0 20px 10px 0;}
.alignright { float: right;  margin: 0 0 10px 20px;}
.aligncenter {display: block; margin: 0 auto; margin-bottom:20px;}
.alignnone { float: none; margin: 0 auto;}

/* List Images */
ul.gallery {list-style: none; overflow:hidden; padding:0; margin:0; }
ul.gallery li {float:left; padding:0; margin:0;}
ul.gallery li img {max-width: 100%; height: auto;}

/* class for 2 columns */
ul.gallery.columns-2 li {width: 50%;}
/* class for 3 columns */
ul.gallery.columns-3 li {width: 33.3%;}

/* Overlay Image */
.overlay-wrapper { position:relative; overflow:hidden;}
.overlay-wrapper img { width:100%; height:auto;  -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;}
.overlay-wrapper .project-meta { padding:10px;}

/* overlay */
.overlay-wrapper-content { position:absolute; top:0; left:0; text-align:center; display: block;  height: 100%; width: 100%;}
.overlay-bg{ 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; height:100%; width:100%; position:absolute; z-index:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Safari 1.x */ -khtml-opacity: 0; /* Modern browsers */opacity: 0;}
.overlay-wrapper:hover .overlay-wrapper-content,.overlay-wrapper:focus .overlay-wrapper-content { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.overlay-title { position:absolute; top:0px; width:100%; text-align:center; z-index: 3; -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; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Safari 1.x */ -khtml-opacity: 0; /* Modern browsers */opacity: 0;}
.overlay-title h1, .overlay-title h2, .overlay-title h3, .overlay-title h4, .overlay-title h5 {color:#fff; font-size:18px; font-weight:400; margin:0; padding:10px 20px;}
.overlay-wrapper:hover .overlay-title {top:30px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.overlay-wrapper:hover .overlay-bg, .overlay-wrapper:focus .overlay-bg{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 0.8;}
.overlay-wrapper .overlay-details{display:block; color:#ffffff; top: 50%; transform: translateY(-50%); left:0; right:0px; position:absolute; z-index:2; -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; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Safari 1.x */ -khtml-opacity: 0; /* Modern browsers */opacity: 0;}
.overlay-wrapper:hover .overlay-details, .overlay-wrapper:focus .overlay-details{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.overlay-details a{ color:#ffffff ; font-size:18px; min-width:48px; min-height:48px; margin-right:10px; line-height:2.2; display:inline-block;}
.overlay-details a span.fa{ line-height:2;}
.overlay-details a [class^="gfx-"]:before, .overlay-details a [class*=" gfx-"]:before{ top:0;}
.overlay-details:hover, .overlay-details:focus{ color:#ffffff;}
/* transparency */
.img-transparency { width:100%; height:auto;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* Safari 1.x */ -khtml-opacity: 0.4; /* Modern browsers */opacity: 0.4; -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;}
.img-transparency:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1; backface-visibility: hidden;  /* W3C */ -webkit-backface-visibility: hidden; /* Safari & Chrome */ -moz-backface-visibility: hidden; /* Firefox */ -ms-backface-visibility: hidden; /* Internet Explorer */ -o-backface-visibility: hidden; /* Opera */}
.overlay-wrapper:hover .img-transparency, .overlay-wrapper:focus .img-transparency {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1; backface-visibility: hidden;  /* W3C */ -webkit-backface-visibility: hidden; /* Safari & Chrome */ -moz-backface-visibility: hidden; /* Firefox */ -ms-backface-visibility: hidden; /* Internet Explorer */ -o-backface-visibility: hidden; /* Opera */}
/* zoom */
.overlay-wrapper .img-zoom { width:100%; height:auto;}
.overlay-wrapper:hover .img-zoom, .overlay-wrapper:focus .img-zoom {-webkit-transform:scale(1.4); -moz-transform:scale(1.4); -o-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4);}

@media (max-width: 1024px) {
.overlay-wrapper:hover .overlay-details, .overlay-wrapper:focus .overlay-details{}
}


/*========== Tooltips ==========*/

.o-tooltip{position:absolute;z-index:9999;display:block;visibility:visible;font-size:13px;}
.o-tooltip-inner{padding:15px 20px;color:#fff;text-align:center;text-decoration:none;}
.o-tooltip.bl,.o-tooltip.bc,.o-tooltip.br{margin-top:-12px}
.o-tooltip.ml{margin-left:12px}
.o-tooltip.tl,.o-tooltip.tc,.o-tooltip.tl,.o-tooltip.tr{margin-top:12px}
.o-tooltip.mr{margin-left:-12px}
.o-tooltip.bc .o-tooltip-arrow{left:50%;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid;}
.o-tooltip.mr .o-tooltip-arrow{top:50%;right:-12px;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid;}
.o-tooltip.tc .o-tooltip-arrow{left:50%;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid;}
.o-tooltip.ml .o-tooltip-arrow{top:50%;left:-12px;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid;}
.o-tooltip.tl .o-tooltip-arrow{left:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-left:12px solid; }
.o-tooltip.bl .o-tooltip-arrow{left:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-left:12px solid; }
.o-tooltip.tr .o-tooltip-arrow{right:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-right:12px solid;}
.o-tooltip.br .o-tooltip-arrow{top:100%;right:0;margin-top:-13px;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-right:12px solid;}

/* Tooltip arrow bottom */
.o-tooltip.bl .o-tooltip-arrow,
.o-tooltip.bc .o-tooltip-arrow,
.o-tooltip.br .o-tooltip-arrow
{bottom:-11px;}
/* Tooltip arrow top */
.o-tooltip.tl .o-tooltip-arrow,
.o-tooltip.tc .o-tooltip-arrow,
.o-tooltip.tr .o-tooltip-arrow
{top:-12px;}

.o-tooltip-arrow{position:absolute;width:0;height:0;}
.o-tooltip-close{position:absolute;width:15px;height:15px;background:#137861;cursor:pointer;left:100%;margin-left:-15px;-webkit-border-top-right-radius: 2px;-webkit-border-bottom-left-radius: 2px;-moz-border-radius-topright: 2px;-moz-border-radius-bottomleft: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}
.o-tooltip-close span{display:block;width:4px;height:4px;line-height:4px;font-size:10px;position:absolute;left:50%;top:50%;margin:-4px 0 0 -2px;color:#FFF;font-weight:bold;}

.o-tooltip.mr .o-tooltip-close,
.o-tooltip.tr .o-tooltip-close
{left:0px;margin:0;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-right-radius: 1px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomright: 1px;border-top-left-radius: 3px;border-bottom-right-radius: 1px;}

/*========== Lists ==========*/
.list-default{}
.list-default li{ padding:0px 0; line-height:2; color:#fff;}
.list-default.fa-ul li .fa { line-height:1.9; top:auto; color:#fff !important;}
.list-default.fa-ul li a{color:#fff;
}
.list-default.fa-ul li .icon { line-height:2.8;}
.list-default.fa-ul li .livicon{ margin-left:-2.14286em; width: 2.14286em !important;}

/* Icon Lists */
.fa-ul{ list-style:none; padding-left:0;}
.fa-ul li .fa{}

/* Divider List */
.divider-list{}
.divider-list li {padding:8px 0; border-top:1px solid #ececec;}
.divider-list li .fa {padding:8px 0; line-height:1 !important;}
.divider-list li .icon {padding:8px 0; line-height:1.8 !important;}
.divider-list li:first-child {border-top:none;}

/* Big-list */
.biglist li{padding:10px 0; font-size:18px;}
.biglist li .fa{padding:5px 0; line-height:1.4 !important;}
.biglist li .icon{padding:5px 0; line-height:2.2 !important;}

/* Widget List */
.widget-list{}
.widget-list li{ margin-bottom:12px; font-size:14px;}
.widget-list li .fa{   border: 1px solid; height: 1.2em; width: 1.2em; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}

/* Recent Posts */
.recent-post { list-style:none; margin:0; padding:0;}
.recent-post li{ margin-bottom:20px; display:table; width:100%;}
.recent-post li a{ font-weight:500; color:#2c2c2c;}
.recent-post li img{ max-width:80px; float:left; margin-right:10px;}
.recent-post li .rating{ text-align:left; position:relative; background:none; top:0; bottom:0;}

/* Grid List */
.grid-list {list-style: none; padding:0; margin:0; }
.grid-list:before, .grid-list:after {content: " "; display: table;}
.grid-list:after {clear: both;}
.grid-list li { float:left; padding:0; border-top: 1px solid #e5e5e5;}
.grid-list li img {max-width: 100%; height: auto;}
/* we are using a combination of borders and box shadows to control the grid lines */
.grid-list.columns-2 li:nth-child(-n+3){border-top: 1px solid #e5e5e5;}
.grid-list.columns-2 li:nth-child(-n+2){ border-top: none;}
.grid-list.columns-2 li:nth-child(2n-1), .grid-list.columns-2 li:nth-child(2n-2) {border-right: 1px solid #e5e5e5;}

.grid-list li:nth-child(-n+3){ border-top: none;}
.grid-list li:nth-child(3n-1), .grid-list li:nth-child(3n-2) { border-right: 1px solid #e5e5e5;}

.grid-list.columns-4 li:nth-child(-n+4) { border-top: none;}
.grid-list.columns-4 li:nth-child(2n-1), .grid-list.columns-4 li:nth-child(2n-2){ border-right: 1px solid #e5e5e5;}

/* class for 2 columns */
.grid-list.columns-2 li {width: 50%;}
/* class for 3 columns */
.grid-list.columns-3 li {width: 33.3%;}
/* class for 4 columns */
.grid-list.columns-4 li {width: 25%;}


@media screen and (max-width: 1199px) {
	.grid-list.columns-3 li {width: 33.3%;}
	.grid-list.columns-4 li {width: 50%;}
    /* reset the grid lines */
    .grid-list li:nth-child(-n+3){border-top: 1px solid #e5e5e5;}
    .grid-list li:nth-child(3n-1), .grid-list li:nth-child(3n-2) { border-right: none; }

	.grid-list.columns-4 li:nth-child(-n+4) {border-top: 1px solid #e5e5e5;}
	.grid-list.columns-4 li:nth-child(-n+2) {border-top: none;}

    .grid-list li:nth-child(-n+2){ border-top: none; }
    .grid-list li:nth-child(2n-1) {border-right: none;}

	.grid-list li:nth-child(3n-1), .grid-list li:nth-child(3n-2) {border-right: 1px solid #e5e5e5;}
	.grid-list li:nth-child(-n+3) {border-top: none;}


}

@media screen and (max-width: 767px) {
    .grid-list.columns-3 li {width: 100%;}
	.grid-list.columns-4 li {width: 50%;}
    .grid-list li:nth-child(-n+2){border-top: 1px solid #e5e5e5;}
    .grid-list li:nth-child(2n-1) {border-right: none;}
    .grid-list li:first-child { border-top: none;}
	.grid-list li:nth-child(-n+3){border-top: 1px solid #e5e5e5;}
	.grid-list.columns-4 li:nth-child(-n+2){border-top: 1px solid #e5e5e5;}
}

@media screen and (max-width: 540px) {
	.grid-list li {width: 100% !important;}
    .grid-list {font-size: 80%;}
	.grid-list li:nth-child(-n+3){border-top: 1px solid #e5e5e5;}
	.grid-list.columns-2 li:nth-child(-n+2) {border-top: 1px solid #e5e5e5;}

}

/* Media Lists */
.media, .media .media{ margin-top:30px;}

/* List Footer Latest */
.footer-widget .list-latest{ list-style:none; margin:0; padding:0;}
.footer-widget .list-latest li{ padding:8px 0; line-height:1.8; margin-top:10px;}
.footer-widget .list-latest li:first-child{ margin-top:0px;}
.footer-widget .list-latest li .latest-date{ display:block; color:#8c8c8c; font-size:13px;}
.footer-widget .list-latest li .post-image { max-height:48px; max-width:48px; }
.footer-widget .list-latest li .post-image img{ width:100%; height:auto}


/* Font Awesome Custom List - can be removed in production websites */
.fontawesome-icon-list {}
.fontawesome-icon-list .fa-hover a{ display:block; padding:8px; font-size:12px;}
.fontawesome-icon-list .fa-hover a .fa{ font-size:16px; margin-right:5px;}
.fontawesome-icon-list .fa-hover:hover a{ background:#f2f2f2;}

/* Icons list - can be removed in production website */
.glyphs.css-mapping{padding:30px 0 20px 30px;}
.glyphs.css-mapping li{margin:0 30px 20px 0;padding:0;display:inline-block;overflow:hidden}
.glyphs.css-mapping .icon{margin:0;margin-right:10px;padding:13px;height:50px;width:50px; overflow:hidden;float:left;font-size:24px}
.glyphs.css-mapping input{margin:0;margin-top:5px;padding:8px;line-height:16px;font-size:16px;display:block;width:180px;height:40px;border:1px solid #d8e0e5; background:#fff;outline:0;float:right;}
.glyphs.css-mapping input:focus{border:1px solid;}
.glyphs.css-mapping input:hover{border:1px solid;}


/*========== Buttons ==========*/
.btn {padding: 18px 28px; font-size: 14px; line-height:1; border: none; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; margin:0 5px;}
.btn:hover, .btn:focus { color: #8c8c8c;}
.btn:active, .btn.active {-webkit-box-shadow: none;  box-shadow: none;}

/*button default*/
.btn-default {color: #8c8c8c; background-color: #f4f4f4; border:none;}
.btn-default:hover,.btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {color: #333333; background-color: #ececec;}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active{ background-color:#f0f0f0;}
/*alt*/
.btn-default.btn-alt {color: #999; border:2px solid; border-color:#ececec; background-color:transparent;}
.btn-default.btn-alt:hover,.btn-default.btn-alt:focus, .btn-default.btn-alt:active, .btn-default.btn-alt.active, .open .dropdown-toggle.btn-default.btn-alt {background-color: #ececec; border:2px solid; border-color:#ececec;}

/*button primary*/
.btn-primary {color: #ffffff;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {color: #ffffff;}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {background-color: #ff9966;}
.btn-primary .badge {  color: #428bca;  background-color: #ffffff;}
/*alt*/
.btn-primary.btn-alt {border:2px solid; background-color:transparent;}
.btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt {color: #ffffff;   border:2px solid;}

/*button success*/
.btn-success {color: #ffffff; background-color: #9dd55d;}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {color: #ffffff; background-color: #8dbd0a;}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {background-color: #bbdb66;}
.btn-success .badge {color: #5cb85c; background-color: #ffffff;}
/*alt*/
.btn-success.btn-alt {color: #9dd55d; border:2px solid; border-color:#9dd55d; background-color:transparent;}
.btn-success.btn-alt:hover, .btn-success.btn-alt:focus, .btn-success.btn-alt:active, .btn-success.btn-alt.active, .open .dropdown-toggle.btn-success.btn-alt {color: #ffffff; background-color: #9dd55d; border:2px solid; border-color:#9dd55d;}

/*button info*/
.btn-info { color: #ffffff; background-color: #22d2d2;}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {color: #ffffff; background-color: #0cc0c0;}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
.btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {background-color: #66eeee;}
.btn-info .badge {color: #5bc0de; background-color: #ffffff;}
/*alt*/
.btn-info.btn-alt { color: #22d2d2; border:2px solid; border-color:#22d2d2; background-color:transparent;}
.btn-info.btn-alt:hover, .btn-info.btn-alt:focus, .btn-info.btn-alt:active, .btn-info.btn-alt.active, .open .dropdown-toggle.btn-info.btn-alt {color: #ffffff; background-color: #22d2d2; border:2px solid; border-color:#22d2d2;}

/*button warning*/
.btn-warning {color: #ffffff; background-color: #f4aa44;}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {color: #ffffff; background-color: #ee8820;}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {background-color: #ffcc99;}
.btn-warning .badge {color: #f0ad4e;  background-color: #ffffff;}
/*alt*/
.btn-warning.btn-alt {color: #f4aa44; border:2px solid; border-color:#f4aa44; background-color:transparent;}
.btn-warning.btn-alt:hover, .btn-warning.btn-alt:focus, .btn-warning.btn-alt:active, .btn-warning.btn-alt.active, .open .dropdown-toggle.btn-warning.btn-alt {color: #ffffff; background-color: #f4aa44; border:2px solid; border-color:#f4aa44;}

/*button danger*/
.btn-danger {color: #ffffff; background-color: #f33440;}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {color: #ffffff; background-color: #dd3333;}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {background-color: #ff9999;}
.btn-danger .badge {color: #d9534f; background-color: #ffffff;}
/*alt*/
.btn-danger.btn-alt {color: #f33440; border:2px solid; border-color:#f33440; background-color:transparent;}
.btn-danger.btn-alt:hover, .btn-danger.btn-alt:focus, .btn-danger.btn-alt:active, .btn-danger.btn-alt.active, .open .dropdown-toggle.btn-danger.btn-alt {color: #ffffff; background-color: #f33440; border:2px solid; border-color:#f33440;}

/*button white*/
.btn-white {color: #8c8c8c; background-color: #fff;}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {background-color: #ececec;}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active { color:#cccccc; background-color:#f5f5f5;}
.btn-white .badge {color: #d9534f; background-color: #ffffff;}
/*alt*/
.btn-white.btn-alt {color: #ffffff; border:2px solid; border-color:#fff; background-color:transparent;}
.btn-white.btn-alt:hover, .btn-white.btn-alt:focus, .btn-white.btn-alt:active, .btn-white.btn-alt.active, .open .dropdown-toggle.btn-white.btn-alt {color: #8c8c8c; background-color: #ffffff; border:2px solid; border-color:#ffffff;}

/*button dark*/
.btn-dark {color: #fff; background-color: #1c1c1c;}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {background-color: #2c2c2c; color:#ffffff;}
.btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark, .btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus, .btn-dark.disabled:active, .btn-dark[disabled]:active, fieldset[disabled] .btn-dark:active, .btn-dark.disabled.active, .btn-dark[disabled].active, fieldset[disabled] .btn-white.active { color:#cccccc; background-color:#f5f5f5;}
.btn-dark .badge {color: #d9534f; background-color: #1c1c1c;}
/*alt*/
.btn-dark.btn-alt {color: #1c1c1c; border:2px solid; border-color:#1c1c1c; background-color:transparent;}
.btn-dark.btn-alt:hover, .btn-dark.btn-alt:focus, .btn-dark.btn-alt:active, .btn-dark.btn-alt.active, .open .dropdown-toggle.btn-dark.btn-alt {color: #fff; background-color: #2c2c2c; border:2px solid; border-color:#2c2c2c;}


/*button sizes*/
.btn.btn-alt{padding:16px 28px;}
.btn-lg,.btn-group-lg > .btn {padding: 24px 48px; font-size: 18px;}
.btn-lg.btn-alt,.btn-group-lg > .btn.btn-alt {padding: 22px 46px;}
.btn-sm,.btn-group-sm > .btn {padding: 14px 20px; font-size: 14px;}
.btn-sm.btn-alt,.btn-group-sm > .btn.btn-alt {padding: 12px 18px;}
.btn-xs,.btn-group-xs > .btn { padding: 8px 16px; font-size: 12px;}
.btn-xs.btn-alt,.btn-group-xs > .btn.btn-alt { padding: 6px 14px;}

/*==========  Creative Links ==========*/

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 2px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 2px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}



/* Effect 2: second border slides up */
.cl-effect-2 { position:relative;}
.cl-effect-2 a {padding: 8px 2px;}

.cl-effect-2 a::before,
.cl-effect-2 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: scale(0.50);
	-moz-transform: scale(0.50);
	transform: scale(0.50);
}

.cl-effect-2 a::after {
	opacity: 0;
	-webkit-transition: top 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	-moz-transition: top 0.4s, opacity 0.4s, -moz-transform 0.4s;
	transition: top 0.4s, opacity 0.4s, transform 0.4s;
}

.cl-effect-2 a:hover::before,
.cl-effect-2 a:hover::after,
.cl-effect-2 a:focus::before,
.cl-effect-2 a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.cl-effect-2 a:hover::after,
.cl-effect-2 a:focus::after {
	top: 0%;
	opacity: 1;
}



/* Effect 3: circle */
.cl-effect-3 { position:relative;}
.cl-effect-3 a::before,
.cl-effect-3 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-3 a::after {
	width: 70px;
	height: 70px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-3 a:hover::before,
.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::before,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

/* Effect 4: three circles */
.cl-effect-4 { position:relative;}
.cl-effect-4 a {
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.cl-effect-4 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: transparent;
	content: '\2022';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.4s, color 0.4s;
	-moz-transition: text-shadow 0.4s, color 0.4s;
	transition: text-shadow 0.4s, color 0.4s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-4 a:hover::before,
.cl-effect-4 a:focus::before {
}

.cl-effect-4 a:hover,
.cl-effect-4 a:focus {

}


/* Effect 5: cross */
.cl-effect-5 {
	position: relative;
	z-index: 1;
}

.cl-effect-5 a {
	padding: 0 5px;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.cl-effect-5 a::before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 80%;
	height: 2px;
	margin-top: -1px;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	pointer-events: none;
}
.cl-effect-5 a::after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 60%;
	height: 2px;
	margin-top: -1px;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	pointer-events: none;
}


.cl-effect-5 a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}

.cl-effect-5 a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}

.cl-effect-5 a:hover,
.cl-effect-5 a:focus {

}

.cl-effect-5 a:hover::before,
.cl-effect-5 a:hover::after,
.cl-effect-5 a:focus::before,
.cl-effect-5 a:focus::after {
	opacity: 0.7;
}

.cl-effect-5 a:hover::before,
.cl-effect-5 a:focus::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cl-effect-5 a:hover::after,
.cl-effect-5 a:focus::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Effect 6: borders slight translate */
.cl-effect-6 { position:relative;}
.cl-effect-6 a {
	padding: 2px;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.cl-effect-6 a::before,
.cl-effect-6 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	-moz-transition: opacity 0.4s, -moz-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-6 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-6 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-6 a:hover,
.cl-effect-6 a:focus {

}

.cl-effect-6 a:hover::before,
.cl-effect-6 a:focus::before,
.cl-effect-6 a:hover::after,
.cl-effect-6 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/*========== Alerts ==========*/
.alert {border:none; background-color: #2c2c2c;  }
.alert-clean{ background:none; border:1px solid #ececec;}
.alert.alert-success {background-color: #e0f090; border:none;}
.alert.alert-info {background-color: #b6e6e6; border:none; }
.alert.alert-warning {background-color: #ecc992; border:none; color:#cc6600; }
.alert.alert-danger {background-color: #ff9999; border:none; }
/* Alerts Alternative*/
.alert-alt{ padding-left:50px; position:relative;}
.alert-alt.alert-clean:before{ content: "\f024"; font-family:'FontAwesome'; font-size: 18px; color:#ececec; display: block; position: absolute; left:17px; top:14px;}
.alert-alt.alert-success:before{ content: "\f00c"; font-family:'FontAwesome'; font-size: 18px; color:#9dd55d; display: block; position: absolute; left:17px; top:14px;}
.alert-alt.alert-info:before{ content: "\f129"; font-family:'FontAwesome'; font-size: 18px; color:#22d2d2; display: block; position: absolute; left:17px; top:14px;}
.alert-alt.alert-warning:before{ content: "\f071"; font-family:'FontAwesome'; font-size: 18px; color:#f4aa44; display: block; position: absolute; left:17px; top:14px;}
.alert-alt.alert-danger:before{ content: "\f05e"; font-family:'FontAwesome'; font-size: 18px; color:#f33440; display: block; position: absolute; left:17px; top:14px;}

/*========== Icons ==========*/
[class*=" icon-"]::before, [class^="icon-"]::before {vertical-align:middle; position:relative; top:-0.14em;}
.iconleft { margin-right:14px;}
.iconright { margin-left:14px;}
.btn .iconleft { margin-right:14px;}
.btn .iconright { margin-left:14px;}
.btn-sm .iconleft, .btn-xs .iconleft { margin-right:6px;}
.btn-sm .iconright, .btn-xs .iconright { margin-left:6px;}
h1 .icon, h2 .icon, h3 .icon, h4 .icon, h5 .icon, h6 .icon { vertical-align:middle;}
/* icon sizes */
.icon-2x { font-size:2em; line-height:1;}
.icon-3x { font-size:3em; line-height:1;}
.icon-4x { font-size:4em; line-height:1;}
.icon-5x { font-size:5em; line-height:1;}



/*========== LivIcons ==========*/
.livicon {display: inline-block; line-height: inherit; vertical-align: middle;}
.livicon.center-block {display: block;}

/*========== Icon Boxes ==========*/
.iconbox{ margin-bottom:30px; }
.iconbox .iconbox-wrapper{ float:left; margin-right:20px; font-size:20px; line-height:1; text-align:center; }
.iconbox-wrapper.pull-right{ margin-left:20px; margin-right:0;}
.iconbox .iconbox-content{overflow:hidden;}
.iconbox-list{ margin-bottom:0px; }
.iconbox-list li{ margin-top:20px; }
.iconbox-list li:first-child{ margin-top:0px; }
/* livicons iconbox*/
.iconbox .livicon {margin-bottom: 20px; float:left; margin-right:20px;}
/* icon box vertical*/
.iconbox.vertical{ text-align:center;}
.iconbox.vertical .iconbox-wrapper{ float:none; margin:0 auto 30px;}
.iconbox.vertical .livicon {margin-bottom: 6px; float:none; margin-right:0px; line-height:1;}
/* icon box icon size*/
.iconbox-wrapper.iconbox-2x{font-size:38px; width:38px; height:38px; line-height:38px;}
.iconbox-wrapper.iconbox-3x{font-size:60px; width:60px; height:60px; line-height:60px;}
.iconbox-wrapper.iconbox-2x .livicon{ margin-bottom:8px;}
.iconbox-wrapper.iconbox-3x .livicon{ margin-bottom:12px;}
/* icon box circle*/
.iconbox-wrapper.circle{ background:#f2f2f2; height:36px; width:36px; line-height:36px; font-size:16px; text-align:center; -webkit-border-radius: 50%; -moz-border-radius: 50%;
border-radius: 50%;}
.iconbox-wrapper.circle.border{ background: none; border:1px solid;}
.iconbox-wrapper.circle.iconbox-2x{font-size:32px !important; width:68px !important; height:68px !important; line-height:68px !important;}
.iconbox-wrapper.circle.iconbox-3x{font-size:60px !important; width:110px !important; height:110px !important; line-height:110px !important;}
/* icon box square*/
.iconbox-wrapper.square{ background:#f2f2f2; height:36px; width:36px; line-height:36px; font-size:18px; text-align:center; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;}
.iconbox-wrapper.square.border{ background: none; border:2px solid;}
.iconbox-wrapper.square.iconbox-2x{font-size:38px !important; width:68px !important; height:68px !important; line-height:68px !important;}
.iconbox-wrapper.square.iconbox-3x{font-size:60px !important; width:110px !important; height:110px !important; line-height:110px !important;}

/*========== Feature Box ==========*/
.feature-box { position:relative; overflow:hidden;}
.feature-box-intro{ -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.feature-box:hover .feature-box-intro { -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -o-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6);}
.feature-box-content{ position:absolute; padding:20px; height:0; top:100%; left:0; height:100%; width:100%; -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.feature-box:hover .feature-box-content{ top:0; }

/*========== Progress bars ==========*/
.progress { background: none; height: 64px; padding:10px; border:1px solid #e5e5e5;  margin-bottom: 40px;  border-radius: 0;  -webkit-box-shadow: none;  box-shadow: none;}
.progress-bar { line-height: 40px; text-align:left; -webkit-box-shadow: none; box-shadow: none; }
.pb-content-text {  display: inline-block; font-size: 12px; font-weight: 300; line-height: 2.5; padding: 5px 10px;}
.pb-icon { float:left; padding:11px; line-height:1; font-size:18px;}
.pb-slim{height:10px; margin-bottom: 40px; border:none; background:#f8f8f8; padding:0; overflow:visible;}
.pb-slim .pb-content-text{ display:inline-block; line-height:2.5; float:left; padding:10px 0px; color:#8c8c8c;}
.pb-slim .pb-icon { padding:2px 10px; font-size:16px;}
.pb-medium{ height:40px; padding:5px;}
.pb-medium .pb-content-text{}
.pb-medium .pb-icon {}
.pb-content-text.right{float:right;}

/*progress bar align right - default is left*/
.pb-right .progress-bar {float: right;}
.pb-right .pb-content-text {text-align: right;}

/*progress bar colors*/
.progress-bar-success {background-color: #9dd55d !important;}
.progress-bar-info {background-color: #22d2d2 !important;}
.progress-bar-warning {background-color: #f4aa44 !important;}
.progress-bar-danger {background-color: #f33440 !important;}
.progress-bar-dark {background-color: #555566 !important;}


/*========== Pie Chart ==========*/
.progress-pie-wrapper { text-align:center;}
.progress-pie { display:inline-block;}
.progress-pie.center-block{ display:block;}
.progress-pie.center-block .chart { margin:0 auto;}
.progress-pie .chart { position: relative; width: 180px; height: 180px; text-align: center; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%;border-radius:50%;}
.progress-pie .chart canvas { -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%;border-radius:50%;position: absolute; top: 0; left: 0;}
.progress-pie .pie-content {  position:absolute; height: 120px; width:120px; margin-top:30px; margin-left:30px; padding:20px 0; z-index: 2; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%;border-radius:50%; color:#ffffff;     /* Fallback for web browsers that doesn't support RGBa */background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */background: rgba(50, 49, 59, 0.8);}
.progress-pie .pie-content .title-pie { font-size:14px; font-weight:bold; display:block; padding:0 12px; line-height:1;}
.progress-pie .pie-content .percent { font-size:40px; display:block; line-height:1.9;}
.progress-pie .pie-content .percent.icon-only { line-height:1.8; font-size:48px;}
.progress-pie .pie-content .percent.counter { line-height:1.6;}

/*========== Video BG ==========*/

/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: mb.YTPlayer.css                                                                                                                            _
 _ last modified: 19/08/14 19.57                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/


@charset"UTF-8";

@font-face {
  font-family: 'ytpregular';
  src: url('ytp-regular.eot');
}

@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'),
  url('ytp-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
.mb_YTPlayer :focus {
  outline: 0;
}

.mb_YTPlayer{
  display:block;
  transform:translateZ(0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  transform:translate3d(0,0,0);
  animation-timing-function: linear;
  box-sizing: border-box;
}

.mb_YTPlayer.fullscreen{
  display:block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
}

.mb_YTPlayer.fullscreen .mbYTP_wrapper{
  opacity:1 !important;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
  border: none!important;
  margin:0!important;
  padding:0!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
}

/*CONTROL BAR*/

.mb_YTPBar .ytpicon{
  font-size: 20px;
  font-family: 'ytpregular';
}

.mb_YTPBar .mb_YTPUrl.ytpicon{
  font-size: 30px;
}

.mb_YTPBar{
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  display:block;
  width:100%;
  height:10px;
  padding:5px;
  background:#333;
  position:fixed;
  bottom:0;
  left:0;
  -moz-box-sizing:padding-box;
  -webkit-box-sizing:border-box;
  text-align:left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color:white;
  opacity:.1;
}

.mb_YTPBar.visible, .mb_YTPBar:hover{
  opacity:1;
}

.mb_YTPBar .buttonBar{
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background:transparent;
  font:12px/14px Calibri;
  position:absolute;
  top:-30px;
  left:0;
  padding: 5px;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mb_YTPBar:hover .buttonBar{
  background: rgba(0,0,0,0.4);
}

.mb_YTPBar span{
  display:inline-block;
  font:16px/20px Calibri, sans-serif;
  position:relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime{
  width: 130px;
}

.mb_YTPBar span.mb_YTPUrl,.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display:block;
  top:6px;
  right:10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img{
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left:185px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img{
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a{
  color:white;
}

.mb_YTPPlaypause,.mb_YTPlayer .mb_YTPPlaypause img{
  cursor:pointer;
}

.mb_YTPMuteUnmute{
  cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTPProgress{
  height:10px;
  width:100%;
  background:#222;
  bottom:0;
  left:0;
}

.mb_YTPLoaded{
  height:10px;
  width:0;
  background:#444;
  left:0;
}

.mb_YTPseekbar{
  height:10px;
  width:0;
  background:#fff;
  bottom:0;
  left:0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.YTPOverlay{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

/*RASTER OVERLAY*/
.YTPOverlay.raster{
  background: url("../images/raster.png");
}

.YTPOverlay.raster.retina{
  background: url("../images/raster@2x.png");
}

.YTPOverlay.raster-dot{
  background: url("../images/raster_dot.png");
}

.YTPOverlay.raster-dot.retina{
  background: url("../images/raster_dot@2x.png");
}

#videobg{}


table.company{
    margin: 20px 0;
    font-size: 1.6rem;
    border-collapse: separate;
    border-spacing: 0px 1px;
    width: 100%;
}
 table.company th, table.company td{
    padding: 2rem 5rem;
    line-height: 3rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    vertical-align: middle;

}
 table.company th, table.company td.link{
   line-height: 5rem;
 }


 table.company th{
    background-color:#007dc5;
    text-align: center;
    color: #f8f8f8;
    position: relative;
    width: 280px;
}
 table.company th:after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #007dc5;
    border-width: 10px;
    margin-top: -10px;
}

 table.company td{
    background-color: #eee;
}




/*========== Forms ==========*/
.form-control { padding:9px 20px 9px 0; height:auto; background-color:transparent; border: none; border-bottom: 1px solid; border-bottom-color:rgba(0, 0, 0, 0.15); color:#8c8c8c; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;}
.form-control:focus {-webkit-box-shadow: none; box-shadow: none;}
.form-group [class*="col-sm-"], .form-group [class*="col-md-"], .form-group [class*="col-lg-"] { margin-bottom:15px;}
.form-group [class*="col-sm-"]:last-child, .form-group [class*="col-md-"]:last-child, .form-group [class*="col-lg-"]:last-child { margin-bottom:0;}
.form-control::-moz-placeholder {color:#8c8c8c; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* Safari 1.x */ -khtml-opacity: 0.5; /* Modern browsers */opacity: 0.5;}
input { -webkit-border-radius: 2px !important;-moz-border-radius: 2px !important; border-radius: 2px !important; border:1px solid #ececec;}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;border-radius:0;}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0;border-radius:0;}
.input-group-btn > .btn{ line-height:inherit; padding:7px 12px; z-index:3;}
.input-group > .form-control { padding-left:10px;}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { font-size:14px;}
.input-lg{ height: 46px;}

/*dark form*/
.dark-form{}

/*========== Lightbox ==========*/

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8;  filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%;  height: 100%; z-index: 1043;  position: fixed;  outline: none !important;  -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center;  position: absolute;  width: 100%;  height: 100%;  left: 0;  top: 0;  padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
.mfp-container:before { content: '';  display: inline-block;  height: 100%;  vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {background-color:#1c1c1c; padding:20px; position: relative;  display: inline-block;  vertical-align: middle;  margin: 0 auto; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {width: 100%;  cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom { cursor: pointer;  cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none;  -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure {display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a {color: #cccccc; }
.mfp-preloader a:hover { color: white; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { position:relative; width: 64px; height: 64px; margin-top:-20px; background:none; text-decoration: none; text-align: center; padding: 0; font-weight:300; font-size: 64px; font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; border:0; color:#ffffff;}
.mfp-close:hover, .mfp-close:focus {}
.mfp-close:active {top: 1px;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { }

.mfp-counter {position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65);  margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {opacity: 1;  filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: '';  display: block;  width: 0; height: 0;  position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px;  border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left {left: 0;}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {margin-left: 25px; border-right: 27px solid #3f3f3f; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {line-height: 0; padding:0;  width: 100%;  max-width: 900px; }
.mfp-iframe-holder .mfp-close {    background: none repeat scroll 0 0 #FFFFFF; display: block; position: absolute; top: 100%; width: 100%; z-index: 1000; margin:0;}
.mfp-iframe-scaler {width: 100%; padding-top: 56%; }
.mfp-iframe-scaler iframe {position: absolute; display: block; padding:20px 20px 0; top: 0; left: 0;  width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);}

/* Main image in popup */
img.mfp-img {width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {line-height: 0; text-align:center;}
.mfp-figure:after {content: ''; position: absolute; left: 0; display: block; right: 0; width: auto; height: auto; z-index: -1; }
.mfp-figure small {color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure {margin: 0; }

.mfp-bottom-bar {background: none repeat scroll 0 0 #1c1c1c; cursor: auto; left: 0; padding: 0px 20px 20px; position: absolute; top: 100%; width: 100%;}

.mfp-title {text-align: left; line-height: 18px; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content {max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }


.mfp-fade.mfp-bg {opacity: 0; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out; transition: all 0.35s ease-out;}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8;}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing { opacity: 0;}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {opacity: 0; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out; transition: all 0.35s ease-out;}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}

.mfp-zoom-in {
  /* start state */
  .mfp-with-anim {
    opacity: 0; transition: all 0.2s ease-in-out;  transform: scale(0.8);
  }

  &.mfp-bg {
	opacity: 0; transition: all 0.3s ease-out;
  }

  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1; transform: scale(1);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }

  /* animate out */
  &.mfp-removing {

    .mfp-with-anim {
      transform: scale(0.8); opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }

  }

}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after {top: 0;  bottom: 0; }
  .mfp-img-mobile .mfp-figure small {display: inline;  margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter {right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close {top: 0; right: 0; width: 35px;height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {-webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left {-webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px;padding-right: 6px; } }

.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar {width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close {top: 0; right: 0; padding-top: 0; }



/*========== Backgrounds and Colors ==========*/
/*bg*/

.bg-color-success{ background-color:#9dd55d !important;}
.bg-color-info{ background-color:#22d2d2 !important;}
.bg-color-warning{ background-color:#f4aa44 !important;}
.bg-color-danger{ background-color:#f33440 !important;}
.bg-color-light{ background-color:#f9f9f9 !important;}
.bg-color-dark{ background-color:#1c1c1c !important;}
.bg-color-white{ background-color:#ffffff !important;}
.bg-color-none{ background-color:transparent !important}

.bg-default-hover{ -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.bg-success-hover{ -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.bg-info-hover{ -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.bg-warning-hover{-webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.bg-danger-hover{ -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.bg-light-hover{ -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.bg-dark-hover{ -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.bg-white-hover{ -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}

.bg-success-hover:hover{ background-color:#9dd55d !important;}
.bg-info-hover:hover{ background-color:#22d2d2 !important;}
.bg-warning-hover:hover{ background-color:#f4aa44 !important;}
.bg-danger-hover:hover{ background-color:#f33440 !important;}
.bg-light-hover:hover{ background-color:#f2f2f2 !important;}
.bg-dark-hover:hover{ background-color:#2c2c2c !important;}
.bg-white-hover:hover{ background-color:#ffffff !important;}


/*colors*/

.color-success{ color:#9dd55d !important;}
.color-info{ color:#22d2d2 !important;}
.color-warning{ color:#f4aa44 !important;}
.color-danger{ color:#f33440 !important;}
.color-white{ color:#ffffff !important;}
.color-dark{ color:#2c2c2c !important;}


/*========== White Space ==========*/
.white-space {display: block; width: 100%;}
.white-space.space-mini { padding:5px 0;}
.white-space.space-xsmall { padding:10px 0;}
.white-space.space-small { padding:15px 0;}
.white-space.space-medium { padding:30px 0;}
.white-space.space-big { padding:60px 0 10px;}
.white-space.space-xbig { padding:90px 0;}

/*========== Dividers ==========*/
hr{ margin-top:30px; margin-bottom:30px;}

/* hr fancy */
hr.hr-fancy { border:none;height: 0; display: block;width: 100%;position: relative;}
hr.hr-fancy:after {content: " ";width: 60px;height: 2px; position: relative;  bottom:3px; display:block;}
hr.text-center.hr-fancy:after { margin:0 auto;}
hr.text-right.hr-fancy:after { float:right;}

/* hr fade margins */
hr.hr-fade { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0)); background-image: -moz-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0)); background-image: -ms-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0)); background-image: -o-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0)); }

/* hr double border */
hr.hr-double { padding: 4px; border: none; border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;}

/* hr icon */
.hr-icon {position: relative; display:block;}
.icon-divider{background-color: #FFFFFF; display: block; font-size: 38px; height: 50px; left: 50%; line-height: 50px; margin-left: -40px; position: absolute; text-align: center; width: 80px; top:-25px;}


/*========== Labels ==========*/
.label{ vertical-align:middle; padding:0.2em 0.6em 0.2em;}
.label-default {
  background-color: #8c8c8c;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {}
.label-primary[href]:hover,
.label-primary[href]:focus {

}
.label-success {
  background-color: #9dd55d;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #8dbd0a;
}
.label-info {
  background-color: #22d2d2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0cc0c0;
}
.label-warning {
  background-color: #f4aa44;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ee8820;
}
.label-danger {
  background-color: #f33440;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #dd3333;
}

/*===============================
========== Google Maps ==========
===============================*/
.gmap-button { border-left:1px solid #1c1c1c; border-right:1px solid #1c1c1c; padding:20px; font-weight:300; font-size:16px; display:inline-block; }
.gmap-button:hover {cursor:pointer;}
.gmap-button:after {content: "\f041"; display: inline-block; position:absolute; line-height:1;  font-family:'FontAwesome';  margin-left: 16px;  text-decoration: inherit;}

.gmap-wrapper{}
#google-map-footer {display: none;  height: 500px; width: 100%;}
#google-map { height: 450px; width: 100%;}
#google-map.small-map { height: 300px;}
.map-marker { padding:20px;}
.map-marker p{ margin:0}

/*Panels*/
.panel{ background:none; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow:none;}
.panel-default{ border-color:#ececec;}
.panel-light{ border-color:#f8f8f8;}
.panel-group .panel + .panel { margin-top:10px;}

/*===============================
========== Tabs ==========
===============================*/

.nav-tabs {border-bottom: none;}
.nav-tabs > li {float: left; margin-bottom: 0px;}
.nav-tabs > li > a { padding:15px 15px; margin-right: 1px;  line-height: 1.42857143;border: none; border-radius: 0; background: #2c2c2c; color: #fff; border-bottom:4px solid;}
.sidebar-widget .nav-tabs > li > a { padding:15px 5px;}
.nav-tabs > li > a:hover {border-color: #ececec; background:#f5f5f5;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color: #fff; cursor: default;  border: 0; border-bottom:4px solid;}
.nav-tabs.nav-justified { width: 100%; border-bottom: 0;}
.nav-tabs.nav-justified > li { float: none;}
.nav-tabs.nav-justified > li > a {margin-bottom: 5px; text-align: center;}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {top: auto; left: auto;}
.nav > li > a:hover, .nav > li > a:focus {background-color: #f8f8f8;}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {margin-right: 1px; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border:none; border-bottom: 4px solid;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {border-bottom: 4px solid; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
  .nav-tabs.nav-justified.tabs-alt > li > a {border-bottom:  transparent; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { }
}
.nav-pills { margin-bottom:10px;}
.nav-pills > li {  float: left; padding:0 10px;
}
.nav-pills > li > a {
  -webkit-border-radius: 4px 4px 4px 4px ;-moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
  margin-right:2px;
  border:1px solid transparent;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {

  background:none;
  border:1px solid;
}
.nav-stacked > li {float: none;
}
.nav-stacked > li + li { margin-top: 2px; margin-left: 0;}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 2px 2px 0px 0px ;-moz-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block; padding:30px 10px; border:1px solid #ececec;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Tabs Alternative */
.nav-tabs.tabs-alt > li > a { -webkit-border-radius: 2px 2px 0px 0px ;-moz-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px; margin-right: -1px; margin-bottom: -1px; background:#f5f5f5; border:1px solid #ececec; color:#8c8c8c;}
.nav-tabs.tabs-alt > li.active > a:after{ content:""; height:4px;  position:absolute; top:-1px; left:0; display:block; z-index:1; width:100%; -webkit-border-radius: 2px 2px 0px 0px ;-moz-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px;-webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.nav-tabs.tabs-alt > li > a:hover { margin-right: -1px; background:#ffffff; border:1px solid #ececec; color:#8c8c8c;}
.nav-tabs.tabs-alt > li.active > a {border:1px solid #ececec; border-bottom:1px solid #fff; background:#ffffff;}
.nav-tabs.tabs-alt > li.active > a:hover { border:1px solid #ececec;border-bottom:1px solid #fff; background:#ffffff;}
.nav-tabs.tabs-alt > li.active > a:focus { border:1px solid #ececec; border-bottom:1px solid #fff; background:#ffffff;}
.tabs-alt.tab-content > .active { border:none;}

/* Tabs Alternative Big*/
.tabs-alt-big > li > a { text-transform:uppercase; font-size:14px; padding:25px 10px;}
.tabs-alt-big > li .tabicon { display:block; text-align:center; margin-bottom:20px; line-height:1; font-size:48px;}
.tabs-alt-big.tab-content > .tab-pane { padding:30px 0; border:none;}

/*===============================
========== Accordions & Toggle ==========
===============================*/

.accordion .panel {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow:none; border:none; background:none;}
.accordion .panel .panel-heading {border:1px solid #ececec; padding:0; background:none;}
.accordion .panel-title { font-weight:500; font-size:inherit;}
.accordion .panel-title a{display:block; padding:15px; font-weight:300;}
.accordion .panel-title a .fa{margin-right:10px;}
.accordion .panel-body {border:none !important;}
.accordion .accordion-toggle.collapsed-icon:after{    content: "\f147"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; float:right;}
.accordion .accordion-toggle.collapsed.collapsed-icon:after{    content: "\f196"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;	float:right;}
.accordion .accordion-toggle.collapsed-icon-left.collapsed-icon:after{float:left; margin-right:10px;}
.accordion .accordion-toggle.collapsed-icon-left.collapsed.collapsed-icon:after{float:left; margin-right:10px;}

/* Accordion & Toggle - default stytle  */
.accordion .accordion-toggle {}
.accordion .accordion-toggle.collapsed{ color:#848494;}
.accordion .accordion-toggle.collapsed:hover{}

/* Accordion & Toggle - alternativestytle  */
.accordion.accordion-alt .panel-heading{ border:none; background: #f8f8f8;}
.accordion.accordion-alt .accordion-toggle {color:#fff; }
.accordion.accordion-alt .accordion-toggle.collapsed{  background: #f8f8f8; color:#848494;}
.accordion.accordion-alt .accordion-toggle.collapsed:hover{ color:#fff;}

/*===============================
========== Pricing Table ==========
===============================*/
.pricing-table{ border:1px solid #ececec; text-align:center; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; margin-bottom:20px;}
.pricing-table .pricing-table-head{ padding:20px 0; border-bottom:1px solid #ececec;}
.pricing-table .pricing-table-head .pricing-head-title{padding:10px 0; color:#ffffff; font-weight:500; font-size:18px;}
.pricing-table .pricing-table-head .iconbox-wrapper{ margin-bottom:30px;}
.pricing-table .pricing-table-head .pricing-head-price{ font-size:72px; letter-spacing:-1px; line-height:1; color:#2c2c2c;}
.pricing-table .pricing-table-head .pricing-head-price .curency{ font-size:16px; position:relative; top:-30px}
.pricing-table .pricing-table-head .pricing-head-price .period{ font-size:16px; position:relative; bottom:-10px;}
.pricing-table .pricing-table-head .pricing-head-description{ margin-bottom:0; padding:0 10px; font-style:italic;}
.pricing-table .pricing-table-content{ padding:20px 0; text-align:left;}
.pricing-table .pricing-table-content p{ padding:0 14px; margin:0;}
.pricing-table .pricing-table-footer{ padding:20px 0; border-top:1px solid #ececec; background:#f8f8f8;}
.pricing-table .pricing-table-content .pricing-list { list-style:none; padding:0; margin:0;}
.pricing-table .pricing-table-content .pricing-list li{ padding:12px; border-top:1px solid #ececec; color:#2c2c2c; text-transform:uppercase; font-weight:300; text-align:center;}
.pricing-table .pricing-table-content .pricing-list li:first-child{ border-top:0;}

/*===============================
========== Video Responsive ==========
===============================*/

iframe{ border:none;}
.flex-video {position: relative;padding-top: 25px;padding-bottom: 56.4%;height: 0;overflow: hidden;}
.flex-video.widescreen { padding-bottom: 50%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video.youtube{ padding-top: 0; }
.flex-video.html5{ padding-top: 0; }
.flex-video .video-js{ width:100%;}
.flex-video iframe, .flex-video object, .flex-video embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}


/* Margins */

/*top*/
.margin-top0{margin-top:0px !important;}
.margin-top10{margin-top:10px !important;}
.margin-top20{margin-top:20px !important;}
.margin-top30{margin-top:30px !important;}
.margin-top40{margin-top:40px !important;}
.margin-top50{margin-top:50px !important;}
.margin-top60{margin-top:60px !important;}
.margin-top70{margin-top:70px !important;}
.margin-top80{margin-top:80px !important;}
.margin-top90{margin-top:90px !important;}
.margin-top100{margin-top:100px !important;}

/*bottom*/
.margin-bottom0{margin-bottom:0px !important;}
.margin-bottom10{margin-bottom:10px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom30{margin-bottom:30px !important;}
.margin-bottom40{margin-bottom:40px !important;}
.margin-bottom50{margin-bottom:50px !important;}
.margin-bottom60{margin-bottom:60px !important;}
.margin-bottom70{margin-bottom:70px !important;}
.margin-bottom80{margin-bottom:80px !important;}
.margin-bottom90{margin-bottom:90px !important;}
.margin-bottom100{margin-bottom:100px !important;}

/* Padding */
.no-padding{ padding:0 !important;}

/*top*/
.padding-top0{padding-top:0px !important;}
.padding-top10{padding-top:10px !important;}
.padding-top20{padding-top:20px !important;}
.padding-top30{padding-top:30px !important;}
.padding-top40{padding-top:40px !important;}
.padding-top50{padding-top:50px !important;}
.padding-top60{padding-top:60px !important;}
.padding-top70{padding-top:70px !important;}
.padding-top80{padding-top:80px !important;}
.padding-top90{padding-top:90px !important;}
.padding-top100{padding-top:100px !important;}

/*bottom*/
.padding-bottom0{padding-bottom:0px !important;}
.padding-bottom10{padding-bottom:10px !important;}
.padding-bottom20{padding-bottom:20px !important;}
.padding-bottom30{padding-bottom:30px !important;}
.padding-bottom40{padding-bottom:40px !important;}
.padding-bottom50{padding-bottom:50px !important;}
.padding-bottom60{padding-bottom:60px !important;}
.padding-bottom70{padding-bottom:70px !important;}
.padding-bottom80{padding-bottom:80px !important;}
.padding-bottom90{padding-bottom:90px !important;}
.padding-bottom100{padding-bottom:100px !important;}

/*inner padding*/
.small-inner-padding { padding:10px;}
.normal-inner-padding { padding:20px;}
.big-inner-padding { padding:40px;}
/*===============================
========== Back To Top ==========
===============================*/
.scrollup{width: 40px; height: 40px; border-style: solid; border-width: 0 40px 40px 40px; border-color: transparent transparent #2c2c2c transparent; color:#ececec; font-size: 22px; line-height:1.9; position: fixed;  margin:0 auto;  right:0px; left:0; text-align: center; z-index: 1100; opacity:0.9;}
.scrollup span { width:40px; margin-left:-19px;}
.scrollup:hover, .scrollup:focus{ border-style: solid !important; border-width: 0 40px 40px 40px !important; border-color: transparent transparent #2c2c2c transparent !important; opacity:1;}


/*===============================

/*===============================
========== Search Results ==========
===============================*/
.search-results{ border-top:1px solid #ececec;}
.search-results-item { padding:40px 0 40px 60px; position:relative; border-bottom:1px solid #ececec;}
.search-number { position:absolute; left:0; top:40px; width:40px; height:40px; border:1px solid #ececec; font-size:18px; text-align:center; line-height:2; -webkit-border-radius: 2px 2px 2px 2px ;-moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px;}

/*===============================
========== Under Construction ==========
===============================*/
.uc-counter-block{ color:#FFF; border:1px solid rgba(255, 255, 255, 0.25); text-align:center; font-size:64px; padding:20px;}
.uc-counter-block span{ font-size:16px; border-top:1px solid #ececec; padding:10px 0; margin-top:10px; text-transform:uppercase;}

/*===============================
========== Shop Pages ==========
===============================*/
.shop-product{ padding-bottom:10px;-webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.shop-product:hover{ background:#fbfbfb;}
.shop-product .shop-product-info{ display:block; text-align:center; padding:20px 0 10px; border-bottom: 1px solid #ececec; margin:0 5px 10px;}
.shop-product .shop-product-info .product-name{ margin-bottom:2px;}
.shop-product .shop-product-info .product-category { margin-bottom:10px; font-size:13px;}
.shop-product .shop-product-info .product-price{ display:block; margin-bottom:0; font-size:18px; font-weight:500; color:#2c2c2c; line-height:1; }
.product-links { text-align:center;}
.product-links ul{ list-style:none; margin:0; padding:0;}
.product-links ul li{ display:inline-block; width:23%; padding:10px 0; text-align:center; border-left:1px solid #ececec;}
.product-links ul li a { display:block; font-size:16px; color:#8c8c8c;}
.product-links ul li a:hover, .shop-product .product-links ul li a:focus {}
.product-links ul li:first-child{ border-left: none;}

.img-hover{ position:absolute; top:0; left:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Safari 1.x */ -khtml-opacity: 0; /* Modern browsers */opacity: 0;}
.shop-product:hover .img-hover{ position:absolute; top:0; left:0; z-index:2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}

.rating {direction: rtl;  font-size: 16px;  unicode-bidi: bidi-override; text-align:center; position:absolute; z-index:5; bottom:-32px; height:32px; line-height:2; width:100%; color:#ffffff;
	background:#ffffff; /* fallback for browser that not support rgba */
	background:rgb(0,0,0);
	background: rgba(0,0,0, .6); /* Works on all modern browsers */
	-webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.shop-product:hover .rating { bottom:0;}
.rating span.star {display: inline-block; font-family: FontAwesome;  font-style: normal;  font-weight: normal;}
.rating span.star:hover {cursor: pointer;}
.rating span.star:before { content: "\f006"; padding-right: 5px;}
.rating span.star.star-full:before { content: "\f005";color: gold;}
.rating span.star.star-half:before { content: "\f123";color: gold;}

.rating:hover span.star.star-full:before { content: "\f006"; color:#ffffff;}
.rating:hover span.star.star-half:before { content: "\f006"; color:#ffffff;}

.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {color: gold;  content: "\f005";}
.rating span.star.star-full:hover:before, .rating span.star.star-full:hover ~ span.star.star-full:before {color: gold;  content: "\f005";}
.rating span.star.star-half:hover:before, .rating span.star.star-half:hover ~ span.star.star-half:before {color: gold;  content: "\f005";}

/* shop lists */
.shop-product-categories { list-style:none; padding:0; margin:0;}
.shop-product-categories li { padding:15px 10px; border-top:1px solid #ececec; text-transform:uppercase;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;	-webkit-transform: translate3d(0,0,0);}
.shop-product-categories li:hover,.shop-product-categories li:focus { background:#f8f8f8;}
.shop-product-categories li.active { background:#f8f8f8;}
.shop-product-categories li:first-child {border-top:none;}
.shop-product-categories li span.count{ float:right;}

/* shop filters */
.shop-filters{}
.shop-filters .form-control{ width:auto; display:inline-block;}
.shop-filters label{ font-weight:300;}
.show-results { float:right; line-height:3;}
@media (max-width: 540px) {
.show-results { float:none; margin:20px 0 0; display:block;}
}

/* shop product info */
.product-info{}
.product-info h2, .product-info h3{ text-transform:none; margin-bottom:20px;}
.product-info .product-price{ font-size:24px; font-weight:500; line-height:inherit; margin: 0; color:#2c2c2c;}
.product-info .rating{ text-align:left; position:relative; top:0; left:0; background:none; color:#1c1c1c;}

.product-info .rating:hover span.star.star-half:before { color:gold;}
.product-info .rating:hover span.star.star-full:before { color:gold;}
.product-info .rating span.star.star-full:hover:before, .product-info .rating span.star.star-full:hover ~ span.star.star-full:before {color:gold;}
.product-info .rating span.star.star-half:hover:before, .product-info .rating span.star.star-half:hover ~ span.star.star-half:before {color:gold; }


.product-info .form-control {}
.inputQty {margin:0 10px 10px 0; float:left;}
.input-quantity { height:50px; border:1px solid #ececec; padding:10px; float:left; max-width:80px; text-align:center; font-size:18px; }
.qselect { height:50px; width:30px; font-size:18px; float:left; text-align:center; line-height:2.6; cursor:pointer; border:1px solid #ececec; }
.qselect.qup{ margin-left:-1px;}
.qselect.qdown{ margin-right:-1px;}

/* shop rating lists */
.ratings{}
.ratings li{ position:relative;}
.ratings li .rating-final{top:0; right:0; text-align:right; width:auto; line-height:1; position:absolute;}
.ratings li .rating-final span.star {display: inline-block; font-family: FontAwesome;  font-style: normal;  font-weight: normal;}
.ratings li .rating-final span.star:before { content: "\f006"; padding-right: 5px;}
.ratings li .rating-final span.star.star-full:before { color: gold;  content: "\f005";}
.ratings li .rating-final span.star.star-half:before { color: gold;  content: "\f123";}
.ratings .media-object{ max-width:80px; height:auto;}
.ratings .media-heading{ font-size:18px; font-weight:300; }
.ratings .rating-date{ margin-left:20px; font-style:italic; font-size:14px; color:#8c8c8c;}

/* cart page */
.cart-table .td-cart-image img {height: auto;  width: 100px;}
.cart-table.table > thead > tr > th, .cart-table.table > tbody > tr > th, .cart-table.table > tfoot > tr > th, .cart-table.table > thead > tr > td, .cart-table.table > tbody > tr > td, .cart-table.table > tfoot > tr > td {
    vertical-align: middle;}

/* ribbon */
.ribbon-wrapper { overflow: hidden;  position: absolute;  top: 10px; z-index: 2;}
.ribbon {background-color: #1c1c1c; color: #fff; font-size: 12px; font-weight: 500; text-transform:uppercase;  position: relative;  text-align: center; padding:5px 10px; -webkit-border-radius:0px 2px 2px 0px;
-moz-border-radius:0px 2px 2px 0px; border-radius:0px 2px 2px 0px;}
.ribbon::before, .ribbon::after {bottom: -3px; content: "";  position: absolute;}
.ribbon::before { left: 0;}
.ribbon::after {right: 0;}
.ribbon span { font-size: 14px;font-weight: 700; line-height: 1;}

@media (max-width: 540px) {
.ratings li .rating-final{position:relative;}
}

/* Post Navigation */
.post-navigation{}
.article-nav{
/* default fallback */background: rgb(255, 255, 255) transparent;
/* nice browsers */background: rgba(255, 255, 255, 0.2);
color: #8c8c8c; height: 80px; margin-top: -60px; padding: 15px;  position: fixed; text-decoration: none; top: 50%; z-index: 1000; cursor:pointer; border:1px solid #ececec;}
.article-nav.article-prev{left:0; border-left:none;}
.article-nav.article-next{right:0; border-right:none;}
.nav-icon{ height: 22px;line-height: 22px; margin-top: -11px; position: absolute; top: 50%; font-size:18px;}
.article-prev .nav-icon{left:10px;}
.article-next .nav-icon{right:10px;}
.nav-info-wrapper{display: block; overflow: hidden; width:0;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0,0,0);}
.article-prev .nav-info{ margin:0 0 0 15px;}
.article-next .nav-info{ margin:0 15px 0 0; text-align:right;}
.nav-info{   display: table; height: 50px; width: 210px;}
.nav-info-title{display: table-cell;vertical-align: middle;}
.article-nav:hover{ color:#8c8c8c;}
.article-nav:hover .nav-info-wrapper{ width:225px;}

/* Single Post */
.about { padding-left:116px; position:relative; padding-bottom:50px; border-bottom:1px solid #ececec; margin-bottom:50px;}
.author-avatar{ max-width:96px; position:absolute; top: 0; left:0;}
.author-avatar img { width:100%; height:auto;}
/* comments article */
.comments-article{ margin-bottom:50px;}
.comments-article img { max-width:64px;}
.comments-article li.media {}
.comment-date{ color:#8c8c8c; font-size:14px; margin-left:10px;}
.comments-article .media-heading { font-size:16px; font-weight:400; margin-bottom:10px;}


/*===============================
========== RTL STYLES ==========
===============================*/
html[dir="rtl"] .social-top { float:right; padding:0;}
html[dir="rtl"] .social-top li:first-child { border-left:none;}
html[dir="rtl"] .social-top li:last-child {}
html[dir="rtl"] .top-menu {float:left; padding:0;}
html[dir="rtl"] .top-menu li:first-child {}
html[dir="rtl"] .top-menu li:last-child {}
html[dir="rtl"] .header-top ul .fa { margin-right:0; margin-left:10px;}
html[dir="rtl"] .social-top .fa {margin-left: 0 !important;}
html[dir="rtl"] .slide-panel-btn {margin-right:-40px;}

html[dir="rtl"] .gfx-mega .dropdown-menu { left:auto; right:auto;}

html[dir="rtl"] .iconbox .iconbox-wrapper { float:right; margin-left:20px; margin-right:0;}
html[dir="rtl"] .iconbox.vertical .iconbox-wrapper { float:none; margin: 0 auto 15px;}
html[dir="rtl"] .progress-pie .pie-content{margin-left: 0px; margin-right: 40px;}

html[dir="rtl"] .gmap-button:after { margin-left:0; margin-right:16px;}

html[dir="rtl"] .btn .iconleft { margin-right:0px; margin-left:14px;}
html[dir="rtl"] .btn .iconright { margin-right:14px; margin-left:0px;}


/*===============================
========== Responsive Media Queries ==========
===============================*/

@media (min-width: 768px) and (max-width: 991px) {

.drawer {  width: 40%;}
.page-wrapper.active {-webkit-transform: translate(-40%, 0px); -moz-transform: translate(-40%, 0px);  -o-transform: translate(-40%, 0px); -ms-transform: translate(-40%, 0px);
 transform: translate(-40%, 0px);}
.header-wrapper.active {-webkit-transform: translate(-40%, 0px); -moz-transform: translate(-40%, 0px); -o-transform: translate(-40%, 0px); -ms-transform: translate(-40%, 0px);
 transform: translate(-40%, 0px); }

.logo { max-width:135px;}

.banner { margin-top:30px;}

.gfx-nav { float:none;}
ul.gallery {margin-left: 0;}
ul.gallery li {width: 50% !important; /* this value + 2% should = 50% */}

.footer-bottom .copyright { text-align:center;}
.logo-footer {float: none; margin:0 auto;}
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}
@media (max-width: 767px) {
h1 {font-size: 48px; margin-top: 0;}
h2 {font-size: 40px; margin-top: 0;}
h3 {font-size: 32px; margin-top: 0;}
h4 {font-size: 24px; margin-top: 0;}
h5 {font-size: 18px; margin-top: 0;}
h6 {font-size: 14px; margin-top: 0;}

/*.header-wrapper{ position:absolute !important;} uncomment this for Multi Page Version  */
.header-top-left{padding:0px;}
.social-top{ text-align:center; float:none;}
.top-menu{ float:none; text-align:center;}
.gfx-nav { float:none;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {background: rgb(28, 28, 28) !important; background: rgba(28, 28, 28, 0.9) !important; border:none;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {background: rgb(28, 28, 28) !important; background: rgba(28, 28, 28, 0.9) !important; border:none;}
.header-wrapper.header-main-scrolled .navbar-default .navbar-collapse, .navbar-default .navbar-form {background: rgb(255, 255, 255) !important; background: rgba(255, 255, 255, 0.9) !important; border:none;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { padding:12px 25px;}
.navbar-nav .open .dropdown-menu{ background-color:#ffffff;}
.main-wrapper-header .breadcrumbs-wrapper { text-align:left;}
.fancy-header .breadcrumbs-wrapper { text-align:center;}

/*========== Off Canvas ==========*/
.drawer {  width: 60%;}
.page-wrapper.active {-webkit-transform: translate(-60%, 0px); -moz-transform: translate(-60%, 0px);  -o-transform: translate(-60%, 0px); -ms-transform: translate(-60%, 0px);
 transform: translate(-60%, 0px);}
.header-wrapper.active {-webkit-transform: translate(-60%, 0px); -moz-transform: translate(-60%, 0px); -o-transform: translate(-60%, 0px); -ms-transform: translate(-60%, 0px);
 transform: translate(-60%, 0px); }

ul.gallery {margin-left: 0;}
ul.gallery li {width: 50% !important; /* this value + 2% should = 50% */}

.blog-post-side { position:relative !important; margin:0 auto; margin-bottom:20px;}
.blog-post-content { margin-left:0 !important; margin-right:0 !important;}

.banner { margin-top:30px;}

.footer-bottom .copyright { text-align:center;}
.logo-footer {float: none; margin:0 auto;}

/* RTL */
html[dir="rtl"] .top-menu {float: none;text-align: center;}
html[dir="rtl"] .social-top {float: none; text-align: center;}

}

@media (max-width: 540px) {

/*========== Off Canvas ==========*/
.drawer {  width: 75%;}
.page-wrapper.active {-webkit-transform: translate(-75%, 0px); -moz-transform: translate(-75%, 0px);  -o-transform: translate(-75%, 0px); -ms-transform: translate(-75%, 0px);
 transform: translate(-75%, 0px);}
.header-wrapper.active {-webkit-transform: translate(-75%, 0px); -moz-transform: translate(-75%, 0px); -o-transform: translate(-75%, 0px); -ms-transform: translate(-75%, 0px);
 transform: translate(-75%, 0px); }

ul.gallery {margin-left: 0;}
ul.gallery li {width: 100% !important; /* this value + 2% should = 100% */}

}




/*
Theme Name: Braink
---- COLOR CSS DEFAULT
*/


/* color */
a, .main-wrapper-header .breadcrumbs-wrapper .breadcrumb > li + li:before, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .header-wrapper.header-main-scrolled .navbar-nav > li > a:hover,.navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .title-color, .btn-primary.btn-alt, .cl-effect-4 a:hover::before, .cl-effect-4 a:focus::before, .accordion .accordion-toggle, .accordion .accordion-toggle.collapsed:hover, .team-info .team-role, .nav-tabs.tabs-alt > li.active > a, .nav-tabs.tabs-alt > li.active > a:hover, .nav-tabs.tabs-alt > li.active > a:focus, .post-format, .product-links ul li a:hover, .shop-product .product-links ul li a:focus, .nav-tabs > li > a:hover, .footer-middle .footer-widget .tweet_list li .tweet_text a, #site-canvas a:hover, .mega-menu-list .title-header, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .header-wrapper.header-main-scrolled .navbar-default .navbar-nav > li.active > a, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #3A96F5;}


@media (min-width: 992px) {
  .navbar-nav > li > a:hover,.navbar-nav > li > a:focus {color: #3A96F5;}
}

/* background color */
.mega-menu-list > li.active > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .fancy-title span:after, .text-center.fancy-title span:after, .text-right.fancy-title span:after, .fancy-title:after, .carousel .owl-controls .owl-dot span, .btn-primary, .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt, .progress-bar, hr.hr-fancy:after, .label-primary, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .pricing-table .pricing-table-head .pricing-head-title, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .blog-post .blog-post-side .blog-post-date, ul#filters li a.filter.selected, .colio-theme-gfx .colio-close, .colio-theme-gfx .colio-navigation a, .nav-tabs.tabs-alt > li.active > a:after, .accordion.accordion-alt .accordion-toggle, .accordion.accordion-alt .accordion-toggle.collapsed:hover, .overlay-bg, .o-tooltip-inner, .cl-effect-2 a::before, .cl-effect-2 a::after, .cl-effect-5 a::before, .cl-effect-5 a::after, .cl-effect-6 a::before, .cl-effect-6 a::after, .navbar-default .navbar-nav > .active > a .caret, .navbar-default .navbar-nav > .active > a:hover .caret, .navbar-default .navbar-nav > .active > a:focus .caret, .navbar-default .navbar-nav > li > a:hover .caret, .header-wrapper.header-main-scrolled .navbar-default .navbar-nav > .active > a .caret, .header-wrapper.header-main-scrolled .navbar-default .navbar-nav > .active > a:hover .caret, .header-wrapper.header-main-scrolled .navbar-default .navbar-nav > .active > a:focus .caret, .header-wrapper.header-main-scrolled .navbar-default .navbar-nav > li > a:hover .caret, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{background-color: #3A96F5;}

::selection{background-color: #3A96F5;}
*::-moz-selection {background-color: #3A96F5;}

/* border color */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, ul#filters li a.filter.selected, .btn-primary.btn-alt, .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt, .form-control:focus, .nav-tabs.nav-justified > .active > a:focus, .glyphs.css-mapping input:focus, .glyphs.css-mapping input:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {border-color: #3A96F5;}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {border-bottom-color:#3A96F5; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {border-bottom-color: #3A96F5; }
}

/* hover color */
a:hover, a:focus, .social-top a:hover, .social-top a:focus, .top-menu a:hover, .top-menu a:focus, .footer-bottom a:hover, .mfp-close:hover, .mfp-close:focus, .post-meta-info a:hover, .post-meta-info a:focus {color: #00b4d4;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .label-primary[href]:hover, .label-primary[href]:focus{ background-color: #00b4d4;}

/* specials */
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border-bottom-color: #3A96F5;}
.carousel .owl-controls .owl-dot.active span, .carousel .owl-controls.clickable .owl-dot:hover span{background-color: #3A96F5 !important; border:1px solid #3A96F5; }

.o-tooltip.bc .o-tooltip-arrow{border-top-color:#3A96F5;}
.o-tooltip.mr .o-tooltip-arrow{border-left-color:#3A96F5;}
.o-tooltip.tc .o-tooltip-arrow{border-bottom-color:#3A96F5;}
.o-tooltip.ml .o-tooltip-arrow{border-right-color:#3A96F5;}
.o-tooltip.tl .o-tooltip-arrow{border-left-color:#3A96F5; }
.o-tooltip.bl .o-tooltip-arrow{border-left-color:#3A96F5; }
.o-tooltip.tr .o-tooltip-arrow{border-right-color:#3A96F5;}
.o-tooltip.br .o-tooltip-arrow{border-right-color:#3A96F5;}

.cl-effect-4 a:hover::before, .cl-effect-4 a:focus::before {text-shadow: 10px 0 #3A96F5, -10px 0 #3A96F5;}

.bg-color-default{ background-color:#3A96F5 !important;}
.bg-default-hover:hover{ background-color:#00b4d4 !important;}
.color-default{ color:#3A96F5 !important;}


/* Feel free to change duration  */
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index : 1
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index : 0
   }


.animated.animation-active.delay1{
	animation-delay: 0.2s; /* W3C and Opera */
	-moz-animation-delay: 0.2s; /* Firefox */
	-webkit-animation-delay: 0.2s ;/* Safari and Chrome */}

.animated.animation-active.delay2{
	animation-delay: 0.4s; /* W3C and Opera */
	-moz-animation-delay: 0.4s; /* Firefox */
	-webkit-animation-delay: 0.4s ;/* Safari and Chrome */}

.animated.animation-active.delay3{
	animation-delay: 0.6s; /* W3C and Opera */
	-moz-animation-delay: 0.6s; /* Firefox */
	-webkit-animation-delay: 0.6s ;/* Safari and Chrome */}

.animated.animation-active.delay4{
	animation-delay: 0.8s; /* W3C and Opera */
	-moz-animation-delay: 0.8s; /* Firefox */
	-webkit-animation-delay: 0.8s ;/* Safari and Chrome */}

.animated.animation-active.delay5{
	animation-delay: 1s; /* W3C and Opera */
	-moz-animation-delay: 1s; /* Firefox */
	-webkit-animation-delay: 1s ;/* Safari and Chrome */}

.bunner{
  text-align:center;
  margin-bottom:10px;
}


.footer-bottom .copyright{
  text-align:center;
  padding:0px 0 20px;
}

  small.copy{
     font-size:14px;
     color:#fff;
   }


   input{
     height: 2em;
      padding: 2px 2%;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background: #fff;
      vertical-align:middle;

   }

   label{
       vertical-align:middle;
   }
   input[type=text]{
     width:100%;
   }
   .separate input{
     width:28%;
   }
   input.checkbox{
     width:20px;
   }
   textarea {
     width: 100%;
       max-width: 100%;
       height: 220px;
       padding: 2px 2%;
       resize: vertical;
       border: 1px solid #cccccc;
       border-radius: 3px;
       background: #fff;
       -webkit-appearance: none;
     }

   .sendbutton{
     text-align:center;
     clear:both;
     padding:40px 10px;
   }

   .sendbutton .btn{
     width:80%;
     padding: 1% 0;
     border-radius: 3px;
     background: #fff;
     vertical-align:middle;
     display:block;
     margin:0 auto;
     font-size:1.9rem;
     line-height:2;
     background-color:#61ADEF;
     color:#fff;
     font-weight:bold;
     border-radius:20px;
     cursor:pointer;
     letter-spacing:2px;
     border-radius: 3px;

box-shadow: 0 3px 0 rgb(64, 149, 222);



   }
   .sendbutton .btn.half{
     width:22%;
     display:inline-block;
   }

   .mail_form{
     text-align:left;
   }
   .mail_form dl{
     width:90%;
     font-size:1.8rem;
   }
   .mail_form {
     width:100%;
   }
   .mail_form dl dt,.mail_form dl dd{
     vertical-align:middle;
     margin:10px 0;
   }

   .mail_form dl dt{
     clear:both;
     width:30%;
     float:left;
     padding:15px 0 15px;
     text-align:right;
     overflow:hidden;

   }

   .mail_form dl dd{
     width:65%;
     float:right;
     padding:10px 0 15px 0;
   }

   .mail_form dl span
   {
   font-size:.9rem;
   }

   .mail_form.checkform dl{
   width:100%;
   }
   .mail_form.checkform dl dt{
   width:49%;
   padding-right:1%;

   }

   .mail_form.checkform dl dd{
   width:49%;
   padding:15px 0 15px;
   padding-left:1%;
   }
  ul.linklist{
    margin-top:10px;
  }
.linklist li{
    font-size:1.9rem;
    list-style:none;
    line-height:3;
}

.linklist li a[target="_blank"]:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0 3px;
}
