/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 janv. 2017, 10:13:16
    Author     : iroloon
*/

#form {
    margin-top: 20px;
    padding-top: 10px;
}
.tc-bottom {
    background: #041D31;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.tc-bottom .title1 {
    color: #bbb;
}
.tc-bottom p {
    color: #FFFFFF;
}
.tc-bottom .contact-form input[type="text"],
.tc-bottom .contact-form input[type="email"],
.tc-bottom .contact-form textarea {
    color: #f500a1;
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    border-radius: 10px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    height: 50px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    font-size: 15px;
    padding: 14px 25px;
    border-radius: 30px;
    margin-bottom: 3px;
}
.contact-form textarea {
    border-radius: 10px;
}
.tc-bottom .contact-form .readon:hover {
    background: rgb(245,0,161);
    border-color: #444;
}
.tc-bottom .contact-form input[type="text"]:focus,
.tc-bottom .contact-form input[type="email"]:focus,
.tc-bottom .contact-form textarea:focus {
    border-color: #444;
}
.contact-form .readon {
    height: 44px;
    min-width: 160px;
    cursor: pointer;
}
.tc-bottom button {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
    color: #bbb;
    outline: none;
}
#form-messages {
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#form-messages.success {
    margin-bottom: 20px;
    color: #4CAF50;
}
#form-messages.error {
    margin-bottom: 20px;
    color: #ff5252;
}
.bottom-style2 {
    background: #f9f9f9;
}
.bottom-style2 .contact-form input[type="text"], 
.bottom-style2 .contact-form input[type="email"], 
.bottom-style2 .contact-form textarea {
    border-color: rgba(0, 0, 0, 0.1);
    color: #444;
}
.contact-form-style2 input[type="text"], 
.contact-form-style2 input[type="email"], 
.contact-form-style2 textarea {
    border-radius: 0;

}
.bottom-style2 form button, 
.bottom-style2 .title1 {
    color: #444;
}
.tc-bottom .contact-info {
    font-size: 14px;
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    color: #777;
}
.tc-bottom .contact-info li + li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tc-bottom .contact-info li i {
    font-size: 16px;
    margin-right: 10px;
    height: 32px;
    width: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 2px;
}
.tc-bottom .contact-info li:hover i {
    background-color: #232323;
    border-color: #232323;
    color: #fff;
}
.tc-bottom .contact-info li a {
    color: #777;
}
.tc-bottom .contact-info-title {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0; 
}
.readon {
    position: relative;
    /*background: transparent;*/
    background: rgb(245,0,161);
    text-align: center;
    min-width: 130px;
    padding: 9px 20px;
    font-size: 14px;
    display: inline-block;
    z-index: 1;
    border: 1px solid #ddd;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #444;
}
.readon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(245,0,161);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background .4s;
    transition: transform 0.4s, opacity 0.4s, background .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.readon,
.readon:before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.readon:hover {
    color: #fff !important;
    border-color: #dddddd;
    text-decoration: none;
}
.readon:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.readon.primary {
    border-color: #2e6da4;
    color: #2e6da4;
}
.readon.primary:hover:before {
    background: #2e6da4;
}
.readon.success {
    color: #4cae4c;
    border-color: #4cae4c;
}
.readon.success:hover:before {
    background: #4cae4c;
}
.readon.info {
    color: #46b8da;
    border-color: #46b8da;
}
.readon.info:hover:before {
    background: #46b8da;
}
.readon.warning {
    color: #eea236;
    border-color: #eea236;
}
.readon.warning:hover:before {
    background: #eea236;
}
.readon.danger {
    color: #d43f3a;
    border-color: #d43f3a;
}
.readon.danger:hover:before {
    background: #d43f3a;
}
.readon.black {
    border-color: #28373b;
    color: #28373b;
}
.readon.black:hover:before {
    background: #28373b;
}
.readon.pink {
    border-color: #9d5db8;
    color: #9d5db8;
}
.readon.pink:hover:before {
    background: #9d5db8;
}
.readon.turquoise {
    border-color: #1abc9c;
    color: #1abc9c;
}
.readon.turquoise:hover:before {
    background: #1abc9c;
}
.readon.pill {
    border-radius: 40px;
}
.readon.pill:before {
    border-radius: 40px;
}
