/*----------------------------------------
	HTML ELEMENTS
----------------------------------------*/
@import url(fonts.css);

body {
	min-width: 640px;
	padding: 0;
	margin: 0;
	font-family: 'db_heaventregular', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	background: #000 url(../images/bg/bg.jpg) no-repeat top center;
}
a, a:link, a:visited, a:hover, a:active, a:focus, div {
   outline: 0;
}
img, a img {
	outline: 0px none;
    border: 0px none;
}
.img-block {
    display: block;
	margin-left: auto;
	margin-right: auto;
}
.fade {
	opacity: 1;
}


/*----------------------------------------
	Typography
----------------------------------------*/
h1, h2, h3, h4, h5, h6, b {
	margin: 0;
	padding: 0;
	font-family: 'db_heaventmed', sans-serif;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	color: #fff;	
	text-transform: uppercase;
}
h3 {
	font-size: 58px;
	line-height: 58px;
	color: #1688dc;	
}
p {
	font-size: 20px;
	line-height: 20px;	
	color: #fff;
}
b {
	font-family: 'db_heaventbold', sans-serif;
}


/*----------------------------------------
	Buttons
----------------------------------------*/
.btn {
	padding: 8px 12px;
	font-family: 'db_heaventmed', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	-webkit-border-radius: 0;	
	-moz-border-radius: 0;	
	border-radius: 0;	
}
.btn.btn-primary,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
	color: #fff;
	border: 0;
	background-color: rgba(22, 136, 220, 0.3); 
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.btn.btn-primary:hover,
.btn.btn-primary.active,
.btn.btn-primary:active {
	background-color: #1688dc; 
}

.button-buy {
	width: 100%;
	margin: 0 0 100px 0;
	display: block;	
	text-align: center;
}
.btn-cart,
.btn-cart.focus,
.btn-cart:focus {
	width: 250px;
	height: 50px;
	padding: 6px 16px;
	padding-left: 80px;
	background: url(../images/icons/btn_cart.png) no-repeat center left;
	background-color: #0186df;
	font-family: 'db_heaventmed', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;	
	border-radius: 10px;	
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.btn-cart:hover,
.btn-cart.active,
.btn-cart:active {
	color: #fff;
	background-color: #0066b9;
}


/*----------------------------------------
	Forms
----------------------------------------*/
label {
	font-family: 'db_heaventregular', sans-serif;
	font-size: 20px;
	line-height: 22px;
}
label.error {
	font-style: normal;
	font-weight: normal;
    color: #cc0000;
    margin-top: 1px;
    padding: 7px 10px;
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	        box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
label.error:before {
    content:"";
    position: absolute;
    display: block;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
	padding: 8px 12px;
	height: 40px;
	margin-bottom: 10px;
	font-family: 'db_heaventregular', sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #333;
	border-color: #000;
	-webkit-border-radius: 0;	
	-moz-border-radius: 0;	
	border-radius: 0;
	background: #ccd0d2;
}
.form-control:focus {
	border-color: #000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
			box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
textarea.form-control {
	padding: 8px 12px;
	height: 80px;
}
.form-control::-moz-placeholder {
	color:#333;
}
.form-control:-ms-input-placeholder {
	color:#333;
}
.form-control::-webkit-input-placeholder {
	color:#333;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	margin-top: 15px;
	margin-bottom: 10px;
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	padding: 5px 10px;
	font-family: 'db_heaventregular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #333;
}
.btn.dropdown-toggle {
	height: 40px;
	border: 1px solid #000;
	font-family: 'db_heaventregular', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	-webkit-border-radius: 0;	
	-moz-border-radius: 0;	
	border-radius: 0;	
	background: #ccd0d2;
}

.form-search {
	width: 400px;
	right: 0;
	top: 90px;
	padding: 10px 20px;
	display: none;
	position: absolute;
	/*background-color: #000034;*/
	background-color:#041c2c;
	z-index: 8889;
}
.form-search .form-control {
	height: 34px;
	border-color: #fff;
	background:#fff url(../images/icons/icon_find_search.png) no-repeat center right;
}


/*----------------------------------------
	HEADER & NAV
----------------------------------------*/
header .navbar-brand > img {
	width: auto;
	height: 90px;
}

header {
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    position: relative;
    display: block;
}
header .container,
.navbar-default .navbar-collapse {
	position: relative;
}
header, .navbar {
    height: 90px;
}

.navbar.navbar-default {
	background: #fff url(../images/bg_nav.png) repeat-x left bottom;
	border: 0 !important;
}
.navbar > .container .navbar-brand {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 200;
}
.navbar-default .navbar-nav > li > a {
	margin: 15px 15px;
	padding: 2px 0;
	font-family: "db_heaventbold",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
}

.navbar-header .navbar-nav {
	margin-top: 0;
	right: 0;
	height: 35px;
	position: absolute;
	z-index: 100;
}
.navbar-header .navbar-nav > li {
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #cdcdcd;
}
.navbar-header .navbar-nav > li:last-child {
	border-right: 0;
}
.navbar-header .navbar-nav > li > a {
	left: 0;
	margin: 0;
	padding: 6px 0;
	height: 35px;
	font-family: "db_heaventmed",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	color: #000034;
}
.navbar-header .navbar-nav > li > a:focus, 
.navbar-header .navbar-nav > li > a:hover {
	color: #000;
}
.navbar-header .navbar-nav > li i.logo_singha_small {
	float: left;
	width: 40px;
	height: 25px;
	display: inline-block;
	background: url(../images/logo_singha_small.png) no-repeat top center;	
}
.navbar-header .navbar-nav > li.icons:first-child {
	width: 80px;
}
.navbar-header .navbar-nav > li.icons {
	height: 35px;
	padding-right: 8px;
	padding-left: 8px;
}
.navbar-header .navbar-nav > li.icons > a {
	font-size: 19px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.navbar-header .navbar-nav > li.icons > a i.icon-search {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/icons/icon_search_black.png) no-repeat center center;
}
.navbar-header .navbar-nav > li.icons > a i.icon-search.active {
	background: url(../images/icons/icon_close_black.png) no-repeat center center / 20px;
}

.navbar-nav .dropdown-menu > li > a {
	padding: 0;
	font-family: "db_heaventmed",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	background: #fff;
}
.navbar-default .navbar-nav .language {
	width: 50px;
	padding: 0;
}
.navbar-default .navbar-nav .language .btn.dropdown-toggle,
.navbar-default .navbar-nav .language .btn.dropdown-toggle:focus,
.navbar-default .navbar-nav .language .btn.dropdown-toggle:hover,
.navbar-default .navbar-nav .language .btn.dropdown-toggle:active {
	font-family: "db_heaventmed",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	color: #666;
	height: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 0;
	background: #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.navbar-default .navbar-nav .language ul.dropdown-menu {
	min-width: 1px;
	width: 50px;
	border: 0;
	background: #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
			z-index: 8889;
}
.navbar-default .navbar-nav .language ul.dropdown-menu > li > a {
	padding: 5px 14px;
	text-align: left;
}


/*----------------------------------------
	FOOTER
----------------------------------------*/
footer {
	float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
	background: #0066b9;
}
footer .container {
	min-height: 1px;
	height: auto;
}
footer > div {
	width: 100%;
	margin: 0 auto;
}
footer .footer-top {
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #bcbcbc;
}
footer .footer-site {
	min-height: 270px;
	/*background-color: #000034;*/
	background-color:#041c2c;
}
footer .footer-copyright {
	height: 35px;
	background-color: #0869b0;
}

/* footer .footer-top */
footer .newsleter {
	text-align: left;	
}
footer .follow {
	text-align: right;	
}
footer label,
footer .footer-top .form-group,
footer .form-control,
footer .btn.btn-default {
	float: left;
}
footer label {
	margin: 4px 30px 4px 0px;
	color: #0066b9;	
}
footer .form-control {
	width: 150px;
	color: #0066b9;	
	margin: 0 10px 0 0;
	background: #fff;
	-webkit-border-radius: 4px 0 0 4px;	
	-moz-border-radius: 4px 0 0 4px;		
	border-radius: 4px 0 0 4px;	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
footer .form-control,
footer .btn.btn-default {
	height: 30px;
	padding: 0 12px;
	margin: 0;
	border: 0;
	font-size: 16px;
	color: #333;	
	text-transform: uppercase;
}
footer .btn.btn-default {
	width: 80px;
	color: #0066b9;	
	background-color: #fff;
	-webkit-border-radius: 0 4px 4px 0;	
	-moz-border-radius: 0 4px 4px 0;		
	border-radius: 0 4px 4px 0;	
}
footer .btn.btn-default:before {
	content: "";
	width: 1px;
	height: 24px;
	background: #eee;
	position: absolute;
	margin-left: -20px;
}
footer .btn.btn-default:hover {
	color: #fff;
	background: #0066b9;
}
footer .footer-top p {
	font-family: 'db_heaventbold', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin: 0 10px 0 0;
	display: inline-block;
	text-transform: uppercase;
}
footer .footer-top i {
	color: #0066b9;
	margin-left: 5px;
	margin-right: 5px;
}
footer .footer-top .form-group {
	width: auto;
	display: inline-block;	
}


/* footer .footer-site */
footer .footer-site.mobile {
	display: none;	
}
footer .footer-site .container {
	padding-top: 20px;	
	padding-bottom: 20px;	
}

footer .footer-site .nav-desktop {
	float: left;
}
footer .footer-site ul {
	float: left;
	list-style: none;
	width: auto;
	padding: 0;
	margin-right: 65px;
}
footer .footer-site ul:last-child {
	margin-right: 0;
}
footer .footer-site ul > li {
	margin: 0;
	padding: 0;	
	line-height: 18px;
}
footer .footer-site ul > li:first-child {
	margin-bottom: 10px;
}
footer .footer-site ul > li > a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}
footer .footer-site ul > li > a b {
	font-family: "db_heaventbold",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 5px;
	background: url(../images/icons/underline_nav.png) no-repeat bottom left / auto 3px;
}

footer .footer-site .address {
	float: right;
	text-align: right;	
	max-width: 220px;
}
footer .footer-site .address .logo {
	margin: 10px 0;
	width: auto;
	height: 100px;
}
footer .footer-site .address p {
	float: right;
	display: block;
	font-family: "db_heaventmed",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	color: #fff;
}
footer .footer-site .address a {
	float: right;
	display: block;
	margin-top: 5px;
	color: #fff;
}
footer .footer-site .address a:hover {
	text-decoration: none;
}
footer .footer-site .address a b {
	font-family: "db_heaventbold",sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}
footer .footer-site .address a i {
	float: right;
	font-size: 22px;
	margin-left: 5px;
	color: #fff;
}
footer .footer-site.mobile .address {
	max-width: 100%;
}
footer .footer-site.mobile .address p {
	float: none;
	display: block;
}


/* footer .footer-copyright */
footer .footer-copyright .row,
footer .footer-copyright .col-other,
footer .footer-copyright .col-copyright {
	margin: 0;
	padding: 0;
}
footer .footer-copyright .col-other ul {
	float: left;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 4px 0;
	list-style: none;
}
footer .footer-copyright .col-other ul > li {
	float: left;
	width: auto;
	display: inline-block;
}
footer .footer-copyright .col-other ul > li > a {
	font-family: "db_heaventmed",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	border-left: 1px solid #fff;
	display: inline-block;
}
footer .footer-copyright .col-other ul > li:first-child > a {
	border-left: 0;
	padding-left: 0;
}
footer .footer-copyright .col-copyright p {
	margin: 0;
	padding: 10px 0;
	font-family: "db_heaventmed",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	text-align: right;
}


/*----------------------------------------
	ICONS
----------------------------------------*/
i.fa-facebook:before,
i.fa-instagram:before,
i.fa-youtube:before {
	display: none;
}
i.fa {
	width: 19px;
	height: 19px;
	display: inline-block;
	background: no-repeat center center;
	background-size: auto 19px;
	vertical-align: middle;
}
i.fa.fa-facebook {
	background-image: url(../images/icons/fa_facebook.png);
}
i.fa.fa-instagram {
	background-image: url(../images/icons/fa_instagram.png);
}
i.fa.fa-youtube {
	background-image: url(../images/icons/fa_youtube.png);
}
footer .footer-top i.fa {
	width: 22px;
	height: 22px;
	background-size: auto 22px;
}
footer .footer-top i.fa.fa-facebook {
	background-image: url(../images/icons/fa_facebook_footer.png);
}
footer .footer-top i.fa.fa-instagram {
	background-image: url(../images/icons/fa_instagram_footer.png);
}
footer .footer-top i.fa.fa-youtube {
	background-image: url(../images/icons/fa_youtube_footer.png);
}


/*----------------------------------------
	Modal
----------------------------------------*/
.modal {
    top:auto;
    bottom: auto;
    text-align: center;
    overflow-y: auto;
}
.modal:before {
    content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal.popup {
	padding: 0 !important;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0, 0, 0, 0.8);
}
.modal-dialog {
    width: auto;
    max-width : 100% ;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
	border: 0;
	border-radius: 0;
	background: none !important;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.modal-content {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none !important;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.modal-bordered {
	padding: 0;
}
.modal-body {
	margin: 0;
        padding: 0;
	border-top: 0;
	text-align: center;
}
.modal-body h3 {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 40px;
	color: #fff;	
}
.modal-body p {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 25px;
	color: #fff;	
}
.modal-body .btn.btn-primary,
.modal-body .btn.btn-primary.focus,
.modal-body .btn.btn-primary:focus {
	background-color: rgba(0,0,0,0.3);
}
.modal-body .btn.btn-primary:hover,
.modal-body .btn.btn-primary.active,
.modal-body .btn.btn-primary:active {
	background-color: #af0000; 
}
button.close {
	right: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 1;
	z-index: 200;
}
button.close:hover {
	opacity: 1;
}


/* === modal home === */

#specialModal .modal-body {
	overflow-y: hidden!important;
}
#specialModal button.close {
	right: 15px;
}
#specialModal button.close span {
	margin-left: 0;
    font-size: 40px;
}
#specialModal .modal {
  text-align: center;
  padding: 0!important;
}

#specialModal .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#specialModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*----------------------------------------
	MAINCONTENT
----------------------------------------*/
.mainContent {
	margin-top: 90px;
	letter-spacing: 1px;
}
.mainContent .container {
	padding-top: 20px;
	padding-bottom: 40px;
	height: auto;
}
.scrollto {
	float: left;
	width: 100%;	
	background: no-repeat top center;
}
.arrow {
	width: 45px;
	height: 45px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	border: 0;
	background: rgba(255, 255, 255, 0.75) url(../images/icons/arrow.png) no-repeat center center;	
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
	cursor: pointer;
}
.move_up {
	width: 60px;
	height: 84px;
	bottom: 20px;
	right: 10px;
	position: absolute;
	display: inline-block;
	background: url(../images/icons/arrow_top.png) no-repeat center center;	
	cursor: pointer;
}
.topic {
	display: block;
	position: relative;
	width: 100%;	
}
.heading {
	display: block;
	position: relative;
	width: 100%;
	height: 46px;	
	margin-top: 0;
	margin-bottom: 40px;
	background: no-repeat top center;
}

.share {
	right: 0;
	top: 50%;
	margin-top: -110px;
	position: fixed;
	display: inline-block;
	z-index: 400;
}
.share ul.share-social {
	float: left;
	margin: 0;
	padding: 0;
	width: 58px;
	list-style: none;
	display: block;
}
.share ul.share-social li {
	width: 35px;
	height: 35px;
	margin: 5px;
	display: inline-block;
	position: relative;
}
.share ul.share-social li img {
	float: left;
	display: block;
	max-width: 35px;
}
.share ul.share-social li,
.share ul.share-social li a {
	float: left;
	display: block;
}
.share ul.share-social li:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 89px;
	background: url(../images/icons/bg_share.png) no-repeat top left;
	z-index: -1;
}
.share ul.share-social li:first-child:after {
	background: url(../images/icons/bg_share_first.png) no-repeat top left;
}


/*----------------------------------------
	01 HOME
----------------------------------------*/
#home h1 {
	margin-top: 20px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	text-align: center;
}
#home .detail {
	padding-top: 100px;	
	padding-bottom: 15px;
}

/*----------------------------------------
	02 SOCIAL
----------------------------------------*/
#social .heading {
	background-image: url(../images/topic_social.png);
}

/* instagram */
.instagram {
	padding-right: 35px;
}
.instagram .topic_instagram {
	width: 100%;
	height: 54px;
	padding: 0 10px 0 200px;
	margin-bottom: 20px;
	border-bottom: 4px solid #0869b0;
	background: url(../images/topic_instagram.png) no-repeat center left;
}
.instagram .topic_instagram .hashtag {
	float: right;
	margin-top: 12px;
	display: inline-block;
	text-align: right;
}
.instagram .topic_instagram span {
	margin: 0 5px;
	font-family: 'db_heaventmed', sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}

/* owl-carousel */
.owl-carousel .item img {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
			box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.owl-carousel .owl-item img {
	width: 0;
	height: 0;
	border: 0;
}
.owl-carousel .owl-item.active img {
	width: 100% !important;
	height: auto;
	border: 5px solid #fff;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev:hover {
	left: -30px;
	background: #fff url(../images/icons/arrow_prew.png) no-repeat center center
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next:hover {
	right: -30px;
	background: #fff url(../images/icons/arrow_next.png) no-repeat center center
}
.owl-theme .owl-nav [class*="owl-"] {
	width: 45px;
	height: 45px;
	top: 42%;
	position: absolute;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;	
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	opacity: 1;
}


/* facebook */
.facebook {
	margin: 0;
	padding: 0;
}
.facebook .feed-facebook {
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
			box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.facebook .topic_facebook {
	width: 100%;
	height: 50px;
	margin-top: 4px;
	display: block;
	border-bottom: 4px solid #0869b0;
	background: rgba(8, 105, 176, 0.3) url(../images/topic_facebook.png) no-repeat center center;
}
.facebook .box {
	width: 100%;
	height: 429px;
	padding: 5px;
	background: #fff;
}
.fb-page iframe {
   height: 419px !important;
}


/*----------------------------------------
	03 PRODUCT
----------------------------------------*/
#product {
	font-size: 22px;
	line-height: 24px;
}
#product .heading {
	margin-bottom: 20px;
	background-image: url(../images/topic_products.png);
}
#product .store {
	text-align: center;
	margin-top: -30px;
}
#product .store img {
	margin: 10px 3px;
	height: 45px;
}
#product .store br.none {
	display: none;
}
#product .img-responsive.img-block {
	max-width: 800px;
}


/*----------------------------------------
	04 CONTACT
----------------------------------------*/
#contact .heading {
	background-image: url(../images/topic_contact.png);
}
#contact h3,
#contact p {
	text-align: center;
	margin: 0;
}
#contact p {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}
#contact .img-product {
	top: -40px;
	right: 120px;
	position: absolute;	
}
.form-contact {
	width: 508px;
	max-height: 686px;
	padding: 30px 0 40px 0;
	display: inline-block;
	position: relative;
	background: url(../images/bg_form.png) no-repeat top center;
}
.form-contact .form-group {
	width: 360px;
	margin: auto;
	display: block;
}
.form-contact .btn.btn-primary {
	width: 49%;
	margin-top: 30px;
}
.form-contact .btn.btn-primary:last-child {
	float: right;
}

#contact .social {
	list-style: none;
	width: 100%;
	margin: 50px 0 25px 0;
	padding: 0 0 0 160px;
}
#contact .social > li {
	width: 65px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
#contact .social > li img {
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
#contact .social > li:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */	
}

@media (min-height: 568px){
	.navbar-fixed-bottom .navbar-collapse, 
	.navbar-fixed-top .navbar-collapse {
		max-height: 400px;	
	}
}

@media (min-width: 1024px) {
	
	/*----------------------------------------
		HEADER & NAV
	----------------------------------------*/
	.navbar-default .navbar-collapse .navbar-nav {
		height: 55px;
		margin-top: 35px;
	}
	.navbar-default .navbar-collapse .navbar-nav > li > a:focus,
	.navbar-default .navbar-collapse .navbar-nav > li > a:hover,
	.navbar-default .navbar-collapse .navbar-nav > li > a.active {
		color: #fff;
		background: url(../images/icons/underline_nav.png) no-repeat left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		   -moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			 -o-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
	
}

@media (min-width: 1601px){

	/*----------------------------------------
		MAINCONTENT
	----------------------------------------*/
	.container{
		width: 1170px;
	}

	/*----------------------------------------
		04 CONTACT
	----------------------------------------*/
	#contact .col-md-12 {
		padding-left: 130px;
		padding-right: 130px;
	}
	
}

@media (max-width: 1600px) {
	
	/*----------------------------------------
		03 PRODUCT
	----------------------------------------*/
	#contact .img-product {
		right: 10px;
		top: -80px;
	}
	
}
@media (min-width: 1024px) and (max-width: 1600px) {
		
	/*----------------------------------------
		FOOTER
	----------------------------------------*/
	/* footer .footer-site */
	footer .footer-site ul {
		margin-right: 28px;
	}

	/*----------------------------------------
		MAINCONTENT
	----------------------------------------*/
	.container{ 
		width: 960px;
	}
	.heading {
		background-size: 1000px;	
	}
	
	
	/*----------------------------------------
		01 HOME
	----------------------------------------*/
		
	
	/*----------------------------------------
		02 SOCIAL
	----------------------------------------*/
	.instagram .topic img {
		height: 80px;
	}
	.instagram .topic {
		padding-left: 190px;
	}
	.instagram .topic .hashtag {
		height: 85px;	
	}
	.instagram .topic span {
		font-size: 26px;
		line-height: 24px;	
	}
	.facebook .box {
		height: 355px;
	}
	
		
	/*----------------------------------------
		03 PRODUCT
	----------------------------------------*/
	#product .store br {
		display: none;
	}
	#product .store br.none {
		display: block;
	}
	#product .img-store {
		display: block;
		width: 100%;
		margin: 5px 0;	
	}
	
	
	/*----------------------------------------
		04 CONTACT
	----------------------------------------*/
	#contact .heading {
		margin-top: 0;
		margin-bottom: 20px;
	}
	#contact h3 {
		font-size: 38px;
		line-height: 28px;
	}	
	#contact .img-product {
		right: 50px;
		top: -40px;
		max-width: 260px;
	}
	.form-contact {
		padding: 15px 40px;
	}
	.form-control,
	textarea.form-control,
	.btn.dropdown-toggle {
		height: 30px;
		padding: 0 12px;
		font-size: 18px;
		line-height: 18px;
	}
	textarea.form-control {
		padding: 3px 12px;
	}
	label.error {
		padding: 3px 10px;
	}
	.form-contact .btn.btn-primary {
		margin-top: 10px;	
		padding: 4px 12px;
		font-size: 24px;
		line-height: 24px;
	}
	
}

@media (max-width: 1023px) {

	.visible {
		opacity: 1!important;
	}
	.share,
	.arrow {
		display: none;	
	}

	/*----------------------------------------
		HEADER
	----------------------------------------*/
	header .container,
	footer .container {
		width: 100%;
		display: block;
	}
	
	header, .navbar {
		height: 75px;	
	}
	header .navbar-brand > img {
		height: 65px;	
		margin-top: 5px;
		margin-left: 40px;
	}
	header .container {
		padding: 0;
	}

	header .container > .navbar-header {
		height: 75px;
	}
	.navbar-header .navbar-nav {
		position: absolute;
		right: 120px;
		height: 0;	
	}
	.navbar-header .navbar-nav > li {
		display: none;
	}
	.navbar-header .navbar-nav li.icons,
	.navbar-header .navbar-nav li.language {
		float: left;
		width: auto;
		display: block;
		background: none;
		margin: 18px 0 0 0;
		padding: 0 5px;
	}
	.navbar-header .navbar-nav li.icons > a,
	.navbar-header .navbar-nav li.language > a {
		color: #fff;
		font-size: 28px;
		height: 40px;
		padding: 2px 5px;
	}
	.navbar-header .navbar-nav li.language > a {
		font-size: 16px;
		font-weight: normal;
		padding: 5px 15px;
	}
	.navbar-header .navbar-nav li.language,
	.navbar-header .navbar-nav li.language:hover {
		border: 0;
		background: none;	
	}
	.navbar-header .navbar-nav > li.icons > a i.icon-search {
		width: 35px;
		height: 30px;
		background-image: url(../images/icons/icon_search.png);
	}
	.navbar-header .navbar-nav > li.icons > a i.icon-search.active {
		margin-top: -3px;
		width: 35px;
		height: 40px;
		background: url(../images/icons/icon_close.png) no-repeat center center;
	}
	.navbar-header .navbar-nav > li.icons > a i.icon-search.active:before {
		content: '';
		position: absolute;
		display: block;
		width: 50px;
		height: 65px;
		margin-top: -10px;
		margin-left: -8px;
		/*background: #000034;*/
		background:#041c2c;
		z-index: -1;
	}
	
	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		border: 0;
		background: #040458;
	}
	.navbar.navbar-default {
		/*background: #000034;*/
		background:#041c2c;
	}
	.navbar-default .navbar-collapse {
		margin-top: -1px;
		border: 0;
		background: #040458;
	}
	.navbar-default .navbar-nav > li:first-child {
		border-top: 1px solid #00034;
	}
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid #000034;
	}
	.navbar-default .navbar-nav > li:hover {
		background: none;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 0;
		height: 80px;
		padding: 28px 60px;
		font-size: 26px;
		line-height: 28px;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a.active {
		background: #49b2ff;
		color: #fff;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus  {
		background: none;
		border: 0;
	}
	.navbar-default .navbar-toggle {
		top: 17px;
		right: 70px;
		margin: 0;
		padding: 0;
	}
	.navbar-default .navbar-toggle {
		margin: 0;
		padding: 0;
		width: 40px;
		height: 40px;
		display: inline-block;
		position: relative;
		background: #000034 url(../images/icons/icon_close.png) no-repeat center center !important;
	}
	.navbar-default .navbar-toggle.collapsed {
		background: #000034 url(../images/icons/menu_bar.png) no-repeat center center !important;
	}
	
	.navbar-default .navbar-nav .language {
		width: 60px;
	}
	.navbar-default .navbar-nav .language .btn.dropdown-toggle,
	.navbar-default .navbar-nav .language .btn.dropdown-toggle:focus,
	.navbar-default .navbar-nav .language .btn.dropdown-toggle:hover,
	.navbar-default .navbar-nav .language .btn.dropdown-toggle:active {
		font-size: 26px;
		line-height: 28px;
		color: #fff;
		height: 40px;
		padding-top: 0;
		/*background: #000034;*/
		background:#041c2c;
	}
	.navbar-default .navbar-nav .language ul.dropdown-menu {
		width: 60px;
		/*background: #000034;*/
		background:#041c2c;
	}
	.navbar-default .navbar-nav .language ul.dropdown-menu > li > a,
	.navbar-default .navbar-nav .language ul.dropdown-menu > li > a:hover {
		font-size: 26px;
		line-height: 28px;
		color: #fff;
		padding: 15px 14px 5px 14px;
		/*background: #000034;*/
		background:#041c2c;
	}

	.navbar-header .navbar-nav > li {
		border-bottom: 0;
	}
	
	.form-search {
		width: 100%;
		top: 74px;
		padding: 15px 30px;
	}
	.form-search .form-control {
		height: 54px;
		font-size: 30px;
		line-height: 30px;
	}
	
	
	/*----------------------------------------
		FOOTER
	----------------------------------------*/
	footer .footer-site {
		display: none;	
	}
	footer .footer-site.mobile {
		display: block;	
		/*background-color: #040458;*/
		background-color: #041c2c;
	}
	
	/* footer .footer-top */
	footer .footer-top {
		height: 80px;
		/*padding-top: 25px;*/
		padding-top: 10px;
		background-color: #49b2ff;
	}
	footer label,
	footer .footer-top p,
	footer .footer-top i {
		color: #fff;	
	}
	
	/* footer .footer-site.mobile */
	footer .footer-site.mobile .container {
		padding: 0;
	}
	
	/* footer .nav-mobile */
	footer .footer-site.mobile .nav-mobile ul ul {
		overflow: hidden;
		background-color: #fff;
		-webkit-transition: height 0.3s ease-in-out;
		   -moz-transition: height 0.3s ease-in-out;
			 -o-transition: height 0.3s ease-in-out;
			-ms-transition: height 0.3s ease-in-out;
				transition: height 0.3s ease-in-out;
	}
	footer .footer-site.mobile .nav-mobile ul,
	footer .footer-site.mobile .nav-mobile ul li {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
	}
	footer .footer-site.mobile .nav-mobile ul li a {
		float: left;
		width: 100%;
		height: 80px;
		margin: 0;
		padding: 0;
		font-family: "db_heaventmed",sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 26px;
		line-height: 28px;
		text-decoration: none;
		cursor: pointer;
	}
	footer .footer-site.mobile .nav-mobile > ul > li {
		border-bottom: 1px solid #000;
	}
	footer .footer-site.mobile .nav-mobile > ul > li > a {
		padding-top: 28px;
		padding-bottom: 24px;
		padding-left: 30px;
		padding-right: 30px;
	}
	footer .footer-site.mobile .nav-mobile > ul > li.nav-sub > a {
		padding-top: 24px;
	}
	footer .footer-site.mobile .nav-mobile > ul > li.nav-sub > a {
		background: url(../images/icons/plus.png) no-repeat 97% 30px;
	}
	footer .footer-site.mobile .nav-mobile > ul > li.nav-sub.active > a {
		background: url(../images/icons/close.png) no-repeat 97% 30px;
		padding-bottom: 0;
	}
	footer .footer-site.mobile .nav-mobile ul ul > li {
		padding-left: 30px;
		padding-right: 30px;
	}
	footer .footer-site.mobile .nav-mobile ul ul > li > a {
		margin: 0;
		padding: 0;
		color: #666;
		border-bottom: 1px solid #ccc;
	}
	footer .footer-site.mobile .nav-mobile ul ul > li:last-child > a {
		border-bottom: 0;
	}
	footer .footer-site.mobile .nav-mobile ul li span {
		width: 100px;
		height: 66px;
		padding: 7px 12px 7px 7px;
		display: inline-block;
	}
	footer .footer-site.mobile .nav-mobile ul li span img {
		max-width: 94px;
		max-height: 66px;
	}

	footer .footer-site.mobile i {
		width: 30px;
		height: 30px;
		margin-right: 15px;
		display: inline-table;
		vertical-align: middle;
		background: no-repeat center center;
	}
	footer .footer-site.mobile i.icon_beer {
		background-image: url(../images/icons/icon_beer.png);
	}
	footer .footer-site.mobile i.icon_beverage {
		background-image: url(../images/icons/icon_beverage.png);
	}
	footer .footer-site.mobile i.icon_snack {
		background-image: url(../images/icons/icon_snack.png);
	}
	footer .footer-site.mobile i.icon_food {
		background-image: url(../images/icons/icon_food.png);
	}
	footer .footer-site.mobile i.icon_plus {
		top: 25px;
		right: 30px;
		background-image: url(../images/icons/plus.png);	
	}
	
	footer .footer-site.mobile .address {
		width: 100%;
		display: block;
		margin: auto;	
	}
	footer .footer-site.mobile .address a,
	footer .footer-site.mobile .address a i {
		float: none;
	}
	footer .footer-site.mobile .address,
	footer .footer-site.mobile .address p {
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}
	footer .footer-site.mobile .address a {
		display: inline-block;
	}
	footer .footer-site.mobile .logo {
		height: auto;
		margin-top: 30px;
	}
	footer .footer-site.mobile .address i {
		width: 100px;
		height: 80px;
		margin: 20px 10px 30px 10px;
		display: inline-block;
		position: relative;
		background: no-repeat center center;
		z-index: 100;
	}
	footer .footer-site.mobile .address i.icon_call {
		background-image: url(../images/icons/icon_call.png);
	}
	footer .footer-site.mobile .address i.icon_directions {
		background-image: url(../images/icons/icon_directions.png);
	}

	
	/* footer .footer-copyright */
	footer .footer-copyright .container {
		padding: 0;
	}
	footer .footer-copyright .col-other {
		background-color: #49b2ff;
		text-align: center;
	}
	footer .footer-copyright .col-other ul > li {
		float: none;
	}
	footer .footer-copyright .col-copyright p {
		text-align: center;
		/*background-color: #000034;*/
		background-color:#041c2c;
	}


	/*----------------------------------------
		ICONS
	----------------------------------------*/
	i.fa {
		width: 26px;
		height: 26px;
		background-size: auto 26px;
	}
	i.fa.fa-facebook {
		background-image: url(../images/icons/fa_facebook_mobile.png);
	}
	i.fa.fa-instagram {
		background-image: url(../images/icons/fa_instagram_mobile.png);
	}
	i.fa.fa-youtube {
		background-image: url(../images/icons/fa_youtube_mobile.png);
	}
	footer .footer-top i.fa.fa-facebook {
		background-image: url(../images/icons/fa_facebook_footer_mobile.png);
	}
	footer .footer-top i.fa.fa-youtube {
		background-image: url(../images/icons/fa_youtube_footer_mobile.png);
	}

	
	/*----------------------------------------
		MAINCONTENT
	----------------------------------------*/
	.mainContent {
		margin-top: 75px;
	}	


	/*----------------------------------------
		03 PRODUCT
	----------------------------------------*/
	#product .img-responsive.img-block {
		max-width: 100%;
	}


	/*----------------------------------------
		04 CONTACT
	----------------------------------------*/
	
}

@media (min-width: 960px) and (max-width: 1600px) {
        .fb-page iframe {
           height: 345px !important;
        }
}

@media (min-width: 960px) and (max-width: 1023px) {

	body {
		background-position: center -500px;
	}
	
	
	/*----------------------------------------
		MAINCONTENT
	----------------------------------------*/
	.container {
		width: 940px;
	}

		
	/*----------------------------------------
		02 SOCIAL
	----------------------------------------*/
	.facebook .box {
		height: 400px;
	}
	.fb-page iframe {
	   height: 390px !important;
	}


}

@media (max-width: 959px) {
	
	body {
		background: #000 url(../images/bg/bg_mobile.jpg) no-repeat top center;
	}
	
	
	/*----------------------------------------
		MAINCONTENT
	----------------------------------------*/
	.container {
		width: 640px;
	}
	.share {
		width: 60px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.move_up {
		right: 20px;
	}
		
	
	/*----------------------------------------
		01 HOME
	----------------------------------------*/
	#home h1 br {
		display: none;
	}
	#home .detail {
		padding-top: 50px;	
		padding-right: 30px;	
	}
	
	
	/*----------------------------------------
		02 SOCIAL
	----------------------------------------*/
	#social .container {
		height: auto;
	}
	.instagram,
	.facebook {
		width: 100%;	
	}
	.instagram {
		padding: 0 40px;	
	}
	.instagram .topic_instagram span {
		font-size: 26px;	
	}
	.facebook {
		margin-top: 80px;
		padding: 0 40px;
	}
	.facebook .feed-facebook {
		padding-left: 40px;
		padding-right: 40px;	
	}
	.facebook .topic_facebook {
		height: 60px;
		background-position: 20px center;
	}
	.facebook .box {
		height: 430px;	
	}
	
	
	/*----------------------------------------
		03 PRODUCT
	----------------------------------------*/
	#product {
		font-size: 24px;
		line-height: 26px;	
	}
	#product .store br {
		display: none;
	}
	#product .store br.none {
		display: block;
	}
	#product .store img {
		height: 30px;
	}
	#product .img-store {
		display: block;
		width: 100%;
		margin: 5px 0;	
	}


	/*----------------------------------------
		04 CONTACT
	----------------------------------------*/
	#contact .img-product {
		top: 40px;
		right: 0;
		width: 270px;
	}
	.form-contact {
		width: 360px;
	}
	.form-contact .form-group {
		width: 300px;
	}
	#contact .social {
		padding-left: 85px;	
	}
	
}
