/*
Name:theme-elements.css
*/

/* Headings */
.red{color: #F00;}
strong.red{color: #F00;margin-right: 10px;border-bottom:3px solid red;}
.blue{color:blue;background:rgb(245, 245, 245) none repeat scroll 0% 0%;padding-left:10px;padding-right:10px;margin-right: 10px;border:3px solid red;border-radius:4px;}
.green{color:green;background:rgb(245, 245, 245) none repeat scroll 0% 0%;padding-left:10px;padding-right:10px;margin-right:10px;border:3px solid red;border-radius:4px;}
h1, h2, h3, h4, h5, h6 {color:#121214;font-weight:200;letter-spacing:-1px;margin:0;}
h1 {font-size:3.2em;line-height:44px;margin: 0 0 44px 0;}
h2 {font-size:2.6em;font-weight: 300;line-height: 42px;margin: 0 0 32px 0;}
h3 {color:#CCC;font-size:1.8em;font-weight:400;letter-spacing:normal;line-height:24px;margin-bottom: 23px;text-transform:uppercase;}
h4 {color:#CCC;font-size:1.4em;font-weight:400;letter-spacing:normal;line-height:27px;margin:0 0 14px 0;}
h5 {color:#CCC;font-size:1em;font-weight:600;letter-spacing:normal;line-height:18px;margin:0 0 14px 0;text-transform:uppercase;}
h6 {color:#333;font-size:1em;font-weight:400;letter-spacing:normal;line-height:18px;margin:0 0 14px 0;}
h1.big {font-size:4.2em;line-height:54px;}
h1.short {margin-bottom:15px;}
h2.short {margin-bottom:15px;}
h3.short,h4.short,h5.short,h6.short{margin-bottom:9px;}
h1.shorter,h2.shorter,h3.shorter,h4.shorter,h5.shorter,h6.shorter{margin-bottom:0;font-weight:500}
h1.tall,h2.tall,h3.tall,h4.tall,h5.tall,h6.tall {margin-bottom:33px;}
h1.taller,h2.taller,h3.taller,h4.taller,h5.taller,h6.taller {margin-bottom:44px;}
h1.spaced,h2.spaced,h3.spaced,h4.spaced,h5.spaced,h6.spaced {margin-top:22px;}
h1.more-spaced,h2.more-spaced,h3.more-spaced,h4.more-spaced,h5.more-spaced,h6.more-spaced{margin-top:44px;}
h1.dark,h2.dark,h3.dark,h4.dark,h5.dark{color:#121214;}
h1.white,h2.white,h3.white,h4.white,h5.white,h6.white {color:#FFF;}
h1.text-shadow,h2.text-shadow,h3.text-shadow,h4.text-shadow,h5.text-shadow,h6.text-shadow{text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);}
h2 .inverted {min-height:45px;}

/* Line Heading */
.heading.heading-border{margin-bottom:15px;}
.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6{margin:0;padding:0;}
.heading.heading-bottom-border h1{border-bottom:5px solid #DBDBDB;padding-bottom:10px;}
.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {border-bottom: 2px solid #DBDBDB;padding-bottom:10px;}
.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {border-bottom:1px solid #DBDBDB;padding-bottom:5px;}
.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3{border-bottom:3px double #DBDBDB;padding-bottom:10px;}
.heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6{border-bottom:3px double #DBDBDB;padding-bottom:5px;}
.heading.heading-middle-border{position:relative;}
.heading.heading-middle-border:before{border-top:1px solid #DBDBDB;content:"";height:0;left:auto;position:absolute;right:0;top:50%;width:100%;}
.heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {position:relative;background:#FFF;display:inline-block;}
.heading.heading-middle-border h1{padding-right:15px;}
.heading.heading-middle-border h2, .heading.heading-middle-border h3{padding-right:10px;}
.heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6{padding-right:5px;}
.heading.heading-middle-border-reverse{text-align: right;}
.heading.heading-middle-border-reverse h1, .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3, .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6{padding-right:0;}
.heading.heading-middle-border-reverse h1{padding-left:15px;}
.heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3{padding-left:10px;}
.heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6{padding-left: 5px;}
.heading.heading-middle-border-center {text-align: center;}
.heading.heading-middle-border-center h1 {padding-left: 15px;padding-right: 15px;}
.heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 {padding-left: 10px;	padding-right: 10px;}
.heading.heading-middle-border-center h4, .heading.heading-middle-border-center h5, .heading.heading-middle-border-center h6{padding-left:5px;padding-right:5px;}
.heading.heading-border-xs:before{border-top-width:1px;}
.heading.heading-border-sm:before{border-top-width:2px;}
.heading.heading-border-lg:before{border-top-width:3px;}
.heading.heading-border-xl:before{border-top-width:5px;}

/* Modal Titles */
.modal-header h3 {color:#333;text-transform: none;}
/* Blockquote */
blockquote {font-size:1em;}
/* Paragraphs */
p{color:#404040;line-height:24px;margin:0 0 12px;}
p.featured{font-size:1.6em;line-height:1.5em;}
p.short{margin-bottom:0;}
p.tall{margin-bottom:20px;}
p.taller{margin-bottom:40px;}
p .alternative-font{display:inline-block;margin-top:-15px;position:relative;top:3px;margin-bottom:-6px;}
/* Labels */
.label-dark,.label-dark:hover{background:#111;text-decoration:none;font-weight:normal;}
/* Drop Caps */
p.drop-caps:first-child:first-letter{float:left;font-size:75px;line-height:60px;padding:4px;margin-right:5px;margin-top:5px;font-family:Georgia;}
p.drop-caps.secundary:first-child:first-letter {background-color:#CCC;color:#FFF;padding:6px;margin-right:5px;border-radius:4px;}
/* Alternative Font Style */
.alternative-font {color: #CCC;font-family: "Shadows Into Light", cursive;font-size: 1.6em;}
/* Navs */
ul.nav-list.primary > li{margin:0;padding:0;}
ul.nav-list.primary > li a {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;background-image:url(../img/list-primary.png);background-position:9px 12px;background-repeat:no-repeat;
border-bottom:1px solid #EDEDDE;padding:3px 20px;}
ul.nav-pills > li.active > a{background-color: #CCC;}
ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus{background-color: #CCC;}
/* Buttons */
.btn-primary[disabled] {border-color: #CCC !important;background-image: none;}
.btn-icon i {margin-right:10px;}
.btn-icon-right i {margin-right:0;margin-left:10px;}
/* Forms */
form label{font-weight:normal;}
textarea{resize:vertical;}
select{border:1px solid #E5E7E9;border-radius:6px;outline:none;}
.label {font-weight: normal;}
.form-group:after {content: ".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.form-control:focus {box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;border-color:#CCC;}
/* Forms Validations */
label.valid {display:inline-block;text-indent:-9999px;}
label.error {color:#C10000;font-size:0.9em;margin-top:-5px;padding:0;}
/* Captcha */
.captcha {clear:both;overflow:hidden;background:#F2F2F2;text-align:center;margin-bottom:20px;max-width:160px;height:50px;}
.captcha input{border:0;}
.captcha-image{float:left;position:relative;top:-25px;left:-13px;}
/* Icons */
.featured-icon{background:#CCC;border-radius:35px;color:#FFF;display:inline-block;height:35px;line-height:35px;margin-right:10px;position:relative;text-align:center;top:5px;width:35px;}
.featured-icon i{color:#FFF;font-size:0.9em;font-weight:normal;}
/* Icons List */
ul.icons{list-style:none;}
ul.icons [class^="icon-"] {margin-right:5px;}
.underline{text-decoration:underline}
/* Thumbnails */
.img-thumbnail{border-radius:8px;position:relative;}
.img-thumbnail .zoom{background:#CCC;border-radius:100%;bottom:8px;color:#FFF;display:block;height:30px;padding:6px;position:absolute;right:8px;text-align:center;width:30px;}
.img-thumbnail .zoom i {font-size:14px;left:-1px;position:relative;top:-3px;}
/* Thumbnail Gallery */
ul.thumbnail-gallery{list-style:none;margin:10px 0;padding:0;}
ul.thumbnail-gallery li {display: inline-block;margin: 5px 5px 0 0;padding: 0;}
/* List */
ul.list li{margin-bottom:5px;}
ul.thumbnail-gallery li .thumbnail{margin-bottom:0px;}
ul.list.icons li i{color:#CCC;margin-right:5px;}
ul.list.pull-left li{text-align:left;}
.list-styled li i, .list-styled li, .list-styled li a{color:#E6E6E6 !important;}
/* List */
.list li {
	margin-bottom: 13px;
}

.list.pull-left li {
	text-align: left;
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}

.list.list-icons.list-icons-style-2 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px;
}

.list.list-icons.list-icons-style-3 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	color: #FFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
}

.list.list-icons.list-icons-sm li {
	padding-left: 13px;
	margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
	font-size: 0.8em;
	top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-lg li {
	padding-top: 5px;
	padding-left: 32px;
}

.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
	font-size: 1.5em;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-reverse li {
	text-align: right;
	padding-right: 25px;
	padding-left: 0;
}

.list.list-icons.list-icons-reverse li > .fa:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > .fa:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
	padding-left: 0;
	padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
	padding-left: 0;
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
	padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
	padding-right: 42px;
}

.list.list-borders li {
	border-bottom: 1px solid #DBDBDB;
	margin-top: 9px;
	margin-bottom: 0;
	padding-bottom: 9px;
}

.list.list-borders li:last-child {
	border-bottom: 0;
}

.list.list-side-borders {
	border-left: 1px solid #DBDBDB;
	padding-left: 10px;
}

.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none;
}

.list.list-ordened li {
	position: relative;
	padding-left: 22px;
}

.list.list-ordened li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold;
}

.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
	padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	min-width: 26px;
	padding: 0;
	text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
	color: #FFF;
	border: 0;
}

.list.list-unstyled {
	padding-left: 0;
	padding-right: 0;
}

dl dd {
	margin-bottom: 15px;
}


/* Sitemap */
ul.sitemap > li > a{font-weight:bold;}
ul.sitemap.list li{margin:0 0 3px 0;}
ul.sitemap.list ul{margin-bottom:5px;margin-top:5px;}
/* Accordion */
.panel-group .panel-heading{padding:0;}
.panel-group .panel-heading a{display:block;padding:10px 15px;}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {text-decoration:none;}
.panel-group .panel-heading a [class^="icon-"]{margin-right:4px;position:relative;top:1px;}
.panel-group.secundary .panel-heading a{color:#FFF;}
.tabs {border-radius:4px;margin-bottom:35px;}
.nav-tabs {margin:0;font-size:0;border-bottom-color:#EEE;}
.nav-tabs li{display:inline-block;float:none;}
.nav-tabs li:last-child a{margin-right:0;}
.nav-tabs li a{border-radius:5px 5px 0 0;font-size:14px;margin-right:1px;}
.nav-tabs li a, .nav-tabs li a:hover{background:#F4F4F4;border-bottom:none;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:3px solid #ccc;color:#CCC;}
.nav-tabs li a:hover {border-bottom-color: transparent;border-top:3px solid #CCC;box-shadow:none;}
.nav-tabs li a:active, .nav-tabs li a:focus {border-bottom:0;}
.nav-tabs li.active a,.nav-tabs li.active a:hover,.nav-tabs li.active a:focus{background-color:#EFEFEF;border-left-color:#ccc;border-right-color:#ccc;border-top:3px solid #CCC;color:#CCC;background:bisque;}
.tab-content {border-radius:0 0 4px 4px;box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);background-color:#EFEFEF;border:1px solid #ccc;border-top:0;padding:15px;}
/* Right Aligned */
.nav-tabs.nav-right {text-align:right;}
/* Justified */
.nav-tabs.nav-justify{display:table;table-layout:fixed;margin-bottom:-1px;width:100%;}
.nav-tabs.nav-justify li{display:table-cell;margin-bottom:0;width:100%;}
.nav-tabs.nav-justify li:first-child a,.nav-tabs.nav-justify li:first-child a:hover{border-radius:5px 0 0 0;border-left:1px solid #EEE;}
.nav-tabs.nav-justify li:last-child a,.nav-tabs.nav-justify li:last-child a:hover{border-radius:0 5px 0 0;border-right:1px solid #EEE;}
.nav-tabs.nav-justify li a{border-left:none;border-right:none;border-bottom:1px solid #EEE;border-radius:0;margin-right:0;}
.nav-tabs.nav-justify li a:hover, .nav-tabs.nav-justify li a:focus{border-bottom: 1px solid #EEE;border-left:none;border-right:none;}
.nav-tabs.nav-justify li.active a{border-bottom: 1px solid #FFF;}
.nav-tabs.nav-justify li.active a:hover {border-bottom: 1px solid #FFF;}
/* Bottom Tabs */
.tabs.tabs-bottom .tab-content{border-radius:4px 4px 0 0;border-bottom:0;border-top:1px solid #EEE;}
.tabs.tabs-bottom .nav-tabs{border-bottom:none;border-top:1px solid #EEE;}
.tabs.tabs-bottom .nav-tabs li{margin-bottom:0;margin-top:-1px;}
.tabs.tabs-bottom .nav-tabs li:last-child a{margin-right:0;}
.tabs.tabs-bottom .nav-tabs li a{border-radius:0 0 5px 5px;font-size:14px;margin-right:1px;}
.tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover{border-bottom:3px solid #EEE;border-top:1px solid #EEE;}
.tabs.tabs-bottom .nav-tabs li a:hover{border-bottom: 3px solid #CCC;border-top:1px solid #EEE;}
.tabs.tabs-bottom .nav-tabs li.active a,.tabs.tabs-bottom .nav-tabs li.active a:hover,.tabs.tabs-bottom .nav-tabs li.active a:focus{border-bottom:3px solid #CCC;border-top-color:transparent;}
/* Bottom Tabs with Justified Nav */
.tabs.tabs-bottom .nav-tabs.nav-justify{border-top:none;}
.tabs.tabs-bottom .nav-tabs.nav-justify li a{margin-right:0;}
.tabs.tabs-bottom .nav-tabs.nav-justify li:first-child a{border-radius:0 0 0 5px;}
.tabs.tabs-bottom .nav-tabs.nav-justify li:last-child a{margin-right:0;border-radius:0 0 5px 0;}
/* Vertical */
.tabs-vertical{display:table;width:100%;border-top:1px solid #EEE;}
.tabs-vertical .tab-content{display:table-cell;vertical-align:top;}
.tabs-vertical .nav-tabs{border-bottom:none;display:table-cell;height:100%;float:none;padding:0;vertical-align:top;}
.tabs-vertical .nav-tabs > li{display:block;}
.tabs-vertical .nav-tabs > li a{border-radius:0;display:block;padding-top:10px;}
.tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus{border-bottom:none;border-top:none;}
.tabs-vertical .nav-tabs > li.active a,.tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus{border-top:none;}
/* Vertical - Left Side */
.tabs-left .tab-content{border-radius:0 5px 5px 5px;border-left:none;}
.tabs-left .nav-tabs > li{margin-right:-1px;}
.tabs-left .nav-tabs > li:first-child a{border-radius:5px 0 0 0;}
.tabs-left .nav-tabs > li:last-child a{border-radius: 0 0 0 5px;}
.tabs-left .nav-tabs > li a {border-right:1px solid #EEE;border-left:3px solid #EEE;margin-right:1px;margin-left:-3px;}
.tabs-left .nav-tabs > li a:hover{border-left-color:#CCC;}
.tabs-left .nav-tabs > li.active a,.tabs-left .nav-tabs > li.active a:hover,.tabs-left .nav-tabs > li.active a:focus{border-left:3px solid #CCC;border-right-color:#FFF;}
/* Vertical - Right Side */
.tabs-right .tab-content{border-radius:5px 0 5px 5px;border-right:none;}
.tabs-right .nav-tabs > li{margin-left:-1px;}
.tabs-right .nav-tabs > li:first-child a{border-radius:0 5px 0 0;}
.tabs-right .nav-tabs > li:last-child a{border-radius:0 0 5px 0;}
.tabs-right .nav-tabs > li a{border-right:3px solid #EEE;border-left:1px solid #EEE;margin-right:1px;margin-left:1px;}
.tabs-right .nav-tabs > li a:hover{border-right-color:#CCC;}
.tabs-right .nav-tabs > li.active a,.tabs-right .nav-tabs > li.active a:hover,.tabs-right .nav-tabs > li.active a:focus{border-right:3px solid #CCC;border-left:1px solid #FFF;}
/* Toggles */
.toggle{margin:10px 0 0;position:relative;clear:both;}
.toggle > input{cursor:pointer;filter:alpha(opacity=0);height:45px;margin:0;opacity:0;position:absolute;width:100%;z-index:2;}
.toggle > label{transition:all 0.15s ease-out 0s;background:#F4F4F4 none repeat scroll 0% 0%;border-left:3px solid #CCC;color:#CCC;display:block;font-size:1.2em;min-height:20px;padding:5px 20px 5px 10px;font-family: play;
position:relative;cursor:pointer;font-weight:400; -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ }
.toggle > label:-moz-selection{background:none;}
.toggle > label i.icon-minus{display:none;}
.toggle > label i.icon-plus{display:inline;}
.toggle > label:selection{background:none;}
.toggle > label:before{border:6px solid transparent;border-left-color:inherit;content:'';margin-top:-6px;position:absolute;right:4px;top:50%;}
.toggle > label:hover{background:#f5f5f5;}
.toggle > label + p{color:#999;display:block;overflow:hidden;padding-left:30px;text-overflow:ellipsis;white-space:nowrap;height:25px;}
.toggle > label i{font-size:0.7em;margin-right:8px;position:relative;top:-1px;}
.toggle > .toggle-content{display:none;}
.toggle.active i.icon-minus{display:inline;}
.toggle.active i.icon-plus{display:none;}
.toggle.active > label{background:#F4F4F4;border-color:#CCC;}
.toggle.active > label:before {border:6px solid transparent;border-top-color:inherit;margin-top:-3px;right:10px;}
.toggle.active > p{white-space:normal;}
.toggle > p.preview-active{height:auto;white-space:normal;}
/* Owl Carousel */
.owl-carousel{position:relative;z-index:1;}
.owl-carousel .owl-wrapper-outer{border-radius:4px;}
.owl-carousel .thumbnail{max-width:99%;}
.owl-carousel .img-responsive{display:inline-block;}
.owl-carousel-spaced{margin-left:-5px;}
.owl-carousel-spaced .owl-item > div{margin:5px;}
.owl-theme .owl-controls{margin-top:20px;}
.owl-theme .owl-controls .owl-buttons div{border-radius:4px;border-bottom:2px solid transparent;filter:alpha(opacity=100);opacity:1;padding:1px 9px;margin:2px;}
/* Owl Carousel - Highlight */
.highlight .owl-theme .owl-controls .owl-page span{background-color:#FFF;}

/* Video */
section.video {background-repeat:no-repeat;background-color:#000;background-position:center 0;width:100%;margin:70px 0;padding:50px 0;overflow:hidden;position:relative;}
section.video > video {display:none;}
section.video blockquote {border:0;padding:0 10%;}
section.video blockquote i.icon-quote-left{font-size:34px;position:relative;left:-5px;}
section.video blockquote p{font-size:24px;line-height:30px;}
section.video blockquote span{font-size:16px;line-height:20px;color:#999;position:relative;left:-5px;}
section.video .container{position:relative;z-index:3;}
section.video .video-overlay{background:transparent url(../img/video-overlay.png) repeat 0 0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:2;}
section.video .mejs-container{position:absolute;top:-50%;z-index:1;}
section.video .mejs-container .mejs-controls, section.video .mejs-container .mejs-layers {display:none !important;}
section.video.valign-video .mejs-container {top:-50%;}
/* Video Container */
.video-container {padding-top:25px;padding-bottom:50.5%;margin-bottom:10px;position:relative;overflow:hidden;height:0;}
.video-container.vimeo {padding-top:0;padding-bottom:56.4%;}
.video-container embed, .video-container iframe, .video-container object, .video-container video {position:absolute;top:0;left:0;width:100%;height:100%;}

/* Popup */
.popup-inline-content {
	background: none repeat scroll 0 0 #FFF;
	margin: 40px auto;
	max-width: 1170px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
	display: none;
}

/* Magnific Popup */
.mfp-wrap .popup-inline-content {
	display: block;
}

/* Miscellaneous */
body a{outline:none !important;}
li{line-height:24px;}
.center{text-align:center;}
.push-bottom{margin-bottom:35px;}
.push-top{margin-top:35px;}
.bold{font-weight:bold;}
.inverted{color: #FFF;display:inline-block;padding-left:10px;padding-right: 10px;}

/* Clearfix */
.clearfix{display: inline-block;}
.clearfix:after{content: ".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

/* Divider Line */
hr {background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
	border:0;height:1px;margin:22px 0 22px 0;}
hr.short{margin:11px 0 11px 0;}
hr.tall{margin:44px 0 44px 0;}
hr.taller{margin:66px 0 66px 0;}
hr.light{background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);}

/* Read More */
.read-more,
.learn-more {
	display: inline-block;
	white-space: nowrap;
}

/* Offset Anchor */
.offset-anchor {
	display: block;
	position: relative;
	visibility: hidden;
	top: -100px;
}

/* Show Grid */
.show-grid [class*="col-md-"] .show-grid-block {
	background-color: #EEE;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #FFF;
	display: block;
}

/* Font Awesome */
.fontawesome-icon-list [class*="col-md-"] {
	margin-bottom: 9px;
}

.fontawesome-icon-list i {
	font-size: 1.3em;
	margin-right: 5px;
	display: inline-block;
	width: 30px;
	text-align: center;
	position: relative;
	top: 2px;
}

/* Sort Source Wrapper */
.sort-source-wrapper {
	padding: 8px 0;
	position: relative;
}

.sort-source-wrapper .nav {
	margin: -100px 0 5px;
}

.sort-source-wrapper .nav > li > a {
	color: #FFF;
	background: transparent;
}

.sort-source-wrapper .nav > li > a:hover, .sort-source-wrapper .nav > li > a:focus {
	background: transparent;
}

.sort-source-wrapper .nav > li.active > a {
	background: transparent;
}

.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
	background: transparent;
}

/* Sort Source */
.sort-source {
	clear: both;
}

/* Sort Destination */
.sort-destination.full-width {
	margin: 0 0 -81px;
	position: relative;
	top: -51px;
}

.sort-destination.full-width .isotope-item {
	width: 20%;
	float: left;
}

.sort-destination.full-width .isotope-item .img-thumbnail {
	border: 0;
	padding: 0;
	margin: 0;
}

.sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img {
	border-radius: 0;
	float: left;
}
/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #CCC;
	color: #FFF;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #47a447;
	color: #FFF;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #ed9c28;
	color: #FFF;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #d2322d;
	color: #FFF;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #5bc0de;
	color: #FFF;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
	background-color: #1d2127;
	color: #FFF;
}

/* Pricing Tables */
.pricing-table {
	margin: 25px 0 0 -15px;
	padding-left: 0;
	text-align: center;
}

.pricing-table ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

.pricing-table h3 {
	background-color: #eee;
	border-radius: 2px 2px 0 0;
	font-size: 20px;
	font-weight: normal;
	margin: -20px -20px 50px -20px;
	padding: 20px;
}

.pricing-table h3 span {
	background: #FFF;
	border: 5px solid #FFF;
	border-radius: 100px;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	color: #777777;
	display: block;
	font: bold 25px / 100px Georgia, Serif;
	height: 100px;
	margin: 20px auto -65px;
	width: 100px;
}

.pricing-table .most-popular {
	border: 3px solid #CCC;
	box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	top: -10px;
	z-index: 2;
}

.pricing-table .most-popular h3 {
	background-color: #666;
	color: #FFF;
	padding-top: 30px;
	text-shadow: 0 1px #555;
}

.pricing-table .plan-ribbon-wrapper {
	height: 88px;
	overflow: hidden;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 85px;
}

.pricing-table .plan-ribbon {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
	background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
	background-color: #bfdc7a;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	color: #333;
	font-size: 14px;
	left: -5px;
	padding: 7px 0;
	position: relative;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	top: 15px;
	width: 120px;
}

.pricing-table .plan-ribbon:before {
	left: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: "";
	position: absolute;
}

.pricing-table .plan-ribbon:after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: "";
	position: absolute;
	right: 0;
}

.pricing-table .plan {
	background: #FFF;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	margin-bottom: 35px;
	margin-right: -15px;
	padding: 20px;
	position: relative;
	text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

.pricing-table .btn {
	margin-top: 5px;
}

/* Pricing Tables Boxed */
body.boxed .pricing-table {
	margin-left: -31px;
}

body.boxed .pricing-table .plan, body.boxed .pricing-table h3 {
	border-radius: 0;
}

/* Featured Box */
.featured-box {
	background: #F5F5F5;
	background-color: transparent;
	background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #DFDFDF;
	border-left: 2px solid #ECECEC;
	border-radius: 8px;
	border-right: 2px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 100px;
	position: relative;
	/* [disabled]text-align: center; */
	z-index: 1;
}

.featured-box h4 {
	font-size: 1.1em;
	font-weight: 400;
	_letter-spacing: -0.7px;
	margin-top: 5px;
	text-transform: uppercase;
}

.featured-box .box-content {
	border-radius: 8px;
	border-top: 3px solid #33B8FF;
	border-top-width: 4px;
	padding: 30px 30px 10px 30px;
}

.featured-box .learn-more {
	display: block;
	margin-top: 10px;
}

/* Featured Boxes */
.featured-boxes .featured-box {
	margin-bottom: 30px;
	margin-top: 45px;
}

.featured-boxes .featured-box.info-content {
	text-align: left;
}

/* Primary */
.featured-box-primary i.icon-featured {
	background-color: #E36159;
}

.featured-box-primary h4 {
	color: #E36159;
}

.featured-box-primary .box-content {
	border-top-color: #E36159;
}

/* Secundary */
.featured-box-secundary i.icon-featured {
	background-color: #CCC;
}

.featured-box-secundary h4 {
	color: #CCC;
}

.featured-box-secundary .box-content {
	border-top-color: #CCC;
}

/* Tertiary */
.featured-box-tertiary i.icon-featured {
	background-color: #2BAAB1;
}

.featured-box-tertiary h4 {
	color: #2BAAB1;
}

.featured-box-tertiary .box-content {
	border-top-color: #2BAAB1;
}

/* Quartenary */
.featured-box-quartenary i.icon-featured {
	background-color: #734BA9;
}

.featured-box-quartenary h4 {
	color: #734BA9;
}

.featured-box-quartenary .box-content {
	border-top-color: #734BA9;
}

/* Featured Boxes - Login */
.featured-boxes.login {
	margin-top: -30px;
}

.featured-boxes.login .featured-box {
	text-align: left;
}

.featured-boxes.cart .featured-box {
	text-align: left;
}

.featured-boxes .featured-box-cart {
	margin-top: 0;
}

/* Feature Box */
.feature-box {
	clear: both;
}

.feature-box .feature-box-icon {
	background: #CCC;
	border-radius: 35px;
	color: #FFF;
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 35px;
}

.feature-box .feature-box-info {
	padding-left: 50px;
}

/* Secundary */
.feature-box.secundary h4 {
	color: #121214;
}

.feature-box.secundary .feature-box-icon {
	background: transparent;
	width: 50px;
	height: 50px;
}

.feature-box.secundary .feature-box-icon i.icon {
	font-size: 28px;
}

.feature-box.secundary .feature-box-info {
	padding-left: 60px;
}

/* Icon Featured */
.icon-featured {
	border-radius: 100%;
	color: #FFF;
	font-size: 40px;
	line-height: 110px;
	margin: 25px 0;
	padding: 25px;
	display: inline-block;
	padding: 0;
	width: 110px;
	height: 110px;
}

/* Thumb Info */
.thumb-info {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
}

#team .thumb-info {
	display: block;
	overflow: visible;
	position: relative;
	text-decoration: none;
	max-width: 100%;
}

.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top: 0;
}

.thumb-info:hover .thumb-info-action {
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info:hover .thumb-info-title {
	background: #000;
}

.thumb-info .thumb-info-action-icon {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #CCC;
	border-radius: 0 0 0 25px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
}

.thumb-info .thumb-info-action-icon i {
	font-size: 24px;
	left: 3px;
	position: relative;
	top: -4px;
}

.thumb-info .thumb-info-action {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.9);
	bottom: 0;
	color: #FFF;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0.0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	white-space: nowrap;
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.7);
	bottom: 10%;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	left: 0;
	letter-spacing: -1px;
	padding: 9px 11px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	z-index: 1;
}

.thumb-info .thumb-info-type {
	background-color: #CCC;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	text-transform: none;
}

.thumb-info img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 3px;
	position: relative;
}

.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#team .thumb-info:hover img {
	box-shadow:0px 5px 10px rgba(0,0,0,0.8);}

/* Thumb Info Caption  */
.thumb-info-caption {
	padding: 10px 0;
}

.thumb-info-caption p {
	font-size: 0.9em;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 10px;
}

/* Thumb Info Social Icons */
.thumb-info-social-icons {
	border-top: 1px dotted #DDD;
	margin: 0;
	padding: 15px 0;
	display: block;
}

.thumb-info-social-icons a {
	background: #CCC;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.thumb-info-social-icons a:hover {
	text-decoration: none;
}

.thumb-info-social-icons a span {
	display: none;
}

.thumb-info-social-icons a i {
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
}

/* Thumb Info Secundary */
.thumb-info.secundary .thumb-info-title {
	background: transparent;
	bottom: auto;
	left: 0;
	right: 0;
	top: 35%;
	text-align: center;
	opacity: 0;
}

.thumb-info.secundary .thumb-info-type {
	float: none;
}

.thumb-info.secundary:hover .thumb-info-title {
	top: 42%;
	opacity: 1;
}

/* New team styled */
ul.team-list.team-styled .team-item {
    margin-bottom: 35px;
	position:relative;
    min-height: 200px;
	padding: 0;
	border: none;
}
ul.team-list.team-styled .team-item:before{
content: "";left: 0;
position: absolute;
background: url(../img/bg-frame.png) no-repeat;
width: 100%;
height: 100%;
background-size: 100% auto;	
z-index: 1;
}
ul.team-list.team-styled .thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
}
ul.team-list.team-styled .thumb-info .thumb-info-title {
    background: none;
    bottom: 11%;
    color: #3E4095;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    letter-spacing: 0px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    z-index: 1;
    right: 0;
    text-align: center;
}
ul.team-list.team-styled .thumb-info .thumb-info-type{
	position: absolute;
bottom: 57px;
left: 3%;
background: none !important;
color: #fff;
text-transform: uppercase;
font-weight: bold;
color: #000;
z-index: 1;
font-size: 15px;
} 

ul.team-list.team-styled .thumb-info  .img-wrap::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
ul.team-list.team-styled .thumb-info img{
    position: absolute;
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}
ul.team-list.team-styled .thumb-info .img-wrap{
	width: 60%;position: relative;
	border-radius: 50%;
	min-height: 171px;
	overflow: hidden;
	margin: auto;
	padding:5px;
}
ul.team-list.team-styled .thumb-info .rk{
	position: absolute;
color: #3e4095;
background: #fff;
font-size: 74px;
left: 0px;
top: -123px;
line-height: 60px;
padding: 20px 5px;
font-family: "Bebas Neue";
width: 69px;
text-align: center;
}

/* Timeline */
section.timeline {
	width: 75%;
	margin: 50px 13% 0;
	position: relative;
	float: left;
	padding-bottom: 120px;
}

section.timeline:after {
	background: #505050;
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: -60px;
	width: 3px;
	z-index: 0;
	filter: alpha(opacity=35);
	opacity: 0.35;
}

section.timeline .timeline-date {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	position: relative;
	display: block;
	clear: both;
	width: 200px;
	height: 45px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	margin: 0 auto 10px;
	text-shadow: 0 1px 1px #fff;
	border-radius: 4px;
	background: #FFF;
	z-index: 1;
}

section.timeline .timeline-date h3 {
	display: block;
	text-align: center;
	color: #757575;
	font-size: 0.9em;
	line-height: 32px;
}

section.timeline .timeline-title {
	background: #F4F4F4;
	padding: 12px;
}

section.timeline .timeline-title h4 {
	padding: 0;
	margin: 0;
	color: #171717;
	font-size: 1.4em;
}

section.timeline .timeline-title a {
	color: #171717;
}

section.timeline .timeline-title .timeline-title-tags {
	color: #B1B1B1;
	font-size: 0.9em;
}

section.timeline .timeline-title .timeline-title-tags a {
	color: #B1B1B1;
	font-size: 0.9em;
}

section.timeline .timeline-box {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	position: relative;
	width: 45.7%;
	float: left;
	z-index: 1;
	margin-bottom: 30px;
	background: #FFF;
}

section.timeline .timeline-box.left {
	clear: both;
}

section.timeline .timeline-box.left:before {
	background: none repeat scroll 0 0 #E5E5E5;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
	content: "";
	display: block;
	height: 7px;
	margin-right: -5px;
	position: absolute;
	right: -6.8%;
	top: 22px;
	width: 8px;
}

section.timeline .timeline-box.left:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #FFF;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: -8px;
	top: 20px;
	width: 14px;
	z-index: 0;
}

section.timeline .timeline-box.right {
	clear: right;
	float: right;
	right: -1px;
	margin-top: 40px;
}

section.timeline .timeline-box.right:before {
	background: none repeat scroll 0 0 #E5E5E5;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
	content: "";
	display: block;
	height: 7px;
	margin-left: -5px;
	position: absolute;
	left: -7.2%;
	top: 32px;
	width: 8px;
}

section.timeline .timeline-box.right:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #FFF;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	left: -8px;
	top: 30px;
	width: 14px;
	z-index: 0;
}

section.timeline .timeline-box .img-thumbnail {
	border-radius: 0;
	padding: 0;
	border: 0;
}

section.timeline .timeline-box .img-thumbnail img {
	border-radius: 0;
	padding: 0;
	border: 0;
}

section.timeline .timeline-box .thumb-info {
	float: left;
	margin-bottom: -5px;
}

section.timeline .timeline-box .owl-carousel {
	border-radius: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

/* Testimonials */
blockquote.testimonial {
	background: #CCC;
	border-radius: 10px;
	border: 0;
	color: #666;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0;
	padding: 10px 50px;
	position: relative;
}
blockquote.testimonial a {
	color:rgba(255,255,255,1) !important; font-size:0.9em;}
	blockquote.testimonial a:hover {
	color:#fff !important}
blockquote.testimonial:before {
	left: 10px;
	top: 0;
	color: #FFF;
	content: "\201C";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

blockquote.testimonial:after {
	color: #FFF;
	content: "\201C";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "\201D";
	right: 10px;
}

blockquote.testimonial p {
	color: #FFF;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3;
}

/* Testimonials Arrow */
.testimonial-arrow-down {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #CCC;
	height: 0;
	margin: 0 0 0 25px;
	width: 0;
}

/* Testimonials Author */
.testimonial-author {
	margin: 8px 0 0 8px;
}

.testimonial-author .img-thumbnail {
	float: left;
	margin-right: 10px;
}

.testimonial-author .img-thumbnail img {
	max-width: 110px;
}

.testimonial-author strong {
	color: #111;
	display: block;
	padding-top: 7px;
}

.testimonial-author span {
	color: #666;
	padding-left:10px;
	font-size: 12px;
}

.testimonial-author p {
	color: #999;
	margin: 0 0 0 25px;
	text-align: left;
}


/* Testimonials Carousel */
blockquote.testimonial-carousel {
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0;
	padding: 10px 50px;
	position: relative;
}

blockquote.testimonial-carousel:before {
	left: 10px;
	top: 0;
	color: #FFF;
	content: "\201C";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

blockquote.testimonial-carousel:after {
	right: 10px;
	color: #FFF;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "\201D";
}

blockquote.testimonial-carousel p {
	margin: 10px 0;
	color: #dadada;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3;
}

/* Social Icons */
ul.social-icons {margin:0;padding:0;width:auto;}
ul.social-icons li{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;background-image:url(../img/social-sprites.png);background-repeat:no-repeat;background-color:#FFF;
background-position:0 100px;display:inline-block;margin:-1px 1px 5px 0;padding:0;border-radius:100%;overflow:visible;box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.3);}
ul.social-icons li a{display:block;height:30px;width:30px;text-align:center;}
ul.social-icons li a:hover{text-decoration:none;}
ul.social-icons li a i[class^="icon-"]{color:#444;font-style:16px;position:relative;top:3px;}
ul.social-icons li a:active{box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3);}
ul.social-icons li[class] a{text-indent:-9999px;}
ul.social-icons li:active, ul.social-icons li a:active{border-radius:100%;}
ul.social-icons li.digg{background-position: 0 0;}ul.social-icons li.digg:hover{background-position:0 -30px;}
ul.social-icons li.dribbble{background-position:0 -60px;}ul.social-icons li.dribbble:hover{background-position:0 -90px;}
ul.social-icons li.facebook{background-position:0 -120px;}ul.social-icons li.facebook:hover{background-position:0 -150px;}
ul.social-icons li.flickr {background-position:0 -180px;}ul.social-icons li.flickr:hover{background-position:0 -210px;}
ul.social-icons li.forrst{background-position:0 -240px;}ul.social-icons li.forrst:hover{background-position:0 -270px;}
ul.social-icons li.googleplus{background-position:0 -300px;}ul.social-icons li.googleplus:hover{background-position:0 -330px;}
ul.social-icons li.html5{background-position:0 -360px;}ul.social-icons li.html5:hover{background-position:0 -390px;}
ul.social-icons li.icloud{background-position:0 -420px;}ul.social-icons li.icloud:hover{background-position:0 -450px;}
ul.social-icons li.lastfm{background-position:0 -480px;}ul.social-icons li.lastfm:hover{background-position:0 -510px;}
ul.social-icons li.linkedin{background-position: 0 -540px;}ul.social-icons li.linkedin:hover{background-position:0 -570px;}
ul.social-icons li.myspace{background-position:0 -600px;}ul.social-icons li.myspace:hover{background-position:0 -630px;}
ul.social-icons li.paypal{background-position:0 -660px;}ul.social-icons li.paypal:hover{background-position:0 -690px;}
ul.social-icons li.picasa{background-position:0 -720px;}ul.social-icons li.picasa:hover{background-position:0 -750px;}
ul.social-icons li.pinterest{background-position:0 -780px;}ul.social-icons li.pinterest:hover{background-position:0 -810px;}
ul.social-icons li.reddit{background-position:0 -840px;}ul.social-icons li.reddit:hover{background-position:0 -870px;}
ul.social-icons li.rss{background-position:0 -900px;}ul.social-icons li.rss:hover{background-position:0 -930px;}
ul.social-icons li.skype {background-position:0 -960px;}ul.social-icons li.skype:hover{background-position:0 -990px;}
ul.social-icons li.stumbleupon{background-position:0 -1020px;}ul.social-icons li.stumbleupon:hover{background-position:0 -1050px;}
ul.social-icons li.tumblr{background-position:0 -1080px;}ul.social-icons li.tumblr:hover{background-position:0 -1110px;}
ul.social-icons li.twitter{background-position:0 -1140px;}ul.social-icons li.twitter:hover{background-position:0 -1170px;}
ul.social-icons li.vimeo{background-position:0 -1200px;}ul.social-icons li.vimeo:hover{background-position:0 -1230px;}
ul.social-icons li.wordpress{background-position:0 -1260px;}ul.social-icons li.wordpress:hover{background-position:0 -1290px;}
ul.social-icons li.yahoo{background-position:0 -1320px;}ul.social-icons li.yahoo:hover{background-position:0 -1350px;}
ul.social-icons li.youtube {background-position:0 -1380px;}ul.social-icons li.youtube:hover {background-position:0 -1410px;}
ul.social-icons li.github {background-position:0 -1440px;}ul.social-icons li.github:hover{background-position:0 -1470px;}
ul.social-icons li.behance{background-position:0 -1500px;}ul.social-icons li.behance:hover{background-position:0 -1530px;}
ul.social-icons li.yelp{background-position:0 -1560px;}ul.social-icons li.yelp:hover{background-position:0 -1590px;}
ul.social-icons li.mail{background-position:0 -1620px;}ul.social-icons li.mail:hover{background-position:0 -1650px;}
ul.social-icons li.instagram{background-position:0 -1680px;}ul.social-icons li.instagram:hover{background-position:0 -1710px;}
ul.social-icons li.foursquare{background-position:0 -1740px;}ul.social-icons li.foursquare:hover{background-position:0 -1770px;}
ul.social-icons li.zerply{background-position:0 -1800px;}ul.social-icons li.zerply:hover{background-position:0 -1830px;}
ul.social-icons li.vk{background-position:0 -1860px;}ul.social-icons li.vk:hover{background-position:0 -1890px;}

/* Arrows */
.arrow {background:transparent url(../img/arrows.png) no-repeat 0 0;width:47px;height:120px;display:inline-block;position:relative;}
.arrow.vtl{background-position:0 0;width:47px;height:96px;}
.arrow.vtr{background-position:-101px 0;width:47px;height:96px;}
.arrow.vbl{background-position:0 -144px;width:47px;height:96px;}
.arrow.vbr{background-position:-101px -144px;width:47px;height:96px;}
.arrow.hlt{background-position:-209px 0;width:120px;height:47px;}
.arrow.hlb{background-position:-209px -101px;width:120px;height:47px;}
.arrow.hrt{background-position:-353px 0;width:120px;height:47px;}
.arrow.hrb{background-position:-353px -101px;width:120px;height:47px;}

/* Circular Bars */
.circular-bar{margin-bottom:25px;min-height:210px;}
.circular-bar .knob{visibility:hidden;}
.circular-bar strong{display:block;font-weight:600;font-size:22px;line-height:30px;}
.circular-bar label{display:block;font-weight:100;font-size:17px;line-height:20px;}
.circular-bar-content{margin-bottom:70px;margin-top:-125px;text-align:center;}

/* Progress */
.progress{border-radius:25px;height:20px;background:#FAFAFA;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;overflow:visible;}
.progress-bar{box-shadow:none;position:relative;border-radius:25px;}
.progress-bar-tooltip{position:absolute;padding:4px 8px;background-color:#333;color:#FFF;line-height:15px;font-size:11px;display:block;position:absolute;top:-28px;right:5px;border-radius:3px;filter:alpha(opacity=0);
opacity: 0;}
.progress-bar-tooltip:after{border-color:#333 transparent;border-style:solid;border-width:5px 5px 0;bottom:-5px;content:"";display:block;left:13px;position:absolute;width:0;}

/* Counters */
.counters strong{display:block;font-weight:600;font-size:60px;line-height:60px;}
.counters label{display:block;font-weight:100;font-size:20px;line-height:20px;}
/* Counters */
.counters .counter {
	text-align: center;
}

.counters .fa, .counters .icons {
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px;
}

.counters strong {
	display: block;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
}

.counters label {
	display: block;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
}

.counters .counter-side-icon .fa, .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
	display: inline-block;
}

.counters .counter-with-unit strong {
	display: inline-block;
}

.counters.with-borders .counter {
	border-radius: 6px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	padding: 25px;
}

.counters.counters-sm .fa, .counters.counters-sm .icons {
	font-size: 25px;
	line-height: 25px;
}

.counters.counters-sm strong {
	font-size: 35px;
	line-height: 35px;
}

.counters.counters-sm label {
	font-size: 15px;
	line-height: 15px;
}

.counters.counters-lg .fa {
	font-size: 45px;
	line-height: 45px;
}

.counters.counters-lg strong {
	font-size: 60px;
	line-height: 60px;
}

.counters.counters-lg label {
	font-size: 25px;
	line-height: 25px;
}

.counters.counters-text-light .counter {
	color: #FFF !important;
}

.counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
	color: #FFF !important;
}

.counters.counters-text-dark .counter {
	color: #2e353e !important;
}

.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
	color: #2e353e !important;
}

/* Word Rotate */
.word-rotate{visibility:hidden;width:100px;height:0px;margin-bottom:-7px;display:inline-block;overflow:hidden;text-align:center;position:relative;}
.word-rotate.active{visibility:visible;width:auto;}
.word-rotate .word-rotate-items{position:relative;top:0;width:100%;}
.word-rotate .word-rotate-items span{display:block;white-space:nowrap;}
/* Word Rotate - Titles */
h1 .word-rotate{margin-bottom:-12px;}
h2 .word-rotate{margin-bottom:-12px;}
h2.word-rotator-title{line-height: 54px;}

/* Scroll to Top */
.scroll-to-top{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;background:#404040;border-radius:7px 7px 0 0;bottom:0px;color:#FFF;display:block;height:9px;opacity:0;padding:13px 0 35px;
position:fixed;right:10px;text-align:center;text-decoration:none;width:49px;z-index:1040;}
.scroll-to-top:hover{filter:alpha(opacity=100);opacity:1;}
.scroll-to-top.visible{filter:alpha(opacity=75);opacity:0.75;}

/* Portfolio */
.portfolio-title{margin-bottom:-10px;}
.portfolio-title a{display:inline-block;}
.portfolio-title .icon{font-size:2.5em;}
.portfolio-title .portfolio-nav,.portfolio-title .portfolio-nav-all{margin-top:11px;}
.portfolio-title .portfolio-nav{text-align:right;}
.portfolio-title .portfolio-nav a{width:40%;}
.portfolio-title .portfolio-nav-all .icon{font-size:2.7em;}
.portfolio-title .icon-angle-right{text-align:right;}
.portfolio-title .portfolio-nav-prev{text-align:left;}
/* Portfolio Info */
.portfolio-info{margin:2px 0 10px;float:right;}
.portfolio-info ul{list-style:none;padding:0;margin:0;}
.portfolio-info ul li{display:inline-block;border-right:1px solid #E6E6E6;color:#B1B1B1;padding-right:8px;margin-right:8px;font-size:0.9em;}
.portfolio-info ul li:last-child{border-right:0;padding-right:0;margin-right:0;}
.portfolio-info ul li a{text-decoration:none;color:#B1B1B1;}
.portfolio-info ul li a:hover .icon-heart{color:#E53F51;}
.portfolio-info ul li .icon{margin-right:4px;}
/* Portfolio List */
ul.portfolio-list{list-style:none;margin:0;padding:0;}
ul.portfolio-list .img-thumbnail{border-color:rgb(0, 136, 204);}
ul.portfolio-list .portfolio-item{margin-bottom:35px;}
/* Portfolio Details */
ul.portfolio-details{list-style:none;padding:0;margin:45px 0 0 5px;font-size:0.9em;}
ul.portfolio-details li{padding:0;margin:0 0 20px;}
ul.portfolio-details p{padding:0;margin:0;}
ul.portfolio-details blockquote{padding:0 0 0 10px;margin:15px 0 0;color:#999;}
ul.portfolio-details ul.list-skills li{margin-right:10px;margin-bottom:5px;}

/* Team List */
ul.team-list{list-style:none;margin:0;padding:0;}
ul.team-list .team-item{margin-bottom:35px;}
ul.team-list .team-item .thumb-info-social-icons{margin:0 10px;}
/* History */
ul.history {margin:0 0 25px;padding:0;list-style:none;}
ul.history li{margin:25px 0;padding:0;clear:both;}
ul.history li h4{margin:0 0 -27px 0;padding:0;max-width:150px;float:left;}
ul.history li p{margin-left:153px;}
ul.history li .thumb {background:transparent url(../img/history-thumb.png) no-repeat 0 0;width:227px;height:160px;margin:0 0 30px;padding:0;float:left;}
ul.history li .thumb img{border-radius:150px;margin:7px 8px;width:145px;height:145px;}
ul.history li .featured-box{text-align:left;margin-left:225px;margin-bottom:50px;min-height:115px;}
ul.history li .featured-box .box-content{border-top-color:#CCC;}
/* Search Results */
.search-results {min-height:300px;}
/* Maps */
.google-map {background:#E5E3DF;height:400px;margin:0px 0 30px 0;width:100%;}
.google-map img {max-width: 9999px;}
/* Maps - Parallax */
.parallax + .google-map{margin-top:-70px;}
.flickr-feed span.thumbnail img { width:80px; height:60px;}
#centres img{ position:fixed; top:250px; left:-5px; z-index:99; width:35px; height:150px; }
#enquiry img{ position:fixed; top:250px; right:-5px; z-index:99; width:35px; height:150px; }
.line{height: 3px;background: none repeat scroll 0% 0% rgb(225, 72, 63);}

/* TOP J BAR */
.jBar{height:auto;display:none;padding:22px 0;position:relative;color:#FFF;background-color:#272727;background-image:url(../img/panelbg.png);background-repeat:no-repeat;background-position:center center;
bckground-size:cover;}
.jRibbon {padding:3px;position:absolute;top:0px;right:0;display:none;font-size:12px;border-radius:0 0 0 360px;padding:0 20px;color:#FFF;cursor:pointer;background:none repeat scroll 0% 0% rgb(225, 72, 63);
-webkit-transition: 0.3s all ease;-moz-transition:0.3s all ease;-o-transition:0.3s all ease;-ms-transition:0.3s all ease;transition:0.3s all ease;z-index:99;}
.downarrow {position:absolute;bottom:-22px;z-index:99;border-radius: 0 0 0 360px;padding:5px 20px;line-height:0;color:#fff;right:0;font-size:12px;cursor:pointer;-webkit-transition:0.3s all ease;
-moz-transition:0.3s all ease;-o-transition:0.3s all ease;-ms-transition:0.3s all ease;transition:0.3s all ease;background:none repeat scroll 0% 0% rgb(225, 72, 63);}
.up{top:-100px;}
.jBar h5{color:#fff;font-weight:bold;padding-bottom:10px:;}
.jBar input{width:100%;margin:0 0 10px 0;height:28px;padding:5px 10px;font-size:12px;border-radius:3px;border:0;}
.jBar .btn{border:none;width:auto;color:#fff;float:left;height:auto;padding:5px 10px 7px 10px;}
.jBar form span{float:left;margin:0 7%;font-size:12px;}
.jBar .item-service{margin:0;}
.jBar .head-service i{border-radius:50%;font-size:12px;width:40px;height:40px;padding-top:12px;text-align:center;}
.jBar .item-service .head-service h5{color:#fff;font-weight:normal;font-style:normal;padding-top:10px;}
.jBar .item-service p{font-size:13px;line-height:20px;font-weight:bold;color:#ccc;}
.dtails-left{padding-left:20px}
.item-service:hover .head-service i {background:none repeat scroll 0% 0% rgb(225, 72, 63);}
.head-service i,.feature-element li .cirle-feature {border:3px solid rgb(225, 72, 63);}
#addrclose {position:absolute;top:20px;right:20px;cursor:pointer;font-size:30px;z-index:99999;}

/*! Lity - v3.0.0-dev - 2017-07-17
* http://sorgalla.com/lity/ */
.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;transition:opacity .3s ease}
.lity.lity-opened{opacity:1}
.lity.lity-closed{opacity:0}
.lity *{box-sizing:border-box}
.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}
.lity-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}
.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}
.lity-loading .lity-loader{opacity:1}
.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}
.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}
.lity-closed .lity-content,.lity-loading .lity-content{-webkit-transform:scale(.8);transform:scale(.8)}
.lity-content:after{content:"";position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}
.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;
font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;outline:none;box-shadow:none}
.lity-close::-moz-focus-inner{border:0;padding:0}
.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;
line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;outline:none;box-shadow:none}
.lity-close:active{top:1px}
.lity-image img{max-width:100%;display:block;line-height:0;border:0}
.lity-iframe .lity-container{width:100%;max-width:964px}
.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}
.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}
.lity-hide{display:none}
