/*
======================================
**** FeesCalc Theme V1 ****
**** Theme Name : FeesCalc ****
**** Version : 1.0 ****
======================================
*/

/*
========================
TOOL
========================
*/
section#tool{margin:50px 0 80px}
.tool_title{padding:15px;margin-bottom:30px}
.tool_title .title{color:#393F41;font-weight:600;margin:0;text-transform:uppercase}
.tool_title .subtitle{display:block;color:#959D9F;font-weight:100;margin:10px 0}
.tool_content{overflow:hidden}
.tool_content form [class^=col-md-]{margin-bottom:15px}
.tool_content form label{display:inline-block;color:#393F41;font-weight:400;margin-bottom:8px;font-size:14px;margin-right:3px}
.tool_content form input{width:100%;background:#fff;border:1px solid #e5e5e5;height:45px;font-size:14px;padding:0 10px;outline:none;color:#263B80;border-radius:3px;font-weight:400}
.tool_content form .details_input{color:#555b5d;cursor:pointer}
.tool_content form select{width:100%;background:#fff;border:1px solid #e5e5e5;height:45px;padding:0 5px;font-size:14px;outline:none;color:#263B80;border-radius:3px}
.rezult{margin-top:15px}
.rez_box{background:#263b80;background:-moz-linear-gradient(-45deg,#263b80 0%,#0cb1ed 100%);background:-webkit-gradient(left top,right bottom,color-stop(0%,#263b80),color-stop(100%,#0cb1ed));background:-webkit-linear-gradient(-45deg,#263b80 0%,#0cb1ed 100%);background:-o-linear-gradient(-45deg,#263b80 0%,#0cb1ed 100%);background:-ms-linear-gradient(-45deg,#263b80 0%,#0cb1ed 100%);background:linear-gradient(135deg,#263b80 0%,#0cb1ed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#263b80',endColorstr='#0cb1ed',GradientType=1);display:block;color:#fff;font-weight:400;font-size:14px;text-align:center;height:45px;line-height:45px;border-radius:3px}
.tool_suggestion{display:block;margin:25px 0;padding:0 40px}
.tool_suggestion span{color:#263B80;font-weight:700;font-size:14px;line-height:20px}
.tool_suggestion .suggestion_links{margin-top:10px}
.tool_suggestion .country_flag img{width:35px;height:28px}
.note{text-align:right;display:block;position:relative;color:#393F41;font-weight:600;padding:15px 0}
.note:before{content:'';position:absolute;width:50px;height:2px;background:#10a0dd;bottom:8px}
.tool_comment_box{border:1px solid #e5e5e5;padding:25px 25px 10px}
.tool_comment_box span{position:relative;display:block;color:#393F41;font-weight:600;margin-bottom:20px;font-size:15px}
.tool_comment_box > span:before{content:'';position:absolute;width:50px;height:2px;background:#10a0dd;bottom:-7px}
.comment_box iframe{width:100%!important}


/*
========================
CONTENT
========================
*/
section#content{margin-bottom:80px}
section.static_page_content{margin:50px 0}
section.static_page_content .title{text-align:center;margin-bottom:50px;color:#393F41;font-weight:600}
.col-content h2{color:#393F41;font-weight:600;font-size:23px}
.col-content p{color:#6f7172;font-weight:300;line-height:25px;font-size:15px}