/*
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 : Jun 8, 2014, 11:03:02 PM
    Author     : Karen
*/

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.ml30px {
    margin-left: 30px;
}

.mt30px {
    margin-top: 30px;
}

header {
    background-color: #030303;
}

header .menu-container {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 1200px;
}

header .menu-links {
    list-style: none;
    padding-left: 0px;
}

header .menu-links li:first-child {
    border-left: 1px solid #424242;
    margin-left: 0px;
}

header .menu-links li {
    border-right: 1px solid #424242;
    color: white;
    float: left;
    list-style: none;
    padding: 13px 15px;
}

header .menu-links li a {
    font-size: 17px;
    color: white;
    text-decoration: none;
}

header .menu-links li a:hover {
    color: #13B0DA;
}

header .search {
    background-color: white;
    position: relative;
    float: right;
    margin-top: 8px;
    width: 240px;
    height: 26px;
    border-radius: 5px;
    border-width: 3px;
    border-color: white;
    border-style: solid;
}

header .search input[type="text"] {
    border: none;
    margin-top: 0px;
    margin-left: 8px;
    width: 180px;
    outline: none;
}

.highlighted-search-result {
    color: red;
    font-weight: bold;
}

.animation-board {
    margin-left: auto;
    margin-right: auto;
    height: 310px;
    width: 1200px;
}

.animation-board img {
    width: 1200px;
    height: 300px;
}

.main-container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.main-container-menu {
    float: left;
    width: 300px;
}

.main-container-menu a {
    font-size: 15px;
    padding: 9px 14px;
    color: black;
    display: block;
    border: 1px solid #b7b7b7;
    background: linear-gradient(to bottom, rgba(220,220,220,1) 0%,rgba(250,250,250,1) 100%);
    border-radius: 5px;
    margin-bottom: 8px;
    font-weight: bold;
    width: 260px;
}

.main-container-menu a:hover {
    text-decoration: none;
    color: white;
    background:#14b3dc;
    border-color:#048db2;
    cursor: pointer;
}

.main-container-client {
    float: left;
    width: 900px;
    margin-left: 0px;
}

.main-container-client-header {
    color: brown;
}

.main-container-hots-parent {
    height: 160px;
}

.main-container-hots {
    font-size: 15px;
    padding: 9px 14px;
    color: black;
    display: block;
    border: 1px solid #b7b7b7;
    background: linear-gradient(to bottom, rgba(220,220,220,1) 0%,rgba(250,250,250,1) 100%);
    border-radius: 5px;
    margin-bottom: 8px;
    font-weight: bold;
    width: 435px;    
    height: 130px;
    float: left;
}

.hot-header {
    font-size: 22px;
    color: #1ABEE9;
}

.hot-header:hover {
    font-size: 22px;
    color: black;
    text-decoration: none;
}


.hot-text {
    
}

.hot-left {
    float: left;
    width: 310px;
}

.hot-right {
    width: 90px;
    float: right;
    text-align: center;
}


.item-image-block {
    float: left;
    width: 230px;
}

.item-text-block {
    margin-left: 235px;
}

footer {
    background-color: #EFEFFF;
    text-align: center;
}

footer .container {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 490px;
}

footer .small-menu-links {
    list-style: none;
    padding-left: 0px;
    height: 12px;
}

footer .small-menu-links li:last-child {
    border-right: none;
    margin-left: 0px;
}

footer .small-menu-links li {
    border-right: 1px solid #424242;
    color: white;
    float: left;
    list-style: none;
    padding: 0px 15px;
    font-weight: bold;
}

footer .small-menu-links li a {
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.custom-carousel-indicators {
    bottom: 13px !important;
    margin-left: 190px !important;
    width: 60px !important;
    left: 77% !important;
}