html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
    font-family: "iransans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/iransans.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/iransans.woff") format("woff"), 
        url("../fonts/iransans.ttf") format("truetype"), 
        url("../fonts/iransans.svg#iransans") format("svg");
}
@font-face {
    font-family: "iransanslight";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iransans-light.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/iransans-light.woff") format("woff"), 
        url("../fonts/iransans-light.ttf") format("truetype"), 
        url("../fonts/iransans-light.svg#iransans-light") format("svg");
}
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?f91wqr');
    src:    url('../fonts/icomoon.eot?f91wqr#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?f91wqr') format('truetype'),
        url('../fonts/icomoon.woff?f91wqr') format('woff'),
        url('../fonts/icomoon.svg?f91wqr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chat:before {
    content: "\e049";
}
.icon-piechart:before {
    content: "\e050";
}
.icon-lifesaver:before {
    content: "\e054";
}
.icon-aperture:before {
    content: "\e056";
}
.icon-rotate:before {
    content: "\e609";
}
.icon-lamp:before {
    content: "\e612";
}
.icon-linkedin2:before {
    content: "\eac9";
}
.icon-check-square-o:before {
    content: "\f046";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-paper-plane2:before {
    content: "\f1d8";
}
.icon-send:before {
    content: "\f1d8";
}
.icon-paper-plane-o:before {
    content: "\f1d9";
}
.icon-send-o:before {
    content: "\f1d9";
}
.icon-email:before {
    content: "\e91e";
}
.icon-search:before {
    content: "\e036";
}
.icon-arrow-down:before {
    content: "\e097";
}
.icon-paper-plane:before {
    content: "\e91f";
}
.icon-search2:before {
    content: "\e900";
}
.icon-facebook2:before {
    content: "\e903";
}
.icon-instagram:before {
    content: "\e907";
}
.icon-tumblr2:before {
    content: "\e905";
}
.icon-linkedin:before {
    content: "\e906";
}

body {
    font-family: "iransans";
    background: #f6f6f6;
}

.clear {
    clear: both;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 16px;
    padding: 20px 0px;
}
a {
    text-decoration: none;
    transition: 0.5s;
}
a:hover {
    text-decoration: none;
    transition: 0.5s;
}
p {
    font-size: 12px;
    line-height: 30px;
    text-align: justify;
}
.slidePrev , .slideNext {
/*    display: none;*/
}
.progress {
    background: #fdb813;
}
.padding-clear {
    padding: 0px;
}
.red {
    background: red;
}
hr {
/*    margin-bottom: 0px;
    border-color: #ccc;*/
}
.top-bar {
    background: #000;
    height: 35px;
    color: #fff;
}
.top-header {
    z-index: 2;
    padding: 0px 0px 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(161,161,161,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(161,161,161,1);
    box-shadow: 0px 1px 5px 0px rgba(161,161,161,1);
    background: #fff;
}
#slider {
    position: relative;
    height: 420px;
}
.language {
    padding-top: 4px;
    float: right;
}
.language span {
    padding: 0px 5px;
    font-size: 10px;
}
.language span a {
    background: #fff;
    color: #000;
    font-family: "Arial";
    font-size: 11px;
    margin: 0 10px;
    padding: 2px;
    text-transform: uppercase;
    transition: 0.6s;
}
.language span a:hover {
    background: #f4c300;
    transition: 0.6s;
    color: #000;
}
.reseller {
    padding: 5px 0px;
}
.reseller a {
    color: #fff;
    padding: 5px 6px;
    float: left;
    color: #f4c300;
    font-size: 10px;
}
.reseller a:hover {
    background: #f4c300;
    color: #fff;
}
.welcome {
    background: #f4c300;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    margin: 10px 0px;
}
.add {
    background: #449d44;
    color: #fff;
    cursor: pointer;
    display: table;
    font-family: arial;
    font-size: 20px;
    height: 30px;
    text-align: center;
    width: 30px;
    margin-bottom: 5px;
}
.remove_field {
    background: #d51d28;
    color: #fff;
    display: table;
    font-family: arial;
    font-size: 20px;
    height: 30px;
    text-align: center;
    width: 30px;
    font-weight: normal;
    margin: 5px 0px;
}
.remove_field:hover{
    color: #fff;
}
option {
    padding: 6px 0px;
}
#fwslider .title {  /* Slider Title Style */
    opacity: 0;
    color:#000;     
    font-size:14px;
    background:rgba(255,255,255,0.6);
    padding:10px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
}

#fwslider .description { /* Slider Description Style */
    background: #fdb813 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: "iransans";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0;
    padding: 17px;
    clear: both;
}
.under-slide {
    background: #f4c300 none repeat scroll 0 0;
    color: #fff;
    height: 45px;
    text-align: center;
    padding: 19px 0px;
    font-size: 15px;
}
#menu {
/*    background: #fff;*/
    height: 95px;
/*    position: absolute;*/
    top: 0px;
    z-index: 29;
    border-radius: 2px;
    left: 0px;
    right: 0px;
/*    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}
.logo img {
    float: right;
    height: 75px;
    margin: 10px 0px 0px 0px;
    width: auto;
}
.menu {
    z-index: 1000;
}
.menu ul {
    list-style: none;
    position: relative;
    display: table-cell;
    width: 100%;
    padding: 50px 40px 0px 0px;
}
.menu ul li {
    margin: 0px 10px;
    float: right;
}

.menu ul li a {
    float: left;
    padding: 6px 15px; 
    color: #000;
    font-size: 11px;
}
.menu ul li a:hover {
    background: #d5d5d5; 
    color: #000;
}
.menu ul li:hover > a{
        background: #d5d5d5; 
        color: #000;
}
.menu ul ul {
    display: none;
    width: 264px;
/*    border-right: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(171,171,171,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(171,171,171,1);
    box-shadow: 0px 0px 3px 0px rgba(171,171,171,1);*/
    position: absolute; 
    top: 100%;
    padding: 0px;
}
.menu ul li:hover > ul {
    display: block;
}
.menu ul ul li {
    border-bottom: 1px solid #ececec; 
    position: relative;
    margin: 0px;
}
.menu ul ul li a {
    padding: 15px 40px;
    color: #000;
    border: none;
    padding: 5px 20px 0px;
    height: 40px;
    background: #fff;
    width: 264px;
}
.menu ul ul li a:hover {
    background: #d5d5d5; 
    color: #000;
}
.menu ul ul ul {
    position: absolute; 
    right: 100%; 
    top:0;
    padding: 0px;
}
.menu ul ul ul li a {
    width: 300px;
}
#mega {
  position: absolute;
  top: 100%;
  left: 0;
/*  width: 920px;*/
  height: auto;
  padding: 20px 30px;
  background: #000;
  right: 0;
  display: none;
  
}
#mega .mega-item {
    display: inline-block;
}
#mega img {
  width: 100px;
  height: 100px;  
  float: right;
  border: 1px solid #fff;
  padding: 0px;
  margin: 0px 10px;
  transition: 0.6s;
}
#mega img:hover {
  width: 100px;
  height: 100px;  
  float: right;
  border: 4px solid #fdb813;
  padding: 0px;
  margin: 0px 10px;
  transition: 0.6s;
}
#mega h2 {
    clear: both;
    float: right;
    padding: 10px 0 0px ;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#mega a {
    color: #fff;
    font-size: 12px;
    padding: 0px;
}
#mega a:hover {
    color: #fdb813;
}

.main-margin {
    margin: 20px 0px 40px 0px;
}
.main {
    padding: 20px 0px;
}
.main h1 {
    color: #8d8d8d;
    float: right;
}
.main .link a {
    color: #000;
    float: left;
    background: #fdb813;
    padding: 2px 5px;
    transition: 0.6s;
}
.main .link a:hover {
    color: #fff;
    background: #8d8d8d;
    transition: 0.6s;
}

.item-gallery {
    padding: 0px 0px 0px 1px;
    position: relative;
}
.hover {
    display: none;
    position: absolute;
}
.item-gallery:hover img {
    opacity: 1;
}
.item-gallery img {
    background: #000;
    float: left;
    opacity: 0.3;
    margin: 0 0px 1px 0;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
.item-gallery:hover img {
    box-shadow: 0 0 15px 5px red;
    opacity: .25;
    -webkit-transform: scale(.8);
       -moz-transform: scale(.8);
        -ms-transform: scale(.8);
         -o-transform: scale(.8);
            transform: scale(.8);
}
.item-gallery img:hover {
    box-shadow: none;
    opacity: 1;
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.item-gallery:last-child {
    padding: 0px 0px 0px 0px;
}
.item-gallery-detail {
    margin: 10px;
}
.footer {
    background: #000; 
/*    height: 230px;*/
}
.footer .right-bg {
    background: #dbdbdb;
    height: 150px;
}
.footer .left-bg {
    background: #fcb200;
    height: 150px;
}
.footer ul {
    color: #fcb200;
    float: right;
    list-style: outside none square;
    float: right;
    margin: 20px 30px;
}
.footer ul li {
    padding: 0px;
    width: 100%;
}
.text-detail h1 {
    margin-bottom: 14px;
}
.text-detail p {
    font-size: 11px;
}
.footer ul li a {
    color: #000;
    font-size: 10px;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #f9b000;
}
.footer-bg div {
    margin: 0px;
}
.footer h2 {
    font-size: 12px;
}
.footer img {
    float: left;
    width: 240px;
    height: auto;
    margin: 10px 0px;
}
.footer span {
    border: 1px solid #fff;
    color: #000;
    float: left;
    font-size: 12px;
    margin: 5px 2px 0px;
    padding: 4px;
    transition: all 0.8s ease 0s;
    background: #fff;
}
.footer span:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: 0.8s;
}
.footer input[type=text]
{
    font: 10px/14px "iransans";
    border: 0px;
    padding: 5px;
    width: 300px;
    float: right;
    height: 35px;
}
.footer input[type=text]:focus
{
    background: #ccc;
}
.footer input[type=submit]
{
    font: 12px/14px "iransans";
    border: 0px;
    padding: 11px 10px;
    float: right;
    background: #f9b000;
    color: #fff;
    height: 35px;
}
.footer input[type=submit]:hover
{
    background: #000;
    color: #fff;
}
.copyright {
    direction: ltr;
    font:9px/10px "Arial";
    padding: 10px 0px 0px ;
    color: #fff;
}
.newsletter {
    background: #58595b;
}
.newsletter h1 {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 0px;
    background: #000;
}
.newsletter-form {
    background: url(../images/bg_news.jpg) no-repeat center ;
    background-size: cover;
    padding: 0px 0px 20px;
}
.newsletter-form h2 {
    color: #fff;
    text-align: center;
}
.newsletter-form form {
    margin: auto;
    width: 450px;
}
.copyright {
    float: right;
}
.copyright a span {
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 8px;
    background: #000;
    margin: 2px;
}
.copyright a span:hover {
    color: #fff;
    background: #f4c300;
}
.copyright p {
    float: left;
    text-align: left;
    color: #000;
    padding: 5px 12px;
    font-size: 12px;
}
.navigation {
    color: #fff;
    padding: 10px 0px;
    font-size: 10px;
}
.navigation a {
    color: #fff;
    font-size: 10px;
}
.main_route {
    background: #000 none repeat scroll 0 0;
    float: right;
    padding: 10px 40px 10px 10px;
    text-align: left;
    width: 30%;
    color: #fff;
}
.main_title {
    float: right;
    padding: 10px;
}
.item-article {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    height: 450px;
}
.item-article a h1 {
    font-size: 20px;
    color: #fdb813;
    padding: 10px;
}
.item-article p {
    font-size: 14px;
    line-height: 25px;
}
.item-article a:hover h1 {
    color: #000;
}

table {border-spacing: 1px;font-size:14px;}
table td{border:1px solid #f4f4f4; padding:5px;font-size: 14px; text-align:center; }
table tr:nth-child(even){/*background:#fdb813;*/ }
.res {
    display: none;
}
.nav {
    z-index: 1000;
}
.navbar-toggle {
    float: right;
    margin-right: 15px;
    border-radius: 0px;
}
.navbar-default {
    background: #fff;
    border-color: #fff;
    box-shadow: none;
    background: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    
}
.dropdown-menu{ position:relative;}
.navbar .nav > li {
  z-index: 10000;
}
.menu_hover ul {
    list-style: none;
}
.menu_hover ul li {
    margin: 15px 0px;
    text-align: center;
}

.menu_hover ul li a {
    color: #000;
    font-size: 20px;
    transition: 0.6s;
}
.menu_hover ul li a:hover {
    color: #fff;
    transition: 0.6s;
}
.title_menu {
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0px 0px 20px 0px;
}
.text_info a span {
    color: #fff;
    font-size: 18px;
    margin: 2px;
    transition: all 0.8s ease 0s;
}
.text {
    padding: 20px 0px;
    min-height: 400px;
}
.article_item {
    margin: 20px 0px;
    height: 120px;
}
.article_item a h1 {
    font-size: 13px;
    color: #000;
}
.article_item a h1:hover {
    color: #f98d00;
}
.article_item p {
    color: #949494;
    font-size: 10px;
    line-height: 24px;
}
.about-img {
    float: right;
}
.video_view .player {
    width: 550px;
    height: 350px;
    margin: 0px 0px 0px 10px;
    float: right;
    background: #f0f0f0;
    display: table;
}
.error_footer {
    display: none;
    color: #F00;
    font-size: 11px;
    padding: 10px;
}
.success_footer {
    display: none;
    color: #5cb85c;
    font-size: 11px;
    padding: 10px;
}
.error_inq {
    display: none;
    color: #F00;
    font-size: 14px;
    padding: 10px;
}
.success_inq {
    display: none;
    color: #008e1e;
    font-size: 14px;
    padding: 10px;
}
.form-control {
    box-shadow: none;
    border-radius: 0px;
}
.btn {
    border-radius: 0px;
}
.owl-buttons {
    display: none;
}
.title h1 {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: table;
    margin: 10px auto;
}
.about h1 {
    background: #fff;
    padding: 2px 10px;
    font-size: 15px;
    display: inline-block;
    margin: 20px 0px;
}
.about p {
    line-height: 32px;
    color: #000;
    font-size: 13px;
    
}
.index-parallex {
    margin: 0px 0px 30px;
    height: 250px;
    position: relative;
    display: table;
}
.parallax {
    position: relative;
    min-height: 400px;
    background: #000;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
    height: 100%
}
.news-index-bg {
    padding: 50px 0px 10px;
}
.news-item-index {
    min-height: 200px;
}
.news-item-index p {
    font-size: 10px;
    line-height: 22px;
    color: #989898;
}
.news-item-index .date {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    font-size: 14px;
    left: 20px;
    position: absolute;
    z-index: 10;
    border-radius: 0px;
}
.news-item-index h1 a {
    color: #000;
    font-size: 12px;
}
.news-item-index h1 a:hover {
    color: #f4c300;
}
.news-item-index img {
    padding: 10px;
    position: relative;
}
.brand-logo {
    padding: 20px 0px;
}
.brand-logo .brand-item {
    padding: 0px 5px;
}
.brand-logo img {
    height: 61px;
    width: 185px;
    padding: 0px;
    margin: 5px;
    opacity: 0.2;
    transition: 0.6s;
}
.brand-logo img:hover {
    opacity: 1;
    transition: 0.6s;
}
#product {
    direction: ltr;
}

/*  */
.item {
    position: relative;
    border: 1px solid #ccc;
    width: 274px;
    height: 310px;
    margin: 5px;
    float: right;
    background: #fff;
}
.item img {
    height: 260px;
    margin: 10px;
    width: 224px;
    padding: 0px;
}
.item h1{
    background: #4a4a4a;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 12px;
    text-align: center;
}
.item img {
    width: 250px;
    height: 250px;
}
.item a {
    color: #fff;
}

.item .hover {
    display: none;
    background: rgba(249,176,0,0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.6s;
}
.hover .items {
    height: 100px;
    position: absolute;
    top: 0px;
    width: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.items span {
    color: #000;
    font-size: 29px;
    padding: 4px;
}
.items ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.items ul li {
    background: #fff none repeat scroll 0 0;
    clear: both;
    display: inline-table;
    float: right;
    margin: 3px 0;
    width: 100%;
    padding: 6px 0px;
    color: #000;
}
.items ul li:hover {
    background: #000;
}
.items ul li a{
    color: #000;
    font-size: 11px;
    padding: 8px 10px 0px ;
}
.items ul li a:hover{
    color: #fff;
}
.items ul li:hover span {
    color:#fff;
}
.items ul li:hover a {
    color:#fff;
}
.item:hover .hover {
    display: block;
    transition: 0.6s;
}


.owl-theme .owl-controls .owl-page span {
    background: #f98d00;
    
}
.nav-bg {
    background: #8d8d8d;
}
.detail-main {
    margin: 20px 0px;
}
.form-control {
    border-radius: 0;
}
.detail-main h1 {
    background: #000;
    color: #fff;
    display: table;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
}
.margin-top {
    margin-bottom: 20px;
}
.sb-search {
	position: relative;
	margin-top: 7px;
	width: 0%;
	min-width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 25px;
	margin: 0;
	z-index: 10;
	padding: 1px 40px 1px 0px;
	font-family: inherit;
	font-size: 10px;
	color: #003bb3;
}

.sb-search-input::-webkit-input-placeholder {
	color: #989898;
}
.sb-search-input:-moz-placeholder {
	color: #989898;
}

.sb-search-input::-moz-placeholder {
	color: #989898;
}

.sb-search-input:-ms-input-placeholder {
	color: #989898;
}
.sb-icon-search,
.sb-search-submit  {
	width: 30px;
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
        filter: alpha(opacity=0); /* IE 5-7 */
        opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
        background: #000;
}

.sb-icon-search:before {
	content: "\e036";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.form-control {
    display: inline;
    font-size: 13px;
    height: 36px;
    margin: 0 0px 0px 5px;
}
.addorder .form-control {
    float: right;
    margin: 0 0px 0px 5px;
    width: 48%;
}
lable {
    font-size: 11px;
    padding: 4px 0px;
}
input[type='checkbox'], input[type='radio'] {
    margin: 6px;
}
.btn-success {
    background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
    background-repeat: repeat-x;
    border: 0 none;
    height: 30px;
    margin: 10px;
    font-size: 11px;
}
.msg {
    background: #ed1c24;
    padding: 4px 10px;
    font-size: 11px;
    color: #fff;
    display: table;
    margin: 20px 0px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a
{
    background-image: linear-gradient(to bottom, #fdb813 0px, #fdb813 100%);
    box-shadow: none;
    background: #fdb813;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #fdb813;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #fdb813;
}
.navbar-nav .open .dropdown-menu > li > a {
    text-align: right;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fdb813;
    font-size: 15px;
    padding:12px 50px 0 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    
}
.navbar-default .navbar-toggle {
    background: #404040;
    border-color: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fdb813;
}
.navbar-collapse {
    background: #404040;
}
.lang_res {
    background: #ccc;
    display: table;
    width: 100%;
}
.lang_res ul li {
    float: right;
    padding: 5px 10px;
    list-style: none;
}
.lang_res ul li img {
    width: 20px;
    height: 20px;
}
nav a {
    color: #fff;
    padding: 0px 10px 0px 0px;
}
nav a:hover {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
}
dropdown-submenu > a::after {
    margin-right: 5px;
}
#map_wrapper {
    height: 410px;
    border: 3px solid #dbdbdb;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.main-text-content {
    background: #fff;
    margin-left: 4px;
    padding: 10px;
    height: 430px;
}
strong {
    font-weight: bold;
}
.main-text-content p {
    font-size: 11px;
}
.main-text-content input[type=text] {
    font-size: 10px;
}
.main-text-content textarea {
    font-size: 10px;
}
label {
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    
    .newsletter input[type=text]{
      clear: both;
   }
  .newsletter input[type=submit]{
      margin: 5px;
      clear: both;
  }
  .newsletter label {
      clear: both;
  }
  
  #fwslider {
      display: none;
  }
  #slider {
      height: 20px;
  }
  .top-detail {
      height: 40px;
  }
  .main_route {
      width: 40%;
  }
  .menu {
      display: none;
  }
  .res {
    display: block;
}
.search a {
    color: #000;
    display: none;
}
.inquery a {
    color: #000;
}
.language {
    color: #fff;
}
table {
    width:90%;
}
.top-detail {
    height: 160px;
}
.top-detail img {
    display: none; 
}
.date {
    display: none;
}
.newsletter h1 {
    font-size: 11px;
}
.logo {
    float: left;
}
}