@font-face {
	font-family: 'bariol_regularregular';
	src: url('fonts/bariol_regular.eot');
	src: url('fonts/bariol_regular.eot?#iefix') format('embedded-opentype'), url('fonts/bariol_regular.woff2') format('woff2'), url('fonts/bariol_regular.woff') format('woff'), url('fonts/bariol_regular.ttf') format('truetype'), url('fonts/bariol_regular.svg#bariol_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_ufonts.com_gillsans';
	src: url('fonts/ufonts.com_gillsans.eot');
	src: local(''), url('fonts/ufonts.com_gillsans.woff') format('woff'), url('fonts/ufonts.com_gillsans.ttf') format('truetype'), url('fonts/ufonts.com_gillsans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GillSans-SemiBold';
	src: url('fonts/GillSans-SemiBold.eot');
	src: local(''), url('fonts/GillSans-SemiBold.woff') format('woff'), url('fonts/GillSans-SemiBold.ttf') format('truetype'), url('fonts/GillSans-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
	outline: none;
	border: none;
}
ul {
	list-style-type: none;
}
.clear {
	clear: both;
}
body {
	font-family: 'bariol_regularregular';
	margin: 0;
	padding: 0;
	background: #fafafa;
	overflow-x: hidden;
}
.top_outer {
	width: 100%;
	margin: 0 0 0;
	padding: 0;
	position: relative;
	float: left; /*overflow:hidden;*/
}
.slider {
	width: 100%;
	overflow: hidden;
	height: auto;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0; /*background: #fff;*/
	position: relative;
	zoom: 1;
	z-index: 999;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.carousel li {
	margin-right: 5px;
	list-style-type: none;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
	display: none;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: 60px 6% 0;
	position: absolute;
	top: 25%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
	background: url(/img/reseller_templates/ttn/arrow_left.png) no-repeat;
	font-size: 0;
	width: 25px;
	height: 50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
	background: url(/img/reseller_templates/ttn/arrow_right.png) no-repeat;
	font-size: 0;
	width: 25px;
	height: 50px;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 176px;
	text-align: center;
	z-index: 9;
	display: none;
	right: 0px;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: url(/img/reseller_templates/ttn/baner_normal.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: url(/img/reseller_templates/ttn/baner_hover.png) no-repeat;
}
.flex-control-paging li a.flex-active {
	background: url(/img/reseller_templates/ttn/baner_hover.png) no-repeat;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/************************Slider**********************************/


.top_inner_sec {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
	height: 80px;
}
.navigation_outer {
	width: 100%;
	padding: 20px 0;
	float: left;
	background: #fefefe;
	transition: background 300ms ease 0s;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}
.nav_inner {
	width: 1170px;
	margin: 0 auto;
}
.logo {
	float: left;
}
.nav_inner ul {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
.nav_inner ul li {
	float: left;/* margin:0 25px;*/
	position: relative;
}
.nav_inner ul li a {
	float: left;
	color: #000;
	font-size: 16px;
	padding: 0 25px 20px;
	text-transform: uppercase;
}
.nav_color {
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
}
.nav_right {
	float: right;
	margin-top: 14px;
}
.nav_right label {
	float: left;
	margin: 15px 20px 0 0;
	font-size: 16px;
	text-transform: uppercase;
}
.nav_right_btn {
	line-height: 46px;
	padding: 0 15px;
	min-width: 124px;
	background: #1ec3ec;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 16px;
	margin-right: 17px;
	float: left;
	border-bottom: 3px solid #1d95b3;
}
.baner_txt_area {
	width: 1000px;
	margin: 325px auto 0;
}
.baner_txt_area h1 {
	color: #000;
	font-size: 81px;
	line-height: 75px;
}
.baner_txt_area h4 {
	color: #000;
	font-size: 40px;
	line-height: normal;
}
.baner_txt_btn {
	min-width: 229px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #f3835b;
	float: left;
	text-align: center;
	font-size: 24px;
	margin-top: 25px;
	color: #fff;
	border-radius: 6px;
	line-height: 80px;
	font-style: normal;
	border-bottom: 2px solid #c55933;
}
.baner_form {
	height: 154px;
	width: 100%;
	z-index: 9999;
	position: absolute;
	background: url(/img/reseller_templates/ttn/transparent_bg.png) repeat;
	bottom: 0;
	left: 0;
}
.baner_form_wrp {
	width: 1061px;
	margin: 60px auto 0;
}
.baner_input {
	width: 626px;
	height: 46px;
	border: none;
	background: #f6f6f6;
	font-size: 14px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 6px;
	padding: 0 14px;
	box-sizing: border-box;
	float: left;
}
.baner_submit {
	float: right;
	width: 173px;
	height: 46px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 46px;
	font-size: 18px;
	border: none;
	background: #f3835b;
	border-radius: 6px;
}
.mid_image_sec {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.mid_image_sec ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.mid_image_sec ul li {
	width: 33.3%;
	float: left;
	height: 457px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.mid_image_sec ul li:first-child {
	width: 33.4%;
}
.mid_image_sec ul li img {
	width: 100%;
}
.mid_imge_txt {
	position: absolute;
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	color: #fff;
	left: 0;
	top: 0;
}
.mid_imge_txt h3 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 60px;
	vertical-align: middle;
	display: table-cell;
}
.mid_image_sec ul li img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.mid_image_sec ul li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.mid_imge_txt h3 span {
	display: block;
	font-size: 30px;
	font-weight: 300;
}
.agent_benifit_outer {
	width: 100%;
	float: left;
	padding: 85px 0 15px;
	height: 552px;
}
.agent_benifit_wrp {
	width: 1200px;
	margin: 0 auto;
}
.agent_benifit_wrp h2 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 20px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 15px;
}
.agent_benifit_wrp ul {
	margin: 0;
	padding: 0;
}
.agent_benifit_wrp ul li {
	float: left;
	width: 350px;
	margin: 0 15px;
	padding: 40px 0;
	min-height: 382px;
	transition: background-color 0.5s ease;
}
.agent_benifit_wrp ul li p.agent_icon {
	text-align: center;
	min-height: 128px;
}
.agent_benifit_wrp ul li h4 {
	text-align: center;
	color: #385461;
	font-size: 24px;
}
.agent_benifit_wrp ul li p {
	font-size: 17px;
	line-height: 21px;
	color: #7a7a7a;
	margin-top: 15px;
	text-align: center;
}
.bot_baner {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.bot_baner_wrp {
	width: 1114px;
	margin: 0 auto;
}
.bot_baner_wrp h2 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 20px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 15px;
}
.bot_baner .flex-control-nav {
	width: 100%;
	display: block;
	margin-top: 25px;
	position: inherit;
}
.bot_form_outer {
	width: 100%;
	float: left;
	min-height: 224px;
	background: #e6c387;
}
.bot_form_wrp {
	width: 930px;
	margin: 92px auto 0;
}
.bot_form_input {
	float: left;
	width: 345px;
	height: 46px;
	background: #f6f6f6;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 20px;
	box-sizing: border-box;
	margin-right: 29px;
	border: none;
	border-radius: 5px;
	color: #999;
	border-radius: 5px;
}
.get_started_btn {
	float: right;
	width: 182px;
	height: 46px;
	background: #fff;
	border: none;
	height: 44px;
	color: #e6c387;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
}
.spotlight_outer {
	width: 100%;
	float: left;
	margin-bottom: 134px;
}
.spotlight_wrp {
	width: 1176px;
	margin: 0 auto 0;
}
.spotlight_wrp h2 {
	text-align: center;
	margin-top: 63px;
	font-size: 36px;
	color: #385461;
	margin-bottom: 20px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 15px;
}
.spotlight_wrp ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.spotlight_wrp ul li {
	width: 543px;
	float: left;
	margin: 30px 20px 0;
}
.spotlight_left {
	width: 270px;
	float: left;
}
.comment_sec {
	width: 100%;
	margin-top: 14px;
	float: left;
}
.follow {
	float: left;
	background: url(/img/reseller_templates/ttn/follow_icon_1.png) left center no-repeat;
	padding-left: 23px;
	color: #385461;
	font-size: 14px;
}
.comment {
	float: left;
	margin-left: 15px;
	background: url(/img/reseller_templates/ttn/comment_icon.png) left center no-repeat;
	padding-left: 23px;
	color: #385461;
	font-size: 14px;
}
.spotlight_right {
	float: right;
	width: 230px;
}
.spotlight_right h3 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 30px;
}
.spotlight_right p {
	font-size: 16px;
	line-height: 21px;
	color: #7a7a7a;
}
.view_btn {
	width: 173px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	float: left;
	margin-top: 20px;
	background: #f3835b;
	border-radius: 5px;
	color: #ffffff;
}
.why_outer {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.why_wrp {
	width: 1140px;
	margin: 0 auto;
}
.why_left {
	width: 727px;
	float: left;
}
.why_right {
	width: 386px;
	float: right;
	margin-top: 50px;
}
.why_right h2 {
	color: #385461;
	background: url(/img/reseller_templates/ttn/dash.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	font-size: 30px;
	color: #385461;
	text-transform: uppercase;
}
.why_right p {
	color: #7a7a7a;
	font-size: 20px;
	line-height: 28px;
	margin-top: 40px;
}
.footer_outer {
	width: 100%;
	background: #1ec3ec url(/img/reseller_templates/ttn/footer_bg.jpg) center top no-repeat;
	padding: 75px 0 20px;
	float: left;
}
.foot_wrap {
	width: 1170px;
	margin: 0 auto;
}
.foot_top {
	width: 100%;
	float: left;
}
.foot_top_left {
	width: 642px;
	float: left;
	margin-left: 70px;
}
.foot_box {
	width: 160px;
	float: left;
}
.foot_top_left ul {
	margin: 0;
	padding: 0;
}
.foot_top_left ul li {
	float: left;
	margin: 12px 0;
	width: 100%;
}
.foot_top_left ul li a {
	float: left;
	color: #fff;
	font-size: 17px;
}
.foot_top_left ul li a:hover {
	color: #000;
}
.foot_top_right {
	width: 305px;
	float: right;
	margin-right: 70px;
}
.foot_input {
	width: 285px;
	border: none;
	float: left;
	height: 26px;
	color: #cdcdcd;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 7px;
	background: #f6f6f6;
}
.foot_submit {
	width: 162px;
	float: left;
	height: 36px;
	background: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	font-weight: bold;
	color: #1ec3ec;
	border-radius: 7px;
	margin-top: 15px;
	color: #3ccbef;
}
.foot_bot {
	width: 100%;
	float: left;
}
.foot_bit_left {
	float: left;
	color: #fff;
	margin-top: 82px;
	font-style: italic;
}
.foot_mid {
	color: #fff;
	float: left;
	margin-left: 324px;
	margin-top: 82px;
}
.foot_mid a {
	color: #fff;
	margin: 0 7px 0 7px;
}
.foot_right_bot {
	width: 151px;
	float: right;
	margin-top: 82px;
}
/***************************************************************/

.hidden {
	opacity: 0;
}
/***************************************11-04-2016********************************************************/


.baner_form_select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #f6f6f6 url("/img/reseller_templates/ttn/drop_arrow.png") no-repeat 95% 18px;
	border-radius: 3px;
	color: #999;
	border: none;
	float: left;
	font-weight: bold;
	font-size: 14px;
	height: 46px;
	margin: 0;
	padding: 1px 10px 1px 10px;
	width: 266px;
}
.baner_input {
	float: left;
	width: 266px;
	height: 46px;
	border-radius: 3px;
	background: #f6f6f6;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	margin-left: 30px;
}
.nav_inner ul li ul {
	background: #2f2f2f none repeat scroll 0 0;
	display: none;
	left: 10px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 35px;
	z-index: 9999999999999999;
	width: 158px;
}
.nav_inner ul li ul::before {
	background-image: url("/img/reseller_templates/ttn/nav_arrow.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 13px;
	left: 50%;
	margin-left: -49px;
	position: absolute;
	top: -13px;
	width: 21px;
}
.nav_inner ul li ul li {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	float: none;
	overflow: hidden;
	display: block;
	border-top: 1px solid #6b6c6c;
}
.nav_inner ul li ul li:first-child {
	border-top: none;
}
.nav_inner ul li ul li a {
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	display: block;
}
.nav_inner ul li ul li a:hover {
	color: #CCCCCC;
}
.nav_inner ul li:hover ul {
	display: block;
}
.bot_vid_sec {
	width: 100%;
	height: 502px;
	float: left;
	background: url(/img/reseller_templates/ttn/vid_sec_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 15px;
	margin-top: 0;
}
.bot_vid_sec h5 {
	text-align: center;
	color: #fff;
	margin-top: 160px;
	font-size: 48px;
}
.bot_vid_sec h5 a {
	display: block;
	color: #fff;
	background: url(/img/reseller_templates/ttn/play_icon.png) bottom center no-repeat;
	padding-bottom: 120px;
}
.agent_benifit_wrp ul li:hover {
	background: #f3835b;
	cursor: pointer;
}
.agent_benifit_wrp ul li:hover h4 {
	color: #fff;
}
.agent_benifit_wrp ul li:hover p {
	color: #fff;
}
.learn_more_btn {
	display: none;
	cursor: pointer;
	text-align: center;
}
.agent_benifit_wrp ul li:hover .learn_more_btn {
	display: block;
}
.agent_icon_1 {
	background: url(/img/reseller_templates/ttn/get_started_icon_1.png) center 10px no-repeat;
	width: 76px;
	height: 92px;
	margin: 0 auto 50px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.agent_icon_2 {
	background: url(/img/reseller_templates/ttn/get_started_icon_2.png) top center no-repeat;
	width: 116px;
	height: 95px;
	margin: 0 auto 50px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.agent_icon_3 {
	background: url(/img/reseller_templates/ttn/get_started_icon_3.png) center 10px no-repeat;
	width: 122px;
	height: 95px;
	margin: 0 auto 50px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.agent_benifit_wrp ul li:hover .agent_icon_1 {
	background: url(/img/reseller_templates/ttn/get_started_icon_1.png) bottom center no-repeat;
}
.agent_benifit_wrp ul li:hover .agent_icon_2 {
	background: url(/img/reseller_templates/ttn/get_started_icon_2.png) bottom center no-repeat;
}
.agent_benifit_wrp ul li:hover .agent_icon_3 {
	background: url(/img/reseller_templates/ttn/get_started_icon_3.png) bottom center no-repeat;
}
.testi_outer {
	width: 100%;
	float: left;
	margin-top: 34px;
	margin-bottom: 54px;
}
.testi_wrp {
	margin: 0 auto;
	width: 781px;
}
.testi_wrp .flex-control-nav {
	display: block;
	margin-top: 65px;
	position: inherit;
	width: 100%;
}
.testi_wrp h2 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 44px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 15px;
}
.testi_box {
	width: 169px;
	float: left;
	margin: 0 13px;
}
.testi_pic {
	width: 144px;
	height: 145px;
	margin: 0 auto 15px;
}
.testi_box h3 {
	text-align: center;
	font-size: 22px;
	color: #385461;
}
.testi_box h4 {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-top: 3px;
	color: #909090;
}
.testi_box h4 span {
	display: block;
	font-size: 13px;
}
.featureauthor .testi_box h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	margin-top: 3px;
	color: #909090;
}
.featureauthor .testi_box h4 span {
	display: block;
	text-transform: none;
}
.testi_box p {
	text-align: center;
	color: #7a7a7a;
	font-size: 15px;
	margin-top: 25px;
	line-height: 21px;
}
/*********************************************13-04-2016***************************************************/

.banner_inner_txtarea {
	width: 1190px;
	margin: 150px auto 0;
}
.inner_baner_txtbox {
	width: 585px;
	float: left;
	background: url(/img/reseller_templates/ttn/transparent_red.png) repeat;
	min-height: 359px;
	padding: 73px 71px 73px 228px;
	box-sizing: border-box;
	color: #fff;
	font-size: 82px;
	line-height: 66px;
}
.agent_top_text {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	padding: 26px 0;
}
.agent_top_text p {
	color: #7a7a7a;
}
.agent_nav_sec {
	width: 100%;
	float: left;
	background: #1ec3ec;
	height: 79px;
	border-bottom: 2px solid #ffffff;
	text-align: center;
}
.agent_nav_inner {
	line-height: 79px;
}
.agent_nav_inner a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0 30px;
	font-weight: bold;
	padding-bottom: 8px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
}
.lavalamp-object {
	background: url(/img/reseller_templates/ttn/nav_dash.jpg) bottom left no-repeat;
}
.video_outer {
	width: 100%;
	height: 498px;
	float: left;
	background: url(/img/reseller_templates/ttn/video_sec.jpg) fixed center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.video_inner {
	text-align: center;
	position: relative;
	color: #fff;
	margin-top: 136px;
	font-size: 36px;
	cursor: pointer;
	background: url(/img/reseller_templates/ttn/play_icon.png) bottom center no-repeat;
	padding-bottom: 140px;
}
.video_iframe_outer {
	display: none;
	left: 0;
	position: absolute;
	top: -80px;
	width: 100%;
}
.video_iframe_outer iframe {
	width: 800px;
	height: 400px;
	margin: 0 auto;
}
.mid_text_sec {
	width: 100%;
	float: left;
}
.mid_txt_wrp p {
	text-align: center;
	color: #7a7a7a;
	line-height: 21px;
	font-size: 18px;
	padding: 0 30px;
}
.mid_txt_wrp .flex-control-nav {
	display: block;
	margin-top: 25px;
	position: inherit;
	width: 100%;
}
.mid_txt_wrp h4 {
	text-align: center;
	clear: both;
	float: left;
	margin-bottom: 30px;
	width: 100%;
	margin-top: 35px;
}
.get_started_btn_top {
	width: 173px;
	height: 48px;
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	margin: 0 auto;
	background: #f3835b;
	display: block;
	clear: both;
}
.mid_step_sec {
	width: 100%;
	float: left;
	margin-top: 70px;
	margin-bottom: 70px;
}
.mid_step_wrp {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
.mid_step_wrp ul {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.mid_step_wrp ul li {
	display: inline-block;
	margin: 0 15px;
	width: 356px;
	float: left;
}
.mid_step_wrp ul li h3 {
	text-align: center;
	font-size: 107px;
	color: #ccd0d2;
	margin-bottom: 14px;
}
.mid_step_wrp ul li h4 {
	text-align: center;
	font-size: 24px;
	color: #385461;
}
.mid_step_wrp ul li h4 a {
	color: #385461;
}
.mid_step_wrp ul li p {
	text-align: center;
	color: #7a7a7a;
	line-height: 21px;
	margin-top: 14px;
}
.mid_step_wrp h2 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-top: 40px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding-bottom: 8px;
}
.earn_sec {
	width: 100%;
	float: left;
	background: #f6f6f6;
	position: relative;
	padding-bottom: 80px;
}
.earn_wrp {
	width: 1140px;
	margin: 0 auto;
}
.earn_wrp_left {
	width: 421px;
	float: left;
	margin-top: 30px;
}
.earn_wrp_left h3 {
	text-align: left;
	color: #7b7b7b;
	font-size: 24px;
	line-height: 30px;
}
.earn_wrp_left p {
	color: #7a7a7a;
	font-size: 17px;
	line-height: 21px;
	margin-top: 40px;
}
.earn_wrp_right {
	width: 691px;
	float: right;
	background: url(/img/reseller_templates/ttn/graph_image.jpg) no-repeat;
	min-height: 520px;
	position: relative;
	z-index: 9999;
}
.dot {
	background: url(/img/reseller_templates/ttn/dot.jpg) repeat-x;
	width: 50%;
	position: absolute;
	top: 342px;
	right: 10px;
	height: 178px;
	z-index: 99;
}
.line_box {
	float: right;
	width: auto;
	margin-top: 342px;
	margin-right: 80px;
}
.line_row_1 {
	width: 441px;
	float: right;
	height: 61px;
}
.line_row_1 span {
	float: left;
	line-height: 57px;
	color: #385461;
	font-size: 30px;
}
.line_row_1 strong {
	float: right;
	line-height: 57px;
	color: #e7c385;
	font-size: 24px;
}
.line_row_2 {
	width: 481px;
	float: right;
	height: 61px;
}
.line_row_2 span {
	float: left;
	line-height: 57px;
	color: #385461;
	font-size: 30px;
}
.line_row_2 strong {
	float: right;
	line-height: 57px;
	color: #1ec3eb;
	font-size: 24px;
}
.line_row_3 {
	width: 531px;
	float: right;
	height: 61px;
}
.line_row_3 span {
	float: left;
	line-height: 57px;
	color: #385461;
	font-size: 30px;
}
.line_row_3 strong {
	float: right;
	line-height: 57px;
	color: #1ec3eb;
	font-size: 24px;
}
.mobile_img_sec {
	width: 100%;
	float: left;
	padding: 0 0 40px;
}
.mobile_img_sec h3 {
	background: rgba(0, 0, 0, 0) url("/img/reseller_templates/ttn/dash.jpg") no-repeat scroll center bottom;
	color: #385461;
	font-size: 36px;
	margin-top: 40px;
	padding-bottom: 18px;
	text-align: center;
}
.mobile_img_sec p {
	text-align: center;
	margin-top: 60px;
}
.featires_outer {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.featires_outer_top {
	width: 100%;
	float: left;
	background: #f3835b;
	padding: 42px 0;
}
.feature_outer_wrp {
	width: 1066px;
	margin: 0 auto;
}
.feature_outer_wrp h3 {
	background: url("/img/reseller_templates/ttn/red_dash.jpg") no-repeat scroll center bottom;
	color: #ffffff;
	font-size: 36px;
	margin-top: 40px;
	padding-bottom: 18px;
	text-align: center;
}
.feature_outer_wrp ul {
	margin: 0;
	padding: 0;
}
.feature_outer_wrp ul li {
	width: 45%;
	margin: 40px 2% 0;
	min-height: 101px;
	font-size: 19px;
	min-height: 133px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
	color: #fff;
}
.feature_outer_wrp ul li img {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
.featires_outer_bot {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.feature_btn {
	display: block;
	margin: 0 auto;
	width: 279px;
	height: 46px;
	background: #f3835b;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
}
.inner_testi_wrp p {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #7a7a7a;
}
.inner_testi_wrp h4 {
	text-align: center;
	color: #7a7a7a;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.inner_testi_wrp h5 {
	text-align: center;
	font-size: 17px;
	color: #7a7a7a;
}
.bottomagent_sec {
	width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 40px;
}
.bottomagent_sec_wrp {
	width: 843px;
	margin: 0 auto;
	border-bottom: 1px dashed #8b9396;
	padding: 60px 0 60px;
	border-top: 1px dashed #8b9396;
}
.bottomagent_sec_wrp ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.bottomagent_sec_wrp ul li {
	display: inline-block;
	margin: 0 60px;
	color: #385461;
	cursor: pointer;
	font-size: 36px;
	vertical-align: top;
}
.bot_icon_1 {
	background: url(/img/reseller_templates/ttn/bot_icon_1.png) no-repeat;
	width: 96px;
	height: 93px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.bot_icon_2 {
	background: url(/img/reseller_templates/ttn/bot_icon_2.png) no-repeat;
	width: 91px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.bot_icon_3 {
	background: url(/img/reseller_templates/ttn/bot_icon_3.png) no-repeat;
	width: 84px;
	height: 84px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.bottomagent_sec_wrp ul li:hover .bot_icon_1 {
	background: url(/img/reseller_templates/ttn/bot_icon_1.png) bottom left no-repeat;
}
.bottomagent_sec_wrp ul li:hover .bot_icon_2 {
	background: url(/img/reseller_templates/ttn/bot_icon_2.png) bottom left no-repeat;
}
.bottomagent_sec_wrp ul li:hover .bot_icon_3 {
	background: url(/img/reseller_templates/ttn/bot_icon_3.png) bottom left no-repeat;
}
*[class^="prlx"] {
	position: absolute;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	z-index: -1;
}
/***********************************************************************/

.mobile_top, .mobile_careou_first, .agent_mobile_sec, .try_it_pop {
	width: 100%;
	display: none;
}
.why_wrp h3 {
	display: none;
}
.foot_link {
	display: none;
}
.foot_social {
	display: none;
}
.foot_wrap h4 {
	display: none;
}
/******************************31-05-2016********************************************/

.baner_txt_area p {
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 8px;
}
.blog_main_sec {
	width: 100%;
	float: left;
	padding: 78px 0 58px;
}
.blog_post_sec {
	width: 100%;
	float: left;
}
.blog_main_wrp {
	width: 1167px;
	margin: 0 auto;
	overflow: hidden;
}
.blog_post_sec ul {
	margin: 0;
	padding: 0;
}
.blog_post_sec ul li {
	width: 100%;
	float: left;
	margin-top: 39px;
}
.blog_post_sec ul li:first-child {
	margin-top: 0;
}
.blog_left {
	width: 669px;
	float: left;
}
.blog_right {
	float: right;
	width: 475px;
	border-top: 1px dotted #70777c;
	padding: 53px 0;
	border-bottom: 1px dotted #70777c;
}
.blog_right h3 {
	color: #385461;
	font-size: 36px;
}
.blog_right p {
	color: #7a7a7a;
	font-size: 17px;
	line-height: 21px;
	margin-top: 30px;
}
.blog_social_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 14px;
}
.blog_social_sec a {
	float: left;
	margin-right: 10px;
}
.blog_read_more {
	float: right;
	background: url(/img/reseller_templates/ttn/blog_btn.png) no-repeat;
	width: 173px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}
.blog_next_btn {
	width: 124px;
	height: 48px;
	background: url(/img/reseller_templates/ttn/blog_next_btn.png) no-repeat;
	text-align: center;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
	font-size: 18px;
}
.blog_bottom {
	width: 100%;
	float: left;
	margin-top: 35px;
}
.search_blog_sec {
	width: 387px;
	min-height: 397px;
	float: left;
	background: #f3835b;
	padding: 36px;
	box-sizing: border-box;
}
.search_blog_sec h3 {
	font-size: 48px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 50px;
	font-family: 'Conv_ufonts.com_gillsans';
}
.blog_search_outer {
	display: block;
	margin-top: 59px;
	background: url(/img/reseller_templates/ttn/blog_search_outer.png) no-repeat;
	width: 270px;
	height: 50px;
}
.blog_search_imput {
	width: 80%;
	float: left;
	margin-left: 10px;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	font-size: 14px;
	color: #cdcdcd;
}
.blog_glass_btn {
	float: right;
	margin: 13px 14px 0 0;
	cursor: pointer;
	background: url(/img/reseller_templates/ttn/blog_glass.png) no-repeat;
	width: 21px;
	height: 23px;
	border: none;
}
.search_blog_sec p em {
	color: #fff;
	margin-top: 14px;
	font-style: normal;
	display: block;
}
.search_blog_sec p em a {
	color: #fff;
	text-decoration: underline;
}
.search_blog_sec p {
	color: #fff;
	line-height: 21px;
	font-size: 17px;
	margin-top: 30px;
}
.blog_white_btn {
	width: 162px;
	height: 38px;
	float: left;
	font-size: 15px;
	color: #f3835b;
	line-height: 38px;
	background: url(/img/reseller_templates/ttn/blog_white_btn.png) no-repeat;
	text-transform: uppercase;
	text-align: center;
}
.blog_bot_social_sec {
	width: 245px;
	margin: 15px auto 0;
	overflow: hidden;
}
.blog_bot_social_1 {
	background: url(/img/reseller_templates/ttn/blog_social1.png) no-repeat;
	width: 53px;
	height: 54px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blog_bot_social_2 {
	background: url(/img/reseller_templates/ttn/blog_social2.png) no-repeat;
	width: 53px;
	height: 54px;
	float: left;
	margin-left: 10px;
	margin-right: auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blog_bot_social_3 {
	background: url(/img/reseller_templates/ttn/blog_social3.png) no-repeat;
	width: 53px;
	height: 54px;
	float: left;
	margin-left: 10px;
	margin-right: auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blog_bot_social_4 {
	background: url(/img/reseller_templates/ttn/blog_social4.png) no-repeat;
	width: 53px;
	height: 54px;
	float: left;
	margin-left: 10px;
	margin-right: auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.blog_bot_social_1:hover {
	background: url(/img/reseller_templates/ttn/blog_social1.png) bottom left no-repeat;
}
.blog_bot_social_2:hover {
	background: url(/img/reseller_templates/ttn/blog_social2.png) bottom left no-repeat;
}
.blog_bot_social_3:hover {
	background: url(/img/reseller_templates/ttn/blog_social3.png) bottom left no-repeat;
}
.blog_bot_social_4:hover {
	background: url(/img/reseller_templates/ttn/blog_social2.png) bottom left no-repeat;
}
.newsletter_blog_sec {
	margin-left: 3px;
}
.featured_post_sec {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.featured_post_sec h4 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	background: url(/img/reseller_templates/ttn/line.jpg) bottom center no-repeat;
	margin-bottom: 69px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.featured_post_sec ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.featured_post_sec ul li {
	width: 270px;
	height: auto;
	float: left;
	margin: 0 10px;
}
.featured_post_sec ul li h5 {
	margin-top: 14px;
	font-size: 24px;
	color: #385461;
}
.testi_baner_outer {
	width: 100%;
	float: left;
	margin-top: 120px;
	position: relative;
}
.testi_baner_img img {
	width: 100%;
}
.testi_baner_inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.testi_baner_slider {
	width: 766px;
	margin: 40px auto 0;
	overflow: hidden;
}
.testi_baner_slider h4 {
	text-align: center;
	color: #fff;
	font-family: 'Conv_ufonts.com_gillsans';
	font-size: 36px;
}
.testi_baner_slider h5 {
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.testi_baner_slider p {
	text-align: center;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 0 50px;
}
.testi_baner_slider p img {
	width: auto !important;
	display: inline !important;
}
.testi_baner_slider .flex-direction-nav {
	display: block;
}
.testi_baner_slider .flex-direction-nav .flex-prev {
	background: url(/img/reseller_templates/ttn/testi_left_arrow.png) no-repeat;
	width: 18px;
	z-index: 9999999;
	opacity: 1;
	left: 30%;
	height: 36px;
	z-index: 99999;
	top: 150px;
	margin: 0;
}
.testi_baner_slider .flex-direction-nav .flex-next {
	background: url(/img/reseller_templates/ttn/testi_right_arrow.png) no-repeat;
	width: 18px;
	z-index: 9999999;
	opacity: 1;
	right: 30%;
	height: 36px;
	z-index: 99999;
	top: 150px;
	margin: 0;
}
.testi_main_sec {
	width: 100%;
	float: left;
}
.testi_main_wrp {
	width: 1008px;
	margin: 0 auto;
	padding: 53px 0;
	overflow: hidden;
}
.testi_main_wrp ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.testi_main_wrp ul li {
	float: left;
	margin: 0 20px 40px;
	width: 464px;
}
.testi_main_pic {
	width: 144px;
	float: left;
}
.testi_main_pic h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #385461;
	margin-top: 15px;
}
.testi_main_pic h5 {
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #909090;
	margin-top: 5px;
	font-weight: bold;
}
.testi_main_txt {
	float: right;
	width: 264px;
	margin-top: 35px;
}
.testi_main_txt p {
	font-size: 16px;
	line-height: 21px;
	color: #7a7a7a;
}
.blot_post_main {
	width: 100%;
	float: left;
	padding: 55px 0;
}
.blog_post_top_wrp {
	width: 768px;
	margin: 80px auto 0;
	overflow: hidden;
}
.blog_post_top_wrp h4 {
	text-align: center;
	font-size: 17px;
	color: #7a7a7a;
	margin-bottom: 14px;
}
.blog_post_top_wrp h3 {
	font-size: 36px;
	color: #385461;
	margin-top: 16px;
	text-align: center;
}
.blog_post_top_wrp h6 {
	text-align: center;
	font-size: 17px;
	color: #7a7a7a;
	margin-top: 16px;
	margin-bottom: 34px;
}
.blog_post_top_wrp p {
	margin-top: 33px;
	color: #7a7a7a;
	font-size: 17px;
	line-height: 21px;
}
.blog_mid_img {
	overflow: hidden;
	width: 100%;
	margin-top: 33px;
}
.blog_mid_left_img {
	float: left;
}
.blog_mid_right_img {
	float: right;
}
.blog_comment_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.blog_comment_sec_top {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px dashed #61696d;
	padding-bottom: 20px;
}
.blog_commet_left {
	float: left;
	background: url(/img/reseller_templates/ttn/comments_down_arrow.png) right center no-repeat;
	padding-right: 20px;
	font-size: 17px;
	color: #7a7a7a;
}
.blog_comment_share {
	float: right;
}
.blog_comment_share label {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	font-size: 17px;
	color: #7a7a7a;
}
.blog_comment_share a {
	float: right;
	margin-left: 7px;
}
.blog_comment_sec_bot {
	width: 100%;
	overflow: hidden;
}
.blog_comment_sec_bot ul {
	margin: 0;
	padding: 0;
}
.blog_comment_sec_bot ul li {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.blog_comment_img {
	float: left;
	width: 145px;
}
.blog_comment_txt {
	float: right;
	width: 554px;
	margin-top: 25px;
}
.blog_comment_txt h2 {
	font-size: 20px;
	color: #385461;
	margin-bottom: 15px;
}
.blog_comment_txt p {
	font-size: 15px;
	color: #385461;
	line-height: 21px;
	margin-top: 10px;
}
.blog_post_wrp {
	width: 758px;
	margin: 40px auto 0;
	overflow: hidden;
}
.blog_post_wrp h4 {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #788084;
	color: #7a7a7a;
	font-size: 17px;
}
.blog_post_comment_list ul {
	margin: 0;
	padding: 0;
}
.blog_post_comment_list ul li {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #788084;
}
.blog_sml_img_comment {
	float: left;
}
.blog_post_comment_txt {
	float: left;
	width: 572px;
	margin-left: 30px;
}
.blog_post_comment_txt h3 {
	font-size: 20px;
	color: #385461;
}
.blog_post_comment_txt h6 {
	font-size: 15px;
	color: #7a7a7a;
	margin-top: 4px;
}
.blog_post_comment_txt p {
	margin-top: 20px;
	color: #7a7a7a;
	font-size: 15px;
	line-height: 21px;
}
.read_more_left {
	float: left;
}
.blog_reply_outer {
	width: 100%;
	background: #e6c387;
	padding: 50px 0;
	float: left;
}
.blog_reply_wrp {
	width: 770px;
	margin: 0 auto;
}
.blog_reply_outer h3 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 22px;
}
.blog_reply_row {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.blog_reply_input {
	width: 371px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/reply_input.png) no-repeat;
	padding: 0 15px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	border: none;
	color: #cdcdcd;
}
.blog_reply_input_right {
	float: right;
}
.blog_reply_txtarea {
	width: 100%;
	background: url(/img/reseller_templates/ttn/reply_box.png) no-repeat;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
	height: 171px;
}
.post_comment_btn {
	width: 188px;
	height: 51px;
	background: url(/img/reseller_templates/ttn/reply_buttn.png) no-repeat;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #e6c387;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
}
/*01-06-2016*/

.blog_back_btn {
	width: 124px;
	height: 48px;
	background: url(/img/reseller_templates/ttn/blog_next_btn.png) no-repeat;
	text-align: center;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	margin: 60px auto 30px;
	display: block;
	font-size: 18px;
}
.blogleft {
	width: 800px;
	float: left;
	margin: 20px 0 0;
	color: #385461;
	font-size: 24px;
}
.blogleft p {
	padding: 10px 0 0;
}
.blogleft p span {
	color: #7a7a7a;
	font-size: 17px;
	display: block;
	padding: 5px 0;
}
.blogleft p strong {
	color: #7a7a7a;
	font-size: 12px;
	display: block;
	font-weight: normal;
}
.blogright {
	width: 342px;
	float: right;
	text-align: right;
	margin: 20px 0 0;
	color: #385461;
	font-size: 24px;
}
.blogright p {
	padding: 18px 0;
}
.blogright p span {
	color: #7a7a7a;
	font-size: 17px;
	display: block;
}
.blogleft h4 {
	color: #385461;
	font-size: 36px;
	background: url(/img/reseller_templates/ttn/line.jpg) bottom left no-repeat;
	margin-bottom: 27px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.blogright h4 {
	text-align: right;
	color: #385461;
	font-size: 36px;
	background: url(/img/reseller_templates/ttn/line.jpg) bottom right no-repeat;
	margin-bottom: 33px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.blogright h4 span {
	display: block;
}
.tab_outer {
	width: 100%;
	height: 51px;
	background: url(/img/reseller_templates/ttn/divider.png) center bottom no-repeat;
	margin-bottom: 50px;
}
.tab_inner {
	width: 100%;
	margin: 0 auto;
}
.tab_inner ul {
	margin: 0;
	padding: 0;
}
.tab_inner ul li {
	float: left;
	line-height: 40px;
	font-size: 16px;
	margin: 0 30px 0 0;
}
.tab_inner ul li a {
	color: #385461;
	float: left;
	text-transform: uppercase;
}
/*.tab_inner ul li:hover{ background:url(/img/reseller_templates/ttn/line2.jpg) left bottom no-repeat; }

.tab_inner ul li.pages_active{background:url(/img/reseller_templates/ttn/line2.jpg) left bottom no-repeat; }*/


.tabbox {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.tabbox strong img {
	vertical-align: middle;
}
.tabimg {
	float: left;
	margin: 0 20px 40px 0;
}
.tabbox2 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.blog_more {
	background: url(/img/reseller_templates/ttn/blog_btn.png) no-repeat;
	display: block;
	width: 173px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 45px;
}
.video-sec {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.video-sec h4 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	background: url(/img/reseller_templates/ttn/line.jpg) bottom center no-repeat;
	margin-bottom: 69px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.video-sec-inner {
	width: 560px;
	height: 317px;
	float: left;
	margin: 0 20px 20px 0;
}
.video-sec-inner iframe {
	width: 100% !important;
	height: 100% !important;
}
.find-specialist {
	min-height: 267px;
	background: url(/img/reseller_templates/ttn/specialist-hero-img.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}
.search {
	width: 776px;
	margin: 130px auto 0;
	font-size: 17px;
	color: #000;
}
.search form {
	background: url(/img/reseller_templates/ttn/search.png) 0 0 no-repeat;
	width: 100%;
	height: 52px;
	margin-bottom: 5px;
}
.search .searchbox {
	width: 85%;
	float: left;
	padding: 0 2%;
	background: none;
	border: none;
	height: 52px;
	color: #000;
	font-size: 16px;
	font-family: 'bariol_regularregular';
}
.search .searchbtn {
	width: 10%;
	float: right;
	background: none;
	border: none;
	height: 52px;
	text-indent: -9999px;
}
.specialistbtn {
	background: url(/img/reseller_templates/ttn/btn1.jpg) 0 0 repeat-x;
	width: 278px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	font-family: 'Conv_ufonts.com_gillsans';
}
.bannertext {
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding: 100px 0 0;
}
.bannertext p {
	color: #fff;
}
.tab2_outer {
	background: rgba(0,0,0,0.6) !important;
	width: 100%;
	background: none;
	float: left;
	margin-top: -76px;
	position: relative;
	height: 75px;
	z-index: 999;
	border-top: 1px solid #5a5c5c;
}
.tab2_inner {
	width: 100%;
	margin: 0 auto;
}
.tab2_inner ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.tab2_inner ul li {
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	margin: 15px 50px;
}
.tab2_inner ul li a {
	color: #fff;
	float: left;
	text-transform: uppercase;
}
/*.tab2_inner ul li:hover{ background:url(/img/reseller_templates/ttn/line3.jpg) left bottom no-repeat; }

.tab2_inner ul li.pages_active{background:url(/img/reseller_templates/ttn/line3.jpg) left bottom no-repeat; }*/

.agent_detail_top {
	width: 100%;
	background: #e1e4e9 url(/img/reseller_templates/ttn/agent_detail_bg.jpg) bottom left repeat-x;
	height: auto;
	float: left;
}
.agent_detail_wrp {
	width: 1140px;
	height: auto;
	margin: 7px auto 0;
	overflow: hidden;
}
.agent_detail_right {
	float: right;
	width: 659px;
	padding: 31px;
	box-sizing: border-box;
	height: 490px;
	background: url(/img/reseller_templates/ttn/computer_frame_img.jpg) no-repeat;
}
.agent_detail_left {
	float: left;
	width: 475px;
}
.mid_txt_wrp {
	width: 100%;
	float: left;
	margin-top: 140px;
}
.mid_txt_wrp p {
	text-align: left;
	padding: 0;
	color: #333;
}
.get_started_btn_top {
	margin: 0 0 0 0;
	display: inline-block;
	font-size: 17px;
	background: url(/img/reseller_templates/ttn/blog_btn.png) no-repeat;
	width: 173px;
	height: 50px;
}
.mid_txt_wrp h4 {
	text-align: left;
}
.agent_detail_top .flex-control-paging li a {
	background: url(/img/reseller_templates/ttn/bannerbullet.png) 0 0 no-repeat;
}
.agent_detail_top .flex-control-paging li a.flex-active {
	background: url(/img/reseller_templates/ttn/bannerbullethover.png) 0 0 no-repeat;
}
.agent_detail_top .flex-control-nav {
	text-align: left;
}
.mobiletab {
	display: none;
}
.prof_img {
	text-align: center;
	float: left;
	margin: 0 20px 0 0;
	color: #7a7a7a;
	font-size: 17px;
}
.prof_img img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 10px;
	font-size: 17px;
	color: #7a7a7a;
}
.prof_details h2 {
	font-size: 24px;
	color: #385461;
	padding-bottom: 20px;
	text-align: left;
}
.prof_details h5 {
	font-size: 16px;
	text-align: left;
	color: #7a7a7a;
}
.prof_details h5 span {
	font-size: 20px;
	color: #7a7a7a;
}
.main_grid ul li {
	width: 321px;
	display: inline-block;
	margin: 30px 30px;
}
.specialist {
	padding: 40px 0;
}
.specialist-about-btn {
	line-height: 48px;
	padding: 0 15px;
	min-width: 138px;
	background: url(/img/reseller_templates/ttn/about_btn.png) no-repeat;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	margin: 17px 0 0;
	display: inline-block;
	font-family: 'Conv_ufonts.com_gillsans';
}
/*************************06-02-2016***************************/

.pop_body {
	background: #fff;
}
.pop_overlay_outer {
	width: 955px;
	background: #fff;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
}
.pop_overlay_outer_cross {
	position: absolute;
	right: 30px;
	top: 60px;
}
.popupframe_outer {
	background: none;
	border: none;
	height: 730px;
	width: 100%;
	border: 4px solid #f7f7f7;
}
.begin_account {
	width: 100%;
	padding: 41px 70px 41px;
	box-sizing: border-box;
}
.begin_account h3 {
	text-align: center;
	color: #385461;
	font-family: 'Conv_ufonts.com_gillsans';
	font-size: 36px;
	margin-bottom: 18px;
}
.fb_account_btn {
	display: block;
	margin: 0 auto;
	line-height: 88px;
	background: url(/img/reseller_templates/ttn/fb_btn.png) no-repeat;
	width: 332px;
	height: 88px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.pop_form_outer {
	overflow: hidden;
	width: 100%;
	margin-top: 28px;
}
.pop_form_row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.pop_form_outer_sml {
	width: 375px;
	height: 52px;
	background: #f6f6f6;
	float: left;
	border-radius: 4px;
	padding: 3px;
	box-sizing: border-box;
	    position: relative;
}
.pop_form_outer-b .refreshCaptcha{
	    position: absolute;
    left: 160px;
    top: 15px;
}
.pop_form_outer_sml_input {
	width: 100%;
	height: 46px;
	background: none;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #385461;
	float: left;
}
.pop_form_sml_right {
	float: right;
}
.pop_form_outer_sml_one {
	width: 100%;
	height: 52px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/pop_form_icon_1.jpg) 97% center no-repeat;
	float: left;
	border-radius: 4px;
	padding: 3px;
	box-sizing: border-box;
}
.pop_form_outer_sml_two {
	width: 100%;
	height: 52px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/pop_form_icon_2.png) 97% center no-repeat;
	float: left;
	border-radius: 4px;
	padding: 3px;
	box-sizing: border-box;
}
.pop_form_outer_sml_three {
	width: 100%;
	height: 52px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/pop_form_icon_3.png) 97% center no-repeat;
	float: left;
	border-radius: 4px;
	padding: 3px;
	box-sizing: border-box;
}
.pop_form_outer_big {
	width: 100%;
	height: 52px;
	background: #f6f6f6;
	float: left;
	border-radius: 4px;
	padding: 3px;
	box-sizing: border-box;
}
.pop_form_outer p a {
	color: #000;
	text-decoration: underline;
}
/*2nd June*/
.radiobtn {
	width: 70%;
	margin: 0 auto;
	font-size: 17px;
}
.lbl {
	float: left;
	margin-left: 10px;
}
.radiobtn p {
	display: block;
	height: 35px;
}
.radiobtn p a {
	color: #000;
	text-decoration: underline;
}
.radio {
	background: url(/img/reseller_templates/ttn/radio.png) no-repeat center top;
	width: 18px;
	height: 18px;
	float: left;
	display: block;
}
.pop_form_outer_sml_four {
	width: 100%;
	height: 52px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/pop_form_icon_4.png) 97% center no-repeat;
	float: left;
	border-radius: 4px;
	padding: 3px;
	box-sizing: border-box;
}
.pop_form_outer_sml_five {
	width: 100%;
	height: 52px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/pop_form_icon_5.png) 97% center no-repeat;
	float: left;
	border-radius: 4px;
	padding: 3px;
	box-sizing: border-box;
}
.phoneicon {
	background: #f6f6f6 url(/img/reseller_templates/ttn/pop_form_icon_2.png) 97% center no-repeat;
}
.pop_form_row select {
	width: 100%;
	height: 46px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #385461;
	float: left;
	padding: 5px 35px 5px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/img/reseller_templates/ttn/arrow.png) no-repeat right 50%;
}
.pop_form_row select:active, select:focus {
	outline: none;
}
.popbtn {
	width: 170px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	margin: 0 auto;
	background: url(/img/reseller_templates/ttn/popsubmitbtn.jpg) 0 0 repeat-x;
	display: block;
	border: 0;
	font-size: 18px;
	cursor: pointer;
	font-family: 'bariol_regularregular';
	text-transform: uppercase;
}
.popbtn2 {
	width: 302px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	margin: 0 auto;
	background: url(/img/reseller_templates/ttn/popsubmitbtn.jpg) 0 0 repeat-x;
	display: block;
	border: 0;
	font-size: 18px;
	cursor: pointer;
	font-family: 'bariol_regularregular';
	text-transform: uppercase;
}
/*******************************06-03-2016**************************************/

.video_page_outer {
	min-height: 612px;
	background: url(/img/reseller_templates/ttn/video_baner.jpg) 0 0 no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.video_page_outer a {
	color: #fff !important;
}
.video_page_outer .nav_color a {
	color: #000 !important;
}
.video_page_outer label {
	color: #fff;
}
.video_page_outer .nav_color label {
	color: #000;
}
.video_main_outer {
	width: 100%;
	float: left;
	padding: 46px 0;
}
.video_main_wrapper {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.vid_page_left {
	width: 850px;
	float: left;
}
.vid_page_right {
	width: 269px;
	float: right;
}
.prof_online_sec {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.prof_online_sec h4 {
	color: #385461;
	font-size: 24px;
	margin-bottom: 14px;
}
.pref_icon_sec {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #5a6267;
	padding-bottom: 8px;
}
.pref_icon_1 {
	float: left;
	padding: 2px 0 2px 25px;
	background: url(/img/reseller_templates/ttn/pref_icon_1.png) 2px center no-repeat;
	color: #7b7b7b;
	font-size: 17px;
}
.pref_icon_2 {
	float: left;
	padding: 2px 0 2px 28px;
	background: url(/img/reseller_templates/ttn/pref_icon_2.png) no-repeat;
	color: #7b7b7b;
	font-size: 17px;
	margin-left: 14px;
}
.pref_icon_3 {
	float: left;
	padding: 2px 0 2px 28px;
	background: url(/img/reseller_templates/ttn/pref_icon_3.png) no-repeat;
	color: #7b7b7b;
	font-size: 17px;
	margin-left: 14px;
}
.pref_icon_4 {
	float: left;
	padding: 2px 0 2px 28px;
	background: url(/img/reseller_templates/ttn/pref_icon_4.png) 3px center no-repeat;
	color: #7b7b7b;
	font-size: 17px;
	margin-left: 14px;
}
.pref_icon_5 {
	float: left;
	padding: 2px 0 2px 33px;
	background: url(/img/reseller_templates/ttn/pref_icon_5.png) 5px center no-repeat;
	color: #7b7b7b;
	font-size: 17px;
	margin-left: 14px;
}
.prof_online_sec p {
	color: #7a7a7a;
	font-size: 17px;
	margin-top: 38px;
}
.category_sec_vid {
	width: 100%;
	float: left;
}
.category_sec_vid ul {
	width: 100%;
	float: left;
}
.category_sec_vid ul li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.category_sec_vid ul li a {
	color: #7a7a7a;
	font-size: 17px;
	float: left;
}
.category_sec_vid ul li a strong {
	border-bottom: 2px solid #ccd1d3;
	margin-right: 14px;
	width: 150px;
}
.popular_vid {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.popular_vid h3 {
	font-size: 18px;
	color: #385461;
	padding-top: 25px;
	margin-bottom: 23px;
}
.popular_vid ul {
	margin: 0;
	padding: 0;
}
.popular_vid ul li {
	width: 270px;
	float: left;
	margin: 0 6px 20px;
}
.poular_vid_sec {
	width: 100%;
	height: 200px;
	position: relative;
}
.popular_vid_timer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 42px;
	background: #666869;
	padding: 0 15px;
	box-sizing: border-box;
}
.popular_vid_timer span {
	background: url(/img/reseller_templates/ttn/vid_icon_1.png) left center no-repeat;
	padding-left: 25px;
	color: #fff;
	line-height: 42px;
}
.popular_vid ul li h4 {
	color: #385461;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.popular_vid_iocn_sec {
	width: 100%;
	overflow: hidden;
}
.popular_vid_iocn_sec .pref_icon_1 {
	font-size: 14px;
}
.popular_vid_iocn_sec .pref_icon_2 {
	font-size: 14px;
	margin-left: 10px;
}
.popular_vid_iocn_sec .pref_icon_5 {
	font-size: 14px;
	margin-left: 10px;
}
.vid_right_category {
	width: 100%;
	float: left;
}
.vid_right_category h3 {
	text-align: right;
	border-bottom: 1px dashed #535c60;
	margin-top: 30px;
	padding-bottom: 14px;
	text-transform: uppercase;
	font-size: 24px;
}
.vid_right_category ul {
	margin: 0;
	padding: 0;
}
.vid_right_category ul li {
	width: 100%;
	float: left;
}
.vid_right_category ul li a {
	border-bottom: 1px dashed #535c60;
	color: #000;
	width: 100%;
	padding: 14px 0 14px 20px;
	float: left;
	box-sizing: border-box;
	background: url(/img/reseller_templates/ttn/vid_category_arrow.png) left no-repeat;
}
.vid_right_category ul li a span {
	float: right;
}
.most_view {
	width: 100%;
	float: left;
	margin-top: 35px;
}
.most_view h3 {
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 24px;
}
.most_view ul {
	margin: 0;
	padding: 0;
	float: left;
}
.most_view ul li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.most_view_left {
	float: left;
}
.most_view_right {
	float: left;
	margin-left: 15px;
	width: 140px;
}
.most_view_right h4 {
	font-size: 18px;
	color: #385461;
	margin-bottom: 5px;
}
.most_view_right h5 {
	font-size: 16px;
	margin-bottom: 5px;
}
.most_view_right h6 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #385461;
}
.vid_tag_sec {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.vid_tag_sec h3 {
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 24px;
}
.vid_tag_sec ul {
	margin: 20px 0 0 0;
	float: left;
	padding: 0;
	text-align: center;
}
.vid_tag_sec ul li {
	display: inline-block;
	margin: 0 13px 20px;
}
.vid_tag_sec ul li a {
	font-size: 17px;
	color: #7a7a7a;
	padding-bottom: 4px;
}
.vid_tag_sec ul li a:hover {
	border-bottom: 2px solid #ccd1d3;
}
.vid_right_ad_sec {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.vid_right_ad_sec h3 {
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 24px;
}
.vid_right_ad_sec p {
	margin-bottom: 25px;
}
.video_baner_outer {
	width: 765px;
	height: 392px;
	margin: 180px auto 0;
	overflow: hidden;
}
.vid_comment_back {
	width: 124px;
	height: 48px;
	background: url(/img/reseller_templates/ttn/blog_next_btn.png) no-repeat;
	text-align: center;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	margin: 60px auto 30px;
	display: block;
	font-size: 18px;
	float: left;
}
.about_baner_inner {
	width: 100%;
	position: absolute;
	top: 25px;
}
.about_baner_txt {
	width: 1140px;
	margin: 80px auto 0;
}
.about_baner_txt h3 {
	text-align: right;
	color: #000000;
	font-size: 36px;
}
.about_baner_txt h4 {
	text-align: right;
	color: #000000;
	font-size: 24px;
	font-weight: 300;
}
.inner_page_outer {
	width: 100%;
	float: left;
	padding: 60px 0;
}
.inner_page_wrp {
	width: 1140px;
	margin: 0 auto;
}
.inner_page_left {
	width: 370px;
	min-height: 627px;
	float: left;
	padding: 13px;
	margin-top: -120px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
}
.inner_page_left_inner {
	border: 3px solid #f4f4f4;
	min-height: 627px;
	box-sizing: border-box;
	height: 100%;
	padding: 20px 50px;
}
.inner_page_left_inner h4 {
	font-size: 24px;
	color: #385461;
	margin-top: 28px;
}
.inner_page_left_inner ul {
	margin: 20px 0 0 0;
	padding: 0;
	overflow: hidden;
}
.inner_page_left_inner ul li {
	width: 100%;
	float: left;
	margin: 9px 0;
}
.inner_page_left_inner ul li a {
	color: #7b7b7b;
	font-size: 16px;
	padding-bottom: 8px;
}
.inner_page_left_inner ul li a:hover {
	background: url(/img/reseller_templates/ttn/nav_border.jpg) bottom left no-repeat;
}
.inner_page_left_inner ul li a.inner_left_active {
	background: url(/img/reseller_templates/ttn/nav_border.jpg) bottom left no-repeat;
}
.inner_page_right {
	width: 650px;
	float: right;
}
.inner_page_right p {
	font-size: 16px;
	color: #7a7a7a;
	line-height: 21px;
}
/*****************************************************/


#lava {
	/* you must set it to relative, so that you can use absolute position for children elements */
	position: relative;
	text-align: center;
	width: 100%;
	height: 40px;
	margin: 0 auto;
}
#lava #box {
	/* position absolute so that z-index can be defined and able to move this item using javascript */
	position: absolute;
	left: 0;
	bottom: -16px;
	/* should be lower than the list menu */
	z-index: 50;
	/* image of the right rounded corner */
		
	height: 3px;
	/* add padding 8px so that the tail would appear */
		
		
		/* self-adjust negative margin to make sure the box display in the center of the item */
	margin-left: 0;
}
#lava #box .head {
	/* image of the left rounded corner */
	background: #fff;
	height: 3px;
	width: 25px !important;
	/* self-adjust left padding to make sure the box display in the center of the item */
	padding-left: 10px;
}
/*04-06-2016*/

.plan_page_outer {
	width: 100%;
	float: left;
	padding: 120px 0 60px;
}
.plan_page_wrp {
	width: 990px;
	margin: 0 auto;
}
.plan_page_wrp h2 {
	text-align: center;
	font-size: 48px;
	color: #385461;
	padding-bottom: 50px;
}
.plan_page_wrp h2 span {
	display: block;
}
.planbox-wrapper {
	text-align: center;
}
.planbox {
	width: 292px;
	min-height: 586px;
	display: inline-block;
	color: #fff;
	font-size: 19px;
	line-height: 20px;
	position: relative;
	text-align: center;
	vertical-align: top;
}
.planbg1 {
	background: #b8bdc0;
}
.planbg2 {
	background: #1ec3ec;
}
.planbg3 {
	background: #f3835b;
}
.planbg1a {
	background: #ccd0d2;
}
.planbg2a {
	background: #3fd2f6;
}
.planbg3a {
	background: #fb926c;
}
.plan-headding {
	line-height: 78px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-bottom: 36px;
}
.planboxtext {
	min-height: 92px;
}
.plan-headding2 {
	line-height: 40px;
	font-size: 70px;
	font-weight: bold;
	padding: 20px 0;
	font-family: 'Conv_ufonts.com_gillsans';
	text-shadow: 1px 1px #8a9094
}
.plan-headding2 span {
	font-size: 24px;
	display: block;
	font-weight: normal;
	font-family: 'bariol_regularregular';
	text-shadow: none;
}
.plan-headding3 {
	line-height: 40px;
	font-size: 70px;
	font-weight: bold;
	padding: 20px 0;
	font-family: 'Conv_ufonts.com_gillsans';
	margin: 20px 0;
	text-shadow: 1px 1px #8a9094;
}
.planul li {
	background: url(/img/reseller_templates/ttn/bullet.png) 0 6px no-repeat;
	font-size: 19px;
	line-height: 24px;
	text-align: left;
	padding: 0 0 0 20px;
}
.planul {
	margin: 20px 0 20px 20px;
}
.planul2 li {
	background: url(/img/reseller_templates/ttn/bullet.png) 0 6px no-repeat;
	font-size: 19px;
	line-height: 24px;
	text-align: left;
	padding: 0 0 0 20px;
}
.planul2 {
	margin: 70px 0 20px 20px;
}
.planbtn {
	background: #f3835b;
	width: 228px;
	line-height: 90px;
	position: absolute;
	left: 29px;
	bottom: -60px;
	border-bottom: 3px solid #c55933;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 24px;
}
.planbtn2 {
	background: #1ec3ec;
	width: 418px;
	line-height: 67px;
	border-bottom: 3px solid #1d95b3;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-family: 'Conv_ufonts.com_gillsans';
	margin: 0 auto 40px;
	text-align: center;
	letter-spacing: 1px;
}
.plan_page_wrp h3 {
	text-align: center;
	font-size: 30px;
	color: #385461;
	padding-bottom: 70px;
}
.plan_page_wrp h4 {
	font-size: 24px;
	color: #385461;
	padding-bottom: 20px;
}
.plan-column {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.plan-column p {
	padding-bottom: 50px;
	font-size: 17px;
	color: #7a7a7a;
	line-height: 21px;
}
/*specialist page*/

.specialist-wrapper {
	width: 100%;
	float: left;
	padding: 100px 0 0;
}
.spl-banner {
	position: relative;
}
.spl-banner img {
	width: 100%;
	height: auto;
}
.spl-bannertext {
	text-align: center;
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}
.spl-bannertext h2 {
	font-size: 36px;
	font-family: 'Conv_ufonts.com_gillsans';
	line-height: normal;
	padding-bottom: 25px;
}
.spl-bannertext p {
	padding: 0 24%;
}
.splbtn {
	background: #f3835b;
	width: 226px;
	line-height: 90px;
	border-bottom: 3px solid #c55933;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	margin: 25px 0 0;
}
.splheading h2 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	background: url(/img/reseller_templates/ttn/line.jpg) bottom center no-repeat;
	margin: 58px 0;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.spl-img-wrp {
	width: 100%;
	float: left;
}
.spl-img-wrp img {
	width: 100%;
	height: 100%;
}
.spl-img-wrp ul li {
	float: left;
	width: 33.33%;
	height: 472px;
	position: relative;
}
.splname {
	position: absolute;
	left: 0;
	top: 40%; /*right:0; bottom:0; margin:auto;*/
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-family: 'Conv_ufonts.com_gillsans';
	color: #fff;
	line-height: 30px;
}
/******************************************06-06-2016************************************************/


#lava2 {
	/* you must set it to relative, so that you can use absolute position for children elements */
	position: relative;
	text-align: center;
	width: 100%;
	height: 40px;
	margin: 0 auto;
}
#lava2 #box2 {
	/* position absolute so that z-index can be defined and able to move this item using javascript */
	position: absolute;
	left: 0;
	bottom: -16px;
	/* should be lower than the list menu */
	z-index: 50;
	/* image of the right rounded corner */
		
	height: 3px;
	/* add padding 8px so that the tail would appear */
		
		
		/* self-adjust negative margin to make sure the box display in the center of the item */
	margin-left: 0;
}
#lava2 #box2 .head {
	/* image of the left rounded corner */
	background: #fff;
	height: 3px;
	width: 25px !important;
	/* self-adjust left padding to make sure the box display in the center of the item */
	padding-left: 10px;
}
.blogleft #lava #box {
	bottom: 0;
}
.blogleft #lava #box .head {
	background: #1dc3ed;
}
.blogleft #lava2 #box2 {
	bottom: 0;
}
.blogleft #lava2 #box2 .head {
	background: #1dc3ed;
}
.inner_page_right h3 {
	font-size: 24px;
	color: #385461;
}
.inner_page_right p {
	font-size: 16px;
	color: #7a7a7a;
	line-height: 21px;
	margin-top: 35px;
	padding-right: 50px;
}
.specialist_form_outer {
	background: none;
	border: none;
	overflow: hidden;
	width: 100%;
	border: 4px solid #f7f7f7;
}
.specialist_form_outer h4 {
	text-align: center;
	font-size: 36px;
	color: #385461;
	font-family: 'Conv_ufonts.com_gillsans';
	margin-top: 50px;
}
.specialist_form {
	width: 100%;
	float: left;
	margin-top: 40px;
	padding: 0 58px;
	box-sizing: border-box;
}
.specialist_row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.specialist_fomr_input_outer {
	width: 394px;
	float: left;
	padding: 3px;
	box-sizing: border-box;
	height: 51px;
	background: #f6f6f6;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	border-radius: 4px;
}
.specialist_input {
	width: 100%;
	border: 1px solid #cdcdcd;
	background: none;
	font-size: 16px;
	color: #385461;
	height: 44px;
	box-sizing: border-box;
	float: left;
	padding: 0 50px 0 14px;
	border-radius: 4px;
}
.specialist_fomr_input_outer_right {
	float: right;
}
.specialist_email_outer {
	width: 100%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
	height: 51px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/specialist_mail_icon.png) 98% center no-repeat;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	border-radius: 4px;
}
.specialist_ph_outer {
	width: 100%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
	height: 51px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/pop_form_icon_2.png) 98% center no-repeat;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	border-radius: 4px;
}
.specialist_select_outer {
	width: 100%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
	height: 51px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/specialist_down_icon.png) 98% center no-repeat;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	border-radius: 4px;
}
.specialist_select_outer select {
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #cdcdcd;
	background: none;
	font-size: 16px;
	color: #385461;
	height: 44px;
	box-sizing: border-box;
	float: left;
	padding: 0 50px 0 14px;
	border-radius: 4px;
}
.specialist_calender_outer {
	width: 394px;
	float: left;
	padding: 3px;
	box-sizing: border-box;
	height: 51px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/specialist_calender_icon.png) 97% center no-repeat;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	border-radius: 4px;
}
.specialist_calender {
	width: 100%;
	border: 1px solid #cdcdcd;
	background: none;
	font-size: 16px;
	color: #385461;
	height: 44px;
	box-sizing: border-box;
	float: left;
	padding: 0 50px 0 14px;
	border-radius: 4px;
}
.specialist_select_outer_right {
	width: 394px;
	float: right;
}
.specialist_select_outer_right {
	background: #f6f6f6 url(/img/reseller_templates/ttn/specialist_down_icon.png) 96% center no-repeat;
}
.specialist_destination_box_outer {
	width: 100%;
	float: left;
	padding: 18px 24px;
	box-sizing: border-box;
	min-height: 163px;
	background: #f6f6f6;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	border-radius: 4px;
}
.preffered_destination_box {
	width: 368px;
	height: 46px;
	border: 1px solid #cdcdcd;
	background: #fff;
	font-size: 16px;
	color: #385461;
	border-radius: 5px;
	padding: 0 15px;
	box-sizing: border-box;
}
.disclaimer_cross_box {
	background: #1ec3ec url(/img/reseller_templates/ttn/specialist_cross.png) 95% center no-repeat;
	border-bottom: 3px solid #1d95b3;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	min-width: 173px;
	float: left;
	margin: 10px 10px 0;
	padding: 14px 20px;
	box-sizing: border-box;
	height: 48px;
}
.specialist_select_outer_sml {
	width: 394px;
	background: #f6f6f6 url(/img/reseller_templates/ttn/specialist_down_icon.png) 96% center no-repeat;
}
.specialist_row h3 {
	font-size: 36px;
	color: #385461;
	font-family: 'Conv_ufonts.com_gillsans';
}
.specialist_txtarea {
	width: 100%;
	float: left;
	padding: 18px 24px;
	box-sizing: border-box;
	min-height: 163px;
	background: #f6f6f6;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	-o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
	border-radius: 4px;
	border: none;
	font-size: 16px;
	color: #385461;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.specialist_submit_btn {
	background: #f3835b;
	width: 173px;
	line-height: 48px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #c55933;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 15px auto 0;
	display: block;
	cursor: pointer;
}
.contact_outer {
	padding: 40px 20px;
	box-sizing: border-box;
	width: 100%;
}
.contact_outer .blog_reply_wrp {
	width: 100%;
}
.blog_reply_input {
	width: 298px;
	background-size: 100% auto;
	height: 43px;
}
.blog_reply_txtarea {
	width: 100%;
	background-size: 100% auto;
	height: 137px;
}
.contact_ph_no {
	background: url(/img/reseller_templates/ttn/contact_ph_bg.png) no-repeat;
	width: 298px;
	background-size: 100% auto;
	height: 43px;
}
/**************************************16-06-2016****************************************/

.pln_box_outer {
	width: 292px;
	float: left;
	margin: 0 17px 50px;
}
.plan_box_bot {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 98px;
}
.plan_box_bot ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.plan_box_bot ul li {
	background: url(/img/reseller_templates/ttn/tick_sign.png) left center no-repeat;
	margin: 15px 0;
	padding: 2px 0 2px 31px;
	font-size: 18px;
	color: #385461;
}
.plan_box_bot ul li.cross {
	background: url(/img/reseller_templates/ttn/cross_sign.png) left center no-repeat;
	padding: 2px 0 2px 31px;
	font-size: 18px;
	color: #d1d1d1;
}
.theme_baner_txt {
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 18px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
}
.theme_outer {
	width: 100%;
	float: left;
}
.theme_wrapper {
	width: 1180px;
	margin: 107px auto 53px;
	overflow: hidden;
}
.theme_wrapper ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.theme_wrapper ul li {
	width: 374px;
	float: left;
	margin: 0 9px 40px;
}
.theme_image_sec {
	width: 374px;
	cursor: pointer;
	height: 301px;
	position: relative;
	background: url(/img/reseller_templates/ttn/theme_bg.png) no-repeat;
	box-sizing: border-box;
	padding: 18px;
}
.theme_image_sec img {
	width: 100%;
	height: 213px;
}
.customize_business_btn {
	width: 173px;
	height: 48px;
	background: #f3835b;
	border-radius: 5px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 2px solid #c55933;
	display: block;
	margin: 26px auto 0;
}
.view_theme_demo {
	width: 100%;
	height: 213px;
	background: url(/img/reseller_templates/ttn/tab_bg.png) repeat;
	display: none;
	position: absolute;
	left: 0;
	top: 18px;
	vertical-align: middle;
	line-height: 213px;
	color: #fff;
	text-align: center;
	font-size: 28px;
}
.theme_image_sec:hover .view_theme_demo {
	display: block;
}
.next_btn {
	width: 124px;
	height: 46px;
	background: #1ec3ec;
	display: block;
	margin: 50px auto 0;
	border-bottom: 2px solid #1d95b3;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
}
.faq_right {
	width: 718px;
}
.faq_right p {
	font-family: 'bariol_regularregular';
	margin-top: 0;
	border-bottom: 1px dashed #8b9396;
	padding-bottom: 20px;
}
/*************************************19-07-2016***************************************/

.solution_sec {
	width: 100%;
	padding: 70px 0;
	background: #f3835b;
	float: left;
}
.solution_sec_wrp {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
.solution_sec_wrp h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
	background: url(/img/reseller_templates/ttn/red_dash.jpg) bottom center no-repeat;
	padding: 0 0 15px;
}
.solution_sec_wrp p {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-size: 18px;
	line-height: 23px;
}
.solution_top_sec {
	width: 100%;
	margin: 34px 0 0 0;
	overflow: hidden;
}
.solution_top_sec ul {
	margin: 0;
	padding: 0;
}
.solution_top_sec ul li {
	display: inline-block;
	margin: 0 9px;
}
.solution_bot_sec {
	width: 100%;
	margin: 74px 0 0 0;
	overflow: hidden;
}
.solution_bot_sec_left {
	width: 930px;
	float: left;
}
.solution_bot_sec_left ul {
	margin: 0;
	padding: 0;
}
.solution_bot_sec_left ul li {
	background: url(/img/reseller_templates/ttn/tick_mark.png) right center no-repeat;
	padding-right: 60px;
	float: left;
	margin: 0 38px 25px;
	box-sizing: border-box;
	color: #fff;
	font-size: 36px;
	min-width: 330px;
}
.solution_bot_sec_left ul li:nth-child(4) {
	min-width: 408px;
}
.solution_bot_sec_left ul li:nth-child(6) {
	min-width: 408px;
}
.solution_bot_sec_left ul li:nth-child(8) {
	min-width: 408px;
}
.solution_bot_sec_right {
	float: right;
}
.view_features_button {
	width: 215px;
	height: 48px;
	background: #fff;
	text-align: center;
	line-height: 48px;
	border-bottom: 3px solid #c55933;
	border-radius: 5px;
	font-size: 18px;
	border-top: none;
	border-left: none;
	border-right: none;
	float: left;
	color: #c55933;
	margin-top: 90px;
}
.view_features_button:hover {
	color: #000;
}
.feature_outer_wrp ul li h5 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 30px;
}
/****************************************23-07-2016*********************************************************/


.why_eventsfusion {
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
.why_eventsfusion_inner {
	width: 1140px;
	margin: 0 auto;
}
.why_eventsfusion_inner h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-top: 40px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding-bottom: 8px;
	margin-bottom: 80px;
}
.why_travel_net_row {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.why_eventsfusion_left_img {
	float: left;
}
.why_eventsfusion_right_txt {
	width: 608px;
	float: right;
}
.why_eventsfusion_right_txt h4 {
	color: #385461;
	font-size: 30px;
	margin-bottom: 30px;
}
.why_eventsfusion_right_txt p {
	color: #7a7a7a;
	font-size: 15px;
	line-height: 28px;
}
.why_eventsfusion_right_img {
	float: right;
}
.why_eventsfusion_left_txt {
	float: left;
}
.short-text {
	overflow: hidden;
	height: 290px;
}
.full-text {
	height: auto;
}
/**********************************New-update-26-07-2016*********************************************/

.contact_outer_sec {
	width: 100%;
	background: url(/img/reseller_templates/ttn/contact-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 752px;
	padding: 20px 0;
	box-sizing: border-box;
	margin-top: 100px;
	float: left;
}
.inner_page_left {
	margin-top: 0;
}
.contact_page_right {
	width: 740px;
	float: right;
}
.contact_page_right h3 {
	color: #fff;
	font-family: 'Conv_ufonts.com_gillsans';
	font-size: 60px;
}
.contact_page_right h3 span {
	text-align: right;
	font-size: 18px;
	float: right;
	font-family: 'bariol_regularregular';
	margin-top: 35px;
}
.contact_detail_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 22px;
}
.contact_detail_left {
	float: left;
}
.contact_ph {
	background: url(/img/reseller_templates/ttn/contact_sml_icon_1.png) left 7px no-repeat;
	padding: 0 0 0 20px;
	color: #000;
	line-height: 21px;
	font-size: 16px;
}
.contact_mail {
	background: url(/img/reseller_templates/ttn/contact_sml_icon_2.png) left 7px no-repeat;
	padding: 0 0 0 20px;
	color: #000;
	line-height: 21px;
	font-size: 16px;
	margin-top: 4px;
}
.contact_adress {
	background: url(/img/reseller_templates/ttn/contact_sml_icon_3.png) left 5px no-repeat;
	padding: 0 0 0 20px;
	color: #000;
	line-height: 21px;
	font-size: 16px;
	margin-top: 4px;
}
.contact_detail_right {
	float: right;
	margin-top: 25px;
}
.contact_detail_right a {
	float: left;
	margin-right: 10px;
}
.contact_form_area {
	width: 100%;
	background: url(/img/reseller_templates/ttn/tab_bg.png) repeat;
	padding: 40px 55px;
	box-sizing: border-box;
	margin-top: 23px;
	border-radius: 6px;
	min-height: 413px;
}
.contact_input {
	width: 298px;
	height: 40px;
	background: url(/img/reseller_templates/ttn/contact_input.png) no-repeat;
	padding: 0 30px 0 20px;
	box-sizing: border-box;
	float: left;
	border: none;
	font-size: 16px;
}
.contact_input_right {
	float: right;
}
.contact_email_input {
	width: 298px;
	height: 40px;
	background: url(/img/reseller_templates/ttn/contact_email.png) no-repeat;
	padding: 0 30px 0 20px;
	margin-top: 10px;
	box-sizing: border-box;
	float: left;
	border: none;
	font-size: 16px;
}
.contact_ph_input {
	width: 298px;
	height: 40px;
	background: url(/img/reseller_templates/ttn/contact_ph.png) no-repeat;
	padding: 0 30px 0 20px;
	box-sizing: border-box;
	margin-top: 10px;
	float: right;
	border: none;
	font-size: 16px;
}
.contact_txtarea_input {
	width: 298px;
	height: 100px;
	background: url(/img/reseller_templates/ttn/contact_txtarea.png) no-repeat;
	padding: 15px 30px 20px 20px;
	box-sizing: border-box;
	margin-top: 10px;
	float: right;
	border: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.coantact_submit_btn {
	float: right;
	width: 229px;
	height: 93px;
	border-bottom: 4px solid #c55933;
	border-radius: 7px;
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: 'bariol_regularregular';
	background: #f3835b;
	cursor: pointer;
}
.online_store_outer {
	min-height: 600px;
	background: url(/img/reseller_templates/ttn/online_store_img.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.online_store_outer .nav_inner ul li a {
	color: #fff;
}
.online_store_outer .nav_color .nav_inner ul li a {
	color: #000;
}
.online_store_outer .nav_right label {
	color: #fff;
}
.online_store_outer .nav_color .nav_right label {
	color: #000;
}
.online_store_baner_txt {
	height: auto;
	margin: 375px auto 0;
	overflow: hidden;
	text-align: left;
	font-size: 36px;
	color: #fff;
	width: 765px;
}
.online_store_icon_sec {
	width: 100%;
	background: #f3f3f3;
	padding: 89px 0 60px 0;
	float: left;
}
.online_store_icon_sec_wrp {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
.online_store_icon_sec_wrp ul {
	margin: 0;
	padding: 0;
}
.online_store_icon_sec_wrp ul li {
	float: left;
	width: 349px;
	margin: 0 20px;
}
.online_store_icon_sec_wrp ul li h4 {
	text-align: center;
	height: 133px;
}
.online_store_icon_sec_wrp ul li h5 {
	text-align: center;
	margin-top: 10px;
	color: #385461;
	font-size: 24px;
}
.online_store_icon_sec_wrp ul li p {
	text-align: center;
	margin-top: 25px;
	color: #7a7a7a;
	font-size: 17px;
	line-height: 21px;
}
.online_store_form_sec {
	width: 100%;
	float: left;
	padding: 87px 0;
	background: #e6c387;
}
.online_store_form_wrp {
	width: 1066px;
	margin: 0 auto;
}
.online_store_input {
	width: 200px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/online_store_input.png) no-repeat;
	float: left;
	margin-right: 16px;
	border: none;
	padding: 0 25px 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.online_store_email_input {
	width: 200px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/online_store_email_input.png) no-repeat;
	float: left;
	margin-right: 16px;
	border: none;
	padding: 0 25px 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.online_store_passwork_input {
	width: 200px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/online_store_password_input.png) no-repeat;
	float: left;
	margin-right: 16px;
	border: none;
	padding: 0 25px 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.online_submit_btn {
	float: right;
	width: 188px;
	height: 48px;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 3px solid #bd9a5d;
	border-radius: 5px;
	font-size: 18px;
	color: #e6c387;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 3px;
}
.website_include_outer {
	width: 100%;
	float: left;
	background: #babdc1 url(/img/reseller_templates/ttn/online_store_computer_bg.jpg) left top repeat-x;
	height: 402px;
}
.website_include_wrp {
	width: 1140px;
	margin: 0 auto;
	height: 402px;
}
.website_include_left {
	float: left;
	width: 547px;
	margin-top: 78px;
}
.website_include_left h3 {
	color: #000;
	font-size: 48px;
}
.website_include_left ul {
	margin: 53px 0 0 0;
	padding: 0;
}
.website_include_left ul li {
	display: inline-block;
	margin: 0 0 20px;
	width: 48%;
	color: #ffffff;
	font-size: 16px;
}
.website_include_left ul li strong {
	float: left;
}
.website_include_left ul li span {
	margin-left: 10px;
	float: left;
}
.website_include_right {
	width: 593px;
	float: right;
	margin-top: 47px;
}
.custom_webdesign_sec {
	width: 100%;
	float: left;
	padding: 83px 0 44px 0;
}
.custom_webdesign_wrp {
	width: 774px;
	margin: 0 auto;
}
.custom_webdesign_wrp h2 {
	text-align: center;
	color: #385461;
	font-size: 24px;
	margin-bottom: 25px;
}
.custom_webdesign_wrp p {
	color: #7a7a7a;
	font-size: 17px;
	line-height: 21px;
}
.req_a_quote {
	width: 229px;
	height: 76px;
	text-align: center;
	line-height: 76px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	background: #f3835b;
	display: block;
	margin: 35px auto 0;
	border-radius: 6px;
	border-bottom: 3px solid #c55933;
}
.acelerate_box {
	width: 387px;
	min-height: 397px;
	float: left;
	background: #f3835b;
	padding: 36px;
	box-sizing: border-box;
}
.acelerate_box h3 {
	color: #ffffff;
	font-size: 30px;
	margin-top: 100px;
}
.acelerate_box p {
	color: #ffffff;
	margin-top: 15px;
	font-size: 17px;
}
.blog_white_btn_learnmore {
	margin-top: 25px;
}
.subscribe_box {
	width: 387px;
	min-height: 397px;
	float: left;
	background: #f3835b;
	padding: 36px;
	box-sizing: border-box;
	margin-left: 3px;
}
.subscribe_box h3 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 24px;
}
.subscribe_form {
	width: 270px;
	float: left;
}
.subscrive_input {
	width: 270px;
	float: left;
	height: 50px;
	background: url(/img/reseller_templates/ttn/blog_search_outer.png) no-repeat;
	border: none;
	padding: 0 20px 0 15px;
	box-sizing: border-box;
	font-weight: bold;
	color: #999;
}
.subscrive_email_input {
	width: 270px;
	float: left;
	height: 50px;
	background: url(/img/reseller_templates/ttn/subscribe_email_input.png) no-repeat;
	border: none;
	padding: 0 20px 0 15px;
	box-sizing: border-box;
	font-weight: bold;
	color: #999;
	margin-top: 15px;
}
.subscribe_btn {
	border-radius: 5px;
	border: none;
	float: left;
	margin-top: 15px;
	cursor: pointer;
}
.add_box {
	float: right;
	width: 387px;
}
.mobile_img_sec ul {
	margin: 40px auto 0;
	overflow: hidden;
	padding: 0;
	width: 1182px;
}
.mobile_img_sec ul li {
	width: 374px;
	float: left;
	margin: 0 7px 30px;
}
.sample_website_box {
	width: 100%;
	height: 302px;
	padding: 18px;
	box-sizing: border-box;
	background: url(/img/reseller_templates/ttn/sample_site_frame.png) no-repeat;
}
.mobile_img_sec ul li h4 {
	text-align: center;
	color: #385461;
	font-size: 30px;
	margin-top: 25px;
}
.template_pop_overlay {
	width: 1167px;
	float: left;
	position: relative;
	padding: 30px 0;
}
.template_pop_left {
	float: left;
	width: 808px;
}
.template_pop_right {
	float: right;
	width: 359px;
	background: #fff;
	height: 316px;
}
.template_pop_inner {
	width: 324px;
	height: 270px;
	margin: 20px auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
	padding: 40px 36px;
	box-sizing: border-box;
}
.template_pop_inner h3 {
	color: #385461;
	font-size: 36px;
	font-weight: bold;
}
.template_pop_inner p {
	font-size: 17px;
	color: #000000;
	margin-top: 10px;
	font-size: 17px;
}
.build_own_btn {
	margin-top: 10px;
	text-transform: uppercase;
}
.template_pop_close {
	top: 68px;
	right: 35px;
}
/*******************************05-08-2016*********************************************/


.sepcialist_outer {
	height: 345px;
	background: url(/img/reseller_templates/ttn/specialist_baner.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.specialist_baner_form {
	width: 100%;
	float: left;
	background: url(/img/reseller_templates/ttn/tab_bg.png) repeat;
	height: 130px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.specialist_wrp {
	width: 1060px;
	height: 130px;
	margin: 0 auto;
}
.specialist_wrp select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("/img/reseller_templates/ttn/specialist_drop.jpg") no-repeat;
	color: #cdcdcd;
	border-radius: 4px;
	border: none;
	float: left;
	margin-top: 35px;
	font-weight: bold;
	font-size: 14px;
	height: 50px;
	padding: 1px 10px 1px 10px;
	width: 285px;
}
.specialist_wrp_input {
	width: 269px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #a19e9e;
	padding: 0 10px;
	box-sizing: border-box;
	background: url(/img/reseller_templates/ttn/specialist_input.jpg) no-repeat;
	border: none;
	float: left;
	margin-left: 25px;
	border-radius: 4px;
	margin-top: 35px;
}
.specialist_submit {
	float: right;
	width: 165px;
	height: 48px;
	float: right;
	border: none;
	border-radius: 5px;
	background: #f3835b;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 35px;
	cursor: pointer;
}
.specialist_interest_outer {
	width: 100%;
	float: left;
	padding: 52px 0 83px;
}
.specialist_interest_wrp {
	width: 908px;
	margin: 0 auto;
}
.specialist_interest_wrp h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-top: 40px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding-bottom: 8px;
}
.specialist_interest_wrp ul {
	margin: 40px 0 0 0;
	padding: 0;
}
.specialist_interest_wrp ul li {
	width: 302px;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative;
}
.special_interest_overlay_outer {
	width: 302px;
	height: 300px;
	display: table;
	position: absolute;
	left: 0;
	top: 0;
}
.special_interest_overlay {
	width: 302px;
	height: 300px;
	color: #fff;
	display: table-cell;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
}
.specialist_interest_wrp ul li img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.specialist_interest_wrp ul li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.specialist_feature_outer {
	width: 100%;
	float: left;
}
.specialist_feature_wrp {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 85px;
}
.specialist_feature_wrp h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-top: 40px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding-bottom: 8px;
}
.specialist_feature_wrp ul {
	margin: 39px 0 0 0;
	padding: 0;
}
.specialist_feature_wrp ul li {
	width: 366px;
	float: left;
	margin: 0 12px 30px;
}
.specialist_feature_image {
	width: 100%;
	float: left;
	height: auto;
}
.specialist_feature_heading {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #788084;
	padding: 20px 0 15px;
}
.specialist_feature_heading h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 5px;
}
.specialist_feature_heading h5 {
	font-size: 16px;
	color: #7a7a7a;
}
.specialist_feature_details {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #788084;
	padding: 15px 0 15px;
}
.specialist_feature_details span {
	float: left;
	font-size: 16px;
	margin-top: 6px;
}
.specialist_feature_details strong {
	float: right;
	font-size: 24px;
	font-weight: normal;
}
.specialist_feture_btn_area {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.specialist_feature_btn {
	float: left;
	margin: 0 10px 0 0;
	width: 160px;
	height: 48px;
	border-radius: 5px;
	background: #f3835b;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	border-bottom: 5px solid #c55933;
	color: #fff;
	text-transform: uppercase;
}
.specialist_bottom_sec {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.specialist_bottom_wrp {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
/********************************************************************************/

.popular_vid_top {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.popular_vid_top ul {
	margin: 0;
	padding: 0;
}
.popular_vid_top ul li {
	float: left;
	margin: 0 2px;
	width: auto;
}
.popular_vid_top ul li.pages_active a {
	background: #000;
	color: #fff;
}
.popular_vid_top ul li:first-child {
	margin-left: 11px;
}
.popular_vid_top ul li a {
	color: #000;
	font-size: 19px;
	float: left;
	padding: 15px;
}
.popular_vid_top ul li:hover a {
	background: #000;
	color: #fff;
}
.popular_vid_bot {
	width: 100%;
	float: left;
}
/************************************12-08-2016*****************************************/

.event_outer {
	height: 348px;
	background: url(/img/reseller_templates/ttn/event_baner.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.event_form_inner {
	padding: 20px 30px;
}
.event_outer_baner_txt {
	width: 100%;
	margin-top: 130px;
}
.event_outer_baner_txt_inner {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}
.event_outer_baner_txt_inner h2 {
	font-size: 45px;
}
.event_outer_baner_txt_inner h3 {
	font-size: 30px;
	margin-bottom: 7px;
}
.event_outer_baner_txt_inner h4 {
	font-size: 20px;
	font-style: italic;
}
.event_form {
	width: 293px;
	float: left;
	margin-top: 30px;
}
.event_form_row {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
.event_input_big {
	background: url(/img/reseller_templates/ttn/event_form_input.png) no-repeat;
	width: 100%;
	height: 52px;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	float: left;
	border: none;
	font-size: 15px;
}
.event_form_row select {
	width: 100%;
	background: url(/img/reseller_templates/ttn/event_form_drop.png) no-repeat;
	height: 52px;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	float: left;
	border: none;
	font-size: 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #727272;
}
.event_input_sml {
	background: url(/img/reseller_templates/ttn/event_form_sml_input.png) no-repeat;
	width: 139px;
	height: 52px;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	float: left;
	border: none;
	font-size: 15px;
}
.event_input_sml_right {
	float: right;
}
.event_txtarea {
	background: url(/img/reseller_templates/ttn/event_form_txtarea.png) no-repeat;
	width: 100%;
	height: 108px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	float: left;
	border: none;
	font-size: 17px;
	font-family: 'bariol_regularregular';
}
.event_submit_btn {
	float: left;
	width: 173px;
	height: 48px;
	border-bottom: 4px solid #c55933;
	border-radius: 7px;
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'bariol_regularregular';
	background: #f3835b;
	cursor: pointer;
}
.event_right {
	width: 713px;
	float: right;
}
.event_right_top {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #6a7075;
}
.event_right_top ul {
	margin: 0;
	padding: 0;
}
.event_right_top ul li {
	float: left;
	margin: 0 25px;
}
.event_right_top ul li:first-child {
	margin-left: 0;
}
.event_right_top ul li a {
	padding-bottom: 10px;
	float: left;
	color: #385461;
	font-size: 16px;
	text-transform: uppercase;
}
.event_right_top ul li a:hover {
	background: url(/img/reseller_templates/ttn/nav_border.jpg) left bottom no-repeat;
}
.event_right_top ul li.pages_active a {
	background: url(/img/reseller_templates/ttn/nav_border.jpg) left bottom no-repeat;
}
.event_right_content {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.overview_sec {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-right: 50px;
}
.overview_sec h4 {
	color: #385461;
	font-size: 36px;
	margin-bottom: 25px;
}
.overview_sec p {
	font-size: 17px;
	color: #7a7a7a;
	line-height: 21px;
	margin-bottom: 25px;
}
.feature_sec {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-right: 50px;
}
.feature_sec h4 {
	color: #385461;
	font-size: 36px;
	margin-bottom: 45px;
}
.feature_sec ul {
	width: 620px;
	margin: 0 auto;
	overflow: hidden;
}
.feature_sec ul li {
	width: 260px;
	float: left;
	margin: 0 0 0 20px;
	background: url(/img/reseller_templates/ttn/tick_sign.png) no-repeat center left;
	padding: 10px 0 10px 28px;
	font-size: 18px;
	color: #385461;
}
.itinery_sec, .itinery_table_heading {
	width: 100%;
	float: left;
}
.itinery_table_heading table {
	width: 100%;
}
.itinery_table_heading table tr th {
	background: #f3835b;
	padding: 10px 10px;
	color: #fff;
	font-size: 18px;
}
.itinery_table_heading table tr th select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("/img/reseller_templates/ttn/select_down_arrow.png") left 8px no-repeat;
	color: #fff;
	border: none;
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	padding: 1px 10px 1px 25px;
	width: 80px;
}
.itinery_table_sec {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.event_white_row {
	background: #fbfcfc;
}
itinery_table_sec table {
	width: 100%;
}
.itinery_table_sec table tr td {
	font-size: 18px;
	color: #385461;
	padding: 14px 7px;
	line-height: 21px;
}
.room_sec_box {
	width: 320px;
	float: left;
	margin: 0 15px 25px;
}
.event_room {
	width: 100%;
	float: left;
}
.room_sec_box .flex-direction-nav {
	display: block;
}
.room_sec_box .flex-direction-nav .flex-prev {
	width: 18px;
	height: 36px;
	background: url(/img/reseller_templates/ttn/room_arrow_left.png) no-repeat;
	left: 0;
	top: 17%;
	opacity: 1;
}
.room_sec_box .flex-direction-nav .flex-next {
	width: 18px;
	height: 36px;
	background: url(/img/reseller_templates/ttn/room_arrow_right.png) no-repeat;
	right: 0;
	top: 17%;
	opacity: 1;
}
.product_list_outer {
	height: 348px;
	background: url(/img/reseller_templates/ttn/product_list_baner.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.product_list_wrp {
	width: 1140px;
	margin: 0 auto;
}
.product_list_wrp select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("/img/reseller_templates/ttn/product_drop.png") no-repeat;
	color: #cdcdcd;
	border-radius: 4px;
	border: none;
	float: left;
	margin-top: 35px;
	font-weight: bold;
	font-size: 14px;
	height: 50px;
	margin-right: 8px;
	padding: 1px 10px 1px 10px;
	width: 235px;
}
.product_input {
	width: 235px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #a19e9e;
	padding: 0 10px;
	box-sizing: border-box;
	background: url(/img/reseller_templates/ttn/product_input.png) no-repeat;
	border: none;
	float: left;
	margin-right: 9px;
	border-radius: 4px;
	margin-top: 35px;
}
.product_left {
	width: 380px;
	float: left;
}
.product_left_outer {
	width: 100%;
	float: left;
	padding: 13px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	margin-bottom: 30px;
}
.product_left_inner {
	border: 3px solid #f4f4f4;
	box-sizing: border-box;
	height: 100%;
	padding: 20px 50px;
	overflow: hidden;
}
.product_left_inner h4 {
	color: #385461;
	font-size: 24px;
	margin-top: 28px;
}
.product_left_inner ul {
	margin: 30px 0 0 0;
	overflow: hidden;
	padding: 0;
}
.product_left_inner ul li {
	background: url(/img/reseller_templates/ttn/prod_vendor_bg.png) left center no-repeat;
	padding: 0 25px;
	float: left;
	margin: 15px 0;
	width: 100%;
}
.product_left_inner ul li a {
	float: left;
	width: 100%;
	color: #000000;
}
.product_left_inner ul li a:hover {
	color: #333;
}
.product_right {
	width: 750px;
	float: right;
}
.product_right ul {
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 0;
}
.product_right ul li {
	width: 340px;
	float: left;
	margin: 0 12px 30px;
}
/************************************15-08-2016******************************************/

.university_header {
	background: url(/img/reseller_templates/ttn/university_header.jpg) no-repeat;
	height: 612px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.university_header .nav_inner ul li a {
	color: #fff;
}
.university_header .nav_color .nav_inner ul li a {
	color: #000;
}
.university_header .nav_right label {
	color: #fff;
}
.university_header .nav_color .nav_right label {
	color: #000;
}
.university_baner_outer {
	width: 100%;
	margin-top: 180px;
}
.university_baner_inner {
	width: 740px;
	margin: 0 auto;
}
.university_baner_inner h3 {
	text-align: center;
	color: #fff;
	font-size: 48px;
}
.university_baner_inner p {
	color: #fff;
	font-size: 17px;
	line-height: 21px;
	margin-top: 35px;
	text-align: center;
}
.university_baner_search_outer {
	width: 375px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/university_top_search_outer.png) no-repeat;
	margin: 43px auto 0;
}
.university_baner_input {
	width: 300px;
	float: left;
	margin-left: 13px;
	background: none;
	border: none;
	height: 52px;
	font-size: 16px;
}
.university_baner_submit {
	float: right;
	width: 23px;
	height: 24px;
	background: url(/img/reseller_templates/ttn/university_baner_search.png) no-repeat;
	border: none;
	margin: 14px 15px 0 0;
	cursor: pointer;
}
.university_navigation_outer {
	width: 100%;
	float: left;
	height: 83px;
	border-top: 1px solid #5d7b81;
	background: url(/img/reseller_templates/ttn/tab_bg.png) repeat;
	position: relative;
	margin: -83px 0 0 0;
}
.university_navigation_outer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.university_navigation_outer ul li {
	display: inline-block;
	margin: 0 26px;
	padding: 12px 0;
}
.university_navigation_outer ul li a {
	float: left;
	color: #fff;
	font-size: 16px;
}
.university_navigation_outer ul li a.uni_icon_1 {
	background: url(/img/reseller_templates/ttn/university_icon_1.png) center 2px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a.uni_icon_2 {
	background: url(/img/reseller_templates/ttn/university_icon_2.png) center 5px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a.uni_icon_3 {
	background: url(/img/reseller_templates/ttn/university_icon_3.png) center 5px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a.uni_icon_4 {
	background: url(/img/reseller_templates/ttn/university_icon_4.png) center 5px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a.uni_icon_5 {
	background: url(/img/reseller_templates/ttn/university_icon_5.png) center 5px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a.uni_icon_6 {
	background: url(/img/reseller_templates/ttn/university_icon_6.png) center 5px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a.uni_icon_7 {
	background: url(/img/reseller_templates/ttn/university_icon_7.png) center 5px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a.uni_icon_8 {
	background: url(/img/reseller_templates/ttn/university_icon_8.png) center 5px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a.uni_icon_9 {
	background: url(/img/reseller_templates/ttn/university_icon_9.png) center 5px no-repeat;
	padding-top: 30px;
}
.university_navigation_outer ul li a span {
	display: block;
	margin-top: 7px;
	padding-bottom: 4px;
}
.university_navigation_outer ul li a:hover span {
	background: url(/img/reseller_templates/ttn/uni_nav_hover.png) bottom center no-repeat;
}
.university_mid_outer {
	width: 100%;
	float: left;
	padding: 73px 0 57px;
}
.university_mid_outer ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.university_mid_outer ul li {
	width: 223px;
	margin: 0 35px;
	display: inline-block;
}
.university_mid_outer ul li p {
	text-align: center;
	color: #7a7a7a;
	font-size: 15px;
	line-height: 21px;
}
.university_mid_outer ul li h3 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 14px;
	margin-top: 30px;
}
.guid_sec_outer {
	width: 100%;
	float: left;
	padding: 48px 0;
	background: #424242;
}
.guid_sec_inner {
	width: 1170px;
	margin: 0 auto;
}
.guid_sec_inner h4 {
	text-align: center;
	color: #fff;
	font-size-adjust: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 30px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	margin-bottom: 52px;
}
.guid_sec_inner .item {
	margin: 0 5px;
}
.guid_sec_inner h5 {
	color: #fff;
	margin: 10px 0;
	font-size: 24px;
}
.guid_sec_inner h6 {
	color: #fff;
	font-size: 15px;
}
.university_latest_vid_outer {
	width: 100%;
	float: left;
	padding: 76px 0 62px 0;
}
.university_latest_vid_inner {
	width: 1170px;
	margin: 0 auto;
}
.university_latest_vid_inner h3 {
	text-align: center;
	color: #385461;
	font-size-adjust: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 30px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	margin-bottom: 52px;
}
.university_latest_vid_inner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.university_latest_vid_inner ul li {
	float: left;
	margin: 0 11px;
	width: 270px;
}
.uni_guid_vid {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 12px;
}
.university_latest_vid_inner h4 {
	color: #385461;
	font-size: 18px;
}
.uni_expert_sec {
	width: 100%;
	float: left;
	height: 558px;
	background: url(/img/reseller_templates/ttn/expert_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.uni_expert_inner {
	width: 958px;
	margin: 111px auto 0;
}
.uni_expert_inner h4 {
	text-align: center;
	color: #fff;
	font-size-adjust: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 30px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	margin-bottom: 52px;
}
.uni_expert_inner p {
	text-align: center;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
}
.uni_webiner_outer {
	width: 100%;
	float: left;
	padding: 77px 0;
}
.uni_webiner_inner {
	width: 963px;
	margin: 0 auto;
}
.uni_webiner_inner h4 {
	text-align: center;
	color: #385461;
	font-size-adjust: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 30px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	margin-bottom: 52px;
}
.webiner_input {
	background: url(/img/reseller_templates/ttn/webiner_input_bg.png) no-repeat;
	width: 368px;
	height: 46px;
	padding: 0 20px;
	font-size: 16px;
	box-sizing: border-box;
	border: none;
	margin-right: 20px;
}
.webiner_submit_btn {
	float: right;
	width: 173px;
	height: 44px;
	border-bottom: 2px solid #c55933;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
	background: #f3835b;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
}
.uni_guid_outer {
	float: left;
	width: 100%;
	padding: 48px 0;
}
.uni_guid_inner {
	width: 1140px;
	margin: 0 auto;
}
.uni_guid_box {
	width: 270px;
	float: left;
	margin: 0 7px 50px;
	position: relative;
}
.uni_guid_box_vid {
	width: 100%;
	height: 200px;
	float: left;
}
.uni_box_prod {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px dashed #8b9396;
	color: #385461;
	font-size: 18px;
}
.uni_box_prod span {
	background: url(/img/reseller_templates/ttn/pref_icon_5.png) left center no-repeat;
	padding-left: 25px;
	float: right;
	font-size: 16px;
	color: #7a7a7a;
}
.uni_box_row {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #8b9396;
	font-size: 13px;
	text-align: left;
	padding: 13px 0;
	color: #7a7a7a;
}
.uni_box_row:hover {
	background: #fff;
	color: #000;
}
.uni_guid_box .slider {
	overflow: visible;
}
.uni_guid_box .flex-direction-nav {
	display: block;
}
.uni_guid_box .flex-direction-nav a {
	bottom: 0;
	right: 0;
	top: auto;
	opacity: 1;
}
.uni_guid_box .flex-direction-nav .flex-prev {
	background: url(/img/reseller_templates/ttn/uni_left_arrow.png) left center no-repeat;
	right: 20px;
	width: 8px;
	bottom: -30px;
	height: 16px;
	margin: 0;
	left: auto;
}
.uni_guid_box .flex-direction-nav .flex-next {
	background: url(/img/reseller_templates/ttn/uni_right_arrow.png) left center no-repeat;
	right: 0;
	width: 8px;
	bottom: -30px;
	height: 16px;
	margin: 0;
	left: auto;
}
/*16-08-2016*/

.baner_txt_area h1 {
	font-size: 60px;
	line-height: 55px;
	padding-bottom: 15px;
	text-align: center;
}
.franchise_baner_txt p {
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	margin: 8px 0 10px;
	font-weight: normal;
	line-height: 22px;
}
.bannerplay {
	width: 229px;
	height: 96px;
	background: url(/img/reseller_templates/ttn/bannerplay.png) 0 0 no-repeat;
	font-size: 18px;
	color: #fff;
	display: block;
	padding-left: 30px;
	line-height: 96px;
	margin: 40px auto 0;
	float: left;
}
.baner_form_wrp {
	width: 1081px;
}
.banerinputbox1 {
	background: url(/img/reseller_templates/ttn/input1.png) 0 0 no-repeat;
	width: 250px;
	padding: 0 10px;
	line-height: 50px;
	float: left;
	margin-right: 30px;
	border: 0;
	font-size: 14px;
	color: #cdcdcd;
	text-transform: uppercase;
	font-weight: bold;
}
.banerinputbox2 {
	background: url(/img/reseller_templates/ttn/input2.png) 0 0 no-repeat;
	width: 250px;
	padding: 0 10px;
	line-height: 50px;
	float: left;
	margin-right: 30px;
	border: 0;
	font-size: 14px;
	color: #cdcdcd;
	text-transform: uppercase;
	font-weight: bold;
}
.banerinputbox3 {
	background: url(/img/reseller_templates/ttn/input3.png) 0 0 no-repeat;
	width: 250px;
	padding: 0 10px;
	line-height: 50px;
	float: left;
	margin-right: 30px;
	border: 0;
	font-size: 14px;
	color: #cdcdcd;
	text-transform: uppercase;
	font-weight: bold;
}
.mid_imge_txt h3 {
	display: block;
	text-align: left;
	font-size: 55px;
	line-height: 48px;
	padding-bottom: 50px;
}
.mid_imge_txt h3 span {
	font-size: 55px;
	display: block;
}
.mid_imge_txt {
	position: absolute;
	height: 100%;
	width: 70%;
	display: table;
	text-align: left;
	color: #fff;
	left: 20%;
	top: 10%;
}
.mid_imge_txt p {
	font-size: 17px;
	line-height: 24px;
	display: none;
}
.mid_imge_txt:hover p {
	display: block;
}
.mid_image_sec li:hover {
	background: rgba(0, 0, 0, 0.70);
}
.bot_baner_wrp h2 {
	padding: 30px 0 15px;
!important
}
.bot_baner_wrp p {
	line-height: 24px;
	color: #7a7a7a;
	font-size: 17px;
	text-align: center;
	padding-bottom: 50px;
}
.bot_baner_wrp {
	margin: 50px auto;
}
.feature_outer_wrp ul li {
	min-height: 134px;
}
.bot_form_wrp {
	width: 1085px;
}
.why_sec-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	background: url(/img/reseller_templates/ttn/why.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 488px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.cols {
	width: 30%;
	float: left;
	padding: 60px 3% 0 0;
}
.why_sec-wrapper h2 {
	font-size: 36px;
	background: url(/img/reseller_templates/ttn/line4.jpg) 0 100% no-repeat;
	line-height: normal;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.banner-uni {
	background: url(/img/reseller_templates/ttn/banner-uni.jpg) no-repeat;
	height: 301px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-uni_outer {
	width: 100%;
	margin-top: 140px;
}
.banner-uni_search_outer {
	width: 375px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/searchuni.png) no-repeat;
	margin: 0 auto 23px;
}
.banner-uni_input {
	width: 270px;
	float: left;
	margin-left: 55px;
	background: none;
	border: none;
	height: 52px;
	font-size: 16px;
}
.banner-uni_submit {
	float: right;
	width: 23px;
	height: 24px;
	background: url(/img/reseller_templates/ttn/university_baner_search.png) no-repeat;
	border: none;
	margin: 14px 15px 0 0;
	cursor: pointer;
}
.uni-left {
	width: 839px;
	float: left;
}
.uni-sidebar {
	width: 270px;
	float: right;
	font-size: 16px;
	color: #385461;
}
.uni-sidebar a {
	color: #385461;
}
.uni-sidebar span {
	font-size: 15px;
	color: #7a7a7a;
}
.unibox1 {
	padding: 20px 0 60px;
}
.unibox1 li {
	background: url(/img/reseller_templates/ttn/bullet1.png) 0 center no-repeat;
	border-bottom: dashed 1px #385461;
	line-height: 44px;
	padding-left: 28px;
}
.unibox1 li span {
	float: right;
}
.unibox2 {
	padding: 20px 0 60px;
}
.unibox2 li {
	background: url(/img/reseller_templates/ttn/bullet2.png) 0 center no-repeat;
	border-bottom: dashed 1px #385461;
	line-height: 44px;
	padding-left: 28px;
}
.unibox3 {
	padding: 20px 0 60px;
}
.unibox3 li {
	border-bottom: dashed 1px #385461;
	line-height: 24px;
	padding: 15px 0;
}
.unibox3 li span {
	display: block;
}
.unibox3 li img {
	float: left;
	border-radius: 50px;
	margin: 4px 10px 0 0;
}
/*table*/


.unitable {
	margin: 20px 0;
}
.unitable th {
	line-height: 70px;
	font-size: 18px;
	color: #385461;
	border-top: dashed 1px #385461;
}
.uni-left table, th, td {
	border: 0;
	border-collapse: collapse;
}
.unitable td {
	line-height: 25px;
	color: #7a7a7a;
	vertical-align: middle;
	font-weight: normal;
	padding: 5px 0;
	padding: 45px 0;
	border-top: dashed 1px #385461;
}
.unitable h2 {
	padding-bottom: 20px;
}
.unitable strong {
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding: 20px 0 0;
}
.user {
	display: inline-block;
	vertical-align: middle;
}
.pagination {
	float: right;
	text-align: right;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	padding: 0 10px;
	color: #c4c4c4;
}
.pagination li a:hover {
	color: #385461;
}
.pagination li a.active {
	color: #385461;
}
.uni-left h6 {
	font-size: 10px;
	text-align: center;
	line-height: normal;
	padding: 10px 0;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.uni-left h6 a {
	color: #1d95b3;
}
.uni-left h5 {
	font-size: 10px;
	border-left: 6px solid #cdeefc;
	line-height: normal;
	background: #f8f8f8;
	margin-bottom: 20px;
	padding: 7px 0 7px 20px;
}
.uni-left h4 {
	font-size: 10px;
	line-height: normal;
	background: #f8f8f8;
	margin-bottom: 20px;
	padding: 7px 0 7px 20px;
}
.breadcrumbs {
	padding: 20px 0;
}
.breadcrumbs li {
	background: url(/img/reseller_templates/ttn/divider1.jpg) 0 0 no-repeat;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
}
.breadcrumbs li a {
	padding: 0 22px;
	color: #385461;
}
.breadcrumbs li:first-child {
	background: none;
}
.breadcrumbs li:first-child a {
	padding: 0 22px 0 0;
}
.thumbsec span {
	font-size: 12px;
}
.breadcrumbs li a:hover {
	color: #000;
}
.topic_btn {
	line-height: 46px;
	padding: 0 15px;
	min-width: 124px;
	background: #1ec3ec;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 16px;
	margin-right: 17px;
	display: inline-block;
	border-bottom: 3px solid #1d95b3;
	letter-spacing: 2px;
}
/********************************************18-08-2016**************************************************************************/

.home_baner {
	height: 554px; /*overflow:hidden;*/
}
.mid_imge_txt {
	width: 100%;
	left: 0;
	top: 0;
}
.mid_imge_txt h3 {
	padding-top: 50%;
	padding-bottom: 0;
	text-align: center;
	font-family: 'Conv_ufonts.com_gillsans';
	margin-bottom: 30px;
}
.mid_imge_txt p {
	font-size: 17px;
	line-height: 24px;
	padding: 110px 50px;
	color: #fff;
	display: block;
	display: none;
}
.mid_imge_txt:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.mid_imge_txt:hover h3 {
	display: none;
}
.bot_baner_wrp {
	margin: 0 auto;
}
.bot_baner_wrp p {
	padding-bottom: 30px;
}
.franchise_img {
	margin-bottom: 30px;
	margin-top: 20px;
}
.feature_btn {
	border-bottom: 3px solid #c55933;
}
/********************************************28-08-2016**************************************************************************/

.journey_baner {
	background: url(/img/reseller_templates/ttn/journey_baner.jpg) no-repeat;
	height: 693px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.live_agent {
	float: left;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-right: 20px;
	background: url(/img/reseller_templates/ttn/live_agent_icon.png) no-repeat;
	padding-left: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.journet_baner_txt_outer {
	width: 100%;
	margin-top: 220px;
}
.journet_baner_txt_outer h1 {
	text-align: center;
	font-size: 60px;
	color: #000000;
	margin-bottom: 48px;
}
.journey_learn_more {
	display: block;
	width: 226px;
	height: 60px;
	background: #f3835b;
	margin: 0 auto;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	font-size: 21px;
}
.journey_tab_outer {
	width: 100%;
	position: relative;
	float: left;
	height: 204px;
	background: url(/img/reseller_templates/ttn/tab_bg.png) repeat;
	padding: 40px 0;
	box-sizing: border-box;
}
/********************* Tab *********************8*/


/* REQUIRED for core functionality */

.responsive-tabs__heading {
	display: none;
}
.responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}
 @media (max-width: 767px) {
.responsive-tabs__list {
	display: none;
}
.responsive-tabs__heading {
	display: block;
	cursor: pointer;
}
.responsive-tabs__panel--closed-accordion-only {
	display: none;
}
}
 @media (min-width: 768px) {
.responsive-tabs__panel--closed-accordion-only {
	display: block !important;
}
}
/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper {
	clear: both;
	zoom: 1;
}
.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
	content: "";
	display: table;
}
.responsive-tabs-wrapper:after {
	clear: both;
}
.responsive-tabs__heading:focus, .responsive-tabs__list__item:focus {
	outline: 1px solid #ccc;
}
.responsive-tabs__heading--active:focus, .responsive-tabs__list__item--active:focus {
	outline: none !important;
}
.responsive-tabs__list {
	padding: 0 65px;
	text-align: center;
}
.responsive-tabs__list__item {
	display: inline-block;
	margin: 0 70px 34px 0;
	padding: 0 8px 0 20px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background: url(/img/reseller_templates/ttn/tab.png) left top no-repeat;
}
.responsive-tabs__list__item:first-child {
	margin-left: 0;
}
.responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover {
	background: url(/img/reseller_templates/ttn/tab_h.png) left top no-repeat;
}
.responsive-tabs__panel {
	clear: both;
	border-top: 1px dashed #fefefe;
	padding: 25px 0 0 0;
	overflow: hidden;
}
 @media (max-width: 767px) {
.responsive-tabs__heading {
	padding: 0.5em;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	background: #ddd;
	position: relative;
}
.responsive-tabs__heading:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 40%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
}
.responsive-tabs__heading:hover, .responsive-tabs__heading--active:hover {
	background-color: #efefef
}
.responsive-tabs__heading--active {
	background: #fff;
}
.responsive-tabs__heading--active:after {
	border-bottom: 10px solid #000;
	border-top: 0;
}
}
.journey_tab_wrp {
	width: 1120px;
	margin: 0 auto;
}
.journey_input {
	width: 367px;
	height: 50px;
	background: url(/img/reseller_templates/ttn/tab_input_box.png) no-repeat;
	border: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	font-weight: bold;
	padding: 0 20px;
	box-sizing: border-box;
}
.journey_calender {
	width: 199px;
	height: 50px;
	background: url(/img/reseller_templates/ttn/tab_calender.png) no-repeat;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	font-weight: bold;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	margin-left: 25px;
	font-size: 14px !important;
}
.ui-widget-content {
	font-size: 14px !important;
}
.journey_drop {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("/img/reseller_templates/ttn/tab_drop.png") no-repeat;
	border-radius: 3px;
	color: #cdcdcd;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 14px;
	height: 50px;
	font-weight: bold;
	margin: 0;
	padding: 0 20px;
	width: 270px;
}
.journey_mid_col_sec_outer {
	width: 100%;
	float: left;
	padding: 100px 0 91px;
}
.journey_mid_col_sec_outer ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.journey_mid_col_sec_outer ul li {
	display: inline-block;
	margin: 0 25px;
	width: 350px;
}
.journey_mid_col_sec_outer ul li h4 {
	text-align: center;
	margin-bottom: 20px;
	min-height: 78px;
}
.journey_mid_col_sec_outer ul li h6 {
	text-align: center;
	font-size: 24px;
	color: #385461;
	margin-bottom: 28px;
}
.journey_mid_col_sec_outer ul li p {
	text-align: center;
	color: #7a7a7a;
	font-size: 17px;
	line-height: 21px;
}
.journey_looking_sec {
	width: 100%;
	float: left;
}
.journey_looking_sec h3 {
	background: url(/img/reseller_templates/ttn/dash.jpg) no-repeat scroll center bottom;
	color: #385461;
	font-size: 36px;
	margin-top: 40px;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 56px;
}
.journey_looking_sec ul {
	margin: 0;
	padding: 0;
}
.journey_looking_sec ul li {
	width: 33.3%;
	height: 404px;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
}
.journey_looking_overlay_outer {
	width: 100%;
	height: 445px;
	display: table;
	position: absolute;
	left: 0;
	top: 0;
}
.journey_looking_overlay {
	width: 100%;
	height: 445px;
	color: #fff;
	display: table-cell;
	text-align: center;
	font-size: 50px;
	line-height: 41px;
	vertical-align: middle;
	color: #fff;
	font-family: "Conv_ufonts.com_gillsans";
}
.journey_looking_sec ul li img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.journey_looking_sec ul li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.journey_bot_txt {
	width: 100%;
	float: left;
	padding: 57px 0;
}
.journey_bot_txt_wrp {
	width: 1027px;
	margin: 0 auto;
}
.journey_bot_txt_wrp h3 {
	background: url(/img/reseller_templates/ttn/dash.jpg) no-repeat scroll center bottom;
	color: #385461;
	font-size: 36px;
	margin-top: 40px;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 36px;
}
.journey_bot_txt_wrp p {
	font-size: 17px;
	line-height: 24px;
	color: #7a7a7a;
	text-align: center;
}
.journey_get_started_outer {
	width: 100%;
	float: left;
	padding: 59px 0;
	background: #e6c387;
}
.journey_get_started_wrp {
	width: 770px;
	margin: 0 auto;
}
.journey_get_started_wrp h3 {
	color: #fff;
	font-size: 40px;
	line-height: normal;
	font-family: 'Conv_ufonts.com_gillsans';
	margin-bottom: 22px;
}
.get_form_row {
	width: 100%;
	float: left;
	margin-bottom: 24px;
}
.get_form_input {
	width: 371px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/get_expert_input.png) no-repeat;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	font-weight: bold;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
}
.get_form_input_right {
	float: right;
}
.get_started_txtarea {
	width: 100%;
	height: 172px;
	background: url(/img/reseller_templates/ttn/get_started_txtarea.png) no-repeat;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	font-weight: bold;
	padding: 20px 20px;
	box-sizing: border-box;
	border: none;
}
.journey_get_started_btn {
	width: 188px;
	height: 48px;
	cursor: pointer;
	text-align: center;
	color: #e6c387;
	text-transform: uppercase;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 500;
	border-bottom: 3px solid #bd9a5d;
	border-left: none;
	border-right: none;
	border-top: none;
	float: left;
}
.journey_deal_sec {
	width: 100%;
	float: left;
	padding: 48px 0 58px;
}
.journey_deal_wrp {
	width: 773px;
	margin: 0 auto;
	position: relative;
}
.journey_deal_wrp .flex-control-nav {
	display: block;
	bottom: -35px;
}
.journey_deal_wrp .slider {
	overflow: visible;
}
/********************************************29-08-2016**************************************************************************/

.travel_business_outer {
	background: url(/img/reseller_templates/ttn/travel_business_baner.jpg) no-repeat;
	height: 348px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.travel_busines_baner_txt_outer {
	margin-top: 180px;
	width: 100%;
}
.travel_busines_baner_txt_outer h1 {
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.travel_busines_bot_nav {
	width: 100%;
	float: left;
	height: 73px;
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
	margin-top: -72px;
	margin-bottom: 25px;
}
.travel_busines_bot_nav ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.travel_busines_bot_nav ul li {
	display: inline-block;
	margin: 0 50px;
}
.travel_busines_bot_nav ul li a {
	float: left;
	line-height: 73px;
	color: #fff;
	font-size: 18px;
	font-family: 'Conv_ufonts.com_gillsans';
	text-transform: uppercase;
}
.travel_busines_bot_nav ul li a:hover {
	background: url(/img/reseller_templates/ttn/business_travel_dash.jpg) left 54px no-repeat;
}
.feature_outer_wrp ul li h6 {
	color: #fff;
	margin: 5px 0 10px;
	font-size: 30px;
	line-height: 32px;
}
.tb_centertxt {
	text-align: center
}
.tb-feature-btn {
	display: inline-block;
	margin: 0 auto;
	padding: 0 25px;
	width: auto;
	height: 46px;
	background: #f3835b;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	border-bottom: 3px solid #c55933;
}
.tb-side-text {
	height: auto;
	overflow: hidden;
}
.tbftr_icon_1 {
	background: url(/img/reseller_templates/ttn/tbftr_icon_1.png) no-repeat;
	width: 60px;
	height: 61px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.tbftr_icon_2 {
	background: url(/img/reseller_templates/ttn/tbftr_icon_2.png) no-repeat;
	width: 119px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.tbftr_icon_3 {
	background: url(/img/reseller_templates/ttn/tbftr_icon_3.png) no-repeat;
	width: 72px;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.bottomagent_sec_wrp ul li:hover .tbftr_icon_1 {
	background: url(/img/reseller_templates/ttn/tbftr_icon_1.png) bottom left no-repeat;
}
.bottomagent_sec_wrp ul li:hover .tbftr_icon_2 {
	background: url(/img/reseller_templates/ttn/tbftr_icon_2.png) bottom left no-repeat;
}
.bottomagent_sec_wrp ul li:hover .tbftr_icon_3 {
	background: url(/img/reseller_templates/ttn/tbftr_icon_3.png) bottom left no-repeat;
}
.tb_frticons ul li {
	margin: 0 50px;
}
.tb_tabwrp {
	margin: 0 auto;
	width: 1200px;
}
.tb_tabwrp h2 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 44px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 15px;
}
.tb_tabouter {
	margin-top: 5px;
	float: left;
	height: 65px;
	padding: 10px;
	position: relative;
	width: 100%;
	z-index: 999;
	border: 2px solid #ffffff;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
}
.tb_main {
	height: 60px;
	border: 2px solid #ffffff;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 41%, rgb(248, 248, 248) 93%);
	-webkit-box-shadow: 0 0px 3px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 0px 3px 0 rgba(50, 50, 50, 0.2);
	box-shadow: 0 0px 3px 0 rgba(50, 50, 50, 0.2);
}
.tb_main .tab2_inner ul li a {
	color: #385461;
}
.tb_main #lava #box {
	bottom: -4px;
}
.tb_main #lava #box .head {
	background: #ccd1d3;
}
.tb_main .tab2_inner ul li {
	margin: 5px 50px 0;
}
.tb_tabtop {
	width: 100%;
	background: transparent;
	height: auto;
	float: left;
}
.tb_tab_left {
	float: left;
	width: 400px;
}
.tb_txt_wrp {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.tb_txt_wrp p {
	text-align: left;
	color: #7a7a7a;
	font-size: 20px;
	line-height: 28px;
}
.tb_txt_wrp .flex-control-nav {
	display: block;
	margin-top: 25px;
	position: inherit;
	width: 100%;
}
.tb_tab_left h3 {
	color: #385461;
	background: url(/img/reseller_templates/ttn/dash.jpg) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 38px;
	font-size: 36px;
	line-height: 42px;
	color: #385461;
	text-transform: uppercase;
}
.tb_tab_right {
	float: right;
	width: 740px;
	padding: 25px;
	box-sizing: border-box;
	height: 490px;
}
/*****************************************31-08-2016*********************************************************/


.getting_started_feature {
	background: url(/img/reseller_templates/ttn/getting_started_feature_img.jpg) no-repeat;
	height: 348px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.feature_need_outer {
	width: 100%;
	float: left;
}
.feature_need_wrp {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
.feature_need_wrp h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 24px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 15px;
}
.feature_need_wrp p {
	text-align: center;
	color: #7a7a7a;
	font-size: 20px;
	line-height: 28px;
}
.feature_need_wrp ul {
	margin: 70px 0 0 0;
	padding: 0;
}
.feature_need_wrp ul li {
	width: 558px;
	float: left;
	margin: 0 6px 60px;
}
.feature_need_left {
	width: 182px;
	float: left;
	text-align: center;
}
.feature_need_right {
	width: 351px;
	float: right;
}
.feature_need_right h4 {
	color: #385461;
	font-size: 34px;
}
.feature_need_right ul {
	margin: 30px 0 0 0;
	padding: 0;
	min-height: 190px;
}
.feature_need_right ul li {
	width: 100%;
	margin: 8px 0;
	float: left;
	font-size: 19px;
	color: #385461;
	min-height: 0;
}
.featured_list_right_btn {
	width: 173px;
	height: 48px;
	border-bottom: 2px solid #c55933;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
	float: right;
	background: #f3835b;
}
.franchise_baner {
	background: url(/img/reseller_templates/ttn/franchise_baner.jpg) no-repeat;
	height: 348px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.franchise_baner_txt {
	margin-top: 110px;
}
.franchise_baner_txt h1 {
	font-size: 36px;
	line-height: normal;
	padding-bottom: 0;
}
.franchise_btn {
	float: left;
	margin-top: 20px;
	border-bottom: 3px solid #c55933;
	border-left: none;
	border-right: none;
}
.franchise_outer {
	width: 100%;
	float: left;
	padding: 64px 0;
}
.franchise_inner {
	width: 1172px;
	margin: 0 auto;
}
.expand_inner {
	width: 100%;
	border: 3px solid #f4f4f4;
	padding-top: 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.expand_sec_left {
	width: 461px;
	float: left;
	margin: 50px 0 0 50px;
}
.expand_sec_left h4 {
	color: #385461;
	font-size: 30px;
}
.expand_sec_left p {
	font-size: 17px;
	color: #7a7a7a;
}
.franshisy_btn {
	width: 260px;
	height: 46px;
	float: left;
	background: #1ec3ec;
	line-height: 46px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 2px solid #1d95b3;
	margin-top: 30px;
}
.expand_sec_right {
	width: 596px;
	float: right;
}
.getting_started_outer {
	width: 100%;
	float: left;
}
.getting_started_wrap {
	width: 1140px;
	margin: 0 auto;
}
.getting_started_row {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.getting_started_pic {
	width: 637px;
	float: left;
}
.getting_started_txt {
	width: 471px;
	float: right;
}
.getting_started_txt h5 {
	background: url(/img/reseller_templates/ttn/dash.jpg) no-repeat left bottom;
	color: #385461;
	font-size: 35px;
	margin-top: 40px;
	padding-bottom: 14px;
	margin-bottom: 35px;
}
.getting_started_txt p {
	color: #7a7a7a;
	font-size: 20px;
	line-height: 28px;
}
.getting_apply_btn {
	float: left;
	margin-top: 25px;
	width: 155px;
	height: 44px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	border-bottom: 2px solid #c55933;
	border-left: none;
	border-top: none;
	border-right: none;
	border-radius: 5px;
	margin-top: 40px;
	background: #f3835b;
}
.getting_started_right_pic {
	float: right;
}
.getting_started_left_txt {
	float: left;
}
.setup_fee_outer {
	width: 100%;
	float: left;
	background: #fff;
	padding: 60px 0;
}
.setup_fee_wrp {
	width: 939px;
	margin: 0 auto;
	overflow: hidden;
}
.fee_outer {
	width: 293px;
	float: left;
	margin: 0 10px;
}
.grey_fee_sec {
	width: 100%;
	height: 78px;
	line-height: 78px;
	font-size: 27px;
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
	background: #ccd0d2;
}
.drk_grey_fee_sec {
	width: 100%;
	height: 141px;
	line-height: 141px;
	font-size: 72px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
	background: #b8bdc0;
}
.meta_pg_radio_btn {
	width: 70px;
	float: right;
	margin: 30px 30px 0 0;
}
.meta_radio_btn {
	float: left;
	width: 18px;
}
.radio_btn_txt {
	float: right;
	line-height: normal;
	font-size: 17px;
	text-shadow: none;
}
.radio {
	width: 18px;
	height: 18px;
	padding: 0 5px 0 0;
	background: url(/img/reseller_templates/ttn/fee_radio.png) no-repeat left top;
	display: block;
	clear: left;
	float: left;
}
.fee_list_sec {
	width: 100%;
	float: left;
	margin-top: 12px;
}
.fee_list_sec ul {
	margin: 0;
	padding: 0;
}
.fee_list_sec ul li {
	background: url(/img/reseller_templates/ttn/fee_tick.png) no-repeat left 6px;
	padding: 5px 0 5px 31px;
	color: #385461;
	font-size: 18px;
	margin: 6px 0;
}
.fee_list_sec ul li span {
	display: block;
	font-style: italic;
	color: #c3c3c3;
}
.fee_light_blue {
	background: #3fd2f6;
}
.fee_dark_grey {
	background: #1ec3ec;
}
.fee_light_red {
	background: #fb926c;
}
.fee_dark_red {
	background: #f3835b;
	width: 100%;
	padding: 48px 20px;
	box-sizing: border-box;
}
.fee_dark_red h3 {
	text-align: center;
	font-size: 72px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
}
.fee_dark_red h3 span {
	font-size: 24px;
	display: block;
}
.fee_dark_red p {
	color: #ffffff;
	font-size: 19px;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.fee_row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.red_fee_sec {
	width: 162px;
	float: left;
}
.red_fee_sec_txt {
	float: left;
	color: #fff;
	font-size: 15px;
	margin-left: 8px;
	font-weight: bold;
}
.fee_red_right {
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
/********************************************/

.baner_slider_txt {
	width: 100%;
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.baner_slider_txt h2 {
	font-size: 60px;
	line-height: 55px;
	padding-bottom: 15px;
	text-align: center;
}
/******************Mobile-nav*********************/	

.mobi_navi {
	top: 25px;
	position: absolute;
	top: 69px;
	overflow: hidden;
	left: 0;
	width: 100%;
	display: none;
}
.mobi_navi ul {
	background: #000;
	padding: 0 0 10px;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.mobi_navi ul li {
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #0c0c0c;
}
.mobi_navi ul li a {
	float: left;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 21px;
}
/*************************08-09-2016********************************/

.prod_sell_baner {
	background: url(/img/reseller_templates/ttn/product_sell_baner.jpg) no-repeat;
	height: 391px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.prod_sell_baner_outer {
	margin-top: 120px;
}
.prod_sell_baner_wraper {
	width: 900px;
	margin: 0 auto;
}
.prod_baner_left {
	width: 439px;
	float: left;
}
.prod_baner_left h3 {
	text-align: left;
	font-size: 36px;
	color: #000000;
	font-family: 'bariol_regularregular';
	line-height: 34px;
}
.prod_baner_left h3 span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
}
.prod_baner_left p {
	font-size: 16px;
	line-height: 20px;
}
.prod_baner_btn_sec {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
}
.start_reading_btn {
	width: 236px;
	height: 60px;
	float: left;
	border-radius: 4px;
	background: #f3835b;
	text-align: center;
	line-height: 60px;
	font-size: 21px;
	border-bottom: 2px solid #c55f3b;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #fff;
}
.prod_baner_btn_sec span {
	margin-left: 8px;
	margin-right: 6px;
	line-height: 60px;
}
.download_btn {
	text-decoration: underline;
	color: #385461;
}
.prod_sell_main_outer {
	width: 100%;
	float: left;
	padding: 28px 0;
}
.prod_sell_main_wrp {
	width: 1140px;
	margin: 0 auto;
}
.prod_top_sec {
	border-bottom: 1px dotted #788084;
	overflow: hidden;
	padding-bottom: 20px;
}
.prod_top_sec span {
	float: left;
	font-size: 24px;
}
.prod_top_sec a {
	float: right;
	margin-left: 8px;
}
.prod_bot_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
}
.prod_bot_sec ul {
	margin: 0;
	padding: 0;
}
.prod_bot_sec ul li {
	border-bottom: 1px dotted #788084;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(/img/reseller_templates/ttn/prod_right_arrow.png) right center no-repeat;
}
.prod_bot_sec ul li h4 {
	font-size: 24px;
	margin-bottom: 15px;
}
.prod_bot_sec ul li h4 span {
	margin-left: 8px;
	font-size: 16px;
}
.prod_bot_sec ul li p {
	font-size: 17px;
	color: #7a7a7a;
	line-height: 21px;
}
.prod_chapter_top_outer {
	margin-top: 120px;
	float: left;
	width: 100%;
}
.prod_sell_chapter_top_wrp {
	width: 968px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px dotted #788084;
}
.prod_sell_chapter_top_wrp a {
	background: url(/img/reseller_templates/ttn/uni_left_arrow.png) left center no-repeat;
	padding-left: 20px;
	font-size: 24px;
	color: #385461;
}
.prod_chapter_social {
	float: right;
	margin: 0 0 0 8px;
	background: none !important;
	padding: 0 !important;
}
.prod_chapter_mid {
	width: 968px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.prod_chapter_mid h3 {
	font-size: 36px;
	margin-bottom: 29px;
}
.prod_chapter_mid p {
	margin-bottom: 25px;
	font-size: 17px;
	color: #7a7a7a;
	line-height: 21px;
}
.prod_sell_chapter_bot ul li {
	border-top: 1px dotted #788084;
	padding-top: 15px;
	margin-top: 15px;
	background-position: right top;
}
.prod_sell_chapter_bot ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
/**********************************09-09-2016***************************************/


.book_room_pop_wrp {
	width: 950px;
	margin: 0 auto;
	background: #fff;
	padding: 25px;
	overflow: hidden;
}
.book_room_pop_wrp h3 {
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
}
.book_room_row {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.book_room_input {
	float: left;
	margin-right: 10px;
	width: 293px;
}
.book_room_select {
	width: 293px;
	background: url(/img/reseller_templates/ttn/event_form_drop.png) no-repeat;
	height: 52px;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	float: left;
	border: none;
	font-size: 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #727272;
	margin-right: 10px;
}
.book_popup_close {
	margin-left: 10px;
}
.room_result_wrp {
	width: 1055px;
	margin: 0 auto;
}
.room_result_wrp ul {
	margin: 0;
	padding: 0;
}
.room_result_wrp ul li {
	width: 100%;
	float: left;
	margin-top: 25px;
	border-top: 1px dashed #000;
	overflow: hidden;
	padding-top: 25px;
}
.room_result_wrp ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
.room_result_img {
	float: left;
}
.room_result_description {
	width: 700px;
	float: right;
}
.room_result_description h3 {
	background: url(/img/reseller_templates/ttn/dash.jpg) left bottom no-repeat;
	padding-bottom: 18px;
	color: #000;
	font-size: 24px;
}
.room_result_description p {
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0;
}
.room_result_btn_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.not_availbl_btn {
	float: left;
	width: 173px;
	line-height: 48px;
	text-transform: uppercase;
	height: 48px;
	border-bottom: 4px solid #c55933;
	border-radius: 7px;
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'bariol_regularregular';
	background: #f3835b;
	cursor: pointer;
}
.room_get_quote_btn {
	float: right;
}
.get_quote_room_wrp {
	width: 800px;
	background: rgba(0,0,0,0.5);
	margin: 0 auto;
	padding: 20px;
}
.get_quote_room_wrp h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 55px;
	margin-top: 50px;
	text-transform: uppercase;
}
.room_get_quote_row {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.room_quote_input_box {
	width: 250px;
	float: left;
	margin-right: 15px;
}
.room_quote_input_box label {
	color: #fff;
	font-size: 18px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	float: left;
	text-transform: uppercase;
}
.room_quote_input {
	width: 100%;
	float: left;
	background: #fff;
	height: 35px;
	font-size: 15px;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
}
.room_get_quote_row h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	margin: 10px 0;
}
.room_quote_input_box span {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 19px;
	color: #fff;
}
/*******************************Welcome-Page*****************************************/

.welcome_mobile_outer {
	background: url(/img/reseller_templates/ttn/welcome_bg.jpg) no-repeat left top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.welcome_vid_outer {
	position: relative;
	width: 100%;
	height: 100%;
}
.welcome_vid_outer video {
	width: 100%;
}
.welcome_content_outer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.welcome_content_inner {
	width: 565px;
	margin: 65px auto 0;
}
.welcome_logo_sec {
	width: 100%;
	overflow: hidden;
}
.welcome_logo_sec h3 {
	text-align: center;
	color: #000;
	font-size: 22px;
	margin-bottom: 8px;
}
.welcome_logo {
	width: 240px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.welcome_content_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
}
.welcome_left_box {
	width: 270px;
	height: 250px;
	background: rgba(0,0,0,0.8);
	padding: 38px 34px;
	box-sizing: border-box;
	float: left;
}
.welcome_left_box h4 {
	color: #fff;
	font-size: 24px;
	font-family: 'Conv_ufonts.com_gillsans';
	margin-bottom: 10px;
}
.welcome_left_box p {
	color: #fff;
	font-size: 17px;
	line-height: normal;
	min-height: 80px;
}
.welcome_right_box {
	float: right;
}
.select_sec {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.select_sec .radio_btn_txt {
	float: left;
	color: #fff;
	font-size: 18px;
	margin-left: 6px;
}
.welcome_btn_sec {
	margin-top: 45px;
}
.welcome_btn_sec a {
	line-height: 48px;
	margin: 0 auto;
	float: none;
	display: block;
}
/***************************15-09-16**************************************/
.university_navigation_outer ul li {
	position: relative;
	padding: 12px 0;
}
.university_navigation_outer ul li:hover .submenu, .university_navigation_outer ul li ul:hover {
	display: block;
}
.university_navigation_outer ul li ul {
	display: none;
	position: absolute;
	min-width: 125px;
	background: rgba(0,0,0,0.8);
	top: 83px;
	z-index: 10000;
	left: -40px;
}
.university_navigation_outer ul li ul li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #171717;
}
.university_navigation_outer ul li ul li a {
	float: none;
	display: block;
}
.university_navigation_outer {
	height: 83px;
	margin: -83px 0 0 0;
}
/***************************16-09-16**************************************/
.common_hotel_side_bottom_sec {
	box-sizing: border-box;
	width: 100%;
	padding: 0px;
}
.common_hotel_side_bottom_sec h4 {
	font-size: 18px;
	margin-top: 22px;
	margin-bottom: 15px;
}
.common_stars {
	overflow: hidden;
	margin-top: 14px;
}
.common_hotel_side_bottom_sec p {
	overflow: hidden;
	margin-bottom: 10px;
}
.common_hotel_side_bottom_sec .checkbox {
	margin-top: 0;
	background: url(/img/reseller_templates/ttn/grey_chkbox.jpg) no-repeat center top;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}
.checkbox {
	background: url(/img/reseller_templates/ttn/green_chk_box.png) no-repeat center top;
	width: 24px;
	height: 23px;
	margin: 7px 0 0 0;
	display: block;
}
input.styled {
	display: none;
}
.common_lbl {
	color: #485255;
	float: left;
	font-size: 15px;
	margin-top: 3px;
	line-height: normal;
	width: 83%;
}
.common_lbl {
	width: 83%;
}
.common_lbl a {
	float: left;
	margin: 0 2px;
}
.common_lbl a img {
	margin-top: 1px;
}
.common_lbl strong {
	font-weight: normal;
	margin-left: 5px;
	font-size: 15px;
}
.common_hotel_show_btn {
	width: 131px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	background: #01b7f2;
}
.common_hotel_review_top {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.common_hotel_review_top table {
	float: left;
	width: 100%;
	background: #f3f3f3;
}
.common_hotel_review_top table th {
	background: #828282 none repeat scroll 0 0;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	padding: 31px 20px;
	text-align: center;
}
.common_hotel_review_top table th:first-child {
	padding: 0 25px;
	text-align: left;
}
.common_hotel_review_top table td {
	color: #868686;
	font-size: 19px;
	font-weight: 400;
	padding: 31px 20px;
	background: #ebedee;
	text-align: center;
}
.common_hotel_review_top table td:first-child {
	text-align: left;
}
.common_hotel_review_bot {
	float: left;
	margin-top: 0px;
	width: 100%;
}
.common_hotel_review_bot table {
	width: 100%;
	background: #ebedee;
}
.common_hotel_review_bot table td {
	color: #868686;
	font-size: 18px;
	font-weight: 400;
	padding: 25px 15px;
	text-align: center;
	background: #ebedee;
}
.common_hotel_review_bot table td:first-child {
	border-left: medium none;
}
.common_conti_guest {
	background: #1ec3ec none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 184px;
	border-bottom: 3px solid #1d95b3;
	border-radius: 4px;
}
.contact_outer_sec.hotel-review {
	background: #fff;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mobile_scroll {
	overflow-x: scroll;
}
.common_room_slider {
	position: relative;
}
.common_room_top {
	width: 100%;
	float: left;
}
.common_room_top_right h3 {
	color: #393939;
	text-align: left;
	font-size: 30px;
}
.common_room_top_right h4 {
	color: #393939;
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 18px;
}
.common_roomstar {
	padding: 10px 0 0 0;
}
.common_room_top_right p {
	margin-top: 10px;
}
.common_roommap {
	width: 100%;
}
.common_roommap iframe {
	height: 300px;
	width: 100%;
}
.common_details_tab_top {
	width: 100%;
	float: left;
	margin-top: 20px;
	background: #f3f3f3;
	height: 80px;
}
.common_details_tab_top ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.common_details_tab_top ul li {
	display: inline-block;
	margin: 0 60px;
}
.common_details_tab_top ul li a {
	float: left;
	line-height: 75px;
	color: #000;
	font-size: 25px;
	border-bottom: 5px solid #f3f3f3;
}
.common_details_tab_top ul li.pages_active a {
	border-bottom: 5px solid #333;
}
.common_details_tab_bot {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.common_overview_sec {
	width: 100%;
	float: left;
}
.common_overview_sec ul {
	margin: 0;
	padding: 0;
}
.common_overview_sec li {
	color: #393939;
	display: inline-block;
	font-size: 18px;
	margin: 0 20px 40px;
	width: 15%;
}
.common_overview_sec li a {
	background: url(/img/reseller_templates/ttn/roomarrow.png) no-repeat left center;
	color: #393939;
	padding: 0 0 0 15px;
}
.common_aminity_sec {
	width: 100%;
	float: left;
}
.common_aminity_sec p {
	color: #868686;
	font-size: 18px;
}
.common_aminity_sec p img {
	float: left;
	margin: 0 30px 0 0;
}
.common_aminity_sec p span {
	float: left;
	margin-top: 50px;
	width: 50%;
}
.common_hotel_search_sec {
	width: 100%;
	float: left;
}
.common_room_form_row {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.common_hotel_search_sec_calender {
	background: #fff url("/img/reseller_templates/ttn/calender_icon_hotel.jpg") no-repeat scroll 95% center;
	border: 1px solid #cccccc;
	height: 40px;
	padding: 0 10px;
	margin-right: 15px;
	font-size: 16px;
	float: left;
	width: 235px;
}
.common_hotel_search_sec_input {
	color: #000;
	font-size: 14px;
	height: 40px;
	float: right;
	border: 1px solid #cccccc;
	margin: 0 0 0 15px;
	padding: 0 10px;
	width: 160px;
	text-transform: capitalize;
}
.common_hotel_search_row {
	background: #ececec none repeat scroll 0 0;
	float: left;
	margin-bottom: 20px;
	min-height: 237px;
	width: 100%;
}
.common_hotel_search_left {
	background: #000;
	display: block;
	float: left;
	height: 237px;
	width: 293px;
}
.common_hotel_search_text {
	margin: 20px 0 0 20px;
	width: 400px;
	float: left;
}
.common_hotel_search_text h4 {
	font-size: 26px;
	color: #7f7f7f;
	margin-bottom: 8px;
}
.common_hotel_search_text p {
	color: #7f7f7f;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 10px;
}
.common_hotel_search_text_right {
	background: #dcdcdc none repeat scroll 0 0;
	box-sizing: border-box;
	float: right;
	height: 237px;
	width: 170px;
}
.common_hotel_search_text_right h2 {
	padding: 40px 25px 0;
	color: #7f7f7f;
	font-size: 14px;
	text-align: left;
	margin: 0 0 15px;
}
.common_hotel_search_text_right h3 {
	font-size: 32px;
	padding: 0 25px;
	color: #7f7f7f;
	margin-top: 4px;
}
.common_hotel_search_text_right h4 {
	color: #ed1c24;
	font-size: 14px;
	margin-top: 4px;
	padding: 0 25px;
}
.common_details_book_btn {
	background: #868686 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 33px;
	line-height: 33px;
	margin: 20px auto 0;
	text-align: center;
	width: 152px;
}
.common_roomdetail a {
	color: #7f7f7f;
	float: right;
	font-size: 17px;
	padding: 15px 15px 0 0;
	text-align: right;
}
/***************************17-09-16**************************************/
.common_room_slider {
}
.common_room_slider {
	float: left;
	width: 600px;
}
.common_room_top_right {
	float: right;
	width: 520px;
}
.hotel_top {
	position: fixed;
}
.hotel_detail_outer_nw {
	float: left;
	width: 100%;
	margin-top: 110px;
	background: #fff;
	padding: 40px 0;
	position: relative;
}
/*********************************19-09-2016****************************************/

#ui-datepicker-div {
	z-index: 9999999 !important;
}
.navigation_outer {
	width: 100%;
	padding: 14px 0;
	float: left;
	background: url(/img/reseller_templates/ttn/nav_bg.jpg) repeat-x;
	transition: background 300ms ease 0s;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
}
.nav_color {
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
}
.top_inner_sec {
	z-index: 9999999;
}
.nav_inner ul {
	margin-top: 32px;
}
.nav_right {
	margin-top: 20px;
}
.baner_slider_txt {
	top: 100px;
}
.home_baner {
	height: 567px;
}
.baner_txt_area {
	margin-top: 0;
}
.baner_slidertxt_inner {
	width: 1170px;
	margin: 0 auto;
}
.baner_slidertxt_inner h2 {
	text-align: left;
}
.baner_slider_txt p {
	text-align: left;
	font-size: 18px;
	line-height: 21px;
	width: 466px;
}
.baner_txt_area {
	width: 1170px;
}
.bannerplay {
	float: left;
	margin-top: 322px;
}
.baner_form_outer {
	width: 401px;
	min-height: 635px;
	margin-top: 10px;
	padding: 13px;
	float: right;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	position: relative;
	margin-top: -20px;
	z-index: 999999;
}
.baner_form_inner {
	border: 3px solid #f4f4f4;
	min-height: 509px;
	box-sizing: border-box;
	height: 100%;
	padding: 32px 20px;
}
.baner_form_inner h3 {
	color: #385461;
	margin-bottom: 8px;
	font-size: 24px;
	font-family: 'Conv_ufonts.com_gillsans';
}
.baner_form_inner h3 span {
	font-size: 30px;
}
.baner_form_nw {
	margin-top: 20px;
	width: 326px;
	margin: 0 auto;
	float: left;
}
.baner_form_row {
	width: 100%;
	margin-top: 17px;
}
.baner_form_input {
	width: 100%;
	height: 52px;
	font-size: 16px;
	background: url(/img/reseller_templates/ttn/baner_form_input_bg.png) no-repeat;
	padding: 0 15px;
	border: none;
	box-sizing: border-box;
}
.baner_select_drop {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(/img/reseller_templates/ttn/baner_form_dropdwon_bg.png) no-repeat;
	color: #727272;
	border: none;
	font-size: 16px;
	height: 52px;
	margin: 0;
	padding: 1px 10px 1px 10px;
	width: 100%;
}
.baner_form_btn {
	float: right;
	width: 173px;
	height: 48px;
	background: #f3835b;
	border-bottom: 2px solid #c55933;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.agent_benifit_outer {
	padding-top: 55px;
}
.testi_baner_outer {
	margin-top: 0;
}
.baner_txt_area h2 {
	font-size: 60px;
	line-height: 55px;
	margin-top: 70px;
	padding-bottom: 15px;
	text-align: left;
}
.blog_post_top_wrp, .contact_outer_sec {
	margin-top: 0;
}
.plan_page_outer {
	padding-top: 50px;
}
.index_calender {
	background: url(/img/reseller_templates/ttn/baner_form_dropdwon_bg.png) no-repeat;
}
/*******************20-909-2016**************************/

.baner_txt_area p {
	font-size: 24px !important;
	width: auto;
	line-height: 30px;
}
.baner_txt_btn_blog {
	margin-top: 335px;
}
/*******************30-09-2016**************************/

html, body {
	height: 100%;
}
.navigation_outer {
	/*position: relative;*/
	z-index: 99999;
}
.nav_color {
	position: fixed;
	z-index: 999999999;
}
.journey_baner {
	background-image: url(/img/reseller_templates/ttn/journey_baner.jpg);
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -122px;
	z-index: -100;
}
.journet_baner_txt_outer {
	margin-top: 200px;
}
.top_inner_sec {
	height: 1px;
	top: 70px;
}
.baner_form_outer {
	margin-top: -87px;
}
.video_page_outer .top_inner_sec {
	top: 20px;
}
.prod_sell_baner .top_inner_sec {
	top: 0;
}
.event_right_top ul li {
	margin: 0 10px;
}
.event_right_top ul li a {
	font-size: 15px;
}
.find-specialist .top_inner_sec {
	top: 20px;
}
.travel_business_outer .top_inner_sec {
	top: 20px;
}
.franchise_baner .top_inner_sec {
	top: 20px;
}
.franchise_baner .baner_txt_area h2 {
	margin-top: 40px;
}
.feature_need_right {
	min-height: 340px;
}
.banner-uni .top_inner_sec {
	top: 20px;
}
.banner-uni .banner-uni_outer {
	margin-top: 70px;
}
.journet_baner_txt_outer {
	float: left;
	margin-top: -450px;
}
.journey_tab_outer {
	margin-top: -204px;
}
/*4-10-2016*/

/*explore_jamaica*/
.explore_jamaica_outer {
	background: url(/img/reseller_templates/ttn/ej-banner.jpg) no-repeat;
	height: 484px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.explore_jamaica_outer h1 {
	color: #fff;
	font-size: 81px;
	padding: 55px 0 0;
}
.explore_jamaica_outer h1 span {
	font-size: 24px;
	display: block;
}
.ej-container {
	width: 1171px;
	margin: 0 auto;
	padding: 0;
}
.ej-social {
	font-size: 17px;
	text-align: right;
	padding: 30px 0;
	line-height: 44px;
	color: #7a7a7a;
}
.ej-social img {
	vertical-align: middle;
	margin-left: 10px;
}
.ej-nav ul {
	text-align: left;
	float: left;
}
.ej-nav ul li {
	margin: 0 40px;
}
.ej-icons {
	text-align: right;
	z-index: 999;
	float: right;
	line-height: 73px;
}
.ej-icons img {
	margin: 25px 0 0 20px;
}
.ej-row {
	width: 100%;
	float: left;
	margin-bottom: 42px;
}
.ej-row-img {
	float: left;
	width: 669px;
}
.ej-row-content {
	float: right;
	width: 469px;
	background: #fafafa;
	box-shadow: 1px 1px 1px -1px rgba(92,92,92, 0.25);
	padding: 15px;
}
.ej-row-text {
	background: #fafbfb;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(160,160,160,25);
	-moz-box-shadow: 0px 0px 2px 0px rgba(160,160,160,25);
	box-shadow: 0px 0px 2px 0px rgba(160,160,160,25);
	min-height: 343px;
	font-size: 17px;
	color: #7a7a7a;
	line-height: 22px;
	padding: 0 25px;
}
.ej-row-text h2 {
	font-size: 36px;
	color: #385461;
	line-height: 36px;
	padding: 65px 0 15px;
}
.ej-row-text h2 span {
	display: block;
}
.ej-row-text-icon {
	font-size: 16px;
	text-align: right;
	padding: 30px 0;
	line-height: 33px;
	color: #385461;
}
.ej-row-text-icon img {
	vertical-align: middle;
	margin: 0 15px;
}
.optionsec {
	width: 975px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.optionsec h2 {
	font-size: 22px;
	color: #385461;
	padding-bottom: 10px;
}
.optionrow {
	width: 100%;
	float: left;
	background: #fff;
}
.optionimg {
	float: left;
}
.optiontext {
	float: left;
	padding: 0 30px;
	min-height: 176px;
	width: 440px;
	background: url(/img/reseller_templates/ttn/ejdivider.jpg) right center no-repeat;
}
.optiontext p {
	padding: 38px 0 0;
	font-size: 17px;
	color: #7a7a7a;
	line-height: 22px;
}
.optionright {
	color: #385461;
	font-size: 36px;
	width: 200px;
	float: right;
	text-align: center;
	padding: 29px 0 0;
}
.optionright_btn {
	line-height: 46px;
	padding: 0 15px;
	min-width: 124px;
	background: #1ec3ec;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin: 15px 0 0;
	border-bottom: 3px solid #1d95b3;
}
/*Magazine*/
.mz-banner_outer {
	background: url(/img/reseller_templates/ttn/mz-banner.jpg) no-repeat;
	height: 299px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
.mz-banner_outer h1 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-style: italic;
}
.mz-nav ul li {
	margin: 0 45px;
}
.logomz {
	margin: -30px 0 0 220px;
}
.mz-banner_outer .top_inner_sec {
	top: 20px;
}
.magazine h2 {
	font-size: 30px;
	color: #385461;
	text-transform: uppercase;
	background: url(/img/reseller_templates/ttn/linemz.jpg) 0 bottom no-repeat;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.article-sec h3 {
	font-size: 40px;
	color: #385461;
	line-height: normal;
	padding-bottom: 35px;
}
.mzsearch {
	width: 80%;
	height: 52px;
	background: none;
	float: left;
	border: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #385461;
	padding: 0 15px;
	float: left;
}
.mzsearch_btn {
	float: right;
	margin-top: 15px;
	cursor: pointer;
	margin-right: 20px;
	background: url(/img/reseller_templates/ttn/glass_icon.png) no-repeat;
	border: none;
	width: 18px;
	height: 20px;
}
.article-sec {
	width: 100%;
	float: left;
}
.article-sec-left {
	width: 731px;
	float: left;
}
.article-sec-right {
	width: 377px;
	float: right;
	padding: 153px 0 0;
	font-size: 16px;
	color: #7a7a7a;
	line-height: 21px;
}
.article-sec-right h4 {
	font-size: 24px;
	color: #385461;
	padding: 130px 0 0;
	text-align: center;
}
.article-sec-right h4 a {
	color: #385461;
}
.articletext {
	background: #fff;
	padding: 20px;
	font-size: 15px;
	color: #7a7a7a;
	line-height: 21px;
	overflow: hidden;
}
.articlesocial {
	text-align: right;
	padding-bottom: 24px;
	margin-bottom: 35px;
	background: url(/img/reseller_templates/ttn/dottedmz.jpg) 0 bottom repeat-x;
}
.articlesocial img {
	margin-right: 8px;
}
.mzthumb {
	width: 228px;
	float: left;
}
.mzthumb img {
	border-radius: 50%;
	margin-left: 22px;
}
.articletext h5 {
	font-size: 20px;
	color: #385461;
}
.articlelink {
	color: #fff;
	font-size: 16px;
	background: #1ec3ec;
	line-height: 22px;
	padding: 0 5px;
	display: inline;
}
.article-sec-right h4 span {
	padding: 0 10px;
}
.articleivider {
	background: url(/img/reseller_templates/ttn/dottedmz.jpg) 0 bottom repeat-x;
	height: 30px;
	width: 100%;
	float: left;
}
.mzlike-sec {
	width: 100%;
	float: left;
}
.mzlike-sec h4 {
	font-size: 30px;
	color: #385461;
	line-height: normal;
	padding: 88px 0 25px;
}
.mzlike-sec ul li {
	width: 267px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #385461;
	height: 290px;
	margin: 0 22px 30px 0;
}
.mzlike-sec ul li p {
	padding: 17px 17px 0;
}
.mzlike-sec ul li span {
	font-size: 17px;
	color: #1ec3ec;
	font-weight: bold;
}
/*5-10-2016*/


.atp-sec-left {
	width: 871px;
	float: left;
}
.atptext {
	background: #fff;
	padding: 20px 0;
	font-size: 15px;
	color: #7a7a7a;
	line-height: 21px;
	overflow: hidden;
}
.mzsidebar {
	width: 271px;
	float: right;
	padding: 10px 0 0;
	font-size: 16px;
	color: #7a7a7a;
	line-height: 21px;
}
.articlesocial2 {
	background: none;
	margin: 0;
}
.atp-sec-left p {
	padding: 0 30px 30px;
}
.atp-sec-left h4 {
	font-size: 30px;
	color: #385461;
	line-height: normal;
	padding: 0 0 15px;
	text-align: center;
}
.atp-secbox {
	float: left;
	width: 421px;
}
.atp-secbox img {
	margin: 20px 0;
}
.atp-secboxright {
	float: right;
}
.articleivider1 {
	background: url(/img/reseller_templates/ttn/dottedmz.jpg) 0 top repeat-x;
	height: 30px;
	width: 100%;
	float: left;
}
.mzthumb2 {
	text-align: center;
}
.mzthumb2 img {
	margin: 0;
}
.mzlike-sec2 {
	float: left;
	width: 100%;
}
.mzlike-sec2 ul li {
	margin: 0 20px 22px 0;
}
.mzlike-sec2 h4 {
	text-align: left;
	padding: 25px 0 35px;
}
.mz-tag {
	padding: 24px 0 0;
	font-size: 17px;
	float: left;
	width: 100%;
}
.mz-tag p {
	float: left;
	color: 7a7a7a;
	padding: 0 25px;
}
.mz-tag ul {
	float: right;
	text-align: right;
	padding: 0 25px;
}
.mz-tag ul li {
	display: inline-block;
	padding: 0 10px;
}
.mz-tag ul li a {
	color: #1ec3ec;
}
.mz-tag ul li a:hover {
	text-decoration: underline;
}
.mz_reply_wrp {
	background: #1ec3ec;
	float: left;
	padding: 5%;
	margin: 25px 0 0;
}
.mz_reply_wrp h3 {
	color: #fff;
	font-size: 40px;
}
.mz_reply_row {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.mz_reply_input {
	width: 371px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/reply_input.png) no-repeat;
	padding: 0 15px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	border: none;
	color: #cdcdcd;
}
.mz_reply_input_right {
	float: right;
}
.mz_reply_txtarea {
	width: 100%;
	background: url(/img/reseller_templates/ttn/reply_box.png) no-repeat;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: none;
	height: 171px;
}
.mz_comment_btn {
	width: 188px;
	height: 51px;
	background: url(/img/reseller_templates/ttn/reply_buttn2.png) no-repeat;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #1ec3ec;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
}
.pc-sec {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #385461;
	line-height: 25px;
	margin-bottom: 15px;
}
.pcimg {
	float: left;
	margin: 0 10px 0 0;
}
.pc-sec span {
	font-size: 14px;
	padding: 0 3px;
}
.pc-sec p img {
	vertical-align: middle;
}
.pc-quote {
	width: 100%;
	float: left;
	font-size: 17px;
	color: #385461;
	line-height: 25px;
	margin-bottom: 15px;
}
.mzthumbquote {
	float: left;
	width: 52px;
}
.mzthumbquote img {
	border-radius: 50%;
}
.pc-quote strong {
	font-size: 20px;
	color: #385461;
	display: block;
	padding-bottom: 3px;
}
.pc-quotetext {
	float: left;
	width: 200px;
	float: right;
}
.mz-side-social img {
	margin: 15px 5px 25px;
}
.mzadbanner {
	padding: 15px 0 25px;
}
.mz-side-form-wrapper {
	float: right;
	width: 92%;
	background: #fafafa;
	box-shadow: 1px 1px 1px -1px rgba(92,92,92, 0.25);
	padding: 4%;
	margin: 10px auto 25px;
}
.mz-side-form {
	background: #fafbfb;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(160,160,160,25);
	-moz-box-shadow: 0px 0px 2px 0px rgba(160,160,160,25);
	box-shadow: 0px 0px 2px 0px rgba(160,160,160,25);
	font-size: 16px;
	color: #7a7a7a;
	line-height: 22px;
	padding: 25px 0;
	font-family: 'bariol_regularregular';
	overflow: hidden;
}
.mz-inputbox {
	width: 200px;
	line-height: 52px;
	background: url(/img/reseller_templates/ttn/mz-inputbox.jpg) 0 0 no-repeat;
	margin: 0 auto 10px;
	padding: 0 10px;
	border: 0;
	color: #385461;
	display: block;
	font-size: 16px;
	font-family: 'bariol_regularregular';
}
.mz-mgbox {
	width: 200px;
	line-height: normal;
	background: url(/img/reseller_templates/ttn/mz-mgbox.jpg) 0 0 no-repeat;
	height: 100px;
	padding: 10px;
	margin: 0 auto 10px;
	display: block;
	border: 0;
	color: #385461;
	font-size: 16px;
	font-family: 'bariol_regularregular';
}
.mz-sbbtn {
	line-height: 46px;
	padding: 0 15px;
	min-width: 124px;
	background: #f3835b;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	margin-right: 15px;
	font-size: 16px;
	float: right;
	border-bottom: 3px solid #c55933;
	font-family: 'bariol_regularregular';
}
.mz-side-form h6 {
	font-size: 18px;
	color: #385461;
	padding: 0 0 15px 15px;
}
/*magazine*/


.magazineform {
	float: right;
	background: url(/img/reseller_templates/ttn/searchmz.jpg) 0 0 no-repeat;
	width: 370px;
	height: 52px;
}
.mzfeatured {
	background: url(/img/reseller_templates/ttn/dottedmz.jpg) 0 bottom repeat-x;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.mzfeaturedimg {
	margin: 25px 0 0;
}
.mzfeatured h3 {
	font-size: 30px;
	color: #385461;
	padding: 15px 0 0;
}
.mzfeatured-box {
	width: 98%;
	float: none;
	margin: 0 auto;
	padding: 25px 0 0;
	font-size: 18px;
	color: #385461;
	line-height: 25px;
}
.videomz {
	float: left;
	margin: 0 15px 0 0;
}
.mzfeatured-box p img {
	margin: 5px 5px 0 0;
}
.mzfeatured-box span {
	font-size: 17px;
	color: #1ec3ec;
	font-weight: bold;
}
.hotweek {
	width: 270px;
	float: left;
}
.hotweek-right {
	width: 575px;
	float: right;
}
.hotweek ul li {
	background: #fff;
}
.hotweek ul li p {
	padding: 20px 20px 30px;
	font-size: 18px;
}
.hotweek span {
	font-size: 17px;
	color: #1ec3ec;
	font-weight: bold;
	display: block;
	padding: 10px 0 0;
}
.hotweek-right ul li {
	background: #fff;
}
.hotweek-right ul li p {
	padding: 20px 40px 30px;
	font-size: 17px;
	color: #7a7a7a;
	line-height: 21px;
}
.hotweek-right a {
	color: #1ec3ec;
}
.mzp-hotweekimg {
	margin-bottom: 30px;
}
.hotweek-right h3 {
	padding: 0 30px 0;
	font-size: 36px;
}
.hotweek-right h3 span {
	float: right;
}
.hotweek-right h3 span img {
	margin-left: 5px;
}
/******************************11-10-2016*******************************************/

.trip_baner {
	background: #a4a4a4;
	min-height: 290px;
}
.trip_baner .search {
	margin-top: 0;
}
.trip_baner h3 {
	text-align: center;
	color: #000;
	margin-bottom: 15px;
	font-size: 36px;
}
.trip_nav ul {
	text-align: left;
	width: 1140px;
	margin: 0 auto;
}
.trip_main_outer {
	width: 100%;
	float: left;
	margin-top: 51px;
	margin-bottom: 37px;
}
.trip_main_wrp {
	width: 1140px;
	margin: 0 auto;
}
.trip_left {
	width: 269px;
	float: left;
}
.trip_left h4 {
	font-size: 24px;
	color: #385461;
	text-transform: uppercase;
	margin-bottom: 38px;
}
.trip_update_btn {
	display: block;
	width: 173px;
	height: 48px;
	background: #f3835b;
	border-bottom: 2px solid #c55933;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.trip_left ul {
	padding: 0 6px 6px;
	margin: 31px 0 21px;
}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
	margin: 0;
	margin-left: 10px;
}
.trip_left ul li {
	background: url(/img/reseller_templates/ttn/trip_pluse_icon.png) right center no-repeat;
	cursor: pointer;
	line-height: 35px;
	border-top: dotted 1px #788084;
	font-weight: 200;
	padding-left: 15px;
}
#accordion ul li {
	background: none;
}
.trip_left ul li a {
	color: #000;
	display: inline;
}
.trip_left ul li a:hover {
	color: #2294cb;
}
.trip_right {
	width: 838px;
	float: right;
}
.trip_right_top {
	width: 100%;
	float: left;
}
.trip_right_top span {
	float: left;
	font-size: 20px;
	color: #7a7a7a;
	margin-top: 10px;
}
.trip_top_dropdown {
	width: 294px;
	height: 38px;
	float: right;
	background: url(/img/reseller_templates/ttn/trip_top_drop.png) no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	border: none;
}
.trip_right ul {
	margin: 0;
	padding: 0;
}
.trip_right ul li {
	width: 100%;
	float: left;
	margin-top: 54px;
}
.trip_list_left {
	width: 266px;
	float: left;
}
.trip_list_left p {
	margin-top: 15px;
	font-size: 16px;
}
.trip_list_left p span {
	font-size: 24px;
	margin-right: 12px;
}
.trip_list_right {
	width: 558px;
	float: right;
}
.trip_list_right h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 26px;
}
.trip_list_right p {
	color: #7a7a7a;
	font-size: 17px;
	line-height: 21px;
}
.trip_list_right_price {
	width: 100%;
	border-top: 1px dashed #8b9396;
	border-bottom: 1px dashed #8b9396;
	padding: 9px 0;
	margin-top: 23px;
	float: left;
}
.trip_duration {
	float: right;
	font-size: 16px;
}
.trip_duration span {
	color: #385461;
	margin-left: 8px;
}
.trip_duration span strong {
	font-size: 24px;
	font-weight: normal;
	margin-right: 5px;
}
.trip_price {
	float: right;
	font-size: 16px;
	margin-left: 15px;
}
.trip_price span {
	font-size: 24px;
	color: #385461;
	margin-left: 10px;
}
.trip_btn_sec {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.view_trip_btn {
	float: right;
}
.trip_pagination {
	width: 100%;
	float: left;
	text-align: right;
	margin: 20px 0 0;
}
.trip_pegi_left_arrow {
	margin-right: 15px;
	display: inline-block;
	font-size: 20px;
	color: #385461;
}
.trip_pegi_right_arrow {
	font-size: 20px;
	color: #385461;
	margin-left: 15px;
	display: inline-block;
}
.itinery_baner {
	height: 498px;
	width: 100%;
	background: url(/img/reseller_templates/ttn/itinery_baner.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.itinery_baner_txt {
	color: #000;
	font-size: 17px;
	margin: 130px auto 0;
	width: 100%;
}
.itinery_baner_txt h3 {
	text-align: center;
	color: #fff;
	font-size: 72px;
	font-weight: 300;
}
.itinery_outer {
	width: 100%;
	float: left;
	margin: 53px 0;
}
.itinery_wrp {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.itinery_left {
	width: 840px;
	float: left;
}
.itinery_left h2 {
	font-size: 36px;
	margin-bottom: 8px;
}
.itinery_left h4 {
	font-size: 17px;
	color: #385461;
}
.itinery_left h5 {
	font-size: 17px;
	margin-top: 8px;
	color: #385461;
}
.itinery_right {
	float: right;
	width: 267px;
}
.itinery_tab_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.itinery_tab_top {
	width: 100%;
	border-bottom: 1px dashed #70777c;
	float: left;
	padding-bottom: 12px;
}
.itinery_tab_top ul {
	margin: 0;
	padding: 0;
}
.itinery_tab_top ul li {
	float: left;
	margin: 0 15px;
	text-transform: uppercase;
}
.itinery_tab_top ul li:first-child {
	margin-left: 0;
}
.itinery_tab_top ul li a {
	float: left;
	color: #385461;
	font-size: 16px;
	padding-bottom: 12px;
}
.itinery_tab_top ul li:hover a {
	background: url(/img/reseller_templates/ttn/line2.jpg) bottom left no-repeat;
}
.itinery_tab_top ul li.pages_active {
	background: url(/img/reseller_templates/ttn/line2.jpg) bottom left no-repeat;
}
.itinery_sec_content {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.iti_overview h3 {
	font-size: 24px;
	color: #7a7a7a;
	font-size: 24px;
	line-height: 30px;
}
.iti_overview h4 {
	margin-top: 45px;
	font-size: 24px;
	color: #385461;
}
.iti_overview p {
	line-height: 21px;
	font-size: 16px;
	margin-top: 30px;
}
.itinery_glance_sec {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-top: 35px;
	border-top: 1px dashed #70777c;
}
.itinery_glance_left {
	float: left;
	width: 340px;
}
.itinery_glance_left h4 {
	color: #385461;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}
.itinery_glance_left ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.itinery_glance_left ul li {
	width: 100%;
	float: left;
	margin: 8px 0;
	font-size: 16px;
	color: #7a7a7a;
}
.itinery_glance_left ul li span {
	color: #385461;
	font-size: 18px;
	margin-right: 5px;
}
.full_itinery_btn {
	width: 193px;
}
.itinery_glance_right_img {
	float: right;
	width: 471px;
	height: 332px;
	background: #000;
	margin-top: 20px;
}
.itinery_bot_sec {
	width: 100%;
	float: left;
	margin-top: 51px;
	border-top: 1px dashed #70777c;
	padding-top: 25px;
}
.itinery_bot_sec ul {
	margin: 0;
	padding: 0;
}
.itinery_bot_sec ul li {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0 20px;
	font-size: 17px;
	line-height: 21px;
	box-sizing: border-box;
	background: url(/img/reseller_templates/ttn/vid_category_arrow.png) left 5px no-repeat;
	color: #7a7a7a;
}
.itinery_bot_sec ul li a {
	color: #1ec3ec;
}
.itinery_right_top {
	width: 100%;
	float: left;
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px dashed #70777c;
}
.itinery_right_top ul {
	width: 100%;
	float: left;
}
.itinery_right_top ul li {
	float: left;
	float: left;
	margin: 7px 0;
	width: 100%;
}
.itinery_right_top ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}
.itinery_right_top ul li a {
	font-size: 16px;
	color: #7a7a7a;
}
.itinery_right_brochure {
	width: 100%;
	float: left;
	padding-bottom: 17px;
	border-bottom: 1px dashed #70777c;
}
.itinery_right_brochure h4 {
	font-size: 18px;
	color: #385461;
	margin-bottom: 15px;
}
.itinery_right_brochure h5 {
	font-size: 18px;
	color: #7a7a7a;
	margin-top: 10px;
}
.itinery_right_brochure p a {
	color: #1ec3ec;
	font-size: 14px;
	text-decoration: underline;
	margin: 5px 10px 0 0;
	display: inline-block;
}
.itinery_description {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.itinery_description h4 {
	color: #385461;
	font-size: 18px;
}
.itinery_description p {
	font-size: 16px;
	color: #7a7a7a;
	line-height: 21px;
	margin-top: 15px;
	padding-right: 10px;
}
.itinery_description p img {
	margin-left: 8px;
	vertical-align: middle;
}
.journey_info {
	width: 100%;
	float: left;
	margin-top: 30px;
	border-bottom: 1px dashed #70777c;
	float: left;
	padding-bottom: 17px;
}
.journey_info h4 {
	color: #385461;
	font-size: 18px;
	margin-bottom: 10px;
}
.journey_info ul {
	margin: 0;
	padding: 0;
}
.journey_info ul li {
	width: 100%;
	float: left;
	margin: 5px 0;
}
.journey_info ul li a {
	color: #7a7a7a;
	text-decoration: underline;
}
.itinery_right_bot_sec {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.itinery_right_bot_sec ul {
	margin: 0;
	padding: 0;
}
.itinery_right_bot_sec ul li {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #70777c;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.itinery_right_bot_sec ul li h4 {
	font-size: 18px;
	color: #385461;
	margin-bottom: 10px;
}
.itinery_right_bot_sec ul li h4 img {
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
.itinery_right_bot_sec ul li p {
	font-size: 16px;
	line-height: 18px;
	color: #7a7a7a;
}
.iti_extension h3 {
	color: #385461;
	font-size: 24px;
}
.iti_extension h3 img {
	float: left;
	margin-bottom: 20px;
	margin-right: 32px;
}
.iti_extension h4 {
	color: #385461;
	font-size: 18px;
}
.iti_extension h5 {
	color: #7a7a7a;
	font-size: 18px;
	margin: 0;
}
.iti_extension p {
	font-size: 16px;
	color: #7a7a7a;
	line-height: 21px;
	margin-top: 30px;
	padding-right: 50px;
}
.iti_author_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	color: #7a7a7a;
}
.author_sec {
	background: url(/img/reseller_templates/ttn/author_icon.png) left center no-repeat;
	color: #7a7a7a;
	margin-right: 8px;
	padding-left: 26px;
}
.author_txt {
	margin-left: 2px;
	padding-left: 6px;
	color: #7a7a7a;
}
/****************************12-10-2016*********************************************/

.nav_right {
	margin-top: 20px;
}
.nav_right_btn {
	float: right;
}
.nav_inner ul li a {
	padding: 0 21px 20px;
	background: url(/img/reseller_templates/ttn/top_down_arrow.png) right 7px no-repeat;
}
.nav_inner ul li li a {
	background: none;
}
.live_agent_top {
	float: right;
	background: url(/img/reseller_templates/ttn/live_icon.png) right center no-repeat;
	padding: 7px 40px 7px 0;
	margin-top: 10px;
	margin-right: 12px;
	color: #385461;
	text-transform: uppercase;
}
.new_home_login {
	float: right;
	color: #385461;
	text-transform: uppercase;
	margin-right: 35px;
	margin-top: 16px;
}
.home_baner {
	height: auto;
}
.new_home_baner_overlay {
	position: absolute;
	top: 140px;
	width: 100%;
	left: 0;
	z-index: 9999;
}
.new_home_baner_overlay_inner {
	width: 800px;
	margin: 0 auto;
}
.new_home_baner_overlay_inner h2 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	line-height: 40px;
}
.new_home_baner_overlay_inner p {
	text-align: center;
}
.nw_find_agent {
	display: inline-block;
	height: 93px;
	width: 249px;
	line-height: 93px;
	font-size: 19px;
	font-weight: 500;
	float: none;
	margin: 35px 8px 0 8px;
}
.new_baner_select {
	background: url(/img/reseller_templates/ttn/new_baner_select_bg.png) no-repeat;
	width: 416px;
	height: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #999;
	border: none;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 10px 1px 10px;
}
.new_baner_calender {
	width: 201px;
	font-size: 14px;
	height: 50px;
	text-transform: uppercase;
	background: url(/img/reseller_templates/ttn/new_baner_calender.png) no-repeat;
	float: left;
	color: #333;
	border: none;
	margin-left: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.new_smlbaner_select {
	background: url(/img/reseller_templates/ttn/product_drop.png) no-repeat;
	width: 235px;
	height: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #999;
	border: none;
	float: left;
	font-size: 14px;
	margin-left: 20px;
	text-transform: uppercase;
	margin: 0 0 0 20px;
	padding: 1px 10px 1px 10px;
}
.baner_submit {
	height: 50px;
}
.find_exp_section {
	width: 100%;
	float: left;
	padding: 85px 0 0;
	margin-bottom: 42px;
}
.find_exp_wrp {
	width: 1094px;
	margin: 0 auto;
	overflow: hidden;
}
.find_exp_wrp h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 30px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 10px;
}
.exp_imge_sec {
	width: 100%;
	overflow: hidden;
}
.exp_img_holder {
	display: inline-block;
	overflow: hidden;
	width: auto;
	vertical-align: top;
	float: left;
	background: #000;
	position: relative;
	cursor: pointer;
}
/*.exp_img_holder p{ position:absolute; color:#fff; font-size:36px; left:25px; top:25px; display:none;}*/

.exp_img_holder img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.exp_img_holder:hover img {
	opacity: 0.4;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*.exp_img_holder:hover p{ display:block;}*/

.ttn_box_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.ttn_box_sec ul {
	margin: 0;
	padding: 0;
}
.ttn_box_sec ul li {
	width: 342px;
	height: 301px;
	background: #fefefe;
	padding: 6px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 0 29px;
	position: relative;
}
.ttn_box_overlay {
	width: 100%;
	background: rgba(0,0,0,0.9);
	cursor: pointer;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.ttn_box_sec ul li:hover .ttn_box_overlay {
	display: block;
}
.ttn_box_overlay p {
	color: #fff;
	line-height: 21px;
}
.ttn_box_sec ul li:first-child {
	margin-left: 0;
}
.ttn_box_inner {
	width: 100%;
	height: 100%;
	float: left;
	border: 2px solid #f4f4f4;
	box-sizing: border-box;
}
.ttn_box_sec ul li p {
	text-align: center;
	margin: 70px 0 30px 0;
}
.ttn_box_sec ul li p.ttn_box_icon_1 {
	background: url(/img/reseller_templates/ttn/travelnet_big_logo.jpg) center top no-repeat;
	width: 204px;
	height: 95px;
	margin: 70px auto 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ttn_box_sec ul li:hover .ttn_box_icon_1 {
	background: url(/img/reseller_templates/ttn/travelnet_big_logo.jpg) center bottom no-repeat;
}
.ttn_box_sec ul li p.ttn_box_icon_2 {
	background: url(/img/reseller_templates/ttn/expert_icon.jpg) center top no-repeat;
	width: 204px;
	height: 95px;
	margin: 70px auto 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ttn_box_sec ul li:hover .ttn_box_icon_2 {
	background: url(/img/reseller_templates/ttn/expert_icon.jpg) center bottom no-repeat;
}
.ttn_box_sec ul li p.ttn_box_icon_3 {
	background: url(/img/reseller_templates/ttn/became_expert_icon.jpg) center top no-repeat;
	width: 204px;
	height: 95px;
	margin: 70px auto 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ttn_box_sec ul li:hover .ttn_box_icon_3 {
	background: url(/img/reseller_templates/ttn/became_expert_icon.jpg) center bottom no-repeat;
}
.ttn_box_sec ul li h5 {
	font-size: 24px;
	text-align: center;
	color: #385461;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ttn_box_sec ul li:hover h5 {
	color: #1ec3ec;
}
.special_offer_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
}
.special_offer_sec .flex-control-nav {
	display: block;
	z-index: 9999;
	position: absolute;
	bottom: 80px;
}
.special_offer_txt {
	width: 100%;
	position: absolute;
	top: 35%;
	color: #fff;
	font-size: 36px;
	left: 0;
	z-index: 99999;
	text-align: center;
}
.special_offer_sec .flex-control-paging li a.flex-active {
	background: url(/img/reseller_templates/ttn/offer_active_dot.png);
	width: 15px;
	height: 15px;
}
.special_offer_sec .flex-control-paging li a {
	background: url(/img/reseller_templates/ttn/offer_dot.png);
	width: 15px;
	height: 15px;
}
.travel_plans {
	width: 100%;
	float: left;
	background: #f3835b;
	padding: 63px 0;
}
.travel_plans_wrp {
	width: 1058px;
	margin: 0 auto;
	overflow: hidden;
}
.travel_plans_wrp h3 {
	background: url("/img/reseller_templates/ttn/red_dash.jpg") no-repeat scroll center bottom;
	color: #ffffff;
	font-size: 36px;
	padding-bottom: 18px;
	text-align: center;
	margin-bottom: 75px;
}
.travel_plan_form {
	width: 369px;
	float: left;
}
.teavel_plan_input {
	width: 100%;
	height: 52px;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	color: #333;
	font-size: 16px;
	background: url(/img/reseller_templates/ttn/teavel_plan_input.png) no-repeat;
	margin-bottom: 27px;
}
.teavel_plan_input_ph {
	background: url(/img/reseller_templates/ttn/travel_plan_ph.png) no-repeat;
}
.travel_plan_txtarea {
	width: 100%;
	height: 292px;
	padding: 20px 20px;
	box-sizing: border-box;
	border: none;
	color: #333;
	font-size: 16px;
	background: url(/img/reseller_templates/ttn/travel_plan_txtarea.png) no-repeat;
	margin-bottom: 27px;
	font-family: 'bariol_regularregular';
}
.travel_plan_submit {
	line-height: 46px;
	padding: 0 15px;
	min-width: 124px;
	background: #1ec3ec;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	margin-right: 17px;
	float: left;
	border: none;
	float: left;
	border-bottom: 3px solid #1d95b3;
}
.travel_plan_content {
	float: right;
	width: 618px;
}
.travel_plan_content h4 {
	background: url(/img/reseller_templates/ttn/agent_big_icon.png) right center no-repeat;
	font-size: 36px;
	margin-bottom: 10px;
	color: #fff;
	padding: 8px 0;
}
.travel_plan_content p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 50px;
	color: #fff;
}
.travel_plan_content h5 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.new_home_service_sec {
	width: 100%;
	float: left;
	margin: 80px 0;
}
.new_home_service_wrp {
	width: 1135px;
	margin: 0 auto;
	overflow: hidden;
}
.new_home_service_wrp ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
.new_home_service_wrp ul li {
	width: 531px;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 30px;
}
.new_homeservice_left {
	float: left;
	margin-right: 8px;
	width: 110px;
	margin-top: 35px;
}
.new_homeservice_content {
	float: right;
	width: 394px;
}
.new_homeservice_content h5 {
	font-size: 36px;
	color: #385461;
	margin-bottom: 20px;
	text-align: left;
}
.new_homeservice_content p {
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	color: #7a7a7a;
}
.service_learn_btn {
	margin-top: 20px;
	font-size: 16px;
}
.new_home_post_sec {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}
.home_post_wrp {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.home_post_wrp h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 50px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 10px;
}
.home_post_wrp ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.home_post_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 40px;
	width: 544px;
}
.home_post_left {
	width: 270px;
	float: left;
	background: #000;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.home_post_left a {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 50% 0 0 0;
	display: none;
	color: #fff;
	font-size: 20px;
	left: 0;
	top: 0;
}
.home_post_left:hover a {
	display: block;
}
.home_post_left img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.home_post_left:hover img {
	opacity: 0.4;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.home_post_right {
	width: 252px;
	float: right;
	margin-top: 20px;
}
.home_post_right h4 {
	text-align: left;
	font-size: 24px;
	color: #385461;
}
.home_post_right p {
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	color: #7a7a7a;
	margin-top: 14px;
}
/****************************13-10-2016*********************************/

.destination_franchisie_baner img {
	width: 100%;
}
.destination_franchisie_baner .top_inner_sec {
	top: 23px;
}
.destination_franchisie_baner .travel_busines_baner_txt_outer {
	margin-top: 0;
}
.destination_franchisie_baner .travel_busines_baner_txt_outer h1 {
	font-size: 48px;
	color: #000;
}
.desti_franchisie_mid {
	width: 100%;
	float: left;
	padding: 64px 0;
}
.desti_franchisie_wrp {
	width: 1094px;
	margin: 0 auto;
	overflow: hidden;
}
.desti_franchisie_wrp p {
	color: #7a7a7a;
	line-height: 21px;
	font-size: 17px;
	text-align: center;
}
.desti_franchisie_wrp .ttn_box_overlay p {
	color: #fff;
}
.ttn_box_sec ul li p.desti_fran_icon_1 {
	background: url(/img/reseller_templates/ttn/franshisy_icon_1.png) center top no-repeat;
	width: 204px;
	height: 80px;
	margin: 70px auto 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ttn_box_sec ul li:hover .desti_fran_icon_1 {
	background: url(/img/reseller_templates/ttn/franshisy_icon_1.png) center bottom no-repeat;
}
.ttn_box_sec ul li p.desti_fran_icon_2 {
	background: url(/img/reseller_templates/ttn/franshisy_icon_2.png) center top no-repeat;
	width: 204px;
	height: 91px;
	margin: 70px auto 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ttn_box_sec ul li:hover .desti_fran_icon_2 {
	background: url(/img/reseller_templates/ttn/franshisy_icon_2.png) center bottom no-repeat;
}
.ttn_box_sec ul li p.desti_fran_icon_3 {
	background: url(/img/reseller_templates/ttn/franshisy_icon_3.png) center top no-repeat;
	width: 204px;
	height: 90px;
	margin: 70px auto 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ttn_box_sec ul li:hover .desti_fran_icon_3 {
	background: url(/img/reseller_templates/ttn/franshisy_icon_3.png) center bottom no-repeat;
}
.desti_feature_outer {
	width: 100%;
	float: left;
	background: #f3835b;
	padding: 64px 0;
}
.desti_feature_wrp {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.desti_feature_wrp h3 {
	background: url("/img/reseller_templates/ttn/red_dash.jpg") no-repeat scroll center bottom;
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 40px;
	padding-bottom: 18px;
	text-align: center;
}
.desti_feature_wrp ul {
	margin: 0;
	padding: 0;
}
.desti_feature_wrp ul li {
	float: left;
	width: 46%;
	margin: 0 18px 25px;
	font-size: 30px;
	color: #fff;
	min-height: 100px;
}
.desti_feature_wrp ul li img {
	vertical-align: middle;
	margin-right: 15px;
}
.destination_price_sec {
	width: 100%;
	float: left;
	padding: 47px 0;
}
.desti_price_wrp {
	width: 789px;
	margin: 0 auto;
	overflow: hidden;
}
.desti_price_wrp p {
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	color: #385461;
	margin-bottom: 45px;
}
.desti_price_wrp ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.desti_price_wrp ul li {
	width: 293px;
	display: inline-block;
	margin: 0 15px;
}
.desti_price_wrp ul li h5 {
ffffff;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 27px;
	background: #ccd0d2;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, 0.62);
}
.desti_price_box {
	text-align: center;
	color: #fff;
	font-size: 72px;
	padding: 30px 15px;
	box-sizing: border-box;
	background: #b8bdc0;
	font-family: 'Conv_ufonts.com_gillsans';
}
.apply_franchisy_outer {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.apply_franchisy_outer h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 30px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 20px;
}
.apply_franchisy_form_outer {
	width: 100%;
	float: left;
	padding: 90px 0;
	background: #e6c387;
}
.apply_franchisy_form_wrp {
	width: 1088px;
	margin: 0 auto;
}
.franchise_input {
	width: 270px;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	background: url(/img/reseller_templates/ttn/input1.png) no-repeat;
	float: left;
	margin-right: 30px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.franchise_input_email {
	width: 270px;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	background: url(/img/reseller_templates/ttn/input1.png) no-repeat;
	float: left;
	margin-right: 30px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.franchise_input_ph {
	width: 270px;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	background: url(/img/reseller_templates/ttn/feanchise_ph_input_bg.png) no-repeat;
	float: left;
	margin-right: 30px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.franchise_submit_btn {
	float: right;
	width: 188px;
	height: 50px;
	background: #fff;
	border-bottom: 4px solid #bd9a5d;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 18px;
	text-align: center;
	color: #bd9a5d;
	font-family: 'Conv_ufonts.com_gillsans';
	float: right;
	border-radius: 5px;
	cursor: pointer;
}
.rescierge_baner {
	width: 100%;
	height: 309px;
	background: url(/img/reseller_templates/ttn/rescierge_baner.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.rescierge_baner .top_inner_sec {
	top: 50px;
}
.rescierge_baner .travel_busines_baner_txt_outer {
	margin-top: 0;
}
.rescierge_baner p {
	text-align: center;
}
.travel_busines_baner_txt_outer h5 {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-style: italic;
	font-size: 24px;
}
.rescierge_top_txt_outer {
	width: 100%;
	float: left;
	padding: 48px 0;
}
.rescierge_top_txt_wrp {
	width: 1170px;
	margin: 0 auto;
}
.rescierge_top_txt_wrp p {
	text-align: center;
	font-size: 17px;
	color: #7a7a7a;
	line-height: 21px;
	padding: 0 130px;
}
.rescierge_form_outer {
	width: 100%;
	float: left;
	margin: 0 0 54px;
}
.rescierge_form_wrp_outer {
	width: 1170px;
	padding: 13px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
}
.rescierge_form_wrp_inner {
	border: 3px solid #f4f4f4;
	box-sizing: border-box;
	height: 100%;
	padding: 20px 50px;
}
.rescierge_form_wrp_inner form {
	width: 777px;
	margin: 63px auto;
}
.rescierge_form_row {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.rescierge_form_input {
	width: 100%;
	height: 52px;
	background: url(/img/reseller_templates/ttn/rescierge_input.png) no-repeat;
	padding: 0 20px;
	font-size: 16px;
	box-sizing: border-box;
	color: #333;
	border: none;
}
.rescierge_form_input_ph {
	background: url(/img/reseller_templates/ttn/rescierge_input_ph.png) no-repeat;
}
.rescierge_form_input_calender {
	background: url(/img/reseller_templates/ttn/rescierge_input_calender.png) no-repeat;
}
.rescierge_form_row .radio_btn {
	float: right;
	margin: 2px 5px 0 0;
}
.rescierge_form_row .radio {
	background: url(/img/reseller_templates/ttn/radio.png) no-repeat center top;
	width: 18px;
	height: 18px;
	float: left;
	padding: 0;
	display: block;
}
.rescierge_interest_sec {
	margin-top: 40px;
}
.rescierge_interest_sec h4 {
	font-size: 36px;
	color: #385461;
	margin-bottom: 40px;
}
.rescierge_interest_sec .radio_btn_hor {
	float: left;
	margin: 0 30px 20px 0;
	width: 150px;
}
.rescierge_interest_sec .rescierge_form_row .radio_btn {
	float: left;
}
.rescierge_interest_sec .radio_btn_txt {
	float: left;
	margin-left: 7px;
}
.rescierge_form_txtarea {
	width: 100%;
	height: 165px;
	background: url(/img/reseller_templates/ttn/rescierge_txtarea.png) no-repeat;
	padding: 20px 20px;
	font-size: 16px;
	box-sizing: border-box;
	color: #333;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.rescierge_form_row .popbtn {
	float: right;
	width: auto;
	padding: 0 10px;
}
.itinery_second h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 30px;
}
.itinery_second ul {
	margin: 0 0 0 0;
	padding: 0;
}
.itinery_second ul li {
	margin-bottom: 55px;
}
.itinery_second ul li h5 {
	color: #7a7a7a;
	font-size: 18px;
}
.itinery_second ul li h5 strong {
	margin-right: 8px;
}
.iti_list_author {
	overflow: visible;
}
.itinery_second ul li p {
	color: #7a7a7a;
	font-size: 16px;
	line-height: 21px;
	margin-top: 15px;
}
.iti_right_img {
	float: right;
	margin: 0 0 40px 25px;
}
.iti_date h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 5px;
}
.iti_date h5 {
	font-size: 18px;
	color: #7a7a7a;
	margin-bottom: 5px;
}
.iti_date_accordion {
	margin-top: 20px;
	width: 100%;
}
.iti_date_accordion th {
	font-size: 16px;
	color: #7a7a7a;
	padding: 0 15px 15px;
	font-weight: 300;
}
.iti_date_accordion td {
	font-size: 16px;
	color: #7a7a7a;
	padding: 15px 15px;
	font-weight: 300;
	border-top: 1px solid #e4e4e4;
}
.iti_date_accordion td img {
	vertical-align: middle;
	margin-right: 10px;
}
/********************************14-10-2016*************************************/

.payment_outer {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.payment_wrp {
	width: 1034px;
	margin: 0 auto 65px;
	overflow: hidden;
}
.payment_wrp_top {
	width: 100%;
	float: left;
}
.payment_wrp_top h4 {
	font-size: 36px;
	color: #385461;
	margin-bottom: 10px;
}
.payment_wrp_top p {
	color: #7a7a7a;
	line-height: 21px;
	font-size: 17px;
}
.payment_wrp_mid {
	width: 100%;
	float: left;
	margin-top: 56px;
}
.payment_wrp_mid p {
	color: #385461;
	font-size: 24px;
	margin-bottom: 12px;
}
.payment_wrp_mid h5 {
	color: #7a7a7a;
	font-size: 17px;
	margin-top: 20px;
}
.payment_wrp_mid h5 a {
	color: #1ec3ec;
}
.payment_term {
	border-bottom: 1px solid #9a9a9a;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 180px;
	background: none;
	margin: 0 5px;
}
.payment_wrp_mid h6 {
	text-align: right;
	color: #385461;
	font-size: 30px;
	margin-top: 40px;
}
.payment_paypal_btn {
	margin-bottom: 25px;
}
.payment_paypal_btn a {
	display: block;
}
.payment_card_input {
	width: 776px;
	height: 52px;
	background: url(/img/reseller_templates/ttn/payment_input_bg.png) no-repeat;
	border: none;
	padding: 0 130px 0 20px;
	box-sizing: border-box;
	color: #385461;
	font-size: 16px;
}
.payment_input_calender {
	width: 372px;
	float: left;
	height: 52px;
	background: url(/img/reseller_templates/ttn/payment_calender_input_bg.png) no-repeat;
	float: left;
	border: none;
	padding: 0 20px;
	box-sizing: border-box;
	color: #385461;
	font-size: 16px;
}
.payment_card_input_sml {
	width: 372px;
	float: right;
	height: 52px;
	background: url(/img/reseller_templates/ttn/payment_input_sml_bg.png) no-repeat;
	border: none;
	padding: 0 130px 0 20px;
	box-sizing: border-box;
	color: #385461;
	font-size: 16px;
}
.payment_agree_radio_sec {
	margin-top: 30px;
}
.payment_agree_radio_sec .radio_btn_txt {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.payment_agree_radio_sec .radio_btn {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.rescierge_form_row .payment_submit_btn {
	float: right;
	width: 205px;
}
/******************20-10-2016**********************************/

div.sliderimg {
	overflow: hidden;
	position: relative;
}
.flexslider2 .slides img {
	position: absolute;
	width: 100%;
}
.flexslider {
/*min-height: 600px;*/
}
.special_offer_sec div.sliderimg {
	height: auto !important;
}
/******************magazine-update-24-102016**********************************/

.article-sec {
	margin-top: 50px;
	position: relative;
}
.article-sec-right {
	padding-top: 0;
	width: 397px;
}
.article-sec-right h2 {
	margin-bottom: 10px;
	font-size: 30px;
	background: none;
}
.article-sec-right p {
	padding-right: 40px;
}
.article-sec .flex-direction-nav {
	position: absolute;
	display: block;
	width: 731px;
	z-index: 99999;
	left: 0;
	top: 44%;
}
.article-sec .flex-direction-nav .flex-prev {
	width: 18px;
	height: 36px;
	background: url(/img/reseller_templates/ttn/testi_left_arrow.png) no-repeat;
	margin: 0;
	opacity: 1;
	left: 20px;
}
.article-sec .flex-direction-nav .flex-next {
	width: 18px;
	height: 36px;
	background: url(/img/reseller_templates/ttn/testi_right_arrow.png) no-repeat;
	margin: 0;
	opacity: 1;
	right: 20px;
}
.articletext_outer {
	width: 100%;
	float: left;
}
.articletext {
	width: 731px;
	box-sizing: border-box;
}
/******************magazine-update-24-102016**********************************/




/******************24-10-2016**********************************/

.become_agent_button {
	float: right;
	min-width: 267px;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 2px solid #c55933;
	background: #f3835b;
	color: #fff;
	text-align: center;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	border-radius: 5px;
}
.agent_list .search {
	margin-top: 65px;
}
.top_inner_sec h3 {
	text-align: center;
	font-size: 34px;
	color: #000000;
	margin-bottom: 15px;
}
.agent_wrp_sec {
	width: 1140px;
	margin: 0 auto;
	padding: 27px 0;
}
.agent_wrp_sec_top {
	width: 100%;
	margin-bottom: 30px;
	float: left;
	border-bottom: 1px dashed #6a7075;
	padding-bottom: 17px;
}
.agent_wrp_sec_top h4 {
	background: url(/img/reseller_templates/ttn/dash.jpg) no-repeat left bottom;
	color: #385461;
	font-size: 30px;
	padding-bottom: 14px;
	float: left;
}
.agent_top_form {
	float: right;
}
.agent_top_input {
	float: left;
	width: 298px;
	height: 40px;
	font-size: 16px;
	background: url(/img/reseller_templates/ttn/contact_input.png) no-repeat;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
}
.agent_top_submit {
	float: right;
	width: 308px;
	height: 38px;
	font-size: 18px;
	color: #fff;
	background: #f3835b;
	border-bottom: 1px solid #c55933;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 5px;
	font-size: 16px;
	margin-left: 15px;
	cursor: pointer;
}
.agent_wrp_sec_bot {
	width: 100%;
	float: left;
}
.agent_wrp_sec_bot ul {
	margin: 0;
	padding: 0;
}
.agent_wrp_sec_bot ul li {
	width: 496px;
	float: left;
	margin: 0 35px 55px;
}
.agent_list_left {
	width: 163px;
	height: 163px;
	float: left;
}
.agent_list_left img {
	border-radius: 100%;
}
.agent_list_right {
	width: 315px;
	float: right;
}
.agent_list_right h4 {
	font-size: 24px;
	color: #385461;
}
.agent_list_right h5 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #385461;
}
.agent_list_right p {
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	color: #7a7a7a;
}
.agent_list_right p span {
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
}
.agent_about_btn {
	width: 100%;
	height: 46px;
	border-bottom: 2px solid #1d95b3;
	background: #1ec3ec;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	float: left;
	margin-top: 15px;
	font-style: normal;
	color: #fff;
	font-weight: bold;
}
.agent_icon_sec {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.agent_list_icon_1 {
	float: left;
	text-align: center;
	font-size: 17px;
	color: #7a7a7a;
	margin-left: 8px;
	padding-top: 35px;
	width: 85px;
	background: url(/img/reseller_templates/ttn/agent_icon_1.png) center top no-repeat;
}
.agent_list_icon_1:hover {
	color: #000;
}
.agent_list_icon_2 {
	float: left;
	text-align: center;
	font-size: 17px;
	color: #7a7a7a;
	margin-left: 24px;
	padding-top: 35px;
	width: 85px;
	background: url(/img/reseller_templates/ttn/agent_icon_2.png) center top no-repeat;
}
.agent_list_icon_2:hover {
	color: #000;
}
.agent_list_icon_3 {
	float: left;
	text-align: center;
	font-size: 17px;
	color: #7a7a7a;
	margin-left: 24px;
	padding-top: 35px;
	width: 85px;
	background: url(/img/reseller_templates/ttn/agent_icon_3.png) center top no-repeat;
}
.agent_list_icon_3:hover {
	color: #000;
}
.vacation_baner {
	min-height: 290px;
	background: url(/img/reseller_templates/ttn/vacation-baner.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}
.vacation_baner .search {
	margin-top: 0;
}
.vacation_wrp {
	width: 1166px;
	margin: 0 auto;
	padding: 55px 0 35px 0;
}
.vacation_wrp p {
	font-size: 17px;
	line-height: 24px;
	padding: 0 80px;
}
.vacation_wrp ul {
	margin: 0 0 025px;
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
}
.vacation_wrp ul li {
	width: 366px;
	margin: 30px 10px 0;
	padding-bottom: 20px;
	display: inline-block;
	border-bottom: 1px dashed #788084;
}
.vacation_img {
	width: 100%;
	margin-bottom: 10px;
}
.vacation_img img {
	width: 100%;
}
.vacation_wrp ul li h4 {
	font-size: 24px;
	color: #385461;
}
/***********************************25-10-2016***************************************/

.about_jamaica_nav ul li {
	margin: 0 35px;
}
.about_jamaica_nav ul li.pages_active {
	background: url(/img/reseller_templates/ttn/business_travel_dash.jpg) left 54px no-repeat;
}
.jamaica_baner_img img {
	width: 100%;
}
.about_jamaica_baner_wrp {
	width: 1170px;
	margin: 0 auto;
}
.jamaica_baner_outer {
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
}
.jamaica_baner_inner {
	width: 1000px;
	margin: 0 auto;
}
.jamaica_baner_inner h3 {
	color: #fff;
	font-size: 80px;
}
.plamming_btn {
	float: left;
	text-align: center;
	margin-top: 10px;
	width: 236px;
	height: 60px;
	background: #f3835b;
	border-bottom: 2px solid #ba5c3c;
	border-radius: 5px;
	color: #fff;
	font-size: 25px;
	line-height: 60px;
}
.jamaica_content_wrapper {
	width: 1018px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
.about_jamaica_left {
	width: 369px;
	float: left;
	margin-top: 20px;
}
.jamaica_content_wrapper h3 {
	font-size: 36px;
	color: #385461;
	margin-bottom: 15px;
}
.jamaica_content_wrapper p {
	font-size: 16px;
	line-height: 24px;
}
.about_jamaica_vid {
	float: right;
	width: 575px;
	height: 320px;
}
.about_jamaica_vid iframe {
	width: 100%;
	height: 100%;
}
.jamaica_location_wrp {
	width: 948px;
	margin: 0 auto;/* overflow:hidden;*/
}
.jamaica_location_wrp ul {
	margin: 0;
	padding: 0;
}
.jamaica_location_wrp ul li {
	width: 100%;
	float: left;
	padding: 6px;
	margin-bottom: 30px;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
}
.jamaica_location_wrp_inner {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,fbfbfb+0,f6f7f7+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f6f7f7', GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	height: 100%;
	padding: 20px 20px;
	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	border: 1px solid #fff;
}
.jamaica_location_img {
	width: 343px;
	float: left;
}
.jamaica_location_img img {
	width: 100%;
}
.jamaica_location_content {
	width: 479px;
	float: right;
	text-align: left;
}
.jamaica_location_content h4 {
	font-size: 24px;
	color: #385461;
}
.jamaica_location_content p {
	font-size: 17px;
	margin: 15px 0 0 0;
	color: #7a7a7a;
	line-height: 21px;
}
.jamaica_location_btn {
	width: 186px;
	height: 44px;
	border-bottom: 2px solid #ce613b;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	float: right;
	background: #f3835b;
	border-radius: 5px;
}
.jamaica_resort_wrp {
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}
.jamaica_resort_wrp ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.jamaica_resort_wrp ul li {
	width: 343px;
	height: auto;
	display: inline-block;
	margin: 0 12px 80px;
}
.jamaica_resort_wrp .gallery-expander {
	margin-top: 84px;
}
.jamaica_resort_wrp .gallery-contents::after {
	bottom: -85px;
	left: 20%;
}
.jamaica_resort_img img {
	width: 100%;
}
.jamaica_resort_wrp ul li h4 {
	font-size: 24px;
	color: #385461;
	text-align: left;
	margin-top: 10px;
}
.jamaica_resort_view_sec {
	width: 100%;
	overflow: hidden;
	border-top: 1px dashed #838b8e;
	margin-top: 6px;
	border-bottom: 1px dashed #838b8e;
	padding: 10px 0;
}
.jamaica_view_more_btn {
	float: left;
	color: #1ec3ec;
	text-decoration: underline;
	font-size: 17px;
}
.jamaica_resort_icon {
	float: right;
	margin: 0 5px;
}
.jamaica_inquery_btn {
	background: #f3835b none repeat scroll 0 0;
	border-bottom: 2px solid #c55933;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	float: left;
	margin-top: 15px;
	font-size: 18px;
	line-height: 46px;
	min-width: 155px;
	padding: 0 10px;
	text-align: center;
}
/*******************************************26-10-2016*****************************************************/

.jamaica_resort_wrp .gallery-expander {
	width: 100%;
	padding: 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,fbfbfb+0,f6f7f7+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f6f7f7', GradientType=0 ); /* IE6-9 */
}
.jamaica_resort_wrp .gallery-expander-contents {
	padding: 0;
}
.villa_expand_outer {
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.jamaica_resort_wrp .villa_expand_inner {
	border: none;
	width: 1140px;
	margin: 0 auto;
	padding: 70px 0 70px;
}
.jamaica_resort_wrp .gallery-item.active .gallery-contents::after {
	background-image: url("/img/reseller_templates/ttn/villa_detail_expand_arrow.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
.villa_expand_inner h3 {
	font-size: 42px;
	color: #385461;
	margin-bottom: 23px;
}
.villa_expand_inner p {
	color: #909090;
	font-size: 14px;
	line-height: 21px;
}
.villa_expand_inner h5 {
	font-weight: bold;
	font-size: 17px;
	color: #000000;
	margin: 30px 0 0;
	font-style: italic;
}
.villa_expand_inner h4 {
	font-size: 23px !important;
color:$385461;
	margin-bottom: 0 !important;
	margin-top: 30px !important;
}
.villa_expand_inner h4 span {
	display: block;
	font-size: 20px;
	margin-bottom: 28px;
}
.villa_drop_feature_sec {
	width: 100%;
	margin-top: 50px;
}
.villa_drop_feature_sec_row {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.villa_drop_left_list {
	width: 570px;
	float: left;
}
.villa_drop_left_list ul {
	padding: 0;
	width: 46%;
	float: left;
	margin-right: 20px;
}
.villa_drop_left_list ul.villa_sml_list {
	width: 216px;
}
.villa_drop_left_list ul.villa_big_list {
	width: 286px;
}
.villa_drop_left_list ul li {
	width: 100%;
	margin: 0 0 8px 0;
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #909090;
	text-align: left;
}
.villa_drop_left_list h6 {
	display: block;
	font-size: 24px;
	color: #385461;
	margin-bottom: 18px;
}
.villa_drop_left_list_sml {
	width: 250px;
}
.villa_drop_left_list_sml h6 {
	font-size: 19px !important;
}
/*******************************************27-10-2016*****************************************************/

.university_video_nav_outer {
	width: 100%;
	float: left;
	height: 83px;
	border-top: 1px solid #5d7b81;
	background: url(/img/reseller_templates/ttn/tab_bg.png) repeat;
	position: relative;
	margin: -83px 0 0 0;
}
.university_video_nav_outer ul {
	text-align: center;
}
.university_video_nav_outer ul li {
	display: inline-block;
	margin: 0 44px;
	padding: 28px 0;
	position: relative;
}
.university_video_nav_outer ul li a {
	float: left;
	color: #fff;
	padding-bottom: 8px;
	font-size: 16px;
}
.university_video_nav_outer ul li a:hover {
	background: url(/img/reseller_templates/ttn/uni_nav_hover.png) bottom left no-repeat;
}
.university_video_nav_outer ul li ul {
	background: #fefefe;
	display: none;
	left: 10px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 65px;
	z-index: 999999;
	width: 158px;
}
.university_video_nav_outer ul li ul::before {
	background-image: url("/img/reseller_templates/ttn/white_arrow.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 13px;
	left: 50%;
	margin-left: -49px;
	position: absolute;
	top: -13px;
	width: 21px;
}
.university_video_nav_outer ul li ul li {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	float: none;
	padding: 12px 10px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	border-top: 1px solid #e0e0e0;
}
.university_video_nav_outer ul li ul li:first-child {
	border-top: none;
}
.university_video_nav_outer ul li ul li a {
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	color: #385461;
	text-align: center;
	display: block;
}
.university_video_nav_outer ul li ul li a:hover {
	color: #000000;
}
.university_video_nav_outer ul li:hover ul {
	display: block;
}
.university_vid_inner {
	width: 1070px;
	margin: 0 auto;
}
.university_vid_left {
	width: 765px;
	float: left;
}
.university_vid_left h3 {
	font-size: 30px;
	color: #385461;
	margin: 0 12px;
	margin-bottom: 26px;
}
.university_vid_left ul {
	margin: 0;
	padding: 0;
}
.university_vid_left ul li {
	width: 358px;
	float: left;
	margin: 0 12px;
}
.university_top_img {
	width: 100%;
	position: relative;
}
.universtiy_category_box {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 155px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background: #1ec3ec;
	border-radius: 6px;
}
.university_chapter {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 42px;
	box-sizing: border-box;
	background: #666869;
	padding: 0 10px;
	line-height: 42px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}
.university_video_icon_sec {
	width: 100%;
	background: #fff;
	padding: 23px;
	box-sizing: border-box;
}
.university_video_icon_sec h5 {
	font-size: 18px;
	color: #385461;
}
.university_video_icon_sec p {
	overflow: hidden;
	margin-top: 10px;
}
.university_vid_icon_1 {
	background: url(/img/reseller_templates/ttn/university_vid_icon_1.png) left center no-repeat;
	padding-left: 27px;
	font-size: 16px;
	color: #ccd1d3;
	float: left;
	margin-right: 15px;
}
.university_vid_icon_2 {
	background: url(/img/reseller_templates/ttn/university_vid_icon_2.png) left center no-repeat;
	padding-left: 22px;
	font-size: 16px;
	color: #ccd1d3;
	float: left;
	margin-right: 15px;
}
.university_vid_icon_3 {
	background: url(/img/reseller_templates/ttn/university_vid_icon_3.png) left center no-repeat;
	padding-left: 22px;
	font-size: 16px;
	color: #ccd1d3;
	float: left;
	margin-right: 15px;
}
.university_vid_right {
	width: 270px;
	float: right;
}
.university_video_right_form_outer {
	width: 100%;
	float: left;
	padding: 6px;
	margin-bottom: 30px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 55px;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
}
.university_video_right_form_inner {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,fbfbfb+0,f6f7f7+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f6f7f7', GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	height: 100%;
	padding: 20px 20px;
	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	border: 1px solid #fff;
	padding: 15px;
	box-sizing: border-box;
}
.university_video_right_form_inner h4 {
	font-size: 18px;
	font-weight: bold;
	color: #385461;
	margin-bottom: 15px;
	margin-bottom: 19px;
}
.university_video_input {
	width: 100%;
	background: url(/img/reseller_templates/ttn/university_vid_form_input.png) no-repeat;
	width: 100%;
	height: 52px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	border: none;
	margin-bottom: 7px;
}
.university_video_submit {
	float: right;
	width: 173px;
	height: 48px;
	border-bottom: 4px solid #c55933;
	border-radius: 7px;
	border-left: none;
	text-transform: uppercase;
	border-right: none;
	border-top: none;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-right: 3px;
	font-family: 'bariol_regularregular';
	background: #f3835b;
	cursor: pointer;
}
.uni_video_adversite {
	width: 100%;
	position: relative;
	float: left;
}
.uni_video_adversite img {
	width: 100%;
}
.uni_video_adversite_text {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #385461;
	font-size: 24px;
	line-height: 21px;
}
.univideo_learn_btn {
	bottom: 20px;
	right: 15px;
	width: 124px;
	border-bottom: 2px solid #1d95b3;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-transform: uppercase;
	background: #1ec3ec;
	position: absolute;
	display: block;
	text-align: center;
	border-radius: 6px;
}
.university_video_contact_sec {
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
}
.university_video_contact_sec h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #385461;
	margin-bottom: 15px;
}
.university_video_contact_sec p a {
	margin: 0 6px;
	display: inline-block;
}
.uni_top_vid_sec {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.uni_top_vid_sec h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #385461;
	margin-bottom: 15px;
}
.uni_top_vid_outer {
	width: 100%;
	float: left;
	padding: 6px;
	margin-top: 10px;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
}
.uni_top_vid_inner {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,fbfbfb+0,f6f7f7+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f6f7f7', GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	height: 100%;
	padding: 25px 25px;
	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	border: 1px solid #fff;
	box-sizing: border-box;
}
.uni_top_vid_inner ul {
	margin: 0;
	padding: 0;
}
.uni_top_vid_inner ul li {
	width: 100%;
	margin-top: 12px;
}
.uni_top_vid_inner ul li:first-child {
	margin-top: 0;
}
.uni_top_vid_box {
	width: 100%;
	height: 133px;
}
.uni_top_vid_inner ul li h6 {
	margin-top: 12px;
	font-size: 18px;
	color: #385461;
}
.university_pagination {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	float: left;
}
.university_previous_pegi {
	float: left;
	background: url(/img/reseller_templates/ttn/uni_left_arrow.png) left 3px no-repeat;
	font-size: 18px;
	padding-left: 20px;
	color: #385461;
}
.university_previous_pegi:hover {
	color: #999;
}
.university_next_pegi {
	float: right;
	background: url(/img/reseller_templates/ttn/uni_right_arrow.png) right 3px no-repeat;
	font-size: 18px;
	padding-right: 20px;
	color: #385461;
}
.university_next_pegi:hover {
	color: #999;
}
/***********************28-10-2016***************************************/

.uni_quote_baner_outer {
	width: 100%;
	margin-top: 70px;
}
.uni_quote_baner_outer .university_baner_inner {
	width: 820px;
}
.uni_quote_baner_outer h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-bottom: 0;
}
.uni_quote_baner_outer h4 {
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.uni_quote_baner_outer p {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-size: 17px;
}
.uni_quote_wrp {
	width: 1170px;
	margin: 0 auto;
}
.uni_quote_left {
	width: 867px;
	float: left;
}
.uni_quote_left ul {
	margin: 0;
	padding: 0;
}
.uni_quote_left ul li {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	padding: 6px;
	margin-top: 10px;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
}
.uni_quote_left_content {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,fbfbfb+0,f6f7f7+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #fbfbfb 0%, #f6f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f6f7f7', GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	height: 100%;
	padding: 25px 25px 15px;
	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	border: 1px solid #fff;
	box-sizing: border-box;
}
.uni_quote_left_content h5 {
	font-size: 14px;
	color: #385461;
}
.uni_quote_left_content p {
	background: url(/img/reseller_templates/ttn/comma_top.png) top left no-repeat;
	padding: 25px 0 0 30px;
	font-size: 16px;
	color: #7a7a7a;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 35px;
}
.uni_quote_left_content span {
	background: url(/img/reseller_templates/ttn/comma_bot.png) bottom right no-repeat;
	padding: 0 30px 25px 0;
}
.uni_quote_link_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.uni_quote_link_sec a {
	font-size: 17px;
	color: #1ec3ec;
	margin: 0 15px 0 0;
}
.uni_quote_link_sec a:hover {
	text-decoration: underline;
}
.uni_quote_social_sec {
	width: 100%;
	border-top: 1px dashed #798084;
	overflow: hidden;
	margin-top: 25px;
	padding-top: 20px;
	text-align: right;
}
.uni_quote_social_sec a {
	margin: 0 0 0 5px;
	display: inline-block;
}
.uni_quote_right {
	width: 268px;
	float: right;
}
.uni_popular_tag_box {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.uni_popular_tag_box h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 20px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom left no-repeat;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.uni_popular_tag_box li {
	background: rgba(0, 0, 0, 0) url("/img/reseller_templates/ttn/bullet1.png") no-repeat scroll 0 center;
	border-bottom: 1px dashed #385461;
	line-height: 44px;
	padding-left: 28px;
}
.uni_popular_tag_box li a {
	font-size: 16px;
	color: #385461;
	width: 100%;
	display: block;
}
.uni_advise_box {
	margin-top: 0;
}
.uni_advise_txtarea {
	width: 100%;
	height: 118px;
	background: url(/img/reseller_templates/ttn/uni_advise_txtarea.png) no-repeat;
	border: none;
	padding: 20px 22px 20px 15px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	border: none;
	margin-bottom: 7px;
	font-family: 'bariol_regularregular';
}
.university_quote_contact_sec {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 25px;
}
.university_quote_contact_sec h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 20px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom left no-repeat;
	padding-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
}
.university_quote_contact_sec a {
	margin-right: 5px;
}
/**************************index-update*******************************/

.travel_plnz_btn {
	min-width: 172px;
	height: 46px;
	padding: 0 10px;
	box-sizing: border-box;
	background: none;
	border: 2px solid #fff;
	line-height: normal;
	font-family: 'Conv_ufonts.com_gillsans';
	letter-spacing: 1px;
	font-size: 18px;
}
.new_home_service_wrp h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 80px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 20px;
}
.exp_img_overlay {
	width: 100%;
	height: 100%;
	padding: 65px 65px;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	display: none;
}
.exp_img_overlay h4 {
	color: #fff;
	font-size: 24px;
	background: url(/img/reseller_templates/ttn/red_dash.jpg) bottom left no-repeat;
	padding-bottom: 20px;
	font-weight: bold;
}
.exp_img_overlay p {
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	margin-top: 20px;
}
.exp_img_holder:hover .exp_img_overlay {
	display: block;
}
/**************************index-update*******************************/

/*****************************02-11-2016*****************************************/

.franchise_top_wrp {
	width: 1170px;
	margin: 0 auto;
	padding: 77px 0;
}
.franshise_logo {
	margin: 0 auto;
	width: 172px;
	height: 94px;
}
.franchise_top_wrp h2 {
	text-align: center;
	font-size: 36px;
	margin-top: 24px;
}
.franchiseqne_top_sec {
	width: 100%;
	float: left;
}
.franchiseqne_top_row {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.franchiseqne_top_sec label {
	width: 150px;
	float: left;
	text-align: right;
	margin-top: 12px;
	font-size: 16px;
}
.franchiseqne_top_input {
	width: 610px;
	float: right;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccd1d3;
	height: 25px;
	background: none;
}
.franchiseqne_top_btn {
	float: right;
	min-width: 251px;
	height: 48px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 2px solid #1d95b3;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #1ec3ec;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}
.franchise_txtarea_sec {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.franchise_txtarea_sec h4 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #385461;
}
.franchiseqne_txtarea {
	color: #385461;
	font-size: 16px;
}
.rescierge_form_row h5 {
	font-size: 24px;
	float: left;
	color: #385461;
}
.franchiseqne_submit_btn {
	display: block;
	width: 173px;
	height: 48px;
	background: #f3835b;
	text-align: center;
	border-bottom: 2px solid #c55933;
	color: #fff;
	font-size: 18px;
	margin: 20px auto 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 6px;
	cursor: pointer;
}
.site_map_outer {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.sitemap_wrp {
	width: 1160px;
	margin: 0 auto;
}
.sitemap_row {
	padding: 40px 7%;
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dashed #000;
}
.sitemap_row:first-child {
	border: none;
}
.sitemap_row h3 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
	color: #385461;
	text-transform: uppercase;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding-bottom: 15px;
}
.site_map_box {
	float: left;
	margin: 0 20px;
	width: 208px;
}
.site_map_box h4 {
	font-size: 30px;
	color: #385461;
	margin-bottom: 37px;
}
.site_map_box ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.site_map_box ul li {
	width: 100%;
	margin-bottom: 6px;
	display: block;
}
.site_map_box ul li a {
	width: 100%;
	font-size: 14px;
	color: #909090;
}
.site_map_box ul li a:hover {
	color: #000;
}
.site_map_box h5 {
	margin: 10px 0;
	font-size: 30px;
	color: #385461;
}
/*****************************02-11-2016*****************************************/

/**********************************update-11-04-2016************************************************/

.uni_quote_top {
	width: 100%;
	display: inline-block;
}
.uni_quote_left_img {
	float: left;
}
.uni_quote_left_img img {
	width: 100%;
}
.uni_quote_right_txt {
	float: right;
	width: 440px;
}
.uni_quote_right_txt h5 {
	text-align: right;
}
.uni_quote_link_sec {
	float: left;
}
.uni_quote_left_link {
	float: left;
}
.uni_quote_left_link a {
	font-size: 17px;
	color: #1ec3ec;
	margin: 0 15px 0 0;
}
.uni_quote_left_link a:hover {
	text-decoration: underline;
}
.uni_quote_social_right {
	float: right;
}
/**********************************update-11-04-2016************************************************/

/*************************************14-11-2016*************************************************************/

.travel_busines_bot_nav ul li.pages_active a {
	background: url(/img/reseller_templates/ttn/business_travel_dash.jpg) left 54px no-repeat;
}
.vendor_img_baner {
	width: 100%;
}
.vendor_img_baner img {
	width: 100%;
}
.vendor_img_baner_outer {
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
}
.vendor_img_baner_inner {
	width: 1000px;
	margin: 0 auto;
}
.vendor_img_baner_inner h3 {
	text-align: right;
	margin-top: 40px;
	color: #fff;
	font-size: 100px;
	margin-bottom: 37px;
	font-family: 'Conv_ufonts.com_gillsans';
}
.vendor_img_baner_inner p a {
	float: right;
	margin-left: 20px;
	min-width: 165px;
	height: 46px;
	box-sizing: border-box;
	padding: 0 12px;
	text-align: center;
	line-height: 46px;
	background: #f3835b;
	border-bottom: 2px solid #c55933;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
.vendor_img_baner_inner p a:hover {
	background: #c55933;
	border-bottom: 2px solid #f3835b;
}
.vendor_main_outer {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: 25px;
}
.vendor_wrp {
	width: 1130px;
	margin: 0 auto;
}
.vendor_left {
	width: 640px;
	float: left;
}
.vendor_left_top {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #535c60;
	padding-bottom: 15px;
}
.vendor_left_top ul {
	margin: 0;
	padding: 0;
}
.vendor_left_top ul li {
	float: left;
	margin: 0 40px;
}
.vendor_left_top ul li:first-child {
	margin-left: 0;
}
.vendor_left_top ul li a {
	color: #435d6a;
	float: left;
	font-size: 16px;
	padding-bottom: 8px;
}
.vendor_left_top ul li a:hover {
	background: url(/img/reseller_templates/ttn/line2.jpg) left bottom no-repeat;
}
.vendor_left_bot {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.vendor_left_bot ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.vendor_left_bot ul li {
	width: 298px;
	display: inline-block;
	margin: 0 10px 30px;
}
.vendor_left_img img {
	width: 100%;
	margin-bottom: 15px;
}
.vendor_left_bot ul li h4 {
	text-align: left;
	font-size: 24px;
	color: #385461;
}
.vendor_left_bot ul li h5 {
	margin-top: 5px;
	font-size: 16px;
	color: #7a7a7a;
}
.vendor_button_sec {
	border-top: 1px dashed #70777c;
	padding: 12px 0;
	border-bottom: 1px dashed #70777c;
	margin-top: 20px;
	overflow: hidden;
}
.vendor_star_sec {
	float: left;
	margin-top: 20px;
}
.vendor_button {
	float: right;
	width: 155px;
	height: 44px;
	background: #f3835b;
	border-radius: 5px;
	border-bottom: 2px solid #c55933;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 44px;
}
.vendor_button:hover {
	background: #c55933;
	border-bottom: 2px solid #f3835b;
}
.vendor_right {
	width: 400px;
	float: right;
	padding: 13px;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
}
.vendor_right_inner {
	border: 3px solid #f4f4f4;
	box-sizing: border-box;
	height: 100%;
	padding: 30px 37px;
}
.vendor_right_inner h4 {
	text-align: center;
	color: #385461;
	font-size: 24px;
	margin-bottom: 30px;
}
.vendor_form_row {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.vendor_calender {
	width: 293px;
	height: 52px;
	font-family: 'bariol_regularregular';
	color: #385461;
	background: url(/img/reseller_templates/ttn/vemdor_calender_bg.png) no-repeat;
	border: none;
	font-size: 16px;
	padding: 0 15px;
	box-sizing: border-box;
}
.vendor_form_row select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #f6f6f6 url("/img/reseller_templates/ttn/vendor_dropdown.png") no-repeat;
	border-radius: 3px;
	color: #999;
	border: none;
	float: left;
	font-size: 16px;
	font-family: 'bariol_regularregular';
	height: 52px;
	margin: 0;
	padding: 1px 10px 1px 10px;
	width: 100%;
}
.vendor_input {
	width: 293px;
	height: 52px;
	font-family: 'bariol_regularregular';
	color: #385461;
	background: url(/img/reseller_templates/ttn/vendor_input.png) no-repeat;
	border: none;
	font-size: 16px;
	padding: 0 15px;
	box-sizing: border-box;
}
.vendor_submit {
	float: right;
	width: 173px;
	height: 48px;
	border-bottom: 2px solid #c55933;
	text-align: center;
	color: #fff;
	background: #f3835b;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 25px;
}
.vendor_submit:hover {
	background: #c55933;
	border-bottom: 2px solid #f3835b;
}
.vendor_overview_top {
	width: 100%;
	float: left;
}
.vendor_overview_top_wrp {
	width: 1060px;
	margin: 0 auto;
}
.vendor_overview_top_left {
	width: 621px;
	float: left;
}
.vendor_overview_top_left p {
	font-size: 16px;
	color: #7a7a7a;
	line-height: 28px;
}
.vendor_overview_iframe {
	width: 100%;
	height: 350px;
	margin-top: 43px;
}
.vendor_overview_iframe iframe {
	width: 100%;
	height: 100%;
}
.vendor_inquery {
	float: right;
}
.vendor_inquery h4 {
	font-size: 30px;
	margin-bottom: 25px;
}
.vendor_txtarea {
	width: 100%;
	height: 116px;
	color: #385461;
	background: url(/img/reseller_templates/ttn/vendor_txtarea.png) no-repeat;
	border: none;
	font-size: 16px;
	padding: 10px 15px;
	background-size: 100% auto;
	box-sizing: border-box;
	font-family: 'bariol_regularregular';
}
.vendor_overview_desti {
	width: 100%;
	float: left;
	margin-top: 77px;
}
.vendor_overview_desti h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 80px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 20px;
}
.vendor_overview_desti ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.vendor_overview_desti ul li {
	width: 33.3%;
	float: left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background: #000;
}
.vendor_overview_desti ul li img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
}
.vendor_overview_desti ul li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}
.vendor_overlay {
	position: absolute;
	left: 0;
	height: 50px;
	font-size: 50px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-family: 'Conv_ufonts.com_gillsans';
}
.tv_img_baner_inner {
	margin: 0 auto;
	width: 1170px;
}
.tv_img_baner_inner h3 {
	text-align: center;
	margin-top: 40px;
	font-size: 61px;
	color: #ffffff;
}
.tv_img_baner_inner h4 {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.tv_outer {
	width: 100%;
	float: left;
	margin-bottom: 31px;
}
.tv_wrapper {
	width: 1094px;
	margin: 0 auto;
}
.tv_search_top {
	width: 100%;
	float: left;
}
.tv_top {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.tv_top_left {
	width: 575px;
	float: left;
}
.tv_left_video {
	width: 100%;
	height: 320px;
}
.tv_left_video iframe {
	width: 100%;
	height: 100%;
}
.tv_top_right {
	width: 494px;
	float: right;
}
.tv_top_right h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 30px;
}
.tv_most_view_outer {
	width: 100%;
	padding: 13px;
	box-sizing: border-box;
	background: #fff;
	float: left;
	-webkit-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 1px 4px 25px -10px rgba(0,0,0,0.75);
}
.tv_most_view_inner {
	border: 3px solid #f4f4f4;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 30px 20px 20px;
}
.tv_most_view_inner ul {
	margin: 0;
	padding: 0;
}
.tv_most_view_inner ul li {
	width: 100%;
	float: left;
	margin-top: 18px;
}
.tv_most_view_inner ul li:first-child {
	margin-top: 0;
}
.tv_left_content {
	width: 100%;
	background: #fff;
	padding: 24px 20px;
	box-sizing: border-box;
}
.tv_left_top_user {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.tv_user {
	background: url(/img/reseller_templates/ttn/red_icon.png) left center no-repeat;
	padding: 2px 0 2px 30px;
	font-size: 16px;
	color: #f3835b;
	float: left;
	margin-right: 12px;
}
.tv_left_content h4 {
	font-size: 24px;
	color: #385461;
	margin-top: 25px;
}
.tv_left_content p {
	color: #7a7a7a;
	font-size: 17px;
	line-height: 21px;
	margin-top: 20px;
}
.tv_like_sec {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.tv_edit_icon {
	float: right;
	background: url(/img/reseller_templates/ttn/sml_edit_icon.png) left center no-repeat;
	padding: 3px 0 3px 27px;
	color: #ccd1d3;
}
.tv_like_icon {
	float: right;
	background: url(/img/reseller_templates/ttn/sml_like_icon.png) left center no-repeat;
	padding: 3px 0 3px 27px;
	margin-left: 15px;
	color: #ccd1d3;
}
.tv_left_content p a {
	color: #1ec3ec;
}
.most_tv_left {
	width: 203px;
	float: left;
	height: 133px;
}
.most_tv_left iframe {
	width: 100%;
	height: 100%;
}
.most_tv_right {
	width: 194px;
	float: right;
}
.most_tv_right h5 {
	font-size: 18px;
	color: #385461;
	margin-bottom: 10px;
}
.most_tv_time_sec {
	width: 100%;
	overflow: hidden;
}
.most_tv_date {
	float: left;
	background: url(/img/reseller_templates/ttn/sml_calender_icon.png) left center no-repeat;
	padding: 3px 0 3px 23px;
	margin-right: 10px;
	color: #ccd1d3;
}
.most_tv_time {
	float: left;
	background: url(/img/reseller_templates/ttn/sml_time_icon.png) left center no-repeat;
	padding: 3px 0 3px 23px;
	margin-right: 20px;
	color: #ccd1d3;
}
.most_tv_right p {
	color: #7a7a7a;
	font-size: 17px;
	margin-top: 10px;
}
.most_tv_right p a {
	color: #1ec3ec;
}
.tv_latest_vid {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.tv_latest_vid h3 {
	text-align: center;
	color: #385461;
	font-size: 36px;
	margin-bottom: 80px;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom center no-repeat;
	padding: 0 0 20px;
}
.tv_latest_vid ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.tv_latest_vid ul li {
	text-align: center;
	width: 319px;
	margin: 0 10px 18px;
	display: inline-block;
}
.tv_latest_vid_sec {
	width: 100%;
	height: 213px;
}
.tv_latest_vid_sec iframe {
	width: 100%;
	height: 100%;
}
.tv_latest_vid ul li .tv_user {
	color: #ccd1d3;
	font-size: 16px;
	background: url(/img/reseller_templates/ttn/university_vid_icon_1.png) left center no-repeat;
	padding-left: 25px;
}
.tv_latest_vid ul li .tv_left_content h4 {
	text-align: left;
}
.tv_latest_vid ul li .tv_left_content p {
	text-align: left;
}
.tv_load_more {
	display: block;
	width: 173px;
	height: 48px;
	border-bottom: 2px solid #c55933;
	text-align: center;
	color: #fff;
	background: #f3835b;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 25px;
	margin: 30px auto 0;
	line-height: 48px;
}
.tv_load_more:hover {
	background: #c55933;
	border-bottom: 2px solid #f3835b;
}
/*************************************14-11-2016*************************************************************/

/*************************************11-1-2017*************************************************************/


.new_navigation_outer {
	position: absolute;
	background: none;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	box-shadow: none;
}
.nav_color {
	position: fixed;
	background: url(/img/reseller_templates/ttn/nav_bg.jpg) repeat-x;
	transition: background 300ms ease 0s;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
}
.new_baner_overlay_outer {
	color: #fff;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
}
.nw_baner_txt_outer {
	color: #fff;
	display: table;
	font-size: 18px;
	height: 100%;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
.nw_baner_txt_inner {
	display: table-cell;
	vertical-align: middle;
}
.nw_baner_wrapper {
	width: 945px;
	margin: 0 auto;
}
.nw_baner_wrapper h3, .nw_baner_wrapper h2 {
	text-align: center;
	color: #000;
	font-size: 45px;
	font-family: 'Conv_GillSans-SemiBold';
	line-height: 45px;
	font-weight: bold;
}
.nw_baner_wrapper p {
	text-align: center;
}
.nw_baner_wrapper p a {
	display: inline-block;
	border-radius: 5px;
	line-height: 42px;
	margin-top: 30px;
	width: 191px;
	border: 2px solid #385461;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Conv_GillSans-SemiBold';
	color: #385461;
}
.nw_baner_wrapper p a:hover {
	border: 2px solid #1ec3ec;
	color: #1ec3ec;
}
.nw_service_sec {
	width: 100%;
	float: left;
	padding: 58px 0 0;
}
.nw_service_sec h3 {
	text-align: center;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.nw_service_sec h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.nw_service_sec ul {
	margin: 59px 0 0 0;
	padding: 0;
	text-align: center;
}
.nw_service_sec ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	width: 275px;
}
.service_img_nw {
	width: 100%;
	text-align: center;
	height: 85px;
	position: relative;
}
.service_img_nw img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nw_service_sec ul li h4 {
	color: #385461;
	font-size: 24px;
	text-align: center;
	margin: 30px 0;
}
.nw_service_sec ul li p {
	color: #7a7a7a;
	font-size: 17px;
	text-align: center;
	margin: 30px 0;
}
.next_trip_sec {
	width: 100%;
	float: left;
	padding: 50px 0 38px;
}
.next_trip_wrp {
	width: 1170px;
	margin: 0 auto;
}
.next_trip_wrp h3 {
	text-align: left;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.next_trip_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
}
.next_trip_wrp ul {
	margin: 70px 0 0 0;
	padding: 0;
	text-align: center;
}
.next_trip_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px;
	width: 270px;
}
.nw_trip_img_sec {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
}
.nw_trip_img_sec img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.next_trip_wrp ul li:hover .nw_trip_img_sec img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.next_trip_wrp ul li h5 {
	font-size: 18px;
	text-align: left;
	color: #385461;
}
.expert_sec {
	width: 100%;
	float: left;
	padding: 20px 0 38px;
}
.expert_wrp {
	width: 1170px;
	margin: 0 auto;
}
.expert_wrp h3 {
	text-align: left;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.expert_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
}
.expert_wrp ul {
	margin: 70px 0 0 0;
	padding: 0;
	text-align: center;
}
.expert_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	width: 144px;
}
.expert_img {
	text-align: center;
	margin-bottom: 10px;
}
.expert_wrp ul li h5 {
	text-align: center;
	font-size: 20px;
	color: #385461;
}
.expert_wrp ul li p {
	text-align: center;
	font-size: 14px;
	color: #909090;
}
.consultant_btn {
	line-height: 46px;
	border: 2px solid #385461;
	display: block;
	font-family: 'Conv_GillSans-SemiBold';
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: capitalize;
	border-radius: 6px;
	background: none;
	width: 317px;
	margin: 80px auto 0;
	text-align: center;
	color: #385461;
}
.travel_bot_baner_outer {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 60px;
}
.travel_bot_baner_inner {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.travel_bot_baner_inner_overlay {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.travel_bot_baner_overlay_inner {
	color: #fff;
	display: table;
	font-size: 18px;
	height: 100%;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
.travel_bot_baner_overlay_txt {
	display: table-cell;
	vertical-align: middle;
}
.travel_bot_baner_overlay_txt h3 {
	font-size: 30px;
	color: #fff;
	position: relative;
}
.travel_bot_baner_overlay_txt h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #fff;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.new_destination_sec {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 50px;
}
.new_destination_sec_wrap {
	width: 1170px;
	margin: 0 auto;
}
.new_destination_sec_wrap h3 {
	font-size: 30px;
	color: #385461;
	padding-bottom: 60px;
	margin: 0 10px;
	position: relative;
}
.new_destination_sec_wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: 46px;
	left: 0;
}
.new_destination_sec_wrap #owl-demo .item {
	margin: 0 10px;
}
.new_destination_sec_wrap .new_desti_img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.new_destination_sec_wrap .new_desti_img img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.new_destination_sec_wrap h4 {
	margin-top: 20px;
	font-size: 18px;
}
.new_destination_sec_wrap #owl-demo .item:hover .nw_desti_overlay {
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.new_destination_sec_wrap #owl-demo .item:hover .new_desti_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.new_destination_sec_wrap .owl-pagination {
	display: none;
}
.new_destination_sec_wrap .owl-buttons {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 45%;
	width: 100%;
}
.nw_desti_overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.nw_desti_overlay_outer {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.nw_desti_overlay_inner {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 36px;
	font-family: 'Conv_GillSans-SemiBold';
}
.nw_desti_overlay_inner span {
	font-family: 'bariol_regularregular';
	display: block;
}
.nw_feature_prod_outer {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.nw_feature_prod_wrap {
	width: 1170px;
	margin: 0 auto;
}
.nw_feature_prod_wrap h3 {
	font-size: 30px;
	color: #385461;
	padding-bottom: 60px;
	margin: 0 10px;
	position: relative;
}
.nw_feature_prod_wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: 46px;
	left: 0;
}
.nw_feature_prod_wrap ul {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}
.nw_feature_prod_wrap ul li {
	display: inline-block;
	margin: 0 9px;
	vertical-align: top;
	width: 270px;
}
.feature_prod_img {
	width: 100%;
	margin-bottom: 10px;
}
.feature_prod_img img {
	width: 100%;
}
.nw_feature_prod_wrap ul li h5 {
	font-size: 18px;
	text-align: left;
	color: #385461;
}
.latest_post_outer {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.latest_post_wrp {
	width: 1170px;
	margin: 0 auto;
}
.latest_post_img {
	width: 100%;
	position: relative;
}
.latest_post_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.latest_post_overlay_outer {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.latest_post_overlay_outer_inner {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 36px;
	font-family: 'Conv_GillSans-SemiBold';
}
.latest_post_wrp #owl-demo2 .item {
	margin: 0 10px;
}
.latest_post_wrp .owl-buttons {
	display: none;
}
.latest_post_wrp .owl-theme .owl-controls {
	margin-top: 30px;
}
.nw_plan_sec_outer {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.nw_plan_wrp {
	width: 1040px;
	margin: 0 auto;
}
.nw_plan_wrp h3 {
	text-align: center;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.nw_plan_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.nw_plan_wrp p {
	color: #7a7a7a;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	margin-top: 40px;
	padding: 0 30px;
}
.home_bot_form_outer {
	width: 100%;
	float: left;
	margin-bottom: 70px;
}
.home_bot_form_wrap {
	margin: 0 auto;
	width: 1080px;
	border-top: 1px solid #ccd1d3;
	padding: 50px 0 0;
}
.home_input {
	width: 269px;
	height: 46px;
	border: 1px solid #d3d3d3;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #7a7a7a;
	background: #ffffff;
	font-size: 15px;
	margin-right: 20px;
}
.home_select {
	width: 269px;
	height: 46px;
	border: 1px solid #d3d3d3;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #7a7a7a;
	font-size: 15px;
	margin-right: 20px;
	background: #fff url(/img/reseller_templates/ttn/home_select_arrow.png) 95% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.bot_form_submit {
	float: left;
	border: none;
	text-transform: capitalize;
	cursor: pointer;
	height: 46px;
	text-align: center;
	color: #f3835b;
	background: none;
	font-size: 18px;
	font-family: 'Conv_GillSans-SemiBold';
}
/*******************************17-01-2017***************************************/

.nav_inner ul li a {
	font-size: 15px;
	padding: 0 18px 20px;
}
/*.nav_inner ul li a:hover{ color:#f3835b;}*/

.new_home_login {
	color: #f3835b;
	margin: 14px 20px 0;
	font-family: 'Conv_GillSans-SemiBold';
	font-weight: 300;
	text-transform: capitalize;
}
.nav_get_started_btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #385461;
	border-radius: 6px;
	color: #385461;
	display: block;
	float: right;
	font-size: 18px;
	font-weight: 800;
	line-height: 42px;
	padding: 0 27px;
	text-align: center;
	text-transform: capitalize;
}
.latest_post_outer .owl-theme .owl-controls .owl-page span {
	background: none;
	border: 3px solid #ccd1d3;
	opacity: 1;
}
.latest_post_outer .owl-theme .owl-controls .owl-page.active span {
	background: #ccd1d3;
}
.foot_input {
	border-radius: 0;
	color: #7a7a7a;
	background: #fff;
}
.foot_submit {
	background: #f3835b;
	border-bottom: 2px solid #c55933;
	border-left: none;
	border-top: none;
	border-right: none;
	color: #fff;
	height: 49px;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.advantage_baner {
	background: rgba(0, 0, 0, 0) url("/img/reseller_templates/ttn/advantage_baner.jpg") no-repeat;
	height: 549px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.advantage_baner_inner {
	width: 1170px;
	height: 549px;
	margin: 0 auto;
}
.advantage_baner_left {
	width: 559px;
	float: left;
	height: 549px;
	display: table;
}
.advantage_baner_left_inner {
	display: table-cell;
	vertical-align: middle;
}
.advantage_baner_left_inner h3 {
	font-size: 44px;
	color: #000000;
	font-weight: bold;
}
.advantage_baner_right .error {
	color: red !important;
	font-size: 15px;
	text-align: center;
	position: absolute;
	margin-top: -77px;
	right: 50px;
}
.advantage_baner_right #captImg {
	float: left;
	margin-right: 10px;
}
.advantage_baner_right .refreshCaptcha {
	display: block;
	float: left;
}
.advantage_baner_right {
	width: 466px;
	float: right;
	background: #fafafa;
	height: 549px;
	padding: 7px 50px 0 50px;
	box-sizing: border-box;
	position: relative;
}
.advantage_baner_right h4 {
	text-align: left;
	font-size: 18px;
	color: #385461;
	margin-bottom: 10px;
}
.advantage_input {
	width: 100%;
	height: 40px;
	border: 1px solid #d8d8d8;
	padding: 0 14px;
	box-sizing: border-box;
	font-size: 14px;
	color: #7a7a7a;
	margin-bottom: 10px;
}
.advantage_baner_right select {
	width: 100%;
	height: 40px;
	border: 1px solid #d3d3d3;
	padding: 0 15px;
	margin-bottom: 10px;
	color: #7a7a7a;
	font-size: 15px;
	margin-right: 20px;
	background: #fff url(/img/reseller_templates/ttn/home_select_arrow.png) 95% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}
.advantage_conti_btn {
	width: 100%;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #c55933;
	border-radius: 5px;
	background: #f3835b;
	text-align: center;
	color: #fff;
	font-family: 'Conv_GillSans-SemiBold';
	line-height: 47px;
	font-size: 18px;
	cursor: pointer;
}
.advantage_nav_outer {
	width: 100%;
	float: left;
	margin: 50px 0 20px;
}
.advantage_nav_inner {
	width: 1170px;
	margin: 0 auto;
}
.advantage_nav_inner ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.advantage_nav_inner ul li {
	display: inline-block;
	margin: 0 40px;
}
.advantage_nav_inner ul li:first-child {
	margin-left: 0;
}
.advantage_nav_inner ul li a {
	font-size: 18px;
	color: #385461;
	padding-bottom: 14px;
}
.advantage_nav_inner ul li:hover a {
	background: url(/img/reseller_templates/ttn/blue_dash.jpg) bottom left no-repeat;
}
.advantage_nav_inner ul li a.active {
	background: url(/img/reseller_templates/ttn/blue_dash.jpg) bottom left no-repeat;
}
.bisuness_advantage_sec {
	width: 100%;
	float: left;
	padding: 110px 0 0;
	position: relative;
	z-index: 9999;
}
.bisuness_advantage_wrp {
	width: 1170px;
	margin: 0 auto;
}
.bisuness_advantage_left {
	width: 533px;
	float: left;
}
.bisuness_advantage_left h3 {
	font-size: 26px;
	color: #385461;
	background: url(/img/reseller_templates/ttn/dash.jpg) bottom left no-repeat;
	padding-bottom: 14px;
}
.bisuness_advantage_left p {
	font-size: 17px;
	line-height: 30px;
	color: #7a7a7a;
	margin-top: 30px;
}
.bisuness_advantage_right {
	float: right;
	width: 566px;
	height: 269px;
	margin-top: 50px;
}
.bisuness_advantage_right iframe {
	width: 100%;
	height: 100%;
}
.advantage_online_store_outer {
	padding-top: 150px;
	margin-top: -70px;
	width: 100%;
	float: left;
}
.advantage_online_store {
	width: 100%;
	background: #385461;
	float: left;
}
.advantage_store_left {
	width: 40%;
	float: left;
}
.advantage_store_left img {
	width: 100%;
}
.advantage_store_right {
	width: 60%;
	float: right;
	padding: 20px 45px 0;
	box-sizing: border-box;
}
.advantage_store_right h4 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 25px;
}
.advantage_store_right h4:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #fff;
	bottom: 0;
	left: 0;
}
.advantage_store_right ul {
	margin: 0;
	padding: 0;
}
.advantage_store_right ul li {
	background: url(/img/reseller_templates/ttn/advantage_store_arrow.png) left 4px no-repeat;
	padding-left: 25px;
	font-size: 18px;
	color: #fff;
	margin: 16px 0;
}
.advantage_store_right .owl-buttons {
	display: none;
}
.advantage_store_right .owl-theme .owl-controls {
	text-align: left;
	margin-top: 10px;
}
.advantage_store_right .owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
}
.advantage_store_right .owl-theme .owl-controls .owl-page span {
	border: 3px solid #ccd1d3;
	background: none;
}
.advantage_store_right .owl-theme .owl-controls .owl-page.active span {
	background: #ccd1d3;
}
.view_theme_section {
	width: 100%;
	float: left;
	position: relative;
}
.view_theme_wrp {
	width: 1170px;
	margin: 0 auto;
}
.view_theme_left {
	float: left;
	margin-left: -80px;
	margin-top: -80px;
}
.view_theme_left img {
	width: 100%;
}
.view_theme_right {
	width: 690px;
	float: right;
	text-align: center;
	display: table;
	height: 223px;
}
.view_themem_right_inner {
	vertical-align: middle;
	display: table-cell;
}
.view_theme_btn {
	display: inline-block;
	line-height: 42px;
	padding: 0 20px;
	border: 2px solid #385461;
	border-radius: 5px;
	color: #385461;
	font-size: 18px;
}
.custom_sofewar_sec {
	width: 100%;
	float: left;
	padding: 190px 0 0;
	margin: -110px 0 0;
	position: relative;
	z-index: 9999;
}
.custom_softwar_wrp {
	width: 1170px;
	margin: 0 auto;
}
.custom_softwar_wrp h3 {
	color: #385461;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}
.custom_softwar_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: 0;
	left: 0;
}
.custom_softwar_wrp p {
	font-size: 17px;
	color: #7a7a7a;
	margin-top: 19px;
	text-align: left;
	line-height: 20px;
}
.custom_softwar_wrp ul {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
}
.custom_softwar_wrp ul li {
	display: inline-block;
	margin: 60px 60px 0;
	vertical-align: top;
}
.software_img_sec {
	height: 60px;
	position: relative;
	text-align: center;
	width: 100%;
}
.software_img_sec img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.custom_softwar_wrp ul li h5 {
	text-align: center;
	color: #385461;
	font-size: 24px;
	margin-top: 14px;
}
/*.custom_softwar_wrp p{ text-align:center;}*/

.get_free_demo_outer {
	text-align: center;
}
.free_demo_btn {
	line-height: 46px;
	border: 2px solid #385461;
	display: inline-block;
	font-family: 'Conv_GillSans-SemiBold';
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: capitalize;
	border-radius: 6px;
	background: none;
	padding: 0 14px;
	margin: 80px auto 0;
	text-align: center;
	color: #385461;
}
.support_outer {
	width: 100%;
	float: left;
	padding: 190px 0 0;
	margin: -110px 0 67px;
}
.support_wrp {
	width: 1170px;
	margin: 0 auto;
}
.support_wrp h4 {
	color: #385461;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}
.support_wrp h4:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: 0;
	left: 0;
}
.support_wrp ul {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
}
.support_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 30px;
	width: 366px;
}
.support_wrp ul li:first-child {
	margin-left: 0;
}
.support_img {
	width: 100%;
	margin-bottom: 15px;
}
.support_img img {
	width: 100%;
}
.support_wrp ul li h5 {
	font-size: 18px;
	color: #385461;
	text-align: left;
}
.support_wrp ul li p {
	font-size: 17px;
	line-height: 30px;
	padding: 0 20px 0 0;
	text-align: left;
	margin-top: 20px;
}
.comision_sec {
	width: 100%;
	float: left;
	padding: 190px 0 0;
	margin-top: -160px;
}
.comision_wrp {
	width: 1170px;
	margin: 0 auto;
}
.comision_wrp h4 {
	color: #385461;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}
.comision_wrp h4:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: 0;
	left: 0;
}
.comission_content {
	width: 100%;
	display: inline-block;
}
.comission_left {
	width: 40%;
	float: left;
}
.comission_left img {
	width: 100%;
}
.comission_right {
	width: 60%;
	float: right;
}
.comission_right p {
	font-size: 17px;
	padding: 0 100px 0 40px;
	margin-top: 20px;
	box-sizing: border-box;
	line-height: 30px;
	color: #7a7a7a;
}
.advantage_getting_started_outer {
	width: 100%;
	float: left;
	padding: 190px 0 0;
	margin-top: -110px;
	margin-bottom: 150px;
}
.advantage_getting_started_wrp {
	width: 1170px;
	margin: 0 auto;
}
.advantage_getting_started_wrp h4 {
	color: #385461;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}
.advantage_getting_started_wrp h4:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: 0;
	left: 0;
}
.advantage_getting_started_wrp ul {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
}
.advantage_getting_started_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 50px;
	width: 351px;
}
.advantage_getting_started_wrp ul li:first-child {
	margin-left: 0;
}
.advantage_getting_started_wrp ul li h3 {
	color: #385461;
	font-size: 48px;
}
.advantage_getting_started_wrp ul li h5 {
	font-size: 18px;
	color: #385461;
	margin-bottom: 30px;
}
.advantage_getting_started_wrp ul li p {
	font-size: 17px;
	line-height: 30px;
	padding-right: 10px;
}
.advantage_plan_outer {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.advantage_plan_sec {
	width: 100%;
	float: left;
	background: url(/img/reseller_templates/ttn/advantage_plan_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}
.advantage_plan_wrap {
	width: 1040px;
	margin: 0 auto;
}
.advntg_plan_box {
	width: 281px;
	display: inline-block;
	margin-left: 90px;
	vertical-align: top;
}
.advntg_plan_box_price {
	width: 100%;
	min-height: 116px;
	width: 82%;
}
.advntg_plan_box:first-child {
	margin-left: 0;
}
.advntg_plan_box h3 {
	text-align: center;
	width: 82%;
	color: #f4faf5;
	font-size: 30px;
	margin-bottom: 27px;
}
.advntg_plan_box h4 {
	text-align: center;
	color: #fafafa;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.advntg_plan_box h4 span {
	font-size: 18px;
	display: block;
	font-weight: normal;
}
.advantageplan_list_box {
	min-height: 250px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.advantageplan_list_box {
	min-height: 220px;
}
}
.advntg_plan_box ul {
	margin: 30px 0 30px 0;
	padding: 0;
}
.advntg_plan_box ul li {
	font-size: 16px;
	background: url(/img/reseller_templates/ttn/plan_tick.png) left 2px no-repeat;
	padding-left: 30px;
	color: #fff;
	margin: 15px 0;
}
.advantage_select_sec {
	text-align: center;
	width: 188px;
}
.advantage_chkbox {
	display: inline-block;
	margin: 2px 5px 0 0;
}
.advantage_select_sec span {
	color: #fff;
	font-size: 16px;
}
.advntg_plan_box p {
	text-align: left;
	padding: 0 30px;
	box-sizing: border-box;
}
.plan_select_btn {
	display: inline-block;
	padding: 0 50px;
	margin-top: 40px;
	background: #f3835b;
	border-bottom: 2px solid #c55933;
	border-right: none;
	border-top: none;
	border-left: none;
	font-size: 18px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	line-height: 48px;
}
.advntg_plan_box:nth-child(2) .advntg_plan_box_price {
	padding-top: 40px;
	box-sizing: border-box;
}
.advntg_plan_box:last-child .advntg_plan_box_price {
	padding-top: 20px;
	box-sizing: border-box;
}
.plan_conti_outer {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.plan_conti_btn {
	line-height: 46px;
	border: 2px solid #385461;
	display: inline-block;
	font-family: 'Conv_GillSans-SemiBold';
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: capitalize;
	border-radius: 6px;
	background: none;
	padding: 0 34px;
	margin-top: 30px;
	text-align: center;
	color: #385461;
}
.advantage_agent_sec {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.advantage_agent_wrp {
	width: 1170px;
	margin: 0 auto;
}
.advantage_agent_wrp h3 {
	color: #385461;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
	padding-bottom: 15px;
	position: relative;
}
.advantage_agent_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: 0;
	left: 0;
}
.advantage_agent_sec #owl-demo6 .item {
	margin: 0 20px;
}
.advantage_agent_sec h4 {
	font-size: 18px;
	color: #385461;
	margin: 20px 0;
}
.advantage_agent_sec p {
	font-size: 17px;
	line-height: 30px;
	color: #7a7a7a;
}
.advantage_agent_sec p a {
	font-size: 14px;
	color: #f3835b;
	margin-top: 10px;
	display: block;
}
.advantage_agent_sec p a:hover {
	text-decoration: underline;
}
.advantage_agent_sec #owl-demo6 .owl-buttons {
	display: none;
}
.advantage_agent_sec .owl-theme .owl-controls .owl-page span {
	border: 3px solid #ccd1d3;
	background: none;
}
.advantage_agent_sec .owl-theme .owl-controls .owl-page.active span {
	background: #ccd1d3;
}
.advantage_nav_outer_fixed {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 20px 0;
	position: fixed;
	top: 110px;
	z-index: 999999;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
}
/********************************19-01-2017*********************************************************/


.franchise_main_baner {
	background: url("/img/reseller_templates/ttn/franchise_main_baner.jpg") no-repeat;
	height: 548px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.franchise_main_baner_wrp {
	width: 1090px;
	margin: 120px auto 0;
}
.franchise_main_baner_left {
	float: left;
	width: 648px;
}
.franchise_main_baner_left h2 {
	font-size: 44px;
	color: #000000;
}
.franchise_main_baner_left h2 span {
	font-size: 30px;
	color: #000000;
	display: block;
}
.franchise_main_baner_right {
	float: right;
	width: 325px;
}
.franchise_main_baner_right ul {
	margin: 0;
	padding: 0;
}
.franchise_main_baner_right ul li {
	background: url(/img/reseller_templates/ttn/franchise_tick.png) left 2px no-repeat;
	padding-left: 25px;
	font-size: 16px;
	color: #000000;
	margin: 10px 0;
}
.franchise_main_baner_right ul li:first-child {
	margin-top: 0;
}
.franchise_content_outer {
	width: 100%;
	float: left;
	padding: 60px 0;
}
.franchise_content_wrapper {
	width: 973px;
	margin: 0 auto;
}
.franchise_content_wrapper h3 {
	color: #385461;
	font-size: 30px;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
}
.franchise_content_wrapper h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	margin: 0 auto;
	background: #ccd1d3;
	bottom: 0;
	right: 0;
	bottom: -5px;
	left: 0;
}
.franchise_content_wrapper p {
	text-align: center;
	color: #7a7a7a;
	font-size: 17px;
	line-height: 30px;
	margin-top: 30px;
}
.pick_franchise_sec {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
.pick_franchise_wrap {
	width: 1170px;
	margin: 0 auto;
}
.pick_franchise_wrap h3 {
	color: #385461;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}
.pick_franchise_wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: -5px;
	right: 0;
	left: 0;
}
.pick_franchise_wrap ul {
	margin: 30px 0 0 0;
	text-align: center;
	padding: 0;
}
.pick_franchise_wrap ul li {
	display: inline-block;
	text-align: left;
	margin: 0 9px 50px;
	width: 368px;
	vertical-align: top;
}
.pic_franchise_img {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
.pic_franchise_overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(94,116,126,0.8);
	z-index: 99999;
}
.pic_franchise_overlay_outer {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.pic_franchise_overlay_inner {
	display: table-cell;
	vertical-align: middle;
}
.preview_btn_franchise {
	width: 248px;
	height: 45px;
	border-bottom: 2px solid #1d95b3;
	background: #1ec3ec;
	color: #fff;
	font-size: 18px;
	border-left: none;
	border-right: none;
	border-top: none;
	font-family: 'Conv_GillSans-SemiBold';
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	line-height: 45px;
}
.preview_btn_franchise:hover {
	background: #81dcf2;
}
.select_btn_franchise {
	width: 248px;
	height: 45px;
	border-bottom: 2px solid #c55933;
	background: #f3835b;
	color: #fff;
	font-size: 18px;
	border-left: none;
	border-right: none;
	border-top: none;
	font-family: 'Conv_GillSans-SemiBold';
	display: block;
	margin: 20px auto 0;
	border-radius: 5px;
	line-height: 45px;
}
.select_btn_franchise:hover {
	background: #faa587;
}
.pick_franchise_wrap ul li:hover .pic_franchise_overlay, .theme_store_wrp ul li:hover .pic_franchise_overlay {
	display: block;
}
.pic_franchise_img img {
	width: 100%;
}
.pick_franchaise_price {
	width: 100%;
	display: inline-block;
}
.pick_franchaise_price_left {
	width: 271px;
	float: left;
}
.pick_franchaise_price_left h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 8px;
}
.pick_franchaise_price p a {
	color: #f3835b;
	font-size: 16px;
	margin-right: 14px;
	font-weight: bold;
}
.pick_franchaise_price p a:hover {
	text-decoration: underline;
}
.pick_franchaise_price_right {
	float: right;
	color: #7a7a7a;
	font-size: 24px;
	margin-top: 5px;
}
.more_btn_outer {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.more_btn_outer a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #385461;
	border-radius: 6px;
	color: #385461;
	display: block;
	font-family: "Conv_GillSans-SemiBold";
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 46px;
	margin: 40px auto 0;
	text-align: center;
	text-transform: capitalize;
	width: 187px;
}
.nw_theme_baner_wrp {
	width: 1090px;
	margin: 0 auto;
	height: 571px;
	display: table;
}
.nw_theme_baner_wrp_inner {
	display: table-cell;
	height: 571px;
	vertical-align: middle;
}
.nw_theme_baner_wrp_inner h2 {
	font-size: 44px;
	color: #000000;
	font-weight: bold;
	font-family: "Conv_GillSans-SemiBold";
}
.nw_theme_baner_wrp_inner h3 {
	font-size: 17px;
	color: #000000;
}
.theme_more_detail_btn {
	height: 42px;
	width: 191px;
	line-height: 40px;
	padding: 0 14px;
	box-sizing: border-box;
	border: 2px solid #385461;
	color: #385461;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin-top: 18px;
}
.nw_theme_navigation_outer {
	width: 100%;
	float: left;
	padding: 40px 0 55px;
}
.nw_theme_navigation_wrap {
	width: 1170px;
	margin: 0 auto;
}
.nw_theme_navigation_wrap ul {
	margin: 0;
	padding: 0;
}
.nw_theme_navigation_wrap ul li {
	display: inline-block;
	margin: 0 20px;
}
.nw_theme_navigation_wrap ul li:first-child {
	margin-left: 0;
}
.nw_theme_navigation_wrap ul li a {
	color: #385461;
	font-size: 16px;
	padding-bottom: 10px;
}
.nw_theme_navigation_wrap ul li:hover a {
	background: url(/img/reseller_templates/ttn/blue_dash.jpg) bottom left no-repeat;
}
.nw_theme_navigation_wrap ul li a span {
	vertical-align: middle;
	margin-left: 10px;
}
.theme_store_sec {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.theme_store_wrp {
	width: 1170px;
	margin: 0 auto;
}
.theme_store_wrp h3 {
	color: #385461;
	font-size: 30px;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}
.theme_store_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: -5px;
	right: 0;
	left: 0;
}
.theme_store_wrp h3 a {
	float: right;
	color: #f3835b;
	font-size: 18px;
	font-family: 'Conv_ufonts.com_gillsans';
}
.theme_store_wrp h3 a:hover {
	text-decoration: underline;
}
.theme_store_wrp ul {
	margin: 30px 0 0 0;
	text-align: center;
	padding: 0;
}
.theme_store_wrp ul li {
	display: inline-block;
	text-align: left;
	cursor: pointer;
	margin: 0 9px 50px;
	width: 368px;
	vertical-align: top;
}
.theme_price_sec h5 {
	color: #7a7a7a;
	font-size: 17px;
}
.theme_img {
	border: 1px solid transparent;
}
.theme_store_wrp ul li:hover .theme_img {
	border: 1px solid #f3835b;
}
.theme_price_sec .pick_franchaise_price_right {
	font-size: 17px;
	color: #7a7a7a;
}
.trending_sec {
	width: 100%;
	float: left;
}
.trending_wrap {
	width: 1170px;
	margin: 0 auto;
}
.trending_wrap h3 {
	color: #385461;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}
.trending_wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: -5px;
	right: 0;
	left: 0;
}
.trending_wrap h3 a {
	float: right;
	color: #f3835b;
	font-size: 18px;
	font-family: 'Conv_ufonts.com_gillsans';
}
.trending_wrap h3 a:hover {
	text-decoration: underline;
}
.trending_wrap ul {
	margin: 30px 0 0 0;
	text-align: center;
	padding: 0;
}
.trending_wrap ul li {
	display: inline-block;
	cursor: pointer;
	text-align: left;
	margin: 0 9px 50px;
	width: 368px;
	vertical-align: top;
}
.trending_wrap ul li:hover .theme_img {
	border: 1px solid #f3835b;
}
.travel_franchise_sec {
	width: 100%;
	float: left;
	margin-bottom: 90px;
	padding: 90px 0 60px;
	background: #f1f2f2;
}
.travel_franchise_wrap {
	width: 1170px;
	margin: 0 auto;
}
.travel_franchise_wrap h3 {
	color: #385461;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}
.travel_franchise_wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: -5px;
	right: 0;
	left: 0;
}
.travel_franchise_wrap ul {
	margin: 30px 0 0 0;
	text-align: center;
	padding: 0;
}
.travel_franchise_wrap ul li {
	display: inline-block;
	cursor: pointer;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 0 8px 30px;
	width: 370px;
	vertical-align: top;
}
.travel_franchise_wrap ul li img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.travel_franchise_wrap ul li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.4;
}
.travel_franchise_overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(94,116,126,0.8);
	z-index: 99999;
}
.travel_franchise_overlay_outer {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.travel_franchise_overlay_inner {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	font-family: 'Conv_ufonts.com_gillsans';
}
.travel_franchise_wrap ul li:hover .travel_franchise_overlay {
	display: block;
}
.scratch_img_sec {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.scratch_img_wrap {
	width: 1170px;
	margin: 0 auto;
}
.scratch_left {
	float: left;
	width: 555px;
}
.scratch_left h3 {
	color: #385461;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}
.scratch_left h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: -5px;
	right: 0;
	left: 0;
}
.scratch_left p {
	font-size: 17px;
	line-height: 30px;
	color: #7a7a7a;
	margin-top: 30px;
}
.scratch_right {
	float: right;
	width: 566px;
}
.franchise_detail_baner {
	background: url("/img/reseller_templates/ttn/franchise_detail_baner.jpg") no-repeat;
	height: 275px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.franchise_detal_baner_wrp {
	display: table;
	width: 1170px;
	margin: 0 auto
}
.franchise_detal_baner_inner {
	width: 1170px;
	height: 275px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.franchise_detal_baner_inner h3 {
	text-align: center;
	color: #000;
	font-size: 44px;
	font-family: 'Conv_ufonts.com_gillsans';
}
.franchise_detal_baner_inner p a {
	border: 2px solid #385461;
	border-radius: 5px;
	color: #385461;
	display: inline-block;
	font-family: "Conv_GillSans-SemiBold";
	font-size: 16px;
	line-height: 42px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 191px;
}
.franchise_feature_outer {
	height: 403px;
	overflow: hidden;
}
.franchise_feature_right {
	width: 60%;
	float: right;
}
.franchise_feature_right_outer {
	width: 100%;
	display: table;
	box-sizing: border-box;
	height: 403px;
	padding: 0 50px;
}
.franchise_feature_right_inner {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.franchise_feature_right_inner h3 {
	color: #fff;
	font-size: 24px;
	text-align: left;
	margin-bottom: 40px;
	padding-bottom: 15px;
	position: relative;
}
.franchise_feature_right_inner h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #fff;
	bottom: -5px;
	right: 0;
	left: 0;
}
.franchise_feature_right_inner ul {
	margin: 0;
	padding: 0;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-ms-column-count: 2;
	-ms-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
.franchise_feature_right_inner ul li {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	vertical-align: top;
	background: url(/img/reseller_templates/ttn/advantage_store_arrow.png) left 4px no-repeat;
	padding-left: 22px;
	font-size: 18px;
	box-sizing: border-box;
}
.franchise_detail_support {
	width: 100%;
	float: left;
	background: #385461;
}
.franchise_detail_support_left {
	width: 55%;
	float: left;
}
.franchise_detail_support_right {
	width: 45%;
	float: right;
}
.franchise_detail_support_right img {
	width: 100%;
}
.franchise_theme_section {
	width: 100%;
	float: left;
	margin: 60px 0;
}
.franchise_theme_wrap {
	width: 1170px;
	margin: 0 auto;
}
.franchise_theme_wrap h3 {
	color: #385461;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}
.franchise_theme_wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: -5px;
	right: 0;
	left: 0;
}
.franchise_theme_wrap ul {
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
}
.franchise_theme_wrap ul li {
	display: inline-block;
	margin: 0 9px;
	cursor: pointer;
	width: 369px;
	overflow: hidden;
}
.franchise_theme_wrap ul li img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.franchise_theme_wrap ul li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}
.cost_sec {
	width: 100%;
	float: left;
	margin: 50px 0;
}
.cost_wrapper {
	width: 1170px;
	margin: 0 auto;
}
.cost_wrapper h3 {
	color: #385461;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}
.cost_wrapper h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: -5px;
	right: 0;
	left: 0;
}
.cost_wrapper ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.cost_wrapper ul li {
	width: 435px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid #ccd1d3;
	padding: 40px 20px;
	box-sizing: border-box;
	margin: 0 10px;
}
.cost_wrapper ul li:first-child {
	border: none;
}
.cost_img {
	width: 100%;
	position: relative;
	height: 75px;
	text-align: center;
}
.cost_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.cost_wrapper ul li h4 {
	font-size: 24px;
	color: #385461;
	margin-top: 36px;
}
.cost_wrapper ul li h5 {
	font-size: 24px;
	color: #7a7a7a;
	margin-top: 15px;
}
.inquery_outer {
	width: 100%;
	float: left;
	background: #f1f2f2;
	padding: 50px 0;
}
.inquery_wrapper {
	width: 1170px;
	margin: 0 auto;
}
.inquery_wrapper h3 {
	color: #385461;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}
.inquery_wrapper h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 41px;
	background: #ccd1d3;
	bottom: -5px;
	right: 0;
	left: 0;
}
.inquery_from_row #captImg, .inquery_from_row .refreshCaptcha {
	margin-right: 15px;
	float: left;
}
.inquery_from_row .refreshCaptcha {
	margin-right: 313px;
}
.inquery_form {
	width: 971px;
	margin: 50px auto 0;
}
.inquery_from_row {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.inquery_form_left {
	width: 469px;
	height: 44px;
	float: left;
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	background: #fff;
	font-size: 14px;
	color: #7a7a7a;
}
.inquery_form_right {
	width: 469px;
	height: 44px;
	padding: 0 12px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	background: #fff;
	font-size: 14px;
	color: #7a7a7a;
}
.inquery_form_full {
	width: 100%;
	height: 44px;
	float: left;
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	background: #fff;
	font-size: 14px;
	color: #7a7a7a;
}
.inquery_form_select {
	width: 469px;
	height: 44px;
	border: 1px solid #d3d3d3;
	float: right;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	font-size: 15px;
	background: #fff url(/img/reseller_templates/ttn/home_select_arrow.png) 95% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.inquery_from_row .bot_form_submit {
	float: right;
}
/************************ Franchise Questionaire 17 Feb 2017 Pradeep ***********************************/

.fran-quest.rescierge_form_wrp_outer {
	width: 970px;
	padding: 30px;
}
.fran-quest.rescierge_form_wrp_outer .rescierge_form_wrp_inner {
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	border: 0;
}
.franchiseqne_top_row {
	position: relative;
}
.franchiseqne_top_row .notes-link {
	color: inherit;
	text-decoration: underline;
	font-style: italic;
	margin-left: 15px;
	margin-top: 10px;
	display: inline-block;
}
.franchiseqne_txtarea {
	font-family: 'bariol_regularregular';
	background-size: 100% 100%;
	font-style: italic;
}
.franchiseqne_top_row.uplaod {
	margin-bottom: 15px;
}
.franchiseqne_top_row.uplaod input[type="text"] {
	float: left;
	width: 500px;
	margin-right: 10px;
	background: #f6f6f6;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	height: 48px;
	box-sizing: border-box;
	padding: 0px 15px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	font-family: 'bariol_regularregular';
	font-size: 16px;
	font-style: italic;
}
.franchiseqne_top_row.uplaod label {
	width: 250px;
	float: left;
	height: 48px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 2px solid #1d95b3;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #1ec3ec;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	line-height: 48px;
}
.franchiseqne_top_row.uplaod input[type="file"] {
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.rescierge_form_row .radio_btn {
	margin: 1px 5px;
}
.fran-quest .franchiseqne_submit_btn {
	display: block;
	background: #f3835b;
	text-align: center;
	border-bottom: 3px solid #c55933;
	color: #fff;
	font-size: 18px;
	margin: 60px 0px 0px 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 6px;
	cursor: pointer;
	float: right;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'bariol_regularregular';
}
.fran-quest .franchiseqne_top_input {
	float: left;
	margin-left: 15px;
}
/****************************21-02-2017************************************/

._desti_baner_outer {
	width: 100%;
	position: relative;
	float: left;
}
._desti_baner_outer img {
	width: 100%;
}
._destination_baner_overlay {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
._destination_baner_overlay_outer {
	display: table;
	height: 100%;
	width: 1170px;
	margin: 0 auto;
	text-align: center;
}
._destination_baner_overlay_inner {
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
}
._destination_baner_overlay_inner h1 {
	font-size: 44px;
	color: #000000;
	font-weight: bold;
}
._desti_text_outer {
	width: 100%;
	float: left;
	padding: 50px 0;
}
._desti_txt_wrp {
	width: 962px;
	margin: 0 auto;
}
._desti_txt_wrp p {
	font-size: 17px;
	color: #7a7a7a;
	line-height: 30px;
}
._desti_tour_sec {
	width: 100%;
	float: left;
	padding-bottom: 80px;
}
._desti_tour_wrapper {
	width: 1170px;
	margin: 0 auto;
}
._desti_tour_row {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
._desti_tour_row h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 9px 35px;
}
._desti_tour_row h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._desti_tour_row ul {
	margin: 0;
	padding: 0;
}
._desti_tour_row ul li {
	width: 270px;
	display: inline-block;
	vertical-align: top;
	margin: 18px 9px 0;
}
._desti_tour_img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 17px;
}
._desti_tour_img img {
	width: 100%;
}
._desti_tour_description_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
._desti_tour_description_sec h4 {
	font-size: 18px;
	color: #385461;
}
._desti_like_icon {
	position: absolute;
	top: 0;
	right: 10px;
	background: url(/img/reseller_templates/ttn/tour_heart_icon.png) no-repeat;
	width: 21px;
	height: 19px;
}
._desti_tour_description_sec h5 {
	margin-top: 10px;
	font-size: 16px;
	color: #7a7a7a;
}
._desti_tour_description_sec h5 span {
	margin-left: 12px;
}
._desti_tour_description_sec p {
	font-size: 17px;
	margin-top: 10px;
	color: #7a7a7a;
	line-height: 30px;
}
._desti_view_btn {
	font-size: 18px;
	color: #f3835b;
}
._desti_view_btn:hover {
	color: #000;
}
._desti_tour_sec .free_demo_btn {
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 24px;
	margin: 60px auto 40px;
}
._desti_our_desti_sec {
	width: 100%;
	float: left;
	background: #f1f2f2;
	padding: 80px 0;
}
._desti_our_desti_wrap {
	width: 1170px;
	margin: 0 auto;
}
._desti_our_desti_wrap h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 9px 35px;
}
._desti_our_desti_wrap h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._desti_our_desti_wrap ul {
	margin: 0;
	padding: 0;
}
._desti_our_desti_wrap ul li {
	width: 368px;
	margin: 0 9px 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
._desti_our_desti_wrap ul li img {
	width: 100%;
	display: block;
	moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.our_desti_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.our_desti_outer {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.our_desti_inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.our_desti_inner h5 {
	color: #fff;
	font-size: 24px;
	font-family: 'Conv_ufonts.com_gillsans';
}
._desti_our_desti_wrap ul li:hover .our_desti_overlay {
	background: rgba(0,0,0,0.5);
}
._desti_our_desti_wrap ul li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
._desti_help_outer {
	width: 100%;
	float: left;
	padding: 50px 0;
}
._desti_help_wrapper {
	width: 967px;
	margin: 0 auto;
	padding: 40px 60px;
	box-sizing: border-box;
	background: #f1f2f2;
}
._desti_help_wrapper span {
	float: left;
	font-size: 24px;
	color: #385461;
	margin-top: 14px;
}
._desti_help_wrapper a {
	float: right;
	width: 150px;
	height: 42px;
	line-height: 42px;
	border: 2px solid #385461;
	border-radius: 5px;
	font-size: 18px;
	margin-left: 20px;
	text-align: center;
	color: #385461;
	font-family: 'Conv_ufonts.com_gillsans';
}
._desti_review_outer {
	width: 100%;
	float: left;
	padding: 80px 0 60px;
	background: #f1f2f2;
}
._desti_review_wrapper {
	width: 967px;
	margin: 0 auto;
}
._desti_review_wrapper h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 9px 35px;
}
._desti_review_wrapper h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._desti_review_wrapper ul {
	margin: 0;
	padding: 0;
}
._desti_review_wrapper ul li {
	width: 167px;
	display: inline-block;
	vertical-align: top;
	margin: 0 11px 15px;
	cursor: pointer;
}
._desti_review_img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid transparent;
}
._desti_review_img img {
	width: 100%;
}
._desti_review_img_overlay {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
._desti_review_img_overlay_outer {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
._desti_review_img_overlay_inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
._desti_review_img_overlay_inner h5 {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'bariol_regularregular';
	font-weight: bold;
}
._desti_review_img_overlay_inner h5 span {
	display: block;
}
._desti_review_wrapper ul li h6 {
	margin-top: 14px;
	font-size: 18px;
	color: #385461;
}
._desti_review_wrapper ul li h6 span {
	display: block;
	margin-top: 6px;
	font-size: 16px;
	color: #7a7a7a;
}
._desti_review_wrapper ul li:hover ._desti_review_img {
	border: 1px solid red;
}
/*************************Destination*****************************/

._desti_price_bar_sec {
	width: 100%;
	float: left;
	background: #385461;
	height: 71px;
}
._desti_price_bar_wrap {
	width: 1160px;
	margin: 0 auto;
	height: 71px;
}
._desti_price_left {
	float: left;
	height: 71px;
}
._desti_price_left ul {
	margin: 0;
	padding: 0;
}
._desti_price_left ul li {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin: 9px 50px;
	vertical-align: top;
}
._desti_price_left ul li span {
	display: block;
	font-size: 16px;
}
._desti_price_right {
	float: right;
}
._desti_price_btn {
	padding: 0 20px;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Conv_GillSans-SemiBold';
	border: 2px solid #ffffff;
	border-radius: 5px;
	float: left;
	margin: 13px 0 12px 30px;
	box-sizing: border-box;
	text-align: center;
}
._desti_main_area_outer {
	width: 100%;
	float: left;
	padding: 30px 0;
}
._desti_main_area_wrap {
	width: 1072px;
	margin: 0 auto;
}
._desti_main_left {
	float: left;
	width: 753px;
	margin-top: 20px;
}
._desti_main_right {
	float: right;
	width: 288px;
	padding: 40px 40px;
	border: 1px solid #ccd1d3;
	box-sizing: border-box;
}
._desti_main_right ul {
	margin: 01;
	padding: 0;
}
._desti_main_right ul li {
	display: block;
	width: 100%;
	float: left;
	font-size: 18px;
}
._desti_main_right ul li a {
	display: block;
	float: left;
	color: #385461;
	padding: 20px 0;
	width: 100%;
}
._desti_main_right ul li a:hover {
	color: #ccd1d2;
}
._desti_main_left_top {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
._desti_main_left_top h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 20px 0 20px;
}
._desti_main_left_top h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._desti_main_left_top p {
	color: #7a7a7a;
	line-height: 30px;
	font-size: 17px;
}
._desti_main_left_table_outer {
	width: 100%;
	display: inline-block;
	margin: 20px 0 10px;
}
._desti_main_left_table_outer table {
	width: 100%;
}
._desti_main_left_table_outer table td {
	padding: 15px 20px;
	background: #f1f2f2;
	font-size: 17px;
	border-bottom: 3px solid #fafafa;
	vertical-align: middle;
}
._desti_main_left_table_outer table td strong {
	color: #385461;
	font-size: 18px;
}
._desti_main_left_top ul {
	margin: 20px 0 0 0;
	width: 100%;
	display: inline-block;
	padding: 0;
}
._desti_main_left_top ul li {
	background: url(/img/reseller_templates/ttn/desti_tick.png) left 4px no-repeat;
	padding-left: 25px;
	font-size: 17px;
	margin: 10px 0;
	color: #7a7a7a
}
._desti_main_left_top ul li:first-child {
	margin: 0;
}
._desti_gallery_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
}
._desti_gallery_sec h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 0 20px;
}
._desti_gallery_sec h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._desti_gallery_sec ul {
	display: inline-block;
	margin: 30px 0 0 0;
	width: 100%;
	padding: 0;
}
._desti_gallery_sec ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 270px;
}
._desti_gallery_sec ul li img {
	width: 100%;
}
._desti_gallery_sec ul li h6 {
	display: block;
	font-size: 18px;
	margin-top: 10px;
}
._desti_itinery_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 60px;
	position: relative;
}
._desti_itinery_sec h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 0 20px;
}
._desti_itinery_sec h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._desti_accordion_outer {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	display: none;
}
._desti_initenery_expand_btn {
	padding: 0 30px;
	border: 2px solid #385461;
	line-height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #385461;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Conv_GillSans-SemiBold';
}
._desti_inclusion_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}
._desti_inclusion_sec h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 0 20px;
}
._desti_inclusion_sec h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._desti_inclusion_sec ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
._desti_inclusion_sec ul li {
	width: 100%;
	margin: 25px 0;
	display: inline-block;
	vertical-align: middle;
}
._desti_inclusion_img {
	vertical-align: middle;
	width: 65px;
	display: inline-block;
	margin-right: 20px;
}
._desti_inclusion_content {
	display: inline-block;
	vertical-align: middle;
}
._desti_inclusion_sec ul li h4 {
	font-size: 24px;
	color: #385461;
	margin-bottom: 5px;
}
._desti_inclusion_sec ul li p {
	font-size: 17px;
	color: #7a7a7a;
}
._desti_date_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}
._desti_date_sec h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 0 20px;
}
._desti_date_sec h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._desti_date_sec_top_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
._desti_date_sec_top_sec ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
._desti_date_sec_top_sec ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
._desti_date_sec_top_sec ul li a {
	color: #385461;
	font-size: 17px;
	padding-bottom: 10px;
}
._desti_date_sec_top_sec ul li a:hover {
	background: url(/img/reseller_templates/ttn/line.jpg) bottom left no-repeat;
}
._desti_departure_month_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #ccd1d2;
	height: 56px;
	padding: 0 20px;
	margin-top: 20px;
	box-sizing: border-box;
}
._desti_departure_month_sec_left {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 56px;
}
._desti_departure_month_sec_right {
	float: right;
}
._desti_departure_month_sec_right span {
	float: left;
	margin-right: 20px;
	line-height: 56px;
	color: #fff;
}
._desti_departure_month_sec_right_drop {
	width: 129px;
	height: 38px;
	background: #fff url(/img/reseller_templates/ttn/departure_drop_box.png) no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 40px;
	font-size: 14px;
	color: #7a7a7a;
	border: none;
	margin-top: 9px;
}
._desti_date_sec_table_outer {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
._desti_date_sec_table_outer table {
	width: 100%;
}
._desti_date_sec_table_outer table th {
	font-size: 18px;
	color: #385461;
	padding: 10px 10px;
}
._desti_date_sec_table_outer table td {
	border-top: 1px solid #ccd1d3;
	font-size: 17px;
	color: #7a7a7a;
	padding: 10px 10px;
	text-align: center;
	cursor: pointer;
}
._desti_date_drop_area {
	background: #f1f2f2;
	text-align: left;
	display: none;
}
._desti_date_sec_table_outer table ._desti_date_drop_area td {
	text-align: left;
	border: none;
	padding: 20px;
	cursor: auto;
}
._dash_pluse_icon {
	background: url(/img/reseller_templates/ttn/desti_drop_pluse_icon.png) 90% center no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 20px;
	display: inline-block;
}
.clicked {
	background: #f1f2f2;
}
.clicked ._dash_pluse_icon {
	background: url(/img/reseller_templates/ttn/desti_drop_minus_icon.png) 90% center no-repeat !important;
	width: 10px;
	height: 10px;
	margin-left: 20px;
	display: inline-block;
}
._desti_date_left_img {
	float: left;
	width: 309px;
}
._desti_date_left_img img {
	width: 100%;
}
._desti_date_right_txt {
	width: 340px;
	float: right;
	text-align: right;
	margin-right: 50px;
}
._desti_date_right_txt h4 {
	font-size: 36px;
	color: #7a7a7a;
}
._desti_date_right_txt h5 {
	font-size: 17px;
	color: #7a7a7a;
	margin: 10px 0;
}
._desti_date_right_txt p {
	font-size: 14px;
	color: #7a7a7a;
	padding: 0 0 0 60px;
}
._desti_drop_book_btn {
	float: left;
	text-align: left;
	font-size: 17px;
	margin-top: 10px;
	color: #f3835b;
	font-family: 'Conv_GillSans-SemiBold';
}
._desti_drop_book_btn:hover {
	color: #000;
}
._destination_importent_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 40px 0 30px;
}
._destination_importent_sec h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 0 20px;
}
._destination_importent_sec h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._destination_importent_sec ul {
	margin: 0;
	padding: 0;
}
._destination_importent_sec ul li {
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	color: #7a7a7a;
	font-size: 17px;
	line-height: 24px;
}
._destination_essential_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
._destination_essential_sec h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin: 0 0 40px;
}
._destination_essential_sec h3:after {
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 0;
	width: 30px;
	background: #ccd1d3;
	content: "";
}
._destination_essential_sec p {
	margin: 20px 0;
	color: #7a7a7a;
	font-size: 17px;
	line-height: 24px;
}
._desti_trip_info_btn {
	font-size: 18px;
	color: #385461;
	padding: 0 30px;
	line-height: 40px;
	border: 2px solid #385461;
	display: inline-block;
	border-radius: 5px;
	font-family: 'Conv_GillSans-SemiBold';
	margin: 10px 0;
}
._desti_left_hekp_sec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 30px;
}
._desti_left_hekp_sec ._desti_help_wrapper {
	width: 100%;
}
/***************************01-03-2017*********************************/

.comission_left {
	position: relative;
	background: url(/img/reseller_templates/ttn/commission_bg.jpg) repeat;
	padding: 60px 0;
}
.commission_first_row {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.commission_first_row_left {
	width: 72%;
	box-sizing: border-box;
	background: #b6c0c4;
	line-height: 46px;
	padding-left: 30px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #ff;
	float: left;
}
.commission_first_row_right {
	width: 14%;
	margin-left: 5px;
	padding-left: 8px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	float: left;
	color: #000;
	line-height: 46px;
}
.commission_second_row {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.commission_second_row_left {
	width: 77%;
	box-sizing: border-box;
	background: #7e9098;
	line-height: 46px;
	padding-left: 30px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #ff;
	float: left;
}
.commission_second_row_right {
	width: 14%;
	margin-left: 5px;
	padding-left: 8px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	float: left;
	color: #000;
	line-height: 46px;
}
.commission_third_row {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.commission_third_row_left {
	width: 82%;
	box-sizing: border-box;
	background: #385461;
	line-height: 46px;
	padding-left: 30px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #ff;
	float: left;
}
.commission_third_row_right {
	width: 14%;
	margin-left: 5px;
	font-size: 24px;
	padding-left: 8px;
	box-sizing: border-box;
	font-weight: bold;
	float: left;
	color: #000;
	line-height: 46px;
}
.commission_txt_sec {
	width: 300px;
}
.commission_left_txt {
	display: inline-block;
	color: #fff;
	width: 66%;
	font-size: 22px;
}
.commission_right_txt {
	display: inline-block;
	color: #fff;
	width: 30%;
	text-align: right;
	font-size: 22px;
}
/**********************************08-03-2017**********************************************************/

.service_overview_sec {
	width: 100%;
	float: left;
	padding: 40px 0 20px;
}
.service_overview_wrp {
	width: 1170px;
	margin: 0 auto;
}
.service_overview_wrp h3 {
	text-align: center;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.service_overview_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.service_overview_wrp p {
	font-size: 17px;
	color: #7a7a7a;
	margin-top: 50px;
	line-height: 30px;
	text-align: center;
}
.service_choose_sec {
	width: 100%;
	float: left;
	padding: 40px 0 20px;
}
.service_choose_sec_wrp {
	width: 1170px;
	margin: 0 auto;
}
.service_choose_sec_wrp h3 {
	text-align: center;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.service_choose_sec_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.service_choose_sec_wrp ul {
	margin: 60px 0 30px 0;
	text-align: center;
	padding: 0;
	width: 100%;
}
.service_choose_sec_wrp ul li {
	width: 367px;
	margin: 0 10px 20px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.service_choose_img img {
	display: block;
	width: 100%;
}
.service_choose_txt {
	margin-top: 20px;
}
.service_choose_txt h4 {
	font-size: 18px;
	color: #385461;
	margin-bottom: 20px;
	font-weight: bold;
}
.service_choose_txt p {
	font-size: 17px;
	color: #7a7a7a;
	line-height: 30px;
}
.expert_advise_form_outer {
	width: 100%;
	float: left;
	background: #385461;
	padding: 30px 0;
}
.expert_advise_form_wrp {
	margin: 0 auto;
	width: 970px;
}
.expeert_form_left {
	float: left;
	width: 478px;
	margin-top: 80px;
}
.expeert_form_left h3 {
	text-align: left;
	font-size: 44px;
	line-height: 39px;
	color: #fff;
	position: relative;
	font-family: 'Conv_GillSans-SemiBold';
}
.expeert_form_left h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #fff;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: 0;
}
.expeert_form_right {
	width: 376px;
	float: right;
}
.expert_form_row {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.expert_form_input {
	width: 100%;
	height: 44px;
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	border: none;
}
.expert_form_txtarea {
	width: 100%;
	height: 120px;
	background: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	border: none;
	font-family: 'bariol_regularregular';
}
.our_expert_sec_outer {
	width: 100%;
	float: left;
	padding: 70px 0 20px;
}
.our_expert_sec_wrap {
	width: 1170px;
	margin: 0 auto;
}
.our_expert_sec_wrap h3 {
	text-align: center;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.our_expert_sec_wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.our_expert_sec_wrap ul {
	margin: 50px 0 0;
	padding: 0;
	text-align: center;
}
.our_expert_sec_wrap ul li {
	width: 357px;
	margin: 0 15px 30px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.expert_pic {
	width: 100%;
	margin-bottom: 15px;
}
.our_expert_sec_wrap ul li h4 {
	font-size: 18px;
	color: #385461;
	font-weight: bold;
}
.our_expert_sec_wrap ul li p {
	font-size: 17px;
	line-height: 30px;
	margin-top: 15px;
}
.search_planning_btn_outer {
	text-align: center;
}
.search_planning_btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #385461;
	border-radius: 6px;
	color: #385461;
	display: inline-block;
	font-family: "Conv_GillSans-SemiBold";
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 46px;
	margin: 40px auto 0;
	padding: 0 14px;
	text-align: center;
	text-transform: capitalize;
}
.popular_destination_outer {
	width: 100%;
	float: left;
	padding: 40px 0 40px;
}
.popular_desti_wrp {
	width: 1170px;
	margin: 0 auto;
}
.popular_desti_wrp h3 {
	text-align: center;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.popular_desti_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.popular_desti_wrp ul {
	margin: 60px 0 0 0;
	padding: 0;
	text-align: center;
}
.popular_desti_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 20px;
	width: 270px;
	text-align: left;
}
.desti_img img {
	width: 100%;
	display: block;
}
.popular_desti_wrp ul li h5 {
	margin-top: 12px;
	font-size: 18px;
	color: #385461;
	font-weight: bold;
}
/*******************************************************************************/

.tour_baner_img {
	width: 100%;
	float: left;
}
.tour_baner_img img {
	width: 100%;
}
.tour_baner_overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.tour_baner_inner {
	height: 100%;
	margin: 0 auto;
	width: 1170px;
}
.tour_baner_left {
	display: table;
	float: left;
	height: 100%;
	width: 559px;
}
.tour_baner_left_inner {
	display: table-cell;
	vertical-align: top;
}
.tour_baner_left_inner h3 {
	font-size: 44px;
	color: #000000;
	margin-top: 80px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.tour_baner_form {
	background: #fafafa;
	box-sizing: border-box;
	float: right;
	height: 100%;
	display: table;
	padding: 20px 50px 20px;
	width: 466px;
}
.tour_baner_form_inner {
	display: table-cell;
	vertical-align: middle;
}
.tour_baner_form_inner h4 {
	font-size: 24px;
	margin-bottom: 40px;
}
.tour_baner_form_row {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.tour_baner_form_row select {
	width: 100%;
	height: 40px;
	border: 1px solid #d3d3d3;
	padding: 0 15px;
	box-sizing: border-box;
	color: #7a7a7a;
	font-size: 15px;
	background: #fff url(/img/reseller_templates/ttn/home_select_arrow.png) 95% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.tour_baner_calender {
	width: 100%;
	height: 40px;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	padding: 0 15px;
	color: #111;
	font-size: 15px;
	background: #fff url(/img/reseller_templates/ttn/tour_calender_icon.png) 95% center no-repeat;
}
.tour_baner_submit_btn {
	width: 100%;
	height: 48px;
	background: #f3835b;
	border-bottom: 2px solid #c55933;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.tour_best_seller_sec {
	width: 100%;
	float: left;
	padding: 70px 0;
}
.tour_best_seller_wrap {
	width: 1170px;
	margin: 0 auto;
}
.tour_best_seller_wrap h3 {
	text-align: left;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.tour_best_seller_wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0;
}
.tour_best_seller_wrap h5 {
	color: #7a7a7a;
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.tour_best_seller_wrap ul {
	margin: 0;
	padding: 0;
}
.tour_best_seller_wrap ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 30px;
	width: 367px;
}
.tour_best_seller_img {
	width: 100%;
	margin-bottom: 10px;
}
.tour_best_seller_img img {
	width: 100%;
}
.tour_best_seller_wrap ul li h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.tour_best_seller_wrap ul li p {
	font-size: 17px;
	color: #7a7a7a;
	line-height: 30px;
}
.trading_tour_sec {
	width: 100%;
	float: left;
	background: #f1f2f2;
	padding: 40px 0;
}
.trading_tour_wrp {
	width: 1170px;
	margin: 0 auto;
}
.trading_tour_wrp h3 {
	text-align: left;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.trading_tour_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0;
}
.trading_tour_wrp h5 {
	color: #7a7a7a;
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.trading_tour_wrp ul {
	margin: 0;
	padding: 0;
}
.trading_tour_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 30px;
	width: 367px;
}
.trading_tour_img {
	width: 100%;
	border: 1px solid transparent;
}
.trading_tour_img img {
	width: 100%;
	display: block;
}
.trading_tour_price {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
}
.trading_tour_price_left {
	float: left;
	width: 233px;
}
.trading_tour_price_left h4 {
	font-size: 18px;
	color: #385461;
	font-weight: bold;
}
.trading_tour_price_left h4 span {
	display: block;
	font-weight: 300;
	margin-top: 4px;
}
.trading_tour_price_right {
	float: right;
	width: 100px;
	font-size: 24px;
	color: #7a7a7a;
	text-align: right;
}
.trading_tour_wrp ul li p {
	font-size: 17px;
	color: #7a7a7a;
	line-height: 30px;
}
.trading_tour_social_sec {
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
.trading_tour_social_sec a {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	width: 29px;
	height: 30px;
}
.trading_tour_social_1 {
	background: url(/img/reseller_templates/ttn/trading_tour_social_1.png) no-repeat;
}
.trading_tour_social_1:hover {
	background: url(/img/reseller_templates/ttn/trading_tour_social_1_hover.png) no-repeat;
}
.trading_tour_social_2 {
	background: url(/img/reseller_templates/ttn/trading_tour_social_2.png) no-repeat;
}
.trading_tour_social_2:hover {
	background: url(/img/reseller_templates/ttn/trading_tour_social_2_hover.png) no-repeat;
}
.trading_tour_social_3 {
	background: url(/img/reseller_templates/ttn/trading_tour_social_3.png) no-repeat;
}
.trading_tour_social_3:hover {
	background: url(/img/reseller_templates/ttn/trading_tour_social_3_hover.png) no-repeat;
}
.trading_tour_wrp ul li:hover .trading_tour_img {
	border: 1px solid #f3835b;
}
.tour_bot_outer {
	width: 100%;
	float: left;
	background: #385461;
	padding: 60px 0 0;
}
.tour_bot_wrp {
	width: 1170px;
	margin: 0 auto;
}
.tour_bot_wrp ul {
	margin: 0;
	padding: 0;
}
.tour_bot_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 60px;
	width: 367px;
}
.tour_bot_icon {
	margin-bottom: 20px;
}
.tour_bot_wrp ul li p {
	font-size: 17px;
	color: #fff;
	line-height: 30px;
}
.tour_guid_sec {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.tour_guid_wrp {
	width: 1170px;
	margin: 0 auto;
}
.tour_guid_wrp h3 {
	text-align: left;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.tour_guid_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0;
}
.tour_guid_wrp h5 {
	color: #7a7a7a;
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.tour_guid_wrp ul {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.tour_guid_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
	width: 270px;
	text-align: left;
}
.tour_guid_img {
	width: 100%;
	margin-bottom: 15px;
}
.tour_guid_img img {
	width: 100%;
}
.tour_guid_wrp ul li h4 {
	font-size: 18px;
	color: #385461;
	font-weight: bold;
}
.tour_guid_wrp ul li h6 {
	font-size: 17px;
	color: #7a7a7a;
}
.tour_partner_outer {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.tour_partner_wrp {
	width: 1170px;
	margin: 0 auto;
}
.tour_partner_wrp h3 {
	text-align: left;
	font-size: 30px;
	color: #385461;
	position: relative;
}
.tour_partner_wrp h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0;
}
.tour_partner_wrp h5 {
	color: #7a7a7a;
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.tour_partner_wrp ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.tour_partner_wrp ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
}
/****************************Tour-2*********************************/

.trading_tour_sec2 {
	background: #fafafa;
}
.tour_baner_full_txt {
	width: 100%;
	display: table;
	height: 100%;
}
.tour_baner_full_txt .tour_baner_left_inner {
	vertical-align: middle;
}
.tour_baner_full_txt h3 {
	font-size: 44px;
	font-weight: bold;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "Adobe Caslon Pro";
}
.bannerbtmnav-wrap {
	background: #fafafa;
	width: 100%;
	float: left;
	padding: 40px 0 10px;
}
.bannerbtmnav {
	width: 1170px;
	margin: 0 auto;
}
.bannerbtmnav ul li {
	display: inline-block;
	background: url(/img/reseller_templates/ttn/arrownav.png) right 12px no-repeat;
	margin: 0 20px;
	padding: 0 15px;
	line-height: 25px;
	font-size: 16px;
}
.bannerbtmnav ul li a {
	color: #385461;
}
.bannerbtmnav ul li a:hover {
	color: #99a7ad;
}
.trading-tour-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #385461;
	border-radius: 6px;
	color: #385461;
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 42px;
	width: 250px;
	text-align: center;
	text-transform: capitalize;
	margin: 25px auto;
}
.tradingtourwrap h3 {
	text-align: left;
	font-size: 30px;
	color: #385461;
	position: relative;
	margin-bottom: 25px;
}
.tradingtourwrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0;
}
.tradingtourwrap {
	background: #fafafa;
	width: 100%;
	float: left;
	padding: 40px 0 10px;
}
.tradingtour {
	width: 1170px;
	margin: 0 auto 50px;
}
.tradingtour ul {
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.tradingtour ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 20px;
	width: 270px;
	text-align: left;
}
.tradingtour_img {
	width: 100%;
	margin-bottom: 15px;
	width: 270px;
	height: 360px;
	position: relative;
}
.tradingtour_imgtext {
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: 360px;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: table;
}
.tradingtour_imgtext p {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.tradingtour_img img {
	width: 100%;
}
.tradingtour ul li h4 {
	font-size: 18px;
	color: #385461;
	font-weight: bold;
}
.tradingtour ul li h6 {
	font-size: 17px;
	color: #7a7a7a;
}
.tradingtour h5 {
	font-size: 18px;
	color: #7a7a7a;
	padding: 0 0 10px;
}
.tradingtour ul li h5 span {
	color: #ccd1d3;
	padding: 0 10px;
	font-size: 25px;
}
/****************************Tour-3*********************************/

.tour_three_baner_left_inner {
	vertical-align: middle;
}
.tour_three_baner_left_inner h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: bold;
}
.trading_tour_sec3 {
	background: #fafafa;
}
.trading_tour_sec3 .trading_tour_price {
	margin: 20px 0 0;
}
.readmore {
	color: #f3835b;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0;
	display: block;
}
.tour_baner_left_inner h4 {
	font-size: 44px;
	color: #000000;
	margin-top: 50%;
	font-weight: bold;
}
.tradingtour_imgtext p span {
	display: block;
	line-height: 25px;
	font-weight: 300;
}
.videobanner {
	width: 100%;
	float: left;
	margin: 25px 0;
}
.videobanner img {
	width: 100%;
}
.whychhoseus h3 {
	font-size: 30px;
	color: #385461;
	position: relative;
	margin-bottom: 65px;
	display: inline-block;
}
.whychhoseus h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: -15px;
	left: 35%;
	right: 0;
	margin: 0;
}
.whychhoseus-wrap {
	background: #fafafa;
	width: 100%;
	float: left;
	padding: 40px 0 10px;
}
.whychhoseus {
	width: 1170px;
	margin: 0 auto 50px;
	text-align: center;
}
.whychhoseus ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
	width: 33%;
	color: #7a7a7a;
}
.whychhoseus ul li .whyimg {
	height: 140px;
}
.whychhoseus ul li h4 {
	font-size: 24px;
	color: #385461;
	font-weight: bold;
	padding-bottom: 25px;
}
.destiinput {
	width: 100%;
	height: 40px;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	padding: 0 15px;
	color: #111;
	font-size: 15px;
	background: #fff url(/img/reseller_templates/ttn/searchbtn.png) 95% center no-repeat;
}
.adv-seacrh {
	font-size: 18px;
	text-decoration: underline;
	color: #f3835b;
	font-weight: bold;
}
.rescierge_form_row_grid figure {
	float: left;
}
.rescierge_form_row_grid.three figure {
	width: 31.33%;
	margin: 0 1%;
}
.rescierge_form_row_grid figure figcaption {
	margin-top: 15px;
}
.ttn_form_row {
	width: 100%;
}
.ttn_form_row:after, .ttn_form_row:before {
	clear: both;
	content: '';
	display: block;
}
.ttn_form_row .push-right {
	margin-right: 0;
}
.ttn_form_row .half, .ttn_form_row .two-third, .ttn_form_row .one-third {
	width: 100%;
}
.ttn_form_row .input-wrapper {
	padding: 4px;
	background: #f2f2f2;
	border-radius: 6px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.ttn_form_row input[type="text"], .ttn_form_row input[type="email"], .ttn_form_row textarea, .ttn_form_row input[type="password"], .ttn_form_row input[type="number"], .ttn_form_row select, .ttn_form_row input[type="url"] {
	background: #f6f6f6;
	border: 1px solid #cdcdcd;
	border-radius: 7px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,.1);
	height: 48px;
	padding: 0 20px;
	font-size: 16px;
	box-sizing: border-box;
	color: #333;
	width: 100%;
}
@media only screen and (min-width: 768px) {
.ttn_form_row .push-right {
	margin-right: 2%;
}
.ttn_form_row .half {
	width: 49%;
	float: left;
}
.ttn_form_row .one-third {
	width: 30%;
	float: left;
}
.ttn_form_row .two-third {
	width: 68%;
	float: left;
}
}
/*22032017*/

.nw_feature_prod_wrap #owl-demo2 .item {
	margin: 0 15px;
}
.nw_feature_prod_wrap #owl-demo3 .item {
	margin: 0 15px;
}
.next_trip_wrp #owl-demo4 .item {
	margin: 0 15px;
}
.next_trip_wrp #owl-demo4 {
	margin: 50px 0 0;
}
.next_trip_wrp h5 {
	font-size: 16px;
	color: #385461;
	float: left;
}
.next_trip_wrp h5 span {
	font-size: 12px;
	display: block;
}
.next_trip_wrp h6 {
	font-size: 24px;
	color: #7a7a7a;
	float: right;
	text-align: right;
}
.next_trip_wrp h6 span {
	font-size: 12px;
	display: block;
}
.next_trip_wrp h6 strong {
	border-bottom: 2px solid #1ec3ec;
	display: inline-block;
}
.nw_exp_outer {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.nw_home-container {
	width: 1170px;
	margin: 0 auto;
}
.nw_exp_outer h3 {
	font-size: 30px;
	color: #385461;
	padding-bottom: 60px;
	margin: 0 10px;
	position: relative;
}
.nw_exp_outer h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: 46px;
	left: 0;
}
.nw_exp_outer ul {
	text-align: center;
}
.nw_exp_outer ul li {
	width: 33%;
	display: inline-block;
	font-size: 20px;
	color: #385461;
}
.nw_exp_outer ul li img {
	margin-bottom: 25px;
}
.nwhome-pro-wrap {
	margin: 0 auto;
	color: #f0f0f0;
	background: #385461;
	font-size: 0;
	position: relative;
	height: auto;
	line-height: 0;
	margin-bottom: 50px;
}
.nwhome-pro-left {
	width: 49.8%;
	height: 470px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	vertical-align: top;
	padding: 0;
	font-size: initial;
	line-height: normal;
}
.nwhome-pro-right {
	width: 49.9%;
	height: 470px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: #385461;
	padding: 50px 100px 20px;
	font-size: 17px;
	line-height: 30px;
}
.nwhome-pro-right h3 {
	font-size: 30px;
	color: #fff;
	padding-bottom: 60px;
	margin: 0 10px;
	position: relative;
}
.nwhome-pro-right h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: 46px;
	left: 0;
}
.homebtn {
	width: 162px;
	line-height: 36px;
	background: #f3835b;
	text-align: center;
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: 7px;
	display: block;
	margin-top: 15px;
}
.spacer {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.homesearch {
	font-size: 14px;
	color: #7a7a7a;
	height: 44px;
	width: 425px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	border: 1px solid #d3d3d3;
	background: #fff;
	margin: 25px auto 5px;
}
.homesearchinput {
	background: none;
	border: 0;
	line-height: 44px;
	width: 85%;
	float: left;
	color: #7a7a7a;
}
.homesearchbtn {
	background: url(/img/reseller_templates/ttn/searchbtnnw.jpg) right 0 no-repeat;
	width: 15%;
	float: right;
	border: 0;
	text-indent: -999px;
	cursor: pointer;
	height: 44px;
}
.new_baner_overlay_outer p {
	color: #000;
	font-style: italic;
	font-size: 14px;
	text-align:center;
	width: 425px;
	margin: 0 auto;
}
.nav_inner ul li ul {
	background: #fff none repeat scroll 0 0;
	display: none;
	left: 10px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 35px;
	z-index: 9999999999999999;
	width: 158px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.nav_inner ul li ul::before {
	background-image: url("/img/reseller_templates/ttn/nav_arrow-new.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 13px;
	left: 50%;
	margin-left: -49px;
	position: absolute;
	top: -13px;
	width: 21px;
}
.nav_inner ul li ul li {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	float: none;
	overflow: hidden;
	display: block;
	border-top: 1px solid #d4d9d9;
}
.nav_inner ul li ul li:first-child {
	border-top: none;
}
.nav_inner ul li ul li a {
	color: #d4d9d9;
}
.nav_inner ul li ul li a:hover {
	color: #385461;
}
.new_home_login img {
	vertical-align: middle;
}
/*search result*/

.sr_form_outer {
	width: 100%;
	float: left;
	padding: 40px 0 20px;
}
.sr_forminner {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	padding: 30px;
	overflow: hidden;
}
.dragsec_outer {
	width: 100%;
	float: left;
	padding: 0 0 30px;
}
.dragsecinner {
	background: #f6f6f6;
	padding: 50px;
}
.dragger_sec {
	display: inline-block;
	width: 100%;
	padding: 0 5px;
}
.searchmain-wrap {
	width: 100%;
	float: left;
	padding: 40px 0 20px;
}
.searchmainlt {
	width: 270px;
	float: left;
}
.searchmainrt {
	width: 870px;
	float: left;
	margin-left:20px;
}
.searchmain-wrap h3 {
	font-size: 20px;
	color: #385461;
	padding-bottom: 30px;
	margin: 0;
	position: relative;
}
.searchmain-wrap h3:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #ccd6de;
	bottom: 20px;
	left: 0;
}
.search_result_more_btn {
	color: #2cc6ec;
	text-decoration: underline;
}
.search_result_more_btn:hover {
	text-decoration: none;
}
.vendor a:hover {
	background: url(/img/reseller_templates/ttn/blue_dash_search.jpg) bottom left no-repeat;
	padding-bottom: 10px;
}
.sidebarbox {
	border: 1px solid #ccd1d3;
	padding: 20px;
	margin-bottom: 25px;
	overflow: hidden;
}
.vendor ul li {
	background: url(/img/reseller_templates/ttn/bulletnw.png) 0 50% no-repeat;
	padding: 0 0 0 25px;
	line-height: 45px;
	position: relative;
}
.vendor ul li a {
	color: #385461;
}
.tags ul li {
	float: left;
	line-height: 20px;
	margin-bottom:10px;
}
.tags ul li a {
	color: #385461;
}
.tags ul li a:hover {
	padding-bottom: 10px;
	background: url(/img/reseller_templates/ttn/blue_dash_search.jpg) bottom right no-repeat;
}
.tags ul li img {
	margin-right: 5px;
}
.rtrow {
	width: 100%;
	background: #f1f2f2;
	height: 260px;
	margin-top: 30px;
}
.rtrowimg {
	display: inline-block;
	vertical-align: top;
	width: 270px;
	position: relative;
}
.rtrowmid {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	padding: 30px 20px;
}
.rtrowlast {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	padding: 20px 0 0;
}
.rtrowlast2 {
	padding: 80px 0 0;
}
.rtrowlast h4 {
	font-size: 17px;
	margin-bottom: 25px;
	text-align: center;
}
.rtrowlast h4 span {
	font-size: 30px;
	color: #385461;
	padding-left: 5px;
	position: relative;
}
.rtrowlast h4 span:after {
	position: absolute;
	content: " ";
	height: 3px;
	width: 43px;
	background: #1ec3ec;
	bottom: -6px;
	right: 0;
}
.rate {
	margin: -10px 0 0;
}
.rtrow p {
	margin: 10px 0;
	color: #7a7a7a;
}
.rtrow p span {
	margin-right: 17px;
}
.rtrow p img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.row_btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #385461;
	border-radius: 6px;
	color: #385461;
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 42px;
	padding: 0 27px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.rtrowlast p {
	text-align: left;
}
.rtrowlast p img {
	vertical-align: middle;
	margin: -9px 5px 0 0px;
}
.btnnw {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 25px;
	line-height: 44px;
	text-align: center;
	color: #fff;
}
.btnnw img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.btnnew {
	width: 80%;
	padding: 0 10%;
	text-align: left;
}
.btnnwcl1 {
	background: #385461;
}
.btnnwcl2 {
	background: #f3835b;
}
.searchmainrt h2 {
	margin: 30px 0 0;
}
.rtrowimg2 {
	width: 224px;
}
/*.mre{ color:#1ec3ec !important; }*/

.custom_select_outer {
	width: auto;
	height: 42px;
	float: left;
	margin: 0 20px 0 0;
}
select {
	height: 38px;
	padding: 5px 35px 5px 5px;
	font-size: 14px;
	border: 2px solid #e6e6e6;
	height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/img/reseller_templates/ttn/select_btn2.jpg) no-repeat right top #eee;
	background-color: white;
	color: #adadad;
}
.select1 {
	width: 320px;
}
.select2 {
	width: 202px;
}
.select3 {
	width: 202px;
}
select:active, select:focus {
	outline: none;
}
.inputbox-search {
	width: 202px;
	color: #adadad;
	padding: 0 0 0 10px;
	height: 38px;
	font-size: 14px;
	border: 2px solid #e6e6e6;
	background: #fff;
	margin: 0 20px 0 0;
	float: left;
}
.search_btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #385461;
	border-radius: 6px;
	float: left;
	color: #385461;
	display: block;
	font-size: 18px;
	line-height: 38px;
	cursor: pointer;
	padding: 0 27px;
	font-family: 'Conv_GillSans-SemiBold';
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.navs {
	width: 100%;
	float: left;
}
.navs a {
	font-size: 16px;
	color: #385461;
	padding: 0 20px 20px 0;
	display: inline-block;
	font-weight: bold;
}
.navs a img {
	vertical-align: middle;
	margin-left: 5px;
}
/***************23-03-2017****************/

.nav_right form {
	display: inline-block;
	margin: 5px 10px 0 0;
}
.nav_right input {
	outline: none;
}
.nav_right input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.nav_right input::-webkit-search-decoration, .nav_right input::-webkit-search-cancel-button {
 display: none;
}
.nav_right input[type=search] {
	background: url(/img/reseller_templates/ttn/findit.png) no-repeat 91% 10px;
	/*border: solid 1px #ccc;*/
	padding: 9px 32px 9px 30px;
	width: 55px;
	color: #f3835b;
	border: none;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	font-family: "Conv_GillSans-SemiBold";
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.nav_right input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
 .nav_right input:-moz-placeholder {
 color: #999;
}
.nav_right input::-webkit-input-placeholder {
 color: #999;
}
.rtrow p.description {
	max-height: 140px;
	overflow: auto;
}
