.hover-effect:hover {
    background: rgba(0, 0, 0, 0.9) ;
    border: 1px solid #ee4700;
    text-decoration: none !important;
}

.hover-opacity:hover {
    opacity: 0.7;
}

.hover-border:hover{
    border-top: 4px solid #0088cc;
    border-bottom: 4px solid #0088cc;
}

.border-4 {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
}

.display-inline {
    display: inline;
}


.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.line-height120 {
    line-height: 120%;
}

/*///////////////////////////////////////////////////////////// NAVBAR/*/
.nav > li > a  {
    color: white !important;
    text-shadow: none !important;
    font-family: Cursive;
}

.nav .active > a{
    color: white !important;
    background-color: black !important;
    border-bottom: 4px solid red;
}

.navbar-inner {
    background-color: black !important;
    background-image: none !important;
    border-bottom: 0px !important;
}


.nav > .general-flag > a:hover, .nav > .general-flag > a:focus {
    background-color: transparent !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none !important;
}

.navbar .nav {
    float: none !important;
}

.nav-last-elem {
    float: right !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: red !important;
    background-color: black !important;
}

/* //////////////////////////////////////////////////////////////////////*/

.brand-catalog {
    background-color: white;
    border: 1px solid white;
    border-radius: 28px;
    padding: 10px 10px 10px 10px;
}

.brand-catalog .brand-block {
    width: 100px;
    height: 130px;    
    padding: 10px 10px 10px 10px;
    border: 1px solid black;
    border-radius: 28px;
    margin: 10px 10px 10px 10px;
}

.model-box {
    border : 1px solid white;
    border-radius: 28px;
    color: white;
    text-decoration: none;
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 0px 0px;
}

.model-box:hover {
    background-color: #ee4700;
    border: 1px solid white;
    color: black;
}

.text-decoration-none:hover {
    text-decoration: none !important;
}

/*///////////////////////////////////////////////////////////////////////*/

.favourite-title {
    padding: 10px 10px 10px 10px;
    font-size: 24px;
    font-family: Cursive;
}

/*//////////////////////////////////////////////////////////////////////*/
.box-border {
    border: 1px solid #ee4700;
    border-radius: 28px;
}

.border-radius {
    border-radius: 28px;    
}

.border-radius-100 {
    border-radius: 100%;    
}

.border-radius-35 {
    border-radius: 35%;
}

.border-color-black {
    border: 1px solid black;
}

.border-color-white {
    border: 1px solid white;
}

.border-color-blue {
    border: 3px solid #0088cc;
}

.border-color-orange {
    border: 2px solid #ee4700;
}

.list-style-none {
    list-style-type: none;
}

.font-cursive {
    font-family: Cursive;
}

.box-border-fill {
    border: 1px solid #ee4700;
    border-radius: 28px;
    background-color: black;
}

.box-border-fill-white {
    border: 1px solid white;
    border-radius: 28px;
    background-color: black;
}

.box-border-fill-black {
    border: 1px solid black;
    border-radius: 28px;
    background-color: black;
}

.box-border-fill-blue {
    border: 1px solid #0088cc;
    border-radius: 28px;
    background-color: black;
}

.box-border-fill-red {
    border: 1px solid red;
    border-radius: 28px;
    background-color: black;
}

.box-border-black {
    border: 1px solid black;
    border-radius: 28px;    
}

.box-border-white {
    border: 1px solid white;
    border-radius: 28px;    
}

.action-comment-img {
    width: 18px;
    margin-right: 15px;
    cursor: pointer;
    text-decoration: none;
}

.comment-title {
    color: red;
    font-size: 28px;
    padding: 10px 10px 20px 10px;
}

.vertical-central {
    vertical-align: central;    
}

.vertical-bottom {
    vertical-align: bottom;    
}

.color-red {
    color : red;
}

.color-black {
    color : black;
}

.color-orange  {
    color : #ee4700;
}

.color-blue {
    color: #0088cc;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right !important;
}

.fl_none {
    float: none !important;
}

.empty {
    display: none;
}

.error-summary {
    color:red !important;
}

.error-summary > ul {
    list-style-type: none;
}

.padding10 {
    padding: 10px 10px 10px 10px;
}

.margin10{
    margin: 10px 10px 10px 10px;
}

.margin5{
    margin: 5px 5px 5px 5px;
}

.margin7{
    margin: 7px 7px 7px 7px;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: black !important;
    cursor: pointer;
}
.grid-view table.items tr.selected td {
    background: none !important;
}

.txt_center{
    text-align: center;
}

.height50 {
    height: 50px;
}

.height55 {
    height: 55px;
}

.height75 {
    height: 75px;
}

.height100 {
    height: 100px;
}

.height110 {
    height: 110px;
}

.height-180 {
    height: 180px;
}

.color_white {
    color: white;
}

.dsp-none {
    display: none;
}

.mt-10{
    margin-top: -10px;
}

.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20{
    margin-left: 20px;
}

.ml30{
    margin-left: 30px;
}

.mr10 {
    margin-right: 10px;
}


.mr20 {
    margin-right: 20px;
}

.width99{
    width: 99%;
}

.width98{
    width: 98%;
}

.width94 {
    width: 94%;
}

.width80 {
    width: 80%;
}

.width70 {
    width: 70%;
}

.width66 {
    width : 66%;
}

.width60 {
    width: 60%;
}

.width55 {
    width: 55%;
}

.width40 {
    width: 40%;
}

.width35 {
    width: 35%;
}

.width33 {
    width: 33%;
}

.width32 {
    width: 32%;
}

.width31 {
    width: 31%;
}

.width30 {
    width: 30%;
}

.width-25 {
    width: 25px;
}

.width-40 {
    width: 40px;
}

.width-220 {
    width: 220px;
}

.width-300 {
    width: 300px;
}

.max-width90 {
    max-width: 90px;
}

.min-width-220 {
    min-width: 220px;
}
.min-width300 {
    min-width: 300px;
}

.min-height130 {
    min-height: 130px;
}

.margin-right50 {
    margin-right: 50px;
}
.margin-center {
    margin: 0 auto;
}

.no-margin {
    margin: 0 0 0 0;
}

.pointer {
    cursor: pointer;
}

.background-white {
    background-color: white;
}

.background-black {
    background-color: black;
}

.letter-spacing1{
    letter-spacing: 1px;
}

.alert{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.font-14 {
    font-size: 14px;
}

.font-16{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-26 {
    font-size: 26px;
}

.font-32 {
    font-size: 32px;
}

.font-64 {
    font-size: 64px;
}

.text_left {
    text-align: left;
}

.max-height200 {
    max-height: 200px;
}