/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 31px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


.row{
margin:0px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel{
top:0px;	
}

.navbar{
min-height:28px;
margin:0px;
}

.navbar-nav li a{
padding:5px 10px;
font-size:13px;
font-family:Roboto, Arial, Verdana;
}

.navbar-inverse{
background:#330066;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #eeeeee;
  background-color: transparent;
}

header{
margin:0px;
padding:25px 0px 0px 0px;
background:#660099;
min-height:100px;	
}

header .logo{
margin:0px;
padding:0px;	
}

.tpbutn .btn, .tpbutn .btn-lg{
	border-radius:0px;
	border:1px solid #ccc;
	background:#330066;
	color:#fff;
	font-family:Roboto, Arial, Verdana;
}

.tpbutn li a{
	font-size:15px;
	font-weight:bold;
}

.spday .btn, .spday .btn-lg{
	border-radius:0px;
	border:1px dashed #ccc;
	background:#330066;
	color:#fff;
	font-family:Roboto, Arial, Verdana;
}

.nopadding,.nopad{
padding:0px;	
}
.fulpad{
padding:10px;
}
.tbpad{
padding:10px;
}
.hlfpad{
padding:0px 5px;
}

.bgred{
	background:#ff0000;
	color:#fff;
}

.bggrey{
margin:25px 0px 0px 0px;
background:#f6f6f6;	
padding:0px 0px 15px 0px;
}
.bgdgry{
margin:0px 0px 25px 0px;
background:#dedede;	
padding:0px 0px 15px 0px;
text-align:center;
}
.brngan{
background:#f6f6f6;
padding-bottom:15px;	
}

.tpsrch{
	padding:0px 0px;
}

.hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 20px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.nav-tabs{
font-family:Roboto, Arial, Verdana;
font-size:16px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #f6f6f6;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0px solid #f00;
  border-top: 3px solid #f00;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0px;
  border-radius: 0px;
}

.panel {
	margin:10px 0px 5px 0px;
	border-radius:0px;
}
.panel-default > .panel-heading {
	background:#fff;
	border-radius:0px;
	padding:10px 10px 5px 10px;
	text-align:center;
	border-bottom:0px;
}

.panel-body{
	padding:8px 15px;
	text-align:center;
	min-height:220px;
}
.panel-body h5{
font-family:Trebuchet MS, Roboto, Arial, Verdana;
font-weight:bold;
font-size:24px;
text-align:center;
}
.panel-body p{
margin:15px 0px;
}

.panel-body a.btn{
white-space:normal;
}

.panel-body a.ttl{
font-family:Roboto, Arial, Verdana;
font-size:17px;
color:#006699;
padding:0px 0px;
}

.panel-body a.ttl:hover{
text-decoration:underline;
}

.couponcode, .couponcodedl{
margin:0px 0px 5px 0px;
color:#330066;
font-size:20px;
font-weight:bold;
font-family:Trebuchet MS, Roboto, Arial, Verdana;
border:1px dashed #c1c7ce;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:0px;
padding:12px 10px 11px 10px;
display:inline-block;
transition:none;
}
.couponcodedl{
color:#cc3300;
}
a.couponcode:hover, a.couponcodedl:hover{
color:#660099;
text-decoration:none;
}
a.couponcodedl:hover{
background:#eee;
}

.couponcode .fa{	
font-size:22px;
color:#333;
}

.popover{
max-width: 100%; /* Max Width of the popover (depending on the container!) */
font-weight:bold;
}

.panel-footer{
text-align:center;
background:#eee;
}

.panel-footer a.vall{
font-family:Trebuchet MS, Roboto, Arial, Verdana;
font-size:18px;
color:#ff9933;
font-weight:bold;
}

.slgun{
margin:15px 0px 25px 0px;
}

.slgun h1{
font-family:Trebuchet MS, Roboto, Arial, Verdana;
font-size:30px;
color:#330066;
font-weight:bold;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0px 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoYoutube:hover {
	background-color:#CC0000;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network li a {
 background-color: #666666;   
}

.footlinks h4{
font-family:Roboto, Arial, Verdana;
font-size:20px;
color:#cc3300;
border-bottom:1px solid #eeeeee;
padding:8px 0px 8px 10px;
}

ul.folks{
margin:0px 0px 0px -35px;
}

ul.folks li{
margin:0px;
list-style-type:none;
}

ul.folks li a{
margin:0px;
padding:5px 0px 5px 8px;
display:block;
color:#999999;
}

ul.folks li.topbrd a{
border-top:1px solid #ccc;
color:#666666;
font-weight:bold;
}

ul.frok{
margin:0px 0px 15px -15px;
}
ul.frok li{
margin:5px 0px;
color:#666666;
}
p.shot{
font-size:18px;
color:#006699;
font-family:Roboto, Arial, Verdana;
}

.bgfoot h5{
margin:15px 0px;
font-size:22px;
color:#ffffff;
font-family:Roboto, Arial, Verdana;
}

.bgfoot .fa{
color:#ccc;
font-size:30px;
}


/*===========================
  Portfolio
============================ */

.portfolio-filter{
margin:0px 0px 0px 0px;
padding:0px;
}

.portfolio-filter li{
	display:inline-block;
	margin:0px 0px 5px 0px;
}
.portfolio-filter a{
	padding: 10px 12px 15px 12px;
	line-height: 20px;
	text-decoration: none;
	font-family: 'Roboto', Arial, Verdana;
	color:#669900;
	font-size:20px;
	border:0px;
	border-top:3px solid #666666;	
	border-radius:0px;
}

.portfolio-filter a.active{
border-top:3px solid #ff6600;
color:#666666;
background:#fff;
}

.portfolio-filter .btn.active{
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}

.portfolio-filter .fa{
font-size:25px;
color:#666;
}
.portfolio-filter a.active .fa{
color:#660000;
}

.portfolio-item p a.btn{
white-space:normal;
text-align:left;
padding:0px 0px;
}

.portfolio-item h4{
margin:0px;
padding:8px 0px 3px 0px;
font-family: Arial, Verdana, Trebuchet MS;
font-size:22px;
color:#339900;
}

.coupad{
margin:5px 0px 5px 0px;
padding:5px 0px 10px 0px;
border-top:1px solid #eee;
}

.coupad:hover{
z-index: 2;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
-o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.coupad p{ 
margin:0px 0px;
padding:0px;
font-family: Arial, Verdana, Trebuchet MS;
font-size:13px;
line-height:18px;
}
.coupad p a{
margin:5px 0px;
text-decoration:none;
font-family: 'Roboto', Arial, Verdana;
font-size:25px;
line-height:32px;
color:#006699;
}

.coupad ul.exp a{
font-size:16px;
color:#993300;
}
ul.exp{
margin:8px auto 8px;
color:#666;
font-size:15px;
font-family:Roboto, Arial, Verdana;
}
ul.exp .fa{
margin:0px 0px 0px 0px;
color:#669900;
font-size:18px;
}
ul.exp li{
border-right:1px solid #eee;	
padding:0px 10px 0px 10px;
}

.tablet{
padding:10px 0px 0px 0px;
text-align:center;
}

.separator { border-right: 1px solid #eee; }
@media (max-width:480px){.separator{border-right:0px;}}

.percit, .percitc{
margin:10px auto 5px;
padding:0px;
border:1px solid #669900;
border-radius:8px;
text-align:center;
width:70px;
}
.percitc{
border:1px solid #cc3300;
}
.percit p, .percitc p{
padding:5px 0px 5px 0px;
font-family:Arial, Verdana, Trebuchet MS;
font-size:18px;
line-height:22px;
color:#333;
}
.percit .jax, .percitc .jax{
padding:5px 0px;
background:#669900;
color:#fff;
border-radius:0px 0px 5px 5px;
line-height:18px;
}
.percitc .jax{
background:#cc3300;
}

.prodfade{
margin:3px 0px 0px 0px;
padding:3px 5px;
position: relative;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.prodfade:hover{
z-index: 2;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
-o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
background:#fff;
}

.prodfade h5{
color:#666;
font-size:20px;
}

.prodfade h5 .rate{
color:#990000;
}

.prodfade .panel {
margin:3px 0px 3px 0px;
}

.pg-hdn{
margin:35px 0px 0px 0px;
border-bottom:0px;
font-size:30px;
}

.merlogo img{
margin:15px auto 10px;
border: 1px solid #993300;
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
filter: none;
width:165px;
position: relative;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.merlogo img:hover{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */

z-index: 2;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
-o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
}


.merinlogo img{
margin:10px auto 10px;
width:70%;
}

.breadcrumb{
margin-bottom:5px;
padding:5px 15px;
}


p.chok{
margin:0px 0px 10px 0px;
padding:0px;
font-family: 'Roboto', Arial, Verdana;
font-size:16px;
color:#330066;
}
p.chok .fa{
color:#339900;
font-size:20px;
}

.morectnt span { display: none; }

.btn-coupon {
    background-color: #5EAEF5;
    border: 0px none;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    border-radius: 0px;
    padding: 12px 24px;
    width: 220px;
    height: 42px;
}
.sz-2, .szh-2:hover, .szh-2:focus {
    box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.15), 0px 8px 8px -4px rgba(0, 0, 0, 0.15);
}
.btn-coupon.btn-deal span {
    width: 100%;
    box-shadow: none;
    background-color: #330066;
	z-index: 2;
	}

.btn-coupon span, .btn-coupon small {
    position: absolute;
    height: 100%;
    font-size: 14px;
    padding: 12px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0px;
    top: 0px;
}

.go-smooth {
    transition: all 0.35s ease 0s;
}

.rsg h3{
color:#ff0000;
}

.flatbanner{
margin:0px;
padding:0px;
text-align:center;
}

.expired{
margin:0px 0px 0px 0px;
padding:0px 0px;
line-height:35px;
font-size:15px;
border-bottom:1px solid #dddddd;
}

.expired :hover{
background:#dddddd;
}

.expired a{
text-decoration:none;
}

.brngan h3{
border-bottom:1px solid #dddddd;
margin-bottom:0px;
padding:0px 0px 8px 0px;
}
.rsg h3{
border-bottom:0px;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.slistlk{
margin:0px;
padding:0px 0px;
border-bottom:1px solid #eee;
}

.slistlk a{
padding:8px 0px;
font-family: 'Roboto', sans-serif;
font-size:18px;
display:block;
}

/* Footer Styles */

footer{
    margin: 15px 0;
}

footer a{
color:#fff;
}
footer a:hover{
color:#eeeeee;
}

footer p{
line-height:25px;
}

.bgfoot{
background:#660099;
color:#fff;
margin-top:25px;
}




/* Responsive Styles */

@media(max-width:767px) {

	header .logo{
	margin:8px 0px;
	padding:0px;	
	}

	.tpbutn{
	margin:5px 0px;	
	}

	.xs-hidden{
	display:none;	
	}

	.tpsrch{
	padding:8px 0px;
	}

}

@media(max-width:991px) {
	
.tpsrch{
padding:8px 0px;
}

.pg-hdn{
font-size:28px;
}

}

.halfpad{
padding:5px;
}