@font-face {
	font-family: icon-font;
	src: url(../fonts/icon-font.eot);
	src: url(../fonts/icon-font.eot?#iefix) format('eot'), url(../fonts/icon-font.woff) format('woff'), url(../fonts/icon-font.ttf) format('truetype'), url(../fonts/icon-font.svg#icon-font) format('svg')
}

.icon-desktop:before {
	content: "\E001"
}
.icon-menu-close:before {
	content: "\E002"
}
.icon-menu:before {
	content: "\E003"
}
.icon-mobile:before {
	content: "\E004"
}
.icon-submenu-down:before {
	content: "\E005"
}
.icon-submenu-right:before {
	content: "\E006"
}
.icon-world:before {
	content: "\E007"
}

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 901;
	padding-left: 10px;
	line-height: 4.4rem;
	background: #26201C;
	color: #A69A94
}
header h1 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 4.4rem
}
header h1:before {
	content: "\E004";
	margin-right: 8px
}
.nav-button, .nav-close {
	position: absolute;
	top: -42px;
	width: 2.4rem;
	height: 4.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.4rem;
	/* background: #26201C; */
	color: #0b5999;
}
.nav-button:before, .nav-close:before {
	display: block;
	text-align: center
}
.nav-button {
	display: block;
	right: 5px;
	font-size: 28px;
}
.nav-button:hover
{
	text-decoration:none;
}
.nav-button:before {
	content: "\f039";
	font-family: FontAwesome;
}
.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem
}
.nav-close:before {
	content: "\E002"
}
.nav {
	padding-top: 12px;
	line-height: 36px;
	color: #A69A94
}
.nav ul {
	border-radius: 0 0 6px 6px;
}
.nav ul ul {
	background: #ffffff;
}
.nav ul ul ul {
	background: #fff;
}
.nav ul ul ul ul {
	background: #fff;
}
.nav ul ul ul ul ul {
	background: #fff;
}
.nav li {
	/*border-top: 1px dotted #ffffff;*/
	cursor: pointer
}
.main_menu .nav li.nav-active>a, .main_menu .nav li:hover>a {
	color: #f3ffb0;
	/* background: #2E2722 */
}
.nav-submenu ul li a
{
    text-transform:capitalize !important;
}
.nav .nav-submenu>ul {
	margin-left: 10px
}
/*.nav-submenu > a:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: 0px;
    margin-top: 5px;
    width: 0;
}*/
.nav a, .nav a:active, .nav a:hover, .nav a:visited {
	border-radius: 6px;
	padding: 0 15.3px;
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: 600;
	/* line-height: 39px; */
	font-family: Helvetica !important;
	/* letter-spacing: 0px; */
}


@media only screen and (min-width:960px) {
body {
	padding: 0!important
}
header {
	position: relative
}
header h1:before {
	content: "\E001"
}
.nav-button
{
    display:none;
}
.nav {
	padding: 0!important
}
.nav>ul>li {
	border-top: none
}
.nav li>ul {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.75)
}
.nav ul ul ul {
	border-radius: 0 6px 6px
}
.nav ul ul ul li:first-child {
	border-top: none
}
.nav .nav-left>ul {
	border-radius: 6px 0 6px 6px
}
.nav .nav-submenu li {
	min-width: 130px;
	padding: 0px;
	text-align:left;
}
.nav .nav-submenu>ul {
	margin: 0;
	padding:0px;
	margin-top: 0px;
}

}
@media (min-width:997px) and (max-width:1199px) 
{
   
    .nav a, .nav a:active, .nav a:hover, .nav a:visited {
    border-radius: 6px;
    padding: 0 5px !important;
    }
    .menu_section .col-md-12
    {
        padding:0px;
    }
    .container
    {
        width:100% !important;
        /*padding:0px;*/
    }
    .box_div {
        background-color: #fdfdfd;
        box-shadow: 0px 0px 2px 0px;
        text-align: center;
        padding: 13px 7px !important;
        position: relative;
        margin-bottom: 7px;
        z-index: 9;
        min-height: 135px;
    }
}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
   .nav a, .nav a:active, .nav a:hover, .nav a:visited {
    border-radius: 6px;
    padding: 0 6px !important;
    }
    .container
    {
        width:100% !important;
    }
    .tiles_div .col-sm-9 {
        width: 70%;
        padding:0px;
    }
    .tiles_div .col-sm-3 {
        width: 30%;
        padding:0px;
    }
    .tiles_div .col-sm-9 .col-sm-3 
    {
        margin: 0px;
    }
}


.nav-submenu ul li 
{
	padding: 0px;
	border-bottom:  1px dotted #000;
}
.nav-submenu ul li a
{
	color: #060606;
}
