/* your custom style here */
.intro_first { width:100%; height:400px; background:#000; }
.first_cell { width:25%; }

.head_login { border-bottom:1px solid #03647d; }
.dark_btn { border:1px solid #03647d; }

.section_quarter { padding:50px 0; }
.quarter { width:25%; float:left; padding:30px 15px; }
.icon_quarter { font-size:100px; }

@media screen and (max-width:940px){
	.quarter { width:50%; }
}
@media screen and (max-width:640px){
	.quarter { width:100%; }
}

.custom_av { width:40px; height:40px; }
.custom_av img { width:40px; height:40px; border-radius:50%; }
.custom_option { width:40px; height:40px; text-align:center; font-size:18px; }

.modal_menu, .tab_menu{
   padding: 10px;
   border-radius: 0px;
}
.modal_menu ul li, .tab_menu ul li {
  padding: 8px 12px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}

img.verify {
    height: 15px!important;
    width: auto
}