@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');
/* Optional *
@import url("css/proxima-nova.css");

@import url("css/bs_modal_transition.css");
*/

/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,100,200,300,500,600,700);
@font-face {
    font-family: 'nexabold';
    src: url('css/NEXA BOLD-webfont.eot');
    src: url('css/NEXA BOLD-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/NEXA BOLD-webfont.woff2') format('woff2'),
         url('css/NEXA BOLD-webfont.woff') format('woff'),
         url('css/NEXA BOLD-webfont.ttf') format('truetype'),
         url('css/NEXA BOLD-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#### Generated By: http://www.cufonfonts.com ####
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: normal;
	src: local('Proxima Nova Regular'), url('css/ProximaNovaRegular.woff') format('woff');
}
*/

/**********STYLIZED CLASSES***********/

/*testing-area*/
.testing-area { display: none !important; }
.hashtag--testing .testing-area { display: block !important; }
/*./testing-area*/

.preloadized { overflow: hidden; }
.preloadized #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 99999; }
.preloadized #preloader__status { width: 32px; height: 32px; position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px;  border-radius: 50%; }

/**for 100% heights**/
/*
body, html{ height: 100%; padding: 0;}
*/
html.hint * { box-shadow: 0 0 0 1px #d00; }
html.hint a { box-shadow: 1px 0 12px 0px #006dd3 inset; }
html.hint a[href="#"]:after, html.hint a[href=""]:after { content: "# No Link"; position: absolute; font-size: 10px; background-color: #d00; z-index: 2; padding: 2px 4px; margin-top: 1.5em; color: #fff; }
html.hint [src*="localhost"] { box-shadow: 0 0 10px 10px #ff8800; }
html.hint [href*="localhost"]:after { content: "localhost link"; position: absolute; margin-top: 2em; font-weight: 600; font-size: 11px; background-color: orange; color: #fff; padding: 0 7px; z-index: 1;}

body .navbar-brand {padding: 5px; max-width: 200px;}

body{ overflow-x: hidden;}

body nav.navbar { font-family: "Open Sans", "Helvetica", "Helvetica Neue", Arial,sans-serif; }

section[class*="-area"] {position: relative; clear:both; }

.section-centralized--active { border:2px solid #0d0; }

/*** CONTENT ***/
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.inline-block {display: inline-block;}
.big { font-size: 1.2em; line-height: 2em; }
.big p { margin-bottom: 2em; }

/*clear heading margins*/
.clrhm h1, .clrhm h2, .clrhm h3, .clrhm h4, .clrhm h5, .clrhm h6, .clrhm .h1, .clrhm .h2, .clrhm .h3, .clrhm .h4, .clrhm .h5, .clrhm .h6  { margin:0px; }

/*center align H2 and P in section */
.hed-cntr .hed h2, .hed-cntr .container > h2, .hed-cntr .container > p, .hed-cntr .container > .lnk-btn { text-align: center; }

.hed.crossline {text-align: center;}
.hed.crossline h2 {text-align: center; display: inline-block; background-color: #fff; padding: 0 0.4em;}
.hed.crossline hr { margin-top: -28px; margin-bottom: 40px; border-color: #333;}

.hed.lndotln hr {width: 10px;height: 10px;background-color: #333;border-radius: 50%;position: relative; margin-top:0px; margin-bottom:20px; opacity: .2;}
.hed.lndotln hr:before,.lndotln hr:after {content: "";width: 3000%;height: 3px;background-color: #333;display: block;margin-top: 2px;position: absolute;right: 22px;top: 1px;}
.hed.lndotln hr:after {right: auto; left: 20px;}

.hed.underline-mini h2:after {content: "";display: block;height: 4px;background-color: #ffc526;width: 50px;margin: 5px auto 0;}

.underline-mini--double h2:before {content: "";height: 3px;width: 50px;display: block;background-color: #1db899;z-index: 1;bottom: 0;margin: 0 auto;position: relative;top: 51px;}
.underline-mini--double h2:after { content: ""; display: block; background-color: #ccc; width: 160px; height: 1px; bottom: -10px; margin: 15px auto 0; }

.inkd{font-family:"Shadows Into Light" !important;}

.dwnlod-btn > a {display: inline-block; background-color: #0a0; color: #fff; padding: 10px 15px;}

.dropcaps > p:first-child:first-letter {font-size: 2em;}

.fnc-underline a {
	box-shadow: inset 0 -0.12em 0 0 #f5f5f5, inset 0 -.14em 0 0 rgba(245, 245, 245, 0.5), inset 0 -.14em 0 0 currentColor;
	text-decoration: none;
	text-shadow: .05em 0 #f5f5f5, -0.05em 0 #f5f5f5, 1.5px 0 #f5f5f5, -1.5px 0 #f5f5f5; }

/*default links|complex*/


/*transition*/
.transition, .transition *, .transition *:after,  .transition *:before,.transition *:hover{
	transition:all 0.3s ease 0s !important; -webkit-transition:all 0.3s ease 0s !important;
	/*transition: all 500ms ease 0s; */
}

.no-transition, .no-transition *, .no-transition *:after,  .no-transition *:before,.no-transition *:hover{
	transition:all 0s ease 0s !important; -webkit-transition:all 0s ease 0s !important;
}
/*./transition*/


/**alert-bar**/
.alert-bar {margin: 0;border-bottom: 0px solid #eee;padding: 0;background-color: #f9f9f9;line-height: 3em;}
.alert-bar button.close {background-color: transparent;opacity: 1;color: #333;}
.alert-pin-btn {position: absolute;margin-top: 10px;right: 0;}
.alert.alert-bar.pinned {height: 1px;overflow: hidden;}
.pinned .alert-pin-btn {margin-top: 0px;}

/*truncate string / limited text */
.hed-lmt h3, .hed-lmt h4 {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
/*truncate string P tag content */
.cont-lmt p{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/**read more read less content**/
.moreless.on {
  display: block;
  height:4em; /* Fallback for non-webkit */
  display: -webkit-box; /* Fallback for non-webkit */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.has-quotes:after,
.has-quotes:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  top: -0px;
  left: -15px;
}

.has-quotes:after {
  content: "\f10e";
  top: auto;
  bottom: 0px;
  left: auto;
  right: 0px;
}

.blurtxt { color: transparent; text-shadow: 0 0 5px rgba(0,0,0,0.5); }

.shad-dp20 { box-shadow: 0px 10px 20px 7px #eee; border: 1px solid #f7f7f7; }

.shad-long{
  text-shadow:  1px 1px rgba(0, 0, 0, 0.205) , 2px 2px rgba(0, 0, 0, 0.204) , 3px 3px rgba(0, 0, 0, 0.203) , 4px 4px rgba(0, 0, 0, 0.202) , 5px 5px rgba(0, 0, 0, 0.201) , 6px 6px rgba(0, 0, 0, 0.200) , 7px 7px rgba(0, 0, 0, 0.209) , 8px 8px rgba(0, 0, 0, 0.208) , 9px 9px rgba(0, 0, 0, 0.208);
}


/*hide active language from dropdown list*/
.lang-area a.selctd-lang {display: none;}

.label.new:before, .badge.new:before {
    background-color: #d00;
    content: "*";
    position: absolute;
    top: -20px;
    display: block;
    padding: 0px 2px;
    right: -4px;
    border-radius: 50%;
    height: 0.8em;
    width: 0.8em;
}

.label,.badge {position: relative; border-radius: 3px; margin-left: 3px;}
/*label less bolder*/ body label { font-weight: 600;}

/*** Buttons/Btn ***/
body .btn-flat, .btn-flat .btn { border-radius: 0; }
.more-btn a {background-color: #39c; padding: 0.5em 0.5em; color: #fff;}
[class*="-btn"] a {display: inline-block;}

/*Table un-hover rows blur on hover*/
.table-blur--hover tbody:hover td { color: transparent; text-shadow: 0 0 3px #aaa;}
.table-blur--hover tbody:hover tr:hover td { color: #444; text-shadow: 0 1px 0 #fff;}
/*./Table un-hover rows blur on hover*/
	
/*** TABLE Responsive ***/
@media only screen and (max-width : 768px) {
.table-rwd th,
.table-rwd th[class*=col-]{display: none;}
.table-rwd td::before {content: attr(for); display: block; font-weight: 600;}
.table-rwd td {display: block;text-align: center;}
}
/*** ./TABLE Responsive ***/

body .table-valign tr td {vertical-align: middle;}


/*** TABS ***/

/**tabs nav responsive **/
@media screen and (max-width: 479px) {
  .nav-tabs-rwd > li { display: none; width: 23%; }
  .nav-tabs-rwd > li > a { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; width: 100%; width: 100%; text-align: center; vertical-align: top; }
  .nav-tabs-rwd > li.active { width: 54%; }
  .nav-tabs-rwd > li.active:first-child { margin-left: 23%; }
  .nav-tabs-rwd > li.active, .nav-tabs-rwd > li.prev, .nav-tabs-rwd > li.next { display: block; }
  .nav-tabs-rwd > li.prev, .nav-tabs-rwd > li.next { -webkit-transform: scale(0.9); transform: scale(0.9); }
  .nav-tabs-rwd > li.next > a, .nav-tabs-rwd > li.prev > a { -webkit-transition: none; transition: none; }
  .nav-tabs-rwd > li.next > a .text, .nav-tabs-rwd > li.prev > a .text { display: none; }
  .nav-tabs-rwd > li.next > a:after, .nav-tabs-rwd > li.next > a:after, .nav-tabs-rwd > li.prev > a:after, .nav-tabs-rwd > li.prev > a:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  .nav-tabs-rwd > li.prev > a:after { content: "\e079"; }
  .nav-tabs-rwd > li.next > a:after { content: "\e080"; }
  .nav-tabs-rwd > li.dropdown > a > .caret { display: none; }
  .nav-tabs-rwd > li.dropdown > a:after { content: "\e114"; }
  .nav-tabs-rwd > li.dropdown.active > a:after { display: none; }
  .nav-tabs-rwd > li.dropdown.active > a > .caret { display: inline-block; }
  .nav-tabs-rwd > li.dropdown .dropdown-menu.pull-xs-left { left: 0; right: auto; }
  .nav-tabs-rwd > li.dropdown .dropdown-menu.pull-xs-center { right: auto; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .nav-tabs-rwd > li.dropdown .dropdown-menu.pull-xs-right { left: auto; right: 0; }
}
/**./tabs nav responsive **/


/*tab-content border,height*/ body .tab-content { border: 1px solid #ccc; border-top: 0; min-height: 150px;}

/**tabs**/
li.c_active.active a {background-color: #39c; color: #fff;}
/**./tabs**/
/*** ./TABS ***/

/**scrollToTop**/
.scrollToTop {
    bottom: 30px;
    color: inherit;
    display: none;
    padding: 10px;
    position: fixed;
    right: 40px;
	z-index:888;
	padding: 0;
    font-size: 2em;
	text-align: center;
}
.scrollToTop span { display: block; font-size: 12px; font-family: MONOSPACE; text-transform: uppercase; width: 60px; }
.scrollToTop.has-stop { opacity: .2; right: 0; bottom: 0; }
/**./scrollToTop**/


/****pinterest-style****/
.pinterest-style *, .pinterest-style  *:before, *:after {box-sizing:  border-box !important;}
.pinterest-style .row { column-width:18em; -moz-column-width: 18em; -webkit-column-width: 18em; -moz-column-gap: 1em; -webkit-column-gap:1em;}
.pinterest-style .item { display: inline-block; padding:  .25rem; width:  100%; }
.pinterest-style .well { position:relative; display: block;}
/****./pinterest-style****/


/*** SPACING & ALIGNMENTS ***/
/*for flat icons*/
body [class*="flaticon-"]::before {margin: 0;}

/**borders**/
body .bdr0{ border: 0px; }
.bdr1 { border: 1px solid #ddd; }
.bdr-next~* { border-left: 1px solid #999; } /*add divider on every element that are preceded .bdr-next*/


.bdr--multi{ border-image: linear-gradient(to right, #000000 0%, #000000 49%, #43b0d8 49%, #43b0d6 100%); border-image-slice: 1; 
border-style: solid;}

/**positions**/
.posabs {position: absolute;}
.posrel {position: relative;}
.posfix {position: fixed;}
.posrel .section-bg ~ * {position: relative;}

.r0{ right:0; }
.b0{ bottom:0; }
.t0{ top:0; }
.l0{ left:0; }

body .r--{ right:auto; }
body .b--{ bottom:auto; }
body .t--{ top:auto; }
body .l--{ left:auto; }

.z10 { z-index:10; }
.z20 { z-index:20; }
.z30 { z-index:30; }
.z40 { z-index:40; }
.z50 { z-index:50; }
.z60 { z-index:60; }
.z70 { z-index:70; }
.z80 { z-index:80; }
.z90 { z-index:90; }
.z100 { z-index:100; }
.z200 { z-index:200; }
.z300 { z-index:300; }
.z400 { z-index:400; }
.z500 { z-index:500; }
.z600 { z-index:600; }
.z700 { z-index:700; }
.z800 { z-index:800; }
.z900 { z-index:900; }
.z1000 { z-index:1000; }

/**./positions**/

/**paddings**/
.p0{ padding:0px;}
.pl0{ padding-left:0px;}
.pr0{ padding-right:0px;}
.pt0{ padding-top:0px;}
.pb0{ padding-bottom:0px;}

.p5{ padding:5px;}
.pl5{ padding-left:5px;}
.pr5{ padding-right:5px;}
.pt5{ padding-top:5px;}
.pb5{ padding-bottom:5px;}

.p10{ padding:10px;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.pt10{ padding-top:10px;}
.pb10{ padding-bottom:10px;}

.p15{ padding:15px;}
.pl15{ padding-left:15px;}
.pr15{ padding-right:15px;}
.pt15{ padding-top:15px;}
.pb15{ padding-bottom:15px;}

.p20{ padding:20px;}
.pl20{ padding-left:20px;}
.pr20{ padding-right:20px;}
.pt20{ padding-top:20px;}
.pb20{ padding-bottom:20px;}

.p30{ padding:30px;}
.pl30{ padding-left:30px;}
.pr30{ padding-right:30px;}
.pt30{ padding-top:30px;}
.pb30{ padding-bottom:30px;}

.p40{ padding:40px;}
.pl40{ padding-left:40px;}
.pr40{ padding-right:40px;}
.pt40{ padding-top:40px;}
.pb40{ padding-bottom:40px;}

.p50{ padding:50px;}
.pl50{ padding-left:50px;}
.pr50{ padding-right:50px;}
.pt50{ padding-top:50px;}
.pb50{ padding-bottom:50px;}

.p60{ padding:60px;}
.pl60{ padding-left:60px;}
.pr60{ padding-right:60px;}
.pt60{ padding-top:60px;}
.pb60{ padding-bottom:60px;}

.p70{ padding:70px;}
.pl70{ padding-left:70px;}
.pr70{ padding-right:70px;}
.pt70{ padding-top:70px;}
.pb70{ padding-bottom:70px;}

.p80{ padding:80px;}
.pl80{ padding-left:80px;}
.pr80{ padding-right:80px;}
.pt80{ padding-top:80px;}
.pb80{ padding-bottom:80px;}

.p90{ padding:90px;}
.pl90{ padding-left:90px;}
.pr90{ padding-right:90px;}
.pt90{ padding-top:90px;}
.pb90{ padding-bottom:90px;}

.p100{ padding:100px;}
.pl100{ padding-left:100px;}
.pr100{ padding-right:100px;}
.pt100{ padding-top:100px;}
.pb100{ padding-bottom:100px;}

/**margins**/
.m0{ margin:0px;}
.ml0{ margin-left:0px;}
.mr0{ margin-right:0px;}
.mt0{ margin-top:0px;}
.mb0{ margin-bottom:0px;}

.m10{ margin:10px;}
.ml10{ margin-left:10px;}
.mr10{ margin-right:10px;}
.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px;}

.m20{ margin:20px;}
.ml20{ margin-left:20px;}
.mr20{ margin-right:20px;}
.mt20{ margin-top:20px;}
.mb20{ margin-bottom:20px;}

.m30{ margin:30px;}
.ml30{ margin-left:30px;}
.mr30{ margin-right:30px;}
.mt30{ margin-top:30px;}
.mb30{ margin-bottom:30px;}

.m40{ margin:40px;}
.ml40{ margin-left:40px;}
.mr40{ margin-right:40px;}
.mt40{ margin-top:40px;}
.mb40{ margin-bottom:40px;}

.m50{ margin:50px;}
.ml50{ margin-left:50px;}
.mr50{ margin-right:50px;}
.mt50{ margin-top:50px;}
.mb50{ margin-bottom:50px;}

.m60{ margin:60px;}
.ml60{ margin-left:60px;}
.mr60{ margin-right:60px;}
.mt60{ margin-top:60px;}
.mb60{ margin-bottom:60px;}

.m70{ margin:70px;}
.ml70{ margin-left:70px;}
.mr70{ margin-right:70px;}
.mt70{ margin-top:70px;}
.mb70{ margin-bottom:70px;}

.m80{ margin:80px;}
.ml80{ margin-left:80px;}
.mr80{ margin-right:80px;}
.mt80{ margin-top:80px;}
.mb80{ margin-bottom:80px;}

.m90{ margin:90px;}
.ml90{ margin-left:90px;}
.mr90{ margin-right:90px;}
.mt90{ margin-top:90px;}
.mb90{ margin-bottom:90px;}

.m100{ margin:100px;}
.ml100{ margin-left:100px;}
.mr100{ margin-right:100px;}
.mt100{ margin-top:100px;}
.mb100{ margin-bottom:100px;}


/**widths**/
.w10{width:10%;}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.w100{width:100%;}

/*section divider - use w/<HR>*/
.dvr, .dvr-cont .container {margin: 30px 0; height: 1px; border-top: 1px solid #ccc; clear: both;}
.dvr-shine {border:0px; height: 20px; background-image: radial-gradient(farthest-side at 50% -50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));}



.pul-lft {float: left;}
.pul-rgt {float: right;}
.pul-cntr {float: none; margin-left:auto; margin-right:auto;}

.valign {align-items: center; display: flex; min-height: 100px; /* define holder height */}
/***vertical align***/
.valigner {min-height: 240px; display: table; text-align: center;}
.valigner > *, .valigner .valign {display: table-cell;vertical-align: middle;}


.random-box { border-bottom: 1px solid #ccc; height: 350px; clear: both; }
.random-box:nth-child(even) .random__lft { float: right; }


/*** IMG ***/
.ovrflw { overflow: hidden; }
.overload { overflow: auto; }

.ovrimg { overflow: hidden; }
.ovrimg img{ width: 100%;}
.img-cntr { overflow:hidden; position:relative; }
.img-cntr img { position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%) translateX(-50%); max-width: initial !important;}

/*img-cntr hover conflict with imgzoom--hover fixed*/
.imgzoom--hover .img-cntr img { -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2) !important; }
.imgzoom--hover .img-cntr:hover img { -webkit-transform: translateY(-50%) translateX(-50%) scale(1) !important; }
 body img, .ovrimg-mx img { max-width: 100%; height: auto; }
body iframe { min-height: 320px; }

.modal iframe { width: 100%; min-height:70vh; }

.filter-white   { -webkit-filter: brightness(1000%); }
.color-gray,.grayedout { -webkit-filter: grayscale(1); filter: grayscale(1); }
.color-invert { -webkit-filter: invert(1); filter: invert(1); }

.drp-shad {filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5)); }
		
/*** BG ***/
.wide-box-holder {clear:both;position: relative;overflow:hidden;}

.ovrvis{overflow:visible;}

.section-bg {height:auto;left:0;position:absolute;right:0;top:0;width:100%;z-index:0;text-align:center;}
.section-bg > img {height: auto; width:100%;}

.bg-cntr {background-repeat: no-repeat; background-position: center;}
.bg-full,.bg-cvr {background-size: cover;}
.bg-fix { background-attachment: fixed;}


/*** LIST ***/
/**package tag**/
.taglized { overflow: hidden; position:relative; }
.tag-badge { position: absolute; top: -8px; right: -50px; transform: rotate(45deg); width: 140px; padding: 0px; box-sizing: border-box; height: 60px; background-color: yellowgreen; box-shadow: 0 0 10px 5px #eee; }
.tag-badge .txt { width: 60px; display: block; margin: 0 auto; padding-top: 24px; text-align: center; text-transform: uppercase; line-height: 1; font-weight: 600;}

/**./package tag**/

/**./list vertical align**/
.listgrid-valign li {
    border: 1px solid #f7f7f7;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
	min-height:100px;
}
/**./list vertical align**/




/*list-btns3D*/
.thr3d-btn { border-top: 0; border-left: 0; border-right: 0; outline: none;}

.thr3d-btn,
.list-btns3D li a {
    background-color: #39c;
    color: #fff;
    display: block;
    margin: 8px 0;
    font-size: 1.2em;
    text-align: center;
    line-height: 2em;
	border-radius:5px;
	padding-left: 0.5em;
    padding-right: 0.5em;
	margin: 0px 10px 10px 0px;
	position: relative;
}

.thr3d-btn, .thr3d-btn:focus, .thr3d-btn:hover,
.list-btns3D li a,.list-btns3D li.active a,.list-btns3D li a:hover,.list-btns3D li.active a:focus{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	color:#fff;
}

.thr3d-btn:active,
.list-btns3D li a:active{
		transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}
/*./list-btns3D*/

.zebra-cross > *:nth-child(2n+1){background-color:#eee;}

.vcntrlist ul {align-items: center; display: flex; justify-content: center;}

.clrlist ul {padding: 0; margin-bottom:0;}
.clrlist li {display: inline-block;list-style-type: none;}
/*width issue fixed for inner UL LI*/ .clrlist li ul li {display: inherit;} 

.listview ul li {display:block;}

.iconic-list li { list-style-type: none; position: relative; }
.iconic-list li:before {content: "\f08d";margin-left: -30px;min-width: 20px;display: block;float: left;color: initial;text-align: center;max-width: 50px;min-height: 20px; font-family: "FontAwesome", "Glyphicons Halflings";}
.iconic-list li { line-height: 1.8em; }

.list-icon li .fa { float: left; width: 1em; height: 2em; margin-left: -1.5em; line-height: 1.5em; font-size: 1em; }
.list-icon li { margin-left: 1.5em; margin-bottom: 1em; }

.listdvr li:not(:last-child) { border-right: 1px solid; margin-right: 1em; padding-right: 1em;}

.clrnav li>a { padding: 0em;} /*.clrnav clear spacing for .listdvr */


.dotlist--connect ul li i { width: 30px; height: 30px; background-color: #fff; text-align: center; border-radius: 50%; border: 1px solid #ccc; line-height: 2em; margin: 0 10px 10px 0px; }

.dotlist--connect ul li:not(:last-child) i:after  { border-left: 2px solid #ccc; content: ""; display: block; height: 100%; margin-left: 13px; }


.bulletized ul { padding-left: 18px; }
.bulletized li { position: relative; list-style-type: none; }
.bulletized li:before {content: "";position: absolute;left: -17px;top: 7px;background-color: green;height: 5px;width: 5px;border-radius: 50%;}


[class*="list-col-"] ul { padding:0; }
[class*="list-col-"] ul li { display: inline-block; float: left;}

.cols-5 {width:20%; padding-right:15px; padding-left:15px; }

.list-col-2  li { width:50%; }
.list-col-3  li { width:33.33%; }
.list-col-4  li { width:25%; }
.list-col-5  li { width:20%; }
.list-col-6  li { width:16.666666666%; }

@media (max-width:768px){ .list-col-4 ul li{ width:50%; } .cols-5 { width:100%; }  }
@media (max-width:480px){ [class*="list-col-"] ul li{ width:100%; } }

/* news paper style*/
.listodr-col-2 ul{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
 }

[class*="listodr-col"] ul { list-style-type: none; padding: 0;}
@media only screen and (max-width : 667px) {
	.listodr ul{ -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
}

.li-col-3 ul li { width: 33.33%; }
.li-col-4 ul li { width: 25%; }

.alistdvr li a{ border-right: 1px solid #eee; margin-right: 10px; padding-right: 15px;}
.alistdvr li:last-child a{ border: 0;}


/*** SLIDER ***/
.carousel-control {background: transparent !important;opacity: 1;}

/*slider image center align*/
.slider-area .item > img, .slider .item > img {margin: 0 auto;}

/**safari carousel animation issue fixed**/
.carousel-inner>.item {width: 100%;}

/***reset slider arrows***/
.no-ctrl .carousel-control { display: none; }
.no-ctrl .carousel-indicators { display: none; }

/***slider arrows hide/show on hover***/
.hover-ctrl .right.carousel-control { right:-30px; left: auto; opacity:0;}
.hover-ctrl .left.carousel-control { right:auto; left:-30px; opacity:0;}
.hover-ctrl:hover .right.carousel-control { right: 0;  opacity:1;}
.hover-ctrl:hover .left.carousel-control { left: 0; opacity:1;}
.hover-ctrl { overflow-x: hidden; }

/**arrows in center**/
.cntr-ctrl .carousel-control {color: #777;}
.cntr-ctrl a.right.carousel-control {left:auto;right:auto;bottom:0;top:auto;width:auto;margin-left:15px;}
.cntr-ctrl a.left.carousel-control {left:auto;right:auto;top:auto;bottom:0;width:auto;margin-left:-15px;}

.slider.arr-rgtside .carousel-control { background-color: #ffcc33 !important; height: 50px; left: 0; top: 290px; width: 50px; }
.slider.arr-rgtside .right.carousel-control {margin-left: 50px;}

/*for slider caption*/
.slider-area .container, .slider .container {position: relative;}

.caro-caps { bottom: 10em; position: absolute; z-index: 0; left:0; right:0; }

.slider.fadeft .carousel-inner > .active.left {background-color: #fff;left: 0;}
.slider.fadeft .carousel-inner > .active.left img {opacity: 0.8;}
.slider.fadeft .carousel-inner > .active.left .caro-caps{ left:20%; opacity:0; right:auto;}
.slider.fadeft .carousel-inner > .next .caro-caps{ left:0%; right:auto; opacity:0; }
.slider.fadeft .carousel-inner > .next {left: 0;z-index: 1;}
.slider.fadeft .carousel-inner > .next img {opacity: 0;}

/**thumbnail indicators**/
.thumb-indicat .carousel-indicators li { text-indent: 0; width: 80px !important; border-radius: 0; min-height: 50px; overflow: hidden; margin: 0px;}
.thumb-indicat .carousel-indicators {
    left: 0;
    text-align: center;
    background: rgba(255,255,255,.6);
    width: 100%;
    right: auto;
    margin-left: 0;
    bottom: 0px;
    padding: 5px;
    white-space: nowrap;
}
.thumb-indicat .carousel-indicators li { text-align: center; float: none; margin:0px; }
.thumb-indicat .carousel-indicators li:nth-of-type(1) { }
ol.carousel-indicators.nextprev {
    z-index: 60;
    width: 100%;
    position: absolute;
}

.thumb-indicat .indicators-arr {
    right: 0;
    left: auto;
    z-index: 5555;
    width: 50px;
    bottom: 30px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
.thumb-indicat .indicators-arr.prev {
    right: auto;
    left: 0;
}

/**./slider**/

/**indicators move to right**/
.indica-rgt ol.carousel-indicators { left: auto; right: 15px; width: auto; bottom: 90px; }
.indica-rgt ol.carousel-indicators li { background-color: #ccc; }
.indica-rgt ol.carousel-indicators li.active { background-color: #d00; }
/**./indicators move to right**/

/*** FORM ***/
/**gentleform.js**/
form[novalidate] .form-control.is-invalid { border-color: red; }
form[novalidate] .form-control.is-valid { border-color: green; }
form[novalidate] .form-control~ins:before { position: absolute; right: 0.6em; font-family: FontAwesome; bottom: 0.8em;}
form[novalidate] .form-control.is-invalid~ins:before { content: "\f00d"; color: #d00;}
form[novalidate] .form-control.is-valid~ins:before {content: "\f00c"; color: #0d0;}
form[novalidate] .form-control:focus { box-shadow: none; }
/**./gentleform.js**/

/*overlapping issue fixed for random heights*/ .form-group:not([class*="col-"]) {clear: both;}
/*Placeholder*/
.form-control::-moz-placeholder { color:#555; -webkit-transition: padding 0.5s; transition: all 1s;}
.form-control:-ms-input-placeholder { color:#555; -webkit-transition: padding 0.5s; transition: all 1s;}
.form-control::-webkit-input-placeholder { color:#555; -webkit-transition: padding 0.5s; transition: 1s;}

.placeholder--hover .form-control:hover::-webkit-input-placeholder,
.placeholder--hover .form-control:focus::-webkit-input-placeholder {padding-left:100px; opacity:0;}
.placeholder--hover .form-control:hover:-moz-placeholder,
.placeholder--hover .form-control:focus:-moz-placeholder {padding-left:100px; opacity:0;}
.placeholder--hover .form-control:hover::-moz-placeholder,
.placeholder--hover .form-control:focus::-moz-placeholder {padding-left:100px; opacity:0;}
.placeholder--hover .form-control:hover:-ms-input-placeholder,
.placeholder--hover .form-control:focus:-ms-input-placeholder {padding-left:100px; opacity:0;}


/*Change the white to Chrome autocomplete yellow color*/
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset;}

.expand-search {
    display: inline-block;
    /* float: right;
    padding: 5px 10px; */
    width: 30px;
}
.expand-search:hover .glyphicon {
    color: #39c;
}
.search-fom.expand-search [type="submit"] {
    position: absolute;
    right: 0;
    top: 0px;
    border: 0;
    min-height: 2.8em;
    color: #000;
    background-color: rgba(0,150,255, 0.5);
}

.expand-search input {
    min-width: 200px;
    opacity: 0;
    float: right;
}

.expand-search:hover input, .expand-search input:focus  { width: 100%; opacity: 1; }

.expand-search--fullwidth:hover input,
.expand-search--fullwidth input { opacity: 0; max-width: 100%; min-width: auto; position: relative; z-index: 2; }
.expand-search--fullwidth .form-group--active input { position: fixed; left:0; top:0; min-height:95px; font-size:2em; opacity:.9; }


/***submit button on right***/
.search-fom [type="submit"] { position: absolute; top: 0; right: 0; height: 100%; border: 0;}
.search-fom .form-group { margin: 0.3em 0;}
/***./submit button on right***/

.lbl20 label { width: 20%; display: inline-block; float: left; line-height: 40px; }
.lbl20 .form-group > .form-control { width: 80%; display: inline-block; }
.lbl20 .form-control[type="submit"], .lbl20 .form-control[type="button"] { margin-left: 20%; }

textarea {min-height: 50px; max-width:100%;}

/***radiocheckbox***/
[class*="fom"] input[type=radio], [class*="fom"]  input[type=checkbox] { width: auto; height: auto; display: inline-block; margin-right: 5px; }
[class*="fom"] label { font-weight: 500; margin-bottom: auto; }
[class*="fom"] input[type="checkbox"]~input[type="checkbox"] { margin-left: 15px; }

/*checkbox checked and uncheck*/
.form-control:checked + label { color: green; }
.form-control:not(:checked) + label { color: #333; }
.form-control:focus {
    border-color: rgb(194, 225, 230);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(223, 231, 236);
    outline: 0 none;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 40px;
}

/*radio button*/
[type="radio"]:checked + label { color: #d00; }

.form-control[type="radio"] {
    background: none repeat scroll 0 0 yellow !important;
    display: block;
    float: left;
    height: auto;
    margin: 4px 10px 0 0;
    width: auto;
}

/*select or Dropdown */
option:hover { background-color: #fafafa;}




.hidden-checkbox [type="checkbox"] { display: none; }
/*checkylbl*/
/*Button is :CHECKED*/
input[type="checkbox"]:checked ~ .checkylbl {
  background: rgba(73,168,68,1);
  box-shadow: 0 0 2px rgba(73,168,68,1);
}

input[type="checkbox"]:checked ~ .checkylbl label {
  left: 110px;
  transform: rotate(360deg);
}
/*Button is :CHECKED*/
input[type="checkbox"]:checked ~ .checkylbl {
  background: rgba(73,168,68,1);
  box-shadow: 0 0 2px rgba(73,168,68,1);
}

input[type="checkbox"]:checked ~ .checkylbl label {
  left: 110px;
  transform: rotate(360deg);
}
.checkylbl, label {  border-radius: 50px;}
.form-group.hidden-checkbox .checkylbl label { top: 1px;left: 2px;}

/*'un':checked state*/
.checkylbl {
    height: 30px;
    width: 80px;
    background: rgba(43, 43, 43, 1);
    position: relative;
    box-shadow: 0 0 2px rgba(43,43,43,1);
}

.checkylbl label {
  height: 28px;
  width: 28px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 1px;
  left: 2px;
  cursor: pointer;
}

.checkylbl label::before {
  content: '';
  height: 28px;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.checkylbl label::after {
  content: '';
  height: 5px;
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.checkylbl label::before,
.checkylbl label::after{
  background: rgba(43,43,43,1);
  border-radius: 5px; display:none;
}

/* pesduo class on toggle */
input[type="checkbox"]:checked ~ .checkylbl label {
    left: auto;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    right: 2px;
}
input[type="checkbox"]:checked ~ .checkylbl label::after{
  width: 20px;
  top:0;
  left: 0;
  background: rgba(73,168,68,1);
}
/*./checkylbl*/

/**placeholder and form-control center align**/
.text-center .form-control { text-align: center; }
.text-center ::-webkit-input-placeholder { text-align: center; }
.text-center :-moz-placeholder { text-align: center; }
.text-center ::-moz-placeholder { text-align: center; }
.text-center :-ms-input-placeholder { text-align: center; }



/*fom-brackets*/
.fom-brackets .form-group .form-control:not([type="checkbox"]) {
    border-color:transparent;
    box-shadow:none;
    border-bottom: 2px solid #333;
	position:relative;
}
.fom-brackets .form-group:not(.brackets--no)::after, 
.fom-brackets .form-group:not(.brackets--no):before {content: "";position: absolute;bottom: 0;height: 10px;background-color: #333;width: 2px;}
.fom-brackets .form-group:before {left:15px;}
.fom-brackets .form-group::after {right:15px;}


.fnc-fom ::-webkit-input-placeholder{opacity: 0;}
/**show placeholder when click on form-control**/
.fnc-fom .form-control:focus::-webkit-input-placeholder{opacity: 1;}

.fnc-fom .form-control:not(:placeholder-shown) + label{/**if .form-control haven't placeholder**/}

.fnc-fom .form-control.has-value + label,
.fnc-fom .form-group .form-control + label:hover,
.fnc-fom .form-group .form-control:hover + label,
.fnc-fom .form-group .form-control:focus + label { top: -20px; font-size: 12px; left: 10px;}

.fnc-fom form { background-color: #eee; margin: 40px 0; padding: 30px;}
.fnc-fom .form-group { margin-top: 30px; position: relative;}

.fnc-uplaod .file-drop-area { position: relative; max-width: 100%; margin: 0 auto; }
.fnc-uplaod.file-drop-area.is-active { background-color: #3F4069; }
.fnc-uplaod .fake-btn { padding: 8px 15px; margin-right: 8px; font-size: 12px; margin-bottom: 10px; display: inline-block; }
.fnc-uplaod .file-msg { font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: inline-block; vertical-align: middle;}
.fnc-uplaod .file-input { position: absolute; left: 0; top: 0; height: 100%; width: 100%; cursor: pointer; opacity: 0; }
.fnc-uplaod .file-input:focus { outline: none; }

/*Label as a placeholder animation*/
.placelabeler .form-group .form-control~label { color: #000 !important; position: absolute; text-transform: uppercase; top: 10px; left:10px; }
.placelabeler .form-control.has-value + label,
.placelabeler .form-group .form-control:focus + label { top: -20px; font-size: 12px; left: 10px;}
/*./Label as a placeholder animation*/


/**btn-effect--ripple**/
.btn-effect--ripple .btn, .btn-effect--ripple button, .link-effect--ripple a { position:relative; overflow:hidden;}
[class*="-effect--ripple"] .ripple { width: 0; height: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.4); transform: scale(0); position: absolute; opacity: 1; z-index:90;}
[class*="-effect--ripple"] .rippleEffect { animation: rippleDrop .6s linear;}
@keyframes rippleDrop { 100% { transform: scale(2); opacity: 0; } }
/**./btn-effect--ripple**/

.fnc-fom form {
    background-color: #eee;
    margin: 40px 0;
    padding: 30px;
}
.fnc-fom .form-group {
    margin-top: 30px;
    position: relative;
}
/***./-->label animation***/

.fnc-fom input[type="radio"] + mark::before { border-radius: 50%; }
.fnc-fom input[type="radio"] + mark::before,
.fnc-fom input[type="checkbox"] + mark::before { border: 1px solid #ccc; color: #fff; content: ""; display: inline-block; font-family: "glyphicons halflings"; font-size: 1em; height: 25px; padding: 0; text-align: center; width: 25px; margin-left: -25px; }

.fnc-fom input[type="radio"] + mark + label,
.fnc-fom input[type="checkbox"] + mark + label { margin-right: 15px; }

.fnc-fom input[type="radio"]:checked + mark::before,
.fnc-fom input[type="checkbox"]:checked + mark::before { background-color: #39c; color: #fff; content: ""; display: inline-block; }

.fnc-fom input[type="radio"],
.fnc-fom input[type="checkbox"] { float: none; height: 25px; width: 25px; margin: 0; position: relative; top: 8px; z-index: 1; opacity: 0; }

.fnc-fom input[type="radio"] ,
.fnc-fom input[type="checkbox"] + label { display: inline-block; }

.fnc-select select,
.fnc-fom select {
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff url("images/select_ctrl_down.png") no-repeat right center;
}


.inline-control .form-group, .inline-control .form-control { display: inline-block; width: auto; margin-right: 1%; }


.input-number-area input[type=number]::-webkit-inner-spin-button,
.input-number-area input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.input-number-area input[type=number] { max-width: 80px; padding: 0 12px; vertical-align: middle; text-align: center; outline: none; margin:0 -1px; position:relative; }
.input-number-area { display: inline-block; min-width: 150px; }
.input-number-area .form-control { float: left; display: inline-block; border-radius:0px; }
.input-number-area span.form-control { width: 35px; display: block; float: left; border-radius:0px; }


.noklft:before {
    border-left: 15px solid transparent;
    border-bottom: 15px solid #1b90b1;
    position: absolute;
    left: -15px;
    content: "";
    top: 0;
    width: 15px;
}

.nokrgt:before {
    border-right: 15px solid transparent;
    border-bottom: 15px solid #1b90b1;
    position: absolute;
    right: -15px;
    content: "";
    top: 0;
    width: 15px;
}


/**down scroll**/
.dwn-scroll { width: 110px; margin: 0px auto; position: relative; padding: 1px; cursor: pointer; font-weight: 500;}
.dwn-scroll i { border: 1px solid #ccc; color: #ccc; width: 35px; height: 35px; background-color: #f7f7f7; padding-top: 10px; border-radius: 50%;}
/**./down scroll**/




/*** NAVBAR ***/
/**side nav bg transparent**/
body #navbar-height-col { background-color: inherit; }
body .navbar-default .navbar-collapse {background: transparent;border-top:0;}
body #slide-nav #slidemenu {background-color: transparent;}
/**./side nav bg transparent**/

.nav>li>a:hover, .nav>li>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{ background-color: transparent; }

.navbar.navbar-default { background-color: transparent; border: 0 none; margin: 0; }

.nav-cntr > li { display: inline-block; float: none; }
.nav-cntr { text-align: center; width: 100%; }

.blur-nav--hover:hover .navbar-nav li a { opacity: 0.3; }
.blur-nav--hover .navbar-nav li a:hover { opacity: 1; }

/*vertical line hover from top & bottom*/
.vrline-topb--hover li a:not(.logo):before,
.vrline-topb--hover li a:not(.logo):after { content: ""; display: block; width: 0%; background-color: #d00; display: block; position: absolute; bottom: 0; height: 0%; left: 50%; width: 2px; margin-left: -1px; }
.vrline-topb--hover li a:not(.logo):before{ bottom: auto; top: 0;	 }
.vrline-topb--hover li a { position: relative; }
.vrline-topb--hover li a:hover:before,
.vrline-topb--hover  li a:hover:after { height: 40%; z-index: -1; left: 50%; }
/*./vertical line hover from top & bottom*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { background-color: inherit; text-shadow:0 0 15px #fff; }

@media only screen and (max-width : 768px) {
	
body .nav.navbar-nav { margin: 0; }

.navbar-toggle { border-color: transparent !important; min-height:35px;}
.navbar-toggle:hover,.navbar-toggle:focus { background-color: transparent !important; min-height:35px;}

/**arrow toggle icon-bar**/
body .arr-toggle .navbar-toggle.collapsed .icon-bar{ left:0px; top:0px; transform:unset; width:100% !important;}
.arr-toggle .navbar .icon-bar:nth-child(3) { left: 3px; position: relative; }
.arr-toggle .navbar .icon-bar:nth-child(2) { left: 1px; position: relative; top: 2px; transform: rotate(-50deg); width: 50% !important;}
.arr-toggle .navbar .icon-bar:nth-child(4) { left: 1px; position: relative; top: -2px; transform: rotate(50deg); width: 50% !important;}
/**./arrow toggle icon-bar**/


/***close icon on navbar***/
.cross-toggle .navbar .icon-bar:nth-child(2) { position: relative; top: 6px; transform: rotate(45deg); }
.cross-toggle .navbar .icon-bar:nth-child(3) { display: none !important;}
.cross-toggle .navbar .icon-bar:nth-child(4) { top: -3px; transform: rotate(-45deg); }
/***need to add collapsed on navbar-toggle***/
.cross-toggle  .navbar-toggle.collapsed .icon-bar { top: auto; transform: none; display: block !important; }
/***./close icon on navbar***/


/*navbar .sr-only visible for mobile screen*/
.nav-lbl button.navbar-toggle { width: 100% !important; }
.nav-lbl button.navbar-toggle .sr-only { position: static; width: auto; clip: inherit; overflow: visible; color: #aaa; font-size: 1.2em; font-weight: 600; text-transform: uppercase; float:right;}
.nav-lbl #slide-nav .navbar-toggle > .icon-bar { width: 30px;}

}


/*dropdown-menu*/
/*submenu for desktop*/
.dropdown:hover  > .dropdown-menu { display: block; }

.dropdown > a::after { color: #000; content: "\f107"; font-family: "fontawesome"; font-size: 1em; line-height: initial; margin-left:2px; position: static; width: 10px; display: inline-block; text-align: center;}
.dropdown.open > a::after { content: "\f105"; }

/***multi level submenu spacing*** -issue fixed .moreMover- **/
.nav.navbar-nav ul.dropdown-menu ul.dropdown-menu {
    margin-left: 90%;
    margin-top: -20px;
}

/*submenu for mobile*/
@media only screen and (max-width : 767px) {

/*nav-plusminus for mobile*/
.nav-plusminus .dropdown > a::after { content: "+"; }
.nav-plusminus .dropdown.open > a::after { content: "-"; }
.nav-plusminus .dropdown:hover  > .dropdown-menu { display: none ; }
.nav-plusminus .dropdown.open  > .dropdown-menu { display: block ; }
/*./nav-plusminus for mobile*/

.dropdown.open .dropdown-menu, .dropdown > .dropdown-menu { position: static; float: none; width: 100%; background-color:#fff; }
.navbar a{ text-align:center; }

/*--(hover disable for mobile)-- .dropdown > a:hover + .dropdown-menu { display: none;}*/

}

/*./dropdown-menu*/
/*navbar-move active navbar item*/
.navbar-move #mark {background-color: #39c; display: inline-block; position: absolute; z-index: 0; height: 2px; left:-9999px;}
/*./navbar-move active navbar item*/

.navbar-nav.navbar-list>li { display: block; width: 100%; }
.navbar-nav.navbar-list>li>.dropdown-menu { position: static; width: 100%; }
.navbar-list { width: 100%; }
.navbar-nav.navbar-list>li:hover:not(.open  )>.dropdown-menu { display: none; }
.navbar-nav.navbar-list>li:not(:last-child)>a { border-bottom: 1px solid #9a9a9a; font-size: 16px; }

					
/*
Note: see bottom note
*/
.hdr--sticky { width:100%; z-index: 450;}
.hdr--sticky-active { position: fixed !important; background-color: rgba(255, 255, 255, 1); box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); border-bottom: 1px solid #eee; top:0; animation: move_to_bottom .3s; }
@keyframes move_to_bottom { from { top: -10vh;} to { top: 0px;} }

.sticky {top: 0; left: 0px; right: 0px;}
.sticky.sticky--active { position: fixed !important; z-index: 555; top: 0px; width: 100%;}


.ftr-blinder #page-content > section { width: 100%; background-color: #fff; z-index: 1; position: relative; }
.ftr-blinder header { z-index: 2; position: relative; }
.ftr-blinder .ftr--blind { position: fixed; z-index: 0; bottom: 0; width: 100%; }

/*bottom-area*/
.bottom-logo--slide .bottom__logo { width: 36px; overflow: hidden; display: inline-block; }
.bottom-logo--slide .bottom__logo img { width: auto; max-width: initial;}
.bottom-logo--slide .bottom__rgt:hover .bottom__logo { width: 150px;}
.bottom-logo--slide .bottom__txt { line-height: 40px; display: inline-block; float: left; }
/*./bottom-area*/



/*** LINKS ***/
.signalized--hover:hover .fa{  border-radius: 100%;  -webkit-animation: signalized 0.6s linear infinite; animation: signalized 0.6s linear infinite; }

@-webkit-keyframes signalized { 0% {    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);  }  100% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0); } }
@keyframes signalized {  0% {    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);  }  100% {    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);  }
}


.blinked-links a:hover,
.blinked:hover { -webkit-animation: blinked 0.5s infinite; -moz-animation: blinked 0.5s infinite; /* animation: blinked 0.5s infinite; */ }
@-webkit-keyframes blinked { 0%, 100% { color: #7ccdea; }
	16%      { color: #0074D9; }  32%      { color: #2ECC40; }  48%      { color: #FFDC00; }  64%      { color: #B10DC9; }  80%      { color: #FF4136; }
}

@-moz-keyframes blinked {  0%, 100% { color: #7ccdea; }  16%      { color: #0074D9; }  32%      { color: #2ECC40; }  48%      { color: #FFDC00; }  64%      { color: #B10DC9; }  80%      { color: #FF4136; }
 }

@keyframes blinked {  0%, 100% { color: #7ccdea; }  16%      { color: #0074D9; }  32%      { color: #2ECC40; }  48%      { color: #FFDC00; }  64%      { color: #B10DC9; }  80%      { color: #FF4136; } }


.strip-btn a {
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	border-bottom:5px solid #cc4500;
}

.strip-btn a:hover {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
 color:#fff !important;
    box-shadow:0 0 0 1% rgba(255, 69, 0, 0.5);;
}

.iln-btn { display: inline-block; }

/*dot bullet icon for OL UL list*/
.dotlist li  {display: inline-block; position: relative; padding-left: 15px; }
.dotlist li:before {content: "";height: 5px;width: 5px;background-color: #ffc526;margin-right: 10px;display: block;position: absolute;top: 5px;left: 0px;border-radius: 50%;}

/*** HOVER ***/
body a, body a:active, body  a:focus, body  a:hover {
	outline:none !important; /*for remove the dotted line around the clicked a*/
	text-decoration:none;
	cursor: pointer;
}

.hoverized--active { background: yellow; }


.ftr__links a:hover, .ftr-links a:hover { border-left: 1px solid #777 !important; padding-left: 8px;}

.imgzoom--hover [class*="__inr"] [class*="__img"] { overflow: hidden;}
.imgzoom--hover [class*="__inr"]:hover [class*="__img"] img { transform: scale(1); }
.imgzoom--hover [class*="__inr"] [class*="__img"] img { transform: scale(1.2); }


.rotate-img--hover:hover img {
	transform: rotate(4deg) scale(1.2);
	-webkit-transform: rotate(4deg) scale(1.2);
}

/*__inr element bit bigger on hover*/
.scale--hover [class*="__inr"]:hover,
.box-scale--hover [class*="-box"]:hover { transform: scale(1.1); }
/*./__inr element bit bigger on hover*/

/*FlashCross hover*/
.flashcross--hover:after, .flashcross--hover:before { content: ''; position: absolute; top: 0; bottom: 0; right: 0; left: 0; -webkit-transition: all .6s ease-in-out; transition: all .6s ease-in-out; z-index:-1; }
.flashcross--hover:hover:before { right: 50%; left: 50%; background: rgba(255, 255, 255, .2); }
.flashcross--hover:hover:after { top: 50%; bottom: 50%; background: rgba(255, 255, 255, .2); }
.flashcross--hover:hover:before, .flashcross--hover:hover:after{ z-index:1; }
/*./FlashCross hover*/


/*Metro Flip Box Front/Back*/
.metroflip_inr { -webkit-perspective: 1000; -moz-perspective: 1000; perspective: 1000; overflow: visible; position: relative; }
.metroflip-box .front { z-index: 0; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
.metroflip-box .front, .metroflip-box .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; transition: all 1s ease 0s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; background: #fff; width: 100%;}
.metroflip-box .back { position: absolute; top: 0px; left: -100%; right: auto; height: 100%; z-index: -2; padding:10px; overflow-y: auto;}
.metroflip-box.is--active .back { z-index: 99; left:0px;}
/*./Metro Flip Box Front/Back */

/*
For Mobile Friendly Navigation
http://jsfiddle.net/gmkhussain/awqs01zc/
*/
/****Note: add above Class for hover***/


/***modal***/
[data-toggle="modal"] {cursor: pointer; /*cursor for modal link*/ }

/*modal onload jerking issue fixed */
body.modal-open { overflow: visible; }
body.modal-open .modal { margin-right: -1.2em;}

.modal-dialog { top: 20%;}
.modal .close { background-color: transparent; color: #000; font-size: 2em; height: 30px; margin: 0; opacity: 1; position: absolute; right: 5px; text-shadow: none; top: 10px; width: 30px; }
.modal-content { border: 0px solid #eee; border-radius: 0; box-shadow: 0 20px 140px 13px #666;}
/***./modal***/

/*modal-fullscreen*/
.modal-fullscreen .modal-dialog { width: 99%; margin: 0; height: 100vh; }
.modal-fullscreen .modal-content { height: 100vh; }
body.modal-open { overflow: hidden; }
.modal-fullscreen .modal-body { min-height: 80vh; }
/*./modal-fullscreen*/


/***accordion active***/
.active .panel-heading a {font-weight: bold;}
/***accordion***/
.panel-group .panel {border-radius: 0;}
.accordion-plus .panel-title {padding-left: 25px;}
.accordion-plus .panel-title a:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 1.9em;
    margin-top: -4px;
    margin-left: -30px;
    background-color: #fbfbfb;
    text-align: center;
    font-size: 0.75em;
	position: absolute;
	margin-left: -32px;
}
.accordion-plus .panel-title .panel-default:first-child a:before, .accordion-plus .panel-title a.collapsed:before { content: "\2b"; padding-left: 2px; }
.accordion-plus .panel-title a:before{ content: "\2212"; font-family: 'Glyphicons Halflings'; }

/**accordion with arrows**/
.accordion-arr .panel-title .panel-default:first-child a:before,
.accordion-arr .panel-title a.collapsed:before{ content: "\f054";}
.accordion-arr .panel-title a:before { content: "\f078"; font-family: "FontAwesome"; border: 0;background-color: transparent;line-height: 2.2em;}
/***./accordion***/	


/*filler*/
.fill-holder { height: 100vh; margin: 0 auto; width: 36px; }
.fill__mask { background-image: url("images/fill-mask.png"); background-repeat: repeat; height: 100%;}
.fill__move { background-color: #4090d7; background-repeat: repeat; height: auto;}
/**./filler**/

/**icons**/
.social-colors .fa-facebook{ color:#2b4687; }
.social-colors  .fa-twitter{ color:#118ed3; }
.social-colors  .fa-google, .social-colors .fa-google-plus{ color:#cf4320; }
.social-colors  .fa-youtube, .social-colors .fa-youtube-play{ color:#ff3333; }
.social-colors  .fa-instagram{ color:#476e93; }
.social-colors  .fa-skype{ color:#139be1; }
.social-colors  [class*="fa-pinterest"] { color:#ba0f0b; }
.social-colors  .fa-linkedin { color:#0288d1; }
.social-colors  .fa-rss { color:#f18d35; }
.social-colors  .fa-flickr { color:#0062dc; }
.social-colors .fa-dribbble { color:#ea4b88; }

.social-colors .icon-boxed .fa { width: 26px; color: #fff; height: 26px; margin: 0 2px; line-height: 1.7em; text-align: center; background-color: #ccc; font-size: 1.15em; }

.social-colors .icon-rounded i { border-radius: 50%; }

.social-colors .icon-boxed .fa-facebook{ background-color:#2b4687; }
.social-colors .icon-boxed .fa-twitter{ background-color:#118ed3; }
.social-colors .icon-boxed .fa-google,
.social-colors .icon-boxed .fa-google-plus{ background-color:#cf4320; }
.social-colors .icon-boxed .fa-youtube,
.social-colors .icon-boxed .fa-youtube-play{ background-color:#ff3333; }
.social-colors .icon-boxed .fa-instagram{ background:linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }
.social-colors .icon-boxed .fa-skype{ background-color:#139be1; }
.social-colors .icon-boxed [class*="fa-pinterest"] { background-color:#ba0f0b; }
.social-colors .social-colors .icon-boxed .fa-linkedin { background-color:#0288d1; }
.social-colors .icon-boxed  .fa-rss { background-color:#f18d35; }
.social-colors .icon-boxed  .fa-flickr { background-color:#0062dc; }
.social-colors .icon-boxed  .fa-dribbble { background-color:#ea4b88; }

/**shake-icon on hover**/
.shake-icon .fa:hover  {-webkit-animation: link 0.5s;animaanimation: link 0.5s;}
@keyframes link {25%{-webkit-transform: rotate(10deg);transform: rotate(10deg);}
				50% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}
				}

/*1.5x larger*/
.icon1-5x .fa:before { font-size: 1.8em; }
.icon-boxed.icon1-5x .fa { width: 2.8em; height: 2.8em; line-height: 2.8em; }

/*2x larger*/
.icon2x i:before {font-size: 2em;}
.icon2x.icon-boxed i { width: 3.5em; height: 3.5em; line-height: 3.5em; text-align: center; }
/**./icons**/

body .dontfly.swiper-container .swiper-slide {display: inline-block;width: auto;margin-right:15px;}
body .dontfly.swiper-container .swiper-slide img {max-width: 100%;max-height: 120px;}

/*** datepicker ***/
.datepicker.datepicker-dropdown {background-color: #fff; padding: 10px; text-align: center;}
.datepicker.datepicker-dropdown td, .datepicker.datepicker-dropdown th {border: 1px solid #fff;text-align: center;}
.datepicker.datepicker-dropdown td, .datepicker.datepicker-dropdown th {border: 1px solid #ccc; text-align: center; padding: 10px !important;}
.datepicker.datepicker-dropdown td.active.day,
.datepicker.datepicker-dropdown td:hover { background-color: #39c; font-weight: bold; cursor: pointer; color:#fff;}
.datepicker-dropdown span.month { border: 1px solid #ccc; padding: 5px; width: 60px; display: block; float: left; margin: -1px -1px 0 0; }
.datepicker-dropdown span.month:nth-child(5), span.month:nth-child(9) { clear: both; }
.datepicker-dropdown td.old.day, .datepicker-dropdown  td.new.day { opacity: .2; }
/*** ./datepicker ***/

/**dashboard-user-menu**/
li.dropdown.user-menu .dropdown-menu {min-width: 210px; padding: 0 !important; }
li.dropdown.user-menu .user-header { background-color: #f7f7f7; padding: 10px; }
li.dropdown.user-menu .dropdown-toggle > .dp { width: 40px; float: left; height: 40px; border: 1px solid #39c;     margin: -10px 10px 0px !Important; border-radius: 50%; overflow: hidden;}
li.dropdown.user-menu .user-header .dp { height: 90px; display: block; overflow: hidden; width: 90px; border: 3px solid #fff; border-radius: 50%; margin: 0 auto 10px; float:none; }
li.dropdown.user-menu li.user-footer { padding: 10px; float: left; width: 100%;}
/**./dashboard-user-menu**/


.broken-image-checker img { text-align: center; position: relative;}
.broken-image-checker img:before, .broken-image-checker img:after {  position: absolute; top: 0px; left: 0px; min-height: 115px; min-width: 115px; width: 100%; display: block;}
.broken-image-checker img:after { content: ""; padding-top:0.4em; background-color: #fff;}
.broken-image-checker img:before { content:  "";     background-image: url(/front/images/no_image.png); background-repeat: no-repeat; background-color: #fff;padding-top: 4em; z-index: 1; font-size: 10px; opacity: 1;}

/**********./STYLIZED CLASSES***********/

/**.fnc__checkbox fancy checkbox**/
body .fnc__checkbox:before {
    top: 0;
    left: 0;
    position: absolute;
    margin-left: 0;
    height: 100%;
    width: 100%;
    font-size: 1em;
    content: "";
    box-shadow: 0 0 0 1px #ccc;
}

.fnc__checkbox.is-radio:before {
    border-radius: 50%;
}

.fnc__checkbox.is-active:before {
    content: "\f00c";
    color: #fff;
    text-align: center;
    line-height: 1.8em;
    font-family: "FontAwesome";
    box-shadow: 0 0 0 30px #39c inset;
}

.fnc__checkbox.is-radio:before {
    border-radius: 50%;
}

.fnc__checkbox.is-radio.is-active:before {
    content:"\f111";
}

.fnc__checkbox {
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
}

.fnc__checkbox input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	opacity: 0; 
}
/**./.fnc__checkbox fancy checkbox**/



.fnc-fom input[type="radio"] + mark::before { border-radius: 50%; }
.fnc-fom input[type="radio"] + mark::before,
.fnc-fom input[type="checkbox"] + mark::before { border: 1px solid #ccc; color: #fff; content: ""; display: inline-block; font-family: "glyphicons halflings"; font-size: 1em; height: 25px; padding: 0; text-align: center; width: 25px; margin-left: -25px; }

.fnc-fom input[type="radio"] + mark + label,
.fnc-fom input[type="checkbox"] + mark + label { margin-right: 15px; }

.fnc-fom input[type="radio"]:checked + mark::before,
.fnc-fom input[type="checkbox"]:checked + mark::before { background-color: #39c; color: #fff; content: ""; display: inline-block; }

.fnc-fom input[type="radio"],
.fnc-fom input[type="checkbox"] { float: none; height: 25px; width: 25px; margin: 0; position: relative; top: 8px; z-index: 1; opacity: 0; }

.fnc-fom input[type="radio"] ,
.fnc-fom input[type="checkbox"] + label { display: inline-block; }

.fnc-select select,
.fnc-fom select {
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff url("images/select_ctrl_down.png") no-repeat right center;
}








































































