body {
	box-sizing: border-box;
	margin: 0;
}
.mt-container * {
	white-space: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
}
.mt-container {
	display: table;
	margin: 50px auto 40px;
	max-width: 800px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mt-heady {
	display: inline-block;
	float: left;
	padding: 30px 0;
	width: 100%;
}
.mt-container > .mt-heady{
  padding-top:0;
}
.mt-heady h1 {
	color: #000;
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 0;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
}
.mt-heady p {
	font-size: 17px;
	margin: 0;
	line-height: 1.6;
}
.centy {
	text-align: center;
}
.mt-container .dl-trigger span {
	background: #008cba;
	display: inline-block;
	float: left;
	height: 5px;
	margin-bottom: 5px;
	width: 100%;
	-webkit-transition: background-color 300ms ease-out 0s;
	-moz-transition: background-color 300ms ease-out 0s;
	-ms-transition: background-color 300ms ease-out 0s;
	-o-transition: background-color 300ms ease-out 0s;
	transition: background-color 300ms ease-out 0s;
}
.mt-container .dl-trigger:hover span, .mt-container .dl-trigger.dl-active span {
	background: #000;
}
.mt-logo {
	float: left;
	width: auto;
}
.mt-rightmenu {
	float: right;
}
.mt-container .dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
}
.mt-container .dl-menuwrapper button {
	width: 40px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 0;
	margin-top: 5px;
}
.mt-container .dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.mt-container .dl-menuwrapper li {
	position: relative;
}
.mt-container .dl-menuwrapper .dl-menu {
	width: 180px;
	margin: 5px 0 0 0;
	right: -1px;
	top: 35px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
}
.mt-container .dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mt-container  .dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.mt-container .dl-menu a {
	border-bottom: 1px dashed #acacac;
	float: left;
	padding: 10px 15px;
	width: 100%;
	font-size: 16px;
}
.mt-container .dl-menu a:hover {
	background: #008cba;
	color: #fff;
}
.mt-container .dl-menu li:last-child a {
	border: 0;
}
.mt-feedsection {
	width: 100%;
	float: left;
}
.mt-feedsection .mt-list {
	border-bottom: 2px solid #ddd;
	float: left;
	margin-bottom: 35px;
	padding-bottom: 35px;
	width: 100%;
}
.mt-feedsection .mt-list:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.mt-feedsection .mt-list .mt-feedimages {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.mt-feedsection .mt-list .mt-feedimages img {
	width: 100%;
	max-width: 100%;
}
.mt-feedsection .mt-list .mt-feedcantent {
	width: 100%;
	float: left;
}
.mt-feedsection .mt-list .mt-feedcantent .mt-bloglink {
	color: #a4a4a4;
	float: right;
	font-size: 18px;
	font-weight: bold;
}
.mt-feedsection .mt-list .mt-feedcantent .mt-bloglink:hover {
	text-decoration: underline;
	color: #000;
}
.mt-feedsection .mt-list .mt-feedcantent .mt-like > img {
	max-width: 22px;
	float: left;
}
.mt-feedsection .mt-list .mt-feedcantent .mt-likebar {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.mt-feedsection .mt-list .mt-feedcantent h2 a {
	color: #085394;
	display: inline-block;
	font-size: 25px;
	margin-bottom: 8px;
	text-decoration: underline;
}
.mt-feedsection .mt-list .mt-feedcantent h2 a:hover {
	text-decoration: none;
}
.mt-loadmorebtn {
    display: inline-block;
    margin: 0;
    width: auto;
}
.mt-loadmorebtn a {
	background: #008cba;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	padding: 8px 30px;
	-webkit-transition: background-color 300ms ease-out 0s;
	-moz-transition: background-color 300ms ease-out 0s;
	-ms-transition: background-color 300ms ease-out 0s;
	-o-transition: background-color 300ms ease-out 0s;
	transition: background-color 300ms ease-out 0s;
}
.mt-loadmorebtn a:hover {
	background: #333;
}
.mt-loginpop {
	background: #F5F5F5;
  float: none;
  margin: 0 auto;
  max-width: 500px;
  padding: 30px;
  width: 100%;
}
.mt-loginpop h1 {
	display: inline-block;
	font-size: 28px;
	margin: 0 0 15px;
	width: 100%;
}
.mt-loginpop p {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 15px;
	width: 100%;
	color: #777;
}
.mt-loginpop input {
	background: #fff;
	border: 0 none;
	display: inline-block;
	height: 40px;
	margin: 0 0 15px;
	padding: 10px;
	width: 100%;
	border: 1px solid #e5e5e5;
}
.mt-loginpop .mt-loadmorebtn{
  margin-bottom: 0;
}
.mt-loginpop input:focus, .mt-askmyagent .mt-agentquestion textarea:focus {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	outline: medium none;
}
.mt-askmyagent .mt-agentquestion select {
	background: #fff;
	border: 0 none;
	display: inline-block;
	margin: 0 0 15px;
	max-width: 100%;
	padding: 10px;
	width: 100%;
	border: 1px solid #DADADA;
}
.mt-askmyagent .mt-agentquestion textarea {
	background: #fff;
	border: 0 none;
	display: inline-block;
	height: 150px;
	margin: 0 0 10px;
	max-width: 100%;
	padding: 10px;
	width: 100%;
	border: 1px solid #DADADA;
}
.mt-askmyagent .mt-agentquestion h4 {
	color: #6c6c6c;
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
}
.mt-agentproflie {
    background: #F9F9F9;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
}
.mt-agentproflie .mt-prof_images img {
	height: 120px;
	width: 120px;
	border-radius: 100%;
	max-width: 100%;
}
.mt-agentproflie .mt-prof_images {
	width: 120px;
	float: left;
}
.mt-agentproflie .mt-prof_cantent {
	display: block;
	padding-left: 150px;
	width: 100%;
}
.mt-prof_cantent h3 {
	font-size: 24px;
}
.mt-prof_cantent a {
	color: #A91E22;
	float: left;
	font-size: 16px;
	width: 100%;
	margin: 5px 0;
}
.mt-prof_cantent span {
	font-size: 16px;
}
.mt-triplist {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.mt-triplist .mt-rowlist {
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.mt-mytrip .mt-triplist .mt-rowlist p {
	display: inline-block;
}
.mt-mytrip .mt-triplist .mt-rowlist .mt-list_name a {
	color: #085394;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 8px;
	text-decoration: underline;
	margin-right: 15px;
	float: left;
	margin-top: 0;
}
.mt-mytrip .mt-triplist .mt-rowlist .mt-list_name span {
	color: #000000;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 8px;
	float: left;
}
.mt-trip-add {
	color: #085394;
	display: inline-block;
	font-size: 14px;
	margin: 20px 0;
	text-decoration: underline;
	margin-right: 15px;
}
.mt-trip-sec {
	display: none;
	width: 100%;
}
div.mt-trip-sec input {
	background: #ffffff none repeat scroll 0 0;
	border: 0 none;
	float: left;
	height: 40px;
	margin: 0 0 15px;
	max-width: 400px;
	padding: 10px;
	width: 100%;
	border: 1px solid #e5e5e5;
}
.mt-trip-sec .mt-loadmorebtn {
	float: left;
	margin: 0 30px;
	width: auto;
}
div.mt-trip-sec .mt-loadmorebtn input[type="submit"] {
	background: #008cba none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-size: 18px!important;
	padding: 7px 30px!important;
	border: 0;
	-webkit-transition: background-color 300ms ease-out 0s;
	-moz-transition: background-color 300ms ease-out 0s;
	-ms-transition: background-color 300ms ease-out 0s;
	-o-transition: background-color 300ms ease-out 0s;
	transition: background-color 300ms ease-out 0s;
}
div.mt-trip-sec .mt-loadmorebtn input[type="submit"]:hover {
    background: #0079a1 none repeat scroll 0 0;
}
.mt-feedsection .mt-list .mt-feedcantent .mt-likebar .feed_like{
  display: inline-block;
  font-size: 22px;
  line-height: 1.1;
  margin-right: 5px;
  vertical-align: sub;
}
.mt-mytrip .mt-triplist .mt-rowlist a{
  float: right;
  font-size: 24px;
  margin: -5px 0 7px;
  vertical-align: top;
}
.feedagentbutton .btn.btn-primary.dropdown-toggle {
    background: #34495e none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 14px;   
}
.feedagentbutton .btn.btn-primary .caret {
    border-left: 4px solid rgba(0, 0, 0, 0) ;
    border-right: 4px solid rgba(0, 0, 0, 0) ;
    border-top: 4px dashed ;
    display: inline-block ;
    height: 0 ;
    vertical-align: middle ;
    width: 0 ;
    color: #ffffff;
}
.feedagentbutton .mt-button {
    background: #a91e22 none repeat scroll 0 0;
    border-radius: 7px;
    color: #ffffff;
    float: right;
    margin-left: 10px;
    padding: 8px 15px;
}
.feedagentbutton .mt-button i{
  color:#fff;
}
.feedagentbutton .mt-button:hover{
   background: #34495E none repeat scroll 0 0;
}
body .mt-agentquestion {
    display: inline-block;
    margin: 40px 0 0;
}
body .mt-loadmorebtn a {
    background: #A91E22;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 30px;
    border-radius: 2px;
    -webkit-transition: all 0.35s ease 0s;
       -moz-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
         -o-transition: all 0.35s ease 0s;
            transition: all 0.35s ease 0s;
}
.icon-button{
  float:right;
  margin: 2px 0 0 25px;
}
.icon-button i{
  font-size:30px;
  color: #22313f;
}
.icon-button:hover i{
  color:#A91E22;
}

@media screen and (max-width:767px) {
	.mt-loginpop {
		float: left;
		padding: 30px 0 0;
		width: 100%;
	}
	.mt-trip-sec input {
		max-width: 100%;
	}
	.mt-trip-sec .mt-loadmorebtn {
		margin: 0;
	}
}
@media screen and (max-width:480px) {
	.mt-agentproflie .mt-prof_images {
		float: none;
		margin: 0 auto 20px;
	}
	.mt-agentproflie .mt-prof_cantent {
		display: block;
		float: left;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
}