/*
Theme Name: ALETEC
Theme URI: http://www.aletec.com.tr/
Description: ALETEC Wordpress Theme
Author: Burak Yueksel
Version: 1.0
Text Domain: wp-theme-aletec
Domain Path: /languages
Tags: one-pager
*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.alen-news-single {
    display: none;
}

/* NEWS TICKER */
.newsticker {
    cursor: default;
    font-size: 16px;
    height: 50px;
}

.newsticker:hover {
}

.newsticker ul {
    margin: 0px;
    padding: 0px;
}

.newsticker ul li {
    overflow: hidden;
    white-space: normal;
    display: none;
    list-style: none;
    font-size: 16px;
}

.newsticker ul li a:hover {
    text-decoration: underline;
}