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

Template Name: Freak Ecommerce Responsive Bootstrap Template
Template URI: http://bootexperts.com
Description: This is html5 template
Author: BootExperts
Author URI: http://bootexperts.com
Version: 1.0

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

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

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.padding-onlytop-lg{
    padding-top:35px !important;
}

.padding-onlytop-sm{
    padding-top:25px !important;
}

.padding-onlybottom-sm{
    padding-bottom:25px !important;
}
.section-image{

    min-height:400px;
    padding:0 50px;
}

ul.styled li, ul.post li {
    position: relative;
    padding-left: 26px;
    margin: 9px 0;
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

ul.styled li:before {
    position: absolute;
    content: "✓";
    font-family: "Ionicons";
    color: #cc0000;
    left:0;
    top:0;


}

.margin-bottom{

    margin-bottom:36px !important;
}

a.btn-pro {
    font-size: 16px;
    line-height: 16px;
    color: #444444;
    font-weight: 400;
    text-decoration: none;
    position: relative;

}

a:hover {
    text-decoration: none;
    color: #444444;
    transition: color .4s ease;
}

a.btn-pro:after {
    content: "\f30f";
    font-family: "Ionicons";
    position: absolute;
    display: block;
    position: absolute;
    right: -20px;
    top: 1px;
    transition: right .4s ease;
    color: #3367D6;
}

.contactData{
    float:right;
}

.contactData ul li {
    padding-right: 50px;
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.contactData ul li i {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    background: url(../images/gui-ico.png) no-repeat;
}

form li input, form li textarea {
    border: 1px solid #828282;
    width: 100%;
    height: 50px;
    padding: 16px 20px;
    font-size: 16px;
    box-sizing: border-box;
    color: #666;
    line-height: 24px;
}
form ul li{
    margin:20px auto;
}

form li textarea {
    height: 240px;
}

form li button {
    float: right;
    height: 40px;
    padding: 10px;
    color: #fff;
    background: #9f6;
    border: 1px solid transparent;
}

.contactData ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.logo1{

    font-weight:bold;
    font-size:16px;
    float: right;
}