/*-----------------------------------------------------------------

[Legal Notice]



Copyright (c) HighHay/Mivfx

Before using this template, you should agree with themeforest licenses terms.

http://themeforest.net/licenses

-------------------------------------------------------------------*/



/*------------------------------------------------------------------

[Table of contents]

/** CSS Reference

    0. Base Style

        0.button Buttons

        0.color Color bg-XX text-XX

	1. Link and logo at top / .header-top

	2. Dot navigation at right / #fp-nav, #fp-nav.right

	3. Quick links at right / .quick-link

		3.1 quick link position / .quick-link .count-X (where X=1,2,3,4,5)

		3.2 Links

	4. Page footer / .page-footer

	5. Page cover / .page-cover

		5.1. page cover background image,color (overriden by data-bgcolor or data-image-src atributes) / .page-cover .cover-bg

		5.2 Page cover  background mask (overriden by data-bgcolor or data-image-src atributes) / .page-cover .cover-bg-mask

	6. Main page / .page-main

		6.0 Page footer with scroll down button / .p-footer

		6.1 Page general params / .page-cent, .page

		6.3 Page and slide animation / .page.transition , .slide.transition

		6.4 Clock countdown / .page-when, .pane-when .clock

		6.5 Registration form / .page-register

		6.6 About us / .page-about

		6.7 Contact, Message / .page-contact

	7. Video background / .video-container



	Hooks for responsiveness (mobile friendly) can be found in "main_responsive.css" file



**/

/*---------- 

[Colors]

    text color : #FFFFFF, #FFF

    blue : #5677FC

    transluscent white : rgba(255, 255, 255, 0.15) / #fff;

*/



/* 0. Base Style  */

/* initialization */



@font-face {

    /*font-family: 'Usuzi';

    src: url('../fonts/usuzi/usuzi.eot?v=4.0.3');

  	src: url('../fonts/usuzi/usuzi.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/usuzi/usuzi.woff?v=4.0.3') format('woff'), url('../fonts/usuzi/usuzi.ttf?v=4.0.3') format('truetype'), url('../fonts/usuzi/usuzi.svg?v=4.0.3#fontawesomeregular') format('svg');
*/
}





/*@font-face {

    font-family: 'Code2000';

    src: url('../fonts/code2000/code2000.TTF');

}





@font-face {

    font-family: 'Code2001';

    src: url('../fonts/code2000/code2001.TTF');

}





@font-face {

    font-family: 'Code2002';

    src: url('../fonts/code2000/code2002.TTF');

}



@font-face {

    font-family: 'Dzongkha';

    src: url('../fonts/code2000/dzongkha.ttf');

}
*/




html {

    color: #fff;

    font-size: 1em;

    line-height: 1.4;

	background: #ffffff;
/*	background: #fff;*/

}



::-moz-selection {

    background: #fff;

    text-shadow: none;

}





hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #ccc;

    margin: 1em 0;

    padding: 0;

}



audio,

canvas,

img,

svg,

video {

    vertical-align: middle;

}





fieldset {

    border: 0;

    margin: 0;

    padding: 0;

}



textarea {

    resize: vertical;

}



.browsehappy {

    margin: 0.2em 0;

    background: #ccc;

    color: #000;

    padding: 0.2em 0;

}



body, html, h1, h2, h3, h4, h5, h6, a, ul, li{

    

}

body{

    /*font-family: 'Usuzi', Code2000,Dzongkha,Arial,sans-serif;*/
    font-family: Arial, sans-serif;


/*    text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;
*/


    background: #fff;

    

    margin: 0;

    padding: 0;

/*    background: url(../img/bg-default.jpg) center;*/

   	background-size: cover;



}

ul, li{

    list-style: none outside none;

    margin: 0;

}

iframe{

    border: none;   

}

.pos-rel{

    position: relative;

}

.pos-abs{

    position: absolute;

}

.pos-fix{

    position: fixed;

}

.full-width{

    width: 100%;

    max-width: 1440px;

}

.full-height{

    height: 100%;   

}

.full-size{

    top:0;

    left:0;

    right: 0;

    bottom: 0;

}

.my-button {

    text-transform: uppercase; 

    font-size: 1rem;

    padding: 1em;

    /* padding-top: 0.8rem; */

    padding-bottom: 0.8rem;

    display: inline-block;

    box-sizing: border-box;

    margin: 0;

}



.center-vh{

/*

    height: 100%;

    width: 100%; 

*/

    /* width needed for Firefox */



    /* old flexbox - Webkit and Firefox. For backwards compatibility */

    display: -webkit-box; display: -moz-box;

    /* middle-aged flexbox. Needed for IE 10 */

    display: -ms-flexbox;

    /* new flexbox. Chrome (prefix), Opera, upcoming browsers without */

    display: -webkit-flex;

    display: flex;



    /* old flexbox: box-* */

    -webkit-box-align: center; -moz-box-align: center;

    /* middle flexbox: flex-* */

    -ms-flex-align: center;

    /* new flexbox: various property names */

    -webkit-align-items: center;

    align-items: center;





    -webkit-box-pack: center; -moz-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;    

}

.pos-top{

    top:0;

}

.pos-left{

    left: 0;

}

.pos-right{

    right: 0;

}

.pos-bottom{

    bottom: 0;   

}

.relh100{

    position:relative; height: 100%;   

}

/* Make page full width so reset foundation restriction on max-width*/

.row{

/*    width: 100%;*/

    max-width: 100%;

}





ul, li{

    list-style: none outside none;

    margin: 0;

}



.full-width{

    width: 100%;

    max-width: 100%;

    

    max-width: 1440px;

    margin-left: auto;

    margin-right: auto;

}

.fullscreen-width{

    width: 100%;

    max-width: 100%;

}

.table{

    display: table;

    height: inherit;

    margin: auto;

}

.table-cell{

    display: table-cell;

/*    height: inherit;*/

    vertical-align: middle;

}

.align-center{

    text-align: center;   

}

.align-left{    

    text-align: left;

}

.align-right{

    text-align: right;   

}

.align-justify{

    text-align: justify;   

}

/*

.mask{

    position: relative;

}

*/



/** 0. color Color */

.mask:before

{

    position: absolute;

    top:0;

    left:0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

    content: ' ';

    opacity: 0.8;

/*    z-index: 10;*/

}

.title.bg-red,

.bg-red,

.mask-red:before{    

    background: #e51c23;

}

.title.bg-yellow,

.bg-yellow,

.mask-yellow:before{    

    background: #ffeb3b;

}

.title.bg-blue,

.bg-blue,

.mask-blue:before{    

    background: #5677fc;

}

.title.bg-pink,

.bg-pink,

.mask-pink:before{    

    background: #e91e63;

}

.title.bg-green,

.bg-green,

.mask-green:before{    

    background: #259b24;

}

.title.bg-white,

.bg-white,

.mask-white:before{    

    background: #fff;

}

.title.bg-black,

.bg-black,

.mask-black:before{    

    background: #1f1f1f;

}

.title.bg-orange,

.bg-orange,

.mask-orange:before{    

    background: #ff9800;

/*    background: #ef6c00;*/

}

.title.bg-purple,

.bg-purple,

.mask-purple:before{    

    background: #9c27b0;

}

.title.bg-lime,

.bg-lime,

.mask-lime:before{    

    background: #cddc39;

}

.title.bg-bluegrey,

.bg-bluegrey,

.mask-bluegrey:before{    

    background: #607d8b;

}



.title.bg-bluegreylight,

.bg-bluegreylight,

.mask-bluegreylight:before{    

    background: #f0f0f0;

}

.title.bg-bluegreydark,

.bg-bluegreydark,

.mask-bluegreydark:before{    

    background: #37474f;

}

.title.bg-indigo,

.bg-indigo,

.mask-indigo:before{    

    background: #3f51b5;

}

.title.bg-black,

.bg-black,

.mask-black:before{    

    background: #000;

}

.title.bg-black1,

.bg-black1,

.mask-black1:before{    

    background: #333;

}

.title.bg-amber,

.bg-amber,

.mask-amber:before{    

    background: #ffc107;

}



.text-white{

    color: #fff;   

}

.text-black{

    color: #333333;   

}

.text-bold{

    font-weight: bold;   

}

.text-red{

    color: #e51c23;   

}

.text-blue{

    color: #455ede;   

}

.text-orange{

    color: #ff9800;   

}

.text-yellow{

    color: #ffd600;   

}

.text-amber{

    color: #ffc107;   

}

.text-pink{

    color: #e91e63;   

}

.text-lightblue{

    color: #03a9f4;   

}



.small-col-20{

    width: 20%;

}

.box-shadow {

    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),

     0 2px 2px rgba(0,0,0,0.2),

     0 0 4px 1px rgba(0,0,0,0.1);

    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),

     0 2px 2px rgba(0,0,0,0.2),

     0 0 4px 1px rgba(0,0,0,0.1);

    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),

     0 2px 2px rgba(0,0,0,0.2),

     0 0 4px 1px rgba(0,0,0,0.1);

    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),

     0 2px 2px rgba(0,0,0,0.2),

     0 0 4px 1px rgba(0,0,0,0.1);

}











/* Viewport visibility animation  */

.hidden{

     opacity:0;

     -webkit-transition: 0.6s;

     -ms-transition: 0.6s;

     transition: 0.6s;

}

.visible{

     opacity:1;

    -ms-transition: 0.6s;

    -webkit-transition: 0.6s;

    transition: 0.6s;

}

.invisible{

    display: none !important;  

}

.s-visible-medium-up{

    opacity:0;

}

strong,

.bold{

	font-weight: bold;

}

.column, .columns{

    padding: 0;   

}

.row .row{

    margin: 0;   

}



/* 1. Link and logo at top  */



.header-top.material{

	background: rgba(255, 255, 255, 0.15);

	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);

	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);

}

.header-country.hidden-landscape img{
    width: 30px;
/*    background: #131c9c;
    border-radius: 50px;*/
    padding: 5px;
    /* border: 1px solid #3c418a; */
}

	.header-top>div{

		/*display: inline-block;

		float: left;*/

		display: block;
		font-size: 9px;

	}

	.header-top .logo img{

		height: 56px;

		width: auto;

		padding: 8px 16px;

	}

	.header-top .logo{

		transition: 0.3s;

	}

	.header-top .logo:hover{

		background: rgba(255, 255, 255, 0.15);

	}



	.header-top.material .menu{

		border-right: 1px solid #f5f5f5;

	}

	.header-top.material .menu:last-child{

		border-right: none;

	}

	.header-top.material .menu a,

	.header-top .menu a{

		/*height: 30px;

/*		display: inline-block;*/

		/*display: block;

		float: left;*/

		background: #fff;

		color: #5677fc;

		text-transform: capitalize;

		text-align: center;

		font-size:12px;

    	/*/*font-family: 'Opensans';*/*/

		font-weight: normal;

		padding: 0px 16px;

		-webkit-transition: 0.3s;

		transition: 0.3s;

	}

	.header-top .menu a{

		background: transparent;

		font-weight: normal;

/*		font-weight: bold;*/

		color: #fff;

		position: relative;

		padding: 0;

	}

	.header-top.material .menu a:first-child:after{

		display: none;

	}

	.header-top .menu a:first-child:after{

		display: none;

	}

	.header-top .menu a:after{

		position: absolute;

		left: 0;

		top: 25%;

		height: 50%;

		width: 1px;

		background: #fff;

		content: "";

	}



	.header-top .menu i.icon-text {

		font-size: 200%;

	}



	.header-top.material .menu a:hover{

		background: #5677fc;

	}

	.header-top .menu li:hover{

		background: rgba(255, 255, 255, 0.15);

		color: #fff;

	}



	.header-top .menu ul:after {

		clear: both

	}



	.header-top .menu li.with-image {

		padding-bottom: 0;

	}



	.header-top .menu li {

		float: left;

		padding: 0;

		border-right: 1px solid #737373;

		padding: 5px 15px;

		width: 20%;

	    text-align: center;

	}



	/*.header-top .menu li a {

		border-right: 1px solid #FFF;

		padding-top: 5px;

	}*/



	.header-top .menu li:last-child {

		border-right: none;

	}



	.header-top #country-name, .header-top #country-name2 {

    	/*font-family: "Helvetica Neue",Helvetica,Code2000,Dzongkha,Arial,sans-serif;*/

	}	



 

/* 2. Dot navigation at right */

#fp-nav.right{

    right: 0px;

    margin-right: 14px;

	position: absolute;

	display: none;

}

#fp-nav span, .fp-slidesNav span{

    border-color: #fff;

	-webkit-transition: 0.3s;

	transition: 0.3s;

	width: 10px;

	height: 10px;

}

#fp-nav ul li a span{

	background: #fff;

}

#fp-nav li, .fp-slidesNav li {

    display: block;

    width: 10px;

    height: 10px;

    margin: 16px;

    position: relative;

}

	#fp-nav span:after, .fp-slidesNav span:after{	

		background: rgba(255, 255, 255, 0.15);  

		position: absolute;

		content: "";

		

		display: block;

		top: 4px;

		left: 4px;

		right: 4px;

		bottom: 4px;

		border-radius: 100%;

		-webkit-transition: 0.3s;

		transition: 0.3s;

	}

#fp-nav li .active span, .fp-slidesNav .active span{

    background: #fff;

	position: absolute;

}

	#fp-nav li .active span:after, 

	.fp-slidesNav .active span:after{

		top: -6px;

		left: -6px;

		bottom: -6px;

		right: -6px;

	}

/* 3.  Quick links at left*/

.quick-link{

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

    width: 56px;

	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);

	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);

	z-index: 100;

	background: rgba(0, 0, 0, 0.26);

}

.quick-link .logo{

	width: 56px;

	height: 56px;

	position: absolute;

	top: 0;

	left: 0;

	/*background: #E02708;*/

	background: url('../images/icon-home.png') center;

	background-size: 100%;



}

.quick-link .logo a{

	/*padding: 6px 8px 8px;*/

	padding: 14px 10px 8px 14px;

	height: 100%;

	width: 100%;

}

.quick-link .logo a:after{

	background: none !important;

}

.quick-link .qmenu{

	position: relative;

	position: absolute;

	top: 50%;

}

.quick-link li{

	list-style: none;

	list-style-position: outside;

	display: block;

	height: 48px;

	width: 56px;

	position: relative;

}

/* 3.1 quick link position : use it to adjust its position */

	.quick-link.count-1 .qmenu{

		margin-top: -24px; /* 48*1/2*/

	}

	.quick-link.count-2 .qmenu{

		margin-top: -48px; /* 48*5/2*/

	}

	.quick-link.count-3 .qmenu{

		margin-top: -72px; /* 48*3/2*/

	}

	.quick-link.count-4 .qmenu{

		margin-top: -96px; /* 48*4/2*/

	}

	.quick-link.count-5 .qmenu{

		margin-top: -120px; /* 48*5/2*/

	}

	.quick-link.count-6 .qmenu{

		margin-top: -144px; /* 48*6/2*/

	}

	.quick-link.count-7 .qmenu{

		margin-top: -168px; /* 48*7/2*/

	}

/* 3.2 Links */

.quick-link a{

/*	background: #fff;*/

/*	background: rgba(255, 255, 255, 0.15);*/

	height: 48px;

	/*width: 56px;*/

	display: block;

	text-align: center;

	font-size: 22px;

	padding-top: 0.4rem;

	color: #fff;

	opacity: 1;

	position: relative;

	z-index: 1;

	-webkit-transition: 0.2s;

	transition: 0.2s;

	text-shadow: none;

}



.quick-link .text a {

	font-size: 1.5vw;

    padding-top: 13px;

    text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;

}





.victim{

  padding-top:5px; 

  font-size: 11px;

}



.quick-link a:hover{

/*		opacity: 0.5;*/

/*		color: #5677fc;*/

}

.quick-link ul li{

	position: relative;

}

.quick-link ul li:after,

.quick-link a:after{

	position: absolute;

	content: "";

	background: rgba(255,255,255,0);

	border-radius: 100%;

	top: 0;

	left: 0;

	right: 0;

	bottom: 1px;

	-webkit-transform: scale(0.5);

	transform: scale(0.5);

/*		transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/

	-webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);

	transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);

	z-index: -1;

}

.quick-link li:before{

	position: absolute;

	content: "";

	width: 50%;

	left: 25%;

	bottom: 0;

	border-bottom: 1px solid #fff;

}

.quick-link li:last-child:before{

	border-bottom: none;

}

.quick-link ul li.active:after,

.quick-link a:hover:after{

	-webkit-transform: none;

	transform: none;

	border-radius: 0;

	background: rgba(255,255,255,0.15);

	background: #5677fc;

}



.quick-link ul li.active:after{

	background: rgba(230, 230, 230, 0.12);

}

.quick-link a.marked{

	color: #fff;

	background: #5677fc;

}

	.quick-link .title{

		position: absolute;

		font-size: 12px;

		left: 64px;

		top: 17px;

		color: #fff;

		/*/*font-family: 'Opensans';*/*/

		text-transform: uppercase;

		text-align: left;

		width: 100px;

		border-bottom: 1px solid currentColor;

		display: block;

		transform: translateX(10px);

		-webkit-transition: 0.3s;

		transition: 0.3s;

		visibility: hidden;

		opacity: 0;

		text-shadow: 0 0 10px #000;

	}

	.quick-link li:hover .title{

		-webkit-transform: none;

		transform: none;

		display: block;

		opacity: 1;

		visibility: visible;

	}



/* 4. Page footer */

.page-footer{

	z-index: 100;

	position: fixed;

	bottom: 8px;

	left: 56px;

	margin-left: 9px;

	color: #fff;

	font-size:18px;

	/*font-family: 'Opensans';*/

	font-weight: normal;

}

.page-footer a:first-child{

/*	margin-left: 8px;*/

}

.page-footer a{

	color: #fff;

	-webkit-transition: 0.3s;

	transition: 0.3s;

	float: left;

	display: block;

	margin-right: 8px;

	padding: 4px ;

	width: 32px;

	height: 32px;

	text-align: center;

	background: #fff;

	color: #1d1d1d;

}

.page-footer a .ion{

	font-size: 1.2em;

}

.page-footer a:hover{

	opacity: 0.8;

}





/* 5. Page cover */

.page-cover{

    width: 100%;

    position: fixed;

    height: 100%;

    z-index: 0;

}

    /* 5.1. Page cover background image,color */

    .page-cover .cover-bg{

        background: url(../img/bg-default.jpg);

        background-repeat: no-repeat;

        background-size: cover;

        background-position: center;

        background-attachment: fixed;

        z-index: -3;

    }

	.page-cover .cover-bg.bg-color{

        background-image: none;

        z-index: -3;

    }



    /* 5.2 Page cover  background mask */

    .page-cover .cover-bg.cover-bg-mask{

        background: rgba(0, 0, 0, 0.12);

        background-repeat: no-repeat;

        background-size: cover;

        background-attachment: fixed; 

        z-index: 0;

        -webkit-transition: 2s;

        -ms-transition: 2s;

        transition: 2s;

    }

	/* 5.3 background slide */

	.page-cover .vegas-timer {

		display: none;

	}

/* 6. Main Page */

.page-main{  

    position: relative;

	margin-left: 50%;

    width: 50%;

    height: 100%;

    z-index: -1;

}

 

/* 6.0 Page footer with scroll down button */

.p-footer {

    bottom: 0;

    position: absolute;

    width: 100%;

    padding-top: 5rem;

}

.p-footer .icon{

	position: absolute;

	top: 24px;

	color: #fff;

	text-align: center;

	width: 24px;

	margin-left: -12px;

	font-size: 20px;

	transition: 0.3s;

}

	.p-footer .text{

		font-size: 12px;

		/*font-family: 'Opensans';*/

		text-transform: uppercase;

	}

.p-footer:hover .icon{

	opacity: 0;

	-webkit-transform: scale(0);

	transform: scale(0);

}

.p-footer .arrow-d{

    position: relative;

    width: 1px;

    background: rgba(255, 255, 255, 0.1);

    height: 48px;

    width: 48px;

/*    left: 50%;*/

    left: 0;

    bottom: 32px;

	margin: 0;

	display: block;

	border: 0px solid #fff;

	border-radius: 100%;

    margin-left: -24px;   

	transition: 0.3s;

	/*font-family: 'Opensans';*/

	color: #fff;

	font-size: 14px;

}

	.p-footer .arrow-d:hover{

		background: #5677fc;

		background: #fff;

	}

	.p-footer .arrow-d.gone{

		-webkit-transform: scale(0);   

		transform: scale(0);   

		-webkit-transition: 0.2s;

		transition: 0.2s;

	}

	.p-footer .arrow-d .circle{

		top: 12px;

		bottom: 12px;

		left: 12px;

		right: 12px;

		position: absolute;

		content: "\f340";

		font-size: 28px;

		line-height: 0;

		margin-top: -2px;

		font-family: "Ionicons";

		color: #fff;

/*		background: #fff;*/

		border-radius: 100%;

		-webkit-transition: 0.3s;

		transition: 0.3s;

	}



	.p-footer .arrow-d .circle:after{

		top: 12px;

		bottom: 12px;

		left: 12px;

		right: 12px;

		position: absolute;

		content: "";

		background: #fff;

		border-radius: 100%;

		-webkit-transition: 0.3s ;

		transition: 0.3s ;

	}

	.p-footer .arrow-d .after,

	.p-footer .arrow-d .before{

		top: 14px;

		position: absolute;

		-webkit-transition: 0.3s;

		transition: 0.3s;

		opacity: 1;

	}

	/* Hover animation */

	.p-footer .arrow-d:hover .after,

	.p-footer .arrow-d:hover .before{

		opacity: 0.15;

	}

	.p-footer .arrow-d:hover .circle{

		background: #5677fc;

		background: rgba(86, 119, 252, 0);

		top: 0px;

		bottom: 0px;

		left: 0px;

		right: 0px; 

	}

	.p-footer .arrow-d:hover .circle:after{	

		border-radius: 0;

		left: 23px;

		right: 23px;

	}

	.p-footer .arrow-d .before{

		text-align: right;

		float: right;

		right: 72px;

	}

	.p-footer .arrow-d .after{

		text-align: left;

		float: left;

		left: 72px;

	}

	.p-footer .arrow-d:after,

	.p-footer .arrow-d:before{

		position: absolute; content: ' ';

		width: 24px;

		height: 24px;

		left: 12px;

		margin-left: 0.5px;

	/*

		-webkit-transform: rotateY(45deg);

		-ie-transform: rotateY(45deg);

	*/

		border: 2px solid rgba(255, 255, 255, 0.15);

		border-left-color: transparent;

		border-top-color: transparent;  

		-ms-transition: 0.3s;

		-webkit-transition: 0.3s;

		transition: 0.3s;

	}

	.p-footer .arrow-d:after{   

		border-right-color: transparent;  

		top: 12px;

		left: 36px;

		-ms-transform: rotateZ(-45deg); 

		-webkit-transform: rotateZ(-45deg); 

		transform: rotateZ(-45deg); 

	}

	.p-footer .arrow-d:before{  

		border-bottom-color: transparent;

		top: 12px; 

		left: -12px;

		-ms-transform: rotateZ(-135deg);

		-moz-transform: rotateZ(-135deg);

		transform: rotateZ(-135deg);

	}

	.p-footer .arrow-d.no-change:after, 

	.p-footer .arrow-d:hover:after{ 

		margin-top: 1px;

		top: 16px; 

		left: 16px;

		bottom: 16px;

		right: 16px;

		width: auto;

		height: auto;

		border: 2px solid #1d1d1d;

		border-left-color: transparent;

		border-top-color: transparent;  

		border-right-color: transparent; 

		-ms-transform: rotateZ(45deg);

		-webkit-transform: rotateZ(45deg);

		transform: rotateZ(45deg);

	}

	.p-footer .arrow-d.no-change:before,

	.p-footer .arrow-d:hover:before{

/*		margin-top: 1px;*/

		top: 16px;

		left: 16px;

		bottom: 16px;

		right: 16px;

		width: auto;

		height: auto;



		border: 2px solid #1d1d1d;

		border-left-color: transparent;

		border-top-color: transparent;  

		border-bottom-color: transparent;

		-ms-transform: rotateZ(45deg);

		-webkit-transform: rotateZ(45deg);

		transform: rotateZ(45deg);

	}

	.p-footer:hover .arrow-d.no-change:after, 

	.p-footer:hover .arrow-d.no-change:before{

		top: 4rem;

	}

	.p-footer .arrow-d a{

		color: inherit;

	}





.footer-bottom {

	/*position: fixed; */

	position: absolute;

	width: 100%; 

	bottom: 2px; 

	text-align: center;

}



.footer-bottom a {
	color: #e02708;
	font-size: 13px;
}



.footer-bottom a:hover {

	text-decoration: none;

	color: #ccc;

}





/* 6.1 Page general params */



.page{    

    position: relative;

    width: 100%;

    height: 100%;

}

.page-cent{

    width: 100%;   

    position: relative;

    text-align: center;

}

.page-cent .content p{

}

.page-cent .content{

    width: 720px;

    width: 100%;

    margin: 0 auto;

	padding-top: 72px;

	padding-bottom: 72px;

    padding-left: 56px;

    padding-right: 56px;

    display: inline-block; 

    -ms-transition: 0.6s;

    -webkit-transition: 0.6s;

    transition: 0.6s;

	text-align: left;

    /*font-family: 'Opensans';*/

	color: #fff;

}



.page-cent .p-title{

    display: block;

    margin-bottom: 0.5rem;

}

.page-cent .p-title h3{

    text-transform: uppercase;   

    font-size: 32px;

    padding-left: 0px;

    text-align: left;

    display: inline-block;

	color: #fff;

    /*font-family: 'Opensans';*/

	font-weight: bold;

	border-bottom: 8px solid #5677fc;

}

.page-cent .p-title h2{

    text-transform: uppercase;   

    font-size: 56px;

	line-height: 1.3em;

    text-align: left;

	margin-top: 0.3em;

	margin-bottom: 0.3em;

    display: block;

	color: #fff;

    /*font-family: 'Opensans';*/

}



/* Page general structure */

.page .p-title i{

    display: inline-block;

    margin-left: 0.5em;

    margin-right: 0em;

	font-size: 0.8em;

}

.page-cent .text{	

    /*font-family: 'Opensans';*/

	color: #fff;

	text-align: left;

}

.page p{    

    /*font-family: 'Opensans';*/

    color: #ffffff;

    font-size: 16px;

    margin-bottom: 0.75rem;

}

.page p.small{

/*	font-size: 14px;*/

	font-size: 15px;

}

.page p.center{

	text-align: center;

}

.page p.upper{

    text-transform: uppercase;

}

.page p.light{

    /*font-family: 'OpenSans-Light';*/

}

.page h4{

	text-transform: uppercase;

	font-weight: bold;

    color: #ffffff;

    font-size: 20px;

	margin-bottom: 0;

	margin-top: 0;

}



.page h2,

.page h3,

.page h4{

    /*font-family: 'Opensans';*/

    color: #ffffff;

}



/* 6.2 Page and slide animation */

.slide,

.page .content,

.page-home .logo-container ,

.page{

	-webkit-transition: 0.8s background , 0.6s transform, 0.6s opacity;

	transition: 0.8s background , 0.6s transform, 0.6s opacity;

	-webkit-transform: none;

	transform: none;

	background: transparent;

/*

	-webkit-perspective: 1000px;

	perspective: 1000px;

*/

	border: none;

}

.page .content{

	z-index: 1;

}

.page:before{

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background: transparent;

	content: '';

	z-index: 0;

	-webkit-visibility: hidden;

	visibility: hidden;

	-webkit-transition: 0.8s background , 0.6s transform, 0.8s visibility;

	transition: 0.8s background , 0.6s transform, 0.8s visibility;

	-webkit-transform: none;

	transform: none;

}

.page.transition:before{

	-webkit-visibility: visible;

	visibility: visible;

	-webkit-transform: scale(0.8);

	transform: scale(0.8);

/*	background: rgba(255, 255, 255, 0.15);*/

}

.page-home.transition .logo-container{

	-webkit-transform: translateY(20px) scale(0.1);

	transform: translateY(20px) scale(0.1);

	opacity: 0;

}

.page.transition .content{

	-webkit-transform: scale(0.85);

	transform: scale(0.85);

}

.slide.transition{

	-webkit-transform: scale(0.8);

	transform: scale(0.8);

	background: rgba(255, 255, 255, 0.15);

}

/* 6.3 Home page */

.page-home .content ,

.page-home.page-cent .content {

	position: relative;

	max-width: 1200px;

	width: 100%;

}

.page-home .logo-container{

	position: absolute;

	top: 100px;

	width: 100%;

	text-align: center;

}



.page-home .logo-container img.h-logo{

	position: relative;

	display: inline-block;

	/* adjust below according t your llogo dimension */

	height: 100px;

	width: auto;

}



.page-home .content .header{

	margin: 0 auto;

	text-align: left;

/*	text-align: center;*/

	position: relative;

}

.page-home .content .header>div{

/*	display: inline-block;*/

	position: relative;

}



.page-home .content h2{

	text-transform: uppercase;

	font-size: 56px;

	text-align: left;

	line-height: 1em;

}



.page-home .content h3{

	text-align: left;

	text-transform: uppercase;

	font-size: 32px;

	line-height: 1em;

	font-weight: bold;

	border-left: 4px solid currentColor;

	padding-left: 10px;

	margin-left: 6px;

	max-width: 180px;

}



.page .content .subhead{

	display: block;

	text-align: left;

	position: absolute;

	position: relative;

	padding-left: 40px;

	color: rgba(255,255,255,0.2);

	-webkit-transition: 0.3s;

	transition: 0.3s;

/*	width: 300px;*/

/*	border-top: 1px solid currentColor;*/

}

.page .content .subhead:before{

	position: absolute;

	content: '';

	height: 1px;

	width: 32px;

	background: currentColor;

	left: 0px;

	top: 14px;

}

	

.page .content .subhead:hover{

	color: #fff;

}



.page .content .subhead a{

	color: inherit;

}

/* 6.4 Clock countdown */

.pane-when{

	/*

	position: fixed;

	left: 56px;

	top: 30%;1

	right: 50%;*/

}



/* Logo */

.pane-when .logo{

	width: 50%;

	margin: 0 auto;

	text-align: center;

	position: relative;

}



/*

.pane-when .logo img{

	height: 240px;

	width: auto;

}*/



.country {

    display: inline-block;

    position: absolute;

    /*bottom: 0px;*/

    top: 71%;

    left: 56%;

    color: #FFFFFF;

    /*font-size: 18px;*/

    /*font-size: 1.3vw;*/

    width: 100%;

    text-align: left;

    line-height: 1;

}

.country img {

	width: 1.2vw;

}

/* Clock */

.pane-when .clock{

	width: 650px;

/*	height: 430px;*/

	margin: 0 auto;

	margin-top: 50%;

	position: relative;

}



.pane-when .content{

		position: absolute;

		top: 25% !important;

		left: 0;

		right: 0;

	}

	.pane-when::after {

/*		display: none;*/

	}

	.pane-when .clock{

		margin-top: -12px;


	}



/* Mask to disable click */



.pane-when .clock:before{

	

}



.pane-when .clock .text{

    position: relative; 

    width: 100%;

    /*font-family: 'Opensans';*/

	font-weight: normal;

    letter-spacing: 0;

    margin-top: 0.5em;

    display: block;

    text-transform: uppercase;

    color: #fff;

	text-align: center;

}

.pane-when .clock .block:last-child .digit:after{

    display: none;

}

.pane-when .clock .elem-center{

    display: inline-block;

    position: relative;

    text-align: center;

	width: 100%;

	top: 0;

	bottom: 0;

	margin-top: -100px;

}

.pane-when .clock .elem-center .digit{

    position: relative; 

    font-size: 240px;

	letter-spacing: -0.02em;

	line-height: 1;

    /*font-family: 'Opensans';*/

	font-weight: 500;

    color: #fff;

    display: block;

	width: auto;

}

.pane-when .clock .elem-center .txt{

	position: absolute;

	right: auto;

	letter-spacing: 0em;

	top: 1.4em;

	text-transform: uppercase;

    /*font-family: 'Opensans';*/

	font-weight: bold;

	font-size: 24px;

	width: auto;

}

.pane-when .clock .elem-center .text.top{

	bottom: 124%;

}

.pane-when .clock .elem-center .text.top img{

	height: 65px;

	margin-bottom: 20px;

}



.pane-when .clock .elem-bottom{

	position: relative;

	width: 100%;

/*	text-transform: uppercase;*/

    /*font-family: 'Opensans';*/

	font-weight: bold;

	font-size: 24px;

	color: #fff;

	text-align: center;

}



.pane-when .clock .elem-bottom .thin{

	font-weight: 100;

}

.pane-when .clock .elem-bottom:after,

.pane-when .clock .elem-bottom:before{

	position: absolute;

	content: '';

	border-bottom: 1px solid #fff;

	height: 1px;

	bottom: 17px;

}

.pane-when .clock .elem-bottom:before{

	right: 0;

	left: 75%;

}

.pane-when .clock .elem-bottom:after{

	left: 0;

	right: 75%;

}

.pane-when .clock .elem-bottom .deco:after,

.pane-when .clock .elem-bottom .deco:before{

	position: absolute;

	content: '';

/*	background: #fff;*/

	border: 1px solid #fff;

	width: 20px;

	height: 120px;

	bottom: 17px;

}

.pane-when .clock .elem-bottom .deco:before{

	left: 0;

	right: auto;

	border-right: none;

	border-bottom: none;

}

.pane-when .clock .elem-bottom .deco:after{

	right: 0;

	left: auto;

	border-left: none;

	border-bottom: none;

}

.pane-when footer {

	padding: 16px 48px;

}

.pane-when footer p{

	color: #fff;

	text-align: center;

    /*font-family: 'Opensans';*/

}

/* 6.5 Registration form */

.page-register .content{

/*    margin-top: -4rem;*/

/*

    padding-left: 1em;

    padding-right: 1em;

*/

/*    padding-top: 0.2rem;*/

}

.page-register .form{  

	max-width: 480px;

}

.page .form{  

}

.page .form input{ 

    background: transparent;

/*    background: #f4f;*/

    border: none;

    color: #fff;

    padding: 0em 1em;

	padding-bottom: 0.3em;

    /*font-family: 'Opensans';*/

    font-size: 20px;

    box-shadow: none;

    display: inline-block;

/*    min-width: 400px;*/

	position: absolute;

    width: auto;

	width: 100%;

	bottom: 0;

	left: 80px;

	right: 0;

	margin-bottom: 0;

}

.page .form.send_email_form input{

	

}

.page .form.send_email_form .fields{

	margin-top: 48px;

	background: rgba(255, 255, 255, 0.10);

	padding-left: 16px;

	height: 46px;

	min-height: 36px;

}



.page .form.send_email_form .buttons,

.page .form.send_email_form .buttons button{

	height: 45px;

}

.page .form label{

	display: inline-block;

    /*font-family: 'Opensans';*/

	font-weight: bold;

    font-size: 20px;

    color: #fff;

	text-transform: uppercase;

    display: inline-block;

	margin-bottom: 0.35em;

	padding-top: 0.40em;

}

.page .form .fields{

	margin-top: 24px;

	position: relative;

    border-bottom: 1px solid #5677fc;

}

.page .form .fields.no-border{

	border: none;

}

.page .form .fields>div{

	float: left;

}

.page .form .fields .buttons{ 

	position: absolute;

	bottom: 0;

	right: -.5px;

}

.page .form button{ 

    background: #5677fc;

    color: #fff;

    /*font-family: 'Opensans';*/

	font-weight: bold;

    font-size: 20px;

    text-transform: uppercase;

    padding: 0.5rem 1rem; 

    margin-bottom: 0;

	position: relative;

	-webkit-transition: 0.3s;

	transition: 0.3s;

	z-index: 2;

}

.page .form button:after{

	z-index: -1;

	position: absolute;

	top: 50%;

	left: 50%;

	right: 50%;

	bottom: 50%;

	content: "";

	background: #fff;

	opacity: 0;

	border-radius: 120px;

	-webkit-transition: 0.3s;

	transition: 0.3s;	

}

.page .form button:hover:after{

	opacity: 1;

	border-radius: 0;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

}

.page .form button:hover{

	background: transparent;

	color: #5677fc;

}

.page .form textarea{ 

    background: #fff;

    border: 1px solid currentColor;

    color: #626262;

    padding: 0.5em 1em;

    min-width: 200px;    

    font-size: 20px;

	/*font-family: 'Opensans';*/

    display: block;

    width: 100%;

    box-shadow: none;

    min-height: 108px;

	margin-top: 3px;

} 

.page .message-ok{

    margin-bottom: 0;

    position: absolute;

    font-size: 20px;

}



/* 6.6 About us */

.page-about .content{

    

/*    margin-top: -4rem;*/

    border: none;

/*

    padding-left: 1em;

    padding-right: 1em;

*/

    padding-top: 112px;

    padding-bottom: 112px;

}

.page-about .article{

       max-width: 480px;

    margin: auto;

}



/* 6.7 Contact, Message */

.page-contact{  

/*    margin-top: -1rem;*/

}



.page-contact .fp-controlArrow {

	display: none;

}

.page-contact .p-title{

	position: relative;

}

.page-contact .p-title .buttons{

	position: absolute;

	bottom: 8px;

	right: 0;

	background: rgba(255,255,255,0.15);

	display: inline-block;

}



.page-contact .p-title .buttons li{

	position: relative;

	display: block;

	width: 48px;

	float: left;

}

.page-contact .p-title .buttons a{

	text-align: center;

	width: 48px;

	height: 48px;

	display: inline-block;

	position: relative;

	margin: 0;

}

.page-contact .p-title .buttons a i{

	margin: 0;

	font-size: 24px;

	padding-top: 0.5em;

}



.page-contact .p-title .buttons a:after{

	position: absolute;

	content: "";

	background: rgba(255,255,255,0);

	border-radius: 100%;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	-webkit-transition: 0.2s;

	transition: 0.2s;

}

.page-contact .p-title .buttons a:hover:after{

	border-radius: 0;

	background: rgba(255,255,255,0.15);

}

.page-contact .contact li{

	margin-top: 20px;

}

.page-contact .contact img{

	height: 56px;

	width: auto;

}

.page-contact a{

    color: #fff;

}

.page-contact .right{

	text-align: right;

}

	.page-contact .social-links .page-header .header-title{

        display: none;

    }

    .page-contact .socialnet{

		margin-right: -10px;

	}

    .page-contact .socialnet a{

        color: #fff;

		font-size: 24px;

        margin-bottom:  0.25rem;

        display: inline-block;

		width: 1.5em;

        border-radius: 1em;

        background: transparent; 

		position: relative;

		text-align: center;

    }

    .page-contact .socialnet a:after{

		position: absolute;

		content: "";

		top: 0;

		left: 0;

		right: 0;

		bottom: 0;

		background: transparent;

        -ms-transition: 0.3s;

        -webkit-transition: 0.3s;

        transition: 0.3s;

		border-radius: 100%;

	}

    .page-contact .socialnet a:hover:after{

        border-radius: 0;

        background: rgba(255, 255, 255, 0.15); 

        color: #fff;       

    }

/* Form */



/* 7. Video background */

/* 7.1. static video background */

.video-container{

    position: fixed;

    width: 100%;

    height: 100%;

    top:0;

    left:0;

    z-index: -2;

}

.video-container video{

    height: 724px; 

    width: 1287px; 

    margin-top: -42px; 

    margin-left: 0px;   

}

.video-container iframe{    

    width: 100%;

    height: 100%;

}

.show-for-medium-up{

    display: none;   

}



button:hover, button:focus, .button:hover, .button:focus {

    background-color: #2130C8;

}



.header-top .menu a.home-featured-image {

	/*padding: 0px 16px;*/

	padding: 0;

}



.header-top .menu a.home-featured-image img {

	max-height: 30px;
	max-width: 30px;

	/*height: 100%; */

	-webkit-border-radius:  50%;

	-moz-border-radius:  50%;

	border-radius:  50%;

}



.dropdown {

	position: relative;

}



.dropdown-menu {

	text-align: left;

	display:none; 

	/*width: 200px; */

	width: 150%;

	background: rgba(0,0,0,0.6); 

	position: absolute;

	top: 100%;

	left: 0px;

	padding: 0;

	margin: 0;

	max-height: 170px;

	overflow-y: scroll;

}



.dropdown-menu li {

	text-align: left;

}



ul.dropdown-menu:after {

	clear: both;

}



.header-top .menu li .dropdown-menu li {

	width: 100%;

	padding: 2px 5px;

	text-align: left;

}



.header-top .menu li .dropdown-menu li a {

	border: none;

	height: auto;

	text-align: left;

	padding: 0 !important;

	font-size: 14px;

	display: block;

}



.header-top .menu li .dropdown-menu li a p {

	margin: 0;

}



.wrapper-box {

	/*position: relative;*/

	max-width: 1500px;
	min-height:	250px;
	/*x-height: 900px;*/
	height: 100%;
	max-height: 100%;

	margin: auto;

	z-index: 9999999;

	/*overflow: hidden;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/


    overflow: scroll;
    position: relative;

   

}



.logo .home-text {

	font-size: 7px;

    margin-top: 2px;

	display: block

}



.pull-right {

	float: right !important;

}



.modal-open .modal {

    background: rgba(0,0,0,0.7);

}



.modal.in .modal-dialog {

	margin-top: 100px;

}



@media (max-width: 800px) and (min-height: 900px) {

	.wrapper-box {

		max-height: 1400px;

	}

}





.tag-line {

	text-align: center;

	/*font-family: 'Didact Gothic', sans-serif, Code2000,Dzongkha;*/

}



.main-search-tagline p {

	margin-bottom: 0;
	color: #e02708;

}


.main-search button {
    background: #e02708;
}


.main-search-tagline .holder:after {

	content: '';

	clear: both;

}



.holder-left {

	float: left;

	padding-right: 5px;

}



.holder-right {

	float: left; 

	border-left: 1px solid #FFF; 

	padding-left: 5px;

}







.container-mid {

    max-width: 220px;

    margin: 0 auto;

}

.language-wrapper {

	text-align: center;

}



body.rtl .language-wrapper {

	direction: rtl;

}



#template {

    text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;

    padding: 0;

    padding-right: 5px;

}



.languages {

    color: #FFF;

    border-radius: 5px;

	background: transparent url('../icons/icon-more-stroke.png') right center no-repeat;

    background-color: transparent;

    background-size: auto 80%;

    border: none;

    cursor: pointer;

    cursor: hand;

    padding: 0;

    height: auto;

    width: inherit;

    /*padding-left: 21px;*/

    padding-top: 0px !important;

    margin-bottom: 0;



    -moz-appearance: none;

    text-indent: 0.01px;

    text-overflow: '';



    outline: none;

    /*font-family: 'Usuzi';*/

    /*float: right;*/

    text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;

}

select.languages:after {

    content: '';

    background: red;

    width: 10px;

    height: 10px;

}

.languages::-ms-expand {

  display: none;

}



.languages:hover {

    /*background: transparent url('<?php echo theme_uri(); ?>icon/icon-flag.png') left center no-repeat;*/

    background-color: transparent;

}

.languages option {

    border-bottom: 1px solid #222;

    background: #222;            

    color: #FFF;

    cursor: pointer;

    cursor: hand;

    padding-left: 0;

    text-shadow: none;

    padding-right: 0 !important;

    /*text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;*/

}



.dd-search-option {

	margin-right: 8px;

}



body.rtl .dd-search-option {

	margin-left: 8px;

	margin-right: 0;

}



.option-dropdown, .language-dropdown {

	margin-left: -3px;

}



.languageflag img {

	width: 15px;

}



.chosen-container, #languagespan {

	/*font-family: 'Usuzi', 'Code2000';*/

}





#tempWidth, #tempWidth:hover {

	cursor: pointer;

	cursor: hand;

}



/* MODAL START */



.close {

  float: right;

  font-size: 21px;

  font-weight: bold;

  line-height: 1;

  color: #000;

  text-shadow: 0 1px 0 #fff;

  filter: alpha(opacity=20);

  opacity: .2;

}

.close:hover,

.close:focus {

  color: #000;

  text-decoration: none;

  cursor: pointer;

  filter: alpha(opacity=50);

  opacity: .5;

}

button.close {

  -webkit-appearance: none;

  padding: 0;

  cursor: pointer;

  background: transparent;

  border: 0;

}



.modal-open {

  overflow: hidden;

}

.modal {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 99999;

  display: none;

  overflow: auto;

  overflow-y: scroll;

  -webkit-overflow-scrolling: touch;

  outline: 0;

}

.modal.fade .modal-dialog {

  -webkit-transition: -webkit-transform .3s ease-out;

     -moz-transition:    -moz-transform .3s ease-out;

       -o-transition:      -o-transform .3s ease-out;

          transition:         transform .3s ease-out;

  -webkit-transform: translate(0, -25%);

      -ms-transform: translate(0, -25%);

          transform: translate(0, -25%);

}

.modal.in .modal-dialog {

  -webkit-transform: translate(0, 0);

      -ms-transform: translate(0, 0);

          transform: translate(0, 0);

}

.modal-dialog {

  position: relative;

  width: auto;

  margin: 10px;

}

.modal-content {

  position: relative;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #999;

  border: 1px solid rgba(0, 0, 0, .2);

  border-radius: 6px;

  outline: none;

  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

}

.modal-backdrop {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1040;

  background-color: #000;

}

.modal-backdrop.fade {

  filter: alpha(opacity=0);

  opacity: 0;

}

.modal-backdrop.in {

  filter: alpha(opacity=50);

  opacity: .5;

}

.modal-header {

  min-height: 16.42857143px;

  padding: 15px;

  border-bottom: 1px solid #e5e5e5;

}

.modal-header .close {

  margin-top: -2px;

}

.modal-title {

  margin: 0;

  line-height: 1.42857143;

  font-family: inherit;

}

.modal-body {

  position: relative;

  padding: 20px;

}

.modal-footer {

  padding: 19px 20px 20px;

  margin-top: 15px;

  text-align: right;

  border-top: 1px solid #e5e5e5;

}

.modal-footer .btn + .btn {

  margin-bottom: 0;

  margin-left: 5px;

}

.modal-footer .btn-group .btn + .btn {

  margin-left: -1px;

}

.modal-footer .btn-block + .btn-block {

  margin-left: 0;

}

.ad-search-options{

	text-align: center;

}



body.rtl .ad-search-options {

    direction: rtl;

}





.ad-search-options .radio-inline{

	display: inline-block;

	color: #fff;

    /*font-family: 'Didact Gothic', sans-serif, Code2000,Dzongkha,Arial,sans-serif;*/

    margin-right: 0px;

    font-size: 11px;



}



.ad-search-options .radio-inline:last-child {

	margin-right: 0;

}



.main-search-tagline {

	color: #FFF;

	margin-top: 16px;

}





.modal-body a {

	text-shadow: none;

	color: blue;

}





.modal-body a:hover {

	color: blue;

}





@media (min-width: 768px) {

  .modal-dialog {

    width: 600px;

    margin: 30px auto;

  }

  .modal-content {

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);

            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);

  }

  .modal-sm {

    width: 300px;

  }

}

@media (min-width: 992px) {

  .modal-lg {

    width: 900px;

  }

}



/* MODAL END */







.menu-countries, .custom-select {

    color: #FFF;

    border-radius: 5px;

    background: transparent url('../icon/arrow-down.png') right center no-repeat;

    background-color: transparent;

    background-size: auto 9px;

    border: none;

    cursor: pointer;

    cursor: hand;

    padding: 0;

    font-size: 12px;

    /*width: 85px;*/

    width: 14vw;

    height: auto;

    /* padding-left: 21px; */

    margin-bottom: 0;

    -moz-appearance: none;

    text-indent: 0.01px;

    text-overflow: '';

    outline: none;

    /* float: right; */

    /*font-family: 'Usuzi';*/



    text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;

    filter: glow(color=red,strength=5), alpha(opacity=100);

    -moz-filter: glow(color=red,strength=5), alpha(opacity=100);

    -webkit-filter: glow(color=red,strength=5), alpha(opacity=100);



    

}



.menu-countries::-ms-expand, .custom-select::-ms-expand {

  display: none;

}



.menu-countries:hover, .custom-select:hover {

    /*background: transparent url('<?php echo theme_uri(); ?>icon/icon-flag.png') left center no-repeat;*/

    background-color: transparent;

}

.menu-countries option, .custom-select option {

    border-bottom: 1px solid #222;

    background: #222;            

    color: #FFF;

    cursor: pointer;

    cursor: hand;

    padding-left: 0;

    text-shadow: none;

    padding-right: 0 !important;

    /*text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;*/

}



.custom-select {

	/*max-width: 57px;*/

}



.custom-select option {

	font-size: 14px;

}



#openlink>option:first-child {

	display: none;

}



.custom-select optgroup {

	background: #222;

}





.top-flag img {

	width: 18px;

}



.select-8 {

	width: 85px;

}



.select-6 {

	width: 65px;

}



.select-4 {

	width: 56px;

}









/* static-header.css */



@font-face {

    /*font-family: 'Usuzi';

    src: url('../fonts/usuzi/usuzi.eot?v=4.0.3');

    src: url('../fonts/usuzi/usuzi.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/usuzi/usuzi.woff?v=4.0.3') format('woff'), url('../fonts/usuzi/usuzi.ttf?v=4.0.3') format('truetype'), url('../fonts/usuzi/usuzi.svg?v=4.0.3#fontawesomeregular') format('svg');*/

}



header ::-moz-selection {

    background: #fff;

    text-shadow: none;

}



header select {

    -webkit-appearance: none !important;

    -webkit-border-radius: 0px;

    background-color: #fafafa;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);

    background-position: 100% center;

    background-repeat: no-repeat;

    border-style: solid;

    border-width: 1px;

    border-color: #ccc;

    padding: 0.5rem;

    font-size: 0.875rem;

    /*font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;*/
    font-family: Arial, sans-serif;

    color: rgba(0,0,0,0.75);

    line-height: normal;

    border-radius: 0;

    height: 2.3125rem;

}



header select option {

  border-bottom: 1px solid #222;

  background: #222;

  color: #FFF;

  cursor: pointer;

  cursor: hand;

  padding-left: 0;

  text-shadow: none;

  padding-right: 0 !important;

  /* text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708; */

}



header.header-top {

    /*border-bottom: 1px solid #ccc;*/

    border-bottom: none;

    padding: 5px 0;

}





header {

	padding: 0;

    font-family: Arial, sans-serif;


    text-shadow: none;

    /*position: fixed;*/

    position: absolute;

    z-index: 20;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999;

    color: #FFF;

    font-size: 10px;

}

.header-user a{text-transform: uppercase;}


body.rtl header {

	direction: rtl;

}



header a {

	color: #FFF;

}



.header-top {
    background: #030a6b;
}



.header-user {

	padding: 12px 10px 10px 5px;

}

.menu-landscape.visible-landscape ul li {
    float: left;
    padding: 4px 15px;
    border-right: 1px solid rgba(255,255,255,0.2);
    position: relative;
    padding: 3px 15px !important;
    border-right: 1px solid rgba(19, 28, 156, 0.45);
    position: relative;
}

.menu-landscape img {
    width: 28px !important;
/*    background: #131c9c;
    border-radius: 50px;*/
    padding: 5px;
    /* border: 1px solid #3c418a; */
}

.rtl .header-user {
    padding: 12px 10px 10px 5px;
}



.header-user img {

	height: 27px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;
    margin-right: 8px;

}



.header-country {

	position: absolute;

	right: 0;

	top: 0;

	bottom: 0;

	background: transparent;

    /*padding: 7px 5px;*/

}



body.rtl .header-country {

	right: auto;

	left: 0;

}

.header-country.hidden-landscape a.nav-icons-head{
    float: left;
    position: relative;
    padding: 9px 13px !important;
    border-right: 1px solid rgba(19, 28, 156, 0.45);
    position: relative;
}

/*

.a-country {
	display: inline-block;
    padding: 7px 2px;
    font-size: 10px;

}



.a-menu-more {

	display: inline-block;
    padding: 7px 8px 7px 8px;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);

}

.a-menu-home {
    border-right: 1px solid rgba(255,255,255,0.2);
    display: inline-block;
    padding: 7px 5px 6px 0px;

}

.rtl .a-menu-home {
	padding: 7px 0px 6px 5px;
}

.a-menu-branches {
	display: inline-block;
    padding: 7px 5px 6px;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}

.rtl .a-menu-branches {
    border-right: 1px solid rgba(255,255,255,0.2);
}



body.rtl .a-menu-more {

	border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);

}


*/
.header-country a, .header-country a:hover, .header-country a:link, .header-country:visited, .toggle-country a, .toggle-country a:hover, .toggle-country a:link, .toggle-country:visited {

	color: #FFF;

}



.collapsible-nav {

    position: fixed;

    width: 100%;

    max-height: 100%;

    top: 48px;

    left: -1300px;

    bottom: 0;

    z-index: 99999;

    background: #ffffff;

    /*overflow: scroll;*/

    text-shadow:none;



    -webkit-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;



    -webkit-overflow-scrolling: touch;

}



.collapsible-nav#list-countries, .collapsible-nav#social-medias, .collapsible-nav#list-languages, .collapsible-nav#search-options {

	width: 100%;

}



.collapsible-nav a {

	color: #FFF;

	text-shadow: none;

}



.collapsible-nav.collapse-right {

	right: -1300px;

	left: auto;

	/*margin-top: 27px !important;*/

}



.collapsible-nav.collapse-left {

	left: -1300px;

	right: auto;

}







.collapsible-nav-open.collapse-right {

	right: 0;

}



.collapsible-nav-open, .collapsible-nav-open.collapse-left {

	left: 0;

	/*margin-top: 27px;*/

}



.search-country, .search-social, .search-language {

	padding:5px;

	width: 100%;

	border-bottom: 1px solid rgba(255,255,255,0.2);

	background: #0D1463;

    

}



.search-country input, .search-social input, .search-language input {

	margin-bottom: 0;

}



.collapsible-nav input {

	width: 90%;

	display: inline;

}



.close-collapsible-nav {

	font-size: 26px;

	    width: 10%;

    display: block;

    float: right;

    text-align: center;

}



/*

ul#countries {

	margin-top: 50px;

}

*/

ul#countries, .collapsible-nav ul {

	font-size: 20px;

	overflow-y: auto;

  	height: 89%;

  	z-index: 99999999;

}

ul#social-medias, .collapsible-nav ul {

	font-size: 18px;

	color: #fff;

}

#list-languages ul, #search-options ul{

	font-size: 18px;

	color: #fff;

	text-align: left;

}



body.rtl #list-languages ul, body.rtl  #search-options ul{

	text-align: right;

	padding-right: 5px;

	padding-left: 0;

}



#languages, #options {

	width: 100% !important;

}

#list-languages ul li {

	padding-left: 5px;

}



#search-options ul li {

	padding: 5px;

}



#options .ad-description {

    display: block;

    white-space: normal;

    font-size: 15px;

}



ul#countries li img {

	width: 50px;

	float: left;  

	margin: 0 10px 0 0;

}



body.rtl ul#countries li img {

	float: right;

	margin: 0 0 0 10px;

}



.collapsible-nav #socials, .collapsible-nav #more-list, .collapsible-nav #languages{

  font-family: 'Arial';

}



ul#countries li a {

	/*text-align: center;*/

	padding: 0 2%;

}



ul#countries li a:after {

	content: '';

	clear: both;

}



ul#countries li .country_eng {

	margin-bottom: auto;

	border-bottom: 1px solid rgba(255,255,255,0.2);

	width: 80%;

}



ul#countries li p{

	margin-bottom: auto;

}



ul#countries li  .country_code {

	position: relative;

    float: right;

    font-size: 30px;

}



body.rtl ul#countries li  .country_code {

	position: relative;

	float: left;

}







.eng-language {

  display: inline-block;

  width: 155px;

}

.native-language {

  display: inline-block;

  margin-left: 5px;

}



.ctryflag {

	width: 32px;

	display: block;

	float: left;

}



.ctryname {

	width: 	83%;

	display: block;

	float: left;

	margin-left: 5px;

}



#countries li, .collapsible-nav ul li {

    border-bottom: 1px solid rgba(255,255,255,0.8);

}



.collapsible-nav li.with-sub-link ul li:last-child {

	border-bottom: none;

}



#countries li a, .collapsible-nav ul li a {

	padding: 0px;

    display: block;

}



.socials .icon {

	background: #BD3629;

    padding: 5px;

    width: 30px;

    text-align: center;

}



.socials img {

	background: #BD3629;

	padding: 5px;

    width: 25px;

    margin-left: 5px;

}



#more-list img {

	background: #BD3629;

	padding: 5px;

    width: 25px;

    margin-left: 5px;

}





.navbar-toggle {

    position: relative;

    float: right;

    padding: 0;

    margin-top: 4px;

    margin-bottom: 0px;

    background-color: transparent;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

}



.sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    margin: -1px;

    padding: 0;

    overflow: hidden;

    clip: rect(0,0,0,0);

    border: 0;

}



.header-country .navbar-toggle .icon-bar {

	display: block;

    width: 10px;

    height: 2px;

    border-radius: 1px;

    background: #fff;

}



.header-bottom {

	background: rgba(224,39,8,.75);

}



.header-top ul {

  padding: 0;

}



.header-bottom .menu li {

    float: left;

    padding: 0;

    padding: 1px 0;

    /*width: 20%;*/
    width: 16.66%;

    text-align: center;

}



.header-bottom .menu img {



}



body.rtl .header-bottom .menu li {

	float: right;

}



.message-counts {

	background: #FFF;

    color: #B22F24;

    font-size: 8px;

    font-weight: bold;

    font-family: Arial;

    padding: 1px 2px;

    border-radius: 7px;

    border: 2px solid #CE432C;

    position: absolute;

    top: -6px;

    right: -13px;

    line-height: normal;

    display: block;

}



.dropdown {

  position: relative;

}





.custom-dropdown-menu {

  text-align: left;

  display:none; 

  /*width: 200px; */

  width: 150%;

  background: rgba(0,0,0,0.6); 

  position: absolute;

  top: 100%;

  left: 0px;

  padding: 0;

  margin: 0;

  max-height: 170px;

  overflow-y: scroll;

}



.custom-dropdown-menu li {

  text-align: left;

}



.header-top .menu li:hover{

  background: rgba(255, 255, 255, 0.15);

    color: #fff;

}



.header-top .menu li:last-child {

    border-right: none;

}



.custom-dropdown-menu>li>a:hover, .custom-dropdown-menu>li>a:focus{

  color: #ffffff;

  background: transparent;

}



ul.custom-dropdown-menu:after {

  clear: both;

}



.header-top .menu li .custom-dropdown-menu li {

  width: 100%;

  padding: 2px 5px;

  text-align: left;

}



.header-top .menu li .custom-dropdown-menu li a {

  border: none;

  height: auto;

  text-align: left;

  padding: 0 !important;

  font-size: 14px;

  display: block;

}



.header-top .menu li .custom-dropdown-menu li a p {

  margin: 0;

}





ul, li {

    list-style: none outside none;

    margin: 0;

}





.menu-countries, .custom-select {

    color: #FFF;

    border-radius: 5px;

    background: transparent url('../icon/arrow-down.png') right center no-repeat;

    background-color: transparent;

    background-size: auto 9px;

    border: none;

    cursor: pointer;

    cursor: hand;

    padding: 0;

    font-size: 12px;

    /* width: 85px; */

    width: 14vw;

    height: auto;

    /* padding-left: 21px; */

    margin-bottom: 0;

    -moz-appearance: none;

    text-indent: 0.01px;

    text-overflow: '';

    outline: none;

    /* float: right; */

    /*font-family: 'Usuzi';*/

    text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;

    filter: glow(color=red,strength=5), alpha(opacity=100);

    -moz-filter: glow(color=red,strength=5), alpha(opacity=100);

    -webkit-filter: glow(color=red,strength=5), alpha(opacity=100);

}



.menu-countries::-ms-expand, .custom-select::-ms-expand {

  display: none;

}



.menu-countries:hover, .custom-select:hover {

    /*background: transparent url('<?php echo theme_uri(); ?>icon/icon-flag.png') left center no-repeat;*/

    background-color: transparent;

}



.menu-countries option, .custom-select option {

    border-bottom: 1px solid #222;

    background: #222;            

    color: #FFF;

    cursor: pointer;

    cursor: hand;

    padding-left: 0;

    text-shadow: none;

    padding-right: 0 !important;

    /*text-shadow: 1px 1px 0 #E02708, -1px -1px 0 #E02708, 1px -1px 0 #E02708, -1px 1px 0 #E02708, 1px 1px 0 #E02708;*/

}







.custom-select {

  /*max-width: 57px;*/

}



.custom-select option {

  font-size: 14px;

}



#openlink>option:first-child {

  display: none;

}



.custom-select optgroup {

  background: #222;

}





.select-8 {

  width: 85px;

}



.select-6 {

  width: 65px;

}



.select-4 {

  width: 56px;

}



.notif {

    position: absolute;

    top: -11px;

    left: -15px;

    text-align: center;

    font-size: 9px;

    padding: 3px;

    line-height: 1;

    border-radius: 4px;

    text-shadow: none;

}



.notif-count {

    background: #E02708;

    /*font-family: 'Opensans';*/

}







/* Screen small than 1024px */



/* static-header.css */











/* main_responsive.css */



/** CSS-AddOn for Large screen First responsiveness approch */







/* Screen small than 1024px */

@media (max-width : 1024px){

	.pane-when{

	}

	.pane-when .content{

		/*position: absolute;

		top: 50%;

		left: 0;

		right: 0;*/

	}

	.pane-when::after {

/*		display: none;*/

	}

	.pane-when .clock{

		/*width: 270px;

		margin-top: 20px;*/

	}

	.pane-when .clock .elem-center .digit{

    	font-size: 140px;

	}

	.pane-when .clock .elem-center .txt {

		top: 1em;

		font-size: 20px;

	}

	.pane-when .clock .elem-bottom .deco:after,

	.pane-when .clock .elem-bottom .deco:before{

		width: 10px;

		height: 70px;

		bottom: 17px;

	}

	.pane-when .clock .elem-bottom:before{

		right: 0;

		left: 85%;

	}

	.pane-when .clock .elem-bottom:after{

		left: 0;

		right: 85%;

	}

	.pane-when .clock .elem-bottom {

		font-size: 20px;

	}

	.pane-when .clock .elem-bottom>span{

		margin-top: -6px;

		vertical-align: top;

		display: inline-block;

	}

	

	.page-cent .content ,

    .page-about .content {

		padding-left: 32px;

		padding-right: 56px;

	}

  /*

  .logo .country {

    font-size: 4vmin;

  }*/





  .header-top .menu li {

      text-align: center;

      padding: 5px 0;

  }



  .menu-countries, .header-top .menu a, .header-top .menu i, .custom-select {

    font-size: 2vw;

  }

	

}

/* Screen Small than 768px */

@media (max-width : 767px){

/*

  .top-flag img {

    width: 15px !important;

  }





  #countries{

    max-height: 100px !important;

    font-size: 0.5rem;

    width: 280% !important;

  }



  #messages{

    width: 200% !important;

    max-height: 100px !important;

  }



  .dropdown-menu li a img {

    width: 14px !important;

  } */



	.pane-when .clock{

		/*max-width: 400px;*/

    max-width: 100%;

    padding: 0 10px;

	}

	.pane-when .clock .elem-center .digit{

    	font-size: 96px;

	}

	.pane-when .clock .elem-center .txt {

		top: 1em;

		font-size: 20px;

	}

	.pane-when .clock .elem-bottom .deco:after,

	.pane-when .clock .elem-bottom .deco:before{

		width: 10px;

		height: 70px;

		bottom: 17px;

	}

	.pane-when .clock .elem-bottom:before{

		right: 0;

		left: 85%;

	}

	.pane-when .clock .elem-bottom:after{

		left: 0;

		right: 85%;

	}

	.pane-when .clock .elem-bottom {

		font-size: 20px;

	}

	.pane-when .clock .elem-bottom>span{

		margin-top: -6px;

		vertical-align: top;

		display: inline-block;

	}

	

	

	

	.pane-when .clock .elem-center .txt {

		top: 1.2em;

		font-size: 16px;

	}





  .quick-link {

    background: none;

    -webkit-box-shadow: none;

      box-shadow: none;

  }



  .quick-link.count-4 .qmenu {

      position: fixed;

      top: auto;

      bottom: 0;

      width: 100%;

      background: rgba(0, 0, 0, 0.26);

      -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);

      box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);

  }



  .quick-link ul li {

    float: left;

    width: 14%;

    margin-top: 0 !important;

  }



  .quick-link ul li:before {

    border-right: 1px solid rgba(255, 255, 255, 0.1);

    border-bottom: none;

    height: 50%;

    right: 0;

    left: auto;

    bottom: 25%;

  }



  .quick-link ul li:last-child:before {

    border-right: none;

  }



  /*.main-search-tagline p, .holder-right, .languages {

    font-size: 3vw;

  }*/

  .quick-link .title {

    left: 0;

    right: 0;

    top: -21px;

    width: 150px;

  }

  /*

  .header-top .menu li a {

        padding: 5px 4.5vw 0;

  }*/



  .country {

    font-size: 11px;

  }



  .country img {

    width: 2vw;

    vertical-align: top;

  }

}



@media (min-width: 532px) and (max-width: 767px) {



}





/* Screen Small than 720px */

@media (max-width : 720px){





	

	#fp-nav.right{

		right: 5px;

	}

    .page .content .clock {

		-webkit-transform: scale(0.6);

		transform: scale(0.6);

	}

	.page-cent .content{

    	width: 100%;

	}

	

	.page-cent .content ,

	.page-about .content {

		padding-left: 16px;

		padding-right: 56px;

	}

	.page .form label ,

	.page .form input ,

	.page .form button ,

	.page .form textarea ,

	.page h4 ,

	.page-footer ,

	/*.header-top .menu a ,*/

	.page p{

		font-size: 14px;

	}

	.page .form.send_email_form .fields{

		height: 35px;

	}

	.page .form.send_email_form .buttons,

	.page .form.send_email_form .buttons button{

		height: 34px;

	}

	.page-cent .p-title h3{

		font-size: 24px;

		border-bottom-width: 5px;

	}

	.page-cent .p-title h2{

		font-size: 30px;

	}

	.header-top .menu a {

		padding-top: 2px;

	}


	.page-home .content h2 {

		font-size: 40px;

	}

	.page-home .content h3 {

		font-size: 16px;

	}

    

}

/* Screen small than 600 */



/* Screen small than 600 Nexus 7, iPhone 6 plus : 412px*/

@media (max-width : 600px){

	.pane-when{/*

		top: 48px;

		left: 0;

		right: 20px;

		bottom: auto;

		transform: scale(0.5);

		z-index: 9999;*/

	}

	.pane-when::after {

		display: none;

	}

	/*.pane-when .clock{

		max-width: 380px;

	}*/

	.pane-when .clock .elem-center .digit{

    	font-size: 96px;

	}

	.pane-when .clock .elem-center .txt {

		top: -4px;

		right: 0;

		font-size: 12px;

	}

	.pane-when .clock .elem-bottom .deco:after,

	.pane-when .clock .elem-bottom .deco:before{

		width: 10px;

		height: 48px;

		bottom: 17px;

	}

	.pane-when .clock .elem-bottom:before{

		right: 0;

		left: 85%;

	}

	.pane-when .clock .elem-bottom:after{

		left: 0;

		right: 85%;

	}

	.pane-when .clock .elem-bottom {

		font-size: 14px;

	}

	.pane-when .clock .elem-bottom>span{

		margin-top: -6px;

		vertical-align: top;

		display: inline-block;

	}

	.pane-when .content{

/*		transform: scale(0.5);*/

		float: right;

	}

	.pane-when footer{

		padding: 0;

		margin: 0;

		/*float: right;*/

	}

	.pane-when footer p{

		font-size: 14px;

	}

	/* Main page */

	.page-main{

		margin-left: auto;

		width: 100%;

	}

	.page-cent .content, .page-about .content {

		padding-left: 64px;

		padding-right: 20px;

		padding-bottom: 96px;

	}

	.section .fp-tableCell{

		vertical-align: bottom;

	}

	.p-footer .arrow-d {

		bottom: 72px;

		display: none;

	}

	#fp-nav.right {

		right: 0;

		margin-right: 2px;

		bottom: 16px;

		top: auto;

	}








}



/* Screen small than 360px change to 360 when optimizing */

@media (max-width : 480px){

	img.globe-magnifier {
	margin-top: 50px !important;
 }


	.page-contact .fields:first-child ,

	.page-contact .contact .columns li:first-child {

		margin-top: 0;

	}

	.page-contact .form .fields,

	.page-contact .contact .columns li{

		margin-top: 10px;

	}

	.page .form textarea {

		min-height: 64px;

	}

	

	

	.contact .social-links{

		display: none;

	}



  .country img {

      width: 3.5vw;

  }







	

}



@media (max-width: 402px) {

  /*.header-top .menu li a, .menu-countries {

        font-size: 2.9vw;

  }

  /*

  .header-top .menu li a {

    padding-top: 2px;

    padding-left: 4px;

    padding-right: 4px;

    height: 20px;

  }*/



  .quick-link .text a {

          font-size: 3vw;

  }



  .victim{

     font-size: 2vw !important;

  }



  .chosen-container-single .chosen-single div b {

    background-position: 0 -2px;

  }





}



/* Screen small than 320px */

@media (max-width : 320px){

	.pane-when{

		top: 36px;

		left: 0;

		right: 20px;

		bottom: auto;

	}

	.pane-when::after {

		display: none;

	}

	

  /*

	.pane-when .clock{

		width: 180px;

		/*margin-top: 28px;

		float: right;*/

	}*/

	.pane-when .clock .elem-center .digit{

    	font-size: 72px;

	}

	.page-cent.page-contact .content{

		padding-bottom: 40px;

	}

	

	.page-cent .p-title h2 {

		font-size: 24px;

	}

	.p-footer {

		display: none;

	}

	.header-top {
	    min-height: 40px;
	    padding: 0;
	}

	/*.header-top .menu a {

		height: 32px;

		padding-top: 5px;

	}*/

	

	.page-home .logo-container{

		top: 40px;

	}

	.page-home .logo-container img.h-logo{

		height: 80px;

	}

	.page .form label ,

	.page .form input ,

	.page .form button ,

	.page .form textarea ,

	.page h4 ,

	.page-footer ,

	/*.header-top .menu a ,

	.page p{

		font-size: 12px;

	}*/

	.page-cent .p-title h3{

		font-size: 20px;

		border-bottom-width: 5px;

	}

	.page-cent .p-title h2{

		font-size: 20px;

	}



	

}





 

/* Responsive height */

@media (max-height : 600px){

	.social-links{

		display: none;

	}

	.p-footer {

		display: none;

	}

}

/* Responsive height */



@media (max-height : 480px){

	#options .ad-description{

		font-size: 12px;

	}

}

@media (max-height : 420px){

	

	.page .content .clock {

		-webkit-transform: scale(0.4) translateX(-125%) translateY(-125%);

		transform: scale(0.4) translateX(-125%) translateY(-125%);

		position: absolute;

		top: 50%;

		left: 50%;

	} 

	.quick-link {

		top: 0;

		bottom: 0;

	}

	/*.header-top {

		height: 32px;

	}*/

	.header-top .logo img {

		height: 32px;

		padding: 0px 10px;

	}

	.header-top .menu a {

		height: 32px;

		padding-top: 5px;

	}

	.columns.left{

		width: 50%;

	}

	.columns.right{

		width: 50%;

	}

	.page-home .logo-container{

		top: 40px;

	}

	.page-home .logo-container img.h-logo{

		height: 80px;

	}

	.page-contact .fields:first-child ,

	.page-contact .contact .columns li:first-child {

		margin-top: 0;

	}

	.page-contact .form .fields,

	.page-contact .contact .columns li{

		margin-top: 5px;

	}

	.page .form textarea {

		min-height: 64px;

	}

	

	.p-footer .arrow-d {

		bottom: 10px;

		display: none;

	}

	.page-footer{

		display: none;

	}



  .pane-when .logo {

    width: 40%;

    margin-top: 2px;

  }



}





.row {

  margin-left: -15px;

  margin-right: -15px;

}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

  position: relative;

  min-height: 1px;

  padding-right: 15px;

  padding-left: 15px;

}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {

  float: left;

}

.col-xs-12 {

  width: 100%;

}

.col-xs-11 {

  width: 91.66666667%;

}

.col-xs-10 {

  width: 83.33333333%;

}

.col-xs-9 {

  width: 75%;

}

.col-xs-8 {

  width: 66.66666667%;

}

.col-xs-7 {

  width: 58.33333333%;

}

.col-xs-6 {

  width: 50%;

}

.col-xs-5 {

  width: 41.66666667%;

}

.col-xs-4 {

  width: 33.33333333%;

}

.col-xs-3 {

  width: 25%;

}

.col-xs-2 {

  width: 16.66666667%;

}

.col-xs-1 {

  width: 8.33333333%;

}

.col-xs-pull-12 {

  right: 100%;

}

.col-xs-pull-11 {

  right: 91.66666667%;

}

.col-xs-pull-10 {

  right: 83.33333333%;

}

.col-xs-pull-9 {

  right: 75%;

}

.col-xs-pull-8 {

  right: 66.66666667%;

}

.col-xs-pull-7 {

  right: 58.33333333%;

}

.col-xs-pull-6 {

  right: 50%;

}

.col-xs-pull-5 {

  right: 41.66666667%;

}

.col-xs-pull-4 {

  right: 33.33333333%;

}

.col-xs-pull-3 {

  right: 25%;

}

.col-xs-pull-2 {

  right: 16.66666667%;

}

.col-xs-pull-1 {

  right: 8.33333333%;

}

.col-xs-pull-0 {

  right: 0;

}

.col-xs-push-12 {

  left: 100%;

}

.col-xs-push-11 {

  left: 91.66666667%;

}

.col-xs-push-10 {

  left: 83.33333333%;

}

.col-xs-push-9 {

  left: 75%;

}

.col-xs-push-8 {

  left: 66.66666667%;

}

.col-xs-push-7 {

  left: 58.33333333%;

}

.col-xs-push-6 {

  left: 50%;

}

.col-xs-push-5 {

  left: 41.66666667%;

}

.col-xs-push-4 {

  left: 33.33333333%;

}

.col-xs-push-3 {

  left: 25%;

}

.col-xs-push-2 {

  left: 16.66666667%;

}

.col-xs-push-1 {

  left: 8.33333333%;

}

.col-xs-push-0 {

  left: 0;

}

.col-xs-offset-12 {

  margin-left: 100%;

}

.col-xs-offset-11 {

  margin-left: 91.66666667%;

}

.col-xs-offset-10 {

  margin-left: 83.33333333%;

}

.col-xs-offset-9 {

  margin-left: 75%;

}

.col-xs-offset-8 {

  margin-left: 66.66666667%;

}

.col-xs-offset-7 {

  margin-left: 58.33333333%;

}

.col-xs-offset-6 {

  margin-left: 50%;

}

.col-xs-offset-5 {

  margin-left: 41.66666667%;

}

.col-xs-offset-4 {

  margin-left: 33.33333333%;

}

.col-xs-offset-3 {

  margin-left: 25%;

}

.col-xs-offset-2 {

  margin-left: 16.66666667%;

}

.col-xs-offset-1 {

  margin-left: 8.33333333%;

}

.col-xs-offset-0 {

  margin-left: 0;

}

@media (min-width: 768px) {

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {

    float: left;

  }

  .col-sm-12 {

    width: 100%;

  }

  .col-sm-11 {

    width: 91.66666667%;

  }

  .col-sm-10 {

    width: 83.33333333%;

  }

  .col-sm-9 {

    width: 75%;

  }

  .col-sm-8 {

    width: 66.66666667%;

  }

  .col-sm-7 {

    width: 58.33333333%;

  }

  .col-sm-6 {

    width: 50%;

  }

  .col-sm-5 {

    width: 41.66666667%;

  }

  .col-sm-4 {

    width: 33.33333333%;

  }

  .col-sm-3 {

    width: 25%;

  }

  .col-sm-2 {

    width: 16.66666667%;

  }

  .col-sm-1 {

    width: 8.33333333%;

  }

  .col-sm-pull-12 {

    right: 100%;

  }

  .col-sm-pull-11 {

    right: 91.66666667%;

  }

  .col-sm-pull-10 {

    right: 83.33333333%;

  }

  .col-sm-pull-9 {

    right: 75%;

  }

  .col-sm-pull-8 {

    right: 66.66666667%;

  }

  .col-sm-pull-7 {

    right: 58.33333333%;

  }

  .col-sm-pull-6 {

    right: 50%;

  }

  .col-sm-pull-5 {

    right: 41.66666667%;

  }

  .col-sm-pull-4 {

    right: 33.33333333%;

  }

  .col-sm-pull-3 {

    right: 25%;

  }

  .col-sm-pull-2 {

    right: 16.66666667%;

  }

  .col-sm-pull-1 {

    right: 8.33333333%;

  }

  .col-sm-pull-0 {

    right: 0;

  }

  .col-sm-push-12 {

    left: 100%;

  }

  .col-sm-push-11 {

    left: 91.66666667%;

  }

  .col-sm-push-10 {

    left: 83.33333333%;

  }

  .col-sm-push-9 {

    left: 75%;

  }

  .col-sm-push-8 {

    left: 66.66666667%;

  }

  .col-sm-push-7 {

    left: 58.33333333%;

  }

  .col-sm-push-6 {

    left: 50%;

  }

  .col-sm-push-5 {

    left: 41.66666667%;

  }

  .col-sm-push-4 {

    left: 33.33333333%;

  }

  .col-sm-push-3 {

    left: 25%;

  }

  .col-sm-push-2 {

    left: 16.66666667%;

  }

  .col-sm-push-1 {

    left: 8.33333333%;

  }

  .col-sm-push-0 {

    left: 0;

  }

  .col-sm-offset-12 {

    margin-left: 100%;

  }

  .col-sm-offset-11 {

    margin-left: 91.66666667%;

  }

  .col-sm-offset-10 {

    margin-left: 83.33333333%;

  }

  .col-sm-offset-9 {

    margin-left: 75%;

  }

  .col-sm-offset-8 {

    margin-left: 66.66666667%;

  }

  .col-sm-offset-7 {

    margin-left: 58.33333333%;

  }

  .col-sm-offset-6 {

    margin-left: 50%;

  }

  .col-sm-offset-5 {

    margin-left: 41.66666667%;

  }

  .col-sm-offset-4 {

    margin-left: 33.33333333%;

  }

  .col-sm-offset-3 {

    margin-left: 25%;

  }

  .col-sm-offset-2 {

    margin-left: 16.66666667%;

  }

  .col-sm-offset-1 {

    margin-left: 8.33333333%;

  }

  .col-sm-offset-0 {

    margin-left: 0;

  }

}

@media (min-width: 992px) {

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {

    float: left;

  }

  .col-md-12 {

    width: 100%;

  }

  .col-md-11 {

    width: 91.66666667%;

  }

  .col-md-10 {

    width: 83.33333333%;

  }

  .col-md-9 {

    width: 75%;

  }

  .col-md-8 {

    width: 66.66666667%;

  }

  .col-md-7 {

    width: 58.33333333%;

  }

  .col-md-6 {

    width: 50%;

  }

  .col-md-5 {

    width: 41.66666667%;

  }

  .col-md-4 {

    width: 33.33333333%;

  }

  .col-md-3 {

    width: 25%;

  }

  .col-md-2 {

    width: 16.66666667%;

  }

  .col-md-1 {

    width: 8.33333333%;

  }

  .col-md-pull-12 {

    right: 100%;

  }

  .col-md-pull-11 {

    right: 91.66666667%;

  }

  .col-md-pull-10 {

    right: 83.33333333%;

  }

  .col-md-pull-9 {

    right: 75%;

  }

  .col-md-pull-8 {

    right: 66.66666667%;

  }

  .col-md-pull-7 {

    right: 58.33333333%;

  }

  .col-md-pull-6 {

    right: 50%;

  }

  .col-md-pull-5 {

    right: 41.66666667%;

  }

  .col-md-pull-4 {

    right: 33.33333333%;

  }

  .col-md-pull-3 {

    right: 25%;

  }

  .col-md-pull-2 {

    right: 16.66666667%;

  }

  .col-md-pull-1 {

    right: 8.33333333%;

  }

  .col-md-pull-0 {

    right: 0;

  }

  .col-md-push-12 {

    left: 100%;

  }

  .col-md-push-11 {

    left: 91.66666667%;

  }

  .col-md-push-10 {

    left: 83.33333333%;

  }

  .col-md-push-9 {

    left: 75%;

  }

  .col-md-push-8 {

    left: 66.66666667%;

  }

  .col-md-push-7 {

    left: 58.33333333%;

  }

  .col-md-push-6 {

    left: 50%;

  }

  .col-md-push-5 {

    left: 41.66666667%;

  }

  .col-md-push-4 {

    left: 33.33333333%;

  }

  .col-md-push-3 {

    left: 25%;

  }

  .col-md-push-2 {

    left: 16.66666667%;

  }

  .col-md-push-1 {

    left: 8.33333333%;

  }

  .col-md-push-0 {

    left: 0;

  }

  .col-md-offset-12 {

    margin-left: 100%;

  }

  .col-md-offset-11 {

    margin-left: 91.66666667%;

  }

  .col-md-offset-10 {

    margin-left: 83.33333333%;

  }

  .col-md-offset-9 {

    margin-left: 75%;

  }

  .col-md-offset-8 {

    margin-left: 66.66666667%;

  }

  .col-md-offset-7 {

    margin-left: 58.33333333%;

  }

  .col-md-offset-6 {

    margin-left: 50%;

  }

  .col-md-offset-5 {

    margin-left: 41.66666667%;

  }

  .col-md-offset-4 {

    margin-left: 33.33333333%;

  }

  .col-md-offset-3 {

    margin-left: 25%;

  }

  .col-md-offset-2 {

    margin-left: 16.66666667%;

  }

  .col-md-offset-1 {

    margin-left: 8.33333333%;

  }

  .col-md-offset-0 {

    margin-left: 0;

  }



}

@media (min-width: 1200px) {

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {

    float: left;

  }

  .col-lg-12 {

    width: 100%;

  }

  .col-lg-11 {

    width: 91.66666667%;

  }

  .col-lg-10 {

    width: 83.33333333%;

  }

  .col-lg-9 {

    width: 75%;

  }

  .col-lg-8 {

    width: 66.66666667%;

  }

  .col-lg-7 {

    width: 58.33333333%;

  }

  .col-lg-6 {

    width: 50%;

  }

  .col-lg-5 {

    width: 41.66666667%;

  }

  .col-lg-4 {

    width: 33.33333333%;

  }

  .col-lg-3 {

    width: 25%;

  }

  .col-lg-2 {

    width: 16.66666667%;

  }

  .col-lg-1 {

    width: 8.33333333%;

  }

  .col-lg-pull-12 {

    right: 100%;

  }

  .col-lg-pull-11 {

    right: 91.66666667%;

  }

  .col-lg-pull-10 {

    right: 83.33333333%;

  }

  .col-lg-pull-9 {

    right: 75%;

  }

  .col-lg-pull-8 {

    right: 66.66666667%;

  }

  .col-lg-pull-7 {

    right: 58.33333333%;

  }

  .col-lg-pull-6 {

    right: 50%;

  }

  .col-lg-pull-5 {

    right: 41.66666667%;

  }

  .col-lg-pull-4 {

    right: 33.33333333%;

  }

  .col-lg-pull-3 {

    right: 25%;

  }

  .col-lg-pull-2 {

    right: 16.66666667%;

  }

  .col-lg-pull-1 {

    right: 8.33333333%;

  }

  .col-lg-pull-0 {

    right: 0;

  }

  .col-lg-push-12 {

    left: 100%;

  }

  .col-lg-push-11 {

    left: 91.66666667%;

  }

  .col-lg-push-10 {

    left: 83.33333333%;

  }

  .col-lg-push-9 {

    left: 75%;

  }

  .col-lg-push-8 {

    left: 66.66666667%;

  }

  .col-lg-push-7 {

    left: 58.33333333%;

  }

  .col-lg-push-6 {

    left: 50%;

  }

  .col-lg-push-5 {

    left: 41.66666667%;

  }

  .col-lg-push-4 {

    left: 33.33333333%;

  }

  .col-lg-push-3 {

    left: 25%;

  }

  .col-lg-push-2 {

    left: 16.66666667%;

  }

  .col-lg-push-1 {

    left: 8.33333333%;

  }

  .col-lg-push-0 {

    left: 0;

  }

  .col-lg-offset-12 {

    margin-left: 100%;

  }

  .col-lg-offset-11 {

    margin-left: 91.66666667%;

  }

  .col-lg-offset-10 {

    margin-left: 83.33333333%;

  }

  .col-lg-offset-9 {

    margin-left: 75%;

  }

  .col-lg-offset-8 {

    margin-left: 66.66666667%;

  }

  .col-lg-offset-7 {

    margin-left: 58.33333333%;

  }

  .col-lg-offset-6 {

    margin-left: 50%;

  }

  .col-lg-offset-5 {

    margin-left: 41.66666667%;

  }

  .col-lg-offset-4 {

    margin-left: 33.33333333%;

  }

  .col-lg-offset-3 {

    margin-left: 25%;

  }

  .col-lg-offset-2 {

    margin-left: 16.66666667%;

  }

  .col-lg-offset-1 {

    margin-left: 8.33333333%;

  }

  .col-lg-offset-0 {

    margin-left: 0;

  }

}





.visible-xs,

.visible-sm,

.visible-md,

.visible-lg {

  display: none !important;

}

@media (max-width: 767px) {

  .visible-xs {

    display: block !important;

  }

  table.visible-xs {

    display: table;

  }

  tr.visible-xs {

    display: table-row !important;

  }

  th.visible-xs,

  td.visible-xs {

    display: table-cell !important;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .visible-sm {

    display: block !important;

  }

  table.visible-sm {

    display: table;

  }

  tr.visible-sm {

    display: table-row !important;

  }

  th.visible-sm,

  td.visible-sm {

    display: table-cell !important;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .visible-md {

    display: block !important;

  }

  table.visible-md {

    display: table;

  }

  tr.visible-md {

    display: table-row !important;

  }

  th.visible-md,

  td.visible-md {

    display: table-cell !important;

  }

}

@media (min-width: 1200px) {

  .visible-lg {

    display: block !important;

  }

  table.visible-lg {

    display: table;

  }

  tr.visible-lg {

    display: table-row !important;

  }

  th.visible-lg,

  td.visible-lg {

    display: table-cell !important;

  }

}

@media (max-width: 767px) {

  .hidden-xs {

    display: none !important;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-sm {

    display: none !important;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-md {

    display: none !important;

  }

}

@media (min-width: 1200px) {

  .hidden-lg {

    display: none !important;

  }

}

.visible-print {

  display: none !important;

}

@media print {

  .visible-print {

    display: block !important;

  }

  table.visible-print {

    display: table;

  }

  tr.visible-print {

    display: table-row !important;

  }

  th.visible-print,

  td.visible-print {

    display: table-cell !important;

  }

}







/*@media (max-height: 360px)  {*/

@media (max-height: 319px)  {

	.tag-line{

		margin-top: -15px;

	}



	.pane-when .content {

	    /*top: 70px !important;*/
	    top: 35% !important;

	}



	.main-search-tagline p{

		font-size: 14px;

	}

	#languagename{

		font-size: 14px;

	}

	/*.language-wrapper {

		line-height: 0;

	}*/



}







@media screen and (max-height: 375px) , screen and (min-width:441px){



	.collapsible-nav.collapse-right {

		margin-top: 0px !important;

	}



	.collapsible-nav-open, .collapsible-nav-open.collapse-left{

		margin-top: 0px !important;

	}



}





/*Start Custom Select Responsive */





@media (max-width: 1024px) {

  .select-8 {

    width: 125px;

  }



  .select-6 {

    width: 105px;

  }



  .select-4 {

    width: 95px;

  }



}



@media (max-width: 900px) {

  .select-8 {

    width: 90%;

  }



  .select-6 {

    width: 70%;

  }



  .select-4 {

    width: 60%;

  }

}



@media ( max-width: 532px ) {

    /*.main-search-tagline .holder {        

      margin-left: 14%;

    }*/



    .custom-select {

      width: 56%;

    }

}





@media (max-width: 480px) {

  .custom-select, .menu-countries {

    background-size: auto 8px;

     background-position: right 1px;

  }





}



@media (max-width: 360px) {

img.globe-magnifier {

 		margin-top: 50px !important;
 }

  .select-8 {

    width: 90%;

  }



  .select-6 {

    width: 70%;

  }



  .select-4 {

    width: 60%;

  }



  .custom-select, .menu-countries {

    background-size: auto 6px;

    background-position: right 1px;

  }



  .ad-search-options .radio-inline {

  	font-size: 10px;

  }

}



/*End Custom Select Responsive */





@font-face {

  font-family: 'Glyphicons Halflings';



  src: url('../fonts/glyphicons-halflings-regular.eot');

  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');

}

.glyphicon {

  position: relative;

  top: 1px;

  display: inline-block;

  font-family: 'Glyphicons Halflings';

  font-style: normal;

  font-weight: normal;

  line-height: 1;



  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.glyphicon-warning-sign:before {

  content: "\e107";

}





.modal {

  text-shadow: none;

}



.modal a.btn {

    background: #DF2303;

    padding: 10px;

    color: #FFF;

}



/* main_responsive.css */



.menu-landscape {

	position: absolute;

    top: 0;

    right: 0;

    /*background: rgba(224,39,8,.75);*/

    background: rgba(255, 255, 255, 0.2);
    background: transparent !important;

}



.menu-landscape ul li {

	float: left;

	padding: 4px 13px !important;

	border-right: 1px solid rgba(255,255,255,0.2);

}



body.rtl .menu-landscape {

   	right: auto;

    left: 0;

}



body.rtl .menu-landscape ul li {

    float: right;

}



.visible-landscape {

	display: none !important;

}



.toggle-country>a {

	font-size: 10px;

}



/*.toggle-country img {

	width: 15px;

}*/



#countryname {

	font-size: 18px;

	/*font-family: 'Arial', Code2000,Dzongkha,Arial,sans-serif;*/
	font-family: Arial, sans-serif;


}



@media (max-width: 340px) {

	ul#countries li a {

		padding: 0;

	}

}



@media (max-width: 320px) {

	ul#languages {

		font-size: 16px;

	}

	.globe-magnifier{
	  	width: 33% !important;
	 }

}



/*@media only screen and (orientation: portrait) {**/

	.country {

		position: relative;

		top: 0;

		left: 0;

		text-align: center;

		display: block;

	}

	

/*}*/



@media only screen 

  and (min-width: 400px) 

  and (max-width: 1024px)

  and (orientation: landscape) {


  	img.globe {
    padding-top: 0px;
    width: 58%;
	}


	.header-bottom {

		display: none;

	}

	#country, #languagename, #optionname {
    	padding-bottom: 19px;
	}

	span#languagename {
    	font-size: 14px;
	}

	.footer-bottom a {
    	font-size: 13px;
	}

	/*.pane-when .content {

		top: 150px;

	}*/

.pane-when .content{
		top: 17% !important; 
}


.globe-magnifier {
	width: 18% !important;
}


input#search {
    height: 38px !important;
}

button#submit-email {
	padding: 1.5px 5px !important;
}


	.visible-landscape {

		display: block !important; 

	}



	.hidden-landscape {

		display: none !important;

	}



	.main-search-tagline {

		margin-top: 2px;

	}



	.header-country {

		background: rgba(224,39,8,.75);

    }



    #countryname {

    	font-size: 2.8vw !important;

    }



    ul#countries li .country_eng{

    	width: 87%;

    }

    .sub-links:before {
    	right: 16px !important;
    }

    body.rtl .sub-links:before{
    	right: 218px !important;
    }
}





@media (max-height: 320px) {

  .pane-when .clock {

    margin-top: -20px;

  }

	.globe-magnifier {
    width: 17% !important;
}	


  .modal.in .modal-dialog {

    margin-top: 0;

  }



  .collapsible-nav.collapse-right {

	margin-top: 0px !important;

  }



  .collapsible-nav-open, .collapsible-nav-open.collapse-left{

  	margin-top: 0px !important;

  }

}



@media (max-height: 250px)  and (orientation: landscape) {

  .pane-when .clock {

    margin-top: -40px;

  }

 }





/*



.chosen-container.chosen-with-drop .chosen-drop {

       position: fixed;

    left: 0;

    top: 30%;

    z-index: 99999;

    width: 100%;

    height: 50%;

}



.chosen-container .chosen-results {

	max-height: 100% !important;

}



.chosen-container .chosen-results li.active-result {

	border-bottom: 1px solid #929292;

}*/



#countries li a, .collapsible-nav ul li a {

	/*font-family: "Helvetica Neue",Helvetica,Code2000,Dzongkha,Arial,sans-serif;*/

}



#country, #languagename, #optionname{

    /*font-family: "Helvetica Neue",Helvetica,Code2000,Dzongkha,Arial,sans-serif;*/

    font-weight: normal;

    text-transform: none;

     white-space: nowrap;

    color: #7281a5;

    padding-bottom: 25px;
        font-family: 'Poppins', sans-serif;

}

span#languagename {
    color: #424790 !important;
        font-family: 'Poppins', sans-serif;
}



/* different sizes according to language */

.afr #countryname, .sqi #countryname, .nld #countryname, .hat #countryname, .kur #countryname, .lav #countryname, .ron #countryname {

	font-size: 17px;

}



.hrv #countryname, .ces #countryname, .dan #countryname, .glg #countryname, .deu #countryname, .hin #countryname, .ind #countryname, 

.lat #countryname, .lit #countryname, .ltz #countryname, .mlt #countryname, .nor #countryname, .por #countryname {

	font-size: 16px;

}



.fin #countryname, .fra #countryname, .hun #countryname, .isl #countryname, .ita #countryname, .kor #countryname, .msa #countryname,

.srp #countryname, .sna #countryname {

	font-size: 15px;

}



.eus #countryname, .bul #countryname, .ell #countryname, .jpn #countryname, .kaz #countryname {

	font-size: 14px;

}



.mya #countryname, .kat #countryname, .gle #countryname, .kir #countryname, .mkd #countryname, .mon #countryname, .pol #countryname {

	font-size: 13px;

}



.bos #countryname, .rus #countryname {

	font-size: 12px;

}



.hye #countryname, .bel #countryname {

	font-size: 11px;

}



/* New Sizes for New Countries List Design*/

.heb li p, .fil li p {

    font-size: 18px;

}



@media (max-height: 200px)  {

/*	.pane-when .content {

	    top: 0px !important;

	}



/*	.footer-bottom {

		visibility: hidden;

	}
*/
}

	#map_canvas {
		min-height: 200px;
	}





.with-sub-links {
	position: relative;
}

.sub-links {
	position: absolute;
	top: 125%;
    right: 0;
    background: rgba(3,10,107,0.75);    
    text-align: center;
    padding: 10px 10px !important;
    width: 250px;
    display: none;
}

.sub-links.show {
	display: block;
}

.sub-links:before {
    content: "";
    width: 10px;
    height: 10px;
    border: transparent;
    display: block;

    border-bottom-color: rgba(3,10,107,0.75);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    right: 190px;
    top: -10px;
    z-index: 1;
}


.sub-links img, ul#lookna-branches-portrait img {
	width: auto;
	background: #9b1f1b;
    border-radius: 5px;
    padding: 5px;
}

.sub-links p {
	font-size: 10px;
	margin: 0;
	margin-bottom: 30px;
	white-space: nowrap;
	/*font-family: "Helvetica Neue",Helvetica,Code2000,Dzongkha,Arial,sans-serif;*/
}



.row_c:after {
	content:"";
	clear: both;
	display: block;
}

.col_c_3 {
	width: 33.33%;
	float: left;
}

.col_c_6 {
	width: 50%;
	float: left;
}

.x-sublinks {
	text-align: right;
	margin-right: 0px;
	margin-bottom: 20px;
	/*font-family: 'Usuzi', Code2000,Dzongkha,Arial,sans-serif;*/
    font-size: 16px;
}

#lookna-branches-landscape.sub-links p, #lookna-branches-landscape.sub-links .x-sublinks  {
	margin-bottom: 5px;
}


body.rtl .sub-links {
	left: 0;
	right: auto;
	margin-left: 0;
}

body.rtl .sub-links:before {
	left: 100px;
	right: auto;
}

body.rtl .col_c_3 {
	float: right;
}


/*  iPhone 4  */

@media (max-width: 320px){

  .pane-when .content {

    top: 25% !important;

  }

img.globe-magnifier {
	width: 30% !important;
	margin-top: 8px !important;
 }

 }


  /*iPhone 4 landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

.buttin-mic {
	padding: 3px !important;
}


}



/*  iPhone 6  */
 @media (max-width: 375px)and(min-width: 374px){

	 img.globe-magnifier {
		margin-top: 50px !important;
	 }

 }

 @media only screen 
      and (min-device-width: 320px) 
      and (max-device-width: 480px)
      and (-webkit-min-device-pixel-ratio: 2)
      and (orientation: landscape) {
        .pane-when .clock{
        	margin-top: 0px !important;
        }

        .footer-bottom{
        	position: relative !important;
        }

        img.globe {width: 60% !important;}
    }

	#country, #languagename, #optionname {
	    padding-bottom: 9px;
	}

/* iPad */
@media (min-height: 768px) and (max-width: 1024px) and (orientation: landscape){

  .pane-when .content {

    top: 40% !important;

  }

 }


@media (min-width: 380px) and (max-width: 768px) and (orientation: landscape){


 	img.globe-magnifier {
 		width: 10% !important;
 		margin-top: 8px !important;
		 }
    
        .pane-when .clock{
        	margin-top: 0px !important;
        }
	.footer-bottom{
		position: fixed !important;

	}
}




@media (min-width: 480px) and (max-width: 667px) and (orientation: landscape){

        
 	img.globe-magnifier {
 		width: 9% !important;
 		margin-top: 10px !important;
 		 }
}




@media only screen
	 and (min-device-width: 320px) 
	 and (max-device-width: 480px)
	 and (-webkit-device-pixel-ratio: 2)
	 and (device-aspect-ratio: 2/3)
	 and (orientation:landscape) {
    
        .pane-when .clock{
        	margin-top: -10px !important;
        }

 	img.globe-magnifier {
 		width: 10% !important;
 		 }

		img.logo-center {
			width: 70% !important;
		}

	.main-search-tagline p {
	    margin-top: -6%;
	}


	input#search {
	height: 30px !important;
	min-height: 30px !important;
	font-size: 12px;
	}

	button#submit-email {
	    padding: 0px 0px !important;
	    height: 30px !important;
	}

	button#submit-email img{
	    padding: 0px;
	    width: 20px !important;
	margin-top: -5px;
	}

	.footer-bottom{
		position: fixed !important;

	}

	}




