/* Minification failed. Returning unminified contents.
(1072,17): run-time error CSS1019: Unexpected token, found ' '
(1072,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/* MENU CONFIGURATION
**********************************************************/
.ownmenu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
}
.ownmenu li {
	display: inline-block;
	float: left;
}
.ownmenu a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
/* DROPDOWN CONFIGURATION
**********************************************************/
.ownmenu ul.dropdown, .ownmenu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	padding-left: 0px;
	min-width: 250px;
	background: none;
}
.ownmenu ul.dropdown {
	top: 80px;
}
.ownmenu ul.dropdown li ul.dropdown {
	left: 100%;
	top: inherit;
}
.ownmenu ul.dropdown li {
	clear: both;
	width: 100%;
}
.ownmenu ul.dropdown li a {
	width: 100%;
	padding: 12px 24px 12px;
	display: inline-block;
	float: left;
	clear: both;
	text-decoration: none;
	color: #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ownmenu ul.dropdown li:hover > a {
	background: #e0e0e0;
	color: #555;
}
/* dropdowns to left side */
.ownmenu ul.dropdown li ul.dropdown.left {
	left: auto;
	right: 100%;
}
/* SUBMENU INDICATORS
**********************************************************/
.ownmenu .indicator {
	position: relative;
	right: 5px;
	font-size: 14px;
	float: right;
}
.ownmenu ul li .indicator {
	font-size: 12px;
	top: 1px;
	left: 10px;
}
/* MEGAMENU
**********************************************************/
.ownmenu > li > .megamenu {
	position: absolute;
	display: none;
	background: #fff;
	width: 25%;
	top: 80px;
	font-size: 12px;
	color: #999;
	z-index: 99;
	padding:0 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* megamenu list */
.ownmenu li > .megamenu ul {
	margin: 0 0 20px 0;
	float: left;
	padding: 0;
	display: block;
	position: relative;
}
.ownmenu li > .megamenu ul li {
	width: 100%;
	padding:0px;
}
.ownmenu li > .megamenu ul li.title {
	margin: 0 0 8px;
	padding: 0 0 5px;
	font-size: 14px;
	border-bottom: solid 1px #666;
}
/* megamenu h5 */
.ownmenu li > .megamenu h5 {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* megamenu links */
.ownmenu li > .megamenu a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.ownmenu li > .megamenu a:hover {
	color: #dedede;
}
/* megamenu images */
.ownmenu .megamenu img {
	width: 100%;
	-webkit-transition: border 0.3s linear;
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
/* to fix right attribute on submenus (menu aligned to left (default)) */
.ownmenu > li.fix-sub > .megamenu, .ownmenu > li.fix-sub > .megamenu.half-width, .ownmenu > li.fix-sub > .dropdown {
	right: 0;
}
/* MEGAMENU WIDTHS
**********************************************************/
.ownmenu > li > .megamenu.half-width {
	width: 50%;
}
.ownmenu > li > .megamenu.full-width {
	width: 100%;
	left: 0;
}
/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.ownmenu li > .megamenu form {
	width: 100%;
}
/* megamenu inputs */
.ownmenu li > .megamenu form input[type="text"], .ownmenu li > .megamenu form textarea {
	padding: 5px;
	color: #999;
	background: #444;
	font-size: 14px;
	border: solid 1px transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.3s linear;
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
.ownmenu li > .megamenu form input[type="text"]:focus, .ownmenu li > .megamenu form textarea:focus {
	border-color: #e0e0e0;
}
.ownmenu li > .megamenu form input[type="text"] {
	width: 100%;
	margin-top: 10px;
}
.ownmenu li > .megamenu form textarea {
	width: 100%;
	margin-top: 10px;
}
.ownmenu li > .megamenu form input[type="submit"] {
	width: 25%;
	float: right;
	height: 30px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.ownmenu li > .megamenu form input[type="submit"]:hover {
	background: #e0e0e0;
	color: #555;
}
/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row {
	width: 100%;
	margin-top: 15px;
}
.megamenu .row:first-child {
	margin-top: 0;
}
.megamenu .row:before, .megamenu .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .row:after {
	clear: both;
}
.megamenu .row .col1, .megamenu .row .col2, .megamenu .row .col3, .megamenu .row .col4, .megamenu .row .col5, .megamenu .row .col6 {
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.megamenu .row [class*="col"]:first-child {
	margin-left: 0;
}
.megamenu .row .col1 {
	width: 14.893617021276595%;
}
.megamenu .row .col2 {
	width: 31.914893617021278%;
}
.megamenu .row .col3 {
	width: 48.93617021276595%;
}
.megamenu .row .col4 {
	width: 65.95744680851064%;
}
.megamenu .row .col5 {
	width: 82.97872340425532%;
}
.megamenu .row .col6 {
	width: 100%;
}
/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.ownmenu > li.right {
	float: right;
}
.ownmenu > li.right > .megamenu, .ownmenu > li.right > .megamenu.half-width, .ownmenu > li.right > .dropdown {
	right: 0;
}
/* to fix right attribute on submenus (menu aligned to right) */
.ownmenu > li.jsright {
	float: right;
}
.ownmenu > li.jsright.last > .megamenu, .ownmenu > li.jsright.last > .megamenu.half-width, .ownmenu > li.jsright.last > .dropdown {
	right: 0;
}
/* ICONS (FONT AWESOME)
**********************************************************/
.ownmenu > li > a > i {
	line-height: 23px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}
/* COLLAPSIBLE MENU
**********************************************************/
.ownmenu > li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #999;
}
.ownmenu > li.showhide span.title {
	margin: 15px 0 0 25px;
	float: left;
}
.ownmenu > li.showhide span.icon {
	margin: 17px 20px;
	float: right;
}
.ownmenu > li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #999;
}
/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 767px) {
.ownmenu > li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ownmenu > li > a {
	padding: 15px 25px;
}
.ownmenu a {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ownmenu ul.dropdown, .ownmenu ul.dropdown li ul.dropdown {
	width: 100% !important;
	left: 0;
	position: static !important;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ownmenu ul.dropdown li {
	background: #fff !important;
	border: none;
}
.ownmenu ul.dropdown > li > a {
	padding-left: 40px !important;
}
.ownmenu > li > .megamenu {
	width: 100% !important;
	position: static;
	border-top: none;
}
.ownmenu > li > .megamenu .row [class*="col"] {
	float: none;
	display: block;
	width: 100% !important;
	margin-left: 0;
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ownmenu > li > .megamenu .row:first-child [class*="col"]:first-child {
	margin-top: 0;
}
.ownmenu > li > .megamenu .row {
	margin-top: 0;
}
.ownmenu > li > ul.dropdown > li > a {
	padding-left: 20px !important;
}
.ownmenu > li > ul.dropdown > li > ul.dropdown > li > a {
	padding-left: 60px !important;
}
.ownmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
	padding-left: 80px !important;
}
}
@media (min-width: 767px) and (max-width: 900px) {
.ownmenu > li > .megamenu {
	width: 100% !important;
	left: 0 !important;
}
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0 0 60px;
	background: #ffffff;
	border: 4px solid #ffffff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -30px 0 0;
	position: absolute;
	top: 50%;
	font-size: 20px;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,0.8);
	color: #ecc731;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "";
	font-size: 20px;
	display: inline-block;
	width: 100%;
	font-family: 'FontAwesome';
	content: '\f104';
	color: #3dc5df;
	margin-top: 0px;
	float: left;
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
}
.flex-direction-nav .flex-prev {
}
.flex-direction-nav .flex-next {
	text-align: center;
	right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-nav-next {
	right: 60px;
	position: absolute;
}
.flex-nav-prev {
	left: 20px;
	position: absolute;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a .flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
	/*width: 220px\9; IE8 and below*/
	width: 220px \0;/*IE9 and below*/
}
.bootstrap-select > .btn {
	width: 100%;
	padding-right: 25px;
}
.error .bootstrap-select .btn {
	border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}
.bootstrap-select.fit-width {
	width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
}
.bootstrap-select .btn:focus {
	outline: thin dotted #333333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}
.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
	margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}
.input-append .bootstrap-select.btn-group {
	margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
	margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
	cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
	outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
	width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	z-index: 1035;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 2px 2px rgba(0,0,0,.175);
}
.bootstrap-select .dropdown-menu>li>a:hover {
	background:#3dc5df;
	color:#fff;
}
.bootstrap-select .dropdown-menu>li>a:hover {
	background:#3dc5df;
	color:#fff;
}
.bootstrap-select .dropdown-menu>li.selected a {
	background:#3dc5df;
	color:#fff;
}
.bootstrap-select .dropdown-menu>li>a {
	padding:3 10px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
	margin-bottom: 0px;
}
.bootstrap-select .dropdown-menu>li>a {
	font-size: 12px;
}
.bootstrap-select .dropdown-menu {
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-color: #f7f7f7;
	border:none;
}
.bootstrap-select .btn {
	font-weight: inherit;
	text-transform: none;
	font-size: 12px;
	background: #f7f7f7 !important;
	border: none;
	height: 40px;
	display: inline-block;
	min-width: 100%;
	width: 100%;
	color: #696969;
}
.bootstrap-select .btn:focus {
	outline:none !important;
}
.bootstrap-select.btn-group {
	width: 100%;
	display: inline-block;
}
.bootstrap-select li a {
	line-height: 30px;
}
.bootstrap-select a:focus {
	outline: none;
}
.bootstrap-select .btn-group.open .btn {
	box-shadow: none !important;
}
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
	color: #64b1d8;
	color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
	position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
	z-index: 1035 + 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-color: rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-bottom: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
	display: block;
}
.bs-searchbox, .bs-actionsbox {
	padding: 4px 8px;
}
.bs-actionsbox {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
	width: 50%;
}
.bs-searchbox + .bs-actionsbox {
	padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
	margin-bottom: 0;
	width: 100%;
}
.mobile-device {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 100% !important;
	opacity: 0;
}
/*=======================================================
			UI PRICE RANGE
========================================================*/

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-base {
	width: 95%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
	/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 4px;
	width: 100%;
	position: relative;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: 0px;
	top: 0;
}
.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
.noUi-vertical.noUi-extended {
	padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
	bottom: -15px;
}
/* Styling;
 */
.noUi-background {
	background-color: #e1e5ea;
}
.noUi-base .noUi-background {
	background: none;
}
/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	cursor: pointer;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}
/* Price Range */
.sidebar-nav.cost-price {
	margin-bottom: 70px;
}
.cost-price-content {
	display: inline-block;
	position: relative;
}
.cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper {
	height: 12px;
	width: 12px;
	background-color: #f1f3f8;
	border: 1px solid #dde1eb;
}
.cost-price-content .noUi-base .noUi-connect, .cost-price-content .noUi-base .noUi-background {
	position: absolute;
	top: -4px;
}
.price-min, .price-max {
	position: absolute;
	margin-top: 15px;
	font-size: 14px;
	color: #515151;
}
.price-min {
	left: 0;
}
.price-max {
	right: 0;
}
.cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper {
	background-color: #f8f9fa;
	border: 3px solid #ecc731;
}
/** /!!! core css Should not edit !!!/**/

/*.checkbox {
 padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #ecc731;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before {
	color: #fff;
}
input[type="checkbox"] .styled:checked + label::after {
	color: #fff;
}*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background: #3dc5df;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 0px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 0px;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 8px;
	top: 3px !important;
	color: #fff;
	position: absolute;
}
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	right: 0px;
}
.ui-datepicker .ui-datepicker-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 20px;
	right: 8px;
	top: 3px;
	color: #fff;
	position: absolute;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
	position: absolute;
	right: 0px;
	top: 0px !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
}
.ui-datepicker .ui-datepicker-next-hover {
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #647382;
	background: #fff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #fff;
	font-weight: normal;
	color: #647382;
	text-align: center;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-position: 0 0;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #333333;
	background: #333333;
	font-weight: bold;
	color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #3dc5df;
	background: #3dc5df;
	color: #fff;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/

/* states and images
.ui-icon {
	width: 16px;
	height: 17px;
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(../images/date-picker-arrow.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/date-picker-arrow.png);
}
.ui-widget-header .ui-icon:before{
}
.ui-state-default .ui-icon {
	background-image: url(../images/date-picker-arrow.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(../images/date-picker-arrow.png);
}
.ui-state-active .ui-icon {
	background-image: url(../images/date-picker-arrow.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../images/date-picker-arrow.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(../images/date-picker-arrow.png);
} */
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	background: #fff !important;
	border-radius: 50%;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}
 @media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.pop-open-style {
	padding: 0px;
	text-align: left;
	max-width: 970px;
	margin: 0px auto;
	position: relative;
	border-radius: 0px;
}
.pop-open-style {
	color: #de5749;
}
.pop-open-style p {
	color: #6b6b6b;
}
.pop-open-style .pop_up {
	background: white;
	position:relative;
	overflow:hidden;
}
.pop-open-style li {
}
.pop-open-style li span {
	display: inline-block;
}
.pop-open-style li span:nth-child(2) {
	width: 15%;
	border-left: 1px solid #e86a5d;
	padding-left: 10px;
}
.pop-open-style li span:nth-child(3) {
	width: 20%;
	padding: 0 10px;
	border-left: 1px solid #e86a5d;
	border-right: 1px solid #e86a5d;
}
.pop-open-style li span:nth-child(4) {
	width: 33px;
	float: right;
	margin-top: 3px;
}
.pop-open-style li span:nth-child(4) i {
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background: #fff;
	border-radius: 4px;
	font-size: 20px;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.image-source-link {
	color: #98C3D1;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-image-holder .mfp-close {
	background: none !important;
}
.mfp-arrow-right:before {
	border: none;
}
.mfp-arrow-right:after {
	border: none;
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0px;
	color: #fff;
	padding: 0px;
	padding: 0px 13px;
	float: right;
	font-size: 30px;
}
.mfp-arrow-left:before {
	border: none;
}
.mfp-arrow-left:after {
	border: none;
	content: "\f104";
	font-family: FontAwesome;
	margin-right: 0px;
	color: #fff;
	padding: 0px;
	padding: 0px 13px;
	float: right;
	font-size: 30px;
}

/*------------------------------------------------------------------
Main Style Stylesheet
	Project:		Medikal - Health Care &amp; Medical HTML5 Template
	Version:	    1.0
	Author:			M_Adnan
	Last change:	26/06/2015
	Primary use:	Medikal - Health Care &amp; Medical HTML5 Template
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
			THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
/*=======================================================
			WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333333;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 45px;
	font-weight: bold;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #757575;
}
/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.overlay {
	background: rgba(67,166,216,0.7);
}
/*=======================================================
			BUTTON
========================================================*/
.btn {
	background: #3dc5df;
	color: #fff;
	border: 2px solid #3dc5df;
	border-radius: 0px;
	display: inline-block;
	padding: 12px 30px;
	min-width: 200px;
	margin-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn:hover {
	background: none;
	color: #3dc5df;
	border-color: #3dc5df;
}
.btn-1 {
	background: none;
	color: #3dc5df;
}
.btn-1:hover {
	background: #3dc5df;
	color: #fff;
}
.form-control {
	box-shadow: none;
	border: 1px solid #f7f7f7;
	border-radius: 0px;
	height: 40px;
    padding: 3px 6px;

}
.form-control:focus {
	border: none;
	box-shadow: none;
}
.highlight {
	background: #fff !important;
	border-bottom: 1px solid red !important;
	border-left: 1px solid red !important;
}
.btn.focus, .btn:focus, .btn:hover {
}
/*=======================================================
			MARGIN 15px
========================================================*/
.margin-r-15 {
	margin-right: 15px;
}
.margin-l-15 {
	margin-left: 15px;
}
.margin-t-15 {
	margin-top: 15px;
}
.margin-b-15 {
	margin-bottom: 15px;
}
/*=======================================================
			MARGIN 20px
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
			MARGIN 40px
========================================================*/
.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
			MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
			PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-50 {
	padding-top: 50px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-b {
	padding-bottom: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
/*=======================================================
			TITTLE
========================================================*/
.tittle {
	text-align: left;
	width: 100%;
	position: relative;
	margin-bottom: 70px;
}
.tittle h2 {
	text-align: left;
	line-height: 55px;
	width: 50%;
}
.tittle-2 {
}
.tittle-2 h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.tittle-2 hr {
	width: 200px;
	margin: 30px auto;
	height: 1px;
	background: #f1f1f1;
	border-radius: 2px;
	position: relative;
	text-align: center;
}
.tittle-2 h3 {
	margin-top: 0px;
}
.tittle-2 hr:before {
	display: inline-block;
	content: "\f45d";
	font-family: "Ionicons";
	background: #fff;
	margin: 0 auto;
	left: 0px;
	right: 14px;
	color: #3dc5df;
	z-index: 2;
	margin: 0 auto;
	top: -12px;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.tittle-2 p {
	font-size: 16px;
	color: #969595;
	font-weight: 400;
	font-style: italic;
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
/*=======================================================
			TOP BAR
========================================================*/
.top-bar {
	background: #302f32;
	position: relative;
	height: 40px;
	border-bottom: 1px solid #f5f5f5;
}
.top-bar ul {
	margin-bottom: 0px;
}
.top-bar li {
	display: inline-block;
}
.top-bar li span {
	display: inline-block;
	margin: 0 20px;
	color: #aaaaaa;
}
.top-bar li a {
	line-height: 40px;
	color: #aaaaaa;
}
.top-bar li a:hover {
	color: #fff;
}
.top-bar .social_icons {
	float: right;
	margin-top: 5px;
}
.top-bar .social_icons a {
	border-radius: 50%;
	color: #777777;
	border: 1px solid #777777;
	line-height: 26px;
	font-size: 12px;
	height: 28px;
	width: 28px;
}
.top-bar .social_icons li {
	margin-left: 5px;
}
.top-bar.light {
	background: #ffffff;
	position: relative;
	z-index: 1;
}
.top-bar.light a:hover {
	color: #000;
}
.top-bar.light a:hover {
	color: #000;
}
.top-bar.light .social_icons a {
	color: #cccccc;
	border-color: #cccccc;
}
/*=======================================================
			HEADER
========================================================*/
header {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 999;
	line-height: 0px;
	min-height: 80px;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1)
}
header .logo {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
}
header nav {
	display: inline-block;
	float: right;
	position: relative;
	z-index: 999;
	min-height: 60px;
}
header nav li a {
	padding: 30px 10px;
	padding-right: 20px;
	margin: 0;
	border-color: transparent;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #696969;
	float: left;
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
header nav .ownmenu .indicator {
	margin-left: 5px;
	display: none;
}
header nav li a:hover {
	color: #3dc5df;
}
header nav li {
}
header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #ffdd00;
	color: #222222;
}
.ownmenu > li:hover > a, .ownmenu > li.active > a {
}
header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #fff;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	line-height: 38px;
	padding: 0px;
	padding: 0 20px;
	background: none;
	color: #000;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
header .ownmenu ul.dropdown li a:hover {
	background: #3dc5df;
	color: #fff;
}
header .ownmenu ul.dropdown li:nth-last-child(1) a {
}
.ownmenu > li:hover > a, .ownmenu > li.active > a {
	color: #3dc5df;
}
.nav-post .boder-da-r {
	border-right: 1px solid #e5e5e5;
}
.nav-post li {
	margin: 0px;
	display: inline-block;
	width: 100%;
}
.nav-post .nav-text {
	float: right;
	width: 73%;
}
.ownmenu li > .megamenu a {
	color: #696969;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	padding: 9px 0;
	padding-left: 15px;
}
.ownmenu li > .megamenu li:hover {
}
.ownmenu li > .megamenu li a:hover {
	background: #3dc5df;
	color: #fff;
}
ul.dropdown {
}
ul.dropdown li {
	padding: 0px;
}
ul.dropdown li:hover {
	background: none
}
.ownmenu .megamenu img {
	width: auto;
	margin-top: -1px;
}
.ownmenu > li > .megamenu.full-width {
	padding-bottom: 0px;
}
.nav-post .nav-text a {
	background: none;
	font-size: 14px !important;
	line-height: 20px;
	font-weight: 500;
}
.nav-post .nav-text span {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.nav-post .nav-big a {
	background: none;
	font-size: 15px !important;
	line-height: 20px;
	padding: 0px !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.nav-post .nav-big img {
	margin: 20px 0;
}
.nav-post li a {
	padding: 0px;
	margin: 0px;
}
header .btn-right {
	float: right;
}
header .btn-right .btn {
	background: #303030;
	margin-top: 35px;
	color: #fff;
}
header .btn-right i {
	color: #ecc731;
	margin-right: 10px;
	transition: all 0.4s ease-in-out;
}
header .btn-right .btn:hover {
	background: #ecc731;
	color: #303030;
}
header .btn-right .btn:hover i {
	color: #303030;
}
.white-bg {
	background: #fff !important;
}
.herder-bg {
	background: url(../images/bg/header-bg.jpg) center center no-repeat;
	background-size: cover;
	border-bottom: 1px solid #f5f5f5;
}
.herder-bg .logo {
	margin: 60px 0;
}
.fix-nav-space {
	margin-top: 80px;
}
/*=======================================================
			HEADER STYLE 2
========================================================*/
header.header-2 {
	padding: 0px;
	margin-bottom: -5px;
}
header.header-2 .logo {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 25px 0;
}
header.header-2 nav {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
	min-height: 60px;
	padding-top: 18px;
	border-top: 1px solid #f5f5f5;
}
.header-2 nav li {
	float: none;
}
.header-2 .ownmenu > li > .megamenu{
	top: 41px;
}
.header-2 .ownmenu > li > .megamenu{
	text-align: left;
}
.header-2 nav li a {
	float: left;
	float: none;
	position: relative;
	font-size: 12px;
	padding: 20px 10px;
	padding-bottom: 22px;
	padding-right: 20px;
}
.header-2 .ownmenu ul.dropdown {
	top: 41px;
}
.header-2 .ownmenu ul.dropdown {
	text-align: left;
}
/*=======================================================
			BANNER
========================================================*/
#banner {
}
.main-bnr {
	background: rgb(103,210,231); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(103,210,231,1) 0%, rgba(67,166,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(103,210,231,1)), color-stop(100%, rgba(67,166,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(103,210,231,1) 0%, rgba(67,166,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(103,210,231,1) 0%, rgba(67,166,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(103,210,231,1) 0%, rgba(67,166,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(103,210,231,1) 0%, rgba(67,166,213,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67d2e7', endColorstr='#43a6d5', GradientType=0 ); /* IE6-9 */
	position: relative;
	height: 100%;
}
.main-bnr img {
	width: 100%;
	height: 100%;
}
.main-bnr-text {
	text-align: center;
	padding: 10%;
	padding-top: 10% !important;
}
.main-bnr-text h5 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
}
.main-bnr-text h1 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 50px;
}
.main-bnr-text .btn {
	border-color: #fff;
	color: #fff;
	margin-top: 50px;
}
.main-bnr-text p {
	color: #fff;
}

.picker-home h1{
    margin-bottom:0px !important;
}

.main-bnr-bg {
	background: url(../images/seniors-on-bikes.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 99;
	position: absolute;
	height: 100%;
	right: 0;
}
.go-down {
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	z-index: 99;
	text-align: center;
	line-height: 50px;
}
.go-down a {
	height: 50px;
	width: 50px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	font-size: 20px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.5)
}
.home-3 .flex-direction-nav a {
	background: rgba(0,0,0,0.5);
	border: none;
	border-radius: 0px;
}
.home-3 #banner .container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.home-3 .bnr-info {
	position: absolute;
	z-index: 9999;
	width: 100%;
	padding: 20px;
	top: 50%;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	text-align: center;
	width: 80%;
}
.home-3 .bnr-info .btn {
	margin-top: 40px;
	border-color: #fff;
	color: #fff;
}
.home-3 .bnr-info .btn:hover {
	border-color: #3dc5df;
}
.home-3 .bnr-info h2 {
	color: #fff;
	margin-top: 15%;
}
.home-3 .bnr-info h6 {
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
.bnr-2 {
}
.bnr-2 {
	max-height: 650px;
	position: relative;
	overflow: hidden;
	margin-top: -5px;
	z-index: 99;
	background: #fff;
}
.bnr-2 .flex-banner img {
	width: 100%;
}
.bnr-2 .flex-banner {
	max-height: 650px;
}
.bnr-2 .fact {
	margin-top: 20px;
}
.bnr-2 p {
	color: #fff;
	font-size: 20px;
	width: 70%;
	line-height: 30px;
	margin: 0 auto;
}
/*=======================================================
			SUB BANNER
========================================================*/
.sub-banner .overlay {
	background: rgba(255,255,255,0.85);
	padding: 100px 0;
	text-align: center;
}
.sub-banner {
	background: url(../images/slider-images/sub-bnr-bg.jpg) no-repeat;
	background-size: cover;
	margin-top: -5px;
}
.sub-banner h3 {
	margin: 0px;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: bold;
	color: #3dc5df;
	text-transform: uppercase;
}
.sub-banner p {
	letter-spacing: 3px;
	color: #000;
}
/*=======================================================
			CONTENT
========================================================*/
.content {
	background: #ffffff;
	margin-top: -5px;
}
/*=======================================================
			WHY CHOOSE US
========================================================*/
#why-choose {
	background: #ffffff;
	padding: 80px 0;
	padding-bottom: 0px;
}
#why-choose ul li {
	margin-bottom: 30px;
	padding-left: 30px;
}
#why-choose ul li p {
	font-size: 14px;
	color: #8c8c8c;
	line-height: 24px;
}
#why-choose ul li:before {
	content: '\f05d';
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 0px;
	top: 5px;
	color: #3dc5df;
	position: absolute;
}
#why-choose img {
	display: inline-block;
}
/*=======================================================
			SERVICES
========================================================*/
#services {
	position: relative;
	z-index: 99;
}
#services ul {
	margin-bottom: 0px;
}
#services li {
	background: #3dc5df;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 50px;
	padding: 40px 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#services li h5 {
	font-weight: bold;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#services li p {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#services li:nth-child(1) {
	background: #3dc5df;
}
#services li:nth-child(2) {
	background: #39bad3;
}
#services li:nth-child(3) {
	background: #37b3cc;
}
#services li:nth-child(4) {
	background: #35acc4;
}
#services li:hover {
	color: #333333;
	background: #fff;
}
#services li:hover p {
	color: #333333;
}
#services li:hover h5 {
	color: #333333;
}
#services .tittle-2 {
	margin-bottom: 20px;
}
/*=======================================================
			OFFER SERVICES
========================================================*/
.offer-services {
	padding: 80px 0;
	background: #ffffff;
}
.offer-services {
}
.offer-services .nav-tabs {
	background: #f8f8f8;
	border: none;
}
.offer-services .nav-tabs > li.active > a {
	background: #3dc5df;
	color: #fff;
}
.offer-services .nav-tabs li {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #fff;
	margin: 0px;
}
.offer-services .nav-tabs li a {
	color: #777777;
	font-size: 13px;
	font-weight: 600;
	line-height: 45px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin: 0px;
	border: none;
}
.offer-services .nav-tabs li a i {
	margin-left: 10px;
	display: none;
	line-height: 45px;
	float: right;
	position: absolute;
	top: 0px;
	right: 20px;
}
.offer-services .nav-tabs li.active a i {
	display: block;
}
.offer-services .nav-tabs > li.active > a {
	margin: 0px;
}
.offer-services .nav-tabs > li.active {
	margin: 0px;
}
.offer-services .tab-content {
	position: relative;
}
.offer-services .tab-content h4 {
	margin-top: 0px;
}
.offer-services .img-up {
	margin-top: -90px;
}
.offer-services .tab-content ul {
	margin-top: 17px;
}
.offer-services .tab-content ul li i {
	color: #3dc5df;
	margin-bottom: 0px;
	margin-right: 10px;
}
.offer-services .fact i {
	height: auto;
	width: auto;
	border: none;
	background: none !important;
	font-size: 18px;
}
/*=======================================================
			founder
========================================================*/
#founder {
	padding: 100px 0;
}
#founder .slide h4 {
	font-weight: bold;
	margin-top: 40px;
}
#founder .slide {
	text-align: center;
}
#founder .owl-dots {
	position: absolute;
	left: -52%;
	top: 80%;
}
/*=======================================================
			DEPARTMENT
========================================================*/
.department {
	background: #fcfcfc;
	text-align: center;
}
.department .tab-content .tittle {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
.department .tab-content .tittle h2 {
	text-align: left;
	width: 100%;
	font-weight: 300;
	letter-spacing: 2px;
}
.department .tab-content {
	display: inline-block;
	width: 100%;
	min-height: 745px;
}
.department .nav-tabs {
	background: #3dc5df;
	width: 100%;
	display: inline-block;
	border: none;
	padding: 36px 0;
	height: 100%;
	position: relative;
}
.department .nav-tabs li {
	width: 100%;
	margin: 0px;
	border: none;
}
.department .nav-tabs li a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	border: none;
	border-radius: 0px;
	padding: 35px 0;
	border: none !important;
	border-bottom: 1px solid rgba(255,255,255,0.3) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
}
.department .nav-tabs li:hover a {
	background: #fff;
	color: #333333;
}
.department .nav-tabs li.active a:before {
	content: '\f0d9';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 80px;
	left: -20px;
	top: -10px;
	color: #fff;
	z-index: 8;
}
.department .nav-tabs li.active a {
	color: #333333;
}
.department img {
	width: 100%;
}
.department .dep-sec-txt {
	text-align: left;
}
/*====	OVERVIEW BG	====*/
.department .depart-bg-over {
	background: url(../images/depart-bg-over.jpg) center center no-repeat;
	position: relative;
	background-size: cover;
	height: 100%;
}
/*====	DENTAL BG	====*/
.department .dentel-bg {
	background: url(../images/dental-bg-img.jpg) center center no-repeat;
	position: relative;
	background-size: cover;
	height: 100%;
}
/*====	CARDIOOGY BG	====*/
.department .cardio-bg {
	background: url(../images/cardiology-bg-img.jpg) center center no-repeat;
	position: relative;
	background-size: cover;
	height: 100%;
}
/*====	FOR DISABLE BG	====*/
.department .for-dis-bg {
	background: url(../images/for-dis-img.jpg) center center no-repeat;
	position: relative;
	background-size: cover;
	height: 100%;
}
/*====	Ophthalmology BG	====*/
.department .opth-bg {
	background: url(../images/opht-bg-img.jpg) center center no-repeat;
	position: relative;
	background-size: cover;
	height: 100%;
}
/*====	EMERGENCY BG	====*/
.department .emer-bg {
	background: url(../images/emer-bg-img.jpg) center center no-repeat;
	position: relative;
	background-size: cover;
	height: 100%;
}
/*====	X-RAY BG	====*/
.department .x-ray-bg {
	background: url(../images/x-ray-img.jpg) center center no-repeat;
	position: relative;
	background-size: cover;
	height: 100%;
}
.department .img-bg-dep {
	position: absolute;
	height: 100%;
}
.department .ab-cnter {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 999;
	margin: 0 auto;
}
.department .dep-sec-img {
	float: left;
	width: 37%;
}
.department .dep-sec-txt {
	float: right;
	width: 37%;
	padding: 0 40px;
}
.department .dep-sec-nav {
	width: 26%;
}
.department #cardiology {
}
.department #for-disabled {
}
.department #ophthalmology {
}
.department #emergency {
}
.department #x-ray {
}
.department .tab-content ul li {
}
.department .fact {
	margin-top: 50px;
	text-align: left;
	margin-bottom: 30px;
}
.fact p {
	line-height: 30px;
}
.fact i {
	background: #fff;
	color: #3dc5df;
	border: 1px solid #3dc5df;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 28px;
	margin-right: 10px;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.fact li:hover i {
	background: #3dc5df;
	color: #fff;
}
.depart-sec {
	padding-bottom: 80px;
}
.depart-sec h5 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}
.depart-sec ul li {
	text-align: center;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}
.depart-sec ul li .in-dert {
	padding: 0px 40px;
	padding-top: 40%;
	min-height: 480px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #e9e6b2;
}
.depart-sec ul li:nth-child(1) .in-dert {
	background: #e9e6b2;
}
.depart-sec ul li:nth-child(2) .in-dert {
	background: #fcf9c1;
}
.depart-sec ul li:nth-child(3) .in-dert {
	background: #ccf3cc;
}
.depart-sec ul li:nth-child(4) .in-dert {
	background: #fbe0ce;
}
.depart-sec ul li:nth-child(5) .in-dert {
	background: #cfd7f4;
}
.depart-sec ul li:nth-child(6) .in-dert {
	background: #ead1f3;
}
.depart-sec .over-depart {
	position: absolute;
	height: 100%;
	top: 0px;
	width: 100%;
	z-index: 11;
	padding: 0 40px;
	left: 0%;
	opacity: 0;
	padding-top: 20%;
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.depart-sec .over-depart img {
	margin-bottom: 20px;
}
.depart-sec .over-depart h5 {
	margin-bottom: 20px;
}
.depart-sec li:hover .over-depart {
	opacity: 1;
}
.depart-sec ul li:hover .in-dert {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.depart-sec ul li .in-dert a {
	color: #3dc5df;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}
.dep-detail-page .qoute {
	position: absolute;
	top: 30%;
	width: 360px;
	background: rgba(255,255,255,0.8);
	padding: 30px;
	left: 30px;
	color: #696969;
	line-height: 24px;
}
.dep-detail-page .qoute i {
	color: #3dc5df;
	margin-right: 10px;
}
.dep-detail-page .qoute h6 {
	margin: 0px;
	margin-top: 40px;
}
.dep-detail-page .qoute p {
	font-weight: bold;
	font-size: 18px;
}
.dep-detail-page .img-single {
	position: relative;
}
.dep-detail-page {
	padding: 120px 0;
}
.dep-detail-page h5 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.dep-detail-page .detail-sec {
	margin-top: 30px;
}
.dep-detail-page .detail-sec h6 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.dep-detail-page .detail-sec ul {
	margin-top: 40px;
	margin-bottom: 40px;
}
.dep-detail-page .detail-sec ul img {
	margin-bottom: 10px;
}
.dep-detail-page .video {
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.dep-detail-page .video iframe {
	border: none;
	width: 100%;
	height: 360px;
	margin-bottom: 20px;
}
.detail-sec .services-slide {
	margin: 50px 0;
}
.detail-sec .services-slide .sec-ser {
	background: #f7f7f7;
	padding: 0 15px;
	padding-bottom: 40px;
}
.detail-sec .downlod {
	font-weight: bold;
	color: #3dc5df;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.detail-sec .downlod i {
	margin-right: 10px;
}
.dep-detail-page .search input {
	display: inline-block;
	width: 100%;
	border: none;
	background: #f7f7f7;
	height: 40px;
	padding: 0 10px;
	font-size: 12px;
}
.dep-detail-page .search button {
	float: right;
	border: none;
	background: none;
	font-size: 18px;
	color: #aaaaaa;
	margin-right: 10px;
	margin-top: -33px;
}
.dep-detail-page .dapart {
}
.side-bar h5 {
	text-transform: uppercase !important;
}
.side-bar .depart-sec {
	padding-bottom: 0px;
}
.side-bar .dapart .row {
	margin-right: -5px;
	margin-left: -5px;
}
.side-bar .cate {
	display: inline-block;
	width: 100%;
}
.side-bar .cate li {
	float: left;
	width: 50%;
	padding-left: 15px;
	line-height: 44px;
	position: relative;
}
.side-bar .cate li a {
	width: 100%;
	display: inline-block;
}
.side-bar .cate li a:hover {
	color: #3dc5df;
}
.side-bar .cate li:before {
	content: "";
	background: #e3e3e3;
	height: 6px;
	width: 6px;
	left: 0px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	position: absolute;
	margin-top: 20px;
}
.side-bar .dapart li {
	padding: 0 5px;
	margin-bottom: 0px;
}
.side-bar ul li .in-dert {
	padding: 15px;
	min-height: inherit;
	display: inline-block;
	width: 100%;
}
.side-bar ul li:hover .in-dert {
	background: #fff;
}
.side-bar .add-call .call {
	background: #3dc5df;
	text-align: center;
	padding: 20px;
}
.side-bar .add-call p {
	color: #fff;
}
.side-bar .add-call h5 {
	color: #fff;
	margin: 0px;
	letter-spacing: 0px;
}
.appointment li {
	margin-bottom: 10px;
	position: relative;
}
.appointment input {
	width: 100%;
	display: inline-block;
	height: 40px;
	background: #f7f7f7;
	border: none;
	font-size: 12px;
	padding: 0 10px;
	color: #696969;
}
.appointment ul li i {
	position: absolute;
	right: 10px;
	top: 13px;
	color: #696969;
}
.appointment select {
	width: 100%;
	display: inline-block;
	height: 40px;
	background: #f7f7f7;
	border: none;
	font-size: 12px;
	padding: 0 10px;
	color: #696969;
}
.appointment textarea {
	width: 100%;
	display: inline-block;
	height: 120px;
	background: #f7f7f7;
	border: none;
	font-size: 12px;
	padding: 5px 10px;
	color: #696969;
}
.appointment button {
	margin-top: 0px;
	padding: 10px 10px;
}
.depart-style-2 .dep-sec-nav {
	width: 100%;
}
.depart-style-2 .nav-tabs li {
	width: 16.66666%;
}
.depart-style-2 .ab-cnter {
	position: relative;
}
.depart-style-2 .dep-sec-img {
	width: 50%;
}
.depart-style-2 .dep-sec-txt {
	width: 50%;
	padding-bottom: 50px;
}
.depart-style-2 .nav-tabs li.active a:before {
	display: none;
}
.depart-style-2 .nav-tabs {
	padding: 0px;
	float: left;
}
.depart-style-2 .nav-tabs li a {
	letter-spacing: 0px;
	font-size: 16px;
}
.depart-style-2 {
	padding-top: 80px;
}
.depart-style-2 .tab-content {
	min-height: inherit;
}
/*=======================================================
			TIME TABLE
========================================================*/
.time-table {
	padding: 80px 0;
}
.time-table .row {
	margin-right: -10px;
	margin-left: -10px;
}
/*.time-table .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{
	padding-right: 10px;
	padding-left: 10px;
}
.time-table .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
	padding-right: 10px;
	padding-left: 10px;
}*/
.tables-all ul {
	background: #fff;
}
.shifts {
}
.time-table .days-avai {
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 20px;
	background: #f7f7f7;
	min-height: 140px;
	margin-top: 2.5px;
}
.time-table .tabble-in {
	background: #f7f7f7;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 30px;
	min-height: 115px;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	padding-bottom: 5px;
}
.time-table ul {
	margin-bottom: 0px;
}
.time-table .doc-avai {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.time-table .filter {
	display: inline-block;
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
}
.time-table .filter li {
	display: inline-block;
}
.time-table .filter li a {
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #b4b4b4;
	margin: 0 5px;
}
.time-table .filter li a.active {
	background: #3dc5df;
	border-color: #3dc5df;
	color: #fff;
}
.time-table .doc-avai p {
	margin-bottom: 0px;
}
.time-table .doc-avai .tabble-in {
	min-height: 140px;
}
.time-table .tabble-in h6 {
	text-transform: uppercase;
	color: #333333;
	margin: 0px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.time-table .dental .tabble-in {
	background: #c4edf5;
}
.time-table .opt .tabble-in {
	background: #fbe0ce;
}
.time-table .emer .tabble-in {
	background: #cfd7f4;
}
.time-table .card .tabble-in {
	background: #fcf9c1;
}
.time-table .x-ray .tabble-in {
	background: #ead1f3;
}
.time-table .for-dis .tabble-in {
	background: #ccf3cc;
}
.time-table .tabble-in h5 {
	text-transform: uppercase;
	color: #3dc5df;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
.time-table .tabble-in span {
	color: #696969;
	letter-spacing: 2px;
	font-weight: bold;
}
.time-table .days {
	width: 10%;
	float: left;
	padding: 30px 0;
	text-align: center;
	background: #f7f7f7;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact {
	padding: 100px 0;
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	/*display: none;*/
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	text-align: left;
	margin-bottom: 10px;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
#contact_form li .form-control {
	height: 40px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: #f7f7f7;
}
#contact_form li textarea {
	height: 140px !important;
}
#contact_form li .btn {
	text-transform: uppercase;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	font-weight: normal;
	color: #696969;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	line-height: 26px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
.contact-form {
}
#map {
	height: 440px;
	margin-bottom: 0px;
}
.contact h4 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.contact .timing {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.contact .timing p {
	text-transform: uppercase;
	line-height: 40px;
}
.contact .timing p span {
	margin-left: 10px;
	color: #757575;
	float: right;
}
/*=======================================================
			TEAM
========================================================*/
.doctor-team {
	padding: 80px 0;
	background: #f7f7f7;
	padding-bottom: 0px;
}
.doctor-team .tittle {
	text-align: center;
}
.doctor-team .tittle h2 {
	text-align: center;
	width: 30%;
	margin: 0 auto;
}
.doctor-team li img {
	width: 100%;
}
.doctor-in {
	background: #fff;
	padding: 33px 60px;
	position: relative;
}
.pop_up {
	display: inline-block;
	width: 100%;
}
.doctor-in h4 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
	margin-bottom: 10px;
}
.doctor-in span {
	color: #3dc5df;
}
.personal-info {
	margin-top: 20px;
}
.doctor-team .personal-info p {
	margin: 0px;
	line-height: 30px;
}
.doctor-team ul {
	margin-bottom: 0px;
}
.personal-info span {
	font-weight: bold;
	color: #333333;
	width: 120px;
	display: inline-block;
}
.doctor-team .social_icons {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.doctor-team .social_icons li {
	background: #f7f7f7;
	border-radius: 50%;
	margin-right: 10px;
}
.doctor-team .social_icons li a {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}
.doctor-team .doctor-in.left:before {
	content: '\f0d9';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 80px;
	left: -20px;
	top: -10px;
	color: #fff;
	z-index: 8;
}
.doctor-list {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 120px;
}
.doctor-list .item a:hover {
	opacity: 0.4;
}
.doctor-team .doctor-in.right:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 80px;
	right: -20px;
	top: -10px;
	color: #fff;
	z-index: 8;
}
.doctor-team .container-fluid {
	max-width: 1600px;
}
.doctor-team .owl-dots {
	display: none !important;
}
.pop-open-style .pop_up .t-10 {
	margin-top: 10px;
}
.pop-open-style .table-link {
	color: #3dc5df;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.pop-open-style .table-link i {
	margin-left: 10px;
}
.pop-open-style .pop_up .doctor-in {
	padding: 50px;
	padding-bottom: 30px;
}
.pop-open-style .personal-info {
	margin-top: 30px;
}
.pop-open-style .pop_up strong {
	display: inline-block;
	width: 100%;
}
.pop-open-style .pop_up .doctor-in li {
	padding: 0px;
}
.pop-open-style .pop_up .personal-info {
	display: inline-block;
	width: 100%;
}
.pop-open-style .pop_up .personal-info ul {
	display: inline-block;
	width: 100%;
}
.doctr-list {
	padding: 80px 0;
}
.doctr-list .owl-dots {
	display: none !important;
}
.doctr-list .doctor-list {
	padding: 0px;
}
/*=======================================================
			Make Appointment
========================================================*/
.make-oppient {
	padding: 80px 0;
	background: url(../images/slider-images/patern-bg.png) repeat;
	padding-bottom: 0px;
}
.make-oppient .tittle {
	width: 100%;
	margin-top: 0px;
}
.make-oppient .tittle h2 {
	width: 100%;
	margin-top: 0px;
	text-align: left;
}
.make-oppient {
}
.make-oppient form {
	padding-bottom: 0px;
}
.make-oppient .appointment li {
	margin-bottom: 20px;
}
.make-oppient .appointment #btn_submit.btn {
	padding: 10px 40px;
}
.make-oppient .appointment ul li i {
	right: 25px;
}
/*=======================================================
			ABOU US
========================================================*/
.time-line-sec {
	position: relative;
	z-index: 99;
}
.about-us {
	padding-bottom: 80px;
}
.about-us h2 {
	font-size: 65px;
	font-weight: 200;
	width: 75%;
	margin-top: 90px;
}
.about-us h2 span {
	font-weight: bold;
	color: #3dc5df;
}
.about-us .time-line {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.about-us .time-line li {
	margin-bottom: 20px;
}
.about-us .time-line li h3 {
	margin-top: 0px;
	position: relative;
	z-index: 2;
	font-weight: bold;
}
.about-us .time-line li div {
	position: relative;
}
.about-us .time-line li h3:before {
}
.about-us .about-bg {
}
.about-us .time-line:before {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
}
.time-line-sec:before {
	content: "";
	background: url(../images/about-img.jpg) center center no-repeat;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 30%;
	top: 0px;
	right: 0px;
}
.services-about {
	padding: 80px 0;
}
.services-slide {
	text-align: center;
}
.services-slide h6 {
	font-weight: bold;
	margin: 15px 0;
	margin-top: 30px;
	text-transform: uppercase;
}
.sec-ser i {
	margin-top: 50px;
	font-size: 50px;
	margin-bottom: 20px;
	color: #3dc5df;
}
.services-slide .owl-controls {
	display: none;
}
.time-line-2.time-line-sec:before {
	display: none;
}
.about-us .time-line-2 h2 {
	width: 100%;
}
.ser-style-2 .owl-controls {
	display: block;
}
.ser-style-2 .tittle-2 {
	margin-bottom: 30px;
}
.ser-style-2 .owl-dots {
	margin-top: 30px;
}
.ser-style-2 li {
	text-align: center;
	margin-bottom: 30px;
}
.ser-style-2 li h6 {
	text-transform: uppercase;
}
/*=======================================================
			GALLERY
========================================================*/
.gallery {
}
.gallery ul {
	position: relative;
	display: inline-block;
	width: 100%;
}
.gallery li {
	padding: 0px;
	position: relative;
	overflow: hidden;
	float: left;
	display: inline-block;
}
.gallery li img {
	width: 100%;
}
.over-gallery {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.over-gallery .details {
	background: #fff;
	padding: 30px 20px;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: -100%;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.over-gallery .details h4 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.over-gallery .details p {
	margin-bottom: 0px;
}
.gallery li:hover .over-gallery {
	opacity: 1;
}
.gallery li:hover .details {
	bottom: 0px;
}
/*=======================================================
			GALLERY
========================================================*/
.gallery-pages {
	padding: 80px 0;
}
.gallery-pages .filter {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.gallery-pages .filter li {
	text-align: center;
	display: inline-block;
	padding: 0 10px;
}
.gallery-pages .filter li a {
	font-size: 16px;
	font-weight: normal;
	color: #777777;
	padding-bottom: 5px;
}
.gallery-pages .filter li a.active {
	color: #000;
	border-bottom: 3px solid #3dc5df;
}
.gallery-pages img {
	width: 100%;
}
.gallery-pages .gallery-item .item-over {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	border: 10px solid;
	border-color: transparent;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery-pages .gallery-item .item-over h5 {
	color: #333;
}
.gallery-pages .gallery-item .item-over hr {
	width: 30px;
	height: 2px;
	margin: 20px auto;
	border: none;
	background: #3dc5df;
}
.gallery-pages .gallery-item .item-over .item-in {
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	padding: 0 40px;
	padding-top: 13%;
}
.gallery-pages .gallery-item .item-over .item-in p {
	color: #333;
}
.gallery-pages .gallery-item li:hover .item-over {
	opacity: 1;
}
.gallery-pages .gallery-item li:hover .item-in {
}
.gallery-pages .item {
	margin-bottom: 30px;
}
.gallery-pages .gallery-item .item-over .item-in.pa-30 {
	padding-top: 30%;
}
.gallery-pages .gallery-item .item-over .item-in.pa-20 {
	padding-top: 20%;
}
.gallery-pages .gallery-item .item-over .item-in.pa-5 {
	padding-top: 5%;
}
.gallery-pages .gallery-item .item-over .item-in.pa-40 {
	padding-top: 40%;
}
.gallery-pages .gallery-item .col-sm-3 .item-over .item-in {
	padding: 10px 20px;
}
/*=======================================================
			BLOG
========================================================*/
.blog {
	padding: 80px 0;
}
.blog .text-section a {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.blog li a:hover {
	color: #3dc5df;
}
.blog li hr {
	width: 31px;
	height: 3px;
	border: none;
	background: #c4edf5;
	margin: 20px auto;
}
.blog li span {
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	color: #b1b1b1;
}
.blog .text-section {
	text-align: center;
}
.blog ul {
	margin-bottom: 10px;
}
.blog li span strong {
	color: #333333;
	font-weight: normal;
}
.text-section {
	min-height: 260px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.post-img.right:before {
	content: '\f0d9';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 80px;
	top: 28%;
	right: -5px;
	color: #fff;
	z-index: 8;
}
.post-img.up:before {
	content: '\f0d8';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 80px;
	bottom: -43px;
	width: 100%;
	left: 0px;
	text-align: center;
	right: -5px;
	color: #fff;
	z-index: 8;
}
.post-img.down:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 80px;
	top: -50px;
	width: 100%;
	left: 0px;
	text-align: center;
	right: -5px;
	color: #fff;
	z-index: 8;
}
.post-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	background: #3dc5df;
}
.post-img img {
	display: inline-block;
}
.post-img i {
}
.post-section article .post-img img {
	-moz-transition: -moz-transform 0.4s ease-in;
	-webkit-transition: -webkit-transform 0.4s ease-in;
	-o-transition: -o-transform 0.4s ease-in;
}
.blog li:hover .post-img img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.6;
}
.blog-pages li a {
	letter-spacing: 1px;
}
.blog-pages .text-section {
	padding: 0 40px;
}
.blog-pages a.btn {
	width: auto;
	font-size: 14px;
	height: 40px;
	line-height: 38px;
	width: auto;
	padding: 0px 30px;
	color: #696969;
	letter-spacing: 0px;
	text-transform: uppercase;
	min-width: inherit;
}
.blog-pages a.btn:hover {
	color: #fff;
}
.blog-pages .post-img {
	margin-bottom: 0px;
}
.blog-pages li {
	margin-bottom: 50px;
}
.single-post h4 {
	text-transform: uppercase;
	font-weight: bold;
}
.single-post .detail-sec span.dat-sec {
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	color: #b1b1b1;
}
.single-post .detail-sec span.dat-sec strong {
	font-weight: normal;
	color: #333333;
}
.single-post .detail-sec ul li:nth-child(2) {
	text-align: left;
}
.single-post .detail-sec h5 {
	text-transform: none;
	margin-top: 20px;
	letter-spacing: 0px;
}
.single-post blockquote {
	border-left-color: #3dc5df;
	margin: 30px 0;
	margin-left: 50px;
}
.single-post .stare-ev {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	background: #f7f7f7;
	padding: 10px 20px;
}
.single-post .stare-ev ul h5 {
	margin-bottom: 10px;
}
.single-post .stare-ev ul {
	margin-bottom: 0px !important;
}
.single-post .stare-ev .tags {
	float: left;
}
.single-post .stare-ev .tags h5 {
	margin-top: 10px;
}
.single-post .stare-ev .tags li {
	display: inline-block;
}
.single-post .stare-ev .blog-post {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 20px;
}
.single-post .stare-ev .pager {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}
.single-post .stare-ev .tags li a {
	margin-left: 5px;
}
.single-post .social_icons {
	margin-top: 0px;
	float: right;
}
.single-post .social_icons li {
	background: #f7f7f7;
	border-radius: 50%;
	margin-right: 2px;
	margin-top: 0px;
	float: left;
	background: #f7f7f7;
}
.single-post .social_icons li a {
	height: 30px;
	width: 30px;
	background: #f7f7f7;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
/*=======================================================
			breadcrumb
========================================================*/
.breadcrumb {
	background: #3dc5df;
	margin-top: 20px;
	display: inline-block;
	padding: 8px 30px;
}
.breadcrumb a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	font-weight: bold;
}
.breadcrumb>.active {
	font-weight: bold;
	color: #fff;
}
.breadcrumb a:hover {
	color: #fff;
}
.breadcrumb>li+li:before {
	color: #fff;
}
.breadcrumb li {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
/*=======================================================
			SHORTCODES
========================================================*/
.shortcodes {
	padding: 80px 0;
}
.shortcodes h3 {
	margin-bottom: 50px;
}
#accordion {
}
#accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f462";
	font-family: "Ionicons";
	padding: 0px;
	color: #323232;
	float: right;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
#accordion .collapse.in {
	display: block;
	visibility: visible;
	border-bottom: 1px solid #d0d0d0;
}
#accordion .panel-group .panel + .panel {
	margin-top: 0px;
}
#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f489";
	color: #323232;
}
#accordion .icon-accor {
	color: #3dc5df;
	display: inline-block;
	height: 41px;
	width: 41px;
	text-align: center;
	line-height: 41px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#accordion .panel-default {
	border: none;
	box-shadow: none;
	margin-top: 0px;
}
#accordion .panel-body {
	padding: 30px 15px;
}
#accordion .panel-default > .panel-heading {
	background: none;
	padding: 0px;
	color: #232323;
	border-radius: 0px;
	overflow: hidden;
	border: none;
}
#accordion .panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
	padding: 0px;
	line-height: 50px;
	display: inline-block;
	padding-left: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #d0d0d0;
}
#accordion .collapsed {
	color: #222222 !important;
}
#accordion .collapsed .icon-accor {
}
#accordion .panel-group .panel {
	border-radius: 0px;
}
#accordion .panel-body {
	border: none;
}
/*=======================================================
			TAB SECTION STYLE
========================================================*/
.tabs-style-cods {
}
.tabs-style-cods {
}
.tabs-style-cods p {
	line-height: 26px;
}
.tabs-style-cods .nav-tabs a {
	font-weight: bold;
	font-size: 12px;
	padding: 15px 10px;
	margin: 0px;
	border-radius: 0px;
	border: none;
	border-right: 1px solid #fff;
}
.tabs-style-cods .nav-tabs li:nth-last-child(1) a {
	border-right: none;
}
.tabs-style-cods .nav-tabs {
	background: #f5f5f5;
	border: none;
}
.tabs-style-cods .nav-tabs a i {
	font-size: 10px;
	margin-right: 10px;
}
.tabs-style-cods .nav-tabs li {
	border: none;
	width: 25%;
	text-align: center;
	margin: 0px;
}
.tabs-style-cods .tab-content {
	padding: 20px;
	border: 1px solid #f5f5f5;
}
.tabs-style-cods .nav-tabs > li:hover > a {
	background: #3dc5df;
	color: #fff;
}
.tabs-style-cods .nav-tabs > li.active > a {
	background: #3dc5df;
	color: #fff;
	border: none;
	margin: 0px;
}
/*=======================================================
			COMMENTS
========================================================*/
.comments .post-navi {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #222222;
	padding-bottom: 30px;
}
.comments .post-navi img {
	width: 100%;
}
.comments .post-navi span {
	font-size: 14px;
	color: #777777;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
}
.comments .post-navi span.hiding {
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
}
.comments .post-navi span.hiding:hover {
	color: #002b5e;
}
.comments .media-left .media-object {
	border-radius: 50%;
	border: 4px solid #f3f1f1;
	margin-right: 20px;
	height: 75px;
	width: 75px;
}
.comments .media-body {
}
.comments .media-body h6 {
	margin: 0px;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
}
.comments .media-body a {
	float: right;
	margin-top: -20px;
}
.comments .media-body img {
	height: 70px;
	width: 70px;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
	padding-left: 0px;
	margin-top: 20px;
}
.comments .media-list li {
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media p {
	margin-top: 10px;
	font-size: 12px;
}
.comments .media h6 span {
	font-size: 12px;
	color: #777777;
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-left: 5px;
}
.comments .media h6 {
	font-weight: 700;
}
.comments .media a {
	font-size: 11px;
	color: #d3d3d3;
	font-weight: bold;
	border: 1px solid #d3d3d3;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
}
.comments form ul {
	margin-bottom: 0px !important;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	border: none;
	background: #f7f7f7
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.comments form .btn {
	text-transform: uppercase;
}
.comments {
	margin-bottom: 50px;
	text-align: left;
}
.comments li {
	text-align: left !important;
}
.pre-next-post {
	margin-bottom: 50px;
	background: #f7f7f7;
	padding: 20px 30px;
}
.pre-next-post span {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #cccccc;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.pre-next-post a {
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	text-align: left;
	width: 100%;
	display: inline-block;
}
.pre-next-post i {
	font-size: 14px;
	height: 34px;
	width: 34px;
	border: 2px solid #bcbcbc;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	float: left;
	margin-top: 20px;
}
/*=======================================================
			ADMIN INFO
========================================================*/
.admin-info {
	background: #fff;
	text-align: left;
	margin: 50px 0;
}
.admin-info .about-small {
	text-align: left;
}
.admin-info .media-body {
	text-align: left;
}
.admin-info .about-small .avatar:before {
	left: -25px;
}
.admin-info .avatar {
	height: 170px;
	width: 170px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	display: inline-block;
	border-radius: 50%;
}
.admin-info .social_icons {
	float: left;
	margin-top: 10px;
}
.admin-info h5 {
	text-transform: none;
	margin-bottom: 20px;
}
/*=======================================================
			PAGINATION
========================================================*/
.pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
.pagination li {
	display: inline-block;
	border-radius: 0 !important;
	margin-bottom: 0px;
}
.pagination li a {
	font-weight: bold;
	margin: 0 2px;
	float: none;
	height: 40px;
	width: 40px;
	line-height: 38px;
	padding: 0px;
	border: none;
	background: #f7f7f7;
	border-radius: 0px;
	display: inline-block;
	color: #222222;
	text-transform: uppercase;
	border-radius: 0px;
}
.pagination li.active a {
	background: #3dc5df;
	border-color: #3dc5df;
	color: #fff;
}
.pagination li.active a:hover {
	background: #3dc5df;
	border-color: #3dc5df;
	color: #fff;
}
.pagination li:hover a {
	background: #3dc5df;
	border-color: #3dc5df;
	color: #fff;
}
.progress-bars p {
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.progress-bar {
	border-radius: 50px;
	overflow: hidden;
	
}
.progress-bar span {
	display: inline-block;
	line-height: 34px;
	height: 42px;
	width: 50px;
	float: right;
	text-align: center;
	font-weight: 600;
	padding: 0px;
	border-radius: 50px;
	background: #fff;
	color: #8e0c34;
}
.progress-bar h6 {
	float: left;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
	line-height: 42px;
}
.progress {
	border-radius: 50px;
	position: relative;
	background: rgba(255,255,255,0.3);
	float: left;
	margin-bottom: 20px;
	  width: 100%;
	  height: 40px;
}
.skills {
	margin-top: 60px;
}
.skills h2 {
	margin-top: 0px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.skills p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	line-height: 37px;
	font-weight: 600;
}
.skills p i {
	font-size: 24px;
	display: inline-block;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	color: rgba(0,0,0,0.4);
}
.skills a.btn {
	font-weight: 900;
}
.progress-bars {
	display: inline-block;
	width: 100%;
	padding-right: 20px;
}
/*=======================================================
			Testimonials
========================================================*/
.testimonials {
	padding: 80px 0;
}
.testimonials:before {
	content: '';
	background: #c4edf5;
	width: 100%;
	height: 80%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.testimonials .texti-slide {
}
.testimonials .video iframe {
	width: 100%;
	border: none;
	display: inline-block;
	height: 500px;
}
.testimonials .avatar {
	height: 121px;
	width: 121px;
	float: left;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	display: inline-block;
}
.testimonials .avatar img {
	border-radius: 50%;
}
.testimonials h6 {
	text-transform: uppercase;
	margin-top: 30px;
}
.testimonials .media-left img {
	height: 121px;
	width: 121px;
	float: left;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	display: inline-block;
}
.testimonials .text {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	min-height: 120px;
	padding: 0 30px;
	position: relative;
}
.testimonials .text:before {
	content: '\f10d ';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 20px;
	top: 0px;
	text-align: left;
	left: 0px;
	color: #fff;
}
/*.testimonials .text:after{
	content:'\f10e';
	font-family:'FontAwesome';
	position:absolute;
	font-size:20px;
	width:100%;
	text-align:right;
	right:0px;
	bottom:0px;
	color:#fff;
}*/
.testimonials .text p {
	font-size: 18px;
	line-height: 32px;
}
.testimonials .owl-dots .owl-dot span {
	border-color: #fff;
}
.testimonials .owl-dots .owl-dot.active span {
	border-color: #fff;
	background: #fff;
}
.testimonials .owl-dots {
	margin-top: 30px;
}
.testi-mian {
	background: url(../images/slider-images/testi-bg.jpg) center center no-repeat;
}
.testi-mian .overlay {
	padding: 120px 0;
	background: rgba(67,166,216,0.85);
}
.testi-mian {
}
.crosal-slide {
	position: relative;
	width: 70%;
	margin: 0 auto;
}
.images-slide {
}
.crosal-slide .carousel-inner {
	text-align: center;
	min-height: 120px;
}
.crosal-slide .carousel-inner p {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}
.crosal-slide .carousel-indicators {
	position: relative;
	left: auto;
	bottom: 0;
	margin: 0px;
	width: 100%;
}
.carousel-indicators li {
	text-indent: inherit;
	margin: 0px;
	padding: 20px 0;
	border: none;
}
.crosal-slide .carousel-control.right {
	background: none;
}
.crosal-slide .carousel-control {
	background: none;
}
.crosal-slide .carousel-control.right {
	height: 30px;
	border-radius: 50%;
	color: #222222;
	border: 2px solid #222222;
	height: 34px;
	width: 34px;
	top: 83%;
	z-index: 99;
	opacity: 0.5;
}
.carousel-indicators .active img {
	opacity: 0.5;
}
.carousel-indicators {
	min-height: 130px;
}
.crosal-slide .carousel-control.left {
	height: 30px;
	border-radius: 50%;
	color: #222222;
	border: 2px solid #222222;
	height: 34px;
	width: 34px;
	text-transform: none;
	top: 83%;
	z-index: 99;
	opacity: 0.5;
}
.crosal-slide .carousel-indicators img {
	width: 100%;
	margin: 0px;
}
.crosal-slide .carousel-indicators li {
	height: 80px;
	width: 80px;
	border-radius: 0%;
	overflow: hidden;
	padding: 0px;
	background: none;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.crosal-slide .carousel-indicators li img {
	width: 100%;
	border-radius: 50%;
}
.crosal-slide .carousel-indicators li.active {
	height: 120px;
	width: 120px;
	border: 2px solid #fff;
}
/*=======================================================
			INTRO
========================================================*/
.intro {
	padding: 80px 0;
	text-align: center;
}
.intro h3 {
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	font-size: 34px;
	width: 77%;
	margin: 0 auto;
}
.intro .intro-in {
	width: 70%;
	margin: 0 auto;
}
.intro .intro-in li {
	text-align: left;
}
.intro .intro-in .btn {
	margin: 20px;
	margin-bottom: 0px;
	margin-top: 30px;
}
/*=======================================================
			prople say's
========================================================*/
#prople-says {
	background: url(../images/slider-images/testi-bg.jpg) center center no-repeat;
	background-size: cover;
}
#prople-says .overlay {
	padding: 80px 0;
	background: rgba(67,166,216,0.85);
}
#prople-says h3 {
	color: #fff;
}
#prople-says .owl-nav div {
	background: none;
	color: #fff;
}
#prople-says .testi {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	width: 70%;
	margin: 0 auto;
}
#prople-says .testi h5 {
	padding-bottom: 5px;
	display: inline-block;
	font-weight: 800;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#prople-says .testi .item span {
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
}
#prople-says .qou {
	margin-bottom: 50px;
}
#prople-says .testi p {
	color: rgba(255,255,255,0.9);
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
}
#prople-says .avatr {
	display: inline-block;
	height: 60px;
	width: 60px;
	float: left;
	overflow: hidden;
}
#prople-says .testi-slide .avatar {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 10px;
	margin-bottom: 0px;
}
#prople-says .testi-slide .avatar img {
	width: 91px;
	height: 91px;
	border: 2px solid rgba(255,255,255,0.6);
	padding: 4px;
	border-radius: 50%;
	display: inline-block;
}
#prople-says .testi-slide .owl-dots {
	display: none !important;
}
#prople-says .testi-slide .owl-nav {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
#prople-says .testi-slide .owl-nav div {
	display: inline-block;
	margin: 0 5px;
}
#prople-says .testi-slide .owl-nav i {
	border: 1px solid #dedede;
	height: 40px;
	width: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 38px;
}
#prople-says .tittle-2 {
	margin-bottom: 30px;
}
/*=======================================================
			Contact Info
========================================================*/
.contact-info {
	padding: 70px 0;
	background: #f7f7f7;
	text-align: center;
}
.contact-info ul {
	margin-bottom: 0px;
}
.contact-info i {
	font-size: 32px;
	color: #333333;
}
.contact-info p {
	margin-bottom: 0px;
}
.contact-info h5 {
	font-weight: bold;
}
/*=======================================================
			SHOP PAGES
========================================================*/
.shop-page {
}
.shop-page .items .img {
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.shop-page .items .img a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	background: #f7f7f7;
	height: 40px;
	width: 40px;
	z-index: 66;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin: 0 5px;
	margin-top: 20px;
}
.shop-page .items select {
	height: 30px;
	border: 1px solid #cccccc;
	display: inline-block;
	padding-left: 5px;
	padding-right: 10px;
	margin-right: 10px;
}
.shop-page .items .top-pro-info span {
	text-transform: uppercase;
	color: #cccccc;
	font-weight: 500;
}
.shop-page .items .img a:hover {
	background: #3dc5df;
	color: #fff;
}
.shop-page .items .img .on-sale {
	height: 57px;
	width: 57px;
	border-radius: 50%;
	text-align: center;
	line-height: 57px;
	font-size: 11px;
	color: #fff;
	background: #222222;
	display: inline-block;
	position: absolute;
	top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	right: 10px;
	z-index: 999;
}
.over-info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0 30px;
	padding-top: 35%;
	background: rgba(255,255,255,1);
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.over-info h6 {
	margin-bottom: 10px;
}
.over-info span {
	font-weight: bold;
	color: #3dc5df;
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.shop-page .items li:hover .over-info {
	opacity: 1;
}
.shop-page .items li:hover .img {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.shop-page .items li {
	margin-bottom: 30px;
}
.shop-page .items-details {
	background: #fff;
	padding: 10px 20px;
	text-align: center;
}
.shop-page ul {
	margin-bottom: 0px;
}
.shop-page .items-details h6 {
	margin: 0px;
	text-transform: uppercase;
	margin-top: 10px;
}
.shop-page .items-details a {
	text-transform: uppercase;
	font-weight: bold;
	color: #222222;
}
.shop-page .items-details span {
	color: #f4d03f;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	font-weight: bold;
	color: #3dc5df;
	font-size: 18px;
}
.shop-page .items-details strike {
	color: #cccccc;
	font-weight: normal;
	margin-right: 10px;
}
.shop-page .items-details a.btn {
	color: #cccccc;
	border: 1px solid #cccccc;
	background: none;
	padding: 8px 40px;
}
.shop-page .items-details a.btn i {
	margin-right: 10px;
}
.shop-page .items-details a.btn:hover {
	border-color: #f4d03f;
	background: #f4d03f;
	color: #fff;
}
.tab-info {
	text-align: center;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
}
.tab-info li {
	display: inline-block;
	padding: 0 20px;
}
.tab-info li a {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cccccc;
}
.tab-info li.active a {
	color: #f4d03f;
	border-bottom: 1px solid #f4d03f;
	padding-bottom: 22px;
}
.tab-info li:hover a {
	color: #f4d03f;
	border-bottom: 1px solid #f4d03f;
	padding-bottom: 22px;
}
.line-through {
	text-decoration: line-through;
}
.shop-page .side-bar .media-object {
	width: 70px;
}
.shop-page .side-bar .media-heading {
	font-weight: bold;
	color: #333333;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.shop-side-bar .cate li {
	width: 100%;
}
.shop-side-bar .cate li span {
	font-weight: bold;
	float: right;
}
.shop-page .side-bar .media-body span {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #3dc5df;
}
.single-item {
	margin-bottom: 50px;
}
.single-item h1 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}
.images-slide {
	position: relative;
}
.images-slide .carousel-inner {
	text-align: center;
}
.images-slide .carousel-indicators {
	position: relative;
	left: auto;
	bottom: 0;
	margin: 0px;
	width: 100%;
}
.images-slide .carousel-indicators li {
	text-indent: inherit;
	margin: 0px;
	padding: 20px 0;
	border: none;
	padding-bottom: 0px;
}
.images-slide .carousel-control.right {
	background: none;
}
.images-slide .carousel-control {
	background: none;
}
.images-slide .carousel-control.right {
	height: 30px;
	border-radius: 50%;
	color: #222222;
	border: 2px solid #222222;
	height: 34px;
	width: 34px;
	top: 83%;
	z-index: 99;
	opacity: 0.5;
}
.images-slide .carousel-indicators .active img {
	opacity: 0.5;
}
.images-slide .carousel-control.left {
	height: 30px;
	border-radius: 50%;
	color: #222222;
	border: 2px solid #222222;
	height: 34px;
	width: 34px;
	text-transform: none;
	top: 83%;
	z-index: 99;
	opacity: 0.5;
}
.images-slide img {
	width: 100%;
}
.carousel-inner>.item {
}
.images-slide .carousel-indicators img {
	width: 100%;
	margin: 0px;
}
.images-slide .carousel-indicators li {
	height: auto;
	width: 25%;
	float: left;
	background: none;
	position: relative;
}
.images-slide .carousel-indicators li img {
	border: 2px solid rgba(61,197,223,0);
}
.images-slide .carousel-indicators .active img {
	border: 2px solid #3dc5df;
}
.images-slide .carousel-indicators li:nth-last-child(1) {
}
.single-item h4 {
	font-weight: bold;
	margin-top: 20px;
}
.single-item .price {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #3dc5df;
}
.single-item .item-qui {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.single-item .item-qui li {
	line-height: 50px;
}
.single-item .color a {
	height: 20px;
	width: 20px;
	display: inline-block;
	background: #232b50;
	margin-right: 10px;
}
.single-item .color a:nth-child(1) {
	background: #232b50;
}
.single-item .color a:nth-child(2) {
	background: #232b50;
}
.single-item .color a:nth-child(3) {
	background: #232b50;
}
.single-item .item-qui li p {
	margin-bottom: 0px;
	line-height: 50px;
}
.single-item .que a {
	background: #b1b1b1;
	border: 1px solid #e8e8e8;
	height: 40px;
	width: 40px;
	background: #fff;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	color: #232323;
	font-size: 12px;
}
.single-item .que a i {
	color: #cccccc;
}
.single-item .item-qui span {
	font-weight: bold;
}
.single-item .price small {
	font-weight: normal;
	color: #696969;
	font-size: 14px;
	margin-right: 30px;
}
.single-item .btn {
	min-width: inherit;
}
.single-item select {
	height: 30px;
	border: 1px solid #cccccc;
	display: inline-block;
	padding-left: 5px;
	padding-right: 10px;
	margin-right: 10px;
}
.single-item .size label {
	font-weight: normal;
	color: #cccccc;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: bold;
}
.single-item .color label {
	float: left;
	line-height: 30px;
}
.single-item .color span {
	height: 28px;
	width: 28px;
	background: #edecea;
	display: inline-block;
	border-radius: 50%;
	float: left;
	margin: 0 5px;
}
.single-item .color span:nth-child(1) {
	background: #edecea;
}
.single-item .color span:nth-child(2) {
	background: #222222;
}
.single-item .color span:nth-child(3) {
	background: #e28faa;
}
.single-item .review-clients {
	margin-top: 50px;
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	border-top: 1px solid #f3f3f3;
}
.single-item .review-clients {
}
.single-item .tab-pane h6 {
	margin-bottom: 30px;
}
.single-item .tab-content {
	padding-bottom: 50px;
	border-bottom: 1px solid #f3f3f3;
}
.single-item form i {
	color: #cccccc;
}
.single-item .nav-tabs {
	text-align: center;
	width: 100%;
	display: inline-block;
	border-bottom: none;
	margin-bottom: 30px;
}
.single-item .nav-tabs li {
	display: inline-block;
	padding: 0 0px;
	float: none;
	margin: 0 10px;
	margin-bottom: 0px;
	border-radius: 0px;
	border: 2px solid #b4b4b4;
}
.single-item .nav-tabs li a {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #696969;
	border: none;
	padding: 10px 40px;
	border-radius: 0px;
	border: none;
	margin: 0px;
}
.single-item .nav-tabs li.active {
	border-color: #3dc5df;
}
.single-item .nav-tabs li:hover {
	border-color: #3dc5df;
}
.single-item .nav-tabs li.active a {
	background: #3dc5df;
	color: #fff;
}
.single-item .nav-tabs li:hover a {
	background: #3dc5df;
	color: #fff;
}
.single-item .comments .media-list {
	padding-left: 0px;
	margin-top: 0px;
}
.single-item .comments {
	margin-top: 0px;
}
.single-item .comments .stars {
	float: right;
	margin-top: -20px;
	color: #f4d03f;
}
/*=======================================================
			TEAM
========================================================*/
#team {
	padding: 80px 0;
	background: #f5f5f5;
}
#team.gray-bg {
	background: #f8f8f8;
}
#team .team {
	text-align: center;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#team li {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
#team li .team-detail {
	background: #fff;
	border: 1px solid #ececec;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	position: relative;
	bottom: 0px;
	left: 0px;
}
#team li .team-detail p {
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
	font-weight: 600;
}
#team li .team-detail h6 {
	color: #222222;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#team .social_icons {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	top: 40%;
	opacity: 0;
}
#team .social_icons li {
	display: inline-block;
	float: none;
	border: none;
	background: #f0f0f0;
	border-radius: 50%;
	margin: 0 5px;
}
#team .social_icons a {
	font-size: 13px;
	margin: 0px;
	color: #232323;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	border: none;
	line-height: 35px;
}
#team li:hover .social_icons {
	opacity: 1;
}
#team .team-over {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	left: 0px;
	height: 90%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#team li:hover .team-over {
	opacity: 1;
}
#team .tittle h2 {
	width: 100%;
	text-align: center;
}
#team .doctor-list {
	background: none;
}
#team .doctor-list .owl-dots {
	display: none !important;
}
.tittle-2 hr {
	background: #fff;
}
.tittle-2 hr:before {
	background: none;
}
/*=======================================================
			COUNTER
========================================================*/
#counters {
	background: url(../images/slider-images/bg-3.jpg) center center no-repeat;
}
#counters .overlay {
	padding: 80px 0;
}
#counters ul {
	text-align: center;
}
#counters ul li {
}
#counters ul li i {
	color: #fff;
	font-size: 39px;
	margin-bottom: 10px;
	border: 2px solid rgba(255,255,255,0.4);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 100px;
}
#counters ul li span {
	font-size: 36px;
	color: #fff;
	width: 100%;
	display: inline-block;
	font-weight: bold;
}
#counters ul li p {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
	display: inline-block;
}
/*=======================================================
			TESTIMONIALS
========================================================*/
#testi-style-2 {
	background: url(../images/slider-images/testi-bg.jpg) center center no-repeat;
	background-size: cover;
}
#testi-style-2 .overlay {
	padding: 120px 0;
	background: rgba(67,166,216,0.7);
}
#testi-style-2 .testi {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	width: 75%;
	margin: 0 auto;
}
#testi-style-2 .testi h5 {
	padding-bottom: 5px;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	color: #ff5722;
	margin-top: 20px;
	letter-spacing: 3px;
	margin-bottom: 0px;
}
#testi-style-2 .star li {
	display: inline-block;
	color: #8e0c34;
	margin-top: 10px;
}
#testi-style-2 .testi .item span {
	color: #666666;
	display: inline-block;
	width: 100%;
}
#testi-style-2 .testi p {
	color: #777777;
	font-size: 17px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	font-style: italic;
}
#testi-style-2 .avatr {
	display: inline-block;
	height: 60px;
	width: 60px;
	float: left;
	overflow: hidden;
}
#testi-style-2 .carousel-indicators li {
	height: auto;
	width: 140px;
	display: inline-block;
	text-indent: inherit;
	position: relative;
	text-align: center;
	border: none;
	margin: 0 3px;
	font-size: 12px;
	opacity: 0.5;
	margin-bottom: 7px;
}
#testi-style-2 .carousel-indicators li img {
	border: 2px solid;
	border-color: transparent;
	height: 83px;
	width: 83px;
	padding: 3px;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#testi-style-2 .carousel-indicators .active {
	background: none !important;
	opacity: 1;
}
.qou {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.qou i {
	font-size: 26px;
	margin: 0 5px;
}
#testi-style-2 .carousel-indicators .active img {
	opacity: 1;
	border-color: #fff;
}
#testi-style-2 .carousel-indicators li:hover img {
	opacity: 1;
}
#testi-style-2 .carousel-indicators li .feeder-name {
	background: #fff;
	position: absolute;
	padding: 5px 10px;
	border-radius: 0px;
	margin-top: -30px;
	z-index: 3;
	border-radius: 4px;
	width: 100%;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#testi-style-2 .carousel-indicators .active .feeder-name {
	opacity: 1;
	display: block;
}
#testi-style-2 .carousel-indicators li:hover .feeder-name {
	opacity: 1;
	display: block;
}
#testi-style-2 .carousel-indicators li .feeder-name:before {
	display: inline-block;
	content: "\f0d7";
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	right: 0px;
	font-size: 40px;
	color: #fff;
	position: absolute;
}
#testi-style-2 .carousel-indicators {
	position: relative;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#testi-style-2 .carousel-inner {
	min-height: 140px;
	margin-top: 10px;
}
#testi-style-2 .carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
#testi-style-2 .carousel-fade .carousel-inner .active {
	opacity: 1;
}
#testi-style-2 .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#testi-style-2 .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
#testi-style-2 .carousel-fade .carousel-control {
	z-index: 2;
}
#testi-style-2 .testi-slide .avatar {
	height: 91px;
	width: 91px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}
#testi-style-2 .testi-slide .avatar img {
	width: 100%;
	display: inline-block;
}
#testi-style-2 .testi-slide .owl-dots {
	display: none !important;
}
#testi-style-2 .testi-slide .owl-nav {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
#testi-style-2 .testi-slide .owl-nav div {
	display: inline-block;
	margin: 0 5px;
}
#testi-style-2 h6 {
	color: #fff;
	margin: 0px;
	margin-top: 10px;
}
#testi-style-2 p {
	color: #fff;
	font-style: italic;
	font-size: 20px;
}
#testi-style-2 .testi-slide .owl-nav i {
	border: 1px solid #dedede;
	height: 40px;
	width: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 38px;
}
/*=======================================================
			COMING SOON
========================================================*/
.soon {
	width: 100%;
	text-align: center;
	background:url(../images/slider-images/bg-3.jpg) center center no-repeat;
	background-size:cover;
}
.soon h3{
	color:#fff;
}
.soon .tittle hr:before{
	color: #fff;
}
.soon p{
	color:#fff;
}
.soon .overlay{
	padding-top: 80px;

}
.soon .social_icons {
	margin-top: 50px;
	margin-bottom: 100px;
}
.soon .social_icons li {
	margin: 0 30px;
}
.soon .social_icons a {
	color: #333 !important;
	font-size: 26px;
}
.subcribe {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 100px;
}
.subcribe input {
	display: inline-block;
	width: 550px;
	height: 55px;
	padding: 0 20px;
}
.subcribe button {
	width: 190px;
	height: 55px;
	margin: 0px;
	font-weight: 500;
}
/*==========================================================================
	   Countdown styles
========================================================================== */
ul.countdown {
	min-height: 180px;
	margin-top: 50px;
	margin-bottom: 100px;
}
ul.countdown li {
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	min-width: 160px;
	min-height: 160px;
	border-radius: 50%;
	padding-top: 20px;
	margin: 0 20px
}
ul.countdown li span {
	font-size: 56px;
	padding-top: 150px;
	font-weight: bolder;
	color: #fff;

}
ul.countdown li p {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
/*=======================================================
			404 PAGES
========================================================*/
.error-page {
	padding: 80px 0;
}
.error-page .not-found {
	font-size: 54px;
	color: #3dc5df;
	display: inline-block;
	width: 100%;
	font-weight: bolder;
	text-transform: uppercase;
}
.error-page .head-404 {
	font-size: 208px;
	color: #3dc5df;
	display: inline-block;
	width: 100%;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 0%;
}
.error-page h4 {
	text-transform: none;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}
.error-page h4 a {
	font-size: 18px;
	color: #3dc5df;
	font-weight: bold;
}
/*=======================================================
			Footer
========================================================*/
footer {
	background: #212121;
	position: relative;
	z-index: 99;
}
footer h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
footer .latest-tweet {
	margin-top: 80px;
}
footer .latest-tweet span {
	font-size: 12px;
}
footer p {
	color: #757575;
}
footer p a {
	color: #f7f7f7;
}
footer ul li {
	margin-bottom: 20px;
}
footer span {
	color: #3dc5df;
}
footer .date {
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #757575;
}
footer h5 {
}
footer .small-info {
	text-align: center;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 50px 55px;
	border-bottom: none;
	border-top: none;
}
footer .small-info img {
	margin-bottom: 30px;
}
footer .small-info .social_icons {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dashed rgba(255,255,255,0.4);
}
footer .small-info .social_icons li {
	float: none;
	margin: 0 5px;
}
footer .small-info .social_icons li a {
	font-size: 12px;
	background: #151515;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 50%;
	color: #757575;
	border: none;
}
footer form {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
footer form input {
	border-radius: 0px;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: none;
	float: left;
	width: 70%;
	font-size: 12px;
	background: rgba(255,255,255,0.05);
	border: 2px solid rgba(255,255,255,0.1);
	border-right: none;
}
footer form button {
	border: 2px solid rgba(255,255,255,0.18);
	background: none;
	font-size: 14px;
	color: #696969;
	float: right;
	width: 30%;
	height: 40px;
	display: inline-block;
	padding: 8px 20px;
	font-weight: bold;
}
footer .links {
	margin-top: 80px;
}
footer .links li {
	margin-bottom: 0px;
}
footer .links a {
	color: #757575;
	line-height: 30px;
	display: inline-block;
	width: 100%;
}
footer .links a:hover {
	color: #fff;
}
footer .timing {
	margin-top: 40px;
}
footer .timing p span {
	margin-left: 10px;
	color: #757575;
}
.rights {
	background: #1b1b1b;
	text-align: center;
	padding: 20px 0;
}
.rights p {
	margin: 0px;
}
/*=======================================================
			Slider nav style
========================================================*/
.owl-dots {
}
.owl-dots .owl-dot {
	display: inline-block;
}
.owl-dots .owl-dot span {
	border: 3px solid #e1e1e1;
	display: inline-block;
	height: 22px;
	width: 22px;
	margin: 0 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.owl-dots .owl-dot.active span {
	background: #3dc5df;
	width: 60px;
	border-color: #3dc5df;
}
.owl-nav div {
	height: 60px;
	width: 60px;
	display: inline-block;
	position: absolute;
	background: #fff;
	color: #696969;
	top: 40%;
	text-align: center;
	line-height: 60px;
	font-size: 32px;
}
.owl-nav div:hover {
	color: #3dc5df;
}
.owl-prev {
	left: -30px;
}
.owl-next {
	right: -30px;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 1;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	color: #696969;
	border: 1px solid #f5f5f5;
	margin-right: 5px;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.4s ease-in-out;
	color: #fff;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.social_icons .tumblr a:hover {
	color: #fff;
	background-color: #35506b;
	border-color: #35506b;
}

/*============================================================================
			RESPONSIVE CSS WITH MEDIA 
=============================================================================*/
/*=============  MEDIA 1400px   =============*/
@media(min-width:1200px) and (max-width:1400px) {
.main-bnr-text{
	padding: 14%;
	padding-top: 20%;
}
.department .tab-content .fact{
	margin-top:20px;
	margin-bottom:20px;
}
.department .tab-content .tittle{
	margin-top:50px;
	margin-bottom:20px;
}
.department .tab-content .tittle h2{
	font-size: 40px;
	letter-spacing: 0px;
}
.department .margin-l-20{
	margin-left:0px;
}
.department .btn{
	min-width:inherit;
}
}
/*=============  MEDIA 1200px   =============*/
@media(max-width:1200px) {
}
/*=============  MEDIA 1024px   =============*/
@media(max-width:1024px) {
}
/*=============  MEDIA 992px - 1199px   =============*/
@media(min-width:992px) and (max-width:1199px) {
.department .fact{
	margin-top:20px;
	margin-bottom:20px;
}
.department .tab-content .tittle{
	margin-top:20px;
	margin-bottom:10px;
}
.department .margin-l-20{
	margin-left:0px;
}
.department .btn{
	min-width:inherit;
}
.department .btn{
	min-width:inherit;
	padding:12px 20px;
}
.department .fact p{
	line-height:20px;
	margin-bottom:10px;
}
.department .dep-sec-nav{
	width:100%;
	position:relative;
}
.department .nav-tabs li {
	float:left;
	width:14.2%;
}
.department .nav-tabs li a{
	font-size:13px;
	letter-spacing:0px;
	font-weight:normal;
	border:none;
}
.department .nav-tabs{
	padding:0px;
	padding-top:0px;
}
.department .nav-tabs li.active a:before{
	top:auto;
	left:0px;
	right:0px;
	display:none;
	content:"\f0d7";
}
.department .tab-content{
	margin-top:-5px;
}
.department .dep-sec-img{
	width:50%;
}
.department .dep-sec-txt{
	width:50%;
}
.department .fact li{
	width:100%;
}
.department .tab-content .tittle h2{
	font-size:36px;
}
.about-us h2{
	width:100%;
}
.header-2 nav li a{
	padding: 0px 10px;
}
.depart-style-2 .nav-tabs li{
	width: 16.66666%;
}
}
/*=============  MEDIA 768px - 991px   =============*/
@media(min-width:768px) and (max-width:991px) {
.department .fact{
	margin-top:20px;
	margin-bottom:20px;
}
.time-line-sec:before{
	display:none;
}
.about-us h2{
	width:100%;
}
.department .tab-content .tittle{
	margin-top:20px;
	margin-bottom:10px;
}
.department .margin-l-20{
	margin-left:0px;
}
.department .btn{
	min-width:inherit;
}
.department .btn{
	min-width:inherit;
	padding:12px 20px;
}
.department .fact p{
	line-height:20px;
	margin-bottom:10px;
}
.department .dep-sec-nav{
	width:100%;
	position:relative;
}
.department .nav-tabs li {
	float:left;
	width:14.2%;
}
.department .nav-tabs li a{
	font-size:13px;
	letter-spacing:0px;
	font-weight:normal;
	border:none;
}
.department .nav-tabs{
	padding:0px;
	padding-top:0px;
}
.department .nav-tabs li.active a:before{
	top:auto;
	left:0px;
	right:0px;
	display:none;
	content:"\f0d7";
}
.department .tab-content{
	margin-top:-5px;
}
.department .dep-sec-img{
	width:50%;
}
.department .dep-sec-txt{
	width:50%;
}
.department .fact li{
	width:100%;
}
.department .tab-content .tittle h2{
	font-size:36px;
}
.blog{
	text-align:center;
}
.blog .text-section{
	min-height:inherit;
	padding-bottom:20px;
}
.tittle h2{
	width:100%;
	text-align:center;
}
header nav li a{
	padding:30px 7px;
	font-size:14px;
	padding-top:40px;
}
.header-2 nav li a{
	padding: 0px 6px;
}
.depart-style-2 .nav-tabs li{
	width: 16.66666%;
}
.home-3 .bnr-info{
	width: 100%;
	padding: 0px;
}
.home-3 .bnr-info h2{
	margin-top: 25%;
}
.intro .intro-in{
	width: 100%;
}
.intro h3{
	width: 100%;	
}
#prople-says .testi{
	width: 100%;
}
.contact-info li{
	margin-bottom: 30px;
}

.main-bnr-text{
	padding: 50px;
	padding-top: 20%;
}
#counters ul li{
	margin-bottom: 30px;
}
.depart-sec ul li .in-dert{
	padding-top: 20%;
}
.doctor-team .tittle h2{
	width: 100%;
}
}
/*=============  MEDIA 767px   =============*/
@media(max-width:767px) {
.depart-sec ul li .in-dert{
	padding-top: 20%;
}
.ownmenu > li.showhide span.icon {
	color: #3dc5df;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	font-size: 25px;
}
.shop-page .items li.col-sm-4{
	width: 50%;
	float: left;
}	
.shop-page .items li img{
	width: 100%;
}
.about-us h2{
	width:100%;
}
.crosal-slide{
	width:100%;
}
#services .padding-r-80{
	padding-right:15px !important; 
}
.time-line-sec:before{
	display:none;
}
.ownmenu > li.showhide {
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 60px;
	height: 60px;
}
.navbar-fixed-top{
	position:relative;
}
.main-bnr-text h1{
	font-size:40px;
	margin-bottom:20px;
}
header.header-2 nav{
	padding-top:0px;
	text-align:left;
	background:#fff;
}
.header-2 nav li a{
	padding:10px 20px;
	
}
header .logo{
	display: inline-block;
	width: 100%;
}
header nav{
	float:none;
	width:100%;
}
header nav .ownmenu .indicator{
	display:block;
}
header nav li a {
	display: inline-block;
	width: 100%;
	float: none;
}
header .nav-img {
	display: none !important;
}
.ownmenu > li.showhide span {
	line-height: 60px;
	display: inline-block;
	width: 100%;
}
.ownmenu > li.showhide span.title {
	margin: 0px;
}
.ownmenu > li > a {
	padding: 10px 0;
}
.ownmenu .indicator {
	display: block;
}
header .ownmenu ul.dropdown {
	background: none;
}
.department .fact{
	margin-top:30px;
	margin-bottom:30px;
}
.department .tab-content .tittle{
	margin-top:20px;
	margin-bottom:10px;
}
.department .margin-l-20{
	margin-left:0px;
}
.department .btn{
	min-width:inherit;
}
.department .btn{
	min-width:inherit;
	padding:12px 20px;
}
.department .fact p{
	line-height:20px;
	margin-bottom:10px;
}
.department .dep-sec-nav{
	width:100%;
	position:relative;
}
.department .nav-tabs li {
	float:left;
	width:25%;
}
.department .nav-tabs li a{
	font-size:13px;
	letter-spacing:0px;
	font-weight:normal;
	border:none;
}
.department .nav-tabs{
	padding:0px;
	padding-top:0px;
}
.department .nav-tabs li.active a:before{
	top:auto;
	left:0px;
	right:0px;
	display:none;
	content:"\f0d7";
}
.department .tab-content{
	margin-top:-5px;
}
.department .dep-sec-img{
	width:100%;
}
.department .dep-sec-txt{
	width:100%;
}
.department .fact li{
	width:50%;
	float:left;
}
.department .tab-content{
	min-height:inherit;
	padding-bottom:50px;
}
.department .tab-content .tittle h2{
	font-size:36px;
}
.department .img-bg-dep{
	position:relative;
	  height: 400px;
}
.tittle{
	margin-bottom:20px;
}
.tittle h2{
	width:100%;
	font-size:30px;
}
#founder  .padding-r-80{
	padding:0px 15px !important;
}
.main-bnr-text{
	padding:0px 30px;
	padding-top:10%;
}
#why-choose ul{
	padding-left:15px;
}
.blog {
	text-align: center;
}
.tittle h2{
	text-align:center;
}
.testimonials:before{
	height:100%;
}
.intro .intro-in{
	width:100%;
}
.intro h3{
	width:100%;
}
.testimonials  .padding-l-60{
	padding-left:15px;
}
.testimonials .texti-slide{
	margin-top:30px;
}
.testimonials .text{
	margin-top:20px;
}
.contact-info li{
	float:left;
	width: 50%;
	margin-bottom: 30px;
	min-height: 150px;
}
footer .latest-tweet{
	text-align:center;
}
footer .date{
	text-align:center;
}
.post-img img{
	width:100%;	
}
.post-img{
	width:100%;
}
.text-section{
	min-height:inherit;
	padding-bottom:30px;
}
footer .text-right{
	text-align:center;
	padding-bottom:30px;
}
.depart-style-2 .nav-tabs li{
	width: 33.333%;
}
.top-bar{
	height: auto;
	padding-bottom: 10px;
}
}
/*=============  MEDIA 600px   =============*/
@media (max-width:640px) {
}
/*=============  MEDIA 540px   =============*/
@media(max-width:540px) {
}
/*=============  MEDIA 400px   =============*/
@media(max-width:440px) {
.contact-info li{
	width: 100%;
}
.shop-page .items li.col-sm-4{
	width: 100%;
}
}
/*=============  MEDIA 320px   =============*/
@media(max-width:320px) {
}

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
@charset "UTF-8";@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
body, p, .contact-form label {
    font-size: 16px;
}

a {
    color: #111111;
}

    a.link-primary {
        color: #008FCC;
    }

.sidebar-box .link-primary, .product-item .link-primary {
    font-size: 14px;
}

.close.removeSpecifiedItem {
    margin-right: 10px;
}

legend {
    font-size: 30px;
}

h4 {
    font-weight: 700;
}
@media only screen and (max-width: 320px) {

   h1 { font-size: 2em; }
   h3 { font-size: 1.3em; font-weight:700 }
    h4 {font-size: 1em; 
    }

}


@media (min-width: 768px) {

    .optional-benefit-row {
        height: 100%;
        position: relative;
    }

    .benefit-span {
        position: absolute;
        bottom: 0px;
        right: 0;
    }

    .benefit-span-total {
        position: absolute;
        right: 0;
    }

    .product-item .row .col-md-4 .row div.col-md-4.policy-summary-buy {
        position: absolute;
        bottom: 0px;
    }

    .flexslider .slides img.all-logos {
        width: 383px;
    }
}

.optional-cost-total-container {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}

.application-cost-summary span {
    font-size: 14px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

    .application-cost-summary span.cost, span.cost {
        font-size: 14px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
        color: black;
    }

div.application-cost-summary {
    margin-top: 12px;
}

.optional-cost-container {
    float: right;
    font-size: 14px;
    /*font-family: 'Raleway',sans-serif;*/
    font-weight: 700;
}

input[type=text], input[type=email] {
    width: 100%;
}

.btn-send-email {
    padding: 6px 12px;
    min-width: 36px;
    margin-top: 0px;
}

.picker-home h2, h3, h4 {
    color: #fff;
}

.btn-tab {
    min-width: 50px;
}

.main-bnr-picker {
    text-align: left;
}

    .main-bnr-picker h5 {
        margin-top: 15px;
    }

.main-bnr-text {
    padding-top: 20%;
}

    .main-bnr-text .btn {
        margin-top: 10px;
    }

.btn-tab.focus, .btn-tab:focus {
    background-color: #008FCC;
}

.k-autocomplete {
    width: 100%;
    border-radius: 0;
    border-color: none;
}

#wrap {
    background-color: #f2f2f2;
}

ul.products > li {
    background-color: #fff;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    margin-bottom: 20px;
}

.product-item h3 {
    color: inherit;
}

.picker-home h2, h3, h4 {
    color: inherit;
}

.full-price {
    text-decoration: line-through;
}

.discount-price {
    font-size: 20px;
    font-weight: 700;
    color: #008fcc;
}

.discount {
    color: #ab0303;
    font-weight: 600;
}

ul.price-list li {
    margin-bottom: 6px;
}

fieldset {
    margin-top: 40px;
}

.form-control {
    margin-bottom: 10px;
}



.flash {
    -webkit-animation: highlight .8s ease-out;
    animation: highlight .8s ease-out;
}

@-webkit-keyframes highlight {
    0% {
        background-color: #FFFF66;
    }

    100% {
        background-color: #f2f2f2;
    }
}

@keyframes highlight {
    0% {
        background-color: #FFFF66;
    }

    100% {
        background-color: #f2f2f2;
    }
}

.well {
    border: 0;
    border-radius: inherit;
}

.optional-cost-container.optional-cost-container-total, .the-total-cost {
    border-bottom: #111 double;
    border-top: #111 1px solid;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-top: 4px;
}


ul.bullet-list, ul.bullet-list li ul {
    list-style: disc;
    margin: initial;
    padding: 0 0 0 20px;
}

ul.bullet-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

    ul.bullet-list li {
        list-style: inherit;
        display: list-item;
        margin: initial;
        padding: initial;
    }

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.btn-2 {
    background: #fff;
    color: #111;
    border-color: #fff;
}

    .btn-2:hover {
        background: #fff;
        color: #3dc5df;
    }

.bottom-column {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dob-year.form-control {
    padding-right: 10px;
}

.doctor-in h4 {
    text-transform: inherit;
    letter-spacing: inherit;
}

.doctor-teamOP ul.row {
    margin-bottom: 0px;
}

li.overflow-hidden img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

li.overflow-hidden {
    overflow: hidden;
}

section.doctor-teamOP {
    background-color: white;
}

footer h4 {
    color: #3dc5df;
}

footer p, footer .links a, footer .timing p span {
    color: #b2b2b2;
}

footer .small-info .social_icons li a {
    background-color: #fff;
    color: #111;
}

.main-bnr-bg {
    z-index: 1;
}

.why-choose-bnr-bg {
    background: url(../images/why-choose-travel-insure.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    position: absolute;
    height: 100%;
    left: 0;
}

.main-bnr img.floating-insurers {
    width: 205px;
    height: 362px;
    position: absolute;
    right: 40px;
    top: 120px;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

.personal-info img {
    padding-left: 40px;
}



/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
    margin-top: 40px;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #3dc5df;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #47b1db;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 13px 0;
            background: #fff;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #3dc5df;
                border-radius: 0;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #fff;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

/* Helpers */
.padding-none {
    padding: 0px !important;
}

.padding {
    padding: 10px !important;
}

.padding-sm {
    padding: 5px !important;
}

.padding-lg {
    padding: 22px !important;
}

.padding-xl {
    padding: 40px !important;
}

.padding-top-none {
    padding-top: 0px !important;
}

.padding-top {
    padding-top: 10px !important;
}

.padding-top-sm {
    padding-top: 5px !important;
}

.padding-top-lg {
    padding-top: 22px !important;
}

.padding-top-xl {
    padding-top: 40px !important;
}

.padding-right-none {
    padding-right: 0px !important;
}

.padding-right {
    padding-right: 10px !important;
}

.padding-right-sm {
    padding-right: 5px !important;
}

.padding-right-lg {
    padding-right: 22px !important;
}

.padding-right-xl {
    padding-right: 40px !important;
}

.padding-bottom-none {
    padding-bottom: 0px !important;
}

.padding-bottom {
    padding-bottom: 10px !important;
}

.padding-bottom-sm {
    padding-bottom: 5px !important;
}

.padding-bottom-lg {
    padding-bottom: 22px !important;
}

.padding-bottom-xl {
    padding-bottom: 40px !important;
}

.padding-left-none {
    padding-left: 0px !important;
}

.padding-left {
    padding-left: 10px !important;
}

.padding-left-sm {
    padding-left: 5px !important;
}

.padding-left-lg {
    padding-left: 22px !important;
}

.padding-left-xl {
    padding-left: 40px !important;
}

.margin-none {
    margin: 0px !important;
}

.margin {
    margin: 10px !important;
}

.margin-sm {
    margin: 5px !important;
}

.margin-lg {
    margin: 22px !important;
}

.margin-xl {
    margin: 40px !important;
}

.margin-top-none {
    margin-top: 0px !important;
}

.margin-top {
    margin-top: 10px !important;
}

.margin-top-sm {
    margin-top: 5px !important;
}

.margin-top-lg {
    margin-top: 22px !important;
}

.margin-top-xl {
    margin-top: 40px !important;
}

.margin-right-none {
    margin-right: 0px !important;
}

.margin-right {
    margin-right: 10px !important;
}

.margin-right-sm {
    margin-right: 5px !important;
}

.margin-right-lg {
    margin-right: 22px !important;
}

.margin-right-xl {
    margin-right: 40px !important;
}

.margin-bottom-none {
    margin-bottom: 0px !important;
}

.margin-bottom {
    margin-bottom: 10px !important;
}

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

.margin-bottom-lg {
    margin-bottom: 22px !important;
}

.margin-bottom-xl {
    margin-bottom: 40px !important;
}

.margin-left-none {
    margin-left: 0px !important;
}

.margin-left {
    margin-left: 10px !important;
}

.margin-left-sm {
    margin-left: 5px !important;
}

.margin-left-lg {
    margin-left: 22px !important;
}

.margin-left-xl {
    margin-left: 40px !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-top-none {
    border-top: none !important;
}

.text-sm {
    font-size: 12px !important;
}

.text-base {
    font-size: 14px !important;
}

.text-md {
    font-size: 16px !important;
}

.text-lg {
    font-size: 18px !important;
}

.mega-space {
    padding-top: 80px;
}
.default-layout-container {
padding:100px 0;
}
.default-layout-container .timing {
    margin-top: 0px;
    margin-bottom: 30px;
}
    .default-layout-container .timing p {
    line-height:28px;
    }

.contact {
    padding-top:0px;
}
#accordion .panel-default > .panel-heading a {
    font-size: 18px;
}
.blog .text-section {
	text-align: inherit; min-height:inherit;
}
    .blog .text-section a {
    width:auto; padding-bottom:10px;}
.blog {
padding-top:0px;
}
.error {
    border-color: red !important;
}

div.error {
    border: 1px solid red !important;
}

label.errorLabel {
    color: red !important;
}

.k-webkit .k-pager-numbers .k-current-page .k-link,.k-ff .k-pager-numbers .k-current-page .k-link,.k-ie11 .k-pager-numbers .k-current-page .k-link,.k-safari .k-pager-numbers .k-current-page .k-link{width:3.2em;padding:0 .429em 0 .714em;border-radius:0px;border-right:1px solid #ccc;color:#333;background-color:#fff}
.k-autocomplete.k-state-default .k-input, .k-combobox .k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-numeric-wrap.k-state-default .k-input, .k-slider-track, .k-slider-selection, .k-progress-status-wrap{
    box-shadow: none;
    border: 1px solid #f7f7f7;
    border-radius: 0px;
    height: 34px;

}
.k-multiselect-wrap.k-floatwrap{
    box-shadow: none;
    border: 1px solid #f7f7f7;
    border-radius: 0px;
    height:39px;
}

    .k-multiselect-wrap.k-floatwrap ul {
        padding-top: 5px;
        padding-left:5px;
    }
    .k-multiselect.k-state-border-down{
        border-radius:0px
    }
    .k-multiselect-wrap>.k-input {
   color: grey;
   font-size: 14px;
}
    .k-multiselect-wrap>.k-input:focus {
   color: inherit; /* specify the focused input color */
}
    div.ti-autocomplete.error{
        border:none !important;
    }

    .cate li:before {
	content: "";
	background: #e3e3e3;
	height: 6px;
	width: 6px;
	left: 0px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	position: absolute;
	margin-top: 20px;
}
    .cate li {
	float: left;
	width: 100%;
	padding-left: 15px;
	line-height: 44px;
	position: relative;
}

    .cate {
	display: inline-block;
	width: 100%;
}
