/* 

1. HEADER




*/

/* ******************* GLOBAL ************** */

a{
	transition: all 300ms ease-in;
}


.border-lr{
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

/* ************** HEADER ***************** */
body{
	font-family: Arial, Helvetica, sans-serif !important;
}

header ul.side-menu{
	list-style-type: square;
	padding-top: 25px;
}
header ul.side-menu li, header section#top-huge-menu ul.menu-list li{
	list-style: none;
	background: url(../images/bar-grey.jpg) no-repeat 2px 6px transparent;
	background-position: left center;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 17px;
    vertical-align: middle;
    transition: all 300ms ease;
}

header ul.side-menu li:hover, header section#top-huge-menu ul.menu-list li:hover{
	background: url(../images/bar.jpg) no-repeat 2px 4px transparent;
    background-size: 12px 12px;
    background-position: left center;
    background-color: white;
}
header ul.side-menu li a{
	text-decoration: none;
	outline: none;
}

header ul.side-menu li a:link, header ul.side-menu li a:visited{
	color: #636363;
}
header ul.side-menu li a:hover, header ul.side-menu li a:active{
	color:#186598	;
}

header p.silver-back{
	text-align:center;
	background: #f2f2f2;
	padding: 5px;
	color: #CC0000;
	font-weight: bold;
}

header p.silver-back a{
	color: inherit;
	text-decoration: none;
}

header section#top-below2, header section#top-below{
	margin: 15px 0px;
}
header section#top-below2 a{
	text-decoration: underline;
	color: #186598;
}
header section#top-below2 p{
	color: #636363;
	padding: 0px 15px;
	text-align: justify;
}
header section#top-below2 span{
	font-weight: bold;
}

header section#top-huge-menu ul.menu-list{
	padding: 5px;
}

header section#top-huge-menu ul.menu-list li a{
	text-decoration: none;
	font-weight: bold;
}

header ul.menu-list li a:link, header ul.menu-list li a:visited{
	color: #636363;
}
header ul.menu-list li a:hover, header ul.menu-list li a:active{
	color:#CC0000;
}

header section#responsive-menu .nav-back{
	background-color: #186598;
}

header section#responsive-menu .navbar-toggle .icon-bar{
	background-color: #ffffff;
}

header section#responsive-menu .navbar-toggle{
	border: 1px solid white;
}

header section#responsive-menu a.navbar-brands img{
	width: 59px;
}

header section#responsive-menu .navbar-nav > li > a{
	color: white;
}
header section#responsive-menu .navbar-nav > li a:hover{
	color: #525256;
}

section#promotion img, section#cate-box img{
	width: 100%;
}
section#cate-box{
	border-top: 20px solid #f2f2f2;
	border-bottom: 20px solid #f2f2f2;
	padding-top: 30px;
}
section#cate-box p{
	margin-bottom: 0px;
	text-align: center;
}
section#cate-box p a{
	color: #636363;
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: none;
}
section#cate-box p a:hover{
	color: #186598;
}
section#cate-box .row{
	margin: 0px;
}
/* *********************** 2. BODY ******************** */

#owl-home-slider .item{
  margin: 3px;
  position: relative;
}
#owl-home-slider .item img{
  display: block;
  width: 100%;
  height: auto;
}

section#carousel{
	margin: 20px 0px;
}

div#subscribe{
	background-color: #CC0000;
	padding: 40px 20px;
	
}
section#contact-and-sub{
	margin: 30px 0px;
}
section#carousel .item img:hover{
	transition: all 300ms ease;
	transform: scale(1.1);
	overflow: visible;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

div#subscribe div#icon{
	display: inline-block;
    vertical-align: middle;
}
div#subscribe div#icon{
	font-size: 56px;
	color: white;
}


div#subscribe div#text{
	color: white;
	display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    width: 80%;
}

div#subscribe form{
	text-align: center;
	margin-top: 20px;
}
div#subscribe input[type="email"]{
	height: 35px; 
	padding-left: 10px;
	border-radius: 0px;
	border: unset;
}
div#subscribe input[type="submit"]{
	background-color: #333333;
	border: 1px solid #DBDBDB;
	color: white;
	height: 35px;
}
div#subscribe input[type="submit"]:hover{
	background-color: #CC0000;
}

section#contact-and-sub form{
	padding: 15px;
}
#contact-frm{
	background: #f2f2f2;
}
#contact-frm h2{
	margin-top: 0px;
}
#contact-frm input[type="text"], #contact-frm input[type="eamil"]{
	margin-bottom: 25px;
}

section#contact-and-sub .form-horizontal .form-group{
	margin: 0px;
}
/* ******************** 3. FOOTER ******************** */

footer{
	border-top: 20px solid #f2f2f2;
	border-bottom: 20px solid #f2f2f2;
	font-size: 11px;
	padding: 10px 0px;
}
footer ul{
	padding-left: 15px;
}
footer #top-footer ul li{
	list-style: none;
 	background: url(../images/bar.jpg) no-repeat 2px 4px transparent;
    background-size: 8px 8px;
    background-position: left center;
    padding-left: 14px;
}
footer ul li a:hover{
	text-decoration: none;
}
footer ul li a:link, footer ul li a:visited{
	color:#636363;
}
footer ul li a:active, footer ul li a:hover{
	color: #186598;
}

footer div#social ul li{
	list-style: none;
	float: left;
}
footer div#social ul li a{
	display: inline-block;
	padding: 8px;
	text-align:center;
	background-color: #f2f2f2;
	border-radius: 100%;
	margin: 5px;
	box-sizing: border-box;
	width: 38px;
	font-size: 16px;

}
footer div#social ul li:nth-child(1):hover > a{
	background-color: #3b5998;
	color: white;
}
footer div#social ul li:nth-child(2):hover > a{
	background-color: #55acee;
	color: white;
}
footer div#social ul li:nth-child(3):hover > a{
	background-color: #069;
	color: white;
}

section#footer-bottom{
	padding: 20px 0px;
}
section#footer-bottom p.first{
	text-align:left;
	color: #636363;
	padding-left: 15px;
}

section#footer-bottom p.second{
	text-align:center;
	font-weight: bold;
}

section#footer-bottom p.third{
	text-align:right;
	color: #636363;
}

section#footer-bottom p a{
	color: #636363;
	text-decoration: none;
	padding-right: 15px;
}


@media only screen and (max-width: 992px){
	p.logo img{width: 100%;}
	section#footer-bottom p{
		text-align:center !important;
	}
	footer div#social ul li a{
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
}

@media only screen and (min-width: 768px){
	.pad-all-zero{
		padding: 0px;
	}
	section#responsive-menu{
		display: none;
	}
}

@media only screen and (max-width: 768px){
	section#top-huge-menu{
		display: none;
	}
	section#top div#right-top-menu{
		display: none;
	}
}

@media only screen and (max-width: 372px){
	div#subscribe div#icon{
		display: block;
		text-align: center;
	}
	div#subscribe div#text{
		display: block;
		text-align: center;
		width: unset;
	}
}