/*

File Name: style.css

Theme Name:  RT-Theme 18

Author: Tolga Can

Version: 1.9.6

Author URI: http://themeforest.net/user/stmcan

Theme URI: http://themeforest.net/user/stmcan

Description:   Theme designed by Tolga Can - <a href="http://themeforest.net/user/stmcan">stmcan</a>

License: GNU General Public License

License URI: /Licensing/gpl.txt

*/


	#navigation_bar{margin-top: 70px;}
	.stuck #navigation_bar{margin-top: 0;}
#sticky_logo{width: 16%; max-width: 16%; height: auto !important; }
.stuck  #navigation{margin-top: 50px;}
.stuck #navigation_bar > ul > li > a{font-size: 15px !important; padding:10px 10px !important; }
.stuck .pre-top-header{width: 1170px; position: relative; margin:0 auto;}
.vc_general.vc_btn3{text-shadow: none; font-weight: normal; font-size: 15px;}
.listas h2{margin:18px 0 10px;}
.featured_list{list-style: none;}
.featured_list li{position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
}
.featured_list li:before {
        content: '•';
        color: #CD6647;
    position: absolute;
    left: 1px;
    top: 0;
    font-size: 18px;
}


.scroll_to_top {
    display: block;
    position: fixed;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    bottom: -4em;
    right: 2em;
    background: #fff;
    border: 2px solid transparent;
    cursor: pointer;
    z-index: 100001;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transition: all ease 1.5s;
    filter: alpha(opacity=0);
    opacity: 0;
}
.scroll_to_top {
    background-color: #CC6633;
    border-color: #CC6633;

    color: #ffffff;
    text-decoration: none;
}

.scroll_to_top {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.scroll_to_top:hover {
    color: #CC6633;
    border-color: #CC6633;
}
.scroll_to_top:hover {
    background-color: #ffffff;
}
.scroll_to_top.show {
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 2em;
}

/*

	EDIT /css/style.css for the theme stlye

*/