
@media all{
	#menu * {
		font-family: 'Lato Light'; 
	}
	#content h1,
	#content h2,
	#content h3{
		font-family: 'Lato Light';
	}
	#content p{
		font-family: 'Lato Regular';
	}
	#content li{
		font-family: 'Lato Regular';
	}
    html{
        height:100%;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
    }
    body{
        margin:0;
        padding:0;
        height:100%;
        background-color:#ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: arial;
        font-size:12pt;
        color:#000000;
    }
    .stop-scrolling {
        height: 100%;
        overflow: hidden;
    }
    iframe, object, embed{max-width: 100%; max-height:100%;}
    a, a:visited, a:hover, a:active {
        color: inherit;
        cursor:pointer;
    }
    
    h1{
        font-family: Open Sans;
        font-size:31pt;
        font-style: normal; 
        font-weight: 300;
        
        top:0px;
       
    }
    h1.b{
        font-family: Open Sans;
        font-size:31pt;
        font-style: normal; 
        font-weight: 700;
        color:#0d2f3c;
        top:0px;
    }
    h2{
        font-family: OpenSansExtraBold;
        font-size:31pt;
        color:#0d2f3c;
        top:0px;
        
    }
    #pagewidth {
	   position:relative; 
       top:0px; 
       left:0px; 
       margin:0; 
       padding:0; 
       width:100%; 
       height:100%;
       min-width:300px;
       background:#bddbed;
    }
    #pagelimit {
        position:relative; 
        padding-top:0px; 
        width:100%; 
        max-width:980px; 
        height:auto; 
        margin:auto;   
    }
    .menu{
        position:fixed;
        top:0px;
        width:100%;
        margin-top:0px;
        background-image:url('../img/headerbg.png');
        background-repeat:repeat-x;
        height:120px;
        text-align:left;
        z-index:2;
    }
    .nopic{
        border: 0;
        outline: 0;
    }
    .rot-90 {
        position:relative;
        -moz-transform:rotate(-270deg); 
        -moz-transform-origin: bottom left;
        -webkit-transform: rotate(-270deg);
        -webkit-transform-origin: bottom left;
        -o-transform: rotate(-270deg);
        -o-transform-origin:  bottom left;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    .rot90 {
        position:relative;
        -moz-transform:rotate(-90deg); 
        -moz-transform-origin: bottom left;
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: bottom left;
        -o-transform: rotate(-90deg);
        -o-transform-origin:  bottom left;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    }
    .contactbartab{
        display:none;
        visibility:hidden;
    }
    .contact_label{
        position:relative;
        float:left;
        width:36%;
        margin-left:5%;
        display:block;
    }
    .langbar{
        visibility:hidden;
        display:none;
    }
    .hiddenflagb{
        display:none;
        visibility:hidden;
    }
    .hiddencinput{
        display:none;
        visibility:hidden;
    }
    .contactbar{
        visibility:hidden;
        display:none;
    }
    .hiddencontactbar{
        height:0;
        width:0;
    }
    .contactbar{
        visibility:hidden;
        display:none;
    }
    .hiddencbar{
        width:0;
        height:0; 
        display:none;
        visibility:hidden;
    }
    .menubtn{
        position:relative;
        font-family:arial;
        font-size:0.9em;  
    }
    
    .logo{
        position:relative;
        float:right;
        width:148px;
        height:96px;
        top:-1px;
    }
    .titletxt{
        position:relative;
        font-family: OpenSansLight;
        font-size:1.5em;
        color:#fff;
        top:10px;
        left:-20px;
        visibility:visible;
        display:block;
    }
    .menuspan{
        position:relative;
        left:-20px;
        top:3px;
        width:100%;
        display:block;
    }
    .langspan{
        position:relative;
        width:130px;
        height:20px;
        float:left;
        top:55px;
        left:0px;
        margin-left:0px;
        display:block;
        visibility:visible;
    }
    .flaga{
        position:relative;
        width:26px;
        height:18px;
        float:left;
        margin-left:5px;
        -moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none; 
    }
    .flagb{
        visibility:hidden;
        display:none;
        -moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none; 
    }
    .contactinput{
        visibility:hidden;
        display:none;
    }
    .mobilemenubtn{
        display:none;
        visibility:hidden;
    }
    #footer{
        position:relative;
        width:100%;
        background-image:url('../img/footerbg.png');
        background-repeat:repeat-x;
        height:143px;
        display:inline-block;
        z-index:2;
        margin-top:-24px;
    }
    #footer2{
        position:relative;
        width:100%;
        background-image:url('../img/footer2bg.png');
        background-repeat:repeat-x;
        background-size:100% 100%; 
        height:120px;
        display:inline-block;
        z-index:2;
        margin-top:-24px;
    }
    .footercontent{
        position:relative;
        max-width:80%;
        display: table;
        margin: 0 auto;
        width:auto;
    }
    .footertxt{
        position:relative;
        color: #3d5f70;
        font-family:arial;
        font-size:10pt;
        top:62px;
        float:left;
    }
    .footerbanner{
        position:relative;
        float:left;
        top:23px;
        margin-left:30px;
        left:25px;
    }
    #content{
        position:relative;
        width:100%;
        height:100%;
        display:inline-block;
        margin:0;
        padding:0;
        margin-top:96px;
        z-index:1;
    }
    section{
    	position:relative;
    }
    #content section h1,
    #content section h2,
    #content section p{
    	margin-top:0px;
    	margin-bottom:0px;
    	padding-top:10px;
    	padding-bottom:10px;
    }
    .margtop{
        margin-top:-80px;
    }
    .marker{
        position:relative;
        margin:0;
        padding:0;
        top:-96px;  
        display:inline-block; 
    }
    .clearfix:after {
	   visibility: hidden;
	   display: block;
	   content: "";
	   clear: both;
	   height: 0;
    }
    .custombar{
        position:relative;
        width:100%;
        height:auto;
        margin:0;
        
        display:inline-block; 
    }
    .contentbar{
        position:relative;
        width:100%;
        height:auto;
        margin:0;
        display:inline-block;                     
    }
    .contentbar:after{
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
    }
    .contentbar_custom{
        position:relative;
        width:100%;
        height:auto;
        margin:0;
        display:inline-block;                     
    }
    .contentbar_custom:after{
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
    }
    .contentbar:nth-of-type(n+2):before{
    	content:"";
        position:absolute;
        width:46px;
        height:15px;
        background-repeat:no-repeat;
        display:none;
        visibility:hidden;
        margin-top:0px;
        float:left;
        left:60%;
        z-index:2;
        background-repeat:no-repeat;
    }
    #colorSelector{
        position:relative;
        width:20px;
        height:20px;
        display:inline-block;
    }
    .customarrow{
        position:absolute;
        display:block;
        margin-top:auto;
        float:left;
        left:60%;
        z-index:2;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 12px 23px 0 23px;
        border-color: #007bff transparent transparent transparent;
    }
    .contentbar:nth-of-type(3n+2):before{
        background-image:url('../img/cont1arrow.png');
    }
    .contentbar:nth-of-type(3n+3):before{
        background-image:url('../img/cont2arrow.png');
    }
    .contentbar:nth-of-type(3n+1):before{
        background-image:url('../img/cont3arrow.png');
    }
    .contentbar:nth-of-type(3n+1){
    	background: #d8edf9;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2eaf8', endColorstr='#d2eaf6'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#d2eaf8), to(#d2eaf6)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #d2eaf8,  #d2eaf6); /* for firefox 3.6+ */
    }
    .contentbar:nth-of-type(3n+2){
        background: #acdcf9;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afddf9', endColorstr='#a7daf8'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#afddf9), to(#a7daf8)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #afddf9,  #a7daf8); /* for firefox 3.6+ */
    }
    .contentbar:nth-of-type(3n+3){
        background: #62acd8;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4d7ec', endColorstr='#63acd8'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#b4d7ec), to(#63acd8)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #b4d7ec,  #63acd8); /* for firefox 3.6+ */
    }
    .contentlimiter{
		position: relative;
		width:100%;
        height:auto;
		display:inline-block;
		margin: 0;
        padding: 0;
		top:0px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
    }
    .contenttitle{
        position:relative;
        display:table;
        left:33%;
        margin-top:20px;  
    }
    .contenttext{
    }
   
	.contentbubble {
		display:block;
		padding:5%;
        width:90%;
        padding-top:14px;
        padding-bottom:14px;
		margin: 10px -14px;
		height:auto;
		background-color:#0d2f3c;
		color:#c2d8e5;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
    .contentpic{
        position:relative;
        visibility:visible;
        left:0%;
        width:auto;
        padding:0px;
        width:100%;
        height:100%;
        margin-top:auto;
        display: block;
    }
    .contentimg{
        position:relative;
        vertical-align:bottom;
        display: block;
        height: auto;
        width:auto;
        
    }
    .contenttitle2{
        position:relative;
        display:table;
        left:6%;
        margin-top:-30px;  
    }
    .contenttext2{
        position:relative;
        display:table;
        left:5%;
        width:54%;  
        margin-top:-30px;
    }
    .contentbubble2{
        position:relative;
        left:4%;
        width:52%;
        padding:14px;
        margin-top:20px;
        display:inline-block;
        height:auto;
        background-color:#0d2f3c;
        color:#c2d8e5;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }
    .full{
		position:relative;
		float:left;
		width:100%;
		margin:0;
        height:auto;
        display:inline-block;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-bottom:0px;
    }
    .half{
		position:relative;
		float:left;
		width:50%;
		margin:0;
        height:auto;
        display:inline-block;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-bottom:0px;
    }
    .sectform{
        position:relative;
        max-width:100%;
    
    }
    .half1{
		position:relative;
		float:left;
		width:41%;
		margin:0;
        height:auto;
        display:inline-block;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-bottom:0px;
    }
    .half2{
		position:relative;
		float:left;
		width:59%;
		margin:0;
        height:auto;
        display:inline-block;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-bottom:0px;
    }
    .half_custom{
		position:relative;
		float:left;
		margin:0;
        height:auto;
        display:inline-block;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-bottom:0px;
    }
    .third{
		position:relative;
		float:left;
		width:33%;
        display:inline-block;
        height:auto;
		margin:0;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-bottom:0px;
    }
    .mlmenu{
        position:relative;
        display: block;
        margin:0 auto;
        width:auto;
        top:-10px;

        text-align:left;
    }
    .third1{
		position:relative;
		float:left;
		width:23%;
		margin:0;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-top:10px;
        padding-bottom:10px;
        display:inline-block;
        height:auto;
        visibility:visible;
    }
    .third2{
		position:relative;
		float:left;
		width:54%;
		margin:0;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-top:10px;
        padding-bottom:10px;
        display:inline-block;
        height:auto;
    }
    .third_custom{
		position:relative;
		float:left;
		
		margin:0;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-top:10px;
        padding-bottom:10px;
        display:inline-block;
        height:auto;
    }    
    .third3{
		position:relative;
		float:left;
		width:23%;
		margin:0;
		box-sizing: border-box;
		-mox-box-sizing: border-box;
		padding:0px;
        padding-top:10px;
        padding-bottom:10px;
        display:inline-block;
        height:auto;
    }
    .textbox{
        position:relative;
        margin:0;
        padding-bottom:2px;
        height:100%;
        width:100%;
        min-height:100%;
        min-width:640px;
    }
    .tbpad{
        position:relative;
        width:auto;
        height:100%;
        padding:3%; 
        padding-bottom:4.5%;
        display:block;
    }
    .center {
        position:relative;
        display: inline-block;
        vertical-align: middle;
        width:100%;
        max-height: 100%;
        height:auto;
        }
    .centered {
        position:relative;
        height:auto;
        vertical-align: middle;
        display: inline-block;
        max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
        max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
    }    
    #content section.contentbar:after{
        position:relative;
        top:0px;
        width:100%;
        height:80px;
        margin-top:-80px;
        top:80px;
        background-image:url('../img/contentshadow.png');
        background-repeat:repeat-x;
        display:none;
        visibility:hidden;
        float:left;
        z-index:2;
        user-select: none;
    }    
    .contentshadow{
        position:relative;
        top:0px;
        width:100%;
        height:80px;
        margin-top:-80px;
        top:80px;
        background-image:url('../img/contentshadow.png');
        background-repeat:repeat-x;
        display:none;
        visibility:hidden;
        float:left;
        z-index:2;
    }
    .contentbubble3{
        position:relative;
        left:30%;
        width:52%;
        padding:0px;
        margin-top:20px;
        display:inline-block;
        height:auto;
        background-color:#0d2f3c;
        color:#c2d8e5;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        text-align:center;
    }
    .clean{
        position:relative;
        margin-top:-80px;
    }
    .italic{
        font-style:italic;
    }
    .limit{
        position:relative; 
        padding-top:0px; 
        width:98%; 
        height:auto; 
        margin:auto;    
    }
    .navtable{
        position:relative;
        width:auto;
        height:auto;
        right:27px;
    }
    .main-nav {
        position:fixed;
        top:200px;
        right:0px;
        width:auto;
        min-width:100px;
        
        padding:10px;
        padding-right:10px;
        z-index:99;
        height:auto;
        display:inline-block;
        float:left;
        visibility:visible;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        
    }
    #main-nav ul { list-style-type: none; }
    #main-nav li {  }
    #main-nav li.selected { 
        position:relative;
        background-image:url('../img/anchbar-act.png') !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display:block;
        float:left;
        height:29px;
        width:140%!important;
        padding-left:10px;
        padding:10px;
        left:3%!important;
        color:#ffffff!important;
    }
    #main-nav a { text-decoration: none; }
    
    
    .active {
        position:relative;
        background-image:url('../img/anchbar-act.png') !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display:block;
        float:left;
        height:29px;
        width:140%!important;
        padding-left:10px;
        padding:10px;
        left:3%!important;
        color:#ffffff!important;
        

    }
    .langbarframe{
        position:fixed;
        top:80px;
        width:100%;
        z-index:200;
        display:block;
        margin:0;
        padding:0;
    }
    .contactbarframe{
        position:fixed;
        top:152px;
        width:100%;
        z-index:200;
        display:block;
        margin:0;
        padding:0;
    }
    .hiddennav {
        width:0px;
        min-width:0px;
        padding:0px;
    }
    
    .anchordecor1{
        position:absolute;
        width:0px;
        height:auto;
        min-height:100%;
        left:0px;
        top:0px;
        
        display:block;
        float:left;
        overflow:hidden;   
    }
    .anchordecor2{
        position:absolute;
        width:16px;
        height:auto;
        min-height:100%;
        right:0px;
        top:0px;
        background-image:url('../img/anchor_menu_right.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display:block;
        float:left;
        overflow:hidden;
        z-index:100; 
    }
    .whitearrow{
        position:absolute;
        top:44%;
        display:block;
        right:3px;
    }
    .navarr{
        position:relative;
        display:inline-block;
        float:left;
        height:40px;
        width:5%;
        background-image:url('../img/menuarr1.png');
        background-repeat:no-repeat;
        background-size: 100% 100%;
    }
    .navarr_act{
        position:relative;
        display:inline-block;
        float:left;
        height:40px;
        width:5%;
        background-image:url('../img/menuarr2.png');
        background-repeat:no-repeat;
        background-size: 100% 100%;
        }
    .navbtn{
        position:relative;
        left:0px;
        padding:5px;
        padding-top:10px; 
        height:25px;
        width:100%;
        padding-right:20px;
        padding-left:10px;
        left:10%;
        text-decoration:none;
        float:bottom;
        display:inline-block;
        background-image:url('../img/anchbar.png');
        background-repeat: repeat-x;
        background-size: 100% 100%;
        margin-top:-7px;
        top:4px;
        font-size:0.9em;
    }
    .navbtn_act{
        position:relative;
        left:0px;
        padding:5px;
        padding-top:10px; 
        height:25px;
        width:90%;
        text-decoration:none;
        float:bottom;
        display:inline-block;
        background-image:url('../img/menubar2.png');
        background-repeat: repeat-x;
        background-size: 100% 100%;
    }
    #nav_section0{
        border-bottom:1px solid #c8e7f9;
        font-weight:bold;
    }
    .hidden{
        visibility:hidden;
        display:none;
    }
    .visible{
        visibility:visible;
        display:block;
    }
    .anchorarrow{
        position:relative;
        float:left;
        background-image:url('../img/anchordecor1.png');
        background-repeat:no-repeat;
        background-size:100% 100%;
        display:inline-block;
        width:14px;
        height:25px;
        left:-19px;
        top:-5px;
        overflow:hidden;
    }
    .triangle{
        position:relative;
        width: 0;
        height: 0;
        border-right: 100px solid #0d2f3c;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        display:block;
    }
    .logoimg{
        display:block;
        visibility:visible;
        width:100px;
        height:auto;
    }
    .returnflag{
        position:relative;
    }
    .returnflagimg{
        position:relative;
        width:120px;        
        left:30px;
    }
    .mobiletitlebar{
        display:none;
        visibility:hidden;
    }
    
}
@media all and (max-width: 1370px) {
}
@media all and (max-width: 950px) {
    .half{
        position:relative;
		float:bottom;
		width:100%;	
    }
    .third1{
		width:0%;
        display:none;
        visibility:hidden;
    }
    .third2{
        padding-left:10%;
		width:90%;
    }
    .third3{
		width:0%;
        display:none;
        visibility:hidden;
    }
    .returnflag{
        position:relative;
    }
    .contentpic{
        display:none;
        visibility:hidden;
    }
    .textbox{
        position:relative;
        height:auto;
        width:100%;
        min-width:100%;
        right:0%!important;
    }
    
    .tbpad{
        position:relative;
        width:auto;
        height:94%;
        padding:3%; 
        display:block;
    }
}
@media all and (max-width: 1020px) {
    .mlmenu{
        position:relative;
        display: block;
        margin:0 auto;
        width:100%;
        text-align:left;
    }
    .menubtn{
        position:relative;
        font-family:arial;
        font-size:0.75em;  
    }    
}
@media all and (max-width: 650px) {
    body{
        font-size:1em;
    }
    .half{
        position:relative;
		float:bottom;
		width:100%;	
    }
    .third1{
		width:0%;
        display:none;
        visibility:hidden;
    }
    .third2{
		width:90%;
        padding-left:0%;
    }
    .third3{
		width:0%;
        display:none;
        visibility:hidden;
    }
    .titletxt{
        font-size:1em;    
    }
    .languagebar{
        position:relative;
        border-top:1px solid #ddd;
        border-bottom:1px solid #fff;
        height:34px;
        margin:0;
        padding:0;
        padding-top:13px;
        width:100%;
        background: rgba(192, 225, 243, 0.95); 
        display:block;
    }
    .contactbartab{
        position:relative;
        border-top:1px solid #ddd;
        border-bottom:1px solid #fff;
        height:101px;
        margin:0;
        padding:0;
        padding-top:13px;
        width:100%;
        background: rgba(11, 47, 59, 0.8); 
        display:block;
        visibility:visible;
        color:#fff;
    }
    
    .hiddenbar{
        width:0;
        height:0;   
    }
    .hiddencbar{
        width:0;
        height:0; 
        display:none;
        visibility:hidden;
    }
    .logo{
        position:relative;
        float:left;
        width:85px;
        height:auto;
        left:-10px;
        top:-10px;
        margin-left:0;
    }
    .logoimg{
        display:none;
        visibility:hidden;
    }
    .langspan{
        width:0px;
        height:0px;
        display:none;
        visibility:hidden;
    }
    .titletxt{
        visibility:hidden;
        display:none;
    }
    .footerbanner{
        text-align:right;
        position:absolute;
        width:100%;
        bottom:0px;   
    }
    .menu{
        position:fixed;
        top:0px;
        width:100%;
        max-width:100%;
        margin-top:0px;
        background-image:url('../img/headerbg.png');
        background-repeat:repeat-x;
        height:44px;
        text-align:left;
        z-index:2;
    }
    .mlmenu{
        top:-4px;
        max-width:100%;
    }
    .menuspan{
        max-width:100%;
    }
    #content{
        position:relative;
        width:100%;
        height:100%;
        display:inline-block;
        margin:0;
        padding:0;
        margin-top:44px;
        z-index:1;
    }
    .contentlimiter{
        position:relative;
        padding-left:50px;
        padding-left:50px;
    }
    .langbar{
        visibility:visible;
        display:block;
        background-image:url('../img/langbardown.png');
        background-size: 100% 100%;
        margin:0;
        padding:0;
        width:47px;
        height:35px;
        background-repeat:no-repeat;
        position:fixed;
        top:25px;
        right:20px;
        z-index:200;
        text-align:center;
        -moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none; 
    }
    .langbarup{
        visibility:visible;
        display:block;
        background-image:url('../img/langbarup.png');
        background-size: 100% 100%;
        margin:0;
        padding-top:5px;
        width:47px;
        height:30px;
        background-repeat:no-repeat;
        position:fixed;
        top:25px;
        right:20px;
        z-index:200;
        text-align:center; 
        -moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none; 
    }
    .mobilemenu{
        display:block;
        visibility:visible;
        
    }
    .mobilemenubtn{
        display:block;
        visibility:visible;
        width:40px;
        height:38px;
        position:fixed;
        top:3px;
        left:3px;
        z-index:200;
        background-image:url('../img/menubtn.png');
        background-size:100% 100%;
        background-repeat:no-repeat;
    }
    .mobiletitlebar{
        display:block;
        visibility:visible;
        position:fixed;
        width:100%;
        height:40px;
        color:#fff;
        z-index:200;
        text-align:center;
        top:12px;
    }
    #contactbar{
        visibility:visible;
        display:block;
        background-image:url('../img/contacttab1.png');
        background-size: 100% 100%;
        margin:0;
        padding:0;
        width:32px;
        height:114px;
        background-repeat:no-repeat;
        position:fixed;
        top:153px;
        right:15px;
        z-index:200;
    }
    .main-nav {
        visibility:hidden;
        display:none;  
    }    
    .langbarflag{
        position:relative;
        width:25px;
        top:7px;
        left:0px;
    }
    .contacttxt1{
        position:absolute;
        top:93px;
        left:28px;
        right:0px;
        text-align:center;
        width:129px;
        color:#fff;
        font-size:0.9em;
        font-weight:bold;
    }
    .footertxt{
        left:-30px;
        font-size:0.6em;
    }
    .flagb{
        position:relative;
        width:20%;
        height:45px;
        float:left;
        margin-left:5%;
        display:block;
        visibility:visible;
        -moz-user-select: none; 
        -khtml-user-select: none; 
        -webkit-user-select: none; 
        -o-user-select: none; 
    }
    .contactinput{
        display:block;
        visibility:visible;
        width:50%;
        height:20px;
        font-size:1em;
    }
    .hiddenflagb{
        display:none;
        visibility:hidden;
    }
    .returnflagimg{
        position:relative;
        width:40%;
        min-width:45px;        
        left:15px;
    }
    .menuspan{
        display:none;
        visibility:hidden;
    }
}
@media all and (min-width: 1371px) {
}