
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', sans-serif;
	color: #333333;
}
/* default font size */
.fa {
	font-size: 14px;
	vertical-align: baseline;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #666666;
}
a:hover, a:focus,#column-left .checkbox > label:hover {
    color: #000000;}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
small, .small {
	font-size: 11px;
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control {
    background: #ffffff;
    color: #777777;
	border:1px solid #e5e5e5;
	margin:0 0 5px;
	padding: 8px 12px;
	height: auto;
}

.select-wrapper {position: relative;}
.select-wrapper::after {
	font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 12px;
	pointer-events: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	letter-spacing: 1px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.tt-home{
	width:100%;
	float:left;
}
#checkout-cart.container > .row {
    clear: both;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */
.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb .image img.image_thumb_swap {
	left: 0;
    opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb:hover .image img.image_thumb {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
/* ------------------------------- Product Rollover CSS End ----------------------- */

/* Fix some bootstrap issues */
a, a:focus,a:active, a:hover,
select,
input[type=radio],
input[type=checkbox] {
	outline: 0 none !important;
}
.owl-carousel .owl-wrapper-outer {
	direction: ltr !important;
}
input[type="radio"],
input[type="checkbox"] {
	margin-top: 0px;
	cursor: pointer;
}
.nav-tabs {
	border-bottom: none;
	display: inline-block;
	float: none;
	text-align: center;
	padding: 0 0 20px;
	vertical-align: top;
}
.tab-content {
	padding:15px 0;
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.tab-content ul, .tab-content ol {
	padding: 0 0 0 15px;
}
.table.table-striped.table-bordered {
	border:1px solid #e5e5e5;
}
/*--------------------------- title css start--------------------------------*/
.tt-titletab {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}
.box-heading > h3, .title_block .ttblock-heading,.tt-title {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/separator.png") no-repeat scroll center top;
	color: #000000;
	float: left;
	font: 600 40px/48px "Montserrat",sans-serif;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 40px 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}
.ttsubtitle {
  color: #777777;
  float: left;
  font: italic 400 22px/28px "Montserrat",sans-serif;
  margin: 0 0 20px;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}
.box-heading {
  float: left;
  width: 100%;
}
.product-thumb .caption {
  float: left;
  padding: 15px 0 30px;
  width: 100%;
}
/*--------------------------- title css end--------------------------------*/

/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
.additional-images .owl-controls .owl-buttons div {
    background: #000000;
	border: 1px solid #000000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	direction: ltr;
	font-size: 0;
	height: 30px;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
	transition: none 0s ease 0s ;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	width: 30px;
}
.additional-images .owl-controls .owl-buttons div:hover{
	background: #81ba00;
	border-color: #81ba00;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
	left: 0;
	right: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next {
	right: 0;
	left: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev::before,
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
    background: none;
    content: "\f104";
    font-family: fontawesome;
    font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color:#ffffff;
	padding: 10px;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next::before {
	content:"\f105";
	padding: 11px;
}
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-prev:hover::before,
.additional-images-container .additional-images.owl-carousel .owl-controls .owl-buttons > div.owl-next:hover::before {
	color: #ffffff;
}
/*------------------------------------- additional-images Owl Button CSS End ------------------------------------------*/
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.header-content-title .parallex {
  background: #000000;
  float: left;
  padding: 100px 0;
  width: 100%;
}
.page-title-wrapper {
	float: left;
	width: 100%;
}
.breadcrumb-wrapper{
	width:100%;
	float:left;
	background:#f5f5f5;

}
.page-title-wrapper .page-title {
	color: #ffffff;
	float: left;
	font: 400 26px/30px 'Noto Sans', sans-serif;
	margin: 0 0 15px;
	text-transform: capitalize;
	text-align: center;
	width: 100%;
}
.page-title {
	color: #ffffff;
}
a:hover, a:focus{color: #333333;}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
	background: none;
	text-decoration: none;
	color: #000000;
}
span.hidden-xs, span.hidden-sm,
span.hidden-md, span.hidden-lg {
  display: inline;
}

.header-top-right .dropdown .dropdown-toggle > i::before,
.header-top-right #wishlist-total i::before{ content: ""; }
.header-top-right .dropdown .dropdown-toggle > i,
.header-top-right #wishlist-total i {
	display: none;
}

.header-right {
  float: right;
  padding: 39px 0;
  width: auto;
}
.right-block {
    float: right;
	margin: 41px 0;
	width: auto;
}
.right-block > div {
  padding: 0 10px;
  position: relative;
}
.right-block > div::after {
  background: #e5e5e5;
  bottom: 0;
  content: "";
  height: 20px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.right-block > div:last-child::after {
	display: none;
}
#page {
  float: left;
  width: 100%;
}
#page > .container {
  clear: both;
}

/* full-header css */
header .full-header {
	float: left;
	position: relative;
	padding: 0 65px;
	text-align: center;
	width: 100%;
	z-index: 2;
	box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
}
/* --------------------------------- search Start------------------------------------------------------------*/
		.search {
			float: left;
			width: auto;
		}
		.ttsearch {
			float: left;
		}
		.ttsearch_button {
			background: url("TemplateTrip/images/sprite.png") no-repeat scroll -4px -232px;
			color: #000000;
			display: block;
			font-size: 0;
			height: 100%;
			padding: 0;
			position: absolute;
			width: 100%;
			transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
			-webkit-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
			-moz-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
			-o-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
			-ms-transition: transform 360ms ease-in-out 0s, -webkit-transform 360ms ease-in-out 0s;
		}
		#search:hover .ttsearch_button {
			transform: rotateY(180deg);
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
		}
		.ttsearchtoggle {
			display: none;
			left: auto;
			position: absolute;
			right: 0;
			left: auto;
			top: 80px;
			width: 320px;
			z-index: 9999;
		}
		.ttsearchtoggle::after {
			color: #000000;
			content: "\f0d8";
			font-family: "FontAwesome";
			font-size: 32px;
			right: 10px;
			position: absolute;
			top: -14px;
			left: auto;
		}
		.ttsearchtoggle .input-group-btn {
			float: right;
		}
		#search .ttsearch_button .fa-search {
			display: none;
		}
		#search button .fa-search {
			font-size: 16px;
		}
		#search {
			width: 40px;
			height: 40px;
			cursor: pointer;
			float: left;
		}
		#search .select-wrapper {
			max-width: 160px;
		}
		#search .select-wrapper select {
			height: 40px;
			margin: 0 -1px 0 0;
		}
		#search .select-wrapper::after {
			padding: 3px;
		}
		#search .input-lg {
			float: right;
			height: 41px;
			line-height: 20px;
			padding: 0 15px;
			width: 100%;
			background: #ffffff;
			border: 1px solid #e5e5e5;
			border-top: 3px solid #000000;
			color: #777;
			font-size: 14px;
			transition: all 500ms ease-in-out 0s;
			-webkit-transition: all 500ms ease-in-out 0s;
			-moz-transition: all 500ms ease-in-out 0s;
			-o-transition: all 500ms ease-in-out 0s;
			-ms-transition: all 500ms ease-in-out 0s;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			-khtml-border-radius: 0;
		}
		#search .form-control::-moz-placeholder {
			color: #777;
			text-indent: 0.625rem;
		}
		/*#search .btn-lg {*/
		/*	font-size: 14px;*/
		/*	color: #777777;*/
		/*	line-height: 18px;*/
		/*	padding: 0;*/
		/*	width: 30px;*/
		/*	height: 30px;*/
		/*	background: none;*/
		/*	border: none;*/
		/*	position: absolute;*/
		/*	left: auto;*/
		/*	right: 5px;*/
		/*	top: -35px;*/
		/*	left: auto;*/
		/*	z-index: 9999;*/
		/*	border-radius: 0;*/
		/*	-moz-border-radius: 0;*/
		/*	-webkit-border-radius: 0;*/
		/*	-khtml-border-radius: 0;*/

		/*}*/
		#search .btn-lg:hover {
			color: #111111;
		}
		#search.active .ttsearch_button {
			background-position: -5px -317px;
			transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			-ms-transform: none;
			transition: none;
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			-ms-transition: none;
		}
		@media (max-width: 991px) {
			.ttsearchtoggle {
				top: 45px;
			}
		}
		@media (max-width: 480px) {
			.ttsearchtoggle {
				left: auto;
				right: -115px;
				width: 300px;
			}
			.ttsearchtoggle::after {
				left: auto;
				right: 125px;
			}
		}
/*--------------------------------------------- Search End --------------------------------------------------------*/
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
		.live-search {
			width:100%;
			position:absolute;
			z-index:1000;
			padding:5px 0;
			margin-top: 40px;
			background-color:#FFF;
			border: 1px solid #e5e5e5;
			left: 0;
			display:none;
		}
		.live-search .loading{
			display:block;
			margin-left:auto;
			text-align: center;
			margin-right:auto;
			position: absolute;
			left: 0;
			right: 0;
			width: 32px;
			height: 32px;
		}
		.live-search ul {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 10px 10px 0;
			width: 100%;
		}
		.live-search ul li:last-child {
			min-height: 25px;
		}
		.live-search ul li {
			background-color: #ffffff;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px;
			overflow: hidden;
			cursor: pointer;
			float: left;
			width: 100%;
		}
		.live-search ul li:hover a {
			background-color:#efefef;
		}
		.live-search ul li a{
			display: block;
			float: left;
			padding: 10px;
			text-decoration: none;
			width: 100%;
		}
		.live-search ul li .product-image{
			float: left;
			padding: 0;
			width: auto;
		}
		.live-search ul li .product-name p{
			color: #555555;
			font-size: 12px;
			font-weight: normal;
			margin: 0;
			padding: 10px 0 0;
		}
		.live-search ul li .search-description {
			float: right;
			padding: 0 10px;
			text-align: left;
		}
		.live-search ul li .product-name{
			font-size: 14px;
			font-weight: 400;
			color: #777777;
		}
		.live-search ul li .product-price {
			color: #000000;
			font: 700 16px/18px "Montserrat",Helvetica,sans-serif;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		.live-search ul li .product-price .price{
			color: #222222;
			display:block;
		}
		.live-search ul li .product-price .special{
			color: #777777;
			text-decoration: line-through;
			display:block;
			font-size: 13px;
			font-weight: normal;
			margin-top: -5px;
		}
		.live-search .result-text{
			float: left;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			text-align: center;
			padding: 15px 0;
			text-transform: capitalize;
			width: 100%;
		}
		.live-search .view-all-results:hover {
			color: #000000;
		}
		.live-search .view-all-results {
			color: #333333;
		}
		.live-search .product-image img {
			width: auto;
			max-width: 100%;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px;
		}
		@media (max-width: 1199px) {
			.live-search ul li {
				width: 100%;
			}
		}
		@media (max-width: 481px) {
			.live-search ul li .product-image {
				width: auto;
			}
		}
/* ------------------------------------ ajex search CSS Start -----------------------------------*/
#top-links .list-inline > li.account-nav > a
{
    color: #888888;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
	margin: 0px;
	background:none;
}
.user-info .ttlanguage,
.user-info .ttcurrency {
  float: left;
  width: 100%;
}
.ttlanguage .pull-left,
.ttcurrency .pull-left {
  width: 100%;
}

#form-currency .btn-group > .btn-link {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  padding: 0 0 5px;
  width: 100%;
}
#form-currency .btn-link, #form-language .btn-link {
  border: medium none;
  color: #777777;
  display: block;
  float: left;
  font: 400 13px/24px 'Noto Sans', sans-serif;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  letter-spacing: 1px;
}
.ttlanguage .btn-link > span,
.ttcurrency .btn-link > span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  display: inline-block !important;
}
.ttlanguage .btn-group > ul,
.ttcurrency .btn-group > ul {
  clear: both;
  float: left;
  padding: 7px 0;
  width: 100%;
}
.ttlanguage .btn-group ul li,
.ttcurrency .btn-group ul li {
  list-style: outside none none;
}
#form-currency .btn-group button.btn-link:hover,
#form-currency .btn-group.open button.btn-link span,
#form-currency .btn-group.open button.btn-link,
#form-currency button:hover span,
#form-currency .btn-group .btn-link:hover > strong,
#form-currency .btn-group.open .btn-link strong,
#form-language .btn-group button.btn-link:hover,
#form-language .btn-group.open button.btn-link,
#form-language .btn-group:hover .fa-caret-down::before,
#form-currency .btn-group:hover .fa-caret-down::before,
#form-currency .btn-group.open .fa-caret-down::before,
#form-language .btn-group.open .fa-caret-down::before,
#form-language .btn-group.open .dropdown-toggle {
	color: #000000;
}
#form-currency .btn-group ul.dropdown-menu.currency-toggle,
#form-language .btn-group ul.dropdown-menu.language-toggle,
#top-links .dropdown .dropdown-menu {
    border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: auto;
	margin: 0;
	min-width: 150px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 36px;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li button,
#form-language .btn-group .dropdown-menu.language-toggle li button,
#top-links .dropdown-menu a {
    border: medium none;
	color: #878787;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
	text-align: left;
}
#form-language .language-select > img {
  margin: 0 2px 0 0;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
		color: #000;
}
#form-language .dropdown-toggle > img,
.header-top-right #form-currency .dropdown-toggle > strong {
  margin: 0 2px;
}
.header_user_info .ttuserheading {
    background: transparent url("TemplateTrip/images/sprite.png") no-repeat scroll -5px -317px;
    cursor: pointer;
    float: left;
	font-size: 0;
    height: 40px;
    margin: 0;
    width: 40px;
}
.header_user_info .ttuserheading:hover, .header_user_info.open .ttuserheading {
	background-position: -65px -317px;
}
.header_user_info > a > i, .header_user_info > a > .fa-user {
  display: none;
}
/* header user info End*/
/* logo */
.header-top-cms {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#logo img{
	max-width: 200px;
	max-height:72px;
	width:200px;
	height:auto;
}
.header-left {
    float: left;
	text-align: center;
	margin: 26px 0;
	width: auto;
}
header {
    float: left;
    width: 100%;
	position: relative;
}
.header-left-cms {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
}
/* menu */
/* Mega Menu Stylesheet START */
#menu.mega-menu ul.nav ul.list-unstyled li {display: table;}
#menu.mega-menu ul.nav li ul.list-unstyled > li.dropdown .dropdown-menu {
    position: static;
	display: block;
}
/* Mega Menu Stylesheet START */
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {color: #777;}
.menu-container {
  background: #000000;
  clear: both;
  position: relative;
  padding-left: 26%;
  float: left;
  width: 100%;
}
#menu {
    margin: 0 auto;
    min-height: auto;
    text-align: center;
    width: 100%;
}
#menu div.navbar-header {
	cursor: pointer;
	display: block;
	overflow: hidden;
}
#menu .list-unstyled.childs_1.mega-dropdown-menu .dropdown > a {
    color:#414141;
    font: 400 14px/22px 'Noto Sans', sans-serif;
    padding:0;
    text-transform: capitalize;
    width: 100%;
	text-align:left;
}
#menu .dropdown-inner .list-unstyled.childs_2.single-dropdown-menu a {
	padding:0 0 0 20px;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {color: #000;}
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a:hover,
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a:hover {
	color:#000;
}

#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a::after{display:none;}
#menu .nav > li > span {
	cursor: pointer;
}
#menu .nav > li > a,
#menu .nav > li > span {
	color: #414141;
	display: block;
    font: 400 15px/22px 'Noto Sans', sans-serif;
	padding: 20px;
    text-transform: capitalize;
	background: none;
}
#menu .list-unstyled.childs_2{
	padding: 5px 0;
}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {
	display: table-cell;
	padding: 20px 0;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu{
	padding:20px;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu:first-child{
	padding:20px 0 20px 20px;
}
#menu .dropdown-inner a {
	color: #414141;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 26px;
    min-width: 160px;
    padding: 0;
    text-transform: capitalize;
	text-align:left;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #777;
}
#menu #category {
	color: #000000;
	float: left;
	font: 700 14px/40px 'Noto Sans', sans-serif;
	text-transform: uppercase;
}
#menu #category:hover {
	color:#000;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #777;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #777;
}
#menu .navbar-nav > li{display:inline-block;float:none;}
#menu .navbar-nav{float: none;}
#menu ul.nav ul.list-unstyled li.dropdown > a::after {
    border-top: 1px solid #eeeeee;
    bottom: -4px;
    content: "";
    float: left;
    height: 1px;
    left:0;
    position: absolute;
    width: 20%;
}
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a,#menu .more-menu .list-unstyled.childs_1 a {
    padding: 0 20px;
	color: #414141;
}
#menu .nav > li > a:hover,
#menu .nav.navbar-nav > li:hover > a,
#menu li:hover > span,
#menu .nav > li.dropdown:hover::after,
#menu .nav > li.dropdown:focus::after,
#menu .nav > li > a:focus,
#menu .nav > li > a:active,
#menu li.more-menu .dropdown-menu ul li a:hover,
#menu li.more-menu .dropdown-menu ul li span:hover,
#menu li.more-menu .dropdown-menu ul li a:focus,
#menu li.more-menu .dropdown-menu ul li span:focus,
#menu li.more-menu .dropdown-menu ul li a:active,
#menu li.more-menu .dropdown-menu ul li span:active
{color:#000000;}

/* 2 Level Sub Categories START */
#menu ul.nav ul.list-unstyled li {
	min-width: 160px;
}
#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
	border: 0;
	position: static;
	display: block;
	width:150px;
}
#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
    left: 160px;
    top: 0;
    position: absolute;
	display: none;
	border-color:#eaeaea;
}
#menu ul.nav li ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#menu .nav > li.dropdown::after {
    bottom: auto;
    color: #414141;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    left:auto;
    position: absolute;
    top: 19px;
	right: 5px;
}
#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span {

    color: #000;
}
#menu .nav > li.dropdown:hover::after
{
    color:#414141;
    content: "\f106";
}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after
{
   content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 0;
}
/* 2 Level Sub Categories END */
/* content */
#content {
	min-height: 600px;
}
.tthome {
  float: left;
  width: 100%;
}
.tthome #content {
  padding: 0;
}
/* Slideshow Slider Stylesheet */
.common-home > .row {margin: 0;}
.content-top {
  	float: left;
  	width: 100%;
	margin-top: -175px;
}
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.top-column {
  margin-bottom: 30px;
}
.swiper-wrapper {
	direction: ltr !important;
}
.slideshow-panel {
	position: relative;
	float: left;
	margin: 0 0 100px;
	width: 100%;
}
.slideshow-panel .swiper-viewport {
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	float: left;
}
.slideshow-panel .swiper-container {
	width: 100%;
}
.slideshow-panel .ttloader {
   background: #f5f5f5 url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.slideshow-panel img{
	width:100%;
	height:auto;
}
.slideshow-main .swiper-pagination {
  display: none;
}
.slideshow-panel .swiper-container .swiper-pager {
	bottom: 80px;
	float: right;
	height: auto;
	left: auto;
	line-height: normal;
	position: absolute;
	right: 60px;
	top: auto;
	width: auto;
}
.slideshow-panel .swiper-container .swiper-pager div {
	background: #ffffff;
	border: none;
	height: 34px;
	width: 45px;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	transition:	all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	text-shadow: none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: relative;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	margin: auto;
	float: right;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
	float: left;
	border-radius: 22px 0 0 22px;
	-moz-border-radius: 22px 0 0 22px;
	-webkit-border-radius: 22px 0 0 22px;
	-khtml-border-radius: 22px 0 0 22px;
	border-right: 1px solid #ebeae6;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
	border-radius: 0 22px 22px 0;
	-moz-border-radius: 0 22px 22px 0;
	-webkit-border-radius: 0 22px 22px 0;
	-khtml-border-radius: 0 22px 22px 0;
}
.slideshow-panel .swiper-container:hover .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.slideshow-panel .swiper-container .swiper-pager div:hover {
	background: #7fb641;
	border-color: #7fb641;
}
.slideshow-panel .swiper-pager .swiper-button-prev::before {
	bottom: 0;
	color: #9f9f9f;
	content: "\f104";
	font-family: fontawesome;
	font-size: 17px;
	line-height: 38px;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.slideshow-panel .swiper-pager .swiper-button-next::before {
  	bottom: 0;
	color: #9f9f9f;
	content: "\f105";
	font-family: fontawesome;
	font-size: 17px;
	line-height: 38px;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
.slideshow-panel .swiper-pager .swiper-button-next:hover::before {
	color: #ffffff;
}
@media (max-width: 1199px) {
	.slideshow-panel {
		margin: 0 0 50px;
	}
}
@media (max-width: 767px) {
	.slideshow-panel {
		margin: 0 0 30px;
	}
	.slideshow-panel .swiper-container .swiper-pager {
		bottom: 40px;
		right: 40px;
	}
}
@media (max-width: 480px) {
	.slideshow-panel .swiper-container .swiper-pager {
	  bottom: 10px;
	  right: 10px;
	}
	.slideshow-panel .swiper-container .swiper-pager div {
		height: 24px;
		width: 35px;
	}
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/


/* Left Column stylesheet */
#column-left .product-thumb .no-rating,
#column-right .product-thumb .no-rating {
	display: none;
}
#column-left .products-list .row > div,
#column-right .products-list .row > div {
	float: left;
	width: 100%;
}
#column-left .products-list .row > div .caption h4,
#column-left .list-products .row > div .caption h4,
#column-right .products-list .row > div .caption h4,
#column-right .list-products .row > div .caption h4 {
	font-size: 14px;
	margin: 0 0 3px;
	line-height: 20px;
}
#column-left .products-list .row > div .caption .price,
#column-left .list-products .row > div .caption .price,
#column-right .products-list .row > div .caption .price,
#column-right .list-products .row > div .caption .price {
	font: 400 16px/18px "Montserrat",Helvetica,sans-serif;
	margin: 0;
	padding: 3px 0;
}
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
	font: 400 16px/18px "Montserrat",Helvetica,sans-serif;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
	font-size: 12px;
	line-height: 14px;
}
#column-left .products-list .row > div .caption .price .price-tax,
#column-right .products-list .row > div .caption .price .price-tax {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-wishlist,
#column-right .products-list .row > div .button-group .btn-wishlist {
	display: none;
}
#column-left .products-list .row > div .button-group .btn-compare,
#column-right .products-list .row > div .button-group .btn-compare {
	display: none;
}
#column-left .product-thumb:hover h4 a,
#column-right .product-thumb:hover h4 a,
#column-left .product-thumb .button-group .btn-cart:hover > span,
#column-right .product-thumb .button-group .btn-cart:hover > span {
	color:#000;
}
#column-left .product-thumb .button-group .btn-cart > span,
#column-right .product-thumb .button-group .btn-cart > span {
	display: block !important;
	font-size: 13px;
	line-height: 22px;
	text-transform: capitalize;
}
#column-left .product-thumb h4 a:hover,
#column-right .product-thumb h4 a:hover {
	color:#000;
}

#checkout-cart #accordion > .panel-default,
#checkout-cart #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  margin-top: 10px;
}
.checkout-cart #accordion .panel-heading {
	padding: 0px;
	border-color:#eaeaea;
	background: #f5f5f5;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}
.checkout-cart #accordion .panel-heading a {padding: 10px 20px;font-family:'Noto Sans', sans-serif; font-weight:normal;}
.checkout-cart #accordion label.control-label {
	width: 100%;
	padding: 0px;
	text-align: left;
	color:#444;
	font-size:14px;
}
.checkout-cart #accordion .form-group {
	margin: 15px 0;
}
.checkout-cart #accordion .form-group > div {
	width: 100%;
	padding: 0px;
	margin: 5px 0;
}
.checkout-cart #content > .buttons {
    float: left;
    width: 100%;
	margin: 0 0 10px;
}
.checkout-checkout #accordion .panel-default .panel-heading{
	border-color :#eaeaea;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
	padding: 15px;
}
#checkout-checkout #accordion .panel-default {
  border: none;
  margin-top: 10px;
}
#checkout-checkout #accordion .panel-default .panel-body {
  border: none;
  padding: 15px 15px 25px;
}
#checkout-cart #content .cart-form {
  float: left;
  width: 100%;
}
.table.table-bordered {
   border-color :#eaeaea;
   background: #ffffff;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td{
	border: 1px solid #e5e5e5;
	color:#222;
}
.sub-total-table .table-bordered tbody tr td:first-child strong{
    font-weight: normal;
}

.product-product #review .table.table-striped.table-bordered p {
    margin: 0;
}
.checkout-cart .sub-total-table { float: right; }
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
	background: #EEEEEE;
}

.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
	color: #FFFFFF;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
	background: #777;
}
.datepicker .datepicker-days .table-condensed .day.active,.bootstrap-datetimepicker-widget td span.active,.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover, .bootstrap-datetimepicker-widget .timepicker td a span:hover,.bootstrap-datetimepicker-widget td span.active,.datepicker-months .table-condensed .month.active, .datepicker-years .table-condensed .year.active {background-color:#000000; color: #ffffff;}
s.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span,.bootstrap-datetimepicker-widget .accordion-toggle a.btn {background: #EEEEEE;}
.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {color: #FFFFFF;}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {background:#bc3b36 ;}

.datepicker-days .table-condensed .day.today::before{border-bottom: 7px solid #000000;}
.datepicker-days .table-condensed .day.active.today::before {
	border-bottom: 7px solid #FFF;
}
/* Extra pages Stylesheet */
#accordion .panel-heading h4.panel-title a {
	display: block;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
.product-search #content .search-criteria {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.search-criteria > p{
	margin:10px 0;
}
.search-criteria .checkbox-inline{
	padding:0;
}
.product-compare #content .table .btn {
	display: inline-block;
	margin: 2px 0;
	text-transform: capitalize;
	width: auto;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}

.information-sitemap .col-sm-6 > ul {
	padding-left: 15px;
}
.information-sitemap #content ul ul {
	padding-left: 30px;
	margin: 5px 0 10px;
}
.information-sitemap ul li a{
	line-height:22px;
}
body.product-compare .table-product-image {
	padding: 10px;
}

/* information/contact - Location Icons Stylesheet */
.information-contact .contact-location .location-title {
	font-weight: bold;
}
.information-contact .panel.google-map, .information-contact .panel.google-map iframe {
    float: left;
    width: 100%;
}
.information-contact .contact-location .location-detail {
	margin: 0 0 20px 0;
}
.information-contact .contact-location .location-title i.fa {
	background: #00b339;
    border: 2px solid #00b339;
    border-radius: 50%;
	-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    height: 35px;
	margin: 10px 5px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}
.information-contact #content > h3 {
  clear: both;
}
/* extra page stylesheet  */
#product-compare .table tr .price,
#account-wishlist .price b {
  color: #282828;
  font: 500 16px/20px 'Roboto', sans-serif;
}
#product-compare .table tr .price strike,
#account-wishlist .price s {
  color: #777777;
  font: 400 14px/16px 'Roboto', sans-serif;
}
#common-success #content > p > a {
  color: #000000;
  font-size: 16px;
}
body #content > .buttons.clearfix {
  margin: 20px 0 0;
}
.table-bordered tr td.text-right.total-amount {
	color: #414141;
}
.information-contact #content .form-horizontal {
	float:left;
	width:100%;
}
.checkout-cart h2 {font: 500 22px/34px 'Noto Sans', sans-serif;}
.checkout-cart tr:last-child > td.text-right.heading-title {
	font: 700 18px/22px 'Noto Sans', sans-serif !important;
	color: #555454;
	text-transform: capitalize;
}
.cart-form .table-bordered > thead > tr > th, .cart-form .table-bordered > tbody > tr > th, .cart-form .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .cart-form .table-bordered > tbody > tr > td, .cart-form .table-bordered > tfoot > tr > td {
	background: #FFF;
	border: 1px solid #e5e5e5;
    color: #444;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	text-transform:capitalize;
	vertical-align: middle;
}
.cart-form .table-bordered tbody  td.text-right.total-price {
	color: #222;
	font: 500 14px/20px 'Roboto', sans-serif;
}
.checkout-checkout h4 {font-family: 'Noto Sans', sans-serif;}
.affiliate-login h2, .account-login h2, .checkout-checkout h2, .product-search h2 {color: #333333;font: 400 23px/25px 'Noto Sans', sans-serif;}
.well {
	background: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #e5e5e5;
}
/* brand page */
.product-manufacturer .a-link-list {border: medium none;}
.product-manufacturer .a-link-heading {
	padding: 5px 16px;
}
.product-manufacturer .a-link-heading p, .product-manufacturer .a-link-heading h2 {line-height: 38px;}
.product-manufacturer .a-link-group {
    color: #222222;
    font-family: Poppins;
    font-size: 16px;
    margin-bottom: 10px;
}

.terms-condition h3{font: 400 18px/22px 'Roboto', sans-serif;color:#bc3b36;}



/* manufacturer_list & account_list &  affiliate_list - Tabular list of Brands Stylesheet */
.a-link-group { margin-bottom: 10px; }
.a-link-group a { font-weight: bold; }
.a-link-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
	width: 100%;
	float: left;
}
.a-link-heading {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.a-link-heading p,
.a-link-heading h2 {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#222;
}
.a-link-content {
    padding: 8px;
	font-size: 14px;
}
.modal-header {
	background: #F5F5F5;
}
.modal-dialog .modal-header .close {
	font-size: 24px;
	padding: 3px 5px;
	margin-top: -5px;
	float: right;
}
.modal-title {
	font-weight: bold;
}
.table-hover > tbody > tr:hover {
	background: none;
}
/*----------------------- Brand Carousel CSS Start ------------------------*/
.brand-carousel .box-heading {
  display: none;
}
.brand-carousel .swiper-viewport {
	background: none;
    border: none;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    margin: 0;
	padding: 15px 0;
	float: left;
	width: 100%;
}

.common-home .brand-carousel {
	float: left;
    position: relative;
	margin: 0 0 100px;
    width: 100%;
}
.brand-carousel .brand-items .img-responsive {
    display: inline-block;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
}
.brand-carousel .brand-items .img-responsive:hover{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.brand-carousel .swiper-viewport .swiper-pager div {
   background: #ffffff;
   height: 30px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   text-align: center;
   width: 30px;
   border: 1px solid #e5e5e5;
   color: #FFF;
   font: 400 13px/18px "Raleway",Helvetica,sans-serif;
   opacity:0;
   	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.brand-carousel .swiper-viewport:hover .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.brand-carousel .swiper-pager .swiper-button-prev::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -12px -353px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-prev:hover::before  {
	background-position: -70px -353px;
}
.brand-carousel .swiper-pager .swiper-button-next::before {
	background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -12px -386px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-next:hover::before {
	background-position: -70px -386px;
}
.brand-carousel .swiper-viewport .swiper-pager div:hover {
	background: #000000;
	color: #FFF;
	border-color: #000000;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
	left: 0;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
	right: 0;
}
@media (max-width: 1199px) {
.common-home .brand-carousel {
	margin: 0 0 50px;
}
}
@media (max-width: 767px) {
.brand-carousel .swiper-viewport .swiper-pager div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.common-home .brand-carousel {
	margin: 0 0 30px;
}
}
@media (max-width: 480px) {
.brand-carousel .brand-items .img-responsive {
	width: 80%;
}
}
/*----------------------- Brand Carousel CSS Start ------------------------*/

/* checkout/cart - cart-form Stylesheet */
.cart-form .input-group .form-control {
	width: auto;
	min-width: 50px;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
.cart-form .input-group-btn {
	display: table;
	float: left;
}
.checkout-checkout .panel-group {
  clear: both;
}
/* checkout success - Stylesheet */
body.checkout-success #content {
	background: url("TemplateTrip/images/checkout-success.jpg") no-repeat scroll center bottom;
}
body.account-success #content {
	background: url("TemplateTrip/images/account-success.jpg") no-repeat scroll center bottom;
}
body.product-compare #content.no-compare-products {
	background: url("TemplateTrip/images/no-compare-products.jpg") no-repeat scroll center bottom;
}
#content.request-not-found {
	background: url("TemplateTrip/images/request-not-found.jpg") no-repeat scroll center bottom;
}
#content.no-manufacture-products {
	background: url("TemplateTrip/images/no-manufacture-products.jpg") no-repeat scroll center bottom;
}
#content.no-wishlist-products {
	background: url("TemplateTrip/images/no-wishlist-products.jpg") no-repeat scroll center bottom;
}

body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
	float: left;
}
/* footer */
footer {
	background: #222222;
	float: left;
	margin: 30px 0 0;
	width: 100%;
}
.common-home footer {
  margin: 0;
}
footer .footer-top {
  background-attachment: scroll;
  background-image: url("TemplateTrip/images/pattern.png");
  background-repeat: repeat;
  background-color: #ffffff;
  float: left;
  width: 100%;
}
.footer-container {
  float: left;
  width: 100%;
}
.footer-container .footer-column {
	margin: 60px 0 40px;
}
footer .footer-column .list-unstyled {
  margin: 0;
}
footer a {
	color: #cccccc;
	cursor: pointer;
	font: 400 13px/26px 'Noto Sans', sans-serif;
}
footer a:hover,
footer a:focus,
.footer-column .list-unstyled li a:hover::before {
	color: #ffffff;
}
footer .footer-column h5,
#ttcmspaymentlogo h5 {
	color: #ffffff;
	font: 700 20px/22px "Montserrat",sans-serif;
	letter-spacing: 0.6px;
	margin: 0 0 30px;
	text-transform: capitalize;
}

/* Footer right Contact us Stylesheet */
.footer-bottom {
	float: left;
	width: 100%;
}
.footer-bottom .container {
  border-top: 1px solid #2a2a2a;
}
.footer-bottom-cms {
    float: left;
	width: 100%;
}
.footer-bottom-link {
	float: left;
	text-align: center;
	width: 100%;
}
.footer-bottom p {
	color: #cccccc;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 30px 0 20px;
}
.footer-top-cms {
	float: left;
	width: 100%;
   	padding: 0;
}
.footer-bottom p a {
    font-size: 14px;
	color: #cccccc;
}
.footer-bottom p a:hover {
    color: #ffffff;
}
.image-additional-container {
    float: left;
    width: 100%;
}
/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
.alert {
  clear: both;
  padding: 15px;
}
.alert-danger {
	padding: 10px 15px;
}
.alert .close {
  color: #000000;
  right: 0;
  top: 0;
}
.product-options .alert-info {
    float: left;
	margin-top: 15px;
	margin-bottom: 0;
	padding: 10px 15px;
	position: static;
	width: 100%;
}
/* breadcrumb */
.breadcrumb {
	float: left;
	font-size: 16px;
	line-height: 32px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.breadcrumb i:hover {
	color: #ffffff;
}
.breadcrumb a {
 	color: #ffffff;
}
.breadcrumb i {
	font-size: 18px;
	vertical-align: baseline;
}
.breadcrumb > li {
	white-space: nowrap;
	display: inline-block;
}
.breadcrumb > li + li:before {
	color: #ffffff;
    content: "\f105";
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0px 8px;
}

/* list group */
.list-group .list-group-item {
	border: 1px solid #DDDDDD;
	color: #888888;
	cursor: pointer;
}
.list-group a.child-item,
.list-group a.current-child-item {
	padding-left: 30px;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}


/*product-page */
.zoomContainer {
  overflow: hidden;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
}
.product-block {
  float: left;
  width: 100%;
}
.product-product .product-image .thumbnail
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  border: none;
  padding: 0;
  margin: 0 0 5px;
  overflow: hidden;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -khtml-transition: none;
  -o-transition: none;
  position: relative;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}

.image-additional > img {
	max-width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.image-additional > img:hover {
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.thumbnails .owl-carousel.additional-images {
	float: left;
	width: 100%;
	padding: 0 35px;
	margin-top: 7px;
}
.additional-images .image-additional {
	display: block;
	margin: 5px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
.products-list .owl-carousel,
.list-products .owl-carousel {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	width: auto;
}

/*----------------product count--------------------*/
.product-countdown {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-countdown .item-countdown {
  float: none;
}
@media (min-width: 768px) {
	.product-thumb:hover .product-countdown {
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
	}
}
@media (max-width: 767px) {
	.product-countdown {
		top: 45px;
	}
}
/*----------------product count--------------------*/

@media (max-width: 1499px) {
	.product-images .additional-images-container {
		width: 365px;
	}
	.ttproduct-main {
		padding: 0 55px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.category-list ul li {
		width: 110px;
	}
	.category-filter .filter-sort-by {
		max-width: 220px;
	}
	.category-products .product-layout.product-grid {
	  width: 50%;
	}
}
@media (max-width: 1199px) {
	header .full-header {
		padding: 0 15px;
	}
	.ttproduct-main {
	  padding: 0 25px;
	}
	.products-list, .list-products {
		margin: 0 0 50px;
	}
	.product-images .additional-images-container {
		width: 280px;
	}
	footer .footer-column h5, #ttcmspaymentlogo h5 {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	#menu ul.nav > li.dropdown:hover > .dropdown-menu {
		display: block;
		padding:0;
		border-color:#eaeaea;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a:after {
		font-family: 'FontAwesome';
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 2px;
	}
}
@media (max-width: 991px) {
	header .full-header {
		position: static;
		padding: 0;
	}
	.right-block > div.search::before {
	  background: #e5e5e5;
	  bottom: 0;
	  content: "";
	  height: 20px;
	  left: 0;
	  margin: auto;
	  position: absolute;
	  right: auto;
	  top: 0;
	  width: 1px;
	}
	.right-block > div {
		padding: 0 7px;
	}
	.right-block {
	  border: none;
	  bottom: 5px;
	  float: right;
	  position: absolute;
	  right: 0;
	  margin: 0;
	  padding: 0;
	  width: auto;
	  z-index: 3;
	}
	.header-left {
		float: left;
		text-align: center;
		margin: 20px 0;
		padding: 0;
		position: static;
		width: 100%;
	}
	#logo {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.user-info .dropdown > ul {
		top: 45px;
	}
	#cart .dropdown-menu {
		top: 45px;
	}
	.header-left-cms {
		width: 100%;
	}
	#top-links {
	  float: left;
	  width: 100%;
	}
	#top-links > ul {
	  display: inline-block;
	  float: none;
	  margin: 0;
	  vertical-align: top;
	}
	.menu-container {
	  padding: 0;
	}
	#menu .navbar-collapse {
		background:#fff;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border:1px solid #e5e5e5;
		top:50px;
		left:auto;
		right:0;
	}
	#menu .navbar-header.collapsed, #menu #category {
		display:block !important;
		position:relative;
		width:100%;
		text-align:left;
	}
	#menu {
 	   padding: 5px 0;
	   position:unset;

	}
	.menu-container .left {
		position:unset;
	}
	#menu div.navbar-header:after,
	#menu .navbar-header i.fa {
		font-family: "FontAwesome";
		content:"\f0c9";
		font-size: 14px;
		position: absolute;
		right: 5px;
		top: 10px;
		font-weight:normal;
		color: #000000;
	}
	#menu .nav > li.dropdown:hover::after{
		display:none;
	}
	#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.single-dropdown-menu{
		padding:0;
	}
	#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown::after{
		display:none;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
		color: #FFFFFF;
	}
	#menu .list-unstyled.childs_1.single-dropdown-menu a {
		padding:0 15px;
	}
	.navbar-nav {
		margin:0;
		padding: 10px 20px;
	}
	#menu .nav li.dropdown > a,
	#menu .nav > li.dropdown > span {
    	padding: 0;
	}
	#menu .nav.navbar-nav > li:hover > a, #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover, #menu .nav.navbar-nav > li:hover > span{
		color:#000;
	}
	#menu .nav > li.dropdown::after {
    	content: "";
	}
	#menu .nav > li.dropdown::before {
    	content: "";
	}
	#menu .navbar-collapse li.dropdown > i {
		background:none;
		font-size: 14px;
		position: absolute;
		color: #777777;
		right: 0;
		top: 5px;
		padding: 0;
		cursor: pointer;
		text-align: center;
	}
	#menu .navbar-collapse li.dropdown > .dropdown-menu {
		position: relative;
		width: 100%;
		top:0;
		border: none;
	}
	#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
		position: static;
		display: block;
	}
	#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
		padding: 0 15px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
		padding: 0 !important;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		color: #FFFFFF;
	}
	.menu-container > .container {
		position:relative;
	}
	#menu .nav.navbar-nav > li
	{
		display:block;
		text-align:left;
	}
	#menu .nav > li > a, #menu .nav > li > span
	{
		color:#414141;
		text-transform:capitalize;
		padding:0;
		line-height:26px;
		font-size:14px;
	}
	#menu .navbar-collapse li.dropdown > i::before {
		content: "\f067";
		font-family: fontawesome;
    }
	#menu .navbar-collapse li.dropdown.active > i::before{
		content:"\f068";
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a,#menu .dropdown-inner a
	{
		color:#414141;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::after
	{
		display:none;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a, #menu .dropdown-inner a,#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu
	{
		padding:0 0 0 15px !important;
	}
	#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a
	{
		text-transform:capitalize;
	}
	#menu .nav.navbar-nav > li:hover > a,
	#menu .nav.navbar-nav > li:hover > span {
		background:none;
		color:#000;
	}
	.box-heading > h3, .title_block .ttblock-heading, .tt-title {
	  font-size: 30px;
	  line-height: 32px;
	}
	footer .footer-top {
		text-align: center;
	}
	.footer-top-block {
	  display: inline-block;
	  float: none;
	  padding: 20px 0 0;
	  vertical-align: top;
	}
	.footer-container .footer-column {
        float: left;
		margin: 0;
		width: 100%;
	}
	.footer-right {
	  margin: 20px 0 0;
	  padding: 0;
	  float: left;
	  width: 100%;
	}
	.footer-container {
		padding: 40px 0 0;
	}
	footer .footer-column .list-unstyled {
	  float: left;
	  margin: 0;
	  text-align: left;
	}
	footer .footer-column ul{
		padding:0 10px;
	}
	footer .footer-column h5.toggle:hover {
		cursor:pointer;
	}
	footer .footer-column h5.toggle {
		padding: 10px;
		margin: 0 0 2px;
		position:relative;
		font: 400 18px/22px "Montserrat",sans-serif;
		display: block;
		text-align: left;
	}
	footer .footer-column h5.toggle:hover {
		background: #111111;
	}
	footer .footer-column h5.toggle:after {
		content: "\f067";
    	display: block;
    	font-family: "FontAwesome";
    	font-size: 14px;
   		font-weight: normal;
    	position: absolute;
    	right: 10px;
		left: auto;
    	top: 10px;
	}
	footer .footer-column.active h5.toggle:after,
	footer .contact-us.active h5.toggle:after,
	footer .follow-us.active h5.toggle:after {
		content: '\f068';
		font-weight:normal;
	}
	.footer-bottom-link {
	  text-align: center;
	  width: 100%;
	}
	.footer-bottom-cms {
		width: 100%;
	}
	.product-images .additional-images-container {
		width:80%;
	}
	.header-content-title .parallex {
		padding: 50px 0;
	}
/*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
	body .container > .row > #content {
		float: left;
		width: 100%;
	}
	body .container > .row > #column-left,
	body .container > .row > #column-right {
		float: left;
		width: 100%;
		display: block !important;
	}
	#column-left > div, #column-right > div {
		padding: 0;
		margin-bottom: 10px;
		cursor: pointer;
		overflow: hidden;
	}
	#column-left .swiper-viewport, #column-right .swiper-viewport {
		padding: 15px;
	}
	#column-left .panel-default,
	#column-right .panel-default,
	#column-left .category-treeview.panel-default,
	#column-right .category-treeview.panel-default,
	#ttcmstestimonial .title_block,
	#column-left .box-heading,
	#column-right .box-heading,
	#column-left .panel-heading,
	#column-right .panel-heading {
		background: #ffffff;
		cursor: pointer;
		font: 500 16px/18px 'Noto Sans', sans-serif;
		color: #000000;
		padding: 15px;
		margin: 0;
	}
	#column-left .panel-default.category-treeview,
	#column-right .panel-default.category-treeview {
	  padding: 0;
	  margin: 0 0 10px;
	}
	#column-left .box-heading > h3,
	#column-right .box-heading > h3 {
		font: 500 16px/18px 'Noto Sans', sans-serif;
		color: #000000;
	}
	#column-left .panel-default.information-list,
	#column-right .panel-default.information-list {
		padding: 0;
	}
	#column-left .toggle:after,
	#column-right .toggle:after {
		content: "\f067";
		float: right;
		color: #333333;
		font-family: "FontAwesome";
		font-size: 14px;
		font-weight: 400;
		left: auto;
		position: absolute;
		right: 15px;
		left: auto;
		top: 15px;
		display:block;
		background:none;
	}
	#column-left .panel-default.active > div.toggle:after,
	#column-left .products-list.active > div.toggle:after,
	#column-left .list-products.active > div.toggle:after,
	#column-right .panel-default.active > div.toggle:after,
	#column-right .products-list.active > div.toggle:after,
	#column-right .list-products.active > div.toggle:after,
	#ttcmstestimonial.active .title_block.toggle:after,
	#ttcmsservices.active .box-heading.toggle:after {
		content:"\f068";
	}
	#column-left .products-list > .row,
	#column-right .products-list > .row,
	#header-left .products-list > .row,
	#header-right .products-list > .row,
	#footer-left .products-list > .row,
	#footer-right .products-list > .row,
	#column-left .products-carousel,
	#column-right .products-carousel {
		float: left;
		width: 100%;
		padding: 0 15px;
	}
	#column-left .list-group .list-group-item,
	#column-right .list-group .list-group-item {
		float: left;
		width: 100%;
	}
	#column-left .panel > .list-group,
	#column-right .panel > .list-group {
		float: left;
		width: 	100%;
		padding: 0 15px 15px;
	}
	/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
		#column-left .panel-default.option-filter,
		#column-right .panel-default.option-filter {
			display: none;
		}
		.option-filter-box .list-group .list-group-items {
			float: left;
			width: 100%;
		}
		.category-treeview ul {
			float: left;
			width: 100%;
		}
		.option-filter-box {
			background: #ffffff;
			border: 1px solid #e5e5e5;
			float: left;
			margin: 20px 0 0;
			padding: 20px;
			width: 100%;
		}
		.option-filter-box .list-group-items > div.list-group-item {
			padding: 0 0 10px;
			display: none;
		}
		.option-filter-box a.list-group-item:after {
			content:"\f107";
			top: 9px;
		}
		.option-filter-box a.list-group-item.collapsed:after {
			content:"\f106";
		}
		.option-filter-box .list-group .list-group-item,
		.option-filter-box .radio,
		.option-filter-box .checkbox {
			width: 100%;
			float: left;
			background: #FFF;
			border: none;
		}
		.option-filter-box a.list-group-item {
			color: #000000;
			padding: 10px 0;
		}
		.option-filter-box .list-group {
			float: left;
			width: 100%;
			margin: 0;
		}
		.option-filter-box .panel-footer {
			float: left;
			width: 100%;
			background: #FFF;
			padding: 0;
		}
		.option-filter-box .btn.btn-primary {
		  padding: 7px 18px;
		}
		.option-filter-box .checkbox > label:hover,
		.option-filter-box .checkbox > label:hover {
			color: #000;
		}

/*-------------------------------- CateGory Filter CSS Start --------------------------------------*/

/*------------------------------------- Column Toggle CSS End ------------------------------------------*/
}
@media (min-width: 768px) {

	/* fixed colum left + content + right*/
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}
@media (max-width: 767px) {
	#page > .row {
	  clear: both;
	}
	.products-list, .list-products {
		margin: 0 0 30px;
	}
	.ttproduct-main {
	  padding: 0 15px;
	}
	#content .product-thumb::after {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
	.product-thumb {
	  box-shadow: 0 4px 17px 2px rgba(0, 0, 0, 0.1);
	  -moz-box-shadow: 0 4px 17px 2px rgba(0, 0, 0, 0.1);
	  -webkit-box-shadow: 0 4px 17px 2px rgba(0, 0, 0, 0.1);
	}
	.product-thumb .image img {
		width: 100%;
	}
	.header-content-title .parallex {
		padding: 50px 0;
	}
	.category-products .product-layout.product-grid {
	  width: 50%;
	}
	.category-filter .filter-show,
	.category-filter .filter-sort-by
	{
		clear: left;
		margin: 3px 0;
		float: left;
	}
	.category-description .category-image {
		float: left;
		text-align: center;
		width: 100%;
	}
	.category-description .block-description {
	    float: left;
	    width: 100%;
	}
	.product-tabs {
		width: 100%;
		float: left;
	}
	.information-contact .contact-location .col-sm-3 {
		width: 50%;
		float: left;
	}
	.header-top-right .dropdown span.hidden-xs,
	.header-top-right #wishlist-total span {
		display:block !important;
	}
	.product-thumb .percent {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		left: 20px;
	}
	.product-thumb .sale-icon {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		right: 20px;
	}
	.product-thumb .button-group {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		bottom: 135px;
	}
	.page-title-wrapper .container {
		padding: 0;
	}
	.header-content-title .parallex {
		padding: 30px 10px;
	}
	#page  .page-title-wrapper {
		text-align:center;
	}
	.page-title-wrapper .page-title {
		float:left;
		width:100%;
		font-size: 20px;
		text-align:center;
		margin:0;
	}
	.breadcrumb {
		float:none;
		margin:0 auto;
		display:inline-block;
	}
	#goToTop {
		right: 20px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-product .product-image {
	  margin: 0 auto;
	  width: 76%;
	}
	.product-images .additional-images-container {
	  width: 400px;
	}
}
@media (max-width: 480px) {
	#cart .dropdown-menu {
		min-width: 300px;
	}
	#cart .dropdown-menu::after {
		left: auto;
		right: 30px;
	}
	#cart .header-cart-toggle .text-right.price-total {
		font-size: 14px;
	}
	#cart .header-cart-toggle .text-left.name > a,
	#cart .header-cart-toggle .text-right.amount,
	#cart .dropdown-menu .btn.btn-danger i.fa-times {
		font-size: 12px;
	}
	.header-cart-toggle .table > tbody > tr > td,
	.header-cart-toggle .table > tbody > tr > th,
	.header-cart-toggle .table > tfoot > tr > td,
	.header-cart-toggle .table > tfoot > tr > th,
	.header-cart-toggle .table > thead > tr > td,
	.header-cart-toggle .table > thead > tr > th,
	.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > td,
	.header-cart-toggle .table-striped > tbody > tr:nth-child(2n+1) > th {
		padding: 8px 4px;
	}
	.contact-link ul li {
	  padding: 0 0 0 10px;
	}
	.box-heading > h3, .title_block .ttblock-heading, .tt-title {
		font-size: 22px;
		line-height: 32px;
		padding: 40px 0 20px;
	}
	.ttsubtitle {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li {
		display: inline-block;
		float: none;
		text-align: center;
		vertical-align: top;
		margin: 0 0 10px;
		width: 90%;
	}
	.TTProduct-Tab .tab-box-heading .nav.nav-tabs li:last-child {
	  margin: 0;
	}
	.TTProduct-Tab .tab-box-heading {
		margin: 0 0 20px;
	}
	.TTProduct-Tab .tthometab, .tt-titletab {
		background: none;
	}
	.banner-panel img {
		display: inline-block;
		text-align: center;
	}
	#column-left .banner-panel, #column-right .banner-panel {
		text-align: center;
	}
	.category-products .product-layout.product-grid {
	    width: 100%;
	}
	.category-list ul li {
		width: 43%;
	}
	.product-list .product-thumb .image {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.product-list .product-thumb .thumb-description {
		width: 100%;
		text-align: center;
		padding: 0 0 20px;
	}
	.product-list .product-thumb .button-group .btn-cart {
		padding: 0;
	}
	.product-list .product-thumb .button-group i.fa-shopping-cart {
	  background-position: 14px -31px;
	  width: 50px;
	}
	.product-list .product-thumb .button-group .btn-cart:hover  i.fa-shopping-cart {
		background-position: -29px -31px;
	}
	.product-list .product-thumb .button-group button.btn-cart span {
		display: none !important;
	}
	.product-list.product-layout .button-group {
		float: none;
		text-align: center;
	}
	.page-title-wrapper .breadcrumb > li {
		float:none;
		display:inline-block;
	}
	.category-filter .filter-text.filter-text {
		width: auto;
	}
	.header-top-left .dropdown-toggle span, .header-top-left .phone-number {
		display:none !important;
	}
	.product-product .product-details .rating .product-rating::after {
		display:none;
	}
	.table {
		display: inline-block;
	}
	.table td {
		width: 100%;
	}
	.product-images .additional-images-container {
	    width: 270px;
	}
	.product-tabs .nav-tabs {
		width: 100%;
		padding: 0;
	}
	.information-contact .contact-location .col-sm-3 {
		border-bottom: 1px solid #eeeeee;
		width: 100%;
	}
	.information-contact .contact-location .col-sm-3:last-child {
		border-bottom: 0 none;
	}
		#content .category-list h3 {
		font-size:17px;
	}
	.option-filter-box .btn.btn-primary {
 	   padding: 5px 10px;
	}
	.category-pagination div.text-left,
	.category-pagination div.text-right {
		float:left;
		width:100%;
		text-align:center;
	}
	.rating .product-rating {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
	}
	.product-details .btn.btn-default.product-btn-compare {
		margin-top: 0;
		width: 100%;
	}
	.product-product .product-tabs .nav-tabs li {
		float: none;
		width:100%;
	}
	.product-product .nav-tabs > li > a {
		margin: 0 0 5px;
	}
	.image-additional a.thumbnail {
		margin: 5px;
	}
	.product-list .thumb-description {
		padding:0;
	}
	.product-product #form-review .form-group label.control-label {
		float: left;
		width: 100%;
	}
	.checkout-cart #content > .buttons {
		text-align: center;
		margin: 0 0 20px;
	}
	.checkout-cart .sub-total-table {
		width: 100%;
	}
	#checkout-cart .pull-left {
	  float: none;
	  margin: 0 0 10px;
	  width: 100%;
	}
	#checkout-cart .pull-right {
	  float: none;
	  width: 100%;
	}
	.footer-bottom p {
		padding: 15px 0;
	}
}
@media (max-width: 319px) {
	header #logo, #logo .img-responsive, #search { width: 100%; }
}
#content .html-content {
  float: left;
  width: 100%;
}
/*------------------ start ttcms offer --------------------*/
#ttcmsaboutus {
  float: left;
  margin: 0 0 100px;
  width: 100%;
}
.aboutus .aboutus-content {
  float: left;
  padding: 0 50px;
  width: 100%;
}
#ttcmsaboutus .aboutus-content img {
  max-width: 100%;
}
.aboutus {
	float: left;
	width: 100%;
	position: relative;
}
.aboutus .about-img .img-titles {
  bottom: auto;
  float: left;
  left: 35px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 40px;
  width: 62%;
}
.aboutus .about-img .img-titles .img-title {
	color: #81ba00;
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.6px;
	text-align: center;
	text-transform: capitalize;
}
.aboutus .about-img .img-titles .img-subtitle {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	text-transform: capitalize;
	font-family: Montserrat;
	letter-spacing: 0.6px;
	color: #111111;
}
.aboutus .about-content .about-title {
	color: #000000;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	margin: 0 0 20px;
	text-transform: capitalize;
	letter-spacing: 0.6px;
}
.aboutus .about-content .about-desc {
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 30px 0;
}
.aboutus .about-content .about-counter {
	float: left;
	width: 100%;
	margin:0 0 40px;
}
.aboutus .about-content .about-counter .counter {
  float: left;
  margin: 0 25px 0 0;
  position: relative;
  text-align: center;
  width: auto;
  cursor:pointer;
}
.aboutus .about-content .about-counter .counter .num {
	background: #81ba00;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
    display: inline-block;
    float: none;
    font: 500 30px/72px "Montserrat",sans-serif;
	color: #000000;
    height: 80px;
    text-align: center;
    vertical-align: top;
    width: 80px;
    transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    cursor: pointer;
}
.aboutus .about-content .about-counter .counter:hover .num{
	color:#fff;
}
.aboutus .about-content .about-counter .counter .num::before {
    background: #fff;
	border: 3px solid #81ba00;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
    z-index: -1;
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.aboutus .about-content .about-counter .counter:hover .num::before {
    transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
}
.aboutus .about-content .about-counter .counter .desc {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 18px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.aboutus .about-content .about-btn {
	float: left;
	width: 100%;
}
.aboutus .about-content .about-btn > a {
	background: #81ba00;
	color: #ffffff;
	width: auto;
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 21px;
	font-family: "Montserrat",sans-serif;
	padding: 11px 30px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-khtml-border-radius: 22px;
	transition:400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
}
.aboutus .about-content .about-btn > a:hover {
	background: #000000;
	color: #ffffff;
}
.aboutus .about-content {
	margin: 50px 0;
}
.aboutus .about-content .about-counter .counter:last-child {
	margin: 0;
}
@media (max-width: 1199px) {
	#ttcmsaboutus {
		margin: 0 0 50px;
	}
}
@media(max-width:991px){
	.aboutus .aboutus-content{
		padding:0;
	}
	.aboutus .about-img .img-titles .img-title{
		font-size: 30px;
		line-height: 40px;
	}
	.aboutus .about-img .img-titles .img-subtitle{
		font-size: 26px;
		line-height: 30px;
	}
	.aboutus .about-content{
		margin:20px 0;
	}
	.aboutus .about-content .about-title{
		font-size: 30px;
		line-height: 40px;
	}
	.aboutus .about-content .about-btn > a{
		font-size:14px;
		line-height:19px;
		padding: 10px 25px;
	}
	.aboutus .about-content .about-counter .counter:nth-child(2)::before {
		display: none;
	}
	.aboutus .about-content .about-counter .counter .num{
		height:60px;
		width:60px;
		line-height:55px;
		font-size:20px;
	}
	.aboutus .about-content .about-counter .counter{
		margin:0 20px 0 0;
	}
	.aboutus .about-content .about-counter .counter .desc{
		font-size:14px;
	}
}
@media(max-width:767px){
	#ttcmsaboutus {
		margin: 0 0 30px;
	}
	.aboutus .about-img,.aboutus .about-content,.aboutus .about-content .about-btn > a{
		float:none;
		display:inline-block;
		vertical-align:top;
		width:auto;
	}
	.aboutus{
		text-align:center;
	}
	.aboutus .about-img .img-titles{
		width:72%;
	}
	.aboutus .about-content .about-counter .counter{
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
@media(max-width:480px){
	.aboutus .about-content .about-title,.aboutus .about-img .img-titles .img-title{
		font-size: 24px;
		line-height: 34px;
	}
	.aboutus .about-img .img-titles .img-subtitle{
		font-size: 24px;
		line-height: 28px;
	}
	.aboutus .about-img,.aboutus .about-content {
		padding: 0;
	}
	.aboutus .about-content .about-counter .counter{
		margin: 0 10px 0 0;
	}
	.aboutus .about-img{
		width:100%;
	}
	.aboutus .about-img .img-titles{
		width: 64%;
	}
	.aboutus .about-content .about-counter .counter .desc{
		font-size:12px;
	}
}
/*----------------- End ttcms offer -------------------------*/
/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */

#ttcmstestimonial {
	background-attachment: scroll;
    background-image: url("TemplateTrip/images/pattern.png");
    background-repeat: repeat;
	background-color: #e5e5e5;
	cursor: pointer;
	float: left;
	margin: 0 0 80px;
	padding: 100px 0;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content {
	padding: 0;
	vertical-align: top;
	position:relative;
}
#ttcmstestimonial .tt-title {
	display: none;
}
#tttestimonial-carousel li {
	float: left;
	list-style: none;
	width: 100%;
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc{
	display: inline-block;
	float: none;
	padding: 0 8px;
	vertical-align: top;
	width: 75%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-image {
	float: none;
	display: inline-block;
	padding: 0;
	height: 120px;
	width: 120px;
	border: 5px solid #ffffff;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	box-shadow: 0 0 10px 1px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 10px 1px rgba(2, 2, 2, 0.1);
	-webkit-box-shadow: 0 0 10px 1px rgba(2, 2, 2, 0.1);
	vertical-align: top;
	overflow: hidden;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-image img {
	max-width: 100%;
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-content .testimonial-user-title > h4 {
	color: #000000;
	float: left;
	font: 400 18px/20px "Noto Sans",Arial,Helvetica,sans-serif;
	letter-spacing: 1.4px;
	margin: 0;
	padding: 0 0 10px;
	text-transform: capitalize;
	width: 100%;
}
#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
	color: #777777;
	font-family: Montserrat;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 32px;
	margin: 0 0 20px;
	position: relative;
}
#tttestimonial-carousel {
	float: none;
	text-align: center;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	margin:0;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content {
	display: inline-block;
	float: left;
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-desc p {
    font-size: 14px;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content > h4 {
	color: #111111;
	padding: 3px 0 10px;
	font: 600 14px/18px "Noto Sans", sans-serif;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content > h4:before {
    border-bottom: 1px solid #e9e8e6;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 50px;
}
#ttcmstestimonial .testimonial-content .testimonial-user-title {
  float: left;
  margin: 0 0 25px;
  width: 100%;
}
#ttcmstestimonial .tttestimonial-content ul li .testimonial-content .user-designation {
	color: #000000;
	float: left;
	font: 400 15px/20px 'Noto Sans', sans-serif;
	text-transform: capitalize;
	width: 100%;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination {
    float: left;
    width: 100%;
    text-align: center;
	position: static;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    float: none;
    height: 12px;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	background:#cccccc;
	vertical-align:middle;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page span {
	display: none;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page:hover{
    background: #000;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page.active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #222;
	height: 15px;
	vertical-align: middle;
	width: 15px;
	position:relative;
}
#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination .owl-page.active::after {
	background: #222 none repeat scroll 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 5px;
}
#ttcmstestimonial:hover .tttestimonial-content .owl-controls .owl-pagination {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
@media (max-width: 1199px) {
	#ttcmstestimonial {
		margin: 0 0 50px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-desc p {
        margin: 0;
    }
}
@media (max-width: 991px) {
	#ttcmstestimonial.container {
		padding: 0 15px;
	}
    #ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block .ttblock-heading {
        font-size: 28px;
    }
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-desc p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    #ttcmstestimonial {
		margin: 0 0 30px;
		padding: 50px 0;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc{
		width:85%;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
		font-size: 18px;
		line-height: 30px;
	}
	#ttcmstestimonial .tttestimonial-content .owl-controls .owl-pagination {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
	}
}
@media (max-width: 543px) {
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-content .testimonial-user-title > h4 {
		width:100%;
	}
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-content {
        margin: 20px 0 0;
        width: 100%;
        text-align: center;
    }
    #ttcmstestimonial .tttestimonial-content ul li .testimonial-content .testimonial-user-title > h4:before {
        right: 0;
    }
	#ttcmstestimonial {
	  padding:40px 0;
	}
	#tttestimonial-carousel li {
	  padding: 0 10px;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc p {
	  font-size: 16px;
	  line-height:28px;
	}
	#ttcmstestimonial #tttestimonial-carousel li .testimonial-desc {
	  width: 100%;
	}
}
/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
/* ------------------ Start TT - CMS video block --------------------- */
.video-cms {
  margin-bottom: 60px;
}
#ttcmsvideo {
  float: left;
  margin: 0 0 100px;
  width: 100%;
}
#ttcmsvideo .container {
  padding: 0 95px;
}
#ttcmsvideo  #popup__toggle {
  cursor: pointer;
  float: left;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
#popup__toggle .image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	width: 100%;
}
#popup__toggle:hover .image-hover {
	background: rgba(0, 0, 0, 0.3);
}
#popup__toggle .play-icone {
	background: #abd373;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	direction: ltr;
	bottom: 0;
	height: 60px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}
#popup__toggle .play-icone i {
	color: #ffffff;
	font-size: 30px;
	line-height: 60px;
	padding: 0 22px;
}
#ttcmsvideo  img {
  cursor: pointer;
  max-width: 100%;
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
}
#ttcmsvideo #popup__toggle:hover  img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
#ttcmsvideo .popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 100;
}
#ttcmsvideo .popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}
#ttcmsvideo .popup {
    background: #000000;
	border: 1px solid #000000;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-khtml-border-radius: 22px;
	color: #ffffff;
	display: inline-block;
	height: 80%;
	margin: 8% 0;
	max-height: 100%;
	max-width: 100%;
	padding: 20px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
#ttcmsvideo .popup-form__row {
  margin: 1em 0;
}
#ttcmsvideo .popup__close {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 12px;
  height: 12px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#ttcmsvideo iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
	#ttcmsvideo {
		margin: 0 0 50px;
	}
}
@media (max-width: 991px) {
	.video-cms {
	  margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	#ttcmsvideo {
		margin: 0 0 30px;
	}
}
@media (max-width: 480px) {
	#ttcmsvideo .container {
	  padding: 0 15px;
	}
	#popup__toggle .play-icone {
		height: 40px;
		width: 40px;
	}
	#popup__toggle .play-icone i {
		font-size: 20px;
		line-height: 40px;
		padding: 0 15px;
	}
}
/* ------------------ End TT - CMS video block --------------------- */
/* ------------------ Start TT - CMS services block --------------------- */
#ttcmsservices {
  float: left;
  margin: 0 0 100px;
  width: 100%;
}
#ttcmsservices .services {
	background-attachment: scroll;
	background-image: url("TemplateTrip/images/pattern.png");
	background-repeat: repeat;
	background-color: #e5e5e5;
	float: left;
	width: 100%;
	position: relative;
	padding: 18% 0 90px;
	margin:-20% 0 0;
	text-align:center;
}
#ttcmsservices .services .tt-title {
  padding-bottom: 20px;
}
#ttcmsservices .services .service-subtitle {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.8px;
	text-transform: capitalize;
	margin:0 0 90px;
	font-style:italic;
	font-family: Montserrat;
	color: #545454;
}
#ttcmsservices .services .services-content {
	float: left;
	width: 100%;
}
#ttcmsservices .services .services-content .service-content {
	float: left;
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
}
#ttcmsservices .services .services-content .service-content .services-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-style:italic;
  font-family: "Montserrat";
  color: #000000;
}
#ttcmsservices .services .services-content .service-content .service-desc {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.8px;
}
#ttcmsservices .services .services-content .service .service-img::after {
  background: rgba(0, 0, 0, 0) url("TemplateTrip/images/service-bg-1.png") no-repeat scroll 0 0 / contain ;
  content: "";
  height: 150px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
#ttcmsservices .services .services-content .service:nth-child(2n) .service-img::after {
  background: rgba(0, 0, 0, 0) url("TemplateTrip/images/service-bg-2.png") no-repeat scroll 0 0 / contain ;
}
#ttcmsservices .services .services-content .service-img {
	float: left;
	width: 100%;
	text-align: center;
}
#ttcmsservices .services .services-content .service .service-img img {
	z-index: 3;
	position: relative;
	margin: 40px 0;
	transition:400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
	max-width: 100%;
}
#ttcmsservices .services .services-content .service:hover .service-img img {
	transform: rotateY(180deg);
}
@media(max-width:1199px){
	#ttcmsservices {
		margin: 0 0 50px;
	}
}
@media(max-width:991px){
	#ttcmsservices .services .service-subtitle{
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 50px;
	}
	#ttcmsservices .services .services-content .service .service-img img{
		margin:25px 0;
	}
	#ttcmsservices .services .services-content .service-content .services-title{
		font-size:20px;
		line-height:22px;
	}
	#ttcmsservices .services .services-content .service .service-img::after {
		height: 120px;
		width: 120px;
	}
}
@media(max-width:767px){
	#ttcmsservices {
		margin: 0 0 30px;
	}
	#ttcmsservices .services .services-content .service {
		margin-bottom: 30px;
	}
	#ttcmsservices .services .services-content .service-content{
		margin:20px 0 0;
	}
	#ttcmsservices .services .services-content .service-content .services-title{
		margin:0 0 20px;
	}
	#ttcmsservices .services{
		padding: 20% 0 30px;
	}
	#ttcmsservices .services .service-subtitle{
		font-size: 16px;
		line-height: 24px;
	}
}
@media(max-width:480px){
    #ttcmsservices .services {
        padding: 18% 0 30px;
    }
	#ttcmsservices .services .service-subtitle {
      	font-size: 13px;
      	line-height: 22px;
		margin: 0 0 30px;
		padding: 0 5px;
	}
	#ttcmsservices .services .services-content .service{
		width:100%;
	}
	#ttcmsservices .services .services-content .service-content .services-title {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 22px;
	}
}
/* ------------------ End TT - CMS services block --------------------- */
/* ---------------------- Start TT CMS banner Block --------------------------*/
	#ttcmsbanner {
	  float: left;
	  margin: 0 0 100px;
	  width: 100%;
	}
	#ttcmsbanner .ttbanner {
	  float: left;
	  width: 100%;
	}
	#ttcmsbanner .ttbanner .banners .banner-img > a {
	  border-radius: 22px;
	  -moz-border-radius: 22px;
	  -webkit-border-radius: 22px;
	  -khtml-border-radius: 22px;
	  display: inline-block;
	  float: left;
	  overflow: hidden;
	  position: relative;
	  width: 100%;
	}
	#ttcmsbanner .ttbanner .banners .banner-img img {
	  transition: all 400ms ease-in-out 0s;
	  -webkit-transition: all 400ms ease-in-out 0s;
	  -moz-transition: all 400ms ease-in-out 0s;
	  -o-transition: all 400ms ease-in-out 0s;
	  -ms-transition: all 400ms ease-in-out 0s;
	  max-width: 100%;
	}
	#ttcmsbanner .ttbanner .banner-content .banners .banners-content {
	  float: left;
	  position: absolute;
	  text-align: center;
	  width: auto;
	}
	#ttcmsbanner .ttbanner .banner-content .banners.banner1 .banners-content {
	  bottom: auto;
	  left: auto;
	  right: 50px;
	  top: 60px;
	}
	#ttcmsbanner .ttbanner .banner-content .banners.banner2 .banners-content {
	  bottom: auto;
	  left: 50px;
	  right: auto;
	  top: 60px;
	}
	#ttcmsbanner .ttbanner .banners .banners-content .title {
	  font-family: Montserrat;
	  font-size: 34px;
	  font-weight: 700;
	  line-height: 48px;
	  text-transform: capitalize;
	  color: #000000;
	}
	#ttcmsbanner .ttbanner .banners .banners-content .subtitle {
	  font-family: 'Noto Sans', sans-serif;
	  font-size: 18px;
	  font-weight: 400;
	  line-height: 44px;
	  text-transform: capitalize;
	  color: #000000;
	}
	#ttcmsbanner .ttbanner .banners-content .button {
	  float: left;
	  width: 100%;
	}
	#ttcmsbanner .ttbanner .banner-content .banners-content .button > a {
	  background: #81ba00;
	  color: #ffffff;
	  border-radius: 22px;
	  -moz-border-radius: 22px;
	  -webkit-border-radius: 22px;
	  -khtml-border-radius: 22px;
	  display: inline-block;
	  float: none;
	  font-size: 14px;
	  line-height: 24px;
	  margin-top: 10px;
	  padding: 10px 25px;
	  text-transform: capitalize;
	  transition: all 400ms ease-in-out 0s;
	  -webkit-transition: all 400ms ease-in-out 0s;
	  -moz-transition: all 400ms ease-in-out 0s;
	  -o-transition: all 400ms ease-in-out 0s;
	  -ms-transition: all 400ms ease-in-out 0s;
	  vertical-align: top;
	}
	#ttcmsbanner .ttbanner .banner-content .banners-content .button > a:hover {
		background: #000000;
	}
	@media (min-width: 768px) {
		#ttcmsbanner .ttbanner .banners .banner-img:hover img {
		  transform: scale(1.1);
		  -webkit-transform: scale(1.1);
		  -moz-transform: scale(1.1);
		  -o-transform: scale(1.1);
		  -ms-transform: scale(1.1);
		}
	}
	@media (max-width: 1199px) {
		#ttcmsbanner {
			margin: 0 0 50px;
		}
		#ttcmsbanner .ttbanner .banners .banners-content .title {
			font-size: 30px;
			line-height: 38px;
		}
		#ttcmsbanner .ttbanner .banners .banners-content .subtitle {
			font-size: 14px;
			line-height: 38px;
		}
		#ttcmsbanner .ttbanner .banner-content .banners-content .button > a {
			font-size: 14px;
			padding: 8px 20px;
		}
		#ttcmsbanner .ttbanner .banner-content .banners.banner1 .banners-content,
		#ttcmsbanner .ttbanner .banner-content .banners.banner2 .banners-content {
			top: 50px;
		}
	}
	@media (max-width: 991px) {
		#ttcmsbanner .ttbanner .banners .banners-content .title {
			font-size: 24px;
			line-height: 32px;
		}
		#ttcmsbanner .ttbanner .banners .banners-content .subtitle {
			font-size: 14px;
			line-height: 38px;
		}
		#ttcmsbanner .ttbanner .banner-content .banners.banner1 .banners-content,
		#ttcmsbanner .ttbanner .banner-content .banners.banner2 .banners-content {
			top: 30px;
		}
	}
	@media (max-width: 767px) {
		#ttcmsbanner {
		  margin: 0 0 30px;
		}
	}
	@media (max-width: 543px) {
		#ttcmsbanner .banner-content .banners {
		  margin: 0 0 15px;
		  width: 100%;
		}
		#ttcmsbanner .banner-content .banners:last-child {
			margin: 0;
		}
	}
	@media (max-width: 480px) {
		#ttcmsbanner .ttbanner .banner-content .banners.banner1 .banners-content,
		#ttcmsbanner .ttbanner .banner-content .banners.banner2 .banners-content {
			top: 20px;
		}
		#ttcmsbanner .ttbanner .banner-content .banners.banner1 .banners-content {
			right: 30px;
		}
		#ttcmsbanner .ttbanner .banner-content .banners.banner2 .banners-content {
			left: 30px;
		}
		#ttcmsbanner .ttbanner .banners .banners-content .title {
		  font-size: 20px;
		  line-height: 28px;
		}
		#ttcmsbanner .ttbanner .banners .banners-content .subtitle {
			line-height: 34px;
		}
		#ttcmsbanner .ttbanner .banner-content .banners-content .button > a {
		  font-size: 14px;
		  margin: 0;
		  padding: 5px 15px;
		}
	}
/* ---------------------- End TT CMS banner Block --------------------------*/
/* ---------------- Start TT - CMS Footer-Payment-logo Css ------------- */
	#ttcmspaymentlogo {
		float: left;
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}
	#ttcmspaymentlogo h5 {
	  display: none;
	}
	#ttcmspaymentlogo .payment_logo_block .payment-title {
		color: #000000;
		float: left;
		font: 400 14px/18px 'Noto Sans', sans-serif;
		padding: 20px 0 10px;
		text-align: center;
		vertical-align: middle;
		display: none;
		width: 100%;
	}
	#ttcmspaymentlogo .payment_logo_block ul {
		display: inline-block;
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
		vertical-align: top;
		width: auto;
	}
	#ttcmspaymentlogo .payment_logo_block ul li {
		display: inline-block;
		float: none;
		list-style: outside none none;
		padding: 0 5px;
		vertical-align: top;
		width: auto;
	}
	#ttcmspaymentlogo .payment_logo_block ul li a::before {
		display: none;
	}
	#ttcmspaymentlogo .payment_logo_block img {
		max-width: 100%;
	}
	@media (max-width: 991px) {
		#ttcmspaymentlogo {
			 margin: 20px 0;
		}
		#ttcmspaymentlogo .payment_logo_block ul li {
			padding: 5px 0;
		}
	}
/* -------------------- End TT - CMS Footer-Payment-logo Css ------------------- */
/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/

input[type="radio"],
input[type="checkbox"] {
margin-top: 0px;
cursor: pointer;
}
.checkbox-wrapper {
background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -257px;
width: 15px;
height: 15px;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: middle;
}
.checkbox-wrapper:hover {
background-position: -30px -257px;
}
.checkbox-wrapper.active {
background-position: -15px -257px;
}
.checkbox-wrapper input {
background: none;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
position: relative;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
}
.radio-wrapper {
background: url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -243px;
width: 13px;
height: 13px;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: middle;
}
.radio-wrapper:hover,
.radio-wrapper.active {
background-position: -13px -243px;
}
.radio-wrapper input {
background: none;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
position: relative;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
}
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/
.full-header.fixed {
	  background: #ffffff;
	  transition: all 400ms ease 0s;
	  -webkit-transition: all 400ms ease 0s;
	  -moz-transition: all 400ms ease 0s;
	  -ms-transition: all 400ms ease 0s;
	  -o-transition: all 400ms ease 0s;
	  animation: fixedmenu 1s ease 0s normal both 1 running;
	  -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -o-animation: fixedmenu 1s ease 0s normal both 1 running;
	  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	  position: fixed !important;
	  left: 0;
	  right: 0;
	  padding: 0 40px;
	  width: 100%;
	  z-index: 99;
}
	@-webkit-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }

	  100% {
		top: 0;
	  }
	}

	@-moz-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }

	  100% {
		top: 0;
	  }
	}

	@keyframes fixedmenu {
	  0% {
		top: -100%;
	  }

	  100% {
		top: 0;
	  }
	}
#at15s .at-label {
	margin: 0 5px;
}


/*------------------------ instagram CSS start -----------------------------------------*/
#instaLink_0, #instaLink_0 .instalink-feed-wrapper {
	background: #fff !important;
}
/*------------------------instagram CSS End -----------------------------------------*/
