@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* font-family: 'Open Sans', sans-serif; */


body {font-family: 'Open Sans', sans-serif;}
* {box-sizing: border-box;}


@font-face{
	font-family: "expansivabold";
	src:url(../fonts/expansiva-bold.otf);
}

a{
	color:#222;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
}
a:hover {
    color: #717070 !important;
    text-decoration: none;
    box-shadow: none !important;
}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

.custom_login .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
	border: 2px #d1d1d1 solid;
}

.custom_login .input-field:focus {
    border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.custom_login .btn {
    background-color: #2196f3;
    color: white;
    padding: 12px 20px;
    border: 2px #076fc1  solid;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 900;
}
.site-branding .site-title a {
    color: #fff;
}
.site-branding .site-title a:hover{
    color: #fff !important;
}
.custom_login .btn:hover {
    opacity: 1;
}

.custom_login {
    width: 500px;
    margin: 90px auto;
    padding: 70px 32px;
    background: #fbfbfb;
    border: 8px #f9f9f9 solid;
    text-align: center;
    box-shadow: 3px 3px 19px rgba(210, 210, 210, 0.6);
}
#response_msg{
	width: 100% !important;
    text-align: center;
    display: block;
    /*background: #0ba711;*/
    color: #0ba711;
    padding: 6px;
    margin-bottom: 10px;
}
.custom_login h2 {
    font-family: "expansivabold";
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 0;
}
.custom_login .input-container .icon {
    padding: 10px;
    background: #2196f3 ;
    color: white;
    min-width: 45px;
    text-align: center;
    min-height: 45px;
    line-height: 24px;
    font-size: 16px;
}
.site-header {
    padding: 30px;
    background: #2196f3;
}
.site-header-main .site-branding .site-title {
    font-family: "expansivabold";
    font-weight: 900;
    font-size: 30px;
}

.site-footer {
    display: inherit;
    display: inherit;
    text-align: center;
}
.site-header-main {
    display: inherit;
    display: inherit;
    text-align: center;
}
.site-footer .site-info {
    font-size: 14px;
}

.custom_client_portal{
	margin:95px 0;
}
.client_portal_img_box {
    width: 182px;
    float: left;
    background: #fff;
    /*border: 10px #2196f3 solid;
    box-shadow: 3px 3px 19px rgba(160, 156, 156, 0.6);
    border-radius: 50%;*/
    overflow: hidden;
}
.client_portal_img_box img{
	width:100%;
}
.client_info_box {
    float: right;
    width: 78%;
}
.client_info_box .name_custom {
    font-family: "expansivabold";
    font-weight: 900;
    font-size: 24px;
    padding-left: 7px;
    border-left: 4px #cacaca solid;
    float: left;
}
.log-out-btn{
	float: right;
}
.log-out-btn a {
    width: 115px;
    height: 36px;
    background: transparent;
    display: block;
    color: #444;
    text-align: center;
    line-height: 32px;
    border: 2px #444 solid;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.log-out-btn a i{
	color:#2196f3;
}
.log-out-btn a:hover{
	background:#2196f3;
	border: 2px #2196f3 solid;
	color:#fff !important;
}
.log-out-btn a:hover i{
	color:#fff !important;
}
.desc_custom {
	padding-top:22px;
}
.desc_custom p {
    line-height: 26px;
    font-size: 15px;
    padding-left: 8px;
    border-left: 5px #2196f3 solid;
}
.custom_client_portal-bottom{
	margin-top:60px;
}
.custom_client_portal-bottom ul li {
    display: inline-block;
    width: 22%;
    text-align: center;
    background: #ffffff;
    padding: 30px;
    vertical-align: top;
    margin: 16px;
    min-height: 230px;
    box-shadow: 3px 3px 19px rgba(210, 210, 210, 0.6);
	transition: 0.90s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transform: scale(1);
}

.custom_client_portal-bottom ul li img {
	    border: 2px solid #2c2c2c;
}

.custom_client_portal-bottom ul li h4 {
    font-family: "expansivabold";
    font-weight: 900;
    font-size: 16px;
    padding-top: 15px;
    line-height: 22px;
}
.custom_client_portal-bottom ul li img{
    transition: 1.2s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.custom_client_portal-bottom ul li:hover {
    transform: scale(1.1);
}
/*.custom_client_portal-bottom ul li:hover img {
    transition: 0.90s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}*/

.custom_client_portal-bottom ul li:hover a h4{
	color:#2196f3;
}
.site-footer{
	background: #333;
    padding: 65px 0;
    color: #fff;
}
.site-footer .site-info a {
    color: #fff;
}
.custom_client_portal-bottom ul {
    margin: 0;
}




/* responsive */

@media (max-width:767px) {
.client_info_box {
    float: none;
    width: 100%;
}
.custom_client_portal-top {
	padding: 0 15px;
}
.client_info_box .name_custom {
    float: none;
}
.client_info-top {
	padding-top:30px;
}
.custom_client_portal-bottom {
    padding:0 15px;
}
.custom_client_portal-bottom ul li {
    min-height: auto;
}

}

@media (max-width:480px) {

.client_portal_img_box {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.custom_client_portal-bottom ul li {
    width: 100%;
    margin:18px 0;
}

}