.owl-carousel {
margin: 0 0 60px; 
background: #2f2f2f!important; 
border: 1px solid #2f2f2f!important; 
position: relative;
direction: ltr !important;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
-o-border-radius: 4px; 
border-radius: 4px; 
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
box-shadow: 0 1px 4px rgba(0,0,0,.2);
overflow: hidden;
}

ul.flatflipbuttons{
margin:0;
padding:0;
list-style:none;
-webkit-perspective: 10000px; /* larger the value, the less pronounced the 3D effect */
-moz-perspective: 10000px;
perspective: 10000px;
font-size:8px;
}

ul.flatflipbuttons li{
margin:0;
display: inline-block;
width: 70px; /* dimensions of buttons. */
height: 70px;
margin-right: 15px; /* spacing between buttons */
background: #272727;
text-transform: uppercase;
text-align: center;
}

ul.flatflipbuttons li a{
display:table;
font: bold 36px Arial; /* font size, pertains to icon fonts specifically */
width: 100%;
height: 100%;
margin-bottom: 4px;
color: black;
background: #cc9933;
text-decoration: none;
outline: none;
-webkit-transition:all 300ms ease-out; /* CSS3 transition. Last value is pause before transition play */
-moz-transition:all 300ms ease-out;
transition:all 300ms ease-out;
}

ul.flatflipbuttons li:nth-of-type(1) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li:nth-of-type(2) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li:nth-of-type(3) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li:nth-of-type(4) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li:nth-of-type(5) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li a span{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
-webkit-transition: all 300ms ease-out; /* CSS3 transition. */
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

ul.flatflipbuttons li b{ /* CSS for text beneath button */
display: block;
position: relative;
width: 100%;
opacity: 0;
-webkit-transition: all 300ms ease-out 0.2s; /* CSS3 transition. 0.2s delay */
-moz-transition: all 300ms ease-out 0.2s;
transition: all 300ms ease-out 0.2s;
}


ul.flatflipbuttons li a img{ /* CSS for image if defined inside button */
border-width: 0;
vertical-align: middle;
}


ul.flatflipbuttons li:hover a{
-webkit-transform: rotateY(180deg); /* flip horizontally 180deg*/
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #b39a45; /* bgcolor of button onMouseover*/
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}

ul.flatflipbuttons li:hover a span{
color: black; /* color of icon font onMouseover */
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg); /* flip horizontally 180deg*/
transform: rotateY(180deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}


ul.flatflipbuttons li:hover b{
opacity: 1;
}

/* CSS for 2nd menu below specifically */

ul.second li a{
background: #eee !important;
}

ul.second li a:hover{
background: #ddd !important;
}

@media (max-width: 478px) {
ul.flatflipbuttons{
margin:0;
padding:0;
list-style:none;
-webkit-perspective: 10000px; /* larger the value, the less pronounced the 3D effect */
-moz-perspective: 10000px;
perspective: 10000px;
font-size:8px;
}

ul.flatflipbuttons li{
margin:0;
display: inline-block;
width: 50px; /* dimensions of buttons. */
height: 50px;
margin-right: 10px; /* spacing between buttons */
background: white;
text-transform: uppercase;
text-align: center;
}

ul.flatflipbuttons li a{
display:table;
font: bold 36px Arial; /* font size, pertains to icon fonts specifically */
width: 100%;
height: 100%;
margin-bottom: 4px;
color: black;
background: #3B9DD5;
text-decoration: none;
outline: none;
-webkit-transition:all 300ms ease-out; /* CSS3 transition. Last value is pause before transition play */
-moz-transition:all 300ms ease-out;
transition:all 300ms ease-out;
}

ul.flatflipbuttons li:nth-of-type(1) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li:nth-of-type(2) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li:nth-of-type(3) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li:nth-of-type(4) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li:nth-of-type(5) a{
color:#ffffff;
background: #272727;
}

ul.flatflipbuttons li a span{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
-webkit-transition: all 300ms ease-out; /* CSS3 transition. */
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

ul.flatflipbuttons li b{ /* CSS for text beneath button */
display: block;
position: relative;
width: 100%;
opacity: 0;
-webkit-transition: all 300ms ease-out 0.2s; /* CSS3 transition. 0.2s delay */
-moz-transition: all 300ms ease-out 0.2s;
transition: all 300ms ease-out 0.2s;
}


ul.flatflipbuttons li a img{ /* CSS for image if defined inside button */
border-width: 0;
vertical-align: middle;
}


ul.flatflipbuttons li:hover a{
-webkit-transform: rotateY(180deg); /* flip horizontally 180deg*/
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #c1e4ec; /* bgcolor of button onMouseover*/
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}

ul.flatflipbuttons li:hover a span{
color: black; /* color of icon font onMouseover */
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg); /* flip horizontally 180deg*/
transform: rotateY(180deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}


ul.flatflipbuttons li:hover b{
opacity: 1;
}

/* CSS for 2nd menu below specifically */

ul.second li a{
background: #eee !important;
}

ul.second li a:hover{
background: #ddd !important;
}
}
/* lng */
#lng {
	margin-bottom: 10px;
}
#lng > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#lng.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#lng.open > .btn:hover {
	color: #444;
}
#lng .dropdown-menu {
	background: #202020;
	z-index: 1001;
}
#lng .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#lng .dropdown-menu {
			width: 100%;
		}
	}
#lng .dropdown-menu table {
	margin-bottom: 10px;
}
#lng .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#lng .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#lng .dropdown-menu li p {
	margin: 20px 0;
}
/* mon */
#mon {
	margin-bottom: 10px;
}
#mon > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#mon.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#mon.open > .btn:hover {
	color: #444;
}
#mon .dropdown-menu {
	background: #202020;
	z-index: 1001;
}
#mon .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#mon .dropdown-menu {
			width: 100%;
		}
	}
#mon .dropdown-menu table {
	margin-bottom: 10px;
}
#mon .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#mon .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#mon .dropdown-menu li p {
	margin: 20px 0;
}



