/*@import url(http://fonts.useso.com/css?family=Raleway:400,300,500,700,800);
@import url(http://fonts.useso.com/css?family=Lobster);
*/


body {
	font: 300 14px/1.8  sans-serif;
	color: #282828;
    background-color: darkgrey;

}
 
::-moz-selection { /* Code for Firefox */
     cursor:pointer;
    color: #fff;
    background:cadetblue;
}

::selection {
    color: #fff;
     cursor:pointer;
    background:cadetblue;
}
    


img {
	max-width: 100%;
	height: auto;
}

a {
	color: #fff;
    text-decoration: none;
    cursor:pointer;
 
    
}

a:hover {
	text-decoration: none;
	color: #ffcc00;
    
}

a:focus {
  outline: thin dotted;
      cursor:pointer;
 
}
a:active,
a:hover {
  outline: 0;
      cursor:pointer;
 
}

/* ---------------------------------------------- /*
 * youtube
/* ---------------------------------------------- */
.youtube_block{
		padding: 120px 0 120px 0;
    background: #fff;
    overflow-x: hidden;
}




.youtube iframe{
min-height: 420px;	
	width: 100%;
	height: 100%;
	border: 0;
	margin-bottom: 15px;
}


.youtube_content{
text-align: left;

}

.youtube_heading{

    font-weight: 200;
    font-size: 2.8em;
	line-height: 46px;
    color: #000;
    text-shadow: none;
display: block;
	padding-bottom: 15px;
}

.youtube_txt{
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-bottom: 15px;


}

@media (max-width: 480px) {


.youtube_block{
padding:60px 0 60px 0;
   
}
	
	
.youtube iframe{
min-height: 280px;	

}
	
	
	
.youtube_heading{
font-size:28px;
line-height: 32px;
padding-bottom: 15px;
}
	
.youtube_txt{
	font-size: 16px;
	line-height: 21px;
}	
	

}



/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */


.navbar a,
.form-control {
     
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
 cursor:pointer;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
    
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 40px/1.2 Raleway, sans-serif;
	letter-spacing: 1px;
	margin: 5px 0 5px;
	color: #222;
}

h2 {
	font-size: 35px;
	margin: 0 0 30px;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

h5 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}


/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	font-size: 18px;
	
}

.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 8px 26px;
	border: 0;
    color: #fff;
    background-color: #ffcc00;
    
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
    background-color: cadetblue;
    color:#fff;
    cursor: pointer;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 18px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
         margin:0 auto 0 auto;
    text-align: center;
    color: #fff;
    	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
 background-color:#ffcc00;

    
    
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    /*background: rgba(17, 17, 17, 1.8);*/
    /*color: #fff;*/
  color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

.pfblock {
	padding: 120px 0 120px 0;
    background: #fff;
    overflow-x: hidden;
    
}


.pfblock-par{
	padding: 80px 0 35px 0;
    background: #fff;
}

.pfblock-gray {
	background: #f5f5f5;
}




.pfblock-homeBG02{
   background:rgba(0,0,0,0.4); 
   background: url(../images/bg/home02.jpg) ;
	background-repeat: no-repeat;
    width: 100%;
    overflow-x: hidden;
    background-attachment: fixed;
	background-position: 50% 50%;
	
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
    position: relative;
    
}


.pfblock-homeBG02:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(56, 56, 56, 0.1);
}    

.pfblock-homeBG03{
   background:rgba(0,0,0,0.4); 
   background: url(../images/bg/home03.jpg) ;
	background-repeat: no-repeat;
    width: 100%;
    overflow-x: hidden;
    background-attachment: fixed;
	background-position: 50% 50%;
	
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
    position: relative;
   

    
}


.pfblock-homeBG03:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(56, 56, 56, 0.1);
} 

.pfblock-homeBG04{
   background:rgba(0,0,0,0.4); 
   background: url(../images/bg/home04.jpg) top fixed;    
    width: 100%;
     overflow-x: hidden;
	background-repeat: no-repeat;	
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}


.pfblock-footer{
      overflow-x: hidden;
      background: url(../images/bg/footer_bg.jpg) top fixed; 
    background-repeat: no-repeat;	
      width: 100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
    padding: 120px 0 30px 0;
    
}





.pfblock-image {
	padding: 0;
}

.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
	color: #fff;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 40px;
    padding: 0 10px 0 10px;
}

.pfblock-header-left {
	text-align: left;
}

.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 10px 0;
}

.pfblock-title{
    font-weight: 200;
    font-size: 4.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: 0;
}

.pfblock-title-black{
    font-weight: 200;
    font-size: 4.5em;
    color: #000;
    text-shadow: none;
    margin: 0;
}


.pfblock-title-black-heading{
      font-weight: 100;
    font-size: 3.5em;
    color: #000;
    text-shadow: none;
    margin: 0;  
    
    
}



.pfblock-subtitle {
	font-family: sans-serif;	
	font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}


.pfblock-subtitle-black{
    font-family: sans-serif;	
	font-size: 18px;
    line-height: 24px;
    color: #000;
    text-shadow: none;
}


.pfblock-line {
	background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
	width: 100px;
	height: 1px;
	margin: 20px auto 40px auto;
}


.pfblock-line-black{
   background: rgba(0, 0, 0, 0.8);
     box-shadow: none;
    width: 100px;
	height: 1px;
	margin: 20px auto 40px auto;
}

.pfblock-icon {
	font-size: 32px;
}

@media (max-width: 480px) {

.pfblock {
	padding: 60px 0 60px 0;
    
    
}

}
/* counter */
	/* ------------------------------ */
.de_count{
	text-align:center;
	padding:30px 0 30px 0;
	background:none;
    color:#fff;
	}

.de_count-black{
      
   color:#000;

    
}




	
.de_count h3{
	font-family:Arial, Helvetica, "sans-serif";
    color:#fff;   
	font-size:180px;
	font-weight:500;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	}


.de_count span{
    font-size:35px;
    line-height: 40px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	}

.de_count span span{
    font-size:9px;
    vertical-align:text-top;
    line-height:15px;
}


/* ================================================== */
/* video */
/* ================================================== */
video, object {
display:inline-block;
vertical-align:baseline;
min-width:100%;
min-height:100%;

}

.de-video-container{

top:0%;
left:0%;
width:100%; 
 height:980px;
overflow: hidden;
}

.de-video-content{
width:100%;
height:980px;
position:absolute;
z-index:10;
padding: 80px 0 0 0;
 
}



.de-video-overlay{
position:absolute;
width:100%;
/*background:rgba(0, 0, 0, 0.5);*/
height:980px;
 background-color: rgba(44, 62, 80, 0.5);  
    overflow: hidden;
}



.de-video-container .btn-border:hover:after, .de-video-container a.btn-border:hover:after, .de-video-container a.btn-border.hover:after{
color:#eceff3;
}






.calltoaction *{
    text-align: center;
   
}
.calltoaction {

	background-color: #222;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 90px 0;
	color: #fff;
     font-style: normal;
   
}


.calltoaction.about{
    background: url(../images/banner/about.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}

.calltoaction.datafeed{
    background: url(../images/banner/datafeed.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}

.calltoaction.open_ac{

    
  background: url(../images/banner/open_ac.jpg) top ;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
  


}

.calltoaction.careers{
    background: url(../images/banner/pdpo.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}

.calltoaction.deposit{
    background: url(../images/banner/deposit.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}


.calltoaction.withdraw{
    background: url(../images/banner/withdraw.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}


.calltoaction.security-information{
    background: url(../images/banner/security-information.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}


.calltoaction.risk-warning{
    background: url(../images/banner/risk-warning.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}


.calltoaction.pdpo{
    background: url(../images/banner/pdpo.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}


.calltoaction.term-of-use{
    background: url(../images/banner/term-of-use.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}



.calltoaction.contact{
    background: url(../images/banner/contact.jpg) top ;
    -webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}





.banner-heading {
	font-size: 30px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
	margin-bottom: 0px;
  
}

.banner-decription{
    padding-top: 5px;
    line-height: 45px;
    padding-bottom: 30px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.calltoaction-btn {
	text-align: center;
}

.calltoaction-btn > .btn {
    background: rgba(255, 255, 255, .8);
    color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calltoaction-btn > .btn:hover{
    background: #fff;
}

.long-down {
	margin-bottom: 40px;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#home {
	background: url(../images/cover.jpg);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

.home-overlay {
    /*background-color: rgba(36, 148, 219, 0.2);*/
    /*background-image: url("../images/pattern.png");*/
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.intro h1{
    font-weight: 200;
    font-size: 90px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}


.intro h1 span{
 
    vertical-align:text-top;
    line-height: 40px;
}



.start {	
    font-family: 'Raleway', sans-serif;
	font-size: 30px;
    letter-spacing: 3px;
	font-style: normal;
	text-transform: none;
	margin: 10px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);

}

.start_logo{
margin: 0 0 30px 0 ;
}






/* ---------------------------------------------- /*
 * Servise
/* ---------------------------------------------- */

.iconbox {
	/*background: #fff;*/
	text-align: center;
	padding: 40px 20px;
	margin: 0 0 20px;
}

.iconbox-icon {
	margin: 0 0 15px;
	font-size: 32px;
	color: #222;
}

.iconbox-title {
	margin: 0 0 15px;
	padding: 0;
}



.openbox {
	background: #fff;
	border-bottom: 1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 40px 20px;
    min-height: 390px;
	margin: 0 0 20px;
}

.openbox-icon {
	margin: 0 0 15px;
	font-size: 32px;
	
}

.openbox-title {
	margin: 0 0 15px;
	padding: 0;
    font-size: 30px;
}

.openbox-desc{
    text-align: left;
    font-size:16px; 
    margin-top: 15px;
    line-height: 22px;
    color: #282828;
    text-align: justify;

    
}

.openbox-desc a{
    color: #ffcc00;

}


.openbox-desc a:hover{
text-decoration: underline;

}


.step{
  width: 47px;
  height: 47px;
    padding-top:10px;
    text-align: center;
    display:inline-block;
    color: #fff;
    line-height:28px;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #ffcc00;
    text-transform:lowercase;
    border-radius: 50%;
    vertical-align: middle;
}



.opac-table{
  margin:0 auto;
  margin-top:50px;
  margin-bottom:50px;
}



.opac-table th{
  
  font-size:16px;
  font-weight: normal;
  padding: 5px;
    text-align: left;
}


.opac-table div.opening_document{
    
    padding: 0 15px 0px 15px;
    display:inline-block;
    text-align:center; 
}

.opac-table div.client_disclosure{
    
    padding: 0 40px 0px 40px;
    display:inline-block;
    text-align:center; 
}






.opac-table th a{
    
      color:#000;

}

.opac-table th a:hover{
    
      color: #ffcc00;

}


.opac-table th span{
 padding-left: 5px;
}



.deposit-header {
	text-align: center;
	margin: 0 0 40px;
    font-size: 23px;
    line-height: 25px;
   
   
}
.deposit-header a{
    color: dimgray;
    font-weight: 100;
    letter-spacing: 5px;
    color:dimgray;
    text-shadow: none;
    margin: 0;  
   
      
}

.deposit-header a:hover{
    color:#ffcc00;

}

.deposit-header .active{
    color: #ffcc00;

}






.depositbox {	
	text-align:left;
	padding: 20px 20px;
	margin: 0 0 20px;
}
.depositbox-icon {
	margin: 0 0 15px;
	font-size: 32px;
	
}
.depositbox-title{
    font-size: 32px;
    line-height: 32px;
    margin-left:5px;
  
    vertical-align: middle;
}

.depositbox-contant{
    padding-left:60px;
    
    
}


.depositbox-subtitle{
    
    font-size: 26px;
    line-height: 28px;
    margin-bottom:25px; 
    
}


.depositbox-smalltitle{  
    font-size: 23px;
    line-height: 23px;
    color: #ffcc00;
    margin-top:35px; 
}

.depositbox-text{
     margin-top:20px; 
     font-size: 20px;
    line-height: 28px;
    
}


.depositbox-text a{
color: #ffcc00;
    
}

.depositbox-text a:hover{
    text-decoration: underline; 
    
}



.depositbox-text ul{
    padding-left:25px;
  
}

.depositbox-text ul.decimal{
    list-style: decimal;

}

.depositbox-text ul.decimal li{
    margin-bottom:35px;

  
}


.depositbox-text ul.upper-latin{
    margin-top: 25px;
    list-style: upper-latin;
  
}


.depositbox-text ul.upper-latin li{
  margin-bottom:15px;
}

.depositbox-text ul li{
    margin-bottom:15px;
}



.depositbox-table{
     margin-top:20px; 
     font-size: 20px;
    line-height: 28px;
    vertical-align: top;
    text-align: justify;

}


.depositbox-table th.left{
  width: 25%;
}


.depositbox-table th.right{
  width: 75%;
}



.depositbox-table th{   
  font-size: 20px;
  font-weight: normal;
  padding: 5px;
    text-align: left;
    vertical-align: top; 
}



.depositbox-table th span{

}

.depositbox-table th span a{
    color: #282828;
}


.warning{
    margin-top: 15px;
  font-size:15px;
 line-height: 20px; 
  padding-left: 5px;
  color:dimgray;  
    text-align: justify;
}

.warning a{
    color: #ffcc00;

}

.warning a:hover{
    color: #4c7b0a;

}

/*-----------sitemap-------------*/


.sitemap {
	background: #fff;
	/*border-bottom: 1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);*/
	text-align: center;
	padding: 20px 20px;
    min-height: 390px;
	margin: 0 0 20px;
}

.sitemap-icon {
	margin: 0 0 15px;
	font-size: 32px;
	
}

.sitemap-title {
	margin:0 0 20px 0;
	padding: 0 0 10px 0;
    font-size: 30px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 40px;
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
}

.sitemap-desc{
    text-align: left;
    font-size:16px; 
   color: #666;
    text-align: left;
  
    
}

.sitemap-desc a{
color: #333;
 padding: 7px 0 7px 0;
width:auto;
display: block;

}


.sitemap-desc a:hover{
     color: #ffcc00;


}



.sitemap-desc-sub{
    text-align: left;
    font-size:16px; 
   color: #666;
    text-align: left;
    margin-left: 15px;
  
    
}

.sitemap-desc-sub a{
color: #666;
 padding: 7px 0 7px 0;
width:auto;
display: block;

}


.sitemap-desc-sub a:hover{
     color: #ffcc00;


}



/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */



.contactbox {
	background: rgba(42, 62, 73, 0.7);
	border-bottom: 1px solid rgba(27, 39, 46, 0.3);
	text-align: center;
	padding: 80px 20px 0 20px;
	margin:10px auto 60px auto;
    color: #fff;
    /*max-width: 300px;*/
    height: 260px;
  
}

.contactbox-icon {
	margin: 0 0 15px;
	font-size: 32px;
	color: #fff;
}

.contactbox-title {
    font-family: 'Raleway', sans-serif;
	margin: 0 0 15px;
	padding: 0;
    color: #fff;
    font-size: 18px;
    vertical-align:middle;
}


.contactbox-title.no-magin {
    
	margin: 0;

}

.contactbox-title.magin-bottom-5 {
    
	
	margin-bottom: 5px;

}

.contactbox-title.magin-5 {
    
	margin-top: 10px;
	margin-bottom: 5px;

}





.contactbox-text{

}

.contactbox-desc{
     font-size: 38px;
}


.contactbox-desc.phone-number{
     font-size: 22px;
 line-height:24px;
}




.contactbox-desc a:hover{
    color:#1f9ca0;
    
}
/*-------------------------------*/

.contact-title{
    font-weight: 200;
    font-size: 3.0em;
    margin: 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.contact-subtitle {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
       
}



.contact-subtitle  a{
    display: inline-block;
       cursor: pointer;
   
}


.contact-subtitle  a:hover{
     
    color:#1f9ca0;
}



.contact-text {
	font-family: 'Raleway', sans-serif;	
	font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}


.contact-line {
	background: rgba(255, 255, 255, 0.5);
     box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	width: 100px;
	height: 1px;
	margin: 20px auto 30px auto;
}



.contact-text a{
	font-family: 'Raleway', sans-serif;
    text-decoration: underline;
    color:#1ee1e7;
}


.contact-text  a:hover{
       
    color:#1f9ca0;
}



.contact-check-color{
  color:#ffcc00;
    font-size: 7em;
    margin-bottom: 30px;
    display: block;
}




/* ---------------------------------------------- /*
 * Skills
/* ---------------------------------------------- */

.chart {
    display: inline-block;
    height: 140px;
    margin: 50px 0;
    position: relative;
    text-align: center;
    width: 140px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.percent {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 140px;
    z-index: 2;
}
.percent:after {
    content: "%";
    font-size: 50%;
    margin-left: 0.1em;
}

/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

.ajax-response {
	text-align: center;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background: rgba(42, 62, 73, 1.0);
	 text-align:justify;
	padding: 40px 0;
    font-size: 14px;
	color: #FFF;
    text-shadow: none;
}

.copyright {
    
	margin: 0;
    color: #FFF;
}





#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #fff;
     text-align:justify; 
}


.footer-header{
    font-size: 18px; 
    line-height: 23px;
    color: #FFF;
    margin-bottom: 5px;
    text-align:left;

}


.footer-line {
	background: rgba(255, 255, 255, 0.5);
     box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 1px;
	margin: 30px auto;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, .2);
}

.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
	border-bottom: 1px solid #111;
    background:#000;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    /*height:80px;*/
   
	position: relative;
	width: 100%;
	z-index: 998;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
    
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background:rgba(0, 0, 0, .9);
	
   
    
}



.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 16px; 
    margin-top: 15px;
	letter-spacing: 1px;
	color: #888;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #ffcc00;
    cursor: pointer;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 22px;
    font-family: Lobster, cursive;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #ffcc00;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	/*background: #f5f5f5;*/
}

.navbar-custom .navbar-toggle .icon-bar {
	background: rgba(255, 255, 255, 0.8);
}


.nav-contact{
   font-family: 'Raleway', sans-serif;
    color: #fff; 
    padding: 5px 0 5px 5px;
    margin-top:23px;
    float: right;
    text-transform: uppercase;
    vertical-align: middle;
    
}

.nav-contact-text{
   
    
}



.nav-contact a {
    display: inline-block;
    padding: 0 5px 0 5px;
    
}

.nav-contact a span{
    color: #fff;
    } 
    
 .nav-contact-lang{          
  display: none;        
    }   
    



/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */


.scroll-up {
	position: fixed;
	display: none;
	z-index: 1;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
    border-radius: 50%;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff;
    padding-top:5px;
	font-size: 30px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .9);
     color:cadetblue;
}






#toTop {
  
    display: none;
    text-decoration: none;
    position: fixed;
    overflow: hidden;

   
}





/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
     color: #fff;
}

#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
    color: #fff;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */
@media (min-width: 1921px) {
.nav-contact { 
    color: #fff; 
    padding: 5px 0 5px 5px;
    margin-top:23px;
    float: right;
    text-transform: uppercase;
    vertical-align: middle;
 }  
    
}
@media (max-width: 1919px) {
.nav-contact {
 float: none;
  text-align: center;
     border-top:1px solid #666;
    width: 100%;
    padding-top: 20px;
 }  
    
/*. .nav-contact-text{     
     display: none;        
    }
    */
/*.nav-contact a{
    text-align: center;
   width: 100%;
    } */
    
 /*.nav-contact-lang{
    display:inline-block;
    }
    */
    
.navbar-custom {
text-align: center;
   
    }
    
 .navbar-custom .navbar-brand img{
    width:180px;
	
}   
    
 

    
    
   .de_count span{
    font-size:25px;
    line-height: 30px;
   
    }
    

    
    
}


@media (max-width: 980px) {

  .intro h1{
font-size: 65px;
letter-spacing: 1px;
       line-height: 65px;
} 
    
.intro h1 span{
      line-height: 30px;
} 
    
    .start{
      font-size: 21px;  
        
    }    
    
    
    
.aboutbox span.aboutbox-content{
 text-align:left;
}
    

.opac-table div.opening_document{
    
    padding: 0 15px 30px 15px;
    display:block;
    text-align:center; 
}

.opac-table div.client_disclosure{
    
    padding: 0 15px 30px 15px;
    display:block;
    text-align:center; 
}
    
 .de_count h3{
     font-size:90px;
   
    }    
    

    
}
@media (max-width: 768px) {
    
 .de-video-container{
         height: 1150px;
     } 
     
     .de-video-overlay{
         
      height: 1150px;   
     }   
            
    .de_count{
     padding: 30px 0 10px 0;
        
    }     
    
    

	.calltoaction {
		text-align: center;
	}
   
    .intro h1{
    font-size: 54px;
        font-weight: 100;
        letter-spacing: 1px;
        line-height: 54px;
}
    
    .intro h1 span{
   
    line-height: 28px;
}

    
    
    .start {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
    letter-spacing: 3px;
	font-style: normal;
	text-transform: none;
	margin: 10px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
    
    
.header {
	border-bottom: 1px solid #111;
    background:#000;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    /*height: 70px;*/
	position: relative;
	width: 100%;
	z-index: 998;
}

.navbar-custom {
text-align: center;
     
}
    
    
.navbar-custom .navbar-brand img{
    width:170px;
	
}

.aboutbox span.aboutbox-content{
 text-align:left;
}

    

 
.depositbox-contant{
    padding-left: 0px;       
    }     
  
     
.opac-table div{
    
    padding: 0 15px 30px 15px;
    display:block;
    text-align:center; 
}

      
    
.footer_text{
    padding-bottom:30px;
    display: block;
}
   
.contactbox {
	background: rgba(42, 62, 73, 0.7);
	border-bottom: 1px solid rgba(27, 39, 46, 0.3);
	text-align: center;
	padding: 80px 20px 80px 20px;
	margin:10px auto 60px auto;
    color: #fff;
  
  
}    

    
    
    
}



@media (max-width: 660px) {
 .intro h1{
font-size:38px;
letter-spacing: 1px;
 line-height:38px;
} 
    
.intro h1 span{
      line-height:20px;
} 

.start {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
    letter-spacing: 1px;
	font-style: normal;
	text-transform: none;
	margin: 5px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}    
    
    
}



@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	h2 {
		font-size: 25px;
		margin: 0 0 5px;
		letter-spacing: 3px;
	}
    .intro h1{
    font-size: 28px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
     font-weight:160;
    letter-spacing: 1px;
        line-height: 28px;
}
    
   .intro h1 span{
   
    line-height: 15px;
}

    
    
.start {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
    letter-spacing: 1px;
	font-style: normal;
	text-transform: none;
	margin: 5px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
    
    
    
 .start_logo{
  margin-bottom: 15px;
    }
    
 .start_logo img{     
        width: 100px;       
    }
    
    
.header {
	border-bottom: 1px solid #111;
    background:#000;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    /*height:65px;*/
	position: relative;
	width: 100%;
	z-index: 998;
   
}

.navbar-custom {
text-align: center;
    padding: 0;

}
    
    
.navbar-custom .navbar-brand img{
    width: 150px;


}
    
.calltoaction{
     max-height: 210px;   
     padding-top:75px;
   
  
    }
.banner-heading{
     font-size: 20px;
    margin-bottom: 0;
     padding-bottom: 0;
    line-height: 21px;  
    }
    
.banner-decription{
   margin-top: 0;
   padding-top:5px;
   line-height: 32px;
   font-size: 29px;
  
    }
 /*---------------depositbox @media (max-width: 480px) -------------------------*/   

.depositbox-contant{
    padding-left: 0px;       
    }      
    


.depositbox-table th.left{
  width: 35%;
}


.depositbox-table th.right{
  width: 65%;
}



.depositbox-table th{   
  font-size: 14px;
  padding: 5px;
line-height: 18px;
vertical-align: top; 
}



.depositbox-table th span{

}


    
 /*--------------pfblock-homeBG @media (max-width: 480px) ---------------------*/   

.pfblock-homeBG02{
background-position: top center;
    background-attachment:fixed; 
 background: url(../images/bg/phone_size/home02.jpg) ;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}
    

.pfblock-homeBG04{
 background-position: top;
 background: url(../images/bg/phone_size/home04.jpg) ;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

}


.pfblock-footer{

    background-position: top;
 background: url(../images/bg/phone_size/footer_bg.jpg) ;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	

    
}


    
.aboutbox{ 
       height:auto;           
    }
    
    
.aboutbox span.aboutbox-content{
 text-align:left;
}    
.aboutbox-title{
  font-size:2.3em;
  line-height:34px;
    padding-bottom: 10px;
}
    
.aboutbox-img{
  height:auto;
   
    overflow: hidden;
    
} 
    
 .pfblock-title{
        font-size:2.3em;
         line-height:32px;
            
    }
    
    .pfblock-title-black-heading{
        font-size:2.3em;
             line-height:32px; 
        
    }
    
     .pfblock-title-black{
        font-size:2.3em;
         line-height:32px;
            
    }
    
    .pfblock-subtitle{
        
       font-size:16px; 
        
        
    
    }
    

.de_count{
	padding:10px 0 10px 0;

	}    
    
.de_count span{
    font-size:25px;
    line-height: 30px;


    }


 .de_count h3{
     font-size:65px;
     padding: 0 10px 0 10px;
     text-align: center;
     margin: auto auto;
    }  
    
    
    .contactbox{
        margin-left:20px;
        margin-bottom: 20px;
        margin-right:20px;
    }
    
    .contact-subtitle{
        margin-top:20px;
        
    }
    
    .contact-text{
        margin-left:20px;
        margin-bottom: 20px;
        margin-right:20px;  
        
    }



.iconbox {
 
    padding: 20px 10px;
    margin: 0 0 15px;
    
}
    
    
.depositbox-subtitle{
    
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
    }  
    
.depositbox-smalltitle{
    font-size: 21px;
    line-height: 25px;
    margin-top: 20px;
    }    
    
    
.depositbox-text{ 
     font-size: 16px;
    line-height: 25px;
    text-align: justify;
    
}
    
.warning{
        
    font-size: 12px;
    line-height: 18px;   
    }    
    

 .contact-text {

	font-size: 12px;
    line-height: 20px;
  
}
    
.contact-subtitle  {  
    font-size: 14px;
    line-height: 20px;   
 }
    
    
    
    .copyright{
        font-size: 12px;
    }
    

/*-------------------------------------------*/
#footer {
	
	text-align:justify;
	padding: 40px 0;
    font-size: 12px;
    text-shadow: none;
}
  
 .footer-header{
     font-size: 16px; 
    line-height: 21px;   
    margin-bottom: 10px;
     
    
    
}
 
      
    
    
.footer_text{
    padding-bottom:30px;
    display: block;
}
   

}


/*--------------------------------*/
/***** Portfolio Common style *****/
/*--------------------------------*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

.grid h2{
    font-size: 20px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
    color: #fff;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------------*/
/***** Quote Rotator *****/
/*-----------------------*/

.cbp-qtrotator {
	position: relative;
	margin: 3em auto 0em auto;
	max-width: 90%;
	width: 90%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #ffcc00;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
    border: 0;
    font-size: 12px;
}

.cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}



/*----------------------------*/


.map{
    margin: 0;
    padding: 0;
    height:500px;
    width: 100%;
    overflow: hidden;
    background-position:  top fixed;
    
    
}


/*-----------------------------------*/

.detail-btn{
    text-align: center;
    font-size:20px; 
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    width: 100%;

}

.detail-btn a{
    color: #fff;
    display: inline-block;
}

.detail-btn a:hover{
    color: #ffcc00;
}



.detail-btn-black{
    margin: 0 auto 0  auto;
    text-align: center;
    font-size:20px;   
    color: #000;
}

.detail-btn-black a{
    color: #000;
}

.detail-btn-black a:hover{
    color: #ffcc00;
}



.detail-btn-green{
    margin: 0 auto 0  auto;
    text-align: center;
    font-size:20px;   
    color: #8eae49;
    

}

.detail-btn-green a{
    color: #8eae49;
}

.detail-btn-green a:hover{
    color: #ffcc00;
}

/*-----------------------------*/


.about-table-content{
  padding-left:0px;
  padding-right:0px;
}

.aboutbox{
    background-color:#d1dfdf;
    padding: 30px;
    min-height: 250px;
   /*max-height: 250px;*/

}
.aboutbox-title{
    font-size: 28px;
    line-height: 32px;
    display: block;
    color: #282828;

}
.aboutbox-content{
   font-size: 18px;
    line-height:28px;
    margin-top: 5px;
    display: block;
    color: #282828;
    text-align:justify;
}



.aboutbox-img{
 
     min-height: 250px;
    max-height: 250px;
    overflow: hidden;
    
}

.aboutbox-img img{
 
    min-height: 250px;
  
    
}

.about-left{
    float:right;
}   


/*-------------------------------*/

.contact-area{
    padding: 15px 0;
 
    
}


.contactdetail{
    
text-align: center;
margin: 0 0 40px;
  
    
}
.contactdetail-text{
  font-size:18px;
  font-weight: normal;
  padding: 5px;
    vertical-align:middle;
      margin:0 auto 30px auto;
    color: #282828;
    text-decoration: none;
}




.contactdetail-text span{
 padding-left: 5px;
     
}


.contactdetail-text span a{
     color: #282828;
    text-decoration: none;
}



.contactdetail-text a{
  color: #ffcc00;
}

.contactdetail-text a:hover{
    text-decoration: underline;
}



@media screen and (max-width: 980px) { 

.contactbox-desc{
    
     font-size: 22px;
}
    
    
}

@media screen and (max-width: 30.6em) { 

.about-left{
    float:none;

}   
    .about-table-content{
        
        float: none;
    }

}


@media screen and (max-width: 768px) { 
 

.about-left{
    float:none;

}   
 .about-table-content{
        
        float: none;
     width: 100%;
    }

.contactbox-desc{
    
     font-size: 30px;
}
    
    
    
}




@media screen and (max-width: 480px) { 
 

.contactbox-desc{
    
     font-size: 22px;
}
   
    
video, object {
display:inline-block;
vertical-align:middle;
  

}

 
}

/*-------------mail form---------------------*/
label {
  margin-bottom: 10px;
  font-weight: 400;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.pagination-classic.input-group-sm > li.input-group-btn > a,
.pagination-classic.input-group-sm > li.input-group-btn > span,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pagination-classic.input-group-lg > li.input-group-btn > a,
.pagination-classic.input-group-lg > li.input-group-btn > span,
.form-control {
  font-size: 13px;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.pagination-classic.input-group-sm > li.input-group-btn > a,
.pagination-classic.input-group-sm > li.input-group-btn > span, .input-sm:focus, .input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus,
.input-group-sm > .input-group-btn > .btn:focus,
.pagination-classic.input-group-sm > li.input-group-btn > a:focus,
.pagination-classic.input-group-sm > li.input-group-btn > span:focus,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pagination-classic.input-group-lg > li.input-group-btn > a,
.pagination-classic.input-group-lg > li.input-group-btn > span,
.input-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus,
.pagination-classic.input-group-lg > li.input-group-btn > a:focus,
.pagination-classic.input-group-lg > li.input-group-btn > span:focus,
.form-control,
.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: 170px;
  min-height: 50px;
  max-height: 370px;
  resize: vertical;
}

.form-control {

  line-height: 28px;
}

.form-control:focus {
  outline: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.pagination-classic.input-group-sm > li.input-group-btn > a,
.pagination-classic.input-group-sm > li.input-group-btn > span {
  line-height: 24px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pagination-classic.input-group-lg > li.input-group-btn > a,
.pagination-classic.input-group-lg > li.input-group-btn > span {
  line-height: 32px;
}

.form-control-rect {
  border-radius: 0;
}

.form-control-ellipse.form-control {
  border-radius: 25px;
}

.form-control-ellipse.form-control-sm {
  border-radius: 20px;
}

.form-control-ellipse.form-control-lg {
  border-radius: 35px;
}

.form-control-impressed {
  background: #f7f7f7;
  border: none;
}

.form-control-impressed, .form-control-impressed:focus {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.form-control-impressed.form-validation-inside + .form-validation {
  background: #f7f7f7;
}

.form-group {
  position: relative;
    float: left;
    padding: 0 15px 0 15px;
   
}

.form-title{
    padding: 0 15px 0 15px;
}

.form-group-mid{
  width: 100%;   
}

.form-group-left{  
    width: 50%;
    padding-right: 5px;
    
}

.form-group-selected{  
    width: 30%;
    padding-right: 5px;
    
}

.styled-select{
 color: #666;
   overflow: hidden;
   width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    background:#fff;
	height: 34px;
    display: block;
	padding: 6px 12px 6px 12px;
	line-height: 1.42857143;
    -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}



.form-group-phone{  
 width: 70%;
     padding-left: 5px;
    
}


.form-group-right{
   
    width: 50%;
     padding-left: 5px;
}


.form-group-multiple {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-group-multiple .form-group {
  width: 100%;
  margin-bottom: 0;
}

.form-group-multiple .form-group + .form-group {
  position: relative;
  margin-top: 20px;
}

@media (min-width: 480px) {


  .form-group-multiple {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .form-group-multiple .form-group + .form-group {
    margin-left: 30px;
    margin-top: 0;
    position: relative;
  }
  .form-group-multiple .form-group + .form-group:before {
    content: "–";
    position: absolute;
    bottom: 15px;
    left: -20px;
    margin-top: -1px;
  }
}

.form-label {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 14px;
  color:#777;
  pointer-events: none;
  z-index: 9;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.form-label.focus {
    display: none;
  color: #55bbeb;
  top: 3px;
  -webkit-transform: scale(0.8) translateY(0);
  transform: scale(0.8) translateY(0);
}

.form-label.auto-fill {
  color: #212121;
}

.form-label-sm {
  top: 20px;
  left: 12px;
}

.form-label-sm.focus {
  top: -1px;
}

.form-label-lg {
  top: 35px;
  left: 24px;
}

.form-label-lg.focus {
  top: 8px;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    -webkit-transform: none;
    transform: none;
    color: #212121;
    font-size: 13px;
  }
}

.form-label-outside.form-label-size-lg {
  font-size: 15.6px;
}

.form-label-outside.form-label-size-sm {
  font-size: 10.4px;
}

.form-validation {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 10px;
  margin-top: 2px;
  transition: .3s;
}

.form-validation-inside + .form-validation {
  top: 2px;
  margin-top: 0;
  left: 12px;
  background: #fff;
  z-index: 10;
}

.form-control-feedback {
  font-size: 20px;
}

.form-in-process {
  cursor: wait;
}

.form-in-process button,
.form-in-process textarea,
.form-in-process select,
.form-in-process input {
  pointer-events: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e50a0a;
}

.has-error .form-control:not(.form-control-impressed), .has-error .form-control:not(.form-control-impressed):focus {
  border-color: #f54b0f;
  box-shadow: none;
}

.has-error .form-control-impressed, .has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #f54b0f;
}

.has-error .input-group-addon {
  color: #fff;
  border-color: #f54b0f;
  background-color: #f54b0f;
}

.has-error .input-group-btn > .btn, .has-error .pagination-classic > li.input-group-btn > a, .has-error
.pagination-classic > li.input-group-btn > span {
  border-color: #f54b0f;
  background: #f54b0f;
}

.has-error .form-validation {
  color: #e50a0a;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #84c450;
}

.has-success .form-control:not(.form-control-impressed), .has-success .form-control:not(.form-control-impressed):focus {
  border-color: #abcc37;
  box-shadow: none;
}

.has-success .form-control-impressed, .has-success .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #abcc37;
}

.has-success .input-group-addon {
  color: #fff;
  border-color: #abcc37;
  background-color: #abcc37;
}

.has-success .input-group-btn > .btn, .has-success .pagination-classic > li.input-group-btn > a, .has-success
.pagination-classic > li.input-group-btn > span {
  border-color: #abcc37;
  background: #abcc37;
}

.has-success .form-validation {
  color: #84c450;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ff7e00;
}

.has-warning .form-control:not(.form-control-impressed), .has-warning .form-control:not(.form-control-impressed):focus {
  border-color: #f5bf2f;
  box-shadow: none;
}

.has-warning .form-control-impressed, .has-warning .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #f5bf2f;
}

.has-warning .input-group-addon {
  color: #fff;
  border-color: #f5bf2f;
  background-color: #f5bf2f;
}

.has-warning .input-group-btn > .btn, .has-warning .pagination-classic > li.input-group-btn > a, .has-warning
.pagination-classic > li.input-group-btn > span {
  border-color: #f5bf2f;
  background: #f5bf2f;
}

.has-warning .form-validation {
  color: #ff7e00;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #64aae1;
}

.has-info .form-control:not(.form-control-impressed), .has-info .form-control:not(.form-control-impressed):focus {
  border-color: #79ccf2;
  box-shadow: none;
}

.has-info .form-control-impressed, .has-info .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #79ccf2;
}

.has-info .input-group-addon {
  color: #fff;
  border-color: #79ccf2;
  background-color: #79ccf2;
}

.has-info .input-group-btn > .btn, .has-info .pagination-classic > li.input-group-btn > a, .has-info
.pagination-classic > li.input-group-btn > span {
  border-color: #79ccf2;
  background: #79ccf2;
}

.has-info .form-validation {
  color: #64aae1;
}

.has-feedback .form-label ~ .form-control-feedback {
  top: 0;
}

@media (min-width: 768px) {
  .has-feedback .form-label ~ .form-control-feedback {
    top: 34px;
  }
}

.has-feedback .input-sm ~ .form-control-feedback, .has-feedback .input-group-sm > .form-control ~ .form-control-feedback, .has-feedback
.input-group-sm > .input-group-addon ~ .form-control-feedback, .has-feedback
.input-group-sm > .input-group-btn > .btn ~ .form-control-feedback, .has-feedback
.pagination-classic.input-group-sm > li.input-group-btn > a ~ .form-control-feedback, .has-feedback
.pagination-classic.input-group-sm > li.input-group-btn > span ~ .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.has-feedback .form-control {
  padding-right: 50px;
}

.has-feedback .form-control.input-sm, .has-feedback .input-group-sm > .form-control, .has-feedback
.input-group-sm > .input-group-btn > .form-control.btn, .has-feedback
.pagination-classic.input-group-sm > li.input-group-btn > a.form-control, .has-feedback
.pagination-classic.input-group-sm > li.input-group-btn > span.form-control {
  padding-right: 40px;
}

.has-feedback .form-control.input-lg, .has-feedback .input-group-lg > .form-control, .has-feedback
.input-group-lg > .input-group-btn > .form-control.btn, .has-feedback
.pagination-classic.input-group-lg > li.input-group-btn > a.form-control, .has-feedback
.pagination-classic.input-group-lg > li.input-group-btn > span.form-control {
  padding-right: 70px;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  visibility: hidden;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
  transition: .3s all ease;
  z-index: 9999999;
}

#form-output-global.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 480px) {
  #form-output-global {
    left: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 10px;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #e50a0a;
}

.form-output.success {
  color: #84c450;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-left: -20px;
  margin-top: 5px;
  outline: none;
  cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #f5f5f5;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  position: absolute;
  opacity: 0;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  border-radius: 50%;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #434345;
  border-radius: 50%;
}

.checkbox,
.checkbox-inline {
  padding-left: 20px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  border-radius: 3px;
  margin-left: 0;
  left: 0;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  content: "";
  font-family: "Material Design Icons";
    
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: #434345;
}

.form-search {
  position: relative;
}

.form-search .form-group {
  margin-bottom: 0;
}

.form-search-submit {
  position: absolute;
  font-size: 24px;
  right: 8px;
  top: 0;
  bottom: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: #434345;
  transition: .3s all ease;
}

.form-search-submit:hover, .form-search-submit:focus {
  color: #ffa200;
  outline: none;
}

.form-search-label {
  color:darkgray;
}


.form-search-input {
  padding-right: 35px;
 color:darkgray;
}



@media (max-width: 1920px) {
 .contactbox-desc{
    font-size: 28px;

}
}

@media (max-width: 1280px) {

 .contactbox-desc{
 font-size: 22px;

}
.opac-table div.opening_document{
    
    padding: 0 15px 30px 15px;
    display:block;
    text-align:center; 
}

.opac-table div.client_disclosure{
    
    padding: 0 15px 30px 15px;
    display:block;
    text-align:center; 
}
  }

@media (max-width: 1180px) {
 .contactbox-desc{
    font-size: 22px;

}
    
    
 @media (max-width: 992px) {
 .contactbox-desc{
     font-size: 22px;}
     .depositbox-contant{
    padding-left: 0px;       
    }    

 
     
}
       
 @media (max-width: 769px) {
 .contactbox-desc{
    font-size: 22px;

}
     

     
     
     
    }
    
    
 @media (max-width: 669px) {   
  
.de-video-container{
   height: 1280px;
     } 
     
.de-video-overlay{        
      height: 1280px;   
     }   
 
 
 
          


     
     
    }   
    
    

    @media (max-width: 480px) {   
  
     .de-video-container{
         height: 1100px;
     } 
     
     .de-video-overlay{
         
      height: 1100px;   
     }   
     
    }   
     
    
    