/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
(17017,8952): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(20514,1): run-time error CSS1019: Unexpected token, found '}'
(22486,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(22487,8): run-time error CSS1035: Expected colon, found '{'
(22494,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(22495,8): run-time error CSS1035: Expected colon, found '{'
(22507,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(22508,8): run-time error CSS1035: Expected colon, found '{'
(22515,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(22516,8): run-time error CSS1035: Expected colon, found '{'
(22901,27): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(23104,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(23105,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(23114,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(23115,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(25228,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(25742,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(25743,8): run-time error CSS1035: Expected colon, found '{'
(25750,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(25751,8): run-time error CSS1035: Expected colon, found '{'
(25763,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(25764,8): run-time error CSS1035: Expected colon, found '{'
(25771,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(25772,8): run-time error CSS1035: Expected colon, found '{'
(26157,27): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(26360,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(26361,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(26370,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(26371,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(28484,23): run-time error CSS1039: Token not allowed after unary operator: '-vh'
 */
/*! jQuery UI - v1.11.4 - 2016-06-05
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureactive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* 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); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and img */
.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-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.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;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	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 {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and img */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/Themes/Eavar.com/Content/css/img/ui-icons_555555_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Themes/Eavar.com/Content/css/img/ui-icons_555555_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/Themes/Eavar.com/Content/css/img/ui-icons_777777_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/Themes/Eavar.com/Content/css/img/ui-icons_777620_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/Themes/Eavar.com/Content/css/img/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/Themes/Eavar.com/Content/css/img/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Themes/Eavar.com/Content/css/img/ui-icons_cc0000_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/*******************************************************************************
 *              bootstrap-rtl (version 3.3.4)
 *      Author: Morteza Ansarinia (http://github.com/morteza)
 *  Created on: August 13,2015
 *     Project: bootstrap-rtl
 *   Copyright: Unlicensed Public Domain
 *******************************************************************************/

html {
  direction: rtl;
}
body {
  direction: rtl;
}
.flip.text-left {
  text-align: right;
}
.flip.text-right {
  text-align: left;
}
.list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
.list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse,
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
.col-xs-pull-0 {
  left: auto;
  right: auto;
}
.col-xs-push-12 {
  right: 100%;
  left: 0;
}
.col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
.col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
.col-xs-push-9 {
  right: 75%;
  left: 0;
}
.col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
.col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
.col-xs-push-6 {
  right: 50%;
  left: 0;
}
.col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
.col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
.col-xs-push-3 {
  right: 25%;
  left: 0;
}
.col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
.col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
.col-xs-push-0 {
  right: auto;
  left: 0;
}
.col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
caption {
  text-align: right;
}
th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
.radio label,
.checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
.radio-inline,
.checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
.form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
.caret {
  margin-right: 2px;
  margin-left: 0;
}
.dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  float: right;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.btn-group > .btn:first-child {
  margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group {
  float: right;
}
.btn-group.btn-group-justified > .btn,
.btn-group.btn-group-justified > .btn-group {
  float: none;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn .caret {
  margin-right: 0;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.input-group .form-control {
  float: right;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
.input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.nav {
  padding-right: 0;
  padding-left: initial;
}
.nav-tabs > li {
  float: right;
}
.nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
.nav-pills > li {
  float: right;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  .navbar-left.flip {
    float: right !important;
  }
  .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
  }
  .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.pagination {
  padding-right: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-right: 0;
  padding-left: initial;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: auto;
  left: -21px;
}
.progress-bar {
  float: right;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.media-right,
.media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
.media-left,
.media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
.media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
.list-group {
  padding-right: 0;
  padding-left: initial;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  right: 0;
  left: auto;
}
.close {
  float: left;
}
.modal-footer {
  text-align: left;
}
.modal-footer.flip {
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.popover {
  left: auto;
  text-align: right;
}
.popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.carousel-control {
  right: 0;
  bottom: 0;
}
.carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
.carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.pull-right.flip {
  float: left !important;
}
.pull-left.flip {
  float: right !important;
}
/*# sourceMappingURL=bootstrap-rtl.css.map */

div#ipa-messages {
    position: fixed;
    right: 0;
    top: -36px;
    width: 420px;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#ipa-messages span {
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
}
#ipa-messages .alert {
    padding: 10px 10px;
}
 #ipa-messages i{
    vertical-align: middle;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }


.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.form-control {
  box-shadow: none;
  background-image: none;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border-color: #aaa;
  box-shadow: none !important;
  outline: none;
}

.btn {
  background-image: none;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #e20a16;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn:hover {
  background-color: #c20a16;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
  background-color: #009688;
  color: #fff;
}

/********************************************
            Unique Pages
********************************************/

/* Search Page */

.searchWrapper {
  background-color: #f4f4f4;
}

.searchWrapper .post-category {
  position: absolute;
  top: 15px;
}

.searchPageTitleWrapper {
  margin: -50px 0 20px;
}

.searchPageTitleWrapper h1 {
  color: #4d4d4d;
  font-size: 32px;
  font-weight: 400;
  display: inline;
  margin: 0 0 50px 0;
  float: right;
}

.searchPageTitleWrapper h1 span {
  color: #e20a16;
  font-size: 32px;
  font-weight: 600;
  padding: 0 5px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
}

.searchWrapper > .container {
  padding: 0;
}

.searchWrapper .goDown {
  float: left;
  cursor: pointer;
  z-index: 994;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.searchWrapper .goDown:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.searchWrapper .goDown i {
  color: #e20a16;
  margin: 0;
  font-size: 24px;
}

.searchWrapper .newsbox {
  clear: both;
  overflow: hidden;
}

.newsbox .topicTitle a {
  color: #000;
  line-height: 23px;
  font-size: 15px;
}

.newsbox .writer {
  font-size: 12px;
  color: #bababa;
}

.newsbox .writer a {
  color: #bababa;
}

.newsbox p {
  color: #3c3c3c;
  font-size: 13px;
  line-height: 27px;
}

.newsDetailes {
  margin: 0 0px;
  overflow: hidden;
  padding: 0 0px;
  direction: rtl;
}

.newsDetailes li {
  display: inline-block;
  color: #cbcbcb;
  font-size: 8px;
  margin: 0 0 0 4px;
  vertical-align: middle;
  position: relative;
}

.newsDetailes li.dateTime {
  font-size: 11px;
}

.newsDetailes li:after {
  content: "/";
  padding: 0 8px 0 0;
  color: #888;
}

.newsDetailes li.dateTime:after {
  content: "";
}

.newsDetailes li i {
  font-size: 14px;
  vertical-align: middle;
  margin: 0 3px 0 0px;
}

.newsbox {
  line-height: 22px;
  background: #fff;
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.newsbox .inner div:nth-child(2) {
  margin: 15px 0;
  padding: 0 15px;
}

.newsbox:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newsBoxCover {
  background-size: cover;
  background-position: center;
  height: 267px;
}

.post-category {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 9;
}

.post-category a {
  display: inline-block;
  padding: 4px 8px 4px 12px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #d13030;
  color: #fff;
  margin-bottom: 2px;
  font-size: 12px;
}

.post-category a:hover {
  background-color: #333;
}

/************ Comment Section **************/

.article-comment-row {
  border-top: none;
}

.article-comment-row .comments-header {
  margin-top: 15px;
}

.article-comment-row .comments-header-title {
  float: right;
  font-size: 24px;
  margin: 0 0 15px;
}

.article-comment-row .comments-header-tools {
  float: left;
  margin-left: 10px;
}

.article-comment-row ol.commentlist {
  float: left;
  list-style: outside none none;
  margin: 0;
  width: 100%;
}

.article-comment-row .divid {
  margin: 0 5px;
  color: #ccc;
}

.article-comment-row .total-count {
  font-family: YekanNumbers, IRANSans;
  font-size: 14px;
  color: #999;
}

.article-comment-row .btn-refresh {
  border: 0 none;
  background: transparent;
  color: rgb(144, 144, 144);
  font-size: 14px;
  color: #999;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.article-comment-row .btn-refresh:hover {
  color: #f48020;
}

.glyphicon-refresh.animated {
  color: #f48020;
  -webkit-animation: refresh-animation 0.5s linear infinite;
  animation: refresh-animation 0.5s linear infinite;
}

.article-comment-row ol.commentlist li {
  /*margin: -10px 0;
    padding: 5px;*/
  overflow: hidden;
  word-wrap: break-word;
}

.article-comment-row .comment-inner:after {
  clear: both;
  content: "";
  display: block;
}

.article-comment-row .comment-inner {
  /*margin-bottom: 10px;*/
  padding: 20px 0 20px;
  line-height: 28px;
  border-bottom: solid 1px #eee;
}

.article-comment-row .comment-avatar {
  float: right;
  width: 70px;
  margin-left: 30px;
}

.article-comment-row .avatar {
  background-color: #fff;
  display: block;
}

.article-comment-row .comment-avatar img {
  border-radius: 50%;
  overflow: hidden;
  width: 76px;
  height: 70px;
  padding: 0;
}

.comment-details {
  margin-right: 80px;
  margin-left: 8px;
}

.article-comment-row .comment-meta {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.cmdUserName {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.article-comment-row .comment-meta .comment-date {
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding-right: 30px;
  font-weight: 200;
}

.comment-link {
}

.article-comment-row .comment-meta .comment-link {
  color: #999;
  font-size: 13px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.article-comment-row .comment-meta .comment-link:hover {
  color: #f48020;
}

.article-comment-row .comment-meta .is-waiting-to-confirm {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.article-comment-row ol.commentlist li ul {
  list-style: outside none none;
  margin: 0 0;
}

.article-comment-row ol.commentlist .children {
  padding-right: 110px;
}

.article-comment-row .comment-tools {
  margin-bottom: 15px;
  margin-top: 11px;
  overflow: hidden;
}

.article-comment-row .comment-tools button {
  color: #999;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article-comment-row .comment-tools button[disabled] {
  cursor: not-allowed;
}

.article-comment-row .comment-tools button.like:hover {
  color: #00bcbb;
}
.article-comment-row .comment-tools button.dislike:hover {
  color: #e20a16;
}
.article-comment-row .comment-tools button i {
  vertical-align: middle;
}
/*   .article-comment-row .comment-tools button.like {
            color: green;
        }

        .article-comment-row .comment-tools button.dislike {
            color: #F48020;
        }*/

.article-comment-row .comment-tools button {
  color: #7c7c7c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.comment-btn-row {
  text-align: center;
  padding: 0 0 10px;
  clear: both;
  overflow: hidden;
}
.comment-btn-row .pagination-box .costumizPagintonTitle {
  padding-right: 0;
}
.comment-btn-row .pagination-box .row {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
}
.comment-btn-row .pagination > li > a,
.comment-btn-row .pagination > li > span {
  font-size: 15px;
}
.comment-btn-row .pagination-box .costumizPaginton {
  float: left;
  padding-left: 0;
}
.article-comment-row .btn-default {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  border: solid 1px #ddd;
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 15px 0;
  width: 50%;
  line-height: 90%;
  text-shadow: none;
}

.article-comment-row .btn-default:hover,
.article-comment-row .btn-default:focus {
  background: #e20a16;
  border-color: #e20a16;
  color: #fff;
}

.article-comment-row .nav-tabs {
  border-bottom: 0 !important;
}

.article-comment-row .nav-tabs > li {
  float: right;
}

.article-comment-row .nav-tabs > li > a {
  /*border: 0;*/
  border-radius: 0;
  line-height: 150%;
  margin-left: 2px;
  margin-right: 0;
  margin-top: -4px;
  padding-top: 5px;
  color: #333;
  padding-right: 0;
  padding-left: 20px;
}

/*.nav-tabs > li > a:hover {
    border: 0 !important;
}*/

.article-comment-row .nav-tabs > li > a:hover,
.article-comment-row .nav-tabs > li > a:focus {
  color: #f48020;
  background: none;
  border-top: 4px solid #ddd;
}

.article-comment-row .nav-tabs > li.active > a,
.article-comment-row .nav-tabs > li.active > a:hover,
.article-comment-row .nav-tabs > li.active > a:focus {
  border: none;
  border-top: 4px solid #f48020;
  color: #f48020;
}

.comment-form-box label {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 500 !important;
  color: #444;
}

.ccounter {
  line-height: 22px;
  margin: 15px 0 0 0;
  color: #999;
  font-size: 13px;
}

.coverImg {
  height: 700px;
  background-repeat: no-repeat;
}

.sendBtn {
  border: none;
  border-radius: 0px;
  position: relative;
  top: 0;
  left: 0;
  clear: both;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #aaa;
}

.comment-form-box {
  position: relative;
  margin-bottom: 50px;
}

.comment-form-box textarea {
  border-radius: 0;
  resize: none;
  max-height: 200px;
  line-height: 24px;
}

.comment-form-box .alert {
  background-color: #eee;
  line-height: 14px;
  min-height: 42px;
}

.fix_LeftContainer {
  bottom: auto;
  left: 39px;
  margin-top: 5px !important;
  position: fixed;
  top: 0;
}

.absolute_LeftContainer {
  position: absolute;
  bottom: 0;
}

.articleContent {
  font-size: 14px;
  line-height: 27px;
  text-align: justify;
}

.article-comment-row .nav-tabs > li.active > a,
.article-comment-row .nav-tabs > li.active > a:hover,
.article-comment-row .nav-tabs > li.active > a:focus {
  border: none;
  border-top: 0 solid #e20a16;
  color: #e20a16;
}

.article-comment-row .nav-tabs > li > a:hover,
.article-comment-row .nav-tabs > li > a:focus {
  color: #e20a16;
  background: none;
  border-top: 0 solid #ddd;
}

/************** All Tours Page *************/
.mapbtn {
  background-color: transparent;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #4d4d4d;
  min-width: 100px;
  position: absolute;
  padding: 5px 7px;
  border-radius: 3px;
}

.mapbtn:hover {
  color: #e20a16;
}

.mapbtn.northAmericaMap {
  top: 35%;
  left: 27%;
}

.mapbtn.southAmericaMap {
  top: 70%;
  left: 34%;
}

.mapbtn.europeMap {
  top: 33%;
  left: 47%;
}

.mapbtn.africaMap {
  top: 54%;
  left: 48%;
}

.mapbtn.asiaMap {
  top: 37%;
  left: 60%;
}

.mapbtn.australiaMap {
  top: 74%;
  left: 70%;
}

@media only screen and (max-width: 992px) {
  .mapbtn.northAmericaMap {
    top: 36%;
    left: 15%;
  }

  .mapbtn.southAmericaMap {
    top: 67%;
    left: 25%;
  }

  .mapbtn.europeMap {
    top: 35%;
    left: 45%;
  }

  .mapbtn.africaMap {
    top: 54%;
    left: 47%;
  }

  .mapbtn.asiaMap {
    top: 35%;
    left: 65%;
  }

  .mapbtn.australiaMap {
    top: 71%;
    left: 79%;
  }
}

.img-des-pos {
  max-width: 25%;
  height: auto;
  position: absolute;
  top: 50%;
  margin: -13% 0 0 5%;
}

.text-des-pos {
  position: absolute;
  top: 50%;
  right: 35%;
  margin: -4% 0 0 -18%;
  color: darkslategrey;
  font-size: 15px;
}

.leftarrow-Des {
  width: 100%;
  height: 100px;
  /*background-image: url(/Themes/Eavar.Com/Content/Css/img/Leftarrow.svg);*/
  background-repeat: no-repeat;
  background-position: 20%;
  background-size: 50px;
  float: right;
  position: relative;
}

.bestDestinations a {
  height: 60px;
  line-height: 60px;
  display: block;
  padding-right: 80px;
  color: #666;
  font-size: 15px;
}

.bestDestinations i {
  font-size: 28px;
  color: #ddd;
  float: left;
  position: absolute;
  left: 10px;
  top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mapContainer img {
  /*background-color: #d5d5d5;*/
  height: 100%;
  position: absolute;
  width: 100%;
}

.mapContainer {
  margin-top: 50px;
  position: relative;
  min-height: 500px;
}

.middleLineTitle {
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 15px 0;
}

.middleLineTitle span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.middleLineTitle:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  background-color: #82674c;
  width: 100%;
  content: "";
}

.monthsLink a {
  padding: 40px 0;
  text-align: center;
  font-size: 23px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border: solid 8px #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 12px;
  background-color: #ddd;
}

.monthsLink a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.monthsLink a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.monthsLink a:nth-child(1) {
  background-color: #7ab14c;
}

.monthsLink a:nth-child(1):before {
  bottom: -20px;
  left: -25px;
  background: url(/Themes/Eavar.com/Content/css/Img/spring.png) no-repeat;
  background-size: 60% !important;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.monthsLink a:nth-child(1):hover:before {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}

.monthsLink a:nth-child(2) {
  background-color: #9dcd57;
}

.monthsLink a:nth-child(2):before {
  top: -130px;
  left: -40px;
  background: url(/Themes/Eavar.com/Content/css/Img/spring.png) no-repeat;
  background-size: 50% !important;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.monthsLink a:nth-child(2):hover:before {
  -webkit-transform: rotate(95deg) scale(1.1);
  transform: rotate(95deg) scale(1.1);
}

.monthsLink a:nth-child(3) {
  background-color: #6eaf39;
}

.monthsLink a:nth-child(3):before {
  top: -150px;
  right: -210px;
  background: url(/Themes/Eavar.com/Content/css/Img/spring.png) no-repeat;
  background-size: 50% !important;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(190deg);
  transform: rotate(190deg);
}

.monthsLink a:nth-child(3):hover:before {
  -webkit-transform: rotate(200deg) scale(1.2);
  transform: rotate(200deg) scale(1.2);
}

.monthsLink a:nth-child(4) {
  background-color: #f29b16;
}

.monthsLink a:nth-child(4):before {
  top: -10px;
  right: -15px;
  background: url(/Themes/Eavar.com/Content/css/Img/summer.png) no-repeat;
  background-size: 100px !important;
  -webkit-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.monthsLink a:nth-child(4):hover:before {
  -webkit-transform: rotate(90deg) scale(1.6);
  transform: rotate(90deg) scale(1.6);
}

.monthsLink a:nth-child(5) {
  background-color: #f49730;
}

.monthsLink a:nth-child(5):before {
  width: 50%;
  top: -10px;
  left: 60%;
  background: url(/Themes/Eavar.com/Content/css/Img/summer.png) no-repeat;
  background-size: 60px !important;
  -webkit-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.monthsLink a:nth-child(5):hover:before {
  -webkit-transform: rotate(60deg) scale(1.7);
  transform: rotate(60deg) scale(1.7);
}

.monthsLink a:nth-child(6) {
  background-color: #e8621b;
}

.monthsLink a:nth-child(6):before {
  width: 50%;
  top: 50px;
  left: -20px;
  background: url(/Themes/Eavar.com/Content/css/Img/summer.png) no-repeat;
  background-size: 80px !important;
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.monthsLink a:nth-child(6):hover:before {
  -webkit-transform: rotate(60deg) scale(1.5);
  transform: rotate(60deg) scale(1.5);
}

.monthsLink a:nth-child(7) {
  background-color: #ad192f;
}

.monthsLink a:nth-child(7):before {
  width: 70%;
  top: 40px;
  left: -15px;
  background: url(/Themes/Eavar.com/Content/css/Img/autumn.png) no-repeat;
  background-size: 100px !important;
  -webkit-transform-origin: 0 100px;
  transform-origin: 0 100px;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

.monthsLink a:nth-child(7):hover:before {
  -webkit-transform: rotate(8deg) scale(1.3);
  transform: rotate(8deg) scale(1.3);
}

.monthsLink a:nth-child(8) {
  background-color: #880e33;
}

.monthsLink a:nth-child(8):before {
  width: 70%;
  top: -140px;
  left: 10px;
  background: url(/Themes/Eavar.com/Content/css/Img/autumn.png) no-repeat;
  background-size: 90px !important;
  -webkit-transform-origin: 0 100px;
  transform-origin: 0 100px;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.monthsLink a:nth-child(8):hover:before {
  -webkit-transform: rotate(140deg) scale(1.2);
  transform: rotate(140deg) scale(1.2);
}

.monthsLink a:nth-child(9) {
  background-color: #cc3755;
}

.monthsLink a:nth-child(9):before {
  width: 70%;
  top: -110px;
  right: -170px;
  background: url(/Themes/Eavar.com/Content/css/Img/autumn.png) no-repeat;
  background-size: 70px !important;
  -webkit-transform-origin: 0 100px;
  transform-origin: 0 100px;
  -webkit-transform: rotate(190deg);
  transform: rotate(190deg);
}

.monthsLink a:nth-child(9):hover:before {
  -webkit-transform: rotate(200deg) scale(1.3);
  transform: rotate(200deg) scale(1.3);
}

.monthsLink a:nth-child(10) {
  background-color: #0c7e99;
}

.monthsLink a:nth-child(10):before {
  width: 50%;
  top: -10px;
  left: 60%;
  background: url(/Themes/Eavar.com/Content/css/Img/winter.png) no-repeat;
  background-size: 60px !important;
  -webkit-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.monthsLink a:nth-child(10):hover:before {
  -webkit-transform: rotate(60deg) scale(1.9);
  transform: rotate(60deg) scale(1.9);
}

.monthsLink a:nth-child(11) {
  background-color: #0d6b91;
}

.monthsLink a:nth-child(11):before {
  top: -10px;
  right: -15px;
  background: url(/Themes/Eavar.com/Content/css/Img/winter.png) no-repeat;
  background-size: 100px !important;
  -webkit-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.monthsLink a:nth-child(11):hover:before {
  -webkit-transform: rotate(90deg) scale(1.5);
  transform: rotate(90deg) scale(1.5);
}

.monthsLink a:nth-child(12) {
  background-color: #05919e;
}

.monthsLink a:nth-child(12):before {
  width: 50%;
  top: 50px;
  left: 120px;
  background: url(/Themes/Eavar.com/Content/css/Img/winter.png) no-repeat;
  background-size: 80px !important;
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.monthsLink a:nth-child(12):hover:before {
  -webkit-transform: rotate(60deg) scale(1.3);
  transform: rotate(60deg) scale(1.3);
}

.destinations li {
  list-style: outside none none;
  margin-left: 0;
  margin-top: 8px;
}

.destinations li a {
  color: #000;
  border-right: solid 2px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.destinations li a span {
  font-size: 80%;
  color: #999;
  padding: 0 5px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.destinations li a:hover {
  border-color: #e20a16;
  padding-right: 10px;
}

.destinations li a:hover span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#destinationWrapper {
  background-color: #f1f1f1;
  margin-top: 50px;
}

.destinations {
  background-image: url(/Themes/Eavar.com/Content/css/Img/globe.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 75%;
  padding-bottom: 35%;
  padding-top: 20px;
  margin-top: 10px;
}

.destinations h3.middleLineTitle span {
  background-color: #cacacc;
}

.destinations h4 {
  color: black;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 5px;
}

.img-bestDestinations > div {
  padding: 15px 10px;
}

.img-bestDestinations .bestDestinationHolder {
  background-size: contain !important;
}

.img-bestDestinations > div:nth-child(1) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/paris.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(2) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/italy.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(3) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/swiss.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(4) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/spain.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(5) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/africa.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(6) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/Germany.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(7) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/Austria.png) no-repeat right center;
  background-size: 55px !important;
  background-position-y: 5px;
}

.img-bestDestinations > div:nth-child(8) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/brasil.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(9) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/canada.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(10) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/Poland.png) no-repeat right center;
}

.img-bestDestinations > div:nth-child(11) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/japan.png) no-repeat right center;
  background-size: 55px !important;
  background-position-y: 0px;
}

.img-bestDestinations > div:nth-child(12) > .bestDestinationHolder {
  background: url(/Themes/Eavar.Com/Content/Css/img/Sign%20city/australian.png) no-repeat right center;
}

.img-bestDestinations > div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-bestDestinations > div:hover {
  background-color: #eee;
}

.img-bestDestinations > div:hover a {
  color: #e20a16;
}

.img-bestDestinations > div:hover a i {
  color: #222;
}

/************ All Tours Advanced Search ************/

.ToursFilter {
  position: relative;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 114px;
  margin-bottom: 0;
  margin-top: 37px;
  z-index: 99;
}

.tourContent,
.articleContent {
  padding-top: 50px;
}

.ToursFilterInner {
  background: #f2f2f3;
  margin-top: -35px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -114px;
}

.title {
  color: #e20513;
  text-align: center;
  font-size: 46px;
  margin-bottom: 25px;
  font-weight: bold;
}

.subtitle {
  color: #838588;
  display: block;
}

.ToursFilter .title {
  background: url(/Themes/Eavar.Com/Content/Css/Img/Title-Tours.png) no-repeat center center;
  height: 84px;
}

.Gallerybxslider {
  direction: ltr;
}

.bx-wrapper {
  direction: ltr;
}

.ToursFilter .bx-wrapper .bx-viewport {
  box-shadow: 0 0 0 #ccc;
  border: none;
  left: 0;
  background: none;
}

.Gallerybxslider ul.ImageList {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.ImageList .captionSlider {
  font-size: 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  padding: 6px;
  direction: rtl;
  text-align: right;
  right: 10px;
  text-shadow: 0 2px 3px #000000;
  top: auto;
  line-height: 29px;
}

.HoverText {
  width: 100%;
  background: #279b38;
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  color: #fff;
  text-align: right;
  padding: 0;
  z-index: 999;
  line-height: 18px;
  padding: 10px;
  direction: rtl;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

.ToursFilter .HoverText {
  background: #279b38;
}

.SliderverticalMenu .HoverText {
  background: #e20513;
  font-size: 14px;
  line-height: 22px;
}

.TourInfo {
  height: 87px;
  overflow: hidden;
  display: block;
}

.SliderverticalMenu .ImageList .captionSlider {
  /*font-size: 30px;*/
  line-height: 33px;
  width: 90%;
  font-size: 23px;
}

.ImageList .captionSlider {
  font-family: IRANSans;
}

.ltr {
  text-align: left;
  display: block;
}

.ToursFilter .bx-wrapper .bx-prev {
  left: -18px;
  background: url(/Themes/Eavar.Com/Content/Css/Img/GalleryArrows.png) no-repeat 0 0;
  width: 20px;
}

.ToursFilter .bx-wrapper .bx-next {
  right: -18px;
  background: url(/Themes/Eavar.Com/Content/Css/Img/GalleryArrows.png) no-repeat -23px 0;
  width: 20px;
}

.ToursFilter .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.ToursFilter .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ee1c24 !important;
}

.filterBox {
  background: #e20613;
  padding: 9px 0;
  color: #fff;
  box-shadow: 2px 5px 9px 1px #ccc;
  -moz-box-shadow: 2px 5px 9px 1px #ccc;
  -webkit-box-shadow: 2px 5px 9px 1px #ccc;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: 0 0;
  display: inline-block;
  width: 100%;
}

.filterBox h3 {
  padding: 5px 10px 0;
}

.filterBox .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #e20a16;
  border-color: #e20a16;
  text-shadow: 0 0 0;
}

.filterBox .btn-default,
.filterBox .btn-default,
.filterBox .btn-default,
.filterBox .btn-default.active,
.filterBox .open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.filterBox .btn-default .caret {
  border-top-color: #fff;
}

.filterBox .dropdown-menu li {
  color: #e20613;
  padding: 0 7px;
}

.filterBox .slider {
  display: block;
  vertical-align: middle;
  position: relative;
  margin: 6px auto;
}

.filterBox .tooltip-inner {
  max-width: 200px;
  padding: 1px 8px;
  color: #e20613;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
}

.filterBox .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
}

.filterBox .SelectPlace {
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 8px;
}

.checkboxList {
  float: right;
}

.filterBox .btn-group > .btn,
.filterBox .btn-group-vertical > .btn {
  position: relative;
  float: right;
  font-size: 15px;
  background: transparent;
  box-shadow: 0 0 0;
}

.filterBox .btn-group {
  width: 100%;
}

.checkboxList {
  float: right;
  margin: 12px 12px 0;
  line-height: 28px;
}

.checkboxList input[type="radio"] {
  float: right;
  margin: 8px 0 0 4px;
}

.checkboxList li {
  position: relative;
}

.filterBox input[type="checkbox"] {
  display: none;
}

.filterBox .formatCheckbox span.replaceCheckBox {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 6px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #f0f0f0;
}

.filterBox
  .formatCheckbox
  input[type="checkbox"]:checked
  + span.replaceCheckBox {
  background-color: #fff;
}

.filterBox .formatCheckbox span.replaceCheckBox,
.filterBox
  .formatCheckbox
  input[type="checkbox"]:checked
  + span.replaceCheckBox {
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

.filterBox hr {
  margin-top: 12px;
  margin-bottom: 11px;
  border: 0;
  border-top: 1px solid #b5b4b6;
}

.filterBox .slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-filter: none;
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border: 5px solid #fff !important;
  background: #7f7070 !important;
}

.filterBox .slider .tooltip.top {
  margin-top: -30px;
}

.filterBox .slider {
  display: block;
  vertical-align: middle;
  position: relative;
  margin: 20px auto 0;
}

.filterBox .slider-track-low,
.filterBox .slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ccc;
}

.ShowType {
  position: relative;
  position: absolute;
  top: -113px;
  color: #e20613;
  width: 193px;
  direction: ltr;
  float: right;
}

.ShowType span {
  display: block;
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
  padding-right: 11px;
  font-weight: bold;
}

.ShowType ul {
  clear: both;
  display: block;
  text-align: center;
  direction: rtl;
}

.ShowType li {
  border: 2px solid #bfbfbf;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webjit-border-radius: 5px;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 30px;
  padding-top: 1px;
  display: inline-block;
  text-align: center;
  box-shadow: 2px 5px 9px 1px #ccc;
  -moz-box-shadow: 2px 5px 9px 1px #ccc;
  -webkit-box-shadow: 2px 5px 9px 1px #ccc;
  margin: 0 3%;
  line-height: 46px;
  cursor: pointer;
  background-color: #ccc;
}

.ShowType li i {
  margin-left: 0;
  margin-top: 4px;
  display: block;
}

.ShowType {
  position: absolute;
  top: -100px;
  color: #e20613;
  z-index: 9999;
}

.filterBox {
  margin-top: 10px;
}

.filterContent#ShowType2 ul {
  display: none;
}

.filterContent#ShowType3 ul {
  display: block;
}

.filterContent#ShowType3 table {
  display: none;
}

.filterContent#ShowType4 ul {
  display: block;
}

.filterContent#ShowType4 table {
  display: none;
}

.ShowType li.showThisType {
  background: #ffc6c6;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  border: 2px solid #e20613;
}

.likerow {
  line-height: 30px;
}

.likerow .btn {
  text-shadow: none;
  background-image: none;
  border: none !important;
  box-shadow: none !important;
  font-size: 12px;
  padding: 0 10px !important;
  vertical-align: middle;
  background-color: #fff !important;
  color: #999;
  border-radius: 0;
}

.likerow .btn:hover {
  color: #222;
}

/*Slidser*/

.range-sliders {
  margin: 0 15px 15px;
}

.dateSlider .ui-rangeSlider-container {
  background: #c1c1c1 !important;
  border: none !important;
  height: 10px !important;
  box-shadow: 0 0 0 !important;
  border-radius: 4px !important;
  margin: 0 !important;
}

.dateSlider .ui-rangeSlider-bar {
  background: #68a1d6 !important;
  height: 95% !important;
}

.dateSlider .ui-rangeSlider-arrow {
  width: 14px !important;
  cursor: pointer !important;
  display: none !important;
}

.dateSlider .ui-rangeSlider-handle {
  width: 26px !important;
  height: 26px !important;
  background: #6e6e6e !important;
  cursor: col-resize !important;
  border-radius: 100% !important;
  border: 7px solid #fff !important;
  top: -6px !important;
}

.dateSlider .ui-rangeSlider-bar {
  background: #fff !important;
  height: 95% !important;
  margin: 1px 0 !important;
  box-shadow: 0 0 0 !important;
}

.dateSlider .ui-rangeSlider-label {
  background: #fff !important;
  bottom: 48px !important;
  padding: 4px 3px;
}

.ui-rangeSlider-label {
  color: #e10717 !important;
}

.ui-rangeSlider-label-value {
  font-size: 12px;
}

.sliderCont {
  width: 95%;
  margin: auto;
}

.filterResults li a {
  background: #fff;
  display: inline-block;
  box-shadow: 4px 4px 11px 1px #a6a6a6;
  -moz-box-shadow: 4px 4px 11px 1px #a6a6a6;
  -webkit-box-shadow: 4px 4px 11px 1px #a6a6a6;
  overflow: hidden;
  position: relative;
  border: 15px solid #fff;
  width: 100%;
}

.filterResults .captionSlider {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  padding: 6px;
  direction: rtl;
  text-align: right;
  right: 0;
  text-shadow: 0 2px 3px #000000;
  top: auto;
  line-height: 38px;
  word-wrap: break-word;
  margin: auto;
  left: 0;
}

.filterResults li {
  margin-bottom: 20px;
  height: 213px;
}

.filterResults li img {
  /*width: 100%;*/
  height: 100%;
  left: 25%;
  position: relative;
}

.filterResults li a {
  display: block;
  height: 100%;
  background-size: cover;
}

.filterResults li:hover .HoverText {
  top: 0;
}

.filterArrows {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  border: none;
  background-color: transparent;
}

.bx-prev.filterArrows {
  right: 3px;
  background: url(/Themes/Eavar.Com/Content/Css/img/GalleryArrows.png) no-repeat -23px 0;
  width: 20px;
}

.bx-next.filterArrows {
  left: -20px;
  background: url(/Themes/Eavar.Com/Content/Css/img/GalleryArrows.png) no-repeat 0 0;
  width: 20px;
}

.filterContainer {
  position: relative;
}

.ui-rangeSlider {
  height: 30px;
  padding-top: 40px;
  width: 95%;
  margin: auto;
}

.serializedCity p {
  word-break: break-all;
  line-height: 25px;
}

.PlacesList .ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 6px 7px 5px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(/Themes/Eavar.Com/Content/Css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  font-size: 13px;
}

.PlacesList .ui-widget-content {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid red;
  border-radius: 3px;
  color: #333333;
  margin-top: 2px;
}
/************************************/
.filterContent#ShowType3 .HoverText p {
  word-break: break-all;
  line-height: 25px;
  color: #7c7c7e;
}

.filterContent#ShowType3 .HoverText {
  position: relative;
  width: 41%;
  float: left;
  height: auto;
  margin-right: 15px;
  color: #000;
  background: transparent;
  top: 0 !important;
  height: 148px;
  overflow: hidden;
}

.filterContent#ShowType3 li {
  width: 50%;
  margin-bottom: 30px;
}

.filterContent#ShowType3 .filterResults li img {
  width: 240px;
  height: 240px;
  float: right;
  padding: 15px;
  background: #fff;
  box-shadow: 5px 5px 9px 1px #a6a6a6;
  left: 0;
}

.filterContent#ShowType3 .filterResults .captionSlider {
  font-size: 17px;
  position: relative;
  bottom: auto;
  width: 42%;
  z-index: 999;
  color: #484848;
  padding: 6px;
  direction: rtl;
  text-align: right;
  margin-right: 15px;
  text-shadow: 0 0 0;
  top: 0;
  line-height: 28px;
  word-wrap: break-word;
  right: 0;
  display: inline-block;
  max-height: 90px;
  overflow: hidden;
}

.filterContent#ShowType3 .filterResults li a {
  border: none;
  -webkit-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

/*.filterContent#ShowType3 .filterResults li:hover a {
    border: 6px solid #279b38;
}*/

.filterContent#ShowType3 .captionSlider span {
  margin: 0 0;
  display: inline-block;
  color: #e20613;
}

.filterContent#ShowType3 .table .HoverText {
  position: relative;
  width: 98%;
  float: right;
  height: auto;
  margin-right: 15px;
  color: #000;
  background: #ffffff;
  display: table;
  padding: 0;
  margin-top: 6px;
}
/*****************************/
.filterContent.table ul {
  display: table;
}

.filterContent#ShowType3 .table .filterResults li img {
  display: none;
}

.filterContent#ShowType3 .table li {
  display: table-cell;
}

.filterContent#ShowType3 .table .filterResults .captionSlider {
  font-size: 17px;
  position: relative;
  bottom: auto;
  width: 98%;
  z-index: 999;
  color: #484848;
  padding: 6px;
  direction: rtl;
  text-align: right;
  margin-right: 15px;
  text-shadow: 0 0 0;
  top: 0;
  line-height: 42px;
  word-wrap: break-word;
  background: #fff;
  right: 0;
  display: table-row;
}

.filterContent#ShowType3 .table .filterResults li a {
  border: 6px solid #279b38;
}

.filterContent#ShowType3 .table .HoverText p {
  line-height: 25px;
  display: table-cell;
  margin-left: 16px;
  display: inline-table;
}

.filterContent#ShowType3 .table .HoverText {
  position: relative;
  width: 67%;
  float: right;
  height: auto;
  margin-right: 15px;
  color: #000;
  background: #ffffff;
}
/****************************************************************************************/
.filterContent#ShowType3 .table .filterResults li a {
  border: 3px solid #279b38;
}

.filterContent#ShowType3 .table .captionSlider span {
  font-size: 25px;
  margin: 7px 9px;
  display: inline-block;
  border-bottom: 1px solid #b0d6b6;
}

.tableHeader {
  background: #279b38;
}

.table .tableHeader th {
  color: #fff;
  text-align: center;
}

.table td span {
  color: #064d15;
}

.table tbody tr td {
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  border-left: 1px solid #279b36;
  border-bottom: 1px solid #279b36;
  background: #fff;
  border-top: 1px solid #279b36;
  color: #064d15;
  position: relative;
}

.table tbody tr td:first-child {
  border-top-right-radius: 5px;
}

.table tbody tr td:last-child {
  border-top-left-radius: 5px;
}

.table tbody tr td:first-child {
  border-bottom-right-radius: 5px;
}

.table tbody tr td:last-child {
  border-bottom-left-radius: 5px;
}

.table tbody tr th:first-child {
  border-top-right-radius: 5px;
  text-align: center;
}

.table tbody tr th:last-child {
  border-top-left-radius: 5px;
}

.table tbody tr th:first-child {
  border-bottom-right-radius: 3px;
}

.table tbody tr th:last-child {
  border-bottom-left-radius: 5px;
}

.table .englishtitle {
  color: #e62135;
}

.table td:first-child {
  /*border-right: 1px solid #279b36;
    text-align: right;
    padding-right: 41px !important;*/
}

.table td:first-child p {
  clear: both;
}

.table {
  width: 98%;
  margin: auto;
}

.table td p.price {
  line-height: 26px;
}

.filterContent#ShowType1 table,
.filterContent#ShowType1 ul {
  display: none;
}

.filterContent#ShowType2 table {
  display: block;
  border-collapse: separate;
  border-spacing: 0 3px;
}

.filterContent#ShowType2 table tr {
  background: #fff;
  border: 1px solid #279b36;
  margin: 5px 0;
  border-radius: 3px;
}

.filterContent#ShowType2 table tr.tableHeader {
  background: #279b36;
}

table {
  counter-reset: rowNumber;
}

table tr.tbody {
  counter-increment: rowNumber;
}

table tr.tbody td:first-child:before {
  content: counter(rowNumber);
  min-width: 19px;
  margin: 0 1px;
  height: 100%;
  border-left: 1px solid #279b36;
  position: absolute;
  /* padding-right: 1em; */
  right: 0;
  top: 0;
  vertical-align: middle;
  text-align: center;
  padding-top: 15%;
}
/*************************************************/
.filterContent#ShowType2 ul {
  display: none;
}

.filterContent#ShowType3 ul {
  display: block;
}

.filterContent#ShowType3 table {
  display: none;
}

.filterContent#ShowType4 ul {
  display: block;
}

.filterContent#ShowType4 table {
  display: none;
}

.ShowType li.showThisType {
  background: #ffc6c6;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  border: 2px solid #e20613;
}

.likerow .btn {
  text-shadow: none;
  background-image: none;
  border: none;
  font-size: 12px;
  padding: 1px 7px 7px;
  vertical-align: middle;
  background-color: transparent !important;
  border-radius: 0;
}

.likerow a.btn {
  padding: 0px 10px;
}

.likerow a.btn:hover,
.likerow a.btn:focus {
  background-color: transparent;
}

.likerow i {
  position: relative;
}

.container.imagePreview {
  margin-top: 0;
}

.PlacesList .ui-state-hover,
.PlacesList .ui-widget-content .ui-state-hover,
.PlacesList .ui-widget-header .ui-state-hover,
.PlacesList .ui-state-focus,
.PlacesList .ui-widget-content .ui-state-focus,
.PlacesList .ui-widget-header .ui-state-focus {
  background: #e20513;
  color: #fff;
  border: none;
}

.AgeList select {
  border: 1px solid #e20513;
  width: 58px;
  border-radius: 3px;
  margin-right: 0;
  text-align: center;
}

.adcRoomBtn {
  background: #e20513;
  width: 30px;
  border: none;
  padding: 0;
  color: #fff;
  border-radius: 3px;
  margin-top: 0;
  bottom: 0px;
  height: 30px;
  font-size: 20px;
  vertical-align: middle;
  line-height: 15px;
  margin: 0 0px;
}
/***************************************/

.roomContainer {
  position: relative;
  min-height: 32px;
  padding-left: 0;
}

ul.AgeList {
  padding: 3px 10px 3px !important;
  background: #ffeced;
  margin: 0 0 10px;
  float: left;
  position: relative;
  font-size: 12px;
  line-height: 23px;
  border-radius: 3px;
  border: 1px solid #e20513;
  clear: none;
  display: inline-block;
  width: 100%;
}

ul.AgeList.whioutRoom {
  overflow: hidden;
  padding: 3px 10px 3px !important;
  background: #ffeced;
  margin: 2px 0 0;
  float: left;
  position: relative;
  font-size: 12px;
  line-height: 23px;
  border-radius: 3px;
  border: 1px solid #e20513;
  clear: none;
  display: inline-block;
}

ul.childAgeList {
  padding: 13px 5px !important;
  border-radius: 3px;
  position: relative;
  width: 170px;
  border: 1px solid #e20513;
  margin: 10px 0;
  right: -50px;
}
/****************************************/
ul.childAgeList:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e20513;
  top: -5px;
  left: 50%;
}

.QuickSearch .filterTabContent .childAgeList label {
  text-align: right;
  font-size: 13px;
  width: 79px;
}

.removeRoom {
  border: none;
  background: none;
  background: #e20513;
  color: #fff;
  border-radius: 100%;
  height: 22px;
  position: absolute;
  left: -7px;
  text-align: center;
  top: -7px;
}

ul.AgeList li i.fa.fa-remove {
  margin: 0;
}

.QuickSearch .filterTabContent ul.childAgeList li {
  display: block;
}

.dateTimeContainer label {
  width: 81px;
  text-align: right;
  display: inline-block;
  float: right;
  margin-top: 6px;
}

.QuickSearch .flightPlace label {
  width: 47px;
}

.QuickSearch .cityTarget label {
  width: 75px;
}

.coverOfGallery {
  position: relative;
  top: -51px;
}

.coverOfGallery img {
  width: 100%;
  border: none;
  padding: 0;
}

.captcha {
  width: 100%;
}

.captchaBox {
  position: relative;
}

.captchaBox .col-sm-10 {
  width: 100% !important;
  max-width: unset !important;
}

.captchaBox .btn-default {
  left: 50px !important;
}

.captchaBox img#CaptchaImage {
  float: left;
  margin-left: 5px;

  line-height: 40px !important;
  max-width: 100%;
  border: none;
  padding: 0 !important;

  height: 36px !important;
  margin-top: 2px;
}

.captchaBox div:first-child {
  padding: 0;
  margin: 0;
  width: unset;
  position: absolute;
  left: 0;
  z-index: 2;
}

.captchaBox .btn-default:hover,
.captchaBox .btn-default:focus,
.captchaBox .btn-default:active,
.captchaBox .btn-default.active,
.captchaBox .open .dropdown-toggle.btn-default {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.captchaBox input {
  outline: none;
  width: 100% !important;
}

.captchaBox input:focus,
.captchaBox input:hover {
  border: 1px solid #e6e6e6 !important;
}

.captchaBox .btn-default {
  font-size: 15px;
  padding: 0 5px;
  border: none !important;
  background: none;
  background-color: transparent;
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: none;
  background: none !important;
  width: 50px !important;
}

.captchaBox button.btn-default i {
  color: #b9b9b9;
  font-size: 13px;
  position: absolute;
  right: 0;
}

.captchaBox button.btn-default:hover i {
  color: #e20a16;
  font-size: 13px;
}

.form-group {
  margin-bottom: 15px;
  /*overflow: hidden;*/
}

#ArticleDetails .form-group {
  margin-bottom: 15px;
  overflow: visible;
}

ul.section-bullets li a h2.bulletTitle {
  top: -4px;
  background: #e20513;
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
  display: none;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  position: relative;
  right: 10px;
  font-size: 15px;
}

ul.section-bullets li a h2.bulletTitle:before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #e20513;
  content: "";
  position: absolute;
  right: -5px;
  top: 5px;
}

ul.section-bullets li.active h2.bulletTitle {
  display: block;
}

ul.section-bullets li a:hover h2.bulletTitle {
  display: block;
}

.tourContent .tourGallery img {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 100%;
}

.tourContent .tourGallery a {
  padding: 0px 0 0 5px;
  height: 160px;
  margin: 0 0 5px 0;
  overflow: hidden;
}

.tourGallery {
  overflow: hidden;
  padding: 0 15px;
  margin: 15px 0;
}

.FlightDetails th {
  text-align: center;
  background: #d0d0d0;
  padding: 3px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  color: #f20513;
}

.FlightDetails th:first-child {
  border-radius: 0 5px 5px 0;
  border-right: none;
}

.FlightDetails th:last-child {
  border-radius: 5px 0 0 5px;
  border-left: none;
}

.FlightDetails td:first-child {
  border-radius: 0 5px 5px 0;
}

.FlightDetails td:last-child {
  border-radius: 5px 0 0 5px;
}

.title p {
  display: inline-block;
}

.FlightDetails td {
  text-align: center;
  color: #696969;
  border: 2px solid #c5c5c5;
  font-size: 14px;
  background: #ffffff;
  vertical-align: middle;
}

.FlightDetails {
  clear: both;
  width: 98%;
  margin: 5px auto;
}

.FlightDetails tbody:before {
  content: " ";
  display: block;
  line-height: 1px;
  color: transparent;
}

td.starsNum i {
  color: rgb(245, 190, 16);
}

/*DatePicker styles*/

/*End *DatePicker styles*/
header.affix {
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}

/*header.affix #bs-navbar .topheader_menu li, header.affix .layoutMenu {
        box-shadow: 0 1px 5px #ccc;
        -moz-box-shadow: 0 1px 5px #ccc;
        -webkit-box-shadow: 0 1px 5px #ccc;
    }*/

.PlacesList {
  width: 100%;
  position: absolute;
  z-index: 1;
  margin-top: 3px;
  right: 0;
  border: 1px solid #e30613;
  z-index: 9;
  background: #fff;
  display: none;
}

.PlacesList li {
  cursor: pointer;
  color: #333;
  font-size: 12px;
  padding: 4px;
}

.selected {
  background: #e30613;
}

/*.ui-autocomplete {
    
    background: #fff !important;
}

    .ui-autocomplete.ui-menu li {
        font-family: IranSans !important;
        padding: 6px 5px;
        font-size: 12px;
    }

    .ui-autocomplete .ui-state-hover, .AutoCompleteList .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 {
        border: 1px solid #f19b9b;
        background: #ffcdcd;
        font-weight: normal;
        color: #2b2b2b;
    }*/

/*********** Tour Search Result Pages ************/

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
}

.panel-heading {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #e70916;
  font-size: 18px;
  margin: 0 !important;
  /* overflow: hidden; */
  padding: 0;
  width: 100%;
  display: inline-block;
}

.lastPlaceIntroduce .cb-module-header {
  float: right;
}

.LatestNews .inner {
  display: block;
  overflow: hidden;
}

.LatestNewsTopic {
  color: #ffffff;
  display: inline-block;
  float: right;
  padding: 13px 18px;
  position: relative;
  background: #e70916;
}

h1.LatestNewsTopic {
  font-size: 18px;
}

.LatestNewsTopic:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: -1px;
  position: absolute;
  right: 0;
  background: #e70916;
}

.newsDetailes .ReportNews {
  background: #e70d1a none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  min-width: 103px;
  padding: 2px 5px;
  text-align: center;
}

.lastPlaceIntroduce .panel-body {
  background: #fff;
  line-height: 20px;
  padding: 0;
}

.lastPlaceIntroduce .lastnewsbox {
  clear: both;
  overflow: hidden;
  padding: 0 12px 0 0px;
  height: 79px;
  margin-bottom: 1px;
}

.selectType {
  text-align: center;
  direction: rtl;
}

.selectType li {
  border: 2px solid #bfbfbf;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webjit-border-radius: 5px;
  color: #e20513;
  width: 35px;
  height: 35px;
  font-size: 22px;
  padding-top: 1px;
  display: inline-block;
  text-align: center;
  box-shadow: 2px 5px 9px 1px #ccc;
  -moz-box-shadow: 2px 5px 9px 1px #ccc;
  -webkit-box-shadow: 2px 5px 9px 1px #ccc;
  line-height: 37px;
  cursor: pointer;
  background-color: #ccc;
  margin: 0 1px;
}

.selectType li.showThisType {
  background: #ffc6c6;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  border: 2px solid #e20613;
}

.selectType li i {
  margin: 0;
}

.theiaStickySidebar .topicTitle {
  font-size: 13px;
}

.tourGroup table {
  width: 100%;
}

.filterBox h3,
.filterBox .h3 {
  font-size: 17px;
}

.post-category {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 9;
}

.post-category a {
  display: inline-block;
  padding: 4px 8px 4px 12px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #d13030;
  color: #fff;
  margin-bottom: 2px;
  font-size: 12px;
}

.post-category a:hover {
  background-color: #333;
}

.newsbox img {
  height: auto;
  max-width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-bullets h2 {
  padding-right: 9px;
}

.articleContent .breadcrumb {
  background-color: transparent;
}

.articleContent img {
  max-width: 100%;
  height: auto;
}

.articleContent .breadcrumb a {
  color: #6c6c6c;
}

.articleContent h1 {
  border-bottom: 1px solid #becad4;
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 44px;
}

.articleContent .cb-author a {
  color: #999;
}

.articleContent {
  position: relative;
}

.authorDetails {
  color: #999;
  vertical-align: middle;
}

.authorDetails img {
  width: 56px;
  height: 56px;
  float: right;
}

#listType2 .compare i.fa.fa-align-justify {
  color: #fff;
}

#listType2 .compare i.fa.fa-plus-circle,
#listType2 .compare i.fa-search {
  color: #ff8a8a;
  background: #279b38;
}

#listType2 span.compare {
  position: absolute;
  bottom: 6px;
  left: 6px;
  color: #484848;
}

#listType1 span.compare {
  float: left;
  /* margin-bottom: 5px; */
  position: absolute;
  left: 0;
  bottom: 0;
  /* font-size: 12px; */
}

.compare i.fa.fa-plus-circle {
  z-index: 9;
  position: absolute;
  margin: 0;
  display: block;
  color: #ff8a8a;
  font-size: 16px;
  background: #fff;
  bottom: 4px;
  border-radius: 100%;
  right: -4px;
}

.compare i.fa.fa-align-justify {
  font-size: 22px;
  z-index: 9;
  right: 0;
  top: 0;
  color: #999;
}

.compare i.fa-search {
  z-index: 9;
  position: absolute;
  margin: 0;
  display: block;
  color: #ff8a8a;
  font-size: 16px;
  background: #fff;
  bottom: 6px;
  border-radius: 100%;
  right: -4px;
}

button:focus,
button:active {
  outline: 0 !important;
}

table.compareTable {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border: none;
}

table.compareTable img {
  max-width: 100%;
}

.compareTable td {
  border: none;
  padding: 10px;
}

.compareTable > tbody > tr > td {
  border-bottom: none;
  border-left: none;
  border-left: 0;
  line-height: 26px;
  font-size: 13px;
  background: #f3f4f6;
  overflow: auto;
}

.compareTable > tbody > tr:hover > td {
  background: rgba(227, 6, 19, 0.12);
}

.compareTable > thead > tr > th:first-child {
  border: none;
}

.compareTable > tbody > tr:last-child > td {
  border-bottom: none;
  border-left: none;
  border-left: 0;
  line-height: 26px;
  font-size: 13px;
}

.compareTable > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}

.compareTable > tbody > tr:first-child > td {
  border-top: none;
}

.compareTable > tbody > tr > td:last-child,
.compareTable > thead > tr > th:last-child {
  border-left: 1px solid #ddd;
}

/*.compareTable > thead > tr > th {
padding: 10px 10px 24px 10px;
    border: none;
    border: 1px solid #ddd;
    border-left: none;
    position: relative;
}*/

.removeTour {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 23px;
  background-color: #f3f3f3;
  border-radius: 100%;
  height: 17px;
  z-index: 10;
  cursor: pointer;
}

.removeTour i {
  color: #c1c1c1;
  margin: 0;
}

.compareTable .btn.red {
  max-width: 100%;
}

.compareTable_wrapper {
  overflow: hidden;
}

.fullwidth #listType2 .tourBox {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  float: right;
}

.fullwidth .HoverText {
  width: 90%;
  height: 257px;
  /* border: 15px solid #fff; */
  padding: 0;
  position: absolute;
  overflow: hidden;
  padding: 12px;
  right: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
  margin: 0 auto;
  right: 0;
}

.fullwidth #listType2 .tourBox .HoverText > a {
  background: #2c9b3c !important;
  height: auto;
  box-shadow: 4px 4px 11px 1px #a6a6a6;
  -moz-box-shadow: 4px 4px 11px 1px #a6a6a6;
  -webkit-box-shadow: 0 0 0 0 #a6a6a6;
  color: #fff;
}

.compareTourList .autocompelete_list .ui-menu-item > span {
  display: block;
  padding: 6px;
  text-align: right;
  line-height: 17px;
  border-bottom: 1px dashed #dadada;
  /* background: #ccc; */
}

.cityImage {
  background: #000;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.imageContent {
  height: 300px;
}

.weather-info {
  text-align: right;
  color: #fff;
  font-size: 18px;
  padding: 20px;
}

span.weatherIcon {
  /* float: right; */
  display: inline-block;
  background: url(/Themes/Eavar.Com/Content/Css/Img/weatherIcon.png) right center;
  padding-right: 50px;
}

span.weatherIcon {
  /* float: right; */
  display: inline-block;
  background: url(/Themes/Eavar.Com/Content/Css/Img/weatherIcon.png) right center;
  padding-right: 28px;
  background-repeat: no-repeat;
  background-size: 22px;
  margin: 0 8px;
  text-shadow: 0 2px 2px #000000;
}

.weather-info i {
  vertical-align: middle;
}

.DestinationName {
  font-size: 30px;
}

.breadcrumb {
  padding: 16px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

p {
  line-height: 26px;
  margin: 0 0 10px;
}

.bookingSearchInDestination section.quickSearchWithTop {
  margin: 20px 0 0 0;
}

.destinationSlider li {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center top;
}

.destinationSlider_wrapper .bx-wrapper .bx-controls-direction a {
  background: none;
  text-indent: 0;
  top: 47%;
}

.destinationSlider_wrapper .bx-wrapper .bx-controls-direction a i {
  color: #fff;
  font-size: 60px;
}

.destinationSlider_wrapper .bx-wrapper .bx-pager {
  bottom: -30px;
}

.destinationSlider_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #e30613;
}

.bookingSearchInDestination div#tabs-container {
  margin-top: 0;
  width: 100%;
}

.destinationTitle {
  font-size: 22px;
}

.destinationSlider_wrapper .bx-wrapper .bx-viewport {
  left: 0;
}

.destinationSlider_wrapper {
  overflow: hidden;
  padding-bottom: 40px;
}

.filterTabContent .select2-container {
  width: 100% !important;
}

.filterTabContent .select2-container--default .select2-selection--single {
  border: 1px solid #e30613;
}

.popover {
  font-family: IRANSans;
}

.popover button.btn.btn-default {
  padding: 3px 7px;
  margin: 0 2px;
}

.eavarTheme button {
  margin: 0 0 0 4px;
  padding: 3px 5px;
  font-weight: 100;
}

.eavarTheme button.close {
  position: absolute;
  left: 0;
  top: 0;
  background: #444;
}

.eavarTheme button.closeDialog {
  position: absolute;
  top: -10px;
  right: -9px;
  background: #ff3019;
  background: -webkit-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff3019),
    color-stop(100%, #cf0404)
  );
  background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
  border: 3px solid white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019',endColorstr='#cf0404',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ff0000);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 23px;
  padding: 0 1px;
  line-height: 2px;
  font-size: 11px;
  width: 23px;
  text-align: center;
}

.popover {
  margin-left: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.51);
  /* opacity: .9; */
  z-index: 1000;
}

.eavarTheme button {
  font-size: 12px;
}

.eavarTheme .popover-content {
  padding: 9px 14px;
  font-size: 13px;
  line-height: 24px;
  /* border-bottom: 1px dashed #e8e8e8; */
}

.tableBehavor {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableRow {
  display: table-row;
}

.tableCol {
  display: table-cell;
}

.tableBehavor .tableCol {
  padding: 10px;
  border: none;
  border: 1px solid #ddd;
  border-left: none;
  position: relative;
  vertical-align: bottom;
}

.tableBehavor .tableCol h3 a {
  font-size: 15px;
  line-height: 25px;
}

.tableBehavor .tableCol h3 {
  text-align: center;
  width: 100%;
  padding: 0;
  right: 0;
  overflow: hidden;
}

.tableBehavor .tableCol h3 a {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #696969;
}

.fixed.tableBehavor .tableCol {
  padding: 0;
  vertical-align: middle;
}

.fixed.tableBehavor .tableCol h3 a {
  font-size: 13px;
}

.fixed.tableBehavor .removeTour {
  left: 3px;
  top: 3px;
  font-size: 17px;
  z-index: 10;
  cursor: pointer;
}

.tableBehavor .tableCol img {
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
  max-width: 100%;
}

.tableBehavor .tableCol {
  border-bottom-width: 1px;
  /*vertical-align: middle;*/
  text-align: center;
}

.tableBehavor .tableCol:first-child {
  border-right: 0;
  border-top: 0;
}

.tableBehavor .tableCol:last-child {
  border-left: 1px solid #ddd;
}

.compareTable > thead > tr > th,
.compareTable > thead > tr > td {
  border: none;
}

.tableBehavor.fixed {
  display: table;
  width: 60%;
  table-layout: fixed;
  position: fixed;
  top: 50px;
  /* top: 0; */
  margin: auto;
  left: 0;
  right: 0;
  background: #fff;
}

.tableBehavor.fixed img {
  display: none;
}

.tableBehavor .tableCol .btn.red {
  max-width: 100%;
  padding: 3px 8px;
  margin-bottom: 4px;
  font-size: 12px;
}

.tableBehavor .tableCol input[type="text"] {
  margin-bottom: 5px;
  max-width: 100%;
}

.fixed.tableBehavor .tableCol input[type="text"] {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 28px;
}

.tourGroup {
  min-height: 500px;
}

.post-category-sidebar {
  background: red;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.post-category-sidebar a {
  color: #fff;
}

.newsbox h4 a {
  color: #444;
  font-size: 15px;
  line-height: 24px;
}

.filterResults .img {
  background-size: cover;
  width: 240px;
  height: 240px;
  display: block;
}

.newsbox .inner div:nth-child(2) {
  margin: 15px 0;
  padding: 0 15px;
}

.compare button.btn {
  border: none;
  background: none;
  color: #ccc;
  position: relative;
  width: 30px;
  height: 30px;
}

.compare button.btn:hover i.fa-plus-circle,
.compare button.btn:hover i.fa-search {
  color: red;
}

.compare button.btn:hover i.fa-align-justify {
  color: #555;
}

.compare button.btn i {
  position: absolute;
}

.tourState-Closed {
  background-image: url(/Themes/Eavar.Com/Content/Css/img/deadLineStatus.png);
  width: 200px;
  height: 96px;
  display: block;
  position: absolute;
  top: -58px;
  right: -198px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  transform: rotate(10deg);
  -ms-transform: rotate(10deg); /* IE 9 */
  -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
}

.tourState-Canceled {
  background-image: url(/Themes/Eavar.Com/Content/Css/img/cancelStatus.png);
  width: 53%;
  height: 96px;
  display: block;
  position: absolute;
  top: 30%;
  left: 27%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.btn.red {
  background-color: #e20513;
  border-color: #e20513;
  color: #fff;
  /*background-image: -webkit-linear-gradient(top, #ee434d 0%, #E30613 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee434d), to(#E30613));
    background-image: linear-gradient(to bottom, #ee434d 0%, #E30613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee434d', endColorstr='#E30613', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
}

.boxmenu {
  top: 0;
}

.AccountForm {
  margin-top: 180px;
  margin-bottom: 100px;
}

.AccountForm span.accountAlert {
  position: relative;
  /* text-align: center; */
  font-size: 18px;
  text-align: center;
  display: block;
  color: #4c4c4c;
}

.AccountForm .form-group {
  overflow: hidden !important;
  position: relative;
}

.AccountContainer:before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e20513;
  content: "";
  position: absolute;
  top: -15px;
  right: 10px;
}

.AccountContainer {
  padding: 23px;
  background: #f3f3f3;
  position: relative;
  border-top: 5px solid #e20513;
  border-radius: 3px;
  margin-top: 40px;
  padding: 30px 15px 15px !important;
}

.AccountForm span.accountAlert:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f111";
  font-size: 11px;
  margin: 0px 0px 0px 8px;
  color: #e20513;
}

.AccountForm .field-validation-error {
  position: relative;
  font-size: 11px;
  padding: 10px 5px 0;
  color: red;
  left: 0;
  bottom: 0;
  clear: both;
  margin: 0;
}

@media (min-width: 1200px) {
  .AccountContainer {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
  }

  .AccountForm span.accountAlert {
    width: 25%;
    margin: auto;
    text-align: right;
  }
}

#listType2 .compare i.fa.fa-align-justify {
  color: #fff;
}

#listType2 .compare i.fa.fa-plus-circle,
#listType2 .compare i.fa-search {
  color: #ff8a8a;
  background: #279b38;
}

#listType2 span.compare {
  position: absolute;
  bottom: 6px;
  left: 6px;
  color: #484848;
}

#listType1 span.compare {
  float: left;
  /* margin-bottom: 5px; */
  position: absolute;
  left: 0;
  bottom: 0;
  /* font-size: 12px; */
}
/********************************************
            Media Queries
********************************************/

@media only screen and (max-width: 992px) {
  .filterResults li img {
    width: 100%;
    left: 0;
  }

  .filterContent#ShowType3 .filterResults li img {
    width: 46% !important;
  }

  .filterContent#ShowType3 .HoverText {
    position: relative;
    width: 46% !important;
    float: right !important;
  }

  .filterContent#ShowType3 .filterResults .captionSlider {
    width: 46% !important;
  }

  .boxmenu {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 999;
    right: 0;
  }

  div.fullwidth .HoverText {
    width: 94%;
  }

  div.filterBox {
    margin-top: 100px;
    margin-bottom: 15px;
  }

  .tourSlider a {
    height: 230px;
    width: 100%;
    display: block;
    background-size: cover;
  }

  .bxslider-Ivarname-container .bx-wrapper .bx-viewport {
    height: 230px !important;
  }

  .largeImage {
    height: 230px;
  }

  .pad15LR_sm {
    padding-right: 15px !important;
    padding-right: 15px !important;
  }

  div.filterContent#ShowType3 li {
    width: 100%;
    height: auto;
  }

  div.filterContent#ShowType3 .filterResults .captionSlider {
    width: 100%;
  }

  ul.childAgeList:before {
    left: 90%;
  }

  .QuickSearch #tab-1 input[type="text"],
  .QuickSearch #tab-1 input[type="number"] {
    width: 100%;
  }

  ul.childAgeList {
    right: 0 !important;
  }

  div.lastPlaceIntroduce .lastnewsbox {
    height: auto;
  }

  div.mainContentGallery ul li img {
    height: 100%;
    position: relative;
  }

  div.mainContentGallery ul {
    width: auto;
  }

  div.mainContentGallery ul li {
    float: right;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 220px !important;
  }

  div.mainContentGallery {
    overflow: hidden;
  }

  .QuickSearch .filterTabContent label {
    width: 100%;
    text-align: left;
    margin-left: 4px;
    display: inline-block;
    margin-top: 5px;
  }

  .LabelDraw {
    left: -33px;
  }

  .ToursFilter .bx-wrapper .bx-viewport {
    left: 0;
  }

  .QuickSearch .filterTabContent input[type="text"] {
    width: 100%;
    height: 35px;
    text-align: right;
  }

  .QuickSearch .filterTabContent label {
    text-align: right;
  }

  .slider.slider-horizontal {
    width: 100%;
  }

  .registerBtn {
    position: absolute;
    z-index: 999;
    width: 103px;
    top: -6px;
  }

  .iconCont {
    position: relative;
    width: 100%;
    clear: both;
    float: right;
    margin: 7px 0;
  }

  .QuickSearch .filterTabContent input[type="text"] {
    width: 100%;
  }

  .ShowType {
    position: absolute;
    top: 22px;
    color: #e20613;
    z-index: 9999;
  }

  .filterBox {
    margin-top: 100px;
  }
}

@font-face {
	font-family: 'ElegantIcons';
	src:url(/Themes/Eavar.Com/Content/Css/newFonts/ElegantIcons.eot);
	src:url(/Themes/Eavar.Com/Content/Css/newFonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),
		url(/Themes/Eavar.Com/Content/Css/newFonts/ElegantIcons.woff) format('woff'),
		url(/Themes/Eavar.Com/Content/Css/newFonts/ElegantIcons.ttf) format('truetype'),
		url(/Themes/Eavar.Com/Content/Css/newFonts/ElegantIcons.svg#ElegantIcons) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.aparat:before {
    content: "\e92b";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}

	

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.0
date:      	11/02/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(/Content/Lib/revolutionSlider/revolution/fonts/revicons/revicons.eot?5510888);src:url(/Content/Lib/revolutionSlider/revolution/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(/Content/Lib/revolutionSlider/revolution/fonts/revicons/revicons.woff?5510888) format('woff'),url(/Content/Lib/revolutionSlider/revolution/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(/Content/Lib/revolutionSlider/revolution/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(/Content/Lib/revolutionSlider/revolution/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(/Content/Lib/revolutionSlider/revolution/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(/Content/Lib/revolutionSlider/revolution/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(/Content/Lib/revolutionSlider/revolution/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(/Content/Lib/revolutionSlider/revolution/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(/Content/Lib/revolutionSlider/revolution/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(/Content/Lib/revolutionSlider/revolution/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(/Content/Lib/revolutionSlider/revolution/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(/Content/Lib/revolutionSlider/revolution/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
	color:#0084B4!important;
}

.tp-caption.Twitter-Content a:hover
{
	color:#0084B4!important;
	text-decoration:underline!important;
}

.tp-caption.medium_grey,.medium_grey
{
	background-color:#888;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	padding:2px 4px;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.small_text,.small_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.medium_text,.medium_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.large_text,.large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:40px;
	font-weight:700;
	line-height:40px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_large_text,.very_large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:60px;
	font-weight:700;
	letter-spacing:-2px;
	line-height:60px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_big_white,.very_big_white
{
	background-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.very_big_black,.very_big_black
{
	background-color:#fff;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:Arial;
	font-size:60px;
	font-weight:700;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_fat,.modern_medium_fat
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_fat_white,.modern_medium_fat_white
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_light,.modern_medium_light
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_big_bluebg,.modern_big_bluebg
{
	background-color:#4e5b6c;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:30px;
	font-weight:800;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:3px 10px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.modern_big_redbg,.modern_big_redbg
{
	background-color:#de543e;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:30px;
	font-weight:300;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:1px 10px 3px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.modern_small_text_dark,.modern_small_text_dark
{
	border-style:none;
	border-width:0;
	color:#555;
	font-family:Arial;
	font-size:14px;
	line-height:22px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.boxshadow,.boxshadow
{		
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}

.tp-caption.black,.black
{
	color:#000;
	text-shadow:none;
}

.tp-caption.noshadow,.noshadow
{
	text-shadow:none;
}

.tp-caption.thinheadline_dark,.thinheadline_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.thintext_dark,.thintext_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Open Sans";
	font-size:16px;
	font-weight:300;
	line-height:26px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largeblackbg,.largeblackbg
{
	
	
	background-color:#000;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largepinkbg,.largepinkbg
{
	
	
	background-color:#db4360;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largewhitebg,.largewhitebg
{
	
	
	background-color:#fff;
	border-radius:0;
	color:#000;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largegreenbg,.largegreenbg
{
	
	
	background-color:#67ae73;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.excerpt,.excerpt
{
	background-color:rgba(0,0,0,1);
	border-color:#fff;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:36px;
	font-weight:700;
	height:auto;
	letter-spacing:-1.5px;
	line-height:36px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
	white-space:normal!important;
	width:150px;
}

.tp-caption.large_bold_grey,.large_bold_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Open Sans";
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.medium_thin_grey,.medium_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:30px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.small_thin_grey,.small_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#757575;
	font-family:"Open Sans";
	font-size:18px;
	font-weight:300;
	line-height:26px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.lightgrey_divider,.lightgrey_divider
{
	background-color:rgba(235,235,235,1);
	background-position:initial;
	background-repeat:initial;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:3px;
	text-decoration:none;
	width:370px;
}

.tp-caption.large_bold_darkblue,.large_bold_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.medium_bg_darkblue,.medium_bg_darkblue
{
	background-color:#34495e;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_bold_red,.medium_bold_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Open Sans";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.medium_light_red,.medium_light_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Open Sans";
	font-size:21px;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-decoration:none;
}

.tp-caption.medium_bg_red,.medium_bg_red
{
	background-color:#e33a0c;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_bold_orange,.medium_bold_orange
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#f39c12;
	font-family:"Open Sans";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	text-decoration:none;
}

.tp-caption.medium_bg_orange,.medium_bg_orange
{
	background-color:#f39c12;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.grassfloor,.grassfloor
{
	background-color:rgba(160,179,151,1);
	border-color:#222;
	border-style:none;
	border-width:0;
	height:150px;
	text-decoration:none;
	width:4000px;
}

.tp-caption.large_bold_white,.large_bold_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.medium_light_white,.medium_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_white,.mediumlarge_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-align:center;
	text-decoration:none;
}

.tp-caption.medium_bg_asbestos,.medium_bg_asbestos
{
	background-color:#7f8c8d;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_light_black,.medium_light_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}

.tp-caption.large_bold_black,.large_bold_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.small_light_white,.small_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:17px;
	font-weight:300;
	line-height:28px;
	padding:0;
	text-decoration:none;
}

.tp-caption.roundedimage,.roundedimage
{
	border-color:#222;
	border-style:none;
	border-width:0;
}

.tp-caption.large_bg_black,.large_bg_black
{
	background-color:#000;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:40px;
	font-weight:800;
	line-height:40px;
	padding:10px 20px 15px;
	text-decoration:none;
}

.tp-caption.mediumwhitebg,.mediumwhitebg
{
	background-color:#fff;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	padding:5px 15px 10px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.maincaption,.maincaption
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#212a40;
	font-family:roboto;
	font-size:33px;
	font-weight:500;
	line-height:43px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_title_60px,.miami_title_60px
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Source Sans Pro";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_subtitle,.miami_subtitle
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:"Source Sans Pro";
	font-size:17px;
	font-weight:400;
	letter-spacing:2px;
	line-height:24px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.divideline30px,.divideline30px
{
	background:#fff;
	background-color:#fff;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}

.tp-caption.Miami_nostyle,.Miami_nostyle
{
	border-color:#222;
	border-style:none;
	border-width:0;
}

.tp-caption.miami_content_light,.miami_content_light
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Source Sans Pro";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_title_60px_dark,.miami_title_60px_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#333;
	font-family:"Source Sans Pro";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_content_dark,.miami_content_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Source Sans Pro";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.divideline30px_dark,.divideline30px_dark
{
	background-color:#333;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}

.tp-caption.ellipse70px,.ellipse70px
{
	background-color:rgba(0,0,0,0.14902);
	border-color:#222;
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	cursor:pointer;
	line-height:1px;
	min-height:70px;
	min-width:70px;
	text-decoration:none;
}

.tp-caption.arrowicon,.arrowicon
{
	border-color:#222;
	border-style:none;
	border-width:0;
	line-height:1px;
}

.tp-caption.MarkerDisplay,.MarkerDisplay
{
	background-color:transparent;
	border-color:#000;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family:"Permanent Marker";
	font-style:normal;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Restaurant-Display,.Restaurant-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:120px;
	font-style:normal;
	font-weight:700;
	line-height:120px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Cursive,.Restaurant-Cursive
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Nothing you could do";
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Description,.Restaurant-Description
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Price,.Restaurant-Price
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:30px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Furniture-LogoText,.Furniture-LogoText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(230,207,163,1.00);
	font-family:Raleway;
	font-size:160px;
	font-style:normal;
	font-weight:300;
	line-height:150px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Plus,.Furniture-Plus
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
	color:rgba(230,207,163,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:6px 7px 4px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Title,.Furniture-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:700;
	letter-spacing:3px;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Subtitle,.Furniture-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Gym-Display,.Gym-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:80px;
	font-style:normal;
	font-weight:900;
	line-height:70px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Gym-Subline,.Gym-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Gym-SmallText,.Gym-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:22;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Fashion-SmallText,.Fashion-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:60px;
	font-style:normal;
	font-weight:900;
	letter-spacing:2px;
	line-height:60px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Fashion-TextBlock,.Fashion-TextBlock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-Display,.Sports-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:130px;
	font-style:normal;
	font-weight:100;
	letter-spacing:13px;
	line-height:130px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-DisplayFat,.Sports-DisplayFat
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:130px;
	font-style:normal;
	font-weight:900;
	line-height:130px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-Subline,.Sports-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:32px;
	font-style:normal;
	font-weight:400;
	letter-spacing:4px;
	line-height:32px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Instagram-Caption,.Instagram-Caption
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Title,.News-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:70px;
	font-style:normal;
	font-weight:400;
	line-height:60px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Subtitle,.News-Subtitle
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:15px;
	font-style:normal;
	font-weight:300;
	line-height:24px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Subtitle:hover,.News-Subtitle:hover
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,0.65);
	text-decoration:none;
}

.tp-caption.Photography-Display,.Photography-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:80px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:70px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-Subline,.Photography-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(119,119,119,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover,.Photography-ImageHover
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Menuitem,.Photography-Menuitem
{
	background-color:rgba(0,0,0,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-decoration:none;
}

.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover
{
	background-color:rgba(0,255,222,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Textblock,.Photography-Textblock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-Subline-2,.Photography-Subline-2
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover2,.Photography-ImageHover2
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Arial;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Title,.WebProduct-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(51,51,51,1.00);
	font-family:Raleway;
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-Content,.WebProduct-Content
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem
{
	background-color:rgba(51,51,51,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.FatRounded,.FatRounded
{
	background-color:rgba(0,0,0,0.50);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:20px 22px 20px 25px;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.FatRounded:hover,.FatRounded:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:70px;
	font-style:normal;
	font-weight:800;
	line-height:70px;
	padding:10px 0;
	text-decoration:none;
}

.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:13px;
	font-style:normal;
	font-weight:500;
	letter-spacing:4px;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-Icon,.NotGeneric-Icon
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.MarkerStyle,.MarkerStyle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Permanent Marker";
	font-size:17px;
	font-style:normal;
	font-weight:100;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Menuitem,.Gym-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0.25);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Button,.Newspaper-Button
{
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:13px;
	font-style:normal;
	font-weight:700;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(168,216,238,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title,.Newspaper-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:center;
	text-decoration:none;
}

.tp-caption.Hero-Button,.Hero-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Hero-Button:hover,.Hero-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.tp-caption.Video-Title,.Video-Title
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Video-SubTitle,.Video-SubTitle
{
	background-color:rgba(0,0,0,0.35);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:12px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Button,.NotGeneric-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Button,.WebProduct-Button
{
	background-color:rgba(51,51,51,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:48px;
	padding:0 40px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(51,51,51,1.00);
	text-decoration:none;
}

.tp-caption.Restaurant-Button,.Restaurant-Button
{
	background-color:rgba(10,10,10,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,224,129,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Gym-Button,.Gym-Button
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Button:hover,.Gym-Button:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Gym-Button-Light,.Gym-Button-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height:15px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover
{
	background-color:rgba(114,168,0,0);
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Sports-Button-Light,.Sports-Button-Light
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Sports-Button-Red,.Sports-Button-Red
{
	background-color:rgba(219,28,34,1.00);
	border-color:rgba(219,28,34,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Button,.Photography-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Photography-Button:hover,.Photography-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Button-2,.Newspaper-Button-2
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:15px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Tour,.Feature-Tour
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Examples,.Feature-Examples
{
	background-color:transparent;
	border-color:rgba(33,42,64,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(33,42,64,0.50);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
	background-color:transparent;
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(139,192,39,1.00);
	text-decoration:none;
}

.tp-caption.subcaption,.subcaption
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(111,124,130,1.00);
	font-family:roboto;
	font-size:19px;
	font-style:normal;
	font-weight:400;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.menutab,.menutab
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:roboto;
	font-size:25px;
	font-style:normal;
	font-weight:300;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.menutab:hover,.menutab:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(213,0,0,1.00);
	text-decoration:none;
}

.tp-caption.maincontent,.maincontent
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:roboto;
	font-size:21px;
	font-style:normal;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.minitext,.minitext
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(185,186,187,1.00);
	font-family:roboto;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Feature-Buy,.Feature-Buy
{
	background-color:rgba(0,154,238,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Buy:hover,.Feature-Buy:hover
{
	background-color:rgba(0,133,214,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Examples-Light,.Feature-Examples-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Facebook-Likes,.Facebook-Likes
{
	background-color:rgba(59,89,153,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:5px 15px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Favorites,.Twitter-Favorites
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Link,.Twitter-Link
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(135,153,165,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:15px;
	padding:11px 11px 9px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Link:hover,.Twitter-Link:hover
{
	background-color:rgba(0,132,180,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Twitter-Retweet,.Twitter-Retweet
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Content,.Twitter-Content
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,47,51,1.00);
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:500;
	line-height:28px;
	padding:30px 30px 70px;
	text-align:left;
	text-decoration:none;
}

.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"]{ 	
	font-family: "Arial", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px;
    margin-bottom: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    
    
    border-radius: 0px;
}


.tp-caption.BigBold-Title,
.BigBold-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 110px;
    line-height: 100px;
    font-weight: 800;
    font-style: normal;
    font-family: Raleway;
    padding: 10px 0px 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button,
.BigBold-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
    color: rgba(41, 46, 49, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 30px 30px 30px 30px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 70px 15px 50px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Video-Title,
.Video-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px
}


.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-style: normal;
    font-family: Raleway;
    padding: 0px 0px 0px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 20px 50px 20px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 3px
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    text-shadow: none
}




.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
    color: rgba(111, 124, 130, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
    color: rgba(41, 46, 49, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
    color: rgba(111, 124, 130, 1.00);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
    color: rgba(111, 124, 130, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.50);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1.00);
    border-color: rgba(41, 46, 49, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Slab";
    padding: 0 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
    color: rgba(168, 216, 238, 1.00);
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
    text-align: left
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    text-shadow: none
}

@media only screen and (max-width: 767px) {
	.revtp-searchform input[type="text"],
	.revtp-searchform input[type="email"],
	.revtp-form input[type="text"],
	.revtp-form input[type="email"] { width: 200px !important; }
}

.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {	
	font-family: "Arial", sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #009aee;
    color: #fff;
    
    
    border-radius: 0px;
}

.tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Concept-Title,
    .Concept-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-SubTitle,
    .Concept-SubTitle {
        color: rgba(255, 255, 255, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family: ""Playfair Display"";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Content,
    .Concept-Content {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-MoreBtn,
    .Concept-MoreBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn:hover,
    .Concept-MoreBtn:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-LessBtn,
    .Concept-LessBtn {
        color: rgba(255, 255, 255, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-LessBtn:hover,
    .Concept-LessBtn:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-SubTitle-Dark,
    .Concept-SubTitle-Dark {
        color: rgba(0, 0, 0, 0.65);
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        font-style: italic;
        font-family: "Playfair Display";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Title-Dark,
    .Concept-Title-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 700;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 10px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 5px
    }
    .tp-caption.Concept-MoreBtn-Dark,
    .Concept-MoreBtn-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 10px 8px 7px 10px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px;
        letter-spacing: 1px;
        text-align: left
    }
    .tp-caption.Concept-MoreBtn-Dark:hover,
    .Concept-MoreBtn-Dark:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.Concept-Content-Dark,
    .Concept-Content-Dark {
        color: rgba(0, 0, 0, 1.00);
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Concept-Notice,
    .Concept-Notice {
        color: rgba(255, 255, 255, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        font-style: normal;
        font-family: "Roboto Condensed";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: none;
        border-width: 2px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Concept-Content a,
    .tp-caption.Concept-Content a:visited {
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content a:hover {
        border-bottom: 1px solid transparent !important;
    }
    .tp-caption.Concept-Content-Dark a,
    .tp-caption.Concept-Content-Dark a:visited {
        color: #000 !important;
        border-bottom: 1px solid #000 !important;
        font-weight: 700 !important;
    }
    .tp-caption.Concept-Content-Dark a:hover {
        border-bottom: 1px solid transparent !important;
    }

    .tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    .tp-caption.Creative-Title,
    .Creative-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 70px;
        line-height: 70px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.Creative-SubTitle,
    .Creative-SubTitle {
        color: rgba(205, 176, 131, 1.00);
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button,
    .Creative-Button {
        color: rgba(205, 176, 131, 1.00);
        font-size: 13px;
        line-height: 13px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 15px 50px 15px 50px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 0.25);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 2px
    }
    .tp-caption.Creative-Button:hover,
    .Creative-Button:hover {
        color: rgba(205, 176, 131, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(205, 176, 131, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 0px 0px 0px 0px
    }

.tp-caption.subcaption,
    .subcaption {
        color: rgba(111, 124, 130, 1.00);
        font-size: 19px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 0, 0, 1.00);
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-shadow: none;
        text-align: left
    }
    .tp-caption.RedDot,
    .RedDot {
        color: rgba(0, 0, 0, 1.00);        
        font-weight: 400;
        font-style: normal;        
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(213, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }
    .tp-caption.RedDot:hover,
    .RedDot:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.75);
        border-color: rgba(213, 0, 0, 1.00);
        border-style: solid;
        border-width: 5px;
        border-radius: 50px 50px 50px 50px
    }

    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }
    .tp-caption.SlidingOverlays-Title,
    .SlidingOverlays-Title {
        color: rgba(255, 255, 255, 1.00);
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }

     .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-Rating,
    .Woo-Rating {
        color: rgba(0, 0, 0, 1.00);
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: left;
        
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-TitleLarge,
    .Woo-TitleLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        font-style: normal;
        font-family: "Playfair Display";
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-SubTitle,
    .Woo-SubTitle {
        color: rgba(0, 0, 0, 1.00);
        font-size: 18px;
        line-height: 18px;
        font-weight: 300;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        letter-spacing: 2px;
        
    }
    .tp-caption.Woo-PriceLarge,
    .Woo-PriceLarge {
        color: rgba(0, 0, 0, 1.00);
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        font-style: normal;
        font-family: Roboto;
        padding: 0 0 0 0px;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center;
        
    }
    .tp-caption.Woo-ProductInfo,
    .Woo-ProductInfo {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 75px 12px 50px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-ProductInfo:hover,
    .Woo-ProductInfo:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }
    .tp-caption.Woo-AddToCart,
    .Woo-AddToCart {
        color: rgba(0, 0, 0, 1.00);
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 12px 35px 12px 35px;
        text-decoration: none;
        background-color: rgba(254, 207, 114, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        text-align: left;
        
    }
    .tp-caption.Woo-AddToCart:hover,
    .Woo-AddToCart:hover {
        color: rgba(0, 0, 0, 1.00);
        text-decoration: none;
        background-color: rgba(243, 168, 71, 1.00);
        border-color: rgba(0, 0, 0, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px
    }

    .tp-caption.FullScreen-Toggle,
    .FullScreen-Toggle {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
        font-family: Raleway;
        padding: 11px 8px 11px 12px;
        text-decoration: none;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.50);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px;
        letter-spacing: 3px;
        text-align: left
    }
    .tp-caption.FullScreen-Toggle:hover,
    .FullScreen-Toggle:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 1.00);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0px;
        border-radius: 0px 0px 0px 0px
    }

    .tp-caption.Agency-Title,
.Agency-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 71px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 5px
}
.tp-caption.Agency-Social,
.Agency-Social {
    color: rgba(51, 51, 51, 1.00);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    text-align: center
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1.00);
    border-color: rgba(51, 51, 51, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}

.tp-caption.Dining-Title,
.Dining-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    font-style: normal;
    font-family: Lato;
    padding: 17px 73px 17px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 2px
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px
}
.tp-caption.Dining-Social,
.Dining-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer
}
tp-caption.Team-Thumb,
.Team-Thumb {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Team-Name,
.Team-Name {
    color: rgba(255, 255, 255, 1.00);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Position,
.Team-Position {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Description,
.Team-Description {
    color: rgba(255, 255, 255, 1.00);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Team-Social,
.Team-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}

.tp-caption.VideoControls-Play,
.VideoControls-Play {
    color: rgba(0, 0, 0, 1.00);
    font-size: 50px;
    line-height: 120px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 7px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 10px
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    text-align: center
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer
 }

.soundcloudwrapper iframe {
    width: 100% !important
}
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 5px
}
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
    color: rgba(0, 0, 0, 1.00);
        
    font-weight: 700;
    font-style: normal;    
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.10);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;    
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15)
}
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
    letter-spacing: 2px
}
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
    color: rgba(255, 255, 255, 1.00);
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
    color: rgba(0, 0, 0, 0.25);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
    background-color: #555555 !important;
}
.tp-fat {
    font-weight: 900 !important;
}

.tp-caption.PostSlider-Category,
.PostSlider-Category {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 3px;
    text-align: left
}
.tp-caption.PostSlider-Title,
.PostSlider-Title {
    color: rgba(0, 0, 0, 1.00);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: "Playfair Display";
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.PostSlider-Content,
.PostSlider-Content {
    color: rgba(119, 119, 119, 1.00);
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.PostSlider-Button,
.PostSlider-Button {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 1px 56px 1px 32px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    text-align: left
}
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(238, 238, 238, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}

/* media queries */

@media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title,
.LandingPage-Title {
    color:rgba(255,
    255,
    255,
    1.00);
    font-size:70px;
    line-height:80px;
    font-weight:900;
    font-style:normal;
    font-family:Lato;
    padding:0 0 0 0px;
    text-decoration:none;
    background-color:transparent;
    border-color:transparent;
    border-style:none;
    border-width:0px;
    border-radius:0 0 0 0px;
    text-align:left;
    letter-spacing:10px
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.LandingPage-Button,
.LandingPage-Button {
    color: rgba(0, 0, 0, 1.00);
    font-size: 15px;
    line-height: 54px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 35px 0px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    letter-spacing: 3px
}
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
    color: #89124e !important;
    border-bottom: 1px solid transparent !important;
    font-weight: bold !important;
}
.tp-caption.App-Content a:hover {
    border-bottom: 1px solid #89124e !important;
}
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    font-family: Oswald;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #fff !important;
    text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.soundcloudwrapper iframe {
    width: 100% !important
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 1px
}
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 20px 3px 20px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 154, 238, 1.00);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
    color: rgba(255, 255, 255, 1.00);
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
    color: rgba(164, 157, 143, 1.00);
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}

#mc_embed_signup input#mce-EMAIL {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 1px solid #fff;
    width: 400px;
    margin-bottom: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    
    
    border-radius: 0px;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
    background-color: #fff;
    border: 1px solid #666;
    border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
    font-family: "Lato", sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    padding: 0 20px;
    border: 1px solid #009aee;
    background: #009aee;
    color: #fff;
    
    
    border-radius: 0px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
    background: #0083d4;
}
@media only screen and (max-width: 767px) {
    #mc_embed_signup input#mce-EMAIL {
        width: 200px;
    }
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 6px
}
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
    color: rgba(248, 124, 9, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #f87c09 !important
}
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-NavButton,
.Agency-NavButton {
    color: rgba(51, 51, 51, 1.00);
    font-size: 17px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: center
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
    color: rgba(109, 177, 155, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #6db19b !important
}
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
    color: rgba(153, 153, 153, 1.00);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #999 !important
}
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    cursor: pointer
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
    letter-spacing: 1px
}
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
    color: rgba(51, 51, 51, 1.00);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: "Permanent Marker";
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left
}
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
    color: rgba(51, 51, 51, 1.00);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 60px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0px 50px 0px 50px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 104, 92, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 4px 4px 4px 4px;
    letter-spacing: 2px
}
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer
}
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    font-family: roboto;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 2px
}
.tp-flip-index {
    z-index: 1000 !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
    color: rgba(17, 17, 17, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: BenchNine;
    padding: 21px 30px 16px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.90);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 3px
}
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-family: BenchNine;
    padding: 21px 30px 16px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(17, 17, 17, 0.90);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
    color: #0084B4 !important;
    text-decoration: underline !important
}
.tp-caption.TechJournal-Button,
.TechJournal-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 1px 30px 1px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(138, 0, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 3px
}
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(0, 0, 0, 1.00);
    border-style: solid;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer
}
.tp-caption.TechJournal-Big,
.TechJournal-Big {
    color: rgba(255, 255, 255, 1.00);
    font-size: 120px;
    line-height: 120px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 0px
}
.rev_slider {
    overflow: hidden;
}
.effect_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    #menu_forcefullwidth {
        z-index: 5000;
        position: fixed !important;
        top: 0px;
        left: 0px;
        width: 100%
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-DownButton,
    .FullSiteBlock-DownButton {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        font-style: normal;
        font-family: Roboto;
        padding: 1px 1px 1px 1px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: rgba(51, 51, 51, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-DownButton:hover,
    .FullSiteBlock-DownButton:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: rgba(0, 150, 255, 1.00);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px 30px 30px 30px;
        cursor: pointer
    }
    .rev_slider {
        overflow: hidden;
    }
    .effect_layer {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .gyges .tp-thumb {
        opacity: 1
    }
    .gyges .tp-thumb-img-wrap {
        padding: 3px;
        background-color: rgba(0, 0, 0, 0.25);
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        margin: 0px;
        box-sizing: border-box;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .gyges .tp-thumb-image {
        padding: 3px;
        display: block;
        box-sizing: border-box;
        position: relative;
        -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
    }
    .gyges .tp-thumb:hover .tp-thumb-img-wrap,
    .gyges .tp-thumb.selected .tp-thumb-img-wrap {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .tp-caption.FullSiteBlock-Title,
    .FullSiteBlock-Title {
        color: rgba(51, 51, 51, 1.00);
        font-size: 55px;
        line-height: 65px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link,
    .FullSiteBlock-Link {
        color: rgba(0, 150, 255, 1.00);
        font-size: 25px;
        line-height: 24px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-Link:hover,
    .FullSiteBlock-Link:hover {
        color: rgba(51, 51, 51, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.FullSiteBlock-FooterLink,
    .FullSiteBlock-FooterLink {
        color: rgba(85, 85, 85, 1.00);
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: left
    }
    .tp-caption.FullSiteBlock-FooterLink:hover,
    .FullSiteBlock-FooterLink:hover {
        color: rgba(0, 150, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .fb-share-button.fb_iframe_widget iframe {
        width: 115px!important;
    }
    #tp-socialwrapper {
        opacity: 0;
    }

        .tp-caption.Twitter-Content a,
    .tp-caption.Twitter-Content a:visited {
        color: #0084B4 !important
    }
    .tp-caption.Twitter-Content a:hover {
        color: #0084B4 !important;
        text-decoration: underline !important
    }
    #menu_forcefullwidth {
        z-index: 5000;
        position: fixed !important;
        top: 0px;
        left: 0px;
        width: 100%
    }
    #tp-menubg {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
    }
    #mc_embed_signup input[type="email"] {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        background-color: #fff;
        color: #888 !important;
        line-height: 46px;
        padding: 0 20px;
        cursor: text;
        border: 0;
        width: 400px;
        margin-bottom: 0px;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        -ms-transition: background-color 0.5s;
        transition: background-color 0.5s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #mc_embed_signup input[type="email"]::-webkit-input-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]::-moz-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]:-ms-input-placeholder {
        color: #888 !important;
    }
    #mc_embed_signup input[type="email"]:focus {
        background-color: #f5f5f5;
        color: #454545;
    }
    #mc_embed_signup input#mc-embedded-subscribe,
    #mc_embed_signup input#mc-embedded-subscribe:focus {
        font-family: "Lato", sans-serif;
        line-height: 46px;
        font-size: 16px;
        font-weight: 700;
        padding: 0 30px;
        border: 0;
        background: #f04531;
        text-transform: none;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #mc_embed_signup input#mc-embedded-subscribe:hover {
        background: #e03727;
    }
    @media only screen and (max-width: 767px) {
        #mc_embed_signup input[type="email"] {
            width: 260px;
        }
    }
    @media only screen and (max-width: 480px) {
        #mc_embed_signup input[type="email"] {
            width: 160px;
        }
    }
    #rev_slider_167_6 .uranus.tparrows {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0);
    }
    #rev_slider_167_6 .uranus.tparrows:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #rev_slider_167_6 .uranus.tparrows:hover:before {
        opacity: 0.75;
    }
    .tp-caption.FullSiteBlock-SubTitle,
    .FullSiteBlock-SubTitle {
        color: rgba(51, 51, 51, 1.00);
        font-size: 25px;
        line-height: 34px;
        font-weight: 300;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        text-align: center
    }
    .tp-caption.ParallaxWebsite-FooterItem,
    .ParallaxWebsite-FooterItem {
        color: rgba(255, 255, 255, 0.50);
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        font-family: Lato;
        padding: 0 0 0 0px;
        text-decoration: none;
        text-align: left;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px
    }
    .tp-caption.ParallaxWebsite-FooterItem:hover,
    .ParallaxWebsite-FooterItem:hover {
        color: rgba(255, 255, 255, 1.00);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        border-style: none;
        border-width: 0px;
        border-radius: 0 0 0 0px;
        cursor: pointer
    }
    .fb-share-button.fb_iframe_widget iframe {
        width: 115px!important;
    }
    iframe.twitter-share-button {
        display: none;
    }
    .fb-share-button.fb_iframe_widget iframe {
        display: none;
    }

    .tp-caption.FullSiteBlock-Link, 
    .FullSiteBlock-Link {
    color: rgba(0,150,255,1.00);
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center;
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:60px;
    min-height:60px;
  position:absolute;
  display:block;
  z-index:100;
    border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
  font-family: "revicons";
  font-size:25px;
  color:#aaa;
  display:block;
  line-height: 60px;
  text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index:2;
    position:relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
      }
.ares .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#fff;
  min-height:60px;
  line-height:60px;
  top:0px;
  margin-left:30px;
  border-radius:0px 30px 30px 0px;
  overflow:hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:30px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
  transform:scaleX(1) scaleY(1);
    -webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#000;
  font-weight:400;
  font-size:14px;
  line-height:60px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:10px;
  opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:10px;
      }

.ares.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
  position:absolute;
  color:#888;
  font-size:12px;
  padding:0px 10px;
  font-weight:600;
  right:27px;
  top:-4px;
  background:#fff;
  background:rgba(255,255,255,0.75);
  visibility:hidden;
  transform:translateX(-20px);
  -webkit-transform:translateX(-20px);
  transition:transform 0.3s;
  -webkit-transition:transform 0.3s;
  line-height:20px;
  white-space:nowrap;
}     

.ares .tp-bullet-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
    position:absolute;
    right:-10px;
	top:0px;
}
    
.ares .tp-bullet:hover .tp-bullet-title{
  visibility:visible;
   transform:translateX(0px);
  -webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background:#fff;
        }
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
        visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility:visible;
      }

/* TABS */
.ares .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.ares .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.ares .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.ares .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:10000;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height:100%;
  width:100px;
  background:transparent;
  background:rgba(0,0,0,0);
  line-height:100%;
  transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right:0px;
  left:auto;
  transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
  transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;

  }

.dione .tp-bullet-image {
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.dione .tp-bullet-title { 
     position:absolute; 
   bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
   -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
     transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.dione .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor:pointer;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
  border-radius:35px;   
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap { 
  position:absolute;
  z-index:1;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.5);
  min-height:70px;
  line-height:70px;
  top:0px;
  margin-left:0px;
  border-radius:35px;
  overflow:hidden; 
  transition: opacity 0.3s;
  -webkit-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);  
  visibility:hidden;
  opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity:1;
  visibility:visible;
}
        
 .erinyen.tp-rightarrow .tp-title-wrap { 
   right:0px;
   margin-right:0px;margin-left:0px;
   -webkit-transform-origin:100% 50%;
  border-radius:35px;
  padding-right:20px;
  padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
   padding-left:20px;
  padding-right:10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
   position:relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:translateX(200px);  
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:13px;
  line-height:70px;
  white-space:nowrap;
  padding:0px 20px;
  margin-left:11px;
  opacity:0;  
}

.erinyen .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
    }
 .erinyen .tp-arr-img-over {
   width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
   background:#000;
   background:rgba(0,0,0,0.5);
        }
.erinyen.tp-rightarrow .tp-arr-titleholder {
   transform:translateX(-200px); 
   margin-left:0px; margin-right:11px;
      }

.erinyen.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:10px;
   box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
  border:1px solid #555;
  width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family: "Roboto Slab";
    margin-bottom:5px;
}

.erinyen .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}
      

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#777777), color-stop(100%,#666666)); 
    background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
    background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
    endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
  border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
    endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	

/* THUMBS */
.gyges .tp-thumb { 
      opacity:1
  }
.gyges .tp-thumb-img-wrap {
  padding:3px;
    background:#000;
  background-color:rgba(0,0,0,0.25);
  display:inline-block;

  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
   padding:3px; 
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  
.gyges .tp-thumb-title { 
     position:absolute; 
     bottom:100%; 
     display:inline-block;
     left:50%;
     background:rgba(255,255,255,0.8);
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     margin-bottom:20px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.gyges .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.gyges .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
  overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.gyges .tp-tab-date
  {
  display:block;
  color: rgba(255,255,255,0.25);
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.gyges .tp-tab-title 
{
    display:block;  
    text-align:left;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
   color:#aaa;
   background:#fff;
   background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
  position:absolute;
  left:100%;
  top:0px;
  background:#888; 
  width:100px;height:100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
   left:auto;
   right:100%;
   -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
   -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
   -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;  
    -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);

 }
    
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
  background-size:cover;
  position:absolute;
  top:0px;left:0px;
  width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
    border:5px solid #fff;
	box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
  
}

.hades .tp-bullet-image {
  position:absolute;top:-80px; left:-60px;width:120px;height:60px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
  
  
}
.hades .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility:visible;
    }
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
      opacity:1
  }
.hades .tp-thumb-img-wrap {
  border-radius:50%;
  padding:3px;
  display:inline-block;
background:#000;
  background-color:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:relative;
  margin:0px;
  box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
   padding:3px; 
   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }  


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.hades .tp-thumb-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }


/* TABS */
.hades .tp-tab {
  opacity:1;
 }
    
.hades .tp-tab-title
 {
      display:block;
      color:#333;
      font-weight:600;
      font-size:18px;
      text-align:center;
      line-height:25px;      
    } 
.hades .tp-tab-price
 {
	display:block;
    text-align:center;
    color:#999;
    font-size:16px;
    margin-top:10px;
   line-height:20px
}

.hades .tp-tab-button {
    display:inline-block;
    margin-top:15px;
    text-align:center;
	padding:5px 15px;
  	color:#fff;
  	font-size:14px;
  	background:#219bd7;
   	border-radius:4px;
   font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}

              

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor:pointer;
  background:#fff;
  min-width:70px;
    min-height:70px;
  position:absolute;
  display:block;
  z-index:1000;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
      }
.hebe .tp-title-wrap { 
  position:absolute;
  z-index:0;
  display:inline-block;
  background:#000;
  background:rgba(0,0,0,0.75);
  min-height:60px;
  line-height:60px;
  top:-10px;
  margin-left:0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform:scaleX(0);  
  -webkit-transform:scaleX(0);  
  transform-origin:0% 50%; 
   -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
   right:0px;
   -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  font-size:12px;
  line-height:90px;
  white-space:nowrap;
  padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
   margin-left:0px; 
   padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);
  transition-delay: 0.1s;
  opacity:1;
}

.hebe .tp-arr-imgholder{
      width:90px;
      height:90px;
      position:absolute;
      left:100%;
      display:block;
      background-size:cover;
      background-position:center center;
  	 top:0px; right:-90px;
    }
.hebe.tp-rightarrow .tp-arr-imgholder{
        right:auto;left:-90px;
      }

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  background:transparent;
  padding:10px;
  margin-left:-10px;margin-top:-10px;
  box-sizing:content-box;
}

.hebe .tp-bullet {
  width:3px;
  height:3px;
  position:absolute;
  background:#fff;  
  cursor: pointer;
  border:5px solid #222;
  border-radius:50%;
  box-sizing:content-box;
  -webkit-perspective:400;
  perspective:400;
  -webkit-transform:translateZ(0.01px);
  transform:translateZ(0.01px);
   transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background:#222;
  border-color:#fff;
}

.hebe .tp-bullet-image {
  position:absolute;
  top:-90px; left:-40px;
  width:70px;
  height:70px;
  background-position:center center;
  background-size:cover;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s;
  -webkit-transform-style:flat;
  transform-style:flat;
  perspective:600;
  -webkit-perspective:600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%;
border-radius:6px;
  
  
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display:block;
  opacity:1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility:visible;
    }
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
    color:#a8d8ee;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    font-family: "Roboto Slab";
    margin-bottom:5px;
}

.hebe .tp-tab-desc {
	font-size:18px;
    font-weight:400;
    color:#fff;
    line-height:25px;
	font-family:"Roboto Slab";
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
  margin-left:-2px;
  
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
   margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
    border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:1000;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform:translateX(-20px);
    -webkit-transform:translateX(-20px);
     opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform:translateX(20px);
    -webkit-transform:translateX(20px);
     opacity:0;
}

.hermes .tp-arr-allwrapper {
    overflow:hidden;
    position:absolute;
	width:180px;
    height:140px;
    top:0px;
    left:0px;
    visibility:hidden;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
    }
.hermes.tp-rightarrow .tp-arr-allwrapper {
   right:0px;left:auto;
      }
.hermes.tparrows:hover .tp-arr-allwrapper {
   visibility:visible;
          }
.hermes .tp-arr-imgholder {
  width:180px;position:absolute;
  left:0px;top:0px;height:110px;
  transform:translateX(-180px);
  -webkit-transform:translateX(-180px);
  transition:all 0.3s;
  transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
    transform:translateX(180px);
  -webkit-transform:translateX(180px);
      }
  
.hermes.tparrows:hover .tp-arr-imgholder {
   transform:translateX(0px);
   -webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
  top:110px;
  width:180px;
  text-align:left; 
  display:block;
  padding:0px 10px;
  line-height:30px; background:#000;
  background:rgba(0,0,0,0.75);color:#fff;
  font-weight:600; position:absolute;
  font-size:12px;
  white-space:nowrap;
  letter-spacing:1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position:absolute;
}

.hermes .tp-bullet:hover {
	  background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height:100%;
}


/* TABS */
.hermes .tp-tab { 
  opacity:1;  
  padding-right:10px;
  box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
  width:100%;
  height:60%;
  position:relative;
}
.hermes .tp-tab-content 
{
    background:rgb(54,54,54); 
    position:absolute;
    padding:20px 20px 20px 30px;
    box-sizing:border-box;
    color:#fff;
  display:block;
  width:100%;
  min-height:40%;
  bottom:0px;
  left:-10px;
  }
.hermes .tp-tab-date
  {
  display:block;
  color:#888;
  font-weight:600;
  font-size:12px;
  margin-bottom:10px;
  }
.hermes .tp-tab-title 
{
    display:block;	
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-transform:uppercase;
   line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
    position:absolute;
    right:-9px;
    bottom:50%;
    margin-bottom:-30px;
}
.hermes .tp-tab-mask {
     padding-right:10px !important;
          }

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
    border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
    margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
    margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
   border-radius:8px;
  
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
    color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); /* ie10+ */
    background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( 
    startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
  opacity:1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size:12px;
    position:absolute;
    margin-top:-10px;
    color:#fff;
    display:block;
    z-index:10000;
    background-color:#000;
    padding:5px 10px; 
    bottom:0px;
    left:0px;
    width:100%;
  box-sizing:border-box;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform:rotatex(90deg) translatez(0.001px);
    transform-origin:50% 100%;
    -webkit-transform:rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
  	 transform:rotatex(0deg);
    -webkit-transform:rotatex(0deg);
    opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
  opacity:1;      
  padding:10px;
  box-sizing:border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
  width:60px;
  height:60px; max-height:100%; max-width:100%;
  position:relative;
  display:inline-block;
  float:left;

}
.hesperiden .tp-tab-content 
{
    background:rgba(0,0,0,0); 
    position:relative;
    padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
    box-sizing:border-box;
    color:#333;
    display: inline-block;
    width:100%;
    height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
  {
  display:block;
  color: #aaa;
  font-weight:500;
  font-size:12px;
  margin-bottom:0px;
  }
.hesperiden .tp-tab-title 
{
    display:block;	
    text-align:left;
    color:#333;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background:#fff;
  padding:10px;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  width:60px;
  height:60px;
  box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
   background:#fff;
   background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
  color:#000;  
   transition:all 0.3s;
  -webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
   transform:scale(1.5);
  }
 

/* BULLETS */
.metis .tp-bullet { 
    opacity:1;
    width:50px;
    height:50px;    
    padding:3px;
    background:#000;
    background-color:rgba(0,0,0,0.25);
    margin:0px;
    box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    border-radius:50%;
  }

.metis .tp-bullet-image {

   border-radius:50%;
   display:block;
   box-sizing:border-box;
   position:relative;
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  width:44px;
  height:44px;
  background-size:cover;
  background-position:center center;
 }  
.metis .tp-bullet-title { 
     position:absolute; 
	 bottom:65px;
     display:inline-block;
     left:50%;
     background:#000;
     background:rgba(0,0,0,0.75);
     color:#fff;
     padding:10px 30px;
     border-radius:4px;
	 -webkit-border-radius:4px;
     opacity:0;
      transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin:50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin:50% 100%;
    opacity:0;
    white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
  	 transform:rotateX(0deg) translateX(-50%);
    -webkit-transform:rotateX(0deg) translateX(-50%);
    opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
  
   background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
      }
.metis .tp-bullet-title:after {
        content:" ";
        position:absolute;
        left:50%;
        margin-left:-8px;
        width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
        bottom:-8px;
   }

.metis .tp-tab-number {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Playfair Display";
        width: 50px;
        margin-right: 17px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-mask {
        padding-left: 20px;
        left: 0px;
        max-width: 90px !important;
        transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
    }
    .metis:hover .tp-tab-mask {
        padding-left: 0px;
        left: 50px;
        max-width: 500px !important;
    }
    .metis .tp-tab-divider {
        border-right: 1px solid transparent;
        height: 30px;
        width: 1px;
        margin-top: 5px;
        display: inline-block;
        float: left;
    }
    .metis .tp-tab-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Playfair Display";
        position: relative;
        padding-top: 10px;
        padding-left: 30px;
        display: inline-block;
        transform: translateX(-100%);
        transition: 0.4s all;
    }
    .metis .tp-tab-title-mask {
        position: absolute;
        overflow: hidden;
        left: 67px;
    }
    .metis:hover .tp-tab-title {
        transform: translateX(0);
    }
    .metis .tp-tab {
        opacity: 0.15;
        transition: 0.4s all;
    }
    .metis .tp-tab:hover,
    .metis .tp-tab.selected {
        opacity: 1;
    }
    .metis .tp-tab.selected .tp-tab-divider {
        border-right: 1px solid #cdb083;
    }
    .metis.tp-tabs {
        max-width: 118px !important;
        padding-left: 50px;
    }
    .metis.tp-tabs:before {
        content: " ";
        height: 100%;
        width: 88px;
        background: rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.4s all;
    }
    .metis.tp-tabs:hover:before {
        width: 118px;
    }
    @media (max-width: 499px) {
        .metis.tp-tabs:before {
            background: rgba(0, 0, 0, 0.75);
        }
    }

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
  border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width:50px;
  height:50px;
  background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
  .uranus.tparrows:hover:before {
    opacity:0.75;
  }

/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border:none;
  border-radius: 50%;

   background:transparent;
}



.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor:pointer;
  min-width:70px;
  min-height:70px;
  position:absolute;
  display:block;
  z-index:100;
  border-radius:35px;   
  overflow:hidden;
  background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size:20px;
  color:#fff;
  display:block;
  line-height: 70px;
  text-align: center;    
  z-index:2;
  position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background:#000;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
  opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
   border-radius:50%;
 }
.zeus .tp-arr-imgholder {
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-position:center center;
  background-size:cover;
  border-radius:50%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
   transition: all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform:translateX(100%);
  -webkit-transform:translateX(100%);
      }
.zeus.tparrows:hover .tp-arr-imgholder {
  transform:translateX(0);
  -webkit-transform:translateX(0);
  opacity:1;
}
      
.zeus.tparrows:hover .tp-title-wrap {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
     box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
	  width:13px;height:13px;
	  border:2px solid #fff;
 }
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
        width:135px;
        height:60px;
        position:absolute;
        background:#000;
        background:rgba(0,0,0,0.5);
        bottom:25px;
        left:50%;
        margin-left:-65px;
        box-sizing:border-box;
        background-size:cover;
        background-position:center center;
        visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        border-radius:4px;

}
          

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
        z-index:2;
        -webkit-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
        color:#fff;
        text-align:center;
        line-height:15px;
        font-size:13px;
        font-weight:600;  
        z-index:3;
         visibility:hidden;
        opacity:0;
         -webkit-backface-visibility: hidden; 
      	backface-visibility: hidden;
        -webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
  		-webkit-transition: all 0.3s ease;
  		transition: all 0.3s ease;
        position:absolute;
        bottom:45px;
        width:135px;
    	vertical-align:middle;
        left:-57px;
}
      
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
      opacity:1;
      visibility:visible;
	  -webkit-transform:translateY(0px);
      transform:translateY(0px);         
    }

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
  background:#000;
  background:rgba(0,0,0,0.25);
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family:"Raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:20px 35px 20px 20px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color:#fff;

}


/* TABS */
.zeus .tp-tab { 
  opacity:1;      
  box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
  background:rgba(255,255,255,1); 
}



/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
  background:#252525;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size:12px;
  color:#aaa;
  color:rgba(255,255,255,0.75);
  display:block;
  line-height: 12px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:15px;
  right:15px;
  z-index:2;
}
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family:"raleway";
  letter-spacing:1px;
  font-size:12px;
  color:#fff;
  display:block;
  line-height: 15px;
  text-align: left;    
  z-index:2;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  padding:15px 30px 15px 15px;
  width:100%;
  height:100%;
  box-sizing:border-box;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color:#000;

}

@font-face {
  font-family: 'icomoon';
  src:  url(/Themes/Eavar.com/Content/css/fonts/icomoon/fonts/icomoon.eot?f7x71p);
  src:  url(/Themes/Eavar.com/Content/css/fonts/icomoon/fonts/icomoon.eot?f7x71p#iefix) format('embedded-opentype'),
    url(/Themes/Eavar.com/Content/css/fonts/icomoon/fonts/icomoon.ttf?f7x71p) format('truetype'),
    url(/Themes/Eavar.com/Content/css/fonts/icomoon/fonts/icomoon.woff?f7x71p) format('woff'),
    url(/Themes/Eavar.com/Content/css/fonts/icomoon/fonts/icomoon.svg?f7x71p#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aparat:before {
  content: "\e92b";
}
.icon-add-user-button:before {
  content: "\e900";
}
.icon-angle-down:before {
  content: "\e901";
}
.icon-angle-left:before {
  content: "\e905";
}
.icon-angle-up:before {
  content: "\e906";
}
.icon-bag:before {
  content: "\e907";
}
.icon-black-plane:before {
  content: "\e908";
}
.icon-calendar:before {
  content: "\e909";
}
.icon-call-answer:before {
  content: "\e90a";
}
.icon-close:before {
  content: "\e90b";
}
.icon-dollar-symbol:before {
  content: "\e90c";
}
.icon-double-bed:before {
  content: "\e90d";
}
.icon-edit-pen:before {
  content: "\e90e";
}
.icon-hamburger:before {
  content: "\e90f";
}
.icon-hotel:before {
  content: "\e910";
}
.icon-pin:before {
  content: "\e911";
}
.icon-profile:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
}
.icon-single-bed:before {
  content: "\e914";
}
.icon-star:before {
  content: "\e915";
}
.icon-tick-checkbox:before {
  content: "\e917";
}
.icon-tick-done:before {
  content: "\e918";
}
.icon-tourist:before {
  content: "\e919";
}
.icon-bullet:before {
  content: "\e91a";
}
.icon-airplane-ticket:before {
  content: "\e902";
}
.icon-briefcase:before {
  content: "\e903";
}
.icon-takeoff-plane:before {
  content: "\e904";
}
.icon-download:before {
  content: "\e916";
}
.icon-refresh:before {
  content: "\e93b";
}

@font-face {
	font-family: 'Linearicons-Free';
	src:url(/Themes/Eavar.Com/Content/Css/newFonts/Linearicons-Free.eot?w118d);
	src:url(/Themes/Eavar.Com/Content/Css/newFonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'),
		url(/Themes/Eavar.Com/Content/Css/newFonts/Linearicons-Free.woff2?w118d) format('woff2'),
		url(/Themes/Eavar.Com/Content/Css/newFonts/Linearicons-Free.woff?w118d) format('woff'),
		url(/Themes/Eavar.Com/Content/Css/newFonts/Linearicons-Free.ttf?w118d) format('truetype'),
		url(/Themes/Eavar.Com/Content/Css/newFonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: -40px 0 0 0;
    padding: 40px 0 0 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
        display: flex;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
        position: relative;
    min-height: 1px;
        padding-bottom: 50px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    
    /*z-index: 1000;*/

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Linearicons-Free';
    font-size: 60px;
    line-height: 1;

    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '\e876';
}
[dir='rtl'] .slick-prev:before
{
    content: '\e876';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '\e875';
}
[dir='rtl'] .slick-next:before
{
    content: '\e875';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.amcharts-export-canvas{position:absolute;display:none;z-index:1;top:0;right:0;bottom:0;left:0;background-color:#fff;}.amcharts-export-canvas.active{display:block;}.amcharts-export-menu{position:absolute;z-index:2;opacity:0.5;color:#000;}.amcharts-main-div:hover .amcharts-export-menu,.amcharts-stock-div:hover .amcharts-export-menu,.amcharts-export-menu.active{opacity:1;}.amcharts-export-menu-top-left>ul>li>ul:after{content:"";position:absolute;top:13px;right:100%;z-index:1000;border-top:7px solid transparent;border-left:7px solid transparent;border-right:7px solid #fff;border-bottom:7px solid transparent;}.amcharts-export-menu-top-left>ul>li>ul>li:first-child>a:after{content:"";position:absolute;top:12px;right:100%;z-index:1001;border-top:8px solid transparent;border-left:8px solid transparent;border-right:8px solid #e2e2e2;border-bottom:8px solid transparent;}.amcharts-export-menu-top-right>ul>li>ul:after{content:"";position:absolute;top:13px;left:100%;z-index:1000;border-top:7px solid transparent;border-left:7px solid #fff;border-right:7px solid transparent;border-bottom:7px solid transparent;}.amcharts-export-menu-top-right>ul>li>ul>li:first-child>a:after{content:"";position:absolute;top:12px;left:100%;z-index:1001;border-top:8px solid transparent;border-left:8px solid #e2e2e2;border-right:8px solid transparent;border-bottom:8px solid transparent;}.amcharts-export-menu-bottom-left>ul>li>ul:after{content:"";position:absolute;bottom:13px;right:100%;z-index:1000;border-top:7px solid transparent;border-left:7px solid transparent;border-right:7px solid #fff;border-bottom:7px solid transparent;}.amcharts-export-menu-bottom-left>ul>li>ul>li:last-child>a:after{content:"";position:absolute;bottom:12px;right:100%;z-index:1001;border-top:8px solid transparent;border-left:8px solid transparent;border-right:8px solid #e2e2e2;border-bottom:8px solid transparent;}.amcharts-export-menu-bottom-right>ul>li>ul:after{content:"";position:absolute;bottom:13px;left:100%;z-index:1000;border-top:7px solid transparent;border-left:7px solid #fff;border-right:7px solid transparent;border-bottom:7px solid transparent;}.amcharts-export-menu-bottom-right>ul>li>ul>li:last-child>a:after{content:"";position:absolute;bottom:12px;left:100%;z-index:1001;border-top:8px solid transparent;border-left:8px solid #e2e2e2;border-right:8px solid transparent;border-bottom:8px solid transparent;}.amcharts-export-menu ul{list-style:none;margin:0;padding:0;}.amcharts-export-menu li{position:relative;display:block;z-index:1;}.amcharts-export-menu li>ul{position:absolute;display:none;border:1px solid #e2e2e2;margin-top:-1px;background:#fff;}.amcharts-export-menu li>a{position:relative;display:block;color:#000;text-decoration:none;padding:12px 12px;z-index:2;white-space:nowrap;border-bottom:1px solid #f2f2f2;}.amcharts-export-menu li:last-child>a{border-bottom:none;}.amcharts-export-menu li>a>img{border:none;}.amcharts-export-menu-top-left{top:0;left:0;}.amcharts-export-menu-bottom-left{bottom:0;left:0;}.amcharts-export-menu-top-right{top:0;right:0;}.amcharts-export-menu-bottom-right{bottom:0;right:0;}.amcharts-export-menu li:hover>ul,.amcharts-export-menu li.active>ul{display:block;}.amcharts-export-menu li:hover>a,.amcharts-export-menu li.active>a{color:#fff;background-color:#636363;}.amcharts-export-menu-top-left li:hover>ul,.amcharts-export-menu-top-left li.active>ul{left:100%;top:0;}.amcharts-export-menu-bottom-left li:hover>ul,.amcharts-export-menu-bottom-left li.active>ul{left:100%;bottom:0;}.amcharts-export-menu-top-right li:hover>ul,.amcharts-export-menu-top-right li.active>ul{top:0;right:100%;}.amcharts-export-menu-bottom-right li:hover>ul,.amcharts-export-menu-bottom-right li.active>ul{bottom:0;right:100%;}.amcharts-export-menu .export-main>a,.amcharts-export-menu .export-drawing>a,.amcharts-export-menu .export-delayed-capturing>a{display:block;overflow:hidden;text-indent:-13333337px;width:36px;height:36px;padding:0;background-repeat:no-repeat;background-image:url(/Themes/Eavar.Com/Content/Css/data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23888%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23888%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E);background-color:#fff;background-position:center;-webkit-box-shadow:1px 1px 3px 0px rgba(0,0,0,0.5);-moz-box-shadow:1px 1px 3px 0px rgba(0,0,0,0.5);box-shadow:1px 1px 3px 0px rgba(0,0,0,0.5);border-radius:18px;margin:8px 8px 0 10px;}.amcharts-export-menu .export-drawing>a{background-image:url(/Themes/Eavar.Com/Content/Css/data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23888%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23888%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E');}.amcharts-export-menu .export-main:hover,.amcharts-export-menu .export-drawing:hover,.amcharts-export-menu .export-main.active,.amcharts-export-menu .export-drawing.active{padding-bottom:100px;}.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main:hover,.amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing:hover,.amcharts-export-menu.amcharts-export-menu-bottom-right .export-main:hover,.amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing:hover,.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main.active,.amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing.active,.amcharts-export-menu.amcharts-export-menu-bottom-right .export-main.active,.amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing.active{padding-bottom:0;padding-top:100px;}.amcharts-export-menu .export-main:hover>a,.amcharts-export-menu .export-main.active>a{background-image:url(/Themes/Eavar.Com/Content/Css/data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23fff%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E);}.amcharts-export-menu .export-drawing:hover>a,.amcharts-export-menu .export-drawing.active>a{background-image:url(/Themes/Eavar.Com/Content/Css/data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23FFF%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23FFF%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E');}.amcharts-export-menu .export-close>a,.amcharts-export-menu .export-close:hover>a,.amcharts-export-menu .export-close.active>a{background-image:url(/Themes/Eavar.Com/Content/Css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAACXBIWXMAAAsTAAALEwEAmpwYAABBsGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo4M2Q5NDllYS1lMjE3LTQ3Y2QtYTU1Ni04MTQ3NmRjNWEwYWQ8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZhMTQ5MTc1LTNiODItMTE3OC05ZjZmLWY0MWMwNTYyYzQxYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpkZGFhNTJkMi1mZDRiLTRkMmMtODEzOC01ZTEzNmQ4NGFjMDE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjA3YWZiNWNlLWM0NTktNGM0MS1iZDIyLTE5ZTAyZTBhOWM1Yzwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjgzZDk0OWVhLWUyMTctNDdjZC1hNTU2LTgxNDc2ZGM1YTBhZDwvc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmY3ZmRlNGYtZDk2MS00Njk4LWI0ZjAtMDJlYjEwOWE4OTA4PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcDwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmRkYWE1MmQyLWZkNGItNGQyYy04MTM4LTVlMTM2ZDg0YWMwMTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMjEgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wNS0xNVQxMzoxMzoxNyswMjowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA1LTE1VDEzOjIxOjIxKzAyOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpUZXh0TGF5ZXJzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPlg8L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0Plg8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwvcGhvdG9zaG9wOlRleHRMYXllcnM+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMzwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+HyMp+AAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAA3UlEQVR42rSSXZECQQyEPygMrIVFAidhkQASQEIjYVsCSOAksBJAAlhAwvKSWcJBUQVVl6fM5Ke7k4z6vudTG/OFTQAktcAs/ja2TyVBUgVsgQq42F5PItYBCn8PTFNjAYvw5wM92x3gCNSSFCh1araLvAdNBi53VgMtgCuweRqE7RyogAPQxHsdcQBGf0cuaZ80APzaXn468urtniQ1CaXoayStct5AL4QfgToKfoBzIF2BadGVkVZRkIU7UdQDkqRZoDwJl3ROzea2u4LUvtpHOavkty9H/m9XfhsA0l9VuzQDWrIAAAAASUVORK5CYII=);}.amcharts-export-menu .export-drawing-color{background:#000;width:35px;}.amcharts-export-menu .export-drawing-color>a{display:block;overflow:hidden;text-indent:-13333337px;}.amcharts-export-menu .export-drawing-color-red{background:#f00;}.amcharts-export-menu .export-drawing-color-green{background:#0f0;}.amcharts-export-menu .export-drawing-color-blue{background:#00f;}.amcharts-export-menu .export-drawing-color-white{background:#fff;}.amcharts-export-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;}.amcharts-export-fallback textarea{border:none;outline:none;position:absolute;overflow:hidden;width:100%;height:100%;padding:20px;}.amcharts-export-fallback-message{position:absolute;z-index:1;padding:20px;width:100%;background-color:#fff;}.amcharts-export-menu .export-delayed-capturing>a{text-indent:0px;line-height:36px;vertical-align:middle;text-align:center;background-image:none;}.amcharts-export-menu,.amcharts-export-canvas .canvas-container{-webkit-transition:opacity 0.5s ease-out;-moz-transition:opacity 0.5s ease-out;-ms-transition:opacity 0.5s ease-out;-o-transition:opacity 0.5s ease-out;transition:opacity 0.5s ease-out;}.amcharts-export-canvas.dropbox .canvas-container{opacity:0.5;}.amcharts-export-menu .export-drawing-shape a{font:0/0 a;text-shadow:none;color:transparent;}.amcharts-export-menu li img{height:20px;}.amcharts-export-menu .export-drawing-width a{text-align:center;}.amcharts-export-menu .export-drawing-width span{display:block;margin:0 auto;}.amcharts-export-menu .export-drawing-width span>span{display:block;background:#000;border-radius:100%;}.amcharts-export-menu .export-drawing-shape a:hover img,.amcharts-export-menu .export-drawing-shape.active a img{-webkit-filter:invert(100%);filter:invert(100%);}
/*! =======================================================
                      VERSION  9.7.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;border-right-color:#0480be;margin-left:0;margin-right:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .hide{display:none}.slider-track{position:absolute;cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);border-radius:4px}.slider-selection{position:absolute;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-selection.tick-slider-selection{background-image:-webkit-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:-o-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:linear-gradient(to bottom,#89cdef 0,#81bfde 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0)}.slider-track-low,.slider-track-high{position:absolute;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;top:0;width:20px;height:20px;background-color:#337ab7;background-image:-webkit-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:-o-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:linear-gradient(to bottom,#149bdf 0,#0480be 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{position:absolute;width:20px;height:20px;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-image:-webkit-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:-o-linear-gradient(top,#89cdef 0,#81bfde 100%);background-image:linear-gradient(to bottom,#89cdef 0,#81bfde 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);opacity:1}
/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-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){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!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.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.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 .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .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-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;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}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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:.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,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.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;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .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>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.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 #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;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:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}


/* Header SLider */

#headerSliderWrapper {
  height: 500px;
  /*background-attachment: fixed;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  justify-content: center;
}

#headerSliderContent {
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

div#headerSliderWrapper:after {
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 0;
}

#headerSliderContent h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
}

#headerSliderContent h2 {
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
}

#headerSliderContent p,
#headerSliderContent h3 {
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 35px;
  max-height: 142px;
  overflow: hidden;
  font-family: IRANSansWeb_FaNum;
}

/* Main Content Tab Bar */

.flights-container #tabBarUl{
    margin:0
}
#tabBarUl.fixed {
    position: fixed;
    top: 135px;
    z-index: 1000;
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    height: 70px;
}


:not(flights-container) #tabBarUl li a i {
    font-size: 16px;
}

/* SideBar */

#sidebarCol {
  padding-left: 20px;
  padding-top: 10px;
}

#blogPostMainContainer.blog-content #sidebarCol {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 0;
}

#tabBarContainer.tour-list #sidebarCol {
  padding-left: 20px;
  padding-right: 0;
}

.tourListSidebarStickySidebar .avancedfilter {
  margin-top: 10px;
}

.blogSidebarStickySidebar {
  margin-top: 0;
}

#sidebarCol .input-group {
  width: 100%;
}

#sidebar {
  background-color: #fff;
  clear: both;
  padding: 10px 15px 10px;
  border-radius: 4px;
}

.avancedfilter {
  /*margin-top: -69px;*/
  padding: 15px 30px
}

#sidebar h2 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}

#sidebar h5 {
  font-weight: 400;
  color: #444;
  font-size: 17px;
  margin: 25px 0 15px;
}

/**/



.sidemenu-ul {
  font-size: 15px;
  color: #222;
  padding-right: 0;
  padding-top: 10px;
}

  .sidemenu-ul li {
    margin-bottom: 8px;
  }

    .sidemenu-ul li span {
      color: #999;
      font-size: 13px;
    }

.sidemenu-divs-ul li {
  margin-bottom: 8px;
}


/* Checkboxes */

.control {
  display: block;
  position: relative;
  font-weight: normal;
  padding-right: 30px;
}

  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

.control__indicator {
  position: absolute;
  top: 0;
  right: 0;
  height: 19px;
  width: 19px;
  border: none;
  border-radius: 2px;
  background: #fff;
}

div.tour-list .control__indicator {
  background: #efefef;
}

.control:hover input ~ .control__indicator {
  background-color: rgba(0, 0, 0, 0.05);
}

/*.control input:focus ~ .control__indicator {
    background: transparent;
}*/

.control input:checked ~ .control__indicator {
  background: transparent;
  border: none;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: transparent;
}

.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

label.checkedLabel {
  color: #39cbc9;
}

.control--checkbox .control__indicator:after {
  left: 6px;
  top: -3px;
  width: 7px;
  height: 15px;
  border: solid #39cbc9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: transparent;
}

#more-time-filter {
  color: #39cbc9;
  font-size: 10px;
  cursor: pointer;
}

#durationSliderContent {
  position: absolute;
  top: -30px;
  left: 20px;
  font-size: 12px;
  color: #39cbc9;
}

#destinationCity {
  border: none;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  height: 50px;
  padding: 0 15px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .btn {
  color: #444 !important;
}

.mySelectStyle .btn-default {
  box-shadow: none;
  background-image: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #ddd;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  direction: rtl;
  outline: none !important;
}

.mySelectStyle .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background-color: #eee;
}

.mySelectStyle .dropdown-menu > li > a {
  padding: 10px 20px;
}

/*
Select 2 Customization
*/

.select2-container {
  width: 100% !important;
}

  .select2-container .select2-selection--multiple {
    min-height: 40px;
  }


.select2 .select2-container .select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: solid 1px #ddd !important;
  border-radius: 20px;
  padding: 5px !important;
  font-size: 12px;
  float: right;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #e4e4e4 !important;
  background-color: #999;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 18px;
  border-radius: 10px;
}

.sidebarBtn {
  background-color: #00bdbb;
  color: #fff;
  font-size: 15px;
  padding: 0 40px;
  margin: 10px auto;
  border: none;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
}

  .sidebarBtn:hover,
  .sidebarBtn:active,
  .sidebarBtn:focus {
    background-color: #009688;
    color: #fff;
  }

.sidebarBtnOutline {
  background-color: transparent;
  color: #00bdbb;
  font-size: 15px;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  border: solid 1px #00bdbb;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

  .sidebarBtnOutline:hover,
  .sidebarBtnOutline:active,
  .sidebarBtnOutline:focus {
    background-color: #00bdbb;
    color: #fff;
  }

.sidebarBtnOff {
  background-color: #bbb;
}

  .sidebarBtnOff:hover,
  .sidebarBtnOff:active,
  .sidebarBtnOff:focus {
    background-color: #999;
  }

/* 
    Main Tab Content 
    Tour Search Resaults
*/


#tabBarContainer.tour-list .tab-content {
  padding: 0;
}

#searchResaultsUl {
  padding-right: 0;
  margin-bottom: 0;
  background-color:#fff
}
    #searchResaultsUl.blogListSearchUl {

        background-color: transparent
    }
  #searchResaultsUl > li {
    margin-bottom: 50px;
  }

div.tour-list #searchResaultsUl > li:after {
  content: '';
  width: 100%;
  height: 14px;
  background-color: #efefef;
  margin-top: 0;
  display: block;
}

#searchResaultsUl .row {
  margin: 0;
}

.resaultLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imageContainer {
  background-size: cover;
  background-position: center center;
  height: 285px;
}

.tourDescription p.description {
  min-height: 50px;
}

.imageLike {
  position: absolute;
  top: 10px;
  left: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

  .imageLike:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  .imageLike.on {
    color: #e20a16;
  }

.descriptionContainer {
  padding: 0 20px;
}

.resaultContentHeaderRight h3,
.resaultContentHeaderRight h3 a {
  padding: 0px 0 0 10px;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  color: #444;
  overflow: hidden;
}

.resaultContentHeaderRight h5 {
  font-size: 16px;
  font-weight: 500;
  color: #00bdbb;
  font-family: IRANSansWeb_FaNum;
}

  .resaultContentHeaderRight h5 i {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
  }

.resaultContentHeaderLeft {
  text-align: left;
}

  .resaultContentHeaderLeft ul {
    padding: 0;
  }

    .resaultContentHeaderLeft ul li {
      display: inline-block;
    }

      .resaultContentHeaderLeft ul li i {
        color: #ddd;
        vertical-align: middle;
      }

        .resaultContentHeaderLeft ul li i.on {
          color: #ffc101;
        }

  .resaultContentHeaderLeft p,
  .resaultContentHeaderLeft .rateText {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
  }

  .resaultContentHeaderLeft .rateText {
    padding-right: 10px;
    font-family: IRANSansWeb_FaNum;
  }

  .resaultContentHeaderLeft p strong {
    font-size: 16px;
    font-family: IRANSansWeb_FaNum;
  }

.tourDescription {
  padding: 20px 0;
}

  .tourDescription p {
    color: #444;
    font-size: 15px;
    /*padding-top: 5px;*/
  }

  .tourDescription div > p:last-child {
    color: #888;
  }

  .tourDescription p strong {
    color: #666;
  }

.tourDescriptionFooter {
  /* background-color: #f4f4f4; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  bottom: 0;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
  border-radius: 4px;
}

  .tourDescriptionFooter li {
    font-size: 13px;
    font-family: IRANSansWeb_FaNum;
    color: #999;
    padding-right: 0;
  }

    .tourDescriptionFooter li i {
      font-size: 15px;
      padding-left: 5px;
      vertical-align: middle;
      float: right;
      color: #999;
    }

    .tourDescriptionFooter li#btnSave {
      cursor: pointer;
    }

      .tourDescriptionFooter li#btnSave.active {
        color: #e20a16;
      }

/* Resaults Pagination */

#tourListPaginationNav {
  text-align: center;
  padding-bottom: 30px;
}

.pagination-box > .row .col-md-3.pad15T.pad15B {
  float: left !important;
  padding: 5px !important;
  display: none;
}

.pagination-box .col-md-9 {
  text-align: center !important;
  width: 100%;
}

.col-md-9 .pagination li i {
  font-family: 'Linearicons-Free' !important;
  font-size: 18px !important;
  margin: 0 !important;
}

  .col-md-9 .pagination li i.fa-chevron-left:before {
    content: "\e875" !important;
  }

  .col-md-9 .pagination li i.fa-chevron-right:before {
    content: "\e876" !important;
  }

.pagination {
  margin: 0 0 0 0;
}

  .pagination > li > a,
  .pagination > li > span {
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 24px;
    font-weight: 400;
    padding: 4px 10px 0;
    font-family: IRANSansWeb_FaNum;
  }

    .pagination > li > a:hover,
    .pagination > li > span,
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
      color: #ffffff !important;
      background-color: #00bdbb !important;
      margin: 0 5px;
    }

    .pagination > li > a > span {
      font-size: 18px !important;
    }

/* Highlights */

.highlights h3 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
}

.highlights ol li {
  color: #555;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 200;
  line-height: 22px;
}

.highlightsContent {
  background-color: #f8f8f8;
  padding: 25px 30px;
}

  .highlightsContent.cRight {
    margin-left: 20px;
  }

  .highlightsContent.cLeft {
    margin-right: 20px;
  }

@media only screen and (max-width: 992px) {
  #tabBarUl.fixed {
    right: 0;
    left: 0;
    background-color: #f4f4f4;
  }

  #sidebar {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .resaultLists {
    display: block;
  }

  .highlightsContent.cRight {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .highlightsContent.cLeft {
    margin-right: 0;
  }

  #headerSliderContent h1 {
    font-size: 48px;
  }

  .descriptionContainer {
    padding: 0;
  }

  .imageContainer {
    display: block;
    min-height: 250px;
    margin-bottom: 20px;
  }

  #tabBarUl li:not(:last-child),
  #tabBarUl li:last-child {
    border: none;
  }

  #tabBarUl li:last-child {
    /*top: -1px;*/
  }

    .tabBar-lightTheme #tabBarUl {
        text-align: center;
        margin-top: 0
    }

    #tabBarUl.fixed li.active a {
      height: 70px;
    }

  .nav-tabs {
    border-bottom: none;
  }

    .nav-tabs > li {
      float: none;
      display: inline-block;
      margin: 0 -4px 0 0;
    }
}

/*********** Tour Page ************/

.tourSidebarTitle {
  display: block;
}

.tourSidebarPriceHolder {
  padding: 5px 0;
}

.tourSidebarPrice {
  font-size: 16px;
  font-weight: 500;
  color: #00bdbb;
  font-family: IRANSansWeb_FaNum;
  padding: 5px 0;
}

div.priceBox .tourSidebarPrice {
  color: #e20a16;
}

.tourSidebarCurrency {
  font-weight: 200;
  font-size: 13px;
}

.tourSidebarSum {
  position: absolute;
  margin: 25px -10px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #00bdbb;
}

.fakeCheckboxWrapper {
  color: #555;
}

.fakeCheckbox:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  width: 6px;
  background: none;
  border: solid 2px #fff;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fakeCheckbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #555;
  border: none;
  border-radius: 3px;
}

/* Tour Overview Tab Pane */

.tourOverviewTitle {
  font-size: 32px;
  line-height: 1.3em;
  color: #444;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 30px;
}

  .tourOverviewTitle .enTitle {
    float: left;
    color: #999;
    font-size: 20px;
    clear: both;
    display: block;
  }

.tourOverviewDescription p {
  font-size: 16px;
  line-height: 2em !important;
  color: #333;
  margin-bottom: 30px;
}

.tourPageTabTitle {
  font-size: 24px;
  color: #444;
  padding: 0 0 10px;
  font-family: IRANSansWeb_FaNum;
}

#tourCommentsHeader .tourPageTabTitle {
  float: right
}

/*div#tourCommentsHeaderBody.noResult {
    clear: both;
}*/

.tourPageTabTitle span {
  float: left;
  font-size: 16px;
  color: #e20a16;
  cursor: pointer;
}

  .tourPageTabTitle span i {
    padding: 0 5px;
    vertical-align: middle;
  }

.tourOverviewHighlights ol {
  padding-right: 30px;
  list-style: none;
}

  .tourOverviewHighlights ol li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background: none;
    border: solid 2px #333;
    border-top: 0;
    border-left: 0;
    margin: -7px 0 0 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }

  .tourOverviewHighlights ol li {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
  }


.tourPropertiesRow {
  width: 100%;
  clear: both;
  padding: 20px 0;
}

  .tourPropertiesRow.destination-row {
    border-top: 1px solid #ccc;
    padding-bottom: 0;
    margin-top: 15px;
  }

  .tourPropertiesRow p {
    font-size: 16px;
  }

tourPropertiesTitle {
  font-size: 18px;
  color: #444;
}

.tourPropertiesUl {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

.tourPropertiesUl {
  padding-right: 0px;
}

  /*.tourPropertiesUl li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 12px;
  background: none;
  border: solid 1px #00bdbb;
  border-top: 0;
  border-left: 0;
  margin-right: -15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}*/
  .tourPropertiesUl li i {
    margin-left: 4px;
    width: 18px;
  }

  .tourPropertiesUl li {
    overflow: visible;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    padding-right: 15px
  }

/* Tour Overview Maps */

#tourGalleryOfficial {
  overflow: auto;
  max-width: 100%
}

.tourOverviewMapWrapper {
  height: 300px;
}

.map {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
}

#alertWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alertBtn {
  background-color: #00bdbb;
  color: #fff;
  font-size: 15px;
  padding: 7px 20px;
  margin: 50px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: 'IRANSans';
  text-decoration: none;
}

  .alertBtn:hover {
    color: #fff;
  }

.labelCSS {
  /*border-radius: 2px;
    background-color: #ed3840;
    color: #fff;
    padding: 3px;
    font-size: 10px;
    font-family: 'IRANSans';
    font-weight: 300;
    text-align: center;
    width: 60px;
    margin: -5px 0 0 -30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  background: #ed3840;
  position: absolute;
  transform: rotate(-45deg);
  margin: -10px 0 0 -10px;
}

  .labelCSS:after {
    content: '';
    width: 8px;
    height: 8px;
    margin: 6px 0 0 6px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    right: 50%;
    transform: translateX(50%);
  }

/* Tour Overview Maps */

/* Tour Schedule */

#tourScheduleAccordion {
  border-right: dashed #cdcdcd 1px;
  padding-right: 40px;
  margin: 30px 25px 30px 0;
}

  #tourScheduleAccordion .panel {
    margin: 30px 0;
  }

  #tourScheduleAccordion .panel-title {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 500;
  }

    #tourScheduleAccordion .panel-title a:after {
      display: none;
    }

  #tourScheduleAccordion .panel-body {
    font-size: 16px;
  }

  #tourScheduleAccordion .accordion-toggle {
    position: relative;
    color: #000;
    font-family: IRANSansWeb_FaNum;
  }

.panel-collapse a {
  color: #337ab7;
}

#tourScheduleAccordion .accordion-toggle > span {
  display: block;
  position: absolute;
  right: -56px;
  top: 3px;
  width: 33px;
  height: 33px;
  border-radius: 25px;
  background-color: #00bdbb;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: flex;
  justify-content: center;
}

  #tourScheduleAccordion .accordion-toggle > span label {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 0;
    padding-right: 0px;
  }

#tourScheduleAccordion .accordion-toggle.active > span {
  width: 45px;
  height: 45px;
  right: -63px;
  line-height: 45px;
  font-size: 20px;
  top: -5px;
}

  #tourScheduleAccordion .accordion-toggle.active > span label {
    padding-left: 3px;
  }

span.hover-tourClass--color:hover {
  color: #00bdbb;
  transition: 300ms;
}

div.box-shadow--1 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.tourAccordionBodyUl {
  margin: 15px 0;
}

  .tourAccordionBodyUl li {
    margin-right: 20px;
    font-size: 15px;
    color: #555;
  }

    .tourAccordionBodyUl li:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 6px;
      height: 12px;
      background: none;
      border: solid 1px #00bdbb;
      border-top: 0;
      border-left: 0;
      margin-right: -15px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: middle;
    }

/* Tour Comments */

#tourSectionComments {
  margin-top: 0;
}

#tourCommentsHeader {
  padding:0 0 30px 0;
}

#tourCommentsHeaderBody {
  padding: 0 0;
}

#reviewSendingBox .ratingsContainer .scoresContainer {
  margin-left: 0;
  direction: ltr;
}

.tourCommentsHeaderBodyRight {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  font-family: IRANSansWeb_FaNum;
}

.tourCommentsRating,
.scoresContainer {
  font-size: 16px;
  color: #ffc308;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

  .tourCommentsRating i,
  .scoresContainer i {
    margin-left: 3px;
    /*cursor: pointer*/
  }

.reviews__summery i, .tourReviewHeader i, .total-rtaing .scoresContainer i {
  cursor: default
}
    .reviews__summery i.fa-star-o {
        opacity:0
    }
    .tourCommentsHeaderBodyResult {
        padding: 30px;
        font-size: 15px;
    }

.review-votes span {
  min-width: initial;
  display: block;
  float: right;
  margin-left: 0;
  font-family: IRANSansWeb_FaNum;
}

.review-votes span {
  min-width: auto;
  display: block;
  float: right;
  margin-left: 0;
  font-family: IRANSansWeb_FaNum;
  max-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.review-questions > div {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-stars {
  margin: 0 10px;
}

.tourCommentsUl li {
  padding: 20px;
  border-top: solid 1px #ccc;
  font-family: IRANSansWeb_FaNum;
}

.tourReviewAvatar {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width:100%
}

.tourReviewUserName {
  font-size:14px;
  font-weight: 500;
  text-align: center;
}

.tourReviewUserType {
  font-size: 14px;
  color: #888;
  text-align: center;
}

.tourReviewHeader {
  margin-bottom: 10px;
}

  .tourReviewHeader .tourReviewHeaderDate {
    text-align: left;
    color: #bbb;
  }

.userReviewRating {
  padding: 20px;
  display: none;
}

.userReviewRatingDetail {
  margin-bottom: 5px;
}

  .userReviewRatingDetail span:first-child {
    display: block;
    width: 100px;
    float: right;
  }

.tourReviewMainText {
    font-weight: 400;
    word-break: break-word;
    text-align: justify;
    margin-bottom: 0;
    display: inline
}
.tourReviewEavarResponse p{
    display:inline
}
.tourReviewEavarResponse {
    margin: 20px 0;
    padding-right: 20px;
    color: #666;
    border-right: solid 1px #dddddd;
    text-align: justify;
}

  .tourReviewEavarResponse h6 {
    font-size: 15px;
    font-weight: 500;
  }

.tourReviewParticipationDate {
  color: #777;
  font-size: 13px;
}

.showRatingDetailsLink {
  cursor: pointer;
  color: #777;
  font-size: 13px;
}

#reviewSendingBox .showRatingDetailsLink {
  cursor: pointer;
  color: #313131;
  font-size: 12px;
  padding: 12px 0 2px 0;
  border-bottom: 1px dotted #ccc;
  margin-right: 15px;
}

.showed i.fa:before {
  content: "\f106";
}

.showRatingDetailsLink:hover {
  color: #e20a16;
}

.tourReviewGallery {
  margin: 15px 0;
}

  .tourReviewGallery li {
    display: inline-block;
    padding: 0 4px !important;
    border-bottom: none;
  }

    .tourReviewGallery li img {
      max-width: 110px;
      vertical-align: baseline;
    }

#tourCommentsShowMore {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-width: 1px;
  margin: 50px auto;
  text-align: center;
  display: block;
  max-width: 240px;
  border-radius: 4px;
}

.commnetTools button,
.likeAndDislike button {
  background: transparent;
  background-image: none;
  border: none;
  color: #bbb;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 13px;
}

.likeAndDislike .like:hover {
  color: darkseagreen;
}

.likeAndDislike .dislike:hover {
  color: orangered;
}

.commnetTools button:hover {
  color: #222;
}

.adminReviewPendingChar {
  position: absolute;
  left: 0;
  top: 80px;
  color: #bbb;
  font-size: 13px;
}

.WriteComment h4 {
  margin-bottom: 20px;
}

.WriteComment textarea {
  min-height: 100px;
  line-height: 24px;
  max-width: 100%;
}

.ratingsContainer .scoreWrapper i {
  margin-right: 0;
  margin-left: 4px;
  font-size: 17px;
  color: #ffc308;
  cursor: pointer;
}

.ratingsContainer ul li span {
  display: inline-block;
  text-align: right;
  color: #707070;
  float: right;
}

.ratingsContainer ul li {
  text-align: center;
  display: inline-block;
  width: 100%;
}

/*.scoresContainer {
  float: right;
  margin-left: 5px;
}*/

/*.ratingsContainer .scoreWrapper {
  position: relative;
  overflow: visible;
  float: left;
}

.ratingsContainer .rate_Score {
  line-height: 24px;
  position: absolute;
  top: -4px;
  z-index: 99;
  background: #fff;
  border: 1px solid #00bdbb;
  padding: 0 14px;
  color: #00bdbb;
  border-radius: 2px;
  font-size: 13px;
  white-space: nowrap;
}

  .ratingsContainer .rate_Score:after {
    content: '';
    position: absolute;
    right: auto;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #00bdbb transparent transparent;
    z-index: 2;
    left: -8px;
  }

  .ratingsContainer .rate_Score:before {
    content: '';
    position: absolute;
    right: auto;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
    left: -7px;
    z-index: 11;
  }*/

.CommentForm .ratingsContainer .rate_Score:after {
  left: auto;
  right: -8px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #00bdbb;
}

.CommentForm .ratingsContainer .rate_Score:before {
  left: auto;
  right: -7px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}

.ratingsContainer ul li:hover .rate_Score {
  display: block;
}

.scoresContainer span.fillColor {
  background: #ffc308;
}

.scoresContainer i.on {
  background: #ffc308;
}

.scoresContainer span i {
  float: right;
}

.attachFile {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 8px;
  padding-bottom: 2px;
  background: #00bdbb;
  color: #fff;
  padding: 4px 8px;
}

  .attachFile:hover,
  #sendFeedback:hover {
    background-color: #009688;
    color: #fff;
  }

/* Tour Buy */

.tourBuyMonths {
  margin: 20px 0;
}

  .tourBuyMonths > div a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #888;
    font-size: 13px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

    .tourBuyMonths > div a:hover {
      color: #fff;
      background-color: #00bdbb;
    }

    .tourBuyMonths > div a.disabled:hover {
      color: #fff;
      background-color: #ddd;
      cursor: not-allowed;
    }

/********** Tour Buy Flex Table ***********/

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-wrap: no-wrap;
  width: 100%;
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  padding: 15px 0;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-grow: 0;
}

.text-4,
.text-2,
.text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text {
  width: 100px;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}

.table-row.header {
  font-size: 15px;
  color: #4d4d4d;
  font-weight: 500;
  padding-bottom: 8px;
}

.tourBuyTableOff {
  display: block;
  background-color: #e20a16;
  color: #fff;
  position: absolute;
  right: 8px;
  top: -16px;
  font-size: 13px;
  padding: 2px 10px;
  font-weight: 500;
  text-align: center;
  max-width: 50px;
}

.tourBuyTableRowThin {
  font-size: 13px;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.tourBuyTableRowBold {
  font-size: 16px;
  color: #222;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: IRANSansWeb_FaNum;
}

.flightCell .tourBuyTableRowBold {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tourBuyTableRowBlack {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: IRANSansWeb_FaNum;
}

.tourTableHeaderCenter {
  text-align: center;
}

.table-row .tourCommentsRating i,
.table-row .scoresContainer i {
  /*margin: 0;*/
  font-size: 14px;
}

.tourBuyBtn {
  font-size: 13px;
  padding: 0 20px;
  background-color: #00bdbb;
  color: #fff;
  width: 140px;
}

a.tourBuyBtn:hover,
a.tourBuyBtn:active,
a.tourBuyBtn:focus {
  background-color: #009688;
  color: #fff;
}

@media all and (max-width: 1280px) {
  .innerTableWrapper {
    width: 1140px;
  }

  #buyTourResultTable {
    overflow: auto
  }
  /*.text-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-direction: column;
    }*/
  /*.text-2 div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-grow: 0;
            width: 100%;
        }*/
  .tourBuyTableRowBlack,
  .tourTableHeaderCenter {
    text-align: right !important;
  }

  .tourBuyTableRowBlack {
    font-size: 20px;
  }
}

@media all and (max-width: 320px) {
  /*.table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

        .table-row div {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-grow: 0;
            width: 100%;
        }*/
}

.table-row.disabledRow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #bbbbbb !important;
  /*align-items: center;*/
}

.disabledRow .tourBuyTableRowBold,
.disabledRow .tourBuyTableRowBlack,
.disabledRow .tourBuyTableRowThin,
.disabledRow .tourCommentsRating i,
.disabledRow .scoresContainer i {
  color: #bbb;
}

.disabledRow .tourBuyBtn,
.disabledRow .tourBuyBtn:hover {
  border-color: #bbb;
  color: #bbb;
  background-color: #fff;
}

/********** Flex Table End ***********/

/*********** Tour Flex Gallery ***********/

.tourGalleryTabs.nav-tabs > li {
  margin: 0 !important;
  overflow: hidden;
}

  .tourGalleryTabs.nav-tabs > li > a,
  .tourGalleryTabs.nav-tabs > li > a:hover,
  .tourGalleryTabs.nav-tabs > li > a:focus {
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #4d4d4d;
  }

  .tourGalleryTabs.nav-tabs > li.active > a,
  .tourGalleryTabs.nav-tabs > li.active > a:hover,
  .tourGalleryTabs.nav-tabs > li.active > a:focus {
    background-color: transparent;
    background-image: none;
    border-bottom: solid 3px #e20a16 !important;
  }

#tourGalleryWrapper .tab-content {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
}

.box {
  -webkit-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -webkit-transition-property: left, right, top;
  transition-property: left, right, top;
  overflow: hidden;
}

.boxPhoto {
  /*padding: 20px;*/
  background-position: center;
  -ms-background-size: cover;
  background-size: cover;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

span.imgLayout {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.36);
  margin: auto;
  top: 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -mos-transition: all .4s ease;
  bottom: 0;
}

  span.imgLayout > span {
    display: block;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0;
    left: 50%;
    /* transform: translateY(50%); */
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -mos-transition: .6s ease;
  }

.effect-ming:hover .figcaption {
  background-color: rgba(58, 52, 42, 0);
}

.effect-ming .figcaption::before {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.39);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
  background: rgba(89, 89, 89, 0.27);
}

.effect-ming .figcaption {
  padding: 3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

  .effect-ming .figcaption,
  .effect-ming .figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.effect-ming i {
  opacity: 0;
  position: absolute;
  font-size: 35px;
  top: 50%;
  left: 50%;
  height: auto;
  vertical-align: middle;
  margin: auto;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5) translate(-50%, -50%);
  transform: scale(1.5) translate(-50%, -50%);
  transform-origin: 0 0;
}

.effect-ming:hover .figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.effect-ming:hover i {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);
  transform: scale3d(1, 1, 1) translate(-50%, -50%);
}

i.icon_search {
  line-height: initial;
}

/* Galllery Image Hover Effects */

.box figure {
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background-position: center;
  -ms-background-size: cover;
  background-size: cover;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

  .box figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  .box figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

    .box figure figcaption:before,
    .box figure figcaption:after {
      pointer-events: none;
    }

    .box figure figcaption,
    .box figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

      /* Anchor will cover the whole item by default */

      /* For some effects it will show as a button */

      .box figure figcaption > a {
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      }

  .box figure h2 {
    font-weight: 200 !important;
  }

    .box figure h2 span {
      font-weight: 500 !important;
    }

  .box figure h2,
  .box figure p {
    margin: 0;
  }

  .box figure p {
    font-size: 68%;
  }

/*---------------*/

/***** Sadie *****/

/*---------------*/

figure.effect-sadie figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 185, 190, 0) 0%, rgba(0, 185, 190, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(0, 185, 190, 0) 0%, rgba(0, 185, 190, 0.8) 75%);
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #eee;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  -webkit-transition: color 0.35s, -webkit-transform 0.35s;
  transition: color 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
}

  figure.effect-sadie h2 span {
    color: #fff;
  }

figure.effect-sadie figcaption:before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

.figure.effect-sadie:hover figcaption:before,
figure.effect-sadie:hover p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff !important;
}

a.btn.show-more--itinerary {
  border: 1px solid #00bdbb;
  display: block;
  clear: both;
  width: 200px;
  margin: 0 auto;
  background-color: #fff;
  color: #00bdbb;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  max-width: 80%;
}

  a.btn.show-more--itinerary:hover,
  a.btn.show-more--itinerary:focus,
  a.btn.show-more--itinerary:active {
    background-color: #00bdbb;
    color: #fff;
  }

div.tourOverviewDescription {
  position: relative;
}

  div.tourOverviewDescription p {
    overflow: hidden;
    height: auto;
    /*max-height: 90px;*/
    margin-bottom: 40px;
  }

  div.tourOverviewDescription a {
    position: absolute;
    left: 2px;
    bottom: -28px;
    font-size: 16px;
    color: #1e88e5;
    font-weight: 300;
  }

#searchResaultsUl div.filter-resault--list {
  display: flex;
  width: 100%;
  padding: 1px;
}

div.filter-resault--list a.imageContainer {
  width: 325px;
  height: 284px;
  display: block;
}

div.filter-resault--list .descriptionContainer {
  display: flex;
  width: calc(100% - 325px);
  padding: 16px;
  padding-right: 20px;
  padding-bottom: 0;
}

div.filter-resault--list .resault-content--right {
  width: 55%;
}

div.filter-resault--list div.resault-content--left {
  width: 45%;
  padding-right: 5px;
}

div.filter-resault--list div.resault-content--right div.title {
  margin-bottom: 18px;
}

  div.filter-resault--list div.resault-content--right div.title ~ div {
    height: 15px;
  }

  div.filter-resault--list div.resault-content--right div.title h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: right;
    display: block;
  }

  div.filter-resault--list div.resault-content--right div.title h4 a {
    font-size: 16px;
    font-weight: 400;
    color: #bfbfbf;
    text-align: right;
    display: block;
  }

div.filter-resault--list div.resault-content--right .stars-rate {
  margin-bottom: 20px;
}



  div.filter-resault--list div.resault-content--right .stars-rate .scoresContainer i {
    color: #00bdbb
  }

  div.filter-resault--list div.resault-content--right .stars-rate span.rateText {
    margin-top: 2px;
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    font-family: IRANSansWeb_FaNum;
    display: inline-block;
  }

div.filter-resault--list div.resault-content--right div.right-items {
  margin-bottom: 25px;
}

div.filter-resault--list div.resault-content--right div.right-items {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

  div.filter-resault--list div.resault-content--right div.right-items span {
    min-width: 70px;
    display: inline-block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 14px;
    float: right;
  }

  div.filter-resault--list div.resault-content--right div.right-items label {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: IRANSansWeb_FaNum
  }

  div.filter-resault--list div.resault-content--right div.right-items.tour-class a {
    display: inline-flex;
    cursor: pointer;
  }

div.filter-resault--list div.resault-content--right div.destinations-text--box {
  position: relative;
  display: inline-block;
  width: calc(100% - 70px);
}

  div.filter-resault--list div.resault-content--right div.destinations-text--box label {
    display: block;
    font-weight: 500;
    font-family: inherit;
  }

  div.filter-resault--list div.resault-content--right div.destinations-text--box div.destinations-text {
    position: absolute;
    bottom: -70px;
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 4px;
    background: #dedede;
    border-radius: .4em;
    opacity: 0;
    transition: all 300ms ease-in-out;
    z-index: -1;
  }

  div.filter-resault--list div.resault-content--right div.destinations-text--box.ellipsis label:hover + div.destinations-text {
    opacity: 1;
    z-index: 1;
    bottom: -45px;
  }

  div.filter-resault--list div.resault-content--right div.destinations-text--box div.destinations-text:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #dedede;
    border-top: 0;
    margin-left: -11px;
    margin-top: -11px;
  }

div.ordering-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  float: left;
}

  div.ordering-box select.ordering-select {
    width: auto;
    padding-right: 5px;
  }

    div.ordering-box select.ordering-select:focus {
      border-color: #ddd;
    }

    div.ordering-box select.ordering-select option {
      max-width: 100%;
      width: 110px;
    }

  div.ordering-box label {
    font-weight: 500;
    font-size: 14px;
    color: #555;
    padding-left: 20px;
    margin-bottom: 0;
  }

div.filter-resault--list div.resault-content--right div.right-items.tour-class a > span {
  color: #6eaad4 !important;
  padding-right: 5px;
}

div.filter-resault--list div.resault-content--right div.right-items.tour-class a > i {
  color: #6eaad4;
}

div.filter-resault--list div.resault-content--left div.title {
  margin-bottom: 0;
}

  div.filter-resault--list div.resault-content--left div.title ~ div {
    height: 15px;
  }

    div.filter-resault--list div.resault-content--left div.title ~ div.day-tour {
      border-top: 1px solid #c7d0d9;
      border-bottom: 1px solid #c7d0d9;
      height: auto !important;
      padding: 10px 0;
    }

  div.filter-resault--list div.resault-content--left div.title h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    word-spacing: -3px;
    margin-top: 0;
    font-family: IRANSansWeb_FaNum;
    text-align: center;
  }

  div.filter-resault--list div.resault-content--left div.title span.currency {
    font-size: 14px;
    font-weight: 400;
  }

  div.filter-resault--list div.resault-content--left div.title span.plus-price {
    font-size: 16px;
    font-weight: 400;
    padding: 0 3px;
  }

div.filter-resault--list div.resault-content--left .day-tour {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: IRANSansWeb_FaNum
}

  div.filter-resault--list div.resault-content--left .day-tour span {
    font-size: 22px;
  }

div.filter-resault--list div.resault-content--left .date-tour {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  font-family: IRANSansWeb_FaNum;
  align-items: center;
}

  div.filter-resault--list div.resault-content--left .date-tour div.ariline-name {
    display: flex;
    align-items: center;
  }

    div.filter-resault--list div.resault-content--left .date-tour div.ariline-name i {
      padding-left: 4px;
      font-size: 16px;
    }

div.filter-resault--list div.resault-content--left div.see-more--tour a {
  color: #6eaad4;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

div.filter-resault--list div.resault-content--left div.more-detail-tour a.btn {
  display: block;
  text-align: center;
}

h5.title-wrap--mode {
  display: none;
}

  h5.title-wrap--mode.mobile-size {
    display: none;
  }

div.filter-resault--list div.three-parat--mobile {
  display: none;
}

div.filter-options--mobile > div.close {
  display: none;
}

div.filter-options--mobile > button {
  display: none;
}

.rotate180 {
  transform: translateY(-50%) rotate(180deg) !important;
}

div#buyTourResultTable div.back-time .end-title,
div#buyTourResultTable div .start-title {
  display: none;
}

#buyTourResultTable .table-row div.date-box i {
  display: none;
}

div.tour-list span.select2-selection.select2-selection--multiple {
  background-color: #efefef;
}

/*switch btn in tour list */

div.tour-list div.tour-view--switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

div.tour-list div.tour-view--switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 24px;
  background: #00bdbb;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin-bottom: 0;
  margin: 0 14px;
}

  div.tour-list div.tour-view--switch label:after {
    content: '';
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
  }

/*#sidebarCol div.tour-list div.tour-view--switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 20px;
    background: #eaeaea;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0;
    margin: 0 0 0 10px;
}
    #sidebarCol  div.tour-list div.tour-view--switch label:after {
        content: '';
        position: absolute;
        top: 2.3px;
        left: 2.5px;
        width: 13px;
        height: 13px;
        background: #fff;
        border-radius: 90px;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
    }*/

div.tour-list div.tour-view--switch input:checked + label:after {
  left: calc(100% - 2.5px);
  transform: translateX(-100%);
}

div.tour-list div.tour-view--switch label:active:after {
  width: 40px;
}

div.tour-view--switch {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

div#tourTabPanel-table {
  display: none;
}

  div#tourTabPanel-table .table-tour--list {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  div#tourTabPanel-table div.item-table-view {
    display: flex;
    width: 100%;
    height: 70px;
    padding: 0 15px;
    align-items: center;
    transition: all 300ms ease-in-out;
  }

  div#tourTabPanel-table div.table-tour--list + nav {
    margin-top: 15px
  }

  div#tourTabPanel-table a {
    display: flex;
    width: 100%;
    /*height: 70px;*/
    padding: 0 15px;
    align-items: center;
    transition: all 300ms ease-in-out;
  }

  div#tourTabPanel-table div.item-table-view:nth-child(odd) {
    background-color: #f7f7f7;
  }

  div#tourTabPanel-table div.item-table-view:hover {
    background-color: #e1e1e1;
  }

  div#tourTabPanel-table .table-tour--list .header-table {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }

    div#tourTabPanel-table .table-tour--list .header-table span {
      text-align: center;
      font-size: 17px;
      font-weight: 500;
    }

.header-table .tour-name {
  padding: 0 15px 0 0;
}

div#tourTabPanel-table .tour-name {
  width: 40%;
  color: #262626;
  text-align: right !important;
}

div#tourTabPanel-table .price-tour {
  width: 25%;
  color: #262626;
  text-align: center;
  font-weight: 500;
  font-family: IRANSansWeb_FaNum
}

div#tourTabPanel-table .tour-days {
  width: 15%;
  color: #262626;
  text-align: center;
  font-weight: 500;
  font-family: IRANSansWeb_FaNum
}

div#tourTabPanel-table .name-airline {
  width: 20%;
  color: #262626;
  text-align: center;
  font-weight: 500;
}

  div#tourTabPanel-table .name-airline > span {
    display: block;
    line-height: 2.4rem;
  }

div#tourTabPanel-table a .tour-name span {
  display: flex;
  color: #262626;
  line-height: 2rem;
  font-weight: 500;
  font-size: 13px;
  height: 40px;
  overflow: hidden;
  align-items: center;
}

  div#tourTabPanel-table a .tour-name span:nth-child(2) {
    color: #a7a7a7;
    font-weight: 400;
    font-size: 12px;
    height: auto;
  }

ul.just-available--tours_mobile {
  display: none;
}

.ellipseMultiLine.opened {
  height: auto
}

.blogListNewest-Container {
  /*background-color: #f9f9f9;*/ 
  background:#fff; /* articles sidebar*/
  overflow: hidden;
  padding: 20px;
}

  .blogListNewest-Container h3 {
    margin-bottom: 25px;
    margin-top: 0
  }

/*#Review {
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    opacity: 0
}*/

.imageUploaderSection {
  border: 2px dashed #ccc;
  margin: 15px 0 25px;
  cursor: pointer;
}

  .imageUploaderSection label.uploaderSection {
    color: #a5a5a5;
    cursor: pointer;
    padding: 35px 0 0;
  }

#userPhotoSelectorModal .modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 15px;
}

.fileList > .inner {
  border: 1px solid #e0e0e0;
  padding: 10px;
  background: #f7f7f7;
}

#userPhotoSelectorModalContent .imgWrapper {
  position: relative;
  border: 1px solid #ddd;
  padding: 10px 5px;
  background: #fff;
  width: 100%;
  margin: auto;
  border-radius: 3px;
}

.imgWrapper > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border-radius: 4px;
  max-height: 130px;
}

#userPhotoSelectorModalContent .imageDetails {
  font-size: 11px;
  overflow: hidden;
  direction: ltr;
}

button.removePhotoInfo.btn.tolinkBtn {
  position: absolute;
  top: -7px;
  padding: 0 4px;
  left: -7px;
  font-weight: normal;
  background: #fff;
  color: #9e2648;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}

.imglabel {
  position: relative;
}

.fileList .form-control {
  font-size: 12px;
}

#userPhotoSelectorModal .btn.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ConfirmBtn label {
  padding-right: 0
}

#userPhotoSelectorModal .control__indicator {
  position: absolute;
  top: 0px;
  right: 0;
  height: 19px;
  width: 19px;
  border: none;
  border-radius: 2px;
  background: #e4e4e4;
}

#userPhotoSelectorModal .control--checkbox .control__indicator:after {
  left: 6px;
  top: -1px;
}

.noResult {
  margin-bottom: 0;
  padding: 0;
}

  .noResult .tourCommentsHeaderBodyResult {
    padding: 0;
    font-size: 15px;
    margin-top: 15px;
  }

div.profile-content ul.nav-tabs li a {
  color: #555;
  font-family: IRANSansWeb_FaNum;
}

div.profile-content div.item-list-row {
  overflow: hidden;
  margin-bottom: 20px;
}

  div.profile-content div.item-list-row div.item-list-img img {
    max-width: 100%;
  }

  div.profile-content div.item-list-row div.item-list-text {
    padding-right: 10px;
  }

    div.profile-content div.item-list-row div.item-list-text h6,
    div.profile-content div.item-list-row div.item-list-text h3 {
      margin: 0;
    }

      div.profile-content div.item-list-row div.item-list-text h6 a {
        color: #999;
        margin-bottom: 15px;
        display: block
      }

      div.profile-content div.item-list-row div.item-list-text h3 a {
        color: #333;
      }

    div.profile-content div.item-list-row div.item-list-text p {
      color: #999;
      text-align: right !important;
    }

ul.m-user-page__list li.m-user-page__log div.body a {
  color: #e20a16;
}

.disabledRow {
  display: none
}

.tourReviewHeaderDate span {
  font-family: IRANSansWeb_FaNum;
}
    .tourReviewHeaderDate span label {
        font-size: 12px;
        font-weight: 500;
        margin-left: 5px;
    }
#lg-counter {
  font-family: IRANSansWeb_FaNum;
  direction: ltr;
}

.blogListTravelDifferLink span {
  white-space: initial;
  height: 35px;
  overflow: hidden;
  display: block;
}

div#official {
  clear: both;
  overflow: hidden;
  position: relative;
}

select#tabBarUl.ordering-select {
  height: 36px;
  line-height: 36px;
  margin-top: 2px !important;
}

.tagsContainer a {
  background-color: #777;
  color: #fff;
  font-size: 12px;
  padding: 1px 7px;
  border-radius: 0;
  white-space: nowrap;
}

.sourcesContainer a {
  padding: 3px 5px;
  border-radius: 0;
  font-weight: 400;
  font-size: 11px;
}

.sourcesContainer span, .tagsContainer span {
  background: #e20a16;
  color: #fff;
  padding: 0 5px;
  font-size: 13px;
}

div#buyTourResultTable > button, div#buyTourResultTable > button:focus {
  display: block;
  margin: 0 auto;
  background-color: #363636;
  transition: 300ms ease-in-out;
  color: #fff;
}

  div#buyTourResultTable > button:hover {
    background-color: #00bcbb;
    color: #fff
  }

div.popover-content {
  color: #333 !important;
}

.btn-green {
  border: 1px solid #00bdbb !important;
  background-color: #00bdbb !important;
  transition: background-color .3s !important;
  color: #fff !important;
}

  .btn-green:hover {
    background-color: #009688 !important;
    border-color: #009688;
    color: #fff;
  }

.btn-outline-green {
  border: 1px solid #00bdbb !important;
  background: transparent !important;
  transition: all .3s !important;
  color: #00bdbb !important;
}

  .btn-outline-green:hover {
    background-color: #00bdbb !important;
    color: #fff !important;
  }
.commnetTools {
    margin-top: 10px;
}


@media only screen and (min-width:1200px) {
  div .filter-resault--list div.resault-content--left div.title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  div.filter-resault--list div.resault-content--left div.title ~ div.day-tour {
    padding: 0;
  }

  figure .effect-sadie h2 {
    font-size: 28px;
  }

  h5.title-unwrap--mode {
    display: none;
  }

  div.filter-resault--list div.resault-content--left div.title h5.title-wrap--mode {
    display: block;
    white-space: normal;
    text-align: left;
  }

  div.filter-resault--list div.resault-content--left div.title span.plus-price {
    display: block;
    text-align: left;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  div.filter-resault--list a.imageContainer {
    width: 284px;
  }

  div.filter-resault--list .descriptionContainer {
    width: calc(100% - 284px);
  }

  div.filter-resault--list div.resault-content--left .date-tour > div {
    white-space: nowrap;
    font-size: 12px
  }
}

@media only screen and (max-width: 767px) {
  .ratingsContainer ul li span {
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }

  .ratingsContainer .scoreWrapper i {
    font-size: 25px;
  }

  .CommentForm__questions li span {
    margin-top: 2px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }

  .CommentForm .ratingsContainer .scoreWrapper i {
    margin-right: 0;
    margin-left: 4px;
    font-size: 33px;
    color: #ffc308;
    cursor: pointer;
  }

  .ratingsContainer .rate_Score {
    top: 0
  }

  #sidebarCol {
    padding-left: 0px;
  }

  .blogListSearchUl li {
    margin: 5px 0;
  }

  figure.effect-sadie h2 {
    font-size: 20px;
    white-space: pre-wrap;
  }

  div#tourTabPanel-table div.item-table-view:nth-child(odd) {
    background-color: initial;
  }

  div#tourTabPanel-table div.item-table-view:hover {
    background-color: initial;
  }

  figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -11px, 0);
    transform: translate3d(0, -11px, 0);
  }

  figure.effect-sadie:hover figcaption:before,
  figure.effect-sadie:hover p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  div.tour-list ul#searchResaultsUl > li {
    margin-bottom: 0;
  }

  div.filter-resault--list div.resault-content--left div.more-detail-tour {
    height: auto !important;
    margin-bottom: 10px;
  }

  div#tourTabPanel-table a:first-child {
    flex-wrap: wrap;
    height: auto;
    position: relative;
  }

  div#tourTabPanel-table div.item-table-view {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    flex-wrap: wrap;
    height: 70px;
    overflow: hidden;
    position: relative;
  }

    div#tourTabPanel-table div.item-table-view.show-item {
      height: auto;
    }

  div#tourTabPanel-table a > i {
    position: absolute;
    left: 0;
    color: #000;
    top: 23px;
    transition: 250ms ease-in;
  }

  div#tourTabPanel-table a > span {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    height: 40px;
  }

  div#tourTabPanel-table .tour-name {
    height: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  div#tourTabPanel-table a .tour-name span {
    width: 100%;
  }

  div#tourTabPanel-table a.see-tour--detail {
    height: 40px;
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 15px;
  }

  .m-mrg5T {
    margin-top: 5px;
  }

  .m-mrg10B {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width:768px) and (max-width:992px) {
  div.filter-resault--list a.imageContainer {
    width: 284px;
  }

  div.filter-resault--list .descriptionContainer {
    width: calc(100% - 284px) !important;
  }

  div.filter-resault--list div.resault-content--left .date-tour > div {
    white-space: nowrap;
    font-size: 12px
  }
}

@media only screen and (max-width: 480px) {
  figure.effect-sadie h2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  div.tour-list div.tour-view--switch label {
    margin: 0 5px;
  }
}

/*********** Tour Flex Gallery End ***********/

/*********** Tour Page End ************/

@media only screen and (min-width: 768px) {

  .mrg100T-on-med-and-up {
    margin-top: 100px;
  }

  #userPhotoSelectorModal .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }

  div.filter-resault--list div.resault-content--left div.more-detail-tour a.btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }

  div.filter-resault--list div.resault-content--left {
    position: relative;
  }

  #blogPostMainContainer #contentCol #articleDate {
    float: left !important;
    margin-top: -110px;
    margin-left: 15px !important;
  }

  .blogPostArticle {
    width: 100% !important;
  }

  #searchResaultsUl div.filter-resault--list a.imageContainer {
    margin-bottom: 0
  }
}

@media only screen and (min-width:992px) {
  div.tour-list #searchResaultsUl > li:after {
    content: '';
    margin-right: -20px;
    width: calc(100% + 20px);
  }
}

@media only screen and (max-width:992px) {
    .tabBar-lightTheme.bookingSearch-flightPage #tabBarContainer .tab-content {
        margin-top: 0;
        margin: 0;
        width: 100%;
    }
    ul.just-available--tours_mobile {
        display: inline-block;
        margin-bottom: 4px;
    }

    ul.just-available--tours_mobile div.control__indicator {
      background-color: #c7c7c7;
    }

    ul.just-available--tours_mobile .control:hover input ~ .control__indicator {
      background-color: #c7c7c7;
    }

  div#tourTabPanel-table .price-tour .plus-price {
    display: block;
  }

  div.blog-content > div.row {
    display: flex;
    transform: none;
    flex-wrap: wrap;
  }

    div.blog-content > div.row div.blogSidebarStickySidebar {
      width: 100%;
      flex-grow: 1;
      flex-basis: 100%;
      order: 2;
    }

  div.filter-options--mobile {
    position: fixed;
    top: 100%;
    left: 2%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 500;
    width: 96%;
    margin: 0 auto;
    background-color: #efefef;
    bottom: 40px;
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
  }

    div.filter-options--mobile.show {
      top: 150px;
    }

    div.filter-options--mobile #sidebarCol {
      padding-left: 0 !important;
    }

    div.filter-options--mobile > div.close {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 10;
      opacity: 1;
    }

      div.filter-options--mobile > div.close i {
        color: #565656;
      }

    div.filter-options--mobile > button.btn {
      position: relative;
      border: -30px;
      margin-top: 0;
      margin-bottom: 20px;
      z-index: 5;
      float: left;
    }

  body.overlay:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: hidden;
    background-color: rgba(0, 0, 0, 0.4)
  }

  body.overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    content: '';
  }
  /*radio select filter tour*/
  div.ordering-options--mobile {
    opacity: 0;
    width: 220px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 25px;
    z-index: -1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 300ms ease-in-out;
  }

    div.ordering-options--mobile.show {
      opacity: 1;
      z-index: 500;
    }

  .overlay_ordering {
    position: fixed;
    overflow-y: hidden;
  }

    .overlay_ordering:after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, .5);
    }

  div.filter-options--mobile > div.close {
    display: block;
  }

  div.filter-options--mobile .select2-selection__clear {
    display: none;
  }

  div.filter-options--mobile > button {
    display: block;
  }

  div.ordering-box--mobile {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 45px;
  }

    div.ordering-box--mobile a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-basis: 50%;
      border: 1px solid #0abfbd;
      height: 100%;
      text-align: center;
      color: #0abfbd;
    }

      div.ordering-box--mobile a:nth-child(2) {
        border-right: 0;
      }

  @keyframes ripple {
    0% {
      box-shadow: 0px 0px 0px 1px rgba(220, 10, 20, 0);
    }

    50% {
      box-shadow: 0px 0px 0px 15px rgba(220, 10, 20, 0.1);
    }

    100% {
      box-shadow: 0px 0px 0px 15px rgba(220, 10, 20, 0);
    }
  }

  .md-radio {
    margin: 16px 0;
  }

    .md-radio.md-radio-inline {
      display: inline-block;
    }

    .md-radio input[type="radio"] {
      display: none;
    }

    .md-radio label:before {
      right: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 2px solid rgba(0, 0, 0, 0.54);
    }

    .md-radio label:after {
      top: 5px;
      right: 5px;
      width: 10px;
      height: 10px;
      transform: scale(0);
      background: #e20a16;
    }

    .md-radio input[type="radio"]:checked + label:before {
      border-color: #e20a16;
      animation: ripple 0.2s linear forwards;
    }

    .md-radio input[type="radio"]:checked + label:after {
      transform: scale(1);
    }

    .md-radio label {
      display: inline-block;
      height: 20px;
      position: relative;
      padding: 0 30px;
      margin-bottom: 0;
      cursor: pointer;
      vertical-align: bottom;
      font-weight: 400;
    }

      .md-radio label:before,
      .md-radio label:after {
        position: absolute;
        content: '';
        border-radius: 50%;
        transition: all .3s ease;
        transition-property: transform, border-color;
      }

  div.filter-resault--list .descriptionContainer {
    display: flex;
    width: calc(100% - 325px);
    padding: 16px 10px;
    padding-bottom: 0;
  }

  div.tour-list div.tourListSidebarStickySidebar {
    padding-left: 0 !important;
  }

  div.tourListSidebarStickySidebar {
    display: block;
  }

  .flight-container div.tourListSidebarStickySidebar {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
    #tourScheduleAccordion .accordion-toggle.active > span {
        right: -33px;
    }
    #tourScheduleAccordion{
        padding-right:20px
    }
    #headerSliderWrapper {
        height: 50vh
    }
    .ratingsContainer ul li span {
        width: 100%;
        margin-bottom: 10px;
    }

  div.tour-list div.header h1 {
    font-size: 29px;
  }

    div.tour-list div.header h3 {
        font-size: 29px;
    }

  span.hover-tourClass--color:hover {
    color: #999;
  }

  div.filter-options--mobile div.popover {
    display: none !important;
  }

  div.filter-resault--list div.resault-content--right div.title ~ div {
    height: auto;
  }

  div.filter-resault--list div.resault-content--right div.right-items,
  div.filter-resault--list div.resault-content--right div.title,
  div.filter-resault--list div.resault-content--right .stars-rate {
    margin-bottom: 10px;
  }

  div#tourTabPanel-table .price-tour .plus-price {
    display: initial;
  }

  .tourBuyBtn {
    width: 160px;
    border-radius: 2px;
  }

  #buyTourResultTable .table-row div .date-boxer {
    display: flex;
    align-items: center;
  }

  #buyTourResultTable .table-row.header {
    border-bottom: none;
    width: 100%;
    padding-bottom: 0;
  }

    #buyTourResultTable .table-row.header .wrapper.text-4 .text {
      width: 50%;
      padding-bottom: 0;
    }

  #buyTourResultTable .table-row {
    display: block;
    padding-top: 0;
    height: 42px;
    overflow: hidden;
  }

    #buyTourResultTable .table-row.show {
      height: auto;
    }

  #buyTourResultTable .disabledRow {
    display: none;
    flex-wrap: wrap;
  }

  #buyTourResultTable .table-row .wrapper.text-4 {
    flex-wrap: wrap;
  }

  #buyTourResultTable .table-row .wrapper.text-2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  #buyTourResultTable .table-row div.text {
    display: flex;
    width: 100%;
    justify-content: right;
    flex-direction: row;
    white-space: initial;
  }

  .table-row .wrapper .text-mobile {
    margin-left: 16px;
    min-width: 70px;
  }

  #buyTourResultTable .table-row div.date-box .text {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  #buyTourResultTable .table-row div.back-time {
    width: 100% !important;
  }

  #buyTourResultTable .table-row div.date-box i {
    position: absolute;
    left: 0;
    top: 12px;
    text-align: left;
    display: inline-block;
    left: 12px;
  }

  #buyTourResultTable .table-row div.date-box div.text p {
    color: #222;
    font-weight: 400;
    font-size: 14px;
  }

  #buyTourResultTable .disabledRow div.date-box div.text p {
    color: #bbbbbb;
  }

  #buyTourResultTable .table-row div.date-box div.text p:nth-child(2) {
    padding-right: 5px;
  }

  .innerTableWrapper {
    width: 100%;
  }

  .bestDestinations i {
    display: none;
  }

  .img-bestDestinations > div {
    background-color: #eee;
  }

  #chartdivMap {
    width: 100%;
    height: 400px;
    margin: 0;
    z-index: 1012;
  }

  div.filter-resault--list div.resault-content--right div.stars-rate {
    height: auto !important;
  }

  div.filter-options--mobile.show {
    top: 62px;
    bottom: 0;
    margin: 0;
    margin-bottom: 4px !important;
  }

  .blogListSearchUl li {
    margin: 5px 0;
  }

  #tabBarUl.fixed {
    top: 95px;
  }

  #tabBarUl li {
    width: auto;
  }

    #tabBarUl li a {
      padding: 0 !important;
    }

  #tabBarUl.fixed li:last-child {
    top: -1px;
  }

  #headerSliderContent h1 {
    font-size: 30px;
  }

  #headerSliderContent h2 {
    font-size: 25px;
  }

  #headerSliderContent p {
    font-size: 18px;
  }

  .tourCommentsHeaderBodyRight {
    text-align: center;
  }

  #tourCommentsHeaderBody .sidebarBtn {
    margin: auto !important;
    /*float: none !important;*/
  }

  .tourCommentsUl li {
    padding: 30px 0;
  }

  #searchResaultsUl div.filter-resault--list {
    flex-wrap: wrap;
  }

  div.filter-resault--list a.imageContainer {
    width: 100%;
    height: 250px;
  }

  div.filter-resault--list .descriptionContainer {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    padding: 0 15px;
  }

  div.filter-resault--list .resault-content--right {
    width: 100%;
  }

  div.filter-resault--list div.resault-content--left {
    width: 100%;
    padding-right: 0;
  }

  h5.title-wrap--mode.mobile-size {
    display: block;
    text-align: left;
    margin: 0;
  }

  div.filter-resault--list div.resault-content--left div.title h5.title-wrap--mode {
    display: none;
  }

  div.filter-resault--list div.resault-content--right .stars-rate {
    height: auto;
    display: flex;
    justify-content: space-between;
  }

  h5.title-wrap--mode.mobile-size span.plus-price {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
  }

  h5.title-wrap--mode.mobile-size span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    word-spacing: -6px;
    margin-top: 20px;
    font-family: IRANSansWeb_FaNum;
  }

    h5.title-wrap--mode.mobile-size span.currency {
      font-size: 14px;
      font-weight: 400;
    }

  div.filter-resault--list div.resault-content--right div.destinations-tour {
    display: none;
  }

  div.filter-resault--list div.three-parat--mobile {
    display: block;
  }

  div.filter-resault--list div.three-parat--mobile {
    height: auto !important;
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

    div.filter-resault--list div.three-parat--mobile label {
      display: block;
      color: #bfbfbf !important;
      font-weight: 500;
      font-family: inherit !important;
      font-size: 14px !important;
      margin-bottom: 8px !important;
    }

    div.filter-resault--list div.three-parat--mobile > div span {
      color: #000;
      font-weight: 500;
      font-size: 14px;
      font-family: IRANSansWeb_FaNum;
    }

    div.filter-resault--list div.three-parat--mobile > div.tour-type span {
      color: #000;
      font-weight: 500;
      font-size: 14px;
      font-family: inherit;
    }

  #searchResaultsUl div.filter-resault--list {
    display: flex;
    padding: 0;
  }

  #tabBarContainer #tourTabPanel {
    padding: 0;
  }

  div.filter-resault--list div.resault-content--left div.title {
    margin-bottom: 0;
  }

  div.filter-resault--list div.resault-content--left div.more-detail-tour a.btn {
    margin: 0;
  }

  div.filter-resault--list div.resault-content--right div.right-items.tour-class a {
    padding-top: 3px;
  }

  div.filter-resault--list div.resault-content--right .stars-rate ul li i {
    font-size: 18px;
  }

  #searchResaultsUl > li:after {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 500px) {
  #chartdivMap {
    height: 350px;
  }

  #tabBarUl li {
    width: 70px;
  }

    #tabBarUl li a i {
      font-size: 20px;
    }

  #tabBarUl.fixed li:last-child {
    top: -2px;
  }

  #tabLinkComments {
    top: 0;
  }

  .tourListSearchResult .tourDescriptionFooter li {
    font-size: 13px;
    line-height: 30px;
  }

    .tourListSearchResult .tourDescriptionFooter li i {
      line-height: 30px;
    }

  .tourCommentsHeaderBodyResult {
    padding: 30px 5px;
  }

 
}

@media only screen and (max-width:1024px) {
  div.filter-resault--list div.resault-content--left .date-tour {
    justify-content: space-between;
    font-family: IRANSansWeb_FaNum;
    line-height: 25px;
  }
}

@media only screen and (max-width:370px) {
  #chartdivMap {
    height: 300px;
  }

  div.filter-resault--list div.resault-content--right .stars-rate {
    height: auto !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  h5.title-wrap--mode.mobile-size {
    display: block;
    text-align: right;
    margin: 0;
    white-space: nowrap;
    margin-top: 10px;
  }

  div.filter-resault--list div.resault-content--right .stars-rate ul {
    display: flex;
    width: 100%;
  }

  div#buyTourResultTable div.table-row div.back-time-title {
    display: none;
  }

  div#buyTourResultTable div.table-row div.back-time .end-title,
  div#buyTourResultTable div.table-row div .start-title {
    display: block;
    margin-left: 5px;
  }

  #buyTourResultTable .table-row div.back-time {
    display: flex;
    justify-content: space-between;
  }

  #buyTourResultTable .table-row div.date-box i {
    top: 10px;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 320px) {
  .img-bestDestinations > div {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  .blogListresaultList .resaultContentHeaderRight h1 a {
    font-size: 18px !important;
  }

  .tourDescriptionFooter li a {
    font-size: 10px !important;
  }

  .resaultContentHeaderRight h1,
  .resaultContentHeaderRight h1 a {
    line-height: 28px;
  }

  .tourDescriptionFooter {
    height: auto;
  }

  #tabBarUl li {
    width: 50px;
  }

  #tabBarUl li a i {
    font-size: 16px;
  }

  .pagination > li > a,
  .pagination > li > span {
    font-size: 16px;
  }

  .pagination-box .costumizPaginton {
    margin-top: 20px !important;
  }
}

/* Blog Header Slider */

#blogSliderWrapper {
  padding-bottom: 50px;
  background-color: #efefef;
}

.blogSliderSlides {
  position: relative;
  margin: 0 1px;
}

.blogSlideCover {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blogSlideFooter {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 90px;
}

.floatingCategory {
  position: absolute;
  background-color: #e20a16;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  top: -15px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.floatingCategory:hover {
  color: #fff;
}

.blogSlideFooter h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 18px;
}

/* Main Content */

.blogListSidebar {
  padding: 20px !important;
}

.blogListSidebar h3 {
  text-align: right;
  font-size: 20px;
  margin: 30px 0 !important;
}

.panel-title {
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  margin-bottom: 10px;
}

.panel-title:hover {
  font-weight: 500;
}

.panel-title a:after {
  font-family: 'FontAwesome';
  content: "\f053";
  float: left;
  font-size: 12px;
}

.panel-title a.collapsed:after {
  content: "\f078";
}

.panel {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-image: none !important;
  background-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding: 5px 15px;
}

.blogListNewest {
  padding-right: 0;
}

.blogListNewest li {
  margin-bottom: 15px;
}

.blogListNewest .blogListNewestImage {
  background-size: cover;
  height: 60px;
  width: 60px;
  float: right;
}

.blogListNewest a {
  color: #444;
}

.blogListNewest p {
  margin: 0 70px 0 0;
  /*font-family: IRANSansWeb_Light_FaNum;*/
}

.panel-body>ul {
  padding-right: 0;
}

.panel-body>ul li {
  margin-bottom: 5px;
}

.panel-body>ul li a {
  color: #777;
  border-right: solid 2px transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.panel-body>ul li a:hover {
  color: #000;
  border-color: #ccc;
  padding-right: 6px;
}

.panel-default>.panel-heading {
  padding: 3px 0;
  background-image: none !important;
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}

.blogListHeading {
  padding: 15px 0;
  color: #444;
  font-size: 28px;
}
.categorytagListHeading {
    font-size: 21px;
}

.blogListSearchUl {
    margin: 20px 0 0 0;
}

.blogListresaultList .descriptionContainer {
    /*padding: 0 !important;*/
    /*margin: 0 20px;*/
    padding-left: 20px;
    padding-right: 20px;
}

.resaultContentDividerBottom {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
}

.resaultContentDividerTop .tourDescription {
  padding: 10px 0;
}
.resaultContentDividerTop .category-title {
  margin-bottom: 10px;
}
.resaultContentDividerTop .category-title a{
  color: #e20a16;
}.resaultContentDividerTop .category-title a i{
  padding-left:5px;
}
div.blogListresaultList .resaultContentHeaderRight h1{
  margin: 0;
}
.blogListresaultList .resaultContentHeaderRight h1 a {
  color: #444;
  font-size: 22px;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.blogListresaultList .resaultContentHeaderRight h1 a:hover {
  color: #e20a16;
}

.tourDescriptionFooter li a,
.tourDescriptionFooter li span {
    color: #999;
}

.tourDescriptionFooter li a[data-original-title] {
  color: #039CDA;
  position: relative;
}

.imageContainer .icon-play svg{
    position: absolute;
    fill: white;
    bottom: 25px;
    left: 30px;
    z-index: 2;
}
.imageContainer .icon-play:after {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0.95;
    background-color: rgb(226, 10, 22);
    bottom: 16px;
    left: 20px;
    content: "";
    border-radius: 50%;
}

.tourDescriptionFooter li a[data-original-title]:hover {
  color: #039CDA;
}

.tourDescriptionFooter li a[data-original-title]:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

div.popover-content {
  text-align: justify;
}

.tourDescriptionFooter li a[data-original-title]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.tourDescriptionFooter li a:hover {
  color: #e20a16;
}

.blogListSidebar>.form-group>input {
  width: calc(100% - 50px);
  display: inline-block;
  border: none;
  background-color: #f4f4f4;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
  float: right;
}

.blogListSidebar>.form-group>button {
  display: inline-block;
  width: 50px;
  background-color: #e20a16;
  color: #fff;
  border: none;
  background-image: none;
  border-radius: 0;
  height: 50px;
  line-height: 60px;
  font-size: 20px;
  float: left;
  padding: 0;
}

/* Travel Differently */

.blogListNewToursWrapper {
  background-color: #f8f8f8;
}

.blogListNewToursWrapper #newToursWrapper {
  margin-bottom: 50px;
}

.blogListTravelDiffer .newTourTag {
  top: -20px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
}

.blogListTravelDifferLink {
  font-size: 13px;
  font-weight: 500;
  margin: 15px 0;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  transition: all .2s;
  -webkit-transition: all .2s;
  font-family: IRANSansWeb_FaNum;
}

.blogListTravelDifferLink:hover {
  color: #e20a16;
}

.blogListTravelDiffer .newToursCover {}

/*************************************
************* Blog Post **************
*************************************/

/* Blog Post Header Slider */

#blogPostHeaderSliderWrapper {
    height: 500px;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*display: -webkit-box;
    display: -ms-flexbox;*/
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

#blogPostHeaderSliderContent.ContentTitle {
  text-align: center;
  margin-bottom: 10px;
}

#blogPostHeaderSliderContent.ContentTitle h1 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0;
  display: inline-block;
  text-align: center;
  text-shadow: 0 0 0
}

#blogPostHeaderSliderContent {
  text-align: center;
  text-align: center;
  position: relative;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}

#blogPostHeaderSliderContent h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 3px 3px rgb(0, 0, 0);
  text-align: center;
  font-weight: 400;
  padding-bottom: 10px;
  display: inline-block;
  padding: 20px;
}

#standardPageMainContainer h2 {
  line-height: 1.5;
}

/* Article Content */

#blogPostMainContainer #contentCol,
#blogPostMainContainer #sidebarCol {
  margin-top: 40px;
}

#blogPostMainContainer #sidebarCol #sidebar {
  margin-top: 0 !important;
}

#blogPostMainContainer #contentCol #articleDate {
  background-color: #00BCBB;
  color: #fff;
  width: 80px;
  height: 80px;
  float: right;
  margin-left: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#blogPostMainContainer #contentCol #articleDate .articleDateDay {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

#blogPostMainContainer #contentCol #articleDate p {
  margin: 0;
}

.blogPostArticle {
  float: left;
  width: 85%;
  width: calc(100% - 100px);
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  padding-left: 15px;
  position:relative
}

.blogPostArticle p {
  margin-bottom: 15px;
  text-align: justify;
}

.blogPostArticle p,
.blogPostArticle span {
  /*font-family: IRANSansWeb_Light_FaNum;*/
}

.blogPostArticle h2 span,
.blogPostArticle h3 span,
.blogPostArticle h4 span {
  margin: 30px 0;
  color: #555;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5em;
}

.blogPostArticle img {
  margin: 30px auto;
  max-width: 100%;
  max-height: 800px;
  width: auto;
  height: auto;
}

p.customBlockquote {
  margin-right: 50px;
  position: relative;
  color: #888;
}

p.customBlockquote:before {
  content: "\201D";
  color: #e20a16;
  margin: 0 10px;
  font-size: 120px;
  position: absolute;
  top: 60px;
  right: -60px;
}

p.importantText {
  color: #e20a16;
  font-size: 28px;
  float: left;
  width: 250px;
  margin: 20px 30px 20px 0;
  line-height: 40px;
  font-weight: 500;
}

.blogPostArticle .resaultContentDividerBottom {
  position: static;
  background-color: #f4f4f4;
  height: 50px;
  line-height: 50px;
}

.blogPostArticle .resaultContentDividerBottom ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogPostArticle .resaultContentDividerBottom ul li {
  float: right;
  margin: 0 15px;
}

.blogPostArticle .resaultContentDividerBottom ul li i {
  float: right;
  margin: -2px 0 0 5px;
  line-height: 50px;
  font-size: 12px;
}

.tourDescriptionFooterRight a {
  font-size: 13px;
  color: #4E4E4E;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.tourDescriptionFooterRight a:hover {
  color: #e20a16;
}

.tourDescriptionFooterLeft {
  justify-content: flex-end !important;
}

.tourDescriptionFooterLeft a {
  color: #000;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.tourDescriptionFooterLeft a:hover {
  color: #999;
}

.h1DarkBlogList {
  font-size: 26px;
  color: #444;
  text-align: right;
  margin: 60px 0 40px;
}

.blogPostBestSelling #bestSellingToursWrapper {
  margin-bottom: 40px;
}

.bestSellingSlideFooter {
  padding: 0 15px !important;
}

/* BlogPost Comments */

.commentsList {
  padding: 20px 0;
  border-bottom: solid 1px #eee;
}

.commentsList.repliedComment {
  padding-right: 110px;
}

.commentPicture {
  width: 80px;
  height: 80px;
  background-size: cover;
  border: 0;
  border-radius: 40px;
  float: right;
  margin: 0 0 0 30px;
}

.commentContent {
  width: 85%;
  width: calc(100% - 110px);
  float: left;
}

.commentContent h4 {
  font-size: 16px;
  color: #333;
}

.commentContent span {
  font-size: 14px;
  color: #999;
  padding-right: 30px;
  font-weight: 200;
}

.comment-text p {
  line-height: 26px;
  font-weight: 300;
}

.commentContentFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.commentContentFooter ul {
  padding-right: 0;
}

.commentContentFooter ul li a {
  color: #7c7c7c;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.commentContentFooter ul li a.likeBtn:hover {
  color: #00BCBB;
}

.commentContentFooter ul li a.dislikeBtn:hover {
  color: #e20a16;
}

.commentContentFooter ul li a:hover {
  color: #222;
}

.commentContentFooter ul li {
  float: right;
  font-size: 16px;
  font-weight: 300;
  margin-left: 10px;
}

.commentContentFooterLikeList li {
  margin-left: 30px !important;
}

.commentContentFooter ul li i {
  float: right;
  margin: 2px 0 0 5px;
}



.generalCover {
  height: 500px;
  /* background-attachment: fixed; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.generalCover:after {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 0;
}

.asset_overlay {
  text-align: center;
  display: block;
  /*padding-top: 210px;*/
  z-index: 2;
  position: relative
}

.asset_overlay h1 {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  color: #fff;
}

.selling_Details i {
  vertical-align: middle;
  color: #e20a16;
}

.asset_overlay h1 {
  font-size: 60px;
  color: #fff;
  text-align: right;
  font-weight: 500;
  padding-bottom: 10px;
}

.generalCover ul {
  display: flex;
  font-size: 18px;
  text-shadow: 0px 0 0 rgba(0, 0, 0, 0.7);
  color: #444;
  line-height: 38px;
  background: rgba(232, 232, 232, 0.78);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: 0;
  align-content: space-between;
  justify-content: space-around;
  padding: 8px 0;
  z-index: 2;
}

div.bc-gray--container div.blog-list--cards div#sidebar {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}

div.bc-gray--container div.blog-list--cards div#sidebar input#searchTermSidebar {
  background-color: #efefef;
}

div.bc-gray--container div.blog-list--cards div.blogListNewest-Container {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 0 0 4px 4px;
}

div.bc-gray--container div.blog-list--cards div#contentCol ul#searchResaultsUl>li {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
}

div.bc-gray--container div.blog-list--cards div#contentCol ul#searchResaultsUl li div.blogListresaultList .imageContainer {
  height: 200px;
  border-radius: 0 4px 4px 0;
  display:block;
}

div.bc-gray--container div.blog-list--cards div#contentCol ul#searchResaultsUl li div.blogListresaultList div.descriptionContainer {
  padding-top: 14px  !important;
    padding-bottom: 14px  !important;
}


div.bc-gray--container div.blog-list--cards div#contentCol ul#searchResaultsUl li div.blogListresaultList div.descriptionContainer div.resaultContentDividerBottom li {
  background-color: transparent;
  box-shadow: none;
}

div.in-article-related{
  width: 43%;
  float: left;
  margin: 0 20px 20px 0;
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
} 
div.in-article-related h4{
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 10px;
}
div.in-article-related a{
  color: #e20a16;
  display: block;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
}
ul.blogListSearchUl > li > a{
    height:200px;
   display:flex;
}
ul.blogListSearchUl li > a > img {
   height: 200px;
   margin:0 !important;
   border-radius:0 4px 4px 0; 
}
ul.blogListSearchUl li > a > span {
  display:block;
  width:66.66%;
  padding:14px 20px  14px 20px;
  color:#000;
  font-size:20px;
  font-weight:600;
}


@media only screen and (max-width: 991px) {
    div #sidebarCol {
        padding-right: 0;
        clear: both
    }

    div.blog-list--cards {
        margin-top: 0 !important;
    }

    div.blog-list--cards > .row {
        display: flex;
        flex-wrap: wrap;
    }

    div.blog-list--cards div.blogSidebarStickySidebar {
        width: 100%;
    }

    #blogPostMainContainer #contentCol #articleDate {
        width: 100%;
        height: 80px;
        float: none;
        margin-left: 0;
        text-align: right;
        background-color: transparent;
        color: #00BCBB;
        display: block;
        height: auto;
        margin-bottom: 20px;
    }

    #blogPostMainContainer #contentCol #articleDate .articleDateDay {
        font-size: 32px;
        line-height: 1em;
        display: inline;
        padding: 0 5px;
        border-right: solid 4px #00bcbb;
    }

    #blogPostMainContainer #contentCol #articleDate p {
        font-size: 24px;
        line-height: 1em;
        display: inline;
    }


}

@media only screen and (max-width: 768px) {
    div.blogListresaultList div.tourDescription {
        display: none;
    }

    #blogPostHeaderSliderContent h1 {
        font-size: 35px;
        line-height: 4.5rem;
    }

    .blogPostHeaderSliderWrapper-fullwidth #blogPostHeaderSliderContent h1 {
        font-size: 20px;
        line-height: 4.5rem;
    }

    #blogPostHeaderSliderWrapper {
        height: 400px;
    }

    .blogPostHeaderSliderWrapper-fullwidth {
        height: 200px !important;
    }

    #blogPostMainContainer .row {
        margin: 0;
    }

    #blogPostMainContainer #contentCol,
    #blogPostMainContainer #sidebarCol {
        margin-top: 15px;
    }



    .blogPostArticle {
        float: none;
        width: 100%;
        padding: 0 5px;
    }

    .blogPostArticle .resaultContentDividerBottom ul {
            justify-content: space-between !important;
        }

    #commentsUl {
        padding-right: 0;
    }

    .commentPicture {
        width: 60px;
        height: 60px;
        margin: 10px 0 0 20px;
    }

    .commentContent {
        width: 85%;
        width: calc(100% - 80px);
    }

    .commentsList.repliedComment {
        padding-right: 70px;
    }

    .blogPostArticle .resaultContentDividerBottom {
        background-color: #f4f4f4;
        height: auto;
        line-height: initial;
        overflow: hidden;
    }

        .blogPostArticle .resaultContentDividerBottom ul {
            justify-content: initial !important;
        }

            .blogPostArticle .resaultContentDividerBottom ul li {
                align-items: center;
                display: flex;
                flex-wrap: wrap;
            }

    .tourDescriptionFooterRight a {
        padding: 0 3px;
        display: flex;
        align-items: center;
    }

    .blogPostArticle .resaultContentDividerBottom ul {
        white-space: normal;
        flex-wrap: wrap;
        align-items: initial;
        min-height: 40px;
        width: 100%;
        justify-content: initial !important;
    }

    .blogPostArticle .resaultContentDividerBottom ul li i {
        float: right;
        margin: 0 0 0 5px;
        line-height: initial;
        font-size: 12px;
    }

    .blogSlideCover {
        height: 350px;
    }

    ul#searchResaultsUl.blogListSearchUl div.blogListresaultList div.imageContainer {
        margin-bottom: 0;
        height: 265px;
    }

    div.bc-gray--container div.blog-list--cards div#contentCol ul#searchResaultsUl li div.blogListresaultList div.descriptionContainer {
        padding: 14px 10px !important;
    }

    ul#searchResaultsUl.blogListSearchUl div.blogListresaultList div.descriptionContainer div.resaultContentDividerTop div.resaultContentHeaderRight h3 a {
        font-size: 16px;
    }

    #blogSliderWrapper {
        padding-bottom: 0;
        background-color: #efefef;
    }
    .blogListresaultList .resaultContentHeaderRight h1 a {
        font-size: 18px;
    }
    ul.blogListSearchUl li > a {
        height: auto;
        flex-wrap:wrap;
    }

    ul.blogListSearchUl li > a > img {
        height: 250px;
        width: 100%;
        border-radius:4px 4px 0 0;
    }

    ul.blogListSearchUl li > a > span {
        display: block;
        width: 100%;
        padding: 24px 20px 24px 20px;
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }
}
    .termscondition-accordion .panel-title a {
    padding: 10px 15px;
    display: block;
    font-size: 17px;
     }

    .termscondition-accordion .panel-title {
    margin-bottom: 0px;
     }
    .termscondition-accordion .panel-title a:after {
        font-family: 'FontAwesome';
        content: "\f077";
        font-size: 12px;
        margin-left: 6px;
        margin-top: 6px;
    }
    .termscondition-accordion .panel-title a.collapsed:after {
        content: "\f078";
    }
    .termscondition-accordion .panel-title a:hover {
        color: #e20a16;
    }
    .termscondition-accordion .panel-default {
    background: white;
    line-height: 2em;
    margin-bottom: 7px;
    border-radius: 3px;
    }
    .termscondition-accordion .panel-default .panel-title img {
        padding-left: 5px;
    }
.blogPostArticle ul {
    list-style: initial;
    list-style-position: inside;
}
    .blogPostArticle ul li {
        list-style: initial;
        list-style-position: inside;
    }
@charset "UTF-8";
body {
  direction: rtl;
  margin: 0;
}

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

img {
  max-width: 100%;
}

.iconEavar-half-star {
  display: block;
  transform: rotateY(180deg);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Black.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Black.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Black.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Black.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Black.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 600;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Bold.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Medium.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Light.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Light.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_UltraLight.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 600;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Bold.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Bold.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Bold.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Bold.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 500;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Medium.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Medium.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Medium.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Medium.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Medium.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 400;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 300;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Light.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Light.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Light.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Light.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Light.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 200;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_UltraLight.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_UltraLight.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_UltraLight.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_UltraLight.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_UltraLight.ttf) format("truetype");
}
/*Colors*/
/*Font icons*/
/* spacer */
@font-face {
  font-family: "iconmoonEavar";
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.eot?utnsmkk);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.eot?utnsmkk#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.ttf?utnsmkk) format("truetype"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.woff?utnsmkk) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.svg?utnsmkk#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=iconEavar-],
[class*=" iconEavar-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconmoonEavar" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconEavar-friends:before {
  content: "\e93c";
}

.iconEavar-checkbox-circle:before {
  content: "\e93e";
}

.iconEavar-alert-line:before {
  content: "\e93f";
}

.iconEavar-message:before {
  content: "\e93d";
}

.iconEavar-airplane:before {
  content: "\e938";
}

.iconEavar-train:before {
  content: "\e939";
}

.iconEavar-ship-2:before {
  content: "\e93a";
}

.iconEavar-person:before {
  content: "\e93b";
}

.iconEavar-camera:before {
  content: "\e936";
}

.iconEavar-public-transport:before {
  content: "\e933";
}

.iconEavar-ship:before {
  content: "\e934";
}

.iconEavar-standing-up-man:before {
  content: "\e935";
}

.iconEavar-half-star:before {
  content: "\e914";
}

.iconEavar-briefcase:before {
  content: "\e932";
}

.iconEavar-bed:before {
  content: "\e931";
}

.iconEavar-dollar:before {
  content: "\e930";
}

.iconEavar-dots:before {
  content: "\e92f";
}

.iconEavar-user:before {
  content: "\e92e";
}

.iconEavar-insurance:before {
  content: "\e923";
}

.iconEavar-visa:before {
  content: "\e924";
}

.iconEavar-taxi:before {
  content: "\e925";
}

.iconEavar-note:before {
  content: "\e926";
}

.iconEavar-like:before {
  content: "\e927";
}

.iconEavar-flag:before {
  content: "\e928";
}

.iconEavar-play-button:before {
  content: "\e929";
}

.iconEavar-phone:before {
  content: "\e92a";
}

.iconEavar-clock:before {
  content: "\e92b";
}

.iconEavar-sort:before {
  content: "\e92c";
}

.iconEavar-filter:before {
  content: "\e92d";
}

.iconEavar-flights:before {
  content: "\e921";
}

.iconEavar-hotel-t:before {
  content: "\e922";
}

.iconEavar-download:before {
  content: "\e920";
}

.iconEavar-edit-pen:before {
  content: "\e919";
}

.iconEavar-profile:before {
  content: "\e91a";
}

.iconEavar-tick-checkbox:before {
  content: "\e917";
}

.iconEavar-pin:before {
  content: "\e911";
}

.iconEavar-upDown:before {
  content: "\e904";
}

.iconEavar-close:before {
  content: "\e909";
}

.iconEavar-bus:before {
  content: "\e90a";
}

.iconEavar-calendar:before {
  content: "\e901";
}

.iconEavar-family:before {
  content: "\e902";
}

.iconEavar-search:before {
  content: "\e903";
}

.iconEavar-hotel:before {
  content: "\e905";
}

.iconEavar-info-btn:before {
  content: "\e90f";
}

.iconEavar-parking-sign:before {
  content: "\e913";
}

.iconEavar-star:before {
  content: "\e90e";
}

.iconEavar-swimming-silhouette:before {
  content: "\e90c";
}

.iconEavar-team:before {
  content: "\e90d";
}

.iconEavar-tick:before {
  content: "\e910";
}

.iconEavar-tourist:before {
  content: "\e908";
}

.iconEavar-wifi:before {
  content: "\e912";
}

.iconEavar-recycle-bin:before {
  content: "\e937";
}

.iconEavar-add-user-button:before {
  content: "\e91f";
}

.iconEavar-refund:before {
  content: "\e91e";
}

.iconEavar-noresult:before {
  content: "\e91c";
}

.iconEavar-hotelDefault:before {
  content: "\e91d";
}

.iconEavar-plus:before {
  content: "\e91b";
}

.iconEavar-info-border:before {
  content: "\e916";
}

.iconEavar-key:before {
  content: "\e918";
}

.iconEavar-starBorder:before {
  content: "\e915";
}

.iconEavar-chevron-up:before {
  content: "\e90b";
}

.iconEavar-chevron-right:before {
  content: "\e907";
}

.iconEavar-right:before {
  content: "\e907";
}

.iconEavar-chevron-left:before {
  content: "\e906";
}

.iconEavar-left:before {
  content: "\e906";
}

.iconEavar-chevron-down:before {
  content: "\e900";
}

.iconEavar-minus:before {
  content: "\ea0b";
}

.iconEavar-refresh:before {
  content: "\e940";
}

/*Colors*/
/*Font icons*/
/* spacer */
/* media query
-----------------------------------------------------------*/
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*Colors*/
/*Font icons*/
/* spacer */
/* media query
-----------------------------------------------------------*/
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
input[type=text],
input[type=email],
input[type=password] {
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  padding: 8px;
  line-height: 1.5;
  color: #262626;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 0.75rem;
  font-size: 12px;
  position: relative;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border: 1px solid #00a2f9;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled {
  background-color: #e6e6e6;
  color: #999999;
  cursor: not-allowed;
}
input[type=text][type=password], input[type=text][type=email],
input[type=email][type=password],
input[type=email][type=email],
input[type=password][type=password],
input[type=password][type=email] {
  direction: ltr;
}

textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px;
  border: solid 1px #e6e6e6;
}

.form .form-validation,
.form .field-validation-error {
  color: #fc4d4d;
  font-size: 0.75rem;
  font-size: 12px;
  width: 100%;
  margin: 4px auto;
}
.form .form-validation.success,
.form .field-validation-error.success {
  color: #35cc62;
}
.form hr {
  margin: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form .form-element-group {
  width: 100%;
}
.form .form-element-group.form-element-group--with-icon > div {
  position: relative;
}
.form .form-element-group.form-element-group--with-icon input:not([type=submit]),
.form .form-element-group.form-element-group--with-icon select.form-element {
  padding-left: 40px;
}
.form .form-element-group.form-element-group--with-icon i {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.125rem;
  font-size: 18px;
  color: #999999;
  transform: translateY(-50%);
  z-index: 1;
}
.form .form-element-group.form-element-group--with-icon span .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 48px;
}
.form .form-element-group.form-element-group--icon-right i {
  left: auto;
  right: 10px;
}
.form .form-element-group.form-element-group--icon-right input:not([type=submit]),
.form .form-element-group.form-element-group--icon-right select.form-element {
  padding-left: 8px;
  padding-right: 40px;
}
.form .form-element-group.form-element-group--icon-right button {
  position: absolute;
  border: none;
  background: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form .form-element-group.form-element-group--icon-right button i {
  position: relative;
  top: unset;
  transform: unset;
}
.form .form-element-group .pseudo-input {
  position: absolute;
  left: 70px;
  top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.75rem;
  font-size: 12px;
}
.form .form-element-group.success i {
  color: #35cc62;
}
.form .form-element-group.success input {
  border-color: #35cc62;
}
.form .form-element-group.danger i {
  color: #e30713;
}
.form .form-element-group.danger input {
  border-color: #e30713;
}
.form .form__row {
  margin-bottom: 16px;
}

.captcha-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.captcha-box img {
  height: 30px;
  margin-right: 4px;
}
.captcha-box input[type=text] {
  border: none;
  box-shadow: none;
}
.captcha-box > div:first-child {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding-left: 16px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.captcha-box > div:last-child {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
}
.captcha-box button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -moz-transform: -50%;
  -o-transform: -50%;
  -ms-transform: -50%;
  -webkit-transform: -50%;
  transform: -50%;
  left: 0;
}

.arrow-right {
  color: inherit;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 24px;
  margin-left: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-right:before {
  content: "→";
}

.arrow-left {
  color: inherit;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 24px;
  margin-right: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-left:after {
  content: "←";
}

.validation {
  font-weight: 500;
  margin: 4px 0;
  font-size: 0.75rem;
  font-size: 12px;
}
.validation.validation--error {
  color: #e81932;
}
.validation.validation--success {
  color: #00bdbb;
}
.validation.validation--warning {
  color: orange;
}

.message {
  padding: 8px;
  padding-right: 16px;
  color: #ffffff;
  margin: 16px auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.79;
  font-weight: bold;
  font-size: 0.6875rem;
  font-size: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.message::before {
  width: 4px;
  height: 80%;
  position: absolute;
  content: "";
  right: 0;
}
.message.message--success {
  background-color: rgba(53, 204, 98, 0.08);
  color: #35cc62;
}
.message.message--success::before {
  background-color: #35cc62;
}
.message.message--danger {
  background-color: rgba(250, 101, 87, 0.08);
  color: #fa6557;
}
.message.message--danger::before {
  background-color: #fa6557;
}
.message.message--primary {
  background-color: rgba(30, 144, 255, 0.08);
  color: #1e90ff;
}
.message.message--primary::before {
  background-color: #00a2f9;
}
.message.message--warning {
  background-color: rgba(255, 179, 0, 0.08);
  color: #ffb300;
}
.message.message--warning::before {
  background-color: #ffb300;
}
@media (max-width: 992px) {
  .message {
    margin-bottom: 24px;
  }
}
.message span {
  margin: auto 4px;
}
.message i {
  font-size: 1rem;
  font-size: 16px;
  margin-left: 8px;
  line-height: 1;
}

@media (min-width: 993px) {
  .main-container {
    min-height: calc(100vh - 369px);
    min-height: calc(var(--vh, 1vh) * 100 - 369px);
  }
}

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 8px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.no-scroll {
  overflow: hidden;
}

.dis-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-center {
  text-align: center;
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

@media (min-width: 993px) {
  .hide-in-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-in-phone {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-in-not-phone {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hide-in-not-desktop {
    display: none !important;
  }
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.text--red {
  color: #e81932;
}

.text--green {
  color: #00bdbb;
}

.text--light-green {
  color: #35cc62;
}

.text--dark-green {
  color: #00bdd1;
}

.text--blue {
  color: #0088ff;
}

.bullet-list {
  list-style: initial;
  list-style-position: inside;
  margin-bottom: 4px;
}
.bullet-list li {
  list-style: initial;
  list-style-position: inside;
  margin-bottom: 4px;
}

.switch-btn {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch-btn + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 32px;
  height: 16px;
  background: #f3f3f3;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin-bottom: 0;
  margin: 0 14px;
}
.switch-btn + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #bbbbbb;
  border-radius: 90px;
  transition: 0.3s;
}
.switch-btn:checked + label:after {
  left: calc(100% - 2.5px);
  transform: translateX(-100%);
  background: #fc4d4d;
}

.hidden,
.hide {
  display: none !important;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.loader {
  margin: 50px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(134, 134, 134, 0.13);
  border-right: 0.4em solid rgba(134, 134, 134, 0.13);
  border-bottom: 0.4em solid rgba(134, 134, 134, 0.13);
  border-left: 0.4em solid #c5c5c5;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
}

.full-width {
  width: 100%;
}

.bold {
  font-weight: bold;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.font-red {
  color: #e81932;
}

.m16T {
  margin-top: 16px;
}

.m20B {
  margin-bottom: 20px;
}

.m16B {
  margin-bottom: 16px;
}

.z-9 {
  z-index: 9;
}

[data-trigger=click] {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 992px) {
  .dis-block-sm {
    display: block;
  }
}

@media (max-width: 767px) {
  .dis-block-xs {
    display: block;
  }
}

body.is-blur > *:not(.no-blur) {
  filter: blur(25px);
}

.seprator {
  margin: 0;
}

@media (max-width: 767px) {
  .select2-container {
    z-index: 9;
  }
}

.m--0 {
  margin: 0px !important;
}

.mt--0,
.my--0 {
  margin-top: 0px !important;
}

.mr--0,
.mx--0 {
  margin-right: 0px !important;
}

.mb--0,
.my--0 {
  margin-bottom: 0px !important;
}

.ml--0,
.mx--0 {
  margin-left: 0px !important;
}

.m--1 {
  margin: 8px !important;
}

.mt--1,
.my--1 {
  margin-top: 8px !important;
}

.mr--1,
.mx--1 {
  margin-right: 8px !important;
}

.mb--1,
.my--1 {
  margin-bottom: 8px !important;
}

.ml--1,
.mx--1 {
  margin-left: 8px !important;
}

.m--2 {
  margin: 16px !important;
}

.mt--2,
.my--2 {
  margin-top: 16px !important;
}

.mr--2,
.mx--2 {
  margin-right: 16px !important;
}

.mb--2,
.my--2 {
  margin-bottom: 16px !important;
}

.ml--2,
.mx--2 {
  margin-left: 16px !important;
}

.m--3 {
  margin: 24px !important;
}

.mt--3,
.my--3 {
  margin-top: 24px !important;
}

.mr--3,
.mx--3 {
  margin-right: 24px !important;
}

.mb--3,
.my--3 {
  margin-bottom: 24px !important;
}

.ml--3,
.mx--3 {
  margin-left: 24px !important;
}

.m--4 {
  margin: 32px !important;
}

.mt--4,
.my--4 {
  margin-top: 32px !important;
}

.mr--4,
.mx--4 {
  margin-right: 32px !important;
}

.mb--4,
.my--4 {
  margin-bottom: 32px !important;
}

.ml--4,
.mx--4 {
  margin-left: 32px !important;
}

.m--5 {
  margin: 40px !important;
}

.mt--5,
.my--5 {
  margin-top: 40px !important;
}

.mr--5,
.mx--5 {
  margin-right: 40px !important;
}

.mb--5,
.my--5 {
  margin-bottom: 40px !important;
}

.ml--5,
.mx--5 {
  margin-left: 40px !important;
}

.m--6 {
  margin: 48px !important;
}

.mt--6,
.my--6 {
  margin-top: 48px !important;
}

.mr--6,
.mx--6 {
  margin-right: 48px !important;
}

.mb--6,
.my--6 {
  margin-bottom: 48px !important;
}

.ml--6,
.mx--6 {
  margin-left: 48px !important;
}

.m--7 {
  margin: 56px !important;
}

.mt--7,
.my--7 {
  margin-top: 56px !important;
}

.mr--7,
.mx--7 {
  margin-right: 56px !important;
}

.mb--7,
.my--7 {
  margin-bottom: 56px !important;
}

.ml--7,
.mx--7 {
  margin-left: 56px !important;
}

.p--0 {
  padding: 0px !important;
}

.pt--0,
.py--0 {
  padding-top: 0px !important;
}

.pr--0,
.px--0 {
  padding-right: 0px !important;
}

.pb--0,
.py--0 {
  padding-bottom: 0px !important;
}

.pl--0,
.px--0 {
  padding-left: 0px !important;
}

.p--1 {
  padding: 8px !important;
}

.pt--1,
.py--1 {
  padding-top: 8px !important;
}

.pr--1,
.px--1 {
  padding-right: 8px !important;
}

.pb--1,
.py--1 {
  padding-bottom: 8px !important;
}

.pl--1,
.px--1 {
  padding-left: 8px !important;
}

.p--2 {
  padding: 16px !important;
}

.pt--2,
.py--2 {
  padding-top: 16px !important;
}

.pr--2,
.px--2 {
  padding-right: 16px !important;
}

.pb--2,
.py--2 {
  padding-bottom: 16px !important;
}

.pl--2,
.px--2 {
  padding-left: 16px !important;
}

.p--3 {
  padding: 24px !important;
}

.pt--3,
.py--3 {
  padding-top: 24px !important;
}

.pr--3,
.px--3 {
  padding-right: 24px !important;
}

.pb--3,
.py--3 {
  padding-bottom: 24px !important;
}

.pl--3,
.px--3 {
  padding-left: 24px !important;
}

.p--4 {
  padding: 32px !important;
}

.pt--4,
.py--4 {
  padding-top: 32px !important;
}

.pr--4,
.px--4 {
  padding-right: 32px !important;
}

.pb--4,
.py--4 {
  padding-bottom: 32px !important;
}

.pl--4,
.px--4 {
  padding-left: 32px !important;
}

.p--5 {
  padding: 40px !important;
}

.pt--5,
.py--5 {
  padding-top: 40px !important;
}

.pr--5,
.px--5 {
  padding-right: 40px !important;
}

.pb--5,
.py--5 {
  padding-bottom: 40px !important;
}

.pl--5,
.px--5 {
  padding-left: 40px !important;
}

.p--6 {
  padding: 48px !important;
}

.pt--6,
.py--6 {
  padding-top: 48px !important;
}

.pr--6,
.px--6 {
  padding-right: 48px !important;
}

.pb--6,
.py--6 {
  padding-bottom: 48px !important;
}

.pl--6,
.px--6 {
  padding-left: 48px !important;
}

.p--7 {
  padding: 56px !important;
}

.pt--7,
.py--7 {
  padding-top: 56px !important;
}

.pr--7,
.px--7 {
  padding-right: 56px !important;
}

.pb--7,
.py--7 {
  padding-bottom: 56px !important;
}

.pl--7,
.px--7 {
  padding-left: 56px !important;
}

.m--n1 {
  margin: -8px !important;
}

.mt--n1,
.my-n1 {
  margin-top: -8px !important;
}

.mr--n1,
.mx--n1 {
  margin-right: -8px !important;
}

.mb--n1,
.my--n1 {
  margin-bottom: -8px !important;
}

.ml--n1,
.mx--n1 {
  margin-left: -8px !important;
}

.m--n2 {
  margin: -16px !important;
}

.mt--n2,
.my-n2 {
  margin-top: -16px !important;
}

.mr--n2,
.mx--n2 {
  margin-right: -16px !important;
}

.mb--n2,
.my--n2 {
  margin-bottom: -16px !important;
}

.ml--n2,
.mx--n2 {
  margin-left: -16px !important;
}

.m--n3 {
  margin: -24px !important;
}

.mt--n3,
.my-n3 {
  margin-top: -24px !important;
}

.mr--n3,
.mx--n3 {
  margin-right: -24px !important;
}

.mb--n3,
.my--n3 {
  margin-bottom: -24px !important;
}

.ml--n3,
.mx--n3 {
  margin-left: -24px !important;
}

.m--n4 {
  margin: -32px !important;
}

.mt--n4,
.my-n4 {
  margin-top: -32px !important;
}

.mr--n4,
.mx--n4 {
  margin-right: -32px !important;
}

.mb--n4,
.my--n4 {
  margin-bottom: -32px !important;
}

.ml--n4,
.mx--n4 {
  margin-left: -32px !important;
}

.m--n5 {
  margin: -40px !important;
}

.mt--n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr--n5,
.mx--n5 {
  margin-right: -40px !important;
}

.mb--n5,
.my--n5 {
  margin-bottom: -40px !important;
}

.ml--n5,
.mx--n5 {
  margin-left: -40px !important;
}

.m--n6 {
  margin: -48px !important;
}

.mt--n6,
.my-n6 {
  margin-top: -48px !important;
}

.mr--n6,
.mx--n6 {
  margin-right: -48px !important;
}

.mb--n6,
.my--n6 {
  margin-bottom: -48px !important;
}

.ml--n6,
.mx--n6 {
  margin-left: -48px !important;
}

.m--n7 {
  margin: -56px !important;
}

.mt--n7,
.my-n7 {
  margin-top: -56px !important;
}

.mr--n7,
.mx--n7 {
  margin-right: -56px !important;
}

.mb--n7,
.my--n7 {
  margin-bottom: -56px !important;
}

.ml--n7,
.mx--n7 {
  margin-left: -56px !important;
}

.m--auto {
  margin: auto !important;
}

.mt--auto,
.my--auto {
  margin-top: auto !important;
}

.mr--auto,
.mx--auto {
  margin-right: auto !important;
}

.mb--auto,
.my--auto {
  margin-bottom: auto !important;
}

.ml--auto,
.mx--auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-sm--0 {
    margin: 0px !important;
  }
  .mt-sm--0,
  .my-sm--0 {
    margin-top: 0px !important;
  }
  .mr-sm--0,
  .mx-sm--0 {
    margin-right: 0px !important;
  }
  .mb-sm--0,
  .my-sm--0 {
    margin-bottom: 0px !important;
  }
  .ml-sm--0,
  .mx-sm--0 {
    margin-left: 0px !important;
  }
  .m-sm--1 {
    margin: 8px !important;
  }
  .mt-sm--1,
  .my-sm--1 {
    margin-top: 8px !important;
  }
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: 8px !important;
  }
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: 8px !important;
  }
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: 8px !important;
  }
  .m-sm--2 {
    margin: 16px !important;
  }
  .mt-sm--2,
  .my-sm--2 {
    margin-top: 16px !important;
  }
  .mr-sm--2,
  .mx-sm--2 {
    margin-right: 16px !important;
  }
  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: 16px !important;
  }
  .ml-sm--2,
  .mx-sm--2 {
    margin-left: 16px !important;
  }
  .m-sm--3 {
    margin: 24px !important;
  }
  .mt-sm--3,
  .my-sm--3 {
    margin-top: 24px !important;
  }
  .mr-sm--3,
  .mx-sm--3 {
    margin-right: 24px !important;
  }
  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: 24px !important;
  }
  .ml-sm--3,
  .mx-sm--3 {
    margin-left: 24px !important;
  }
  .m-sm--4 {
    margin: 32px !important;
  }
  .mt-sm--4,
  .my-sm--4 {
    margin-top: 32px !important;
  }
  .mr-sm--4,
  .mx-sm--4 {
    margin-right: 32px !important;
  }
  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: 32px !important;
  }
  .ml-sm--4,
  .mx-sm--4 {
    margin-left: 32px !important;
  }
  .m-sm--5 {
    margin: 40px !important;
  }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: 40px !important;
  }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: 40px !important;
  }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: 40px !important;
  }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: 40px !important;
  }
  .m-sm--6 {
    margin: 48px !important;
  }
  .mt-sm--6,
  .my-sm--6 {
    margin-top: 48px !important;
  }
  .mr-sm--6,
  .mx-sm--6 {
    margin-right: 48px !important;
  }
  .mb-sm--6,
  .my-sm--6 {
    margin-bottom: 48px !important;
  }
  .ml-sm--6,
  .mx-sm--6 {
    margin-left: 48px !important;
  }
  .m-sm--7 {
    margin: 56px !important;
  }
  .mt-sm--7,
  .my-sm--7 {
    margin-top: 56px !important;
  }
  .mr-sm--7,
  .mx-sm--7 {
    margin-right: 56px !important;
  }
  .mb-sm--7,
  .my-sm--7 {
    margin-bottom: 56px !important;
  }
  .ml-sm--7,
  .mx-sm--7 {
    margin-left: 56px !important;
  }
  .p-sm--0 {
    padding: 0px !important;
  }
  .pt-sm--0,
  .py-sm--0 {
    padding-top: 0px !important;
  }
  .pr-sm--0,
  .px-sm--0 {
    padding-right: 0px !important;
  }
  .pb-sm--0,
  .py-sm--0 {
    padding-bottom: 0px !important;
  }
  .pl-sm--0,
  .px-sm--0 {
    padding-left: 0px !important;
  }
  .p-sm--1 {
    padding: 8px !important;
  }
  .pt-sm--1,
  .py-sm--1 {
    padding-top: 8px !important;
  }
  .pr-sm--1,
  .px-sm--1 {
    padding-right: 8px !important;
  }
  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: 8px !important;
  }
  .pl-sm--1,
  .px-sm--1 {
    padding-left: 8px !important;
  }
  .p-sm--2 {
    padding: 16px !important;
  }
  .pt-sm--2,
  .py-sm--2 {
    padding-top: 16px !important;
  }
  .pr-sm--2,
  .px-sm--2 {
    padding-right: 16px !important;
  }
  .pb-sm--2,
  .py-sm--2 {
    padding-bottom: 16px !important;
  }
  .pl-sm--2,
  .px-sm--2 {
    padding-left: 16px !important;
  }
  .p-sm--3 {
    padding: 24px !important;
  }
  .pt-sm--3,
  .py-sm--3 {
    padding-top: 24px !important;
  }
  .pr-sm--3,
  .px-sm--3 {
    padding-right: 24px !important;
  }
  .pb-sm--3,
  .py-sm--3 {
    padding-bottom: 24px !important;
  }
  .pl-sm--3,
  .px-sm--3 {
    padding-left: 24px !important;
  }
  .p-sm--4 {
    padding: 32px !important;
  }
  .pt-sm--4,
  .py-sm--4 {
    padding-top: 32px !important;
  }
  .pr-sm--4,
  .px-sm--4 {
    padding-right: 32px !important;
  }
  .pb-sm--4,
  .py-sm--4 {
    padding-bottom: 32px !important;
  }
  .pl-sm--4,
  .px-sm--4 {
    padding-left: 32px !important;
  }
  .p-sm--5 {
    padding: 40px !important;
  }
  .pt-sm--5,
  .py-sm--5 {
    padding-top: 40px !important;
  }
  .pr-sm--5,
  .px-sm--5 {
    padding-right: 40px !important;
  }
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: 40px !important;
  }
  .pl-sm--5,
  .px-sm--5 {
    padding-left: 40px !important;
  }
  .p-sm--6 {
    padding: 48px !important;
  }
  .pt-sm--6,
  .py-sm--6 {
    padding-top: 48px !important;
  }
  .pr-sm--6,
  .px-sm--6 {
    padding-right: 48px !important;
  }
  .pb-sm--6,
  .py-sm--6 {
    padding-bottom: 48px !important;
  }
  .pl-sm--6,
  .px-sm--6 {
    padding-left: 48px !important;
  }
  .p-sm--7 {
    padding: 56px !important;
  }
  .pt-sm--7,
  .py-sm--7 {
    padding-top: 56px !important;
  }
  .pr-sm--7,
  .px-sm--7 {
    padding-right: 56px !important;
  }
  .pb-sm--7,
  .py-sm--7 {
    padding-bottom: 56px !important;
  }
  .pl-sm--7,
  .px-sm--7 {
    padding-left: 56px !important;
  }
  .m-sm--n1 {
    margin: -8px !important;
  }
  .mt-sm--n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm--n1,
  .mx-sm--n1 {
    margin-right: -8px !important;
  }
  .mb-sm--n1,
  .my-sm--n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm--n1,
  .mx-sm--n1 {
    margin-left: -8px !important;
  }
  .m-sm--n2 {
    margin: -16px !important;
  }
  .mt-sm--n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm--n2,
  .mx-sm--n2 {
    margin-right: -16px !important;
  }
  .mb-sm--n2,
  .my-sm--n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm--n2,
  .mx-sm--n2 {
    margin-left: -16px !important;
  }
  .m-sm--n3 {
    margin: -24px !important;
  }
  .mt-sm--n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm--n3,
  .mx-sm--n3 {
    margin-right: -24px !important;
  }
  .mb-sm--n3,
  .my-sm--n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm--n3,
  .mx-sm--n3 {
    margin-left: -24px !important;
  }
  .m-sm--n4 {
    margin: -32px !important;
  }
  .mt-sm--n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm--n4,
  .mx-sm--n4 {
    margin-right: -32px !important;
  }
  .mb-sm--n4,
  .my-sm--n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm--n4,
  .mx-sm--n4 {
    margin-left: -32px !important;
  }
  .m-sm--n5 {
    margin: -40px !important;
  }
  .mt-sm--n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm--n5,
  .mx-sm--n5 {
    margin-right: -40px !important;
  }
  .mb-sm--n5,
  .my-sm--n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm--n5,
  .mx-sm--n5 {
    margin-left: -40px !important;
  }
  .m-sm--n6 {
    margin: -48px !important;
  }
  .mt-sm--n6,
  .my-sm-n6 {
    margin-top: -48px !important;
  }
  .mr-sm--n6,
  .mx-sm--n6 {
    margin-right: -48px !important;
  }
  .mb-sm--n6,
  .my-sm--n6 {
    margin-bottom: -48px !important;
  }
  .ml-sm--n6,
  .mx-sm--n6 {
    margin-left: -48px !important;
  }
  .m-sm--n7 {
    margin: -56px !important;
  }
  .mt-sm--n7,
  .my-sm-n7 {
    margin-top: -56px !important;
  }
  .mr-sm--n7,
  .mx-sm--n7 {
    margin-right: -56px !important;
  }
  .mb-sm--n7,
  .my-sm--n7 {
    margin-bottom: -56px !important;
  }
  .ml-sm--n7,
  .mx-sm--n7 {
    margin-left: -56px !important;
  }
  .m-sm--auto {
    margin: auto !important;
  }
  .mt-sm--auto,
  .my-sm--auto {
    margin-top: auto !important;
  }
  .mr-sm--auto,
  .mx-sm--auto {
    margin-right: auto !important;
  }
  .mb-sm--auto,
  .my-sm--auto {
    margin-bottom: auto !important;
  }
  .ml-sm--auto,
  .mx-sm--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md--0 {
    margin: 0px !important;
  }
  .mt-md--0,
  .my-md--0 {
    margin-top: 0px !important;
  }
  .mr-md--0,
  .mx-md--0 {
    margin-right: 0px !important;
  }
  .mb-md--0,
  .my-md--0 {
    margin-bottom: 0px !important;
  }
  .ml-md--0,
  .mx-md--0 {
    margin-left: 0px !important;
  }
  .m-md--1 {
    margin: 8px !important;
  }
  .mt-md--1,
  .my-md--1 {
    margin-top: 8px !important;
  }
  .mr-md--1,
  .mx-md--1 {
    margin-right: 8px !important;
  }
  .mb-md--1,
  .my-md--1 {
    margin-bottom: 8px !important;
  }
  .ml-md--1,
  .mx-md--1 {
    margin-left: 8px !important;
  }
  .m-md--2 {
    margin: 16px !important;
  }
  .mt-md--2,
  .my-md--2 {
    margin-top: 16px !important;
  }
  .mr-md--2,
  .mx-md--2 {
    margin-right: 16px !important;
  }
  .mb-md--2,
  .my-md--2 {
    margin-bottom: 16px !important;
  }
  .ml-md--2,
  .mx-md--2 {
    margin-left: 16px !important;
  }
  .m-md--3 {
    margin: 24px !important;
  }
  .mt-md--3,
  .my-md--3 {
    margin-top: 24px !important;
  }
  .mr-md--3,
  .mx-md--3 {
    margin-right: 24px !important;
  }
  .mb-md--3,
  .my-md--3 {
    margin-bottom: 24px !important;
  }
  .ml-md--3,
  .mx-md--3 {
    margin-left: 24px !important;
  }
  .m-md--4 {
    margin: 32px !important;
  }
  .mt-md--4,
  .my-md--4 {
    margin-top: 32px !important;
  }
  .mr-md--4,
  .mx-md--4 {
    margin-right: 32px !important;
  }
  .mb-md--4,
  .my-md--4 {
    margin-bottom: 32px !important;
  }
  .ml-md--4,
  .mx-md--4 {
    margin-left: 32px !important;
  }
  .m-md--5 {
    margin: 40px !important;
  }
  .mt-md--5,
  .my-md--5 {
    margin-top: 40px !important;
  }
  .mr-md--5,
  .mx-md--5 {
    margin-right: 40px !important;
  }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: 40px !important;
  }
  .ml-md--5,
  .mx-md--5 {
    margin-left: 40px !important;
  }
  .m-md--6 {
    margin: 48px !important;
  }
  .mt-md--6,
  .my-md--6 {
    margin-top: 48px !important;
  }
  .mr-md--6,
  .mx-md--6 {
    margin-right: 48px !important;
  }
  .mb-md--6,
  .my-md--6 {
    margin-bottom: 48px !important;
  }
  .ml-md--6,
  .mx-md--6 {
    margin-left: 48px !important;
  }
  .m-md--7 {
    margin: 56px !important;
  }
  .mt-md--7,
  .my-md--7 {
    margin-top: 56px !important;
  }
  .mr-md--7,
  .mx-md--7 {
    margin-right: 56px !important;
  }
  .mb-md--7,
  .my-md--7 {
    margin-bottom: 56px !important;
  }
  .ml-md--7,
  .mx-md--7 {
    margin-left: 56px !important;
  }
  .p-md--0 {
    padding: 0px !important;
  }
  .pt-md--0,
  .py-md--0 {
    padding-top: 0px !important;
  }
  .pr-md--0,
  .px-md--0 {
    padding-right: 0px !important;
  }
  .pb-md--0,
  .py-md--0 {
    padding-bottom: 0px !important;
  }
  .pl-md--0,
  .px-md--0 {
    padding-left: 0px !important;
  }
  .p-md--1 {
    padding: 8px !important;
  }
  .pt-md--1,
  .py-md--1 {
    padding-top: 8px !important;
  }
  .pr-md--1,
  .px-md--1 {
    padding-right: 8px !important;
  }
  .pb-md--1,
  .py-md--1 {
    padding-bottom: 8px !important;
  }
  .pl-md--1,
  .px-md--1 {
    padding-left: 8px !important;
  }
  .p-md--2 {
    padding: 16px !important;
  }
  .pt-md--2,
  .py-md--2 {
    padding-top: 16px !important;
  }
  .pr-md--2,
  .px-md--2 {
    padding-right: 16px !important;
  }
  .pb-md--2,
  .py-md--2 {
    padding-bottom: 16px !important;
  }
  .pl-md--2,
  .px-md--2 {
    padding-left: 16px !important;
  }
  .p-md--3 {
    padding: 24px !important;
  }
  .pt-md--3,
  .py-md--3 {
    padding-top: 24px !important;
  }
  .pr-md--3,
  .px-md--3 {
    padding-right: 24px !important;
  }
  .pb-md--3,
  .py-md--3 {
    padding-bottom: 24px !important;
  }
  .pl-md--3,
  .px-md--3 {
    padding-left: 24px !important;
  }
  .p-md--4 {
    padding: 32px !important;
  }
  .pt-md--4,
  .py-md--4 {
    padding-top: 32px !important;
  }
  .pr-md--4,
  .px-md--4 {
    padding-right: 32px !important;
  }
  .pb-md--4,
  .py-md--4 {
    padding-bottom: 32px !important;
  }
  .pl-md--4,
  .px-md--4 {
    padding-left: 32px !important;
  }
  .p-md--5 {
    padding: 40px !important;
  }
  .pt-md--5,
  .py-md--5 {
    padding-top: 40px !important;
  }
  .pr-md--5,
  .px-md--5 {
    padding-right: 40px !important;
  }
  .pb-md--5,
  .py-md--5 {
    padding-bottom: 40px !important;
  }
  .pl-md--5,
  .px-md--5 {
    padding-left: 40px !important;
  }
  .p-md--6 {
    padding: 48px !important;
  }
  .pt-md--6,
  .py-md--6 {
    padding-top: 48px !important;
  }
  .pr-md--6,
  .px-md--6 {
    padding-right: 48px !important;
  }
  .pb-md--6,
  .py-md--6 {
    padding-bottom: 48px !important;
  }
  .pl-md--6,
  .px-md--6 {
    padding-left: 48px !important;
  }
  .p-md--7 {
    padding: 56px !important;
  }
  .pt-md--7,
  .py-md--7 {
    padding-top: 56px !important;
  }
  .pr-md--7,
  .px-md--7 {
    padding-right: 56px !important;
  }
  .pb-md--7,
  .py-md--7 {
    padding-bottom: 56px !important;
  }
  .pl-md--7,
  .px-md--7 {
    padding-left: 56px !important;
  }
  .m-md--n1 {
    margin: -8px !important;
  }
  .mt-md--n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md--n1,
  .mx-md--n1 {
    margin-right: -8px !important;
  }
  .mb-md--n1,
  .my-md--n1 {
    margin-bottom: -8px !important;
  }
  .ml-md--n1,
  .mx-md--n1 {
    margin-left: -8px !important;
  }
  .m-md--n2 {
    margin: -16px !important;
  }
  .mt-md--n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md--n2,
  .mx-md--n2 {
    margin-right: -16px !important;
  }
  .mb-md--n2,
  .my-md--n2 {
    margin-bottom: -16px !important;
  }
  .ml-md--n2,
  .mx-md--n2 {
    margin-left: -16px !important;
  }
  .m-md--n3 {
    margin: -24px !important;
  }
  .mt-md--n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md--n3,
  .mx-md--n3 {
    margin-right: -24px !important;
  }
  .mb-md--n3,
  .my-md--n3 {
    margin-bottom: -24px !important;
  }
  .ml-md--n3,
  .mx-md--n3 {
    margin-left: -24px !important;
  }
  .m-md--n4 {
    margin: -32px !important;
  }
  .mt-md--n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md--n4,
  .mx-md--n4 {
    margin-right: -32px !important;
  }
  .mb-md--n4,
  .my-md--n4 {
    margin-bottom: -32px !important;
  }
  .ml-md--n4,
  .mx-md--n4 {
    margin-left: -32px !important;
  }
  .m-md--n5 {
    margin: -40px !important;
  }
  .mt-md--n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md--n5,
  .mx-md--n5 {
    margin-right: -40px !important;
  }
  .mb-md--n5,
  .my-md--n5 {
    margin-bottom: -40px !important;
  }
  .ml-md--n5,
  .mx-md--n5 {
    margin-left: -40px !important;
  }
  .m-md--n6 {
    margin: -48px !important;
  }
  .mt-md--n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md--n6,
  .mx-md--n6 {
    margin-right: -48px !important;
  }
  .mb-md--n6,
  .my-md--n6 {
    margin-bottom: -48px !important;
  }
  .ml-md--n6,
  .mx-md--n6 {
    margin-left: -48px !important;
  }
  .m-md--n7 {
    margin: -56px !important;
  }
  .mt-md--n7,
  .my-md-n7 {
    margin-top: -56px !important;
  }
  .mr-md--n7,
  .mx-md--n7 {
    margin-right: -56px !important;
  }
  .mb-md--n7,
  .my-md--n7 {
    margin-bottom: -56px !important;
  }
  .ml-md--n7,
  .mx-md--n7 {
    margin-left: -56px !important;
  }
  .m-md--auto {
    margin: auto !important;
  }
  .mt-md--auto,
  .my-md--auto {
    margin-top: auto !important;
  }
  .mr-md--auto,
  .mx-md--auto {
    margin-right: auto !important;
  }
  .mb-md--auto,
  .my-md--auto {
    margin-bottom: auto !important;
  }
  .ml-md--auto,
  .mx-md--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1320px) {
  .m-lg--0 {
    margin: 0px !important;
  }
  .mt-lg--0,
  .my-lg--0 {
    margin-top: 0px !important;
  }
  .mr-lg--0,
  .mx-lg--0 {
    margin-right: 0px !important;
  }
  .mb-lg--0,
  .my-lg--0 {
    margin-bottom: 0px !important;
  }
  .ml-lg--0,
  .mx-lg--0 {
    margin-left: 0px !important;
  }
  .m-lg--1 {
    margin: 8px !important;
  }
  .mt-lg--1,
  .my-lg--1 {
    margin-top: 8px !important;
  }
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: 8px !important;
  }
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: 8px !important;
  }
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: 8px !important;
  }
  .m-lg--2 {
    margin: 16px !important;
  }
  .mt-lg--2,
  .my-lg--2 {
    margin-top: 16px !important;
  }
  .mr-lg--2,
  .mx-lg--2 {
    margin-right: 16px !important;
  }
  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: 16px !important;
  }
  .ml-lg--2,
  .mx-lg--2 {
    margin-left: 16px !important;
  }
  .m-lg--3 {
    margin: 24px !important;
  }
  .mt-lg--3,
  .my-lg--3 {
    margin-top: 24px !important;
  }
  .mr-lg--3,
  .mx-lg--3 {
    margin-right: 24px !important;
  }
  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: 24px !important;
  }
  .ml-lg--3,
  .mx-lg--3 {
    margin-left: 24px !important;
  }
  .m-lg--4 {
    margin: 32px !important;
  }
  .mt-lg--4,
  .my-lg--4 {
    margin-top: 32px !important;
  }
  .mr-lg--4,
  .mx-lg--4 {
    margin-right: 32px !important;
  }
  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: 32px !important;
  }
  .ml-lg--4,
  .mx-lg--4 {
    margin-left: 32px !important;
  }
  .m-lg--5 {
    margin: 40px !important;
  }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: 40px !important;
  }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: 40px !important;
  }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: 40px !important;
  }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: 40px !important;
  }
  .m-lg--6 {
    margin: 48px !important;
  }
  .mt-lg--6,
  .my-lg--6 {
    margin-top: 48px !important;
  }
  .mr-lg--6,
  .mx-lg--6 {
    margin-right: 48px !important;
  }
  .mb-lg--6,
  .my-lg--6 {
    margin-bottom: 48px !important;
  }
  .ml-lg--6,
  .mx-lg--6 {
    margin-left: 48px !important;
  }
  .m-lg--7 {
    margin: 56px !important;
  }
  .mt-lg--7,
  .my-lg--7 {
    margin-top: 56px !important;
  }
  .mr-lg--7,
  .mx-lg--7 {
    margin-right: 56px !important;
  }
  .mb-lg--7,
  .my-lg--7 {
    margin-bottom: 56px !important;
  }
  .ml-lg--7,
  .mx-lg--7 {
    margin-left: 56px !important;
  }
  .p-lg--0 {
    padding: 0px !important;
  }
  .pt-lg--0,
  .py-lg--0 {
    padding-top: 0px !important;
  }
  .pr-lg--0,
  .px-lg--0 {
    padding-right: 0px !important;
  }
  .pb-lg--0,
  .py-lg--0 {
    padding-bottom: 0px !important;
  }
  .pl-lg--0,
  .px-lg--0 {
    padding-left: 0px !important;
  }
  .p-lg--1 {
    padding: 8px !important;
  }
  .pt-lg--1,
  .py-lg--1 {
    padding-top: 8px !important;
  }
  .pr-lg--1,
  .px-lg--1 {
    padding-right: 8px !important;
  }
  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: 8px !important;
  }
  .pl-lg--1,
  .px-lg--1 {
    padding-left: 8px !important;
  }
  .p-lg--2 {
    padding: 16px !important;
  }
  .pt-lg--2,
  .py-lg--2 {
    padding-top: 16px !important;
  }
  .pr-lg--2,
  .px-lg--2 {
    padding-right: 16px !important;
  }
  .pb-lg--2,
  .py-lg--2 {
    padding-bottom: 16px !important;
  }
  .pl-lg--2,
  .px-lg--2 {
    padding-left: 16px !important;
  }
  .p-lg--3 {
    padding: 24px !important;
  }
  .pt-lg--3,
  .py-lg--3 {
    padding-top: 24px !important;
  }
  .pr-lg--3,
  .px-lg--3 {
    padding-right: 24px !important;
  }
  .pb-lg--3,
  .py-lg--3 {
    padding-bottom: 24px !important;
  }
  .pl-lg--3,
  .px-lg--3 {
    padding-left: 24px !important;
  }
  .p-lg--4 {
    padding: 32px !important;
  }
  .pt-lg--4,
  .py-lg--4 {
    padding-top: 32px !important;
  }
  .pr-lg--4,
  .px-lg--4 {
    padding-right: 32px !important;
  }
  .pb-lg--4,
  .py-lg--4 {
    padding-bottom: 32px !important;
  }
  .pl-lg--4,
  .px-lg--4 {
    padding-left: 32px !important;
  }
  .p-lg--5 {
    padding: 40px !important;
  }
  .pt-lg--5,
  .py-lg--5 {
    padding-top: 40px !important;
  }
  .pr-lg--5,
  .px-lg--5 {
    padding-right: 40px !important;
  }
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: 40px !important;
  }
  .pl-lg--5,
  .px-lg--5 {
    padding-left: 40px !important;
  }
  .p-lg--6 {
    padding: 48px !important;
  }
  .pt-lg--6,
  .py-lg--6 {
    padding-top: 48px !important;
  }
  .pr-lg--6,
  .px-lg--6 {
    padding-right: 48px !important;
  }
  .pb-lg--6,
  .py-lg--6 {
    padding-bottom: 48px !important;
  }
  .pl-lg--6,
  .px-lg--6 {
    padding-left: 48px !important;
  }
  .p-lg--7 {
    padding: 56px !important;
  }
  .pt-lg--7,
  .py-lg--7 {
    padding-top: 56px !important;
  }
  .pr-lg--7,
  .px-lg--7 {
    padding-right: 56px !important;
  }
  .pb-lg--7,
  .py-lg--7 {
    padding-bottom: 56px !important;
  }
  .pl-lg--7,
  .px-lg--7 {
    padding-left: 56px !important;
  }
  .m-lg--n1 {
    margin: -8px !important;
  }
  .mt-lg--n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg--n1,
  .mx-lg--n1 {
    margin-right: -8px !important;
  }
  .mb-lg--n1,
  .my-lg--n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg--n1,
  .mx-lg--n1 {
    margin-left: -8px !important;
  }
  .m-lg--n2 {
    margin: -16px !important;
  }
  .mt-lg--n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg--n2,
  .mx-lg--n2 {
    margin-right: -16px !important;
  }
  .mb-lg--n2,
  .my-lg--n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg--n2,
  .mx-lg--n2 {
    margin-left: -16px !important;
  }
  .m-lg--n3 {
    margin: -24px !important;
  }
  .mt-lg--n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg--n3,
  .mx-lg--n3 {
    margin-right: -24px !important;
  }
  .mb-lg--n3,
  .my-lg--n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg--n3,
  .mx-lg--n3 {
    margin-left: -24px !important;
  }
  .m-lg--n4 {
    margin: -32px !important;
  }
  .mt-lg--n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg--n4,
  .mx-lg--n4 {
    margin-right: -32px !important;
  }
  .mb-lg--n4,
  .my-lg--n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg--n4,
  .mx-lg--n4 {
    margin-left: -32px !important;
  }
  .m-lg--n5 {
    margin: -40px !important;
  }
  .mt-lg--n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg--n5,
  .mx-lg--n5 {
    margin-right: -40px !important;
  }
  .mb-lg--n5,
  .my-lg--n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg--n5,
  .mx-lg--n5 {
    margin-left: -40px !important;
  }
  .m-lg--n6 {
    margin: -48px !important;
  }
  .mt-lg--n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg--n6,
  .mx-lg--n6 {
    margin-right: -48px !important;
  }
  .mb-lg--n6,
  .my-lg--n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg--n6,
  .mx-lg--n6 {
    margin-left: -48px !important;
  }
  .m-lg--n7 {
    margin: -56px !important;
  }
  .mt-lg--n7,
  .my-lg-n7 {
    margin-top: -56px !important;
  }
  .mr-lg--n7,
  .mx-lg--n7 {
    margin-right: -56px !important;
  }
  .mb-lg--n7,
  .my-lg--n7 {
    margin-bottom: -56px !important;
  }
  .ml-lg--n7,
  .mx-lg--n7 {
    margin-left: -56px !important;
  }
  .m-lg--auto {
    margin: auto !important;
  }
  .mt-lg--auto,
  .my-lg--auto {
    margin-top: auto !important;
  }
  .mr-lg--auto,
  .mx-lg--auto {
    margin-right: auto !important;
  }
  .mb-lg--auto,
  .my-lg--auto {
    margin-bottom: auto !important;
  }
  .ml-lg--auto,
  .mx-lg--auto {
    margin-left: auto !important;
  }
}
.c-eavar-modal .eavar-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 99;
}
@media (min-width: 768px) {
  .c-eavar-modal .eavar-modal__wrapper {
    max-width: 890px;
    margin: 90px auto;
    position: relative;
  }
}
.c-eavar-modal .eavar-modal.show-modal.fade {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}
.c-eavar-modal .eavar-modal.show-modal.fade .eavar-modal__wrapper {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal.show-modal.fade {
    padding: 60px 12px;
  }
}
.c-eavar-modal .eavar-modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.c-eavar-modal .eavar-modal.fade .eavar-modal__wrapper {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.c-eavar-modal .eavar-modal__content {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 48px;
}
.c-eavar-modal .eavar-modal__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 12px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 12px;
}
.c-eavar-modal .eavar-modal__header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  margin: 0;
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal__header h4 {
    font-size: 16px;
    font-weight: 400;
  }
}
.c-eavar-modal .eavar-modal__header button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-eavar-modal .eavar-modal__header button i {
  color: #e81932;
}
.c-eavar-modal .eavar-modal__body {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal__body {
    height: calc(100vh - 270px);
    height: calc(var(--vh, 1vh) * 100 - 270px);
    overflow: auto;
  }
}

.c-credit-info .credit-info {
  background-color: #fff;
}
.c-credit-info .credit-info .header__company {
  border-bottom: 1px solid #eeeeee;
}
.c-credit-info .credit-info .header__company-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-container {
    font-size: 12px;
  }
}
.c-credit-info .credit-info .header__company-info {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-grow: 1;
}
.c-credit-info .credit-info .header__company-item {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 20px;
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-item {
    gap: 8px;
  }
}
.c-credit-info .credit-info .header__company-refresh {
  border: none;
  background: none;
  color: #00bdd1;
  width: 20px;
  height: 20px;
  min-width: initial;
  cursor: pointer;
}
@media (min-width: 993px) {
  .c-credit-info .credit-info .header__company-refresh {
    border: none;
    background: none;
    width: 20px;
    height: 20px;
    min-width: initial;
  }
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-refresh {
    width: 50px;
  }
}
.c-credit-info .credit-info .header__company-refresh:hover {
  background-color: #00bdd1;
  border-color: #00bdd1;
  color: #ffffff;
}
.c-credit-info .credit-info .header__company-refresh i {
  font-size: 0.8125rem;
  font-size: 13px;
}
.c-credit-info .credit-info .fa-num {
  font-family: "IRANSansWeb_FaNum";
}

.scroll-off {
  overflow: hidden;
}

input[type=checkbox]:checked + label i:before {
  content: "\e917";
  font-family: "iconmoonEavar" !important;
}

/*# sourceMappingURL=publicInInternalLayout.css.map */

@charset "UTF-8";
body {
  direction: rtl;
  margin: 0;
}

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

img {
  max-width: 100%;
}

.iconEavar-half-star {
  display: block;
  transform: rotateY(180deg);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Black.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Black.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Black.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Black.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Black.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 600;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Bold.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Medium.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Light.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_Light.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_UltraLight.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 600;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Bold.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Bold.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Bold.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Bold.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 500;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Medium.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Medium.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Medium.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Medium.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Medium.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 400;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum.eot?#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Bold.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 300;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Light.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_Light.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_Light.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_Light.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_Light.ttf) format("truetype");
}
@font-face {
  font-family: IRANSansWeb_FaNum;
  font-style: normal;
  font-weight: 200;
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_UltraLight.eot);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/eot/IRANSansWeb_FaNum_UltraLight.eot) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff2/IRANSansWeb_FaNum_UltraLight.woff2) format("woff2"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/woff/IRANSansWeb_FaNum_UltraLight.woff) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/IranSans/faNum/ttf/IRANSans_FaNum_UltraLight.ttf) format("truetype");
}
/*Colors*/
/*Font icons*/
/* spacer */
@font-face {
  font-family: "iconmoonEavar";
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.eot?utnsmkk);
  src: url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.eot?utnsmkk#iefix) format("embedded-opentype"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.ttf?utnsmkk) format("truetype"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.woff?utnsmkk) format("woff"), url(/Themes/Eavar.com/UI/Assets/Fonts/FontIcon/icomoonEavar.svg?utnsmkk#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=iconEavar-],
[class*=" iconEavar-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconmoonEavar" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconEavar-friends:before {
  content: "\e93c";
}

.iconEavar-checkbox-circle:before {
  content: "\e93e";
}

.iconEavar-alert-line:before {
  content: "\e93f";
}

.iconEavar-message:before {
  content: "\e93d";
}

.iconEavar-airplane:before {
  content: "\e938";
}

.iconEavar-train:before {
  content: "\e939";
}

.iconEavar-ship-2:before {
  content: "\e93a";
}

.iconEavar-person:before {
  content: "\e93b";
}

.iconEavar-camera:before {
  content: "\e936";
}

.iconEavar-public-transport:before {
  content: "\e933";
}

.iconEavar-ship:before {
  content: "\e934";
}

.iconEavar-standing-up-man:before {
  content: "\e935";
}

.iconEavar-half-star:before {
  content: "\e914";
}

.iconEavar-briefcase:before {
  content: "\e932";
}

.iconEavar-bed:before {
  content: "\e931";
}

.iconEavar-dollar:before {
  content: "\e930";
}

.iconEavar-dots:before {
  content: "\e92f";
}

.iconEavar-user:before {
  content: "\e92e";
}

.iconEavar-insurance:before {
  content: "\e923";
}

.iconEavar-visa:before {
  content: "\e924";
}

.iconEavar-taxi:before {
  content: "\e925";
}

.iconEavar-note:before {
  content: "\e926";
}

.iconEavar-like:before {
  content: "\e927";
}

.iconEavar-flag:before {
  content: "\e928";
}

.iconEavar-play-button:before {
  content: "\e929";
}

.iconEavar-phone:before {
  content: "\e92a";
}

.iconEavar-clock:before {
  content: "\e92b";
}

.iconEavar-sort:before {
  content: "\e92c";
}

.iconEavar-filter:before {
  content: "\e92d";
}

.iconEavar-flights:before {
  content: "\e921";
}

.iconEavar-hotel-t:before {
  content: "\e922";
}

.iconEavar-download:before {
  content: "\e920";
}

.iconEavar-edit-pen:before {
  content: "\e919";
}

.iconEavar-profile:before {
  content: "\e91a";
}

.iconEavar-tick-checkbox:before {
  content: "\e917";
}

.iconEavar-pin:before {
  content: "\e911";
}

.iconEavar-upDown:before {
  content: "\e904";
}

.iconEavar-close:before {
  content: "\e909";
}

.iconEavar-bus:before {
  content: "\e90a";
}

.iconEavar-calendar:before {
  content: "\e901";
}

.iconEavar-family:before {
  content: "\e902";
}

.iconEavar-search:before {
  content: "\e903";
}

.iconEavar-hotel:before {
  content: "\e905";
}

.iconEavar-info-btn:before {
  content: "\e90f";
}

.iconEavar-parking-sign:before {
  content: "\e913";
}

.iconEavar-star:before {
  content: "\e90e";
}

.iconEavar-swimming-silhouette:before {
  content: "\e90c";
}

.iconEavar-team:before {
  content: "\e90d";
}

.iconEavar-tick:before {
  content: "\e910";
}

.iconEavar-tourist:before {
  content: "\e908";
}

.iconEavar-wifi:before {
  content: "\e912";
}

.iconEavar-recycle-bin:before {
  content: "\e937";
}

.iconEavar-add-user-button:before {
  content: "\e91f";
}

.iconEavar-refund:before {
  content: "\e91e";
}

.iconEavar-noresult:before {
  content: "\e91c";
}

.iconEavar-hotelDefault:before {
  content: "\e91d";
}

.iconEavar-plus:before {
  content: "\e91b";
}

.iconEavar-info-border:before {
  content: "\e916";
}

.iconEavar-key:before {
  content: "\e918";
}

.iconEavar-starBorder:before {
  content: "\e915";
}

.iconEavar-chevron-up:before {
  content: "\e90b";
}

.iconEavar-chevron-right:before {
  content: "\e907";
}

.iconEavar-right:before {
  content: "\e907";
}

.iconEavar-chevron-left:before {
  content: "\e906";
}

.iconEavar-left:before {
  content: "\e906";
}

.iconEavar-chevron-down:before {
  content: "\e900";
}

.iconEavar-minus:before {
  content: "\ea0b";
}

.iconEavar-refresh:before {
  content: "\e940";
}

/*Colors*/
/*Font icons*/
/* spacer */
/* media query
-----------------------------------------------------------*/
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*Colors*/
/*Font icons*/
/* spacer */
/* media query
-----------------------------------------------------------*/
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
input[type=text],
input[type=email],
input[type=password] {
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  padding: 8px;
  line-height: 1.5;
  color: #262626;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 0.75rem;
  font-size: 12px;
  position: relative;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  color: #999999;
  font-size: 0.75rem;
  font-size: 12px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border: 1px solid #00a2f9;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled {
  background-color: #e6e6e6;
  color: #999999;
  cursor: not-allowed;
}
input[type=text][type=password], input[type=text][type=email],
input[type=email][type=password],
input[type=email][type=email],
input[type=password][type=password],
input[type=password][type=email] {
  direction: ltr;
}

textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 8px;
  border: solid 1px #e6e6e6;
}

.form .form-validation,
.form .field-validation-error {
  color: #fc4d4d;
  font-size: 0.75rem;
  font-size: 12px;
  width: 100%;
  margin: 4px auto;
}
.form .form-validation.success,
.form .field-validation-error.success {
  color: #35cc62;
}
.form hr {
  margin: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form .form-element-group {
  width: 100%;
}
.form .form-element-group.form-element-group--with-icon > div {
  position: relative;
}
.form .form-element-group.form-element-group--with-icon input:not([type=submit]),
.form .form-element-group.form-element-group--with-icon select.form-element {
  padding-left: 40px;
}
.form .form-element-group.form-element-group--with-icon i {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.125rem;
  font-size: 18px;
  color: #999999;
  transform: translateY(-50%);
  z-index: 1;
}
.form .form-element-group.form-element-group--with-icon span .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 48px;
}
.form .form-element-group.form-element-group--icon-right i {
  left: auto;
  right: 10px;
}
.form .form-element-group.form-element-group--icon-right input:not([type=submit]),
.form .form-element-group.form-element-group--icon-right select.form-element {
  padding-left: 8px;
  padding-right: 40px;
}
.form .form-element-group.form-element-group--icon-right button {
  position: absolute;
  border: none;
  background: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form .form-element-group.form-element-group--icon-right button i {
  position: relative;
  top: unset;
  transform: unset;
}
.form .form-element-group .pseudo-input {
  position: absolute;
  left: 70px;
  top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.75rem;
  font-size: 12px;
}
.form .form-element-group.success i {
  color: #35cc62;
}
.form .form-element-group.success input {
  border-color: #35cc62;
}
.form .form-element-group.danger i {
  color: #e30713;
}
.form .form-element-group.danger input {
  border-color: #e30713;
}
.form .form__row {
  margin-bottom: 16px;
}

.captcha-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.captcha-box img {
  height: 30px;
  margin-right: 4px;
}
.captcha-box input[type=text] {
  border: none;
  box-shadow: none;
}
.captcha-box > div:first-child {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  padding-left: 16px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.captcha-box > div:last-child {
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-grow: 9;
  flex-grow: 9;
}
.captcha-box button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -moz-transform: -50%;
  -o-transform: -50%;
  -ms-transform: -50%;
  -webkit-transform: -50%;
  transform: -50%;
  left: 0;
}

.arrow-right {
  color: inherit;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 24px;
  margin-left: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-right:before {
  content: "→";
}

.arrow-left {
  color: inherit;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 24px;
  margin-right: 12px;
  transform: scale(0.5);
  margin-left: 4px;
  width: 22px;
}
.arrow-left:after {
  content: "←";
}

.validation {
  font-weight: 500;
  margin: 4px 0;
  font-size: 0.75rem;
  font-size: 12px;
}
.validation.validation--error {
  color: #e81932;
}
.validation.validation--success {
  color: #00bdbb;
}
.validation.validation--warning {
  color: orange;
}

.message {
  padding: 8px;
  padding-right: 16px;
  color: #ffffff;
  margin: 16px auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.79;
  font-weight: bold;
  font-size: 0.6875rem;
  font-size: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.message::before {
  width: 4px;
  height: 80%;
  position: absolute;
  content: "";
  right: 0;
}
.message.message--success {
  background-color: rgba(53, 204, 98, 0.08);
  color: #35cc62;
}
.message.message--success::before {
  background-color: #35cc62;
}
.message.message--danger {
  background-color: rgba(250, 101, 87, 0.08);
  color: #fa6557;
}
.message.message--danger::before {
  background-color: #fa6557;
}
.message.message--primary {
  background-color: rgba(30, 144, 255, 0.08);
  color: #1e90ff;
}
.message.message--primary::before {
  background-color: #00a2f9;
}
.message.message--warning {
  background-color: rgba(255, 179, 0, 0.08);
  color: #ffb300;
}
.message.message--warning::before {
  background-color: #ffb300;
}
@media (max-width: 992px) {
  .message {
    margin-bottom: 24px;
  }
}
.message span {
  margin: auto 4px;
}
.message i {
  font-size: 1rem;
  font-size: 16px;
  margin-left: 8px;
  line-height: 1;
}

@media (min-width: 993px) {
  .main-container {
    min-height: calc(100vh - 369px);
    min-height: calc(var(--vh, 1vh) * 100 - 369px);
  }
}

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 8px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.no-scroll {
  overflow: hidden;
}

.dis-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-center {
  text-align: center;
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

@media (min-width: 993px) {
  .hide-in-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-in-phone {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-in-not-phone {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hide-in-not-desktop {
    display: none !important;
  }
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.text--red {
  color: #e81932;
}

.text--green {
  color: #00bdbb;
}

.text--light-green {
  color: #35cc62;
}

.text--dark-green {
  color: #00bdd1;
}

.text--blue {
  color: #0088ff;
}

.bullet-list {
  list-style: initial;
  list-style-position: inside;
  margin-bottom: 4px;
}
.bullet-list li {
  list-style: initial;
  list-style-position: inside;
  margin-bottom: 4px;
}

.switch-btn {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch-btn + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 32px;
  height: 16px;
  background: #f3f3f3;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin-bottom: 0;
  margin: 0 14px;
}
.switch-btn + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #bbbbbb;
  border-radius: 90px;
  transition: 0.3s;
}
.switch-btn:checked + label:after {
  left: calc(100% - 2.5px);
  transform: translateX(-100%);
  background: #fc4d4d;
}

.hidden,
.hide {
  display: none !important;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.loader {
  margin: 50px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(134, 134, 134, 0.13);
  border-right: 0.4em solid rgba(134, 134, 134, 0.13);
  border-bottom: 0.4em solid rgba(134, 134, 134, 0.13);
  border-left: 0.4em solid #c5c5c5;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
}

.full-width {
  width: 100%;
}

.bold {
  font-weight: bold;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.font-red {
  color: #e81932;
}

.m16T {
  margin-top: 16px;
}

.m20B {
  margin-bottom: 20px;
}

.m16B {
  margin-bottom: 16px;
}

.z-9 {
  z-index: 9;
}

[data-trigger=click] {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 992px) {
  .dis-block-sm {
    display: block;
  }
}

@media (max-width: 767px) {
  .dis-block-xs {
    display: block;
  }
}

body.is-blur > *:not(.no-blur) {
  filter: blur(25px);
}

.seprator {
  margin: 0;
}

@media (max-width: 767px) {
  .select2-container {
    z-index: 9;
  }
}

.m--0 {
  margin: 0px !important;
}

.mt--0,
.my--0 {
  margin-top: 0px !important;
}

.mr--0,
.mx--0 {
  margin-right: 0px !important;
}

.mb--0,
.my--0 {
  margin-bottom: 0px !important;
}

.ml--0,
.mx--0 {
  margin-left: 0px !important;
}

.m--1 {
  margin: 8px !important;
}

.mt--1,
.my--1 {
  margin-top: 8px !important;
}

.mr--1,
.mx--1 {
  margin-right: 8px !important;
}

.mb--1,
.my--1 {
  margin-bottom: 8px !important;
}

.ml--1,
.mx--1 {
  margin-left: 8px !important;
}

.m--2 {
  margin: 16px !important;
}

.mt--2,
.my--2 {
  margin-top: 16px !important;
}

.mr--2,
.mx--2 {
  margin-right: 16px !important;
}

.mb--2,
.my--2 {
  margin-bottom: 16px !important;
}

.ml--2,
.mx--2 {
  margin-left: 16px !important;
}

.m--3 {
  margin: 24px !important;
}

.mt--3,
.my--3 {
  margin-top: 24px !important;
}

.mr--3,
.mx--3 {
  margin-right: 24px !important;
}

.mb--3,
.my--3 {
  margin-bottom: 24px !important;
}

.ml--3,
.mx--3 {
  margin-left: 24px !important;
}

.m--4 {
  margin: 32px !important;
}

.mt--4,
.my--4 {
  margin-top: 32px !important;
}

.mr--4,
.mx--4 {
  margin-right: 32px !important;
}

.mb--4,
.my--4 {
  margin-bottom: 32px !important;
}

.ml--4,
.mx--4 {
  margin-left: 32px !important;
}

.m--5 {
  margin: 40px !important;
}

.mt--5,
.my--5 {
  margin-top: 40px !important;
}

.mr--5,
.mx--5 {
  margin-right: 40px !important;
}

.mb--5,
.my--5 {
  margin-bottom: 40px !important;
}

.ml--5,
.mx--5 {
  margin-left: 40px !important;
}

.m--6 {
  margin: 48px !important;
}

.mt--6,
.my--6 {
  margin-top: 48px !important;
}

.mr--6,
.mx--6 {
  margin-right: 48px !important;
}

.mb--6,
.my--6 {
  margin-bottom: 48px !important;
}

.ml--6,
.mx--6 {
  margin-left: 48px !important;
}

.m--7 {
  margin: 56px !important;
}

.mt--7,
.my--7 {
  margin-top: 56px !important;
}

.mr--7,
.mx--7 {
  margin-right: 56px !important;
}

.mb--7,
.my--7 {
  margin-bottom: 56px !important;
}

.ml--7,
.mx--7 {
  margin-left: 56px !important;
}

.p--0 {
  padding: 0px !important;
}

.pt--0,
.py--0 {
  padding-top: 0px !important;
}

.pr--0,
.px--0 {
  padding-right: 0px !important;
}

.pb--0,
.py--0 {
  padding-bottom: 0px !important;
}

.pl--0,
.px--0 {
  padding-left: 0px !important;
}

.p--1 {
  padding: 8px !important;
}

.pt--1,
.py--1 {
  padding-top: 8px !important;
}

.pr--1,
.px--1 {
  padding-right: 8px !important;
}

.pb--1,
.py--1 {
  padding-bottom: 8px !important;
}

.pl--1,
.px--1 {
  padding-left: 8px !important;
}

.p--2 {
  padding: 16px !important;
}

.pt--2,
.py--2 {
  padding-top: 16px !important;
}

.pr--2,
.px--2 {
  padding-right: 16px !important;
}

.pb--2,
.py--2 {
  padding-bottom: 16px !important;
}

.pl--2,
.px--2 {
  padding-left: 16px !important;
}

.p--3 {
  padding: 24px !important;
}

.pt--3,
.py--3 {
  padding-top: 24px !important;
}

.pr--3,
.px--3 {
  padding-right: 24px !important;
}

.pb--3,
.py--3 {
  padding-bottom: 24px !important;
}

.pl--3,
.px--3 {
  padding-left: 24px !important;
}

.p--4 {
  padding: 32px !important;
}

.pt--4,
.py--4 {
  padding-top: 32px !important;
}

.pr--4,
.px--4 {
  padding-right: 32px !important;
}

.pb--4,
.py--4 {
  padding-bottom: 32px !important;
}

.pl--4,
.px--4 {
  padding-left: 32px !important;
}

.p--5 {
  padding: 40px !important;
}

.pt--5,
.py--5 {
  padding-top: 40px !important;
}

.pr--5,
.px--5 {
  padding-right: 40px !important;
}

.pb--5,
.py--5 {
  padding-bottom: 40px !important;
}

.pl--5,
.px--5 {
  padding-left: 40px !important;
}

.p--6 {
  padding: 48px !important;
}

.pt--6,
.py--6 {
  padding-top: 48px !important;
}

.pr--6,
.px--6 {
  padding-right: 48px !important;
}

.pb--6,
.py--6 {
  padding-bottom: 48px !important;
}

.pl--6,
.px--6 {
  padding-left: 48px !important;
}

.p--7 {
  padding: 56px !important;
}

.pt--7,
.py--7 {
  padding-top: 56px !important;
}

.pr--7,
.px--7 {
  padding-right: 56px !important;
}

.pb--7,
.py--7 {
  padding-bottom: 56px !important;
}

.pl--7,
.px--7 {
  padding-left: 56px !important;
}

.m--n1 {
  margin: -8px !important;
}

.mt--n1,
.my-n1 {
  margin-top: -8px !important;
}

.mr--n1,
.mx--n1 {
  margin-right: -8px !important;
}

.mb--n1,
.my--n1 {
  margin-bottom: -8px !important;
}

.ml--n1,
.mx--n1 {
  margin-left: -8px !important;
}

.m--n2 {
  margin: -16px !important;
}

.mt--n2,
.my-n2 {
  margin-top: -16px !important;
}

.mr--n2,
.mx--n2 {
  margin-right: -16px !important;
}

.mb--n2,
.my--n2 {
  margin-bottom: -16px !important;
}

.ml--n2,
.mx--n2 {
  margin-left: -16px !important;
}

.m--n3 {
  margin: -24px !important;
}

.mt--n3,
.my-n3 {
  margin-top: -24px !important;
}

.mr--n3,
.mx--n3 {
  margin-right: -24px !important;
}

.mb--n3,
.my--n3 {
  margin-bottom: -24px !important;
}

.ml--n3,
.mx--n3 {
  margin-left: -24px !important;
}

.m--n4 {
  margin: -32px !important;
}

.mt--n4,
.my-n4 {
  margin-top: -32px !important;
}

.mr--n4,
.mx--n4 {
  margin-right: -32px !important;
}

.mb--n4,
.my--n4 {
  margin-bottom: -32px !important;
}

.ml--n4,
.mx--n4 {
  margin-left: -32px !important;
}

.m--n5 {
  margin: -40px !important;
}

.mt--n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr--n5,
.mx--n5 {
  margin-right: -40px !important;
}

.mb--n5,
.my--n5 {
  margin-bottom: -40px !important;
}

.ml--n5,
.mx--n5 {
  margin-left: -40px !important;
}

.m--n6 {
  margin: -48px !important;
}

.mt--n6,
.my-n6 {
  margin-top: -48px !important;
}

.mr--n6,
.mx--n6 {
  margin-right: -48px !important;
}

.mb--n6,
.my--n6 {
  margin-bottom: -48px !important;
}

.ml--n6,
.mx--n6 {
  margin-left: -48px !important;
}

.m--n7 {
  margin: -56px !important;
}

.mt--n7,
.my-n7 {
  margin-top: -56px !important;
}

.mr--n7,
.mx--n7 {
  margin-right: -56px !important;
}

.mb--n7,
.my--n7 {
  margin-bottom: -56px !important;
}

.ml--n7,
.mx--n7 {
  margin-left: -56px !important;
}

.m--auto {
  margin: auto !important;
}

.mt--auto,
.my--auto {
  margin-top: auto !important;
}

.mr--auto,
.mx--auto {
  margin-right: auto !important;
}

.mb--auto,
.my--auto {
  margin-bottom: auto !important;
}

.ml--auto,
.mx--auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-sm--0 {
    margin: 0px !important;
  }
  .mt-sm--0,
  .my-sm--0 {
    margin-top: 0px !important;
  }
  .mr-sm--0,
  .mx-sm--0 {
    margin-right: 0px !important;
  }
  .mb-sm--0,
  .my-sm--0 {
    margin-bottom: 0px !important;
  }
  .ml-sm--0,
  .mx-sm--0 {
    margin-left: 0px !important;
  }
  .m-sm--1 {
    margin: 8px !important;
  }
  .mt-sm--1,
  .my-sm--1 {
    margin-top: 8px !important;
  }
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: 8px !important;
  }
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: 8px !important;
  }
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: 8px !important;
  }
  .m-sm--2 {
    margin: 16px !important;
  }
  .mt-sm--2,
  .my-sm--2 {
    margin-top: 16px !important;
  }
  .mr-sm--2,
  .mx-sm--2 {
    margin-right: 16px !important;
  }
  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: 16px !important;
  }
  .ml-sm--2,
  .mx-sm--2 {
    margin-left: 16px !important;
  }
  .m-sm--3 {
    margin: 24px !important;
  }
  .mt-sm--3,
  .my-sm--3 {
    margin-top: 24px !important;
  }
  .mr-sm--3,
  .mx-sm--3 {
    margin-right: 24px !important;
  }
  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: 24px !important;
  }
  .ml-sm--3,
  .mx-sm--3 {
    margin-left: 24px !important;
  }
  .m-sm--4 {
    margin: 32px !important;
  }
  .mt-sm--4,
  .my-sm--4 {
    margin-top: 32px !important;
  }
  .mr-sm--4,
  .mx-sm--4 {
    margin-right: 32px !important;
  }
  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: 32px !important;
  }
  .ml-sm--4,
  .mx-sm--4 {
    margin-left: 32px !important;
  }
  .m-sm--5 {
    margin: 40px !important;
  }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: 40px !important;
  }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: 40px !important;
  }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: 40px !important;
  }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: 40px !important;
  }
  .m-sm--6 {
    margin: 48px !important;
  }
  .mt-sm--6,
  .my-sm--6 {
    margin-top: 48px !important;
  }
  .mr-sm--6,
  .mx-sm--6 {
    margin-right: 48px !important;
  }
  .mb-sm--6,
  .my-sm--6 {
    margin-bottom: 48px !important;
  }
  .ml-sm--6,
  .mx-sm--6 {
    margin-left: 48px !important;
  }
  .m-sm--7 {
    margin: 56px !important;
  }
  .mt-sm--7,
  .my-sm--7 {
    margin-top: 56px !important;
  }
  .mr-sm--7,
  .mx-sm--7 {
    margin-right: 56px !important;
  }
  .mb-sm--7,
  .my-sm--7 {
    margin-bottom: 56px !important;
  }
  .ml-sm--7,
  .mx-sm--7 {
    margin-left: 56px !important;
  }
  .p-sm--0 {
    padding: 0px !important;
  }
  .pt-sm--0,
  .py-sm--0 {
    padding-top: 0px !important;
  }
  .pr-sm--0,
  .px-sm--0 {
    padding-right: 0px !important;
  }
  .pb-sm--0,
  .py-sm--0 {
    padding-bottom: 0px !important;
  }
  .pl-sm--0,
  .px-sm--0 {
    padding-left: 0px !important;
  }
  .p-sm--1 {
    padding: 8px !important;
  }
  .pt-sm--1,
  .py-sm--1 {
    padding-top: 8px !important;
  }
  .pr-sm--1,
  .px-sm--1 {
    padding-right: 8px !important;
  }
  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: 8px !important;
  }
  .pl-sm--1,
  .px-sm--1 {
    padding-left: 8px !important;
  }
  .p-sm--2 {
    padding: 16px !important;
  }
  .pt-sm--2,
  .py-sm--2 {
    padding-top: 16px !important;
  }
  .pr-sm--2,
  .px-sm--2 {
    padding-right: 16px !important;
  }
  .pb-sm--2,
  .py-sm--2 {
    padding-bottom: 16px !important;
  }
  .pl-sm--2,
  .px-sm--2 {
    padding-left: 16px !important;
  }
  .p-sm--3 {
    padding: 24px !important;
  }
  .pt-sm--3,
  .py-sm--3 {
    padding-top: 24px !important;
  }
  .pr-sm--3,
  .px-sm--3 {
    padding-right: 24px !important;
  }
  .pb-sm--3,
  .py-sm--3 {
    padding-bottom: 24px !important;
  }
  .pl-sm--3,
  .px-sm--3 {
    padding-left: 24px !important;
  }
  .p-sm--4 {
    padding: 32px !important;
  }
  .pt-sm--4,
  .py-sm--4 {
    padding-top: 32px !important;
  }
  .pr-sm--4,
  .px-sm--4 {
    padding-right: 32px !important;
  }
  .pb-sm--4,
  .py-sm--4 {
    padding-bottom: 32px !important;
  }
  .pl-sm--4,
  .px-sm--4 {
    padding-left: 32px !important;
  }
  .p-sm--5 {
    padding: 40px !important;
  }
  .pt-sm--5,
  .py-sm--5 {
    padding-top: 40px !important;
  }
  .pr-sm--5,
  .px-sm--5 {
    padding-right: 40px !important;
  }
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: 40px !important;
  }
  .pl-sm--5,
  .px-sm--5 {
    padding-left: 40px !important;
  }
  .p-sm--6 {
    padding: 48px !important;
  }
  .pt-sm--6,
  .py-sm--6 {
    padding-top: 48px !important;
  }
  .pr-sm--6,
  .px-sm--6 {
    padding-right: 48px !important;
  }
  .pb-sm--6,
  .py-sm--6 {
    padding-bottom: 48px !important;
  }
  .pl-sm--6,
  .px-sm--6 {
    padding-left: 48px !important;
  }
  .p-sm--7 {
    padding: 56px !important;
  }
  .pt-sm--7,
  .py-sm--7 {
    padding-top: 56px !important;
  }
  .pr-sm--7,
  .px-sm--7 {
    padding-right: 56px !important;
  }
  .pb-sm--7,
  .py-sm--7 {
    padding-bottom: 56px !important;
  }
  .pl-sm--7,
  .px-sm--7 {
    padding-left: 56px !important;
  }
  .m-sm--n1 {
    margin: -8px !important;
  }
  .mt-sm--n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm--n1,
  .mx-sm--n1 {
    margin-right: -8px !important;
  }
  .mb-sm--n1,
  .my-sm--n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm--n1,
  .mx-sm--n1 {
    margin-left: -8px !important;
  }
  .m-sm--n2 {
    margin: -16px !important;
  }
  .mt-sm--n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm--n2,
  .mx-sm--n2 {
    margin-right: -16px !important;
  }
  .mb-sm--n2,
  .my-sm--n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm--n2,
  .mx-sm--n2 {
    margin-left: -16px !important;
  }
  .m-sm--n3 {
    margin: -24px !important;
  }
  .mt-sm--n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm--n3,
  .mx-sm--n3 {
    margin-right: -24px !important;
  }
  .mb-sm--n3,
  .my-sm--n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm--n3,
  .mx-sm--n3 {
    margin-left: -24px !important;
  }
  .m-sm--n4 {
    margin: -32px !important;
  }
  .mt-sm--n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm--n4,
  .mx-sm--n4 {
    margin-right: -32px !important;
  }
  .mb-sm--n4,
  .my-sm--n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm--n4,
  .mx-sm--n4 {
    margin-left: -32px !important;
  }
  .m-sm--n5 {
    margin: -40px !important;
  }
  .mt-sm--n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm--n5,
  .mx-sm--n5 {
    margin-right: -40px !important;
  }
  .mb-sm--n5,
  .my-sm--n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm--n5,
  .mx-sm--n5 {
    margin-left: -40px !important;
  }
  .m-sm--n6 {
    margin: -48px !important;
  }
  .mt-sm--n6,
  .my-sm-n6 {
    margin-top: -48px !important;
  }
  .mr-sm--n6,
  .mx-sm--n6 {
    margin-right: -48px !important;
  }
  .mb-sm--n6,
  .my-sm--n6 {
    margin-bottom: -48px !important;
  }
  .ml-sm--n6,
  .mx-sm--n6 {
    margin-left: -48px !important;
  }
  .m-sm--n7 {
    margin: -56px !important;
  }
  .mt-sm--n7,
  .my-sm-n7 {
    margin-top: -56px !important;
  }
  .mr-sm--n7,
  .mx-sm--n7 {
    margin-right: -56px !important;
  }
  .mb-sm--n7,
  .my-sm--n7 {
    margin-bottom: -56px !important;
  }
  .ml-sm--n7,
  .mx-sm--n7 {
    margin-left: -56px !important;
  }
  .m-sm--auto {
    margin: auto !important;
  }
  .mt-sm--auto,
  .my-sm--auto {
    margin-top: auto !important;
  }
  .mr-sm--auto,
  .mx-sm--auto {
    margin-right: auto !important;
  }
  .mb-sm--auto,
  .my-sm--auto {
    margin-bottom: auto !important;
  }
  .ml-sm--auto,
  .mx-sm--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md--0 {
    margin: 0px !important;
  }
  .mt-md--0,
  .my-md--0 {
    margin-top: 0px !important;
  }
  .mr-md--0,
  .mx-md--0 {
    margin-right: 0px !important;
  }
  .mb-md--0,
  .my-md--0 {
    margin-bottom: 0px !important;
  }
  .ml-md--0,
  .mx-md--0 {
    margin-left: 0px !important;
  }
  .m-md--1 {
    margin: 8px !important;
  }
  .mt-md--1,
  .my-md--1 {
    margin-top: 8px !important;
  }
  .mr-md--1,
  .mx-md--1 {
    margin-right: 8px !important;
  }
  .mb-md--1,
  .my-md--1 {
    margin-bottom: 8px !important;
  }
  .ml-md--1,
  .mx-md--1 {
    margin-left: 8px !important;
  }
  .m-md--2 {
    margin: 16px !important;
  }
  .mt-md--2,
  .my-md--2 {
    margin-top: 16px !important;
  }
  .mr-md--2,
  .mx-md--2 {
    margin-right: 16px !important;
  }
  .mb-md--2,
  .my-md--2 {
    margin-bottom: 16px !important;
  }
  .ml-md--2,
  .mx-md--2 {
    margin-left: 16px !important;
  }
  .m-md--3 {
    margin: 24px !important;
  }
  .mt-md--3,
  .my-md--3 {
    margin-top: 24px !important;
  }
  .mr-md--3,
  .mx-md--3 {
    margin-right: 24px !important;
  }
  .mb-md--3,
  .my-md--3 {
    margin-bottom: 24px !important;
  }
  .ml-md--3,
  .mx-md--3 {
    margin-left: 24px !important;
  }
  .m-md--4 {
    margin: 32px !important;
  }
  .mt-md--4,
  .my-md--4 {
    margin-top: 32px !important;
  }
  .mr-md--4,
  .mx-md--4 {
    margin-right: 32px !important;
  }
  .mb-md--4,
  .my-md--4 {
    margin-bottom: 32px !important;
  }
  .ml-md--4,
  .mx-md--4 {
    margin-left: 32px !important;
  }
  .m-md--5 {
    margin: 40px !important;
  }
  .mt-md--5,
  .my-md--5 {
    margin-top: 40px !important;
  }
  .mr-md--5,
  .mx-md--5 {
    margin-right: 40px !important;
  }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: 40px !important;
  }
  .ml-md--5,
  .mx-md--5 {
    margin-left: 40px !important;
  }
  .m-md--6 {
    margin: 48px !important;
  }
  .mt-md--6,
  .my-md--6 {
    margin-top: 48px !important;
  }
  .mr-md--6,
  .mx-md--6 {
    margin-right: 48px !important;
  }
  .mb-md--6,
  .my-md--6 {
    margin-bottom: 48px !important;
  }
  .ml-md--6,
  .mx-md--6 {
    margin-left: 48px !important;
  }
  .m-md--7 {
    margin: 56px !important;
  }
  .mt-md--7,
  .my-md--7 {
    margin-top: 56px !important;
  }
  .mr-md--7,
  .mx-md--7 {
    margin-right: 56px !important;
  }
  .mb-md--7,
  .my-md--7 {
    margin-bottom: 56px !important;
  }
  .ml-md--7,
  .mx-md--7 {
    margin-left: 56px !important;
  }
  .p-md--0 {
    padding: 0px !important;
  }
  .pt-md--0,
  .py-md--0 {
    padding-top: 0px !important;
  }
  .pr-md--0,
  .px-md--0 {
    padding-right: 0px !important;
  }
  .pb-md--0,
  .py-md--0 {
    padding-bottom: 0px !important;
  }
  .pl-md--0,
  .px-md--0 {
    padding-left: 0px !important;
  }
  .p-md--1 {
    padding: 8px !important;
  }
  .pt-md--1,
  .py-md--1 {
    padding-top: 8px !important;
  }
  .pr-md--1,
  .px-md--1 {
    padding-right: 8px !important;
  }
  .pb-md--1,
  .py-md--1 {
    padding-bottom: 8px !important;
  }
  .pl-md--1,
  .px-md--1 {
    padding-left: 8px !important;
  }
  .p-md--2 {
    padding: 16px !important;
  }
  .pt-md--2,
  .py-md--2 {
    padding-top: 16px !important;
  }
  .pr-md--2,
  .px-md--2 {
    padding-right: 16px !important;
  }
  .pb-md--2,
  .py-md--2 {
    padding-bottom: 16px !important;
  }
  .pl-md--2,
  .px-md--2 {
    padding-left: 16px !important;
  }
  .p-md--3 {
    padding: 24px !important;
  }
  .pt-md--3,
  .py-md--3 {
    padding-top: 24px !important;
  }
  .pr-md--3,
  .px-md--3 {
    padding-right: 24px !important;
  }
  .pb-md--3,
  .py-md--3 {
    padding-bottom: 24px !important;
  }
  .pl-md--3,
  .px-md--3 {
    padding-left: 24px !important;
  }
  .p-md--4 {
    padding: 32px !important;
  }
  .pt-md--4,
  .py-md--4 {
    padding-top: 32px !important;
  }
  .pr-md--4,
  .px-md--4 {
    padding-right: 32px !important;
  }
  .pb-md--4,
  .py-md--4 {
    padding-bottom: 32px !important;
  }
  .pl-md--4,
  .px-md--4 {
    padding-left: 32px !important;
  }
  .p-md--5 {
    padding: 40px !important;
  }
  .pt-md--5,
  .py-md--5 {
    padding-top: 40px !important;
  }
  .pr-md--5,
  .px-md--5 {
    padding-right: 40px !important;
  }
  .pb-md--5,
  .py-md--5 {
    padding-bottom: 40px !important;
  }
  .pl-md--5,
  .px-md--5 {
    padding-left: 40px !important;
  }
  .p-md--6 {
    padding: 48px !important;
  }
  .pt-md--6,
  .py-md--6 {
    padding-top: 48px !important;
  }
  .pr-md--6,
  .px-md--6 {
    padding-right: 48px !important;
  }
  .pb-md--6,
  .py-md--6 {
    padding-bottom: 48px !important;
  }
  .pl-md--6,
  .px-md--6 {
    padding-left: 48px !important;
  }
  .p-md--7 {
    padding: 56px !important;
  }
  .pt-md--7,
  .py-md--7 {
    padding-top: 56px !important;
  }
  .pr-md--7,
  .px-md--7 {
    padding-right: 56px !important;
  }
  .pb-md--7,
  .py-md--7 {
    padding-bottom: 56px !important;
  }
  .pl-md--7,
  .px-md--7 {
    padding-left: 56px !important;
  }
  .m-md--n1 {
    margin: -8px !important;
  }
  .mt-md--n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md--n1,
  .mx-md--n1 {
    margin-right: -8px !important;
  }
  .mb-md--n1,
  .my-md--n1 {
    margin-bottom: -8px !important;
  }
  .ml-md--n1,
  .mx-md--n1 {
    margin-left: -8px !important;
  }
  .m-md--n2 {
    margin: -16px !important;
  }
  .mt-md--n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md--n2,
  .mx-md--n2 {
    margin-right: -16px !important;
  }
  .mb-md--n2,
  .my-md--n2 {
    margin-bottom: -16px !important;
  }
  .ml-md--n2,
  .mx-md--n2 {
    margin-left: -16px !important;
  }
  .m-md--n3 {
    margin: -24px !important;
  }
  .mt-md--n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md--n3,
  .mx-md--n3 {
    margin-right: -24px !important;
  }
  .mb-md--n3,
  .my-md--n3 {
    margin-bottom: -24px !important;
  }
  .ml-md--n3,
  .mx-md--n3 {
    margin-left: -24px !important;
  }
  .m-md--n4 {
    margin: -32px !important;
  }
  .mt-md--n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md--n4,
  .mx-md--n4 {
    margin-right: -32px !important;
  }
  .mb-md--n4,
  .my-md--n4 {
    margin-bottom: -32px !important;
  }
  .ml-md--n4,
  .mx-md--n4 {
    margin-left: -32px !important;
  }
  .m-md--n5 {
    margin: -40px !important;
  }
  .mt-md--n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md--n5,
  .mx-md--n5 {
    margin-right: -40px !important;
  }
  .mb-md--n5,
  .my-md--n5 {
    margin-bottom: -40px !important;
  }
  .ml-md--n5,
  .mx-md--n5 {
    margin-left: -40px !important;
  }
  .m-md--n6 {
    margin: -48px !important;
  }
  .mt-md--n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md--n6,
  .mx-md--n6 {
    margin-right: -48px !important;
  }
  .mb-md--n6,
  .my-md--n6 {
    margin-bottom: -48px !important;
  }
  .ml-md--n6,
  .mx-md--n6 {
    margin-left: -48px !important;
  }
  .m-md--n7 {
    margin: -56px !important;
  }
  .mt-md--n7,
  .my-md-n7 {
    margin-top: -56px !important;
  }
  .mr-md--n7,
  .mx-md--n7 {
    margin-right: -56px !important;
  }
  .mb-md--n7,
  .my-md--n7 {
    margin-bottom: -56px !important;
  }
  .ml-md--n7,
  .mx-md--n7 {
    margin-left: -56px !important;
  }
  .m-md--auto {
    margin: auto !important;
  }
  .mt-md--auto,
  .my-md--auto {
    margin-top: auto !important;
  }
  .mr-md--auto,
  .mx-md--auto {
    margin-right: auto !important;
  }
  .mb-md--auto,
  .my-md--auto {
    margin-bottom: auto !important;
  }
  .ml-md--auto,
  .mx-md--auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1320px) {
  .m-lg--0 {
    margin: 0px !important;
  }
  .mt-lg--0,
  .my-lg--0 {
    margin-top: 0px !important;
  }
  .mr-lg--0,
  .mx-lg--0 {
    margin-right: 0px !important;
  }
  .mb-lg--0,
  .my-lg--0 {
    margin-bottom: 0px !important;
  }
  .ml-lg--0,
  .mx-lg--0 {
    margin-left: 0px !important;
  }
  .m-lg--1 {
    margin: 8px !important;
  }
  .mt-lg--1,
  .my-lg--1 {
    margin-top: 8px !important;
  }
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: 8px !important;
  }
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: 8px !important;
  }
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: 8px !important;
  }
  .m-lg--2 {
    margin: 16px !important;
  }
  .mt-lg--2,
  .my-lg--2 {
    margin-top: 16px !important;
  }
  .mr-lg--2,
  .mx-lg--2 {
    margin-right: 16px !important;
  }
  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: 16px !important;
  }
  .ml-lg--2,
  .mx-lg--2 {
    margin-left: 16px !important;
  }
  .m-lg--3 {
    margin: 24px !important;
  }
  .mt-lg--3,
  .my-lg--3 {
    margin-top: 24px !important;
  }
  .mr-lg--3,
  .mx-lg--3 {
    margin-right: 24px !important;
  }
  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: 24px !important;
  }
  .ml-lg--3,
  .mx-lg--3 {
    margin-left: 24px !important;
  }
  .m-lg--4 {
    margin: 32px !important;
  }
  .mt-lg--4,
  .my-lg--4 {
    margin-top: 32px !important;
  }
  .mr-lg--4,
  .mx-lg--4 {
    margin-right: 32px !important;
  }
  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: 32px !important;
  }
  .ml-lg--4,
  .mx-lg--4 {
    margin-left: 32px !important;
  }
  .m-lg--5 {
    margin: 40px !important;
  }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: 40px !important;
  }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: 40px !important;
  }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: 40px !important;
  }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: 40px !important;
  }
  .m-lg--6 {
    margin: 48px !important;
  }
  .mt-lg--6,
  .my-lg--6 {
    margin-top: 48px !important;
  }
  .mr-lg--6,
  .mx-lg--6 {
    margin-right: 48px !important;
  }
  .mb-lg--6,
  .my-lg--6 {
    margin-bottom: 48px !important;
  }
  .ml-lg--6,
  .mx-lg--6 {
    margin-left: 48px !important;
  }
  .m-lg--7 {
    margin: 56px !important;
  }
  .mt-lg--7,
  .my-lg--7 {
    margin-top: 56px !important;
  }
  .mr-lg--7,
  .mx-lg--7 {
    margin-right: 56px !important;
  }
  .mb-lg--7,
  .my-lg--7 {
    margin-bottom: 56px !important;
  }
  .ml-lg--7,
  .mx-lg--7 {
    margin-left: 56px !important;
  }
  .p-lg--0 {
    padding: 0px !important;
  }
  .pt-lg--0,
  .py-lg--0 {
    padding-top: 0px !important;
  }
  .pr-lg--0,
  .px-lg--0 {
    padding-right: 0px !important;
  }
  .pb-lg--0,
  .py-lg--0 {
    padding-bottom: 0px !important;
  }
  .pl-lg--0,
  .px-lg--0 {
    padding-left: 0px !important;
  }
  .p-lg--1 {
    padding: 8px !important;
  }
  .pt-lg--1,
  .py-lg--1 {
    padding-top: 8px !important;
  }
  .pr-lg--1,
  .px-lg--1 {
    padding-right: 8px !important;
  }
  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: 8px !important;
  }
  .pl-lg--1,
  .px-lg--1 {
    padding-left: 8px !important;
  }
  .p-lg--2 {
    padding: 16px !important;
  }
  .pt-lg--2,
  .py-lg--2 {
    padding-top: 16px !important;
  }
  .pr-lg--2,
  .px-lg--2 {
    padding-right: 16px !important;
  }
  .pb-lg--2,
  .py-lg--2 {
    padding-bottom: 16px !important;
  }
  .pl-lg--2,
  .px-lg--2 {
    padding-left: 16px !important;
  }
  .p-lg--3 {
    padding: 24px !important;
  }
  .pt-lg--3,
  .py-lg--3 {
    padding-top: 24px !important;
  }
  .pr-lg--3,
  .px-lg--3 {
    padding-right: 24px !important;
  }
  .pb-lg--3,
  .py-lg--3 {
    padding-bottom: 24px !important;
  }
  .pl-lg--3,
  .px-lg--3 {
    padding-left: 24px !important;
  }
  .p-lg--4 {
    padding: 32px !important;
  }
  .pt-lg--4,
  .py-lg--4 {
    padding-top: 32px !important;
  }
  .pr-lg--4,
  .px-lg--4 {
    padding-right: 32px !important;
  }
  .pb-lg--4,
  .py-lg--4 {
    padding-bottom: 32px !important;
  }
  .pl-lg--4,
  .px-lg--4 {
    padding-left: 32px !important;
  }
  .p-lg--5 {
    padding: 40px !important;
  }
  .pt-lg--5,
  .py-lg--5 {
    padding-top: 40px !important;
  }
  .pr-lg--5,
  .px-lg--5 {
    padding-right: 40px !important;
  }
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: 40px !important;
  }
  .pl-lg--5,
  .px-lg--5 {
    padding-left: 40px !important;
  }
  .p-lg--6 {
    padding: 48px !important;
  }
  .pt-lg--6,
  .py-lg--6 {
    padding-top: 48px !important;
  }
  .pr-lg--6,
  .px-lg--6 {
    padding-right: 48px !important;
  }
  .pb-lg--6,
  .py-lg--6 {
    padding-bottom: 48px !important;
  }
  .pl-lg--6,
  .px-lg--6 {
    padding-left: 48px !important;
  }
  .p-lg--7 {
    padding: 56px !important;
  }
  .pt-lg--7,
  .py-lg--7 {
    padding-top: 56px !important;
  }
  .pr-lg--7,
  .px-lg--7 {
    padding-right: 56px !important;
  }
  .pb-lg--7,
  .py-lg--7 {
    padding-bottom: 56px !important;
  }
  .pl-lg--7,
  .px-lg--7 {
    padding-left: 56px !important;
  }
  .m-lg--n1 {
    margin: -8px !important;
  }
  .mt-lg--n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg--n1,
  .mx-lg--n1 {
    margin-right: -8px !important;
  }
  .mb-lg--n1,
  .my-lg--n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg--n1,
  .mx-lg--n1 {
    margin-left: -8px !important;
  }
  .m-lg--n2 {
    margin: -16px !important;
  }
  .mt-lg--n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg--n2,
  .mx-lg--n2 {
    margin-right: -16px !important;
  }
  .mb-lg--n2,
  .my-lg--n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg--n2,
  .mx-lg--n2 {
    margin-left: -16px !important;
  }
  .m-lg--n3 {
    margin: -24px !important;
  }
  .mt-lg--n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg--n3,
  .mx-lg--n3 {
    margin-right: -24px !important;
  }
  .mb-lg--n3,
  .my-lg--n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg--n3,
  .mx-lg--n3 {
    margin-left: -24px !important;
  }
  .m-lg--n4 {
    margin: -32px !important;
  }
  .mt-lg--n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg--n4,
  .mx-lg--n4 {
    margin-right: -32px !important;
  }
  .mb-lg--n4,
  .my-lg--n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg--n4,
  .mx-lg--n4 {
    margin-left: -32px !important;
  }
  .m-lg--n5 {
    margin: -40px !important;
  }
  .mt-lg--n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg--n5,
  .mx-lg--n5 {
    margin-right: -40px !important;
  }
  .mb-lg--n5,
  .my-lg--n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg--n5,
  .mx-lg--n5 {
    margin-left: -40px !important;
  }
  .m-lg--n6 {
    margin: -48px !important;
  }
  .mt-lg--n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg--n6,
  .mx-lg--n6 {
    margin-right: -48px !important;
  }
  .mb-lg--n6,
  .my-lg--n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg--n6,
  .mx-lg--n6 {
    margin-left: -48px !important;
  }
  .m-lg--n7 {
    margin: -56px !important;
  }
  .mt-lg--n7,
  .my-lg-n7 {
    margin-top: -56px !important;
  }
  .mr-lg--n7,
  .mx-lg--n7 {
    margin-right: -56px !important;
  }
  .mb-lg--n7,
  .my-lg--n7 {
    margin-bottom: -56px !important;
  }
  .ml-lg--n7,
  .mx-lg--n7 {
    margin-left: -56px !important;
  }
  .m-lg--auto {
    margin: auto !important;
  }
  .mt-lg--auto,
  .my-lg--auto {
    margin-top: auto !important;
  }
  .mr-lg--auto,
  .mx-lg--auto {
    margin-right: auto !important;
  }
  .mb-lg--auto,
  .my-lg--auto {
    margin-bottom: auto !important;
  }
  .ml-lg--auto,
  .mx-lg--auto {
    margin-left: auto !important;
  }
}
.c-eavar-modal .eavar-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 99;
}
@media (min-width: 768px) {
  .c-eavar-modal .eavar-modal__wrapper {
    max-width: 890px;
    margin: 90px auto;
    position: relative;
  }
}
.c-eavar-modal .eavar-modal.show-modal.fade {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}
.c-eavar-modal .eavar-modal.show-modal.fade .eavar-modal__wrapper {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal.show-modal.fade {
    padding: 60px 12px;
  }
}
.c-eavar-modal .eavar-modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.c-eavar-modal .eavar-modal.fade .eavar-modal__wrapper {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.c-eavar-modal .eavar-modal__content {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 48px;
}
.c-eavar-modal .eavar-modal__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 12px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 12px;
}
.c-eavar-modal .eavar-modal__header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  margin: 0;
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal__header h4 {
    font-size: 16px;
    font-weight: 400;
  }
}
.c-eavar-modal .eavar-modal__header button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-eavar-modal .eavar-modal__header button i {
  color: #e81932;
}
.c-eavar-modal .eavar-modal__body {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .c-eavar-modal .eavar-modal__body {
    height: calc(100vh - 270px);
    height: calc(var(--vh, 1vh) * 100 - 270px);
    overflow: auto;
  }
}

.c-credit-info .credit-info {
  background-color: #fff;
}
.c-credit-info .credit-info .header__company {
  border-bottom: 1px solid #eeeeee;
}
.c-credit-info .credit-info .header__company-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-container {
    font-size: 12px;
  }
}
.c-credit-info .credit-info .header__company-info {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-grow: 1;
}
.c-credit-info .credit-info .header__company-item {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 20px;
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-item {
    gap: 8px;
  }
}
.c-credit-info .credit-info .header__company-refresh {
  border: none;
  background: none;
  color: #00bdd1;
  width: 20px;
  height: 20px;
  min-width: initial;
  cursor: pointer;
}
@media (min-width: 993px) {
  .c-credit-info .credit-info .header__company-refresh {
    border: none;
    background: none;
    width: 20px;
    height: 20px;
    min-width: initial;
  }
}
@media (max-width: 992px) {
  .c-credit-info .credit-info .header__company-refresh {
    width: 50px;
  }
}
.c-credit-info .credit-info .header__company-refresh:hover {
  background-color: #00bdd1;
  border-color: #00bdd1;
  color: #ffffff;
}
.c-credit-info .credit-info .header__company-refresh i {
  font-size: 0.8125rem;
  font-size: 13px;
}
.c-credit-info .credit-info .fa-num {
  font-family: "IRANSansWeb_FaNum";
}

.c-mobile-fix-menu .mobile-fix-menu {
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  right: 0;
  height: 48px;
  z-index: 999;
}
@media (min-width: 768px) {
  .c-mobile-fix-menu .mobile-fix-menu {
    display: none;
  }
}
.c-mobile-fix-menu .mobile-fix-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.c-mobile-fix-menu .mobile-fix-menu ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px 0;
}
.c-mobile-fix-menu .mobile-fix-menu ul li a {
  color: #7a7a7a;
  font-size: 12px;
}
.c-mobile-fix-menu .mobile-fix-menu ul li i {
  color: #e81932;
  margin-bottom: 6px;
}

/*# sourceMappingURL=articles.css.map */

