/* UBUNTU FONT */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700);

/* CLEARFIX */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* FIXED LIVECHAT */

.fixed-livechat {
    position: fixed;
    right: 10px;
    bottom: -134px;
    width: 212px;
    height: 175px;
    border-top: 3px solid rgba(0,0,0,0.2);
    border-right: 3px solid rgba(0,0,0,0.2);
    border-left: 3px solid rgba(0,0,0,0.2);
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.fixed-livechat:hover {
    bottom: 0;
}

/* TOP */

.top {
    background: #0e0e0e;
    border-bottom: 2px solid #000;
    border-top: 1px solid #000;
}

.top-content {
    width: 1200px;
    margin: 0 auto;
}

/* TOP - PROGRAM */

.top-program {
    float: left;
    border-left: 1px solid #181818;
    border-right: 1px solid #181818;
    padding: 5px 15px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-program:hover {
    background: #00b5ff;
}

.top-program:hover p {
    color: #fff;
}

.top-program p {
    font-weight: 300;
    font-size: 0.875em;
    color: #8c8c8c;
    margin-top: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-content .fa {
    margin-right: 10px;
}

/* TOP - PARERILE CLIENTILOR */

.top-pareri-clienti {
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #181818;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-pareri-clienti:hover {
    background: #00b5ff;
}

.top-pareri-clienti:hover a {
    color: #fff;
}

.top-pareri-clienti a {
    font-weight: 300;
    font-size: 0.875em;
    color: #8c8c8c;
    padding: 5px 15px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}


/* TOP - DESPRE NOI */

.top-despre-noi {
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #181818;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-despre-noi:hover {
    background: #00b5ff;
}

.top-despre-noi:hover a {
    color: #fff;
}

.top-despre-noi a {
    font-weight: 300;
    font-size: 0.875em;
    color: #8c8c8c;
    padding: 5px 15px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* TOP - LIVE CHAT */

.top-live-chat {
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #181818;
    padding: 5px 15px;
    height: 30px;
    cursor: pointer;
    background: #0a0a0a;
    width: 212px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}



/* TOP - SOCIAL BUTTONS STEAM */

.top-steam {
    float: right;
    border-right: 1px solid #181818;
    border-left: 1px solid #000;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-steam:hover {
    background: #5a7641;
}

.top-steam:hover .fa {
    color: #fff;
}

.top-steam a {
    padding: 5px 13px;
    display: block;
}

.top-steam .fa {
    font-size: 1.2em;
    color: #8c8c8c;
    margin-top: 5px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* TOP - SOCIAL BUTTONS TWITTER */

.top-twitter {
    float: right;
    border-right: 1px solid #181818;
    border-left: 1px solid #000;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-twitter:hover {
    background: #5ea9dd;
}

.top-twitter a {
    padding: 5px 13px;
    display: block;
}

.top-twitter:hover .fa {
    color: #fff;
}

.top-twitter .fa {
    font-size: 1.2em;
    color: #8c8c8c;
    margin-top: 5px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* TOP - SOCIAL BUTTONS FACEBOOK */

.top-facebook {
    float: right;
    border-right: 1px solid #181818;
    border-left: 1px solid #000;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-facebook:hover {
    background: #4b6baa;
}

.top-facebook:hover .fa {
    color: #fff;
}

.top-facebook a {
    padding: 5px 13px;
    display: block;
}

.top-facebook .fa {
    font-size: 1.2em;
    color: #8c8c8c;
    margin-top: 5px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* TOP - LOGIN CLIENTI */

.top-login-clienti {
    float: right;
    border-right: 1px solid #181818;
    border-left: 1px solid #000;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-login-clienti:hover {
    background: #00b5ff;
}

.top-login-clienti:hover a {
    color: #fff;
}

.top-login-clienti:hover .fa {
    color: #fff;
}

.top-login-clienti a {
    font-weight: 300;
    font-size: 0.875em;
    color: #8c8c8c;
    padding: 5px 15px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* TOP - CONTACT */

.top-contact {
    float: right;
    border-right: 1px solid #181818;
    border-left: 1px solid #000;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.top-contact:hover {
    background: #00b5ff;
}

.top-contact:hover a {
    color: #fff;
}

.top-contact:hover .fa {
    color: #fff;
}

.top-contact a {
    font-weight: 700;
    font-size: 0.875em;
    color: #8c8c8c;
    padding: 5px 15px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}



/* HEADER */

.header {
    height: 105px;
    background-image: url(../images/header-bg-gradient.png), url(../images/header-bg.jpg);
    background-position: top;
    background-repeat: repeat-x, repeat;
    border-top: 1px solid #292929;
    border-bottom: 2px solid #000;
}

/* FIXED HEADER */

.fixed-header {
    position: fixed;
    z-index: 900;
    width: 100%;
    background: url(../images/header-bg-transparent.png);
    top: 0;
    border-top: 0;
}

.header-content {
    width: 1200px;
    margin: 0 auto;
}

/* LOGO */

.logo {
    float: left;
    margin-top: 35px;
    cursor: pointer;
}

.logo img {
    width: 185px;
    height: 31px;
}

/* MAIN MENU */

.main-menu {
    float: right;
    overflow: hidden;
    height: 105px;
}

/* MAIN MENU - ACASA */

.main-menu a {
    font-weight: 400;
    font-size: 1.250em;
    color: #fff;
    float: right;
    text-align: center;
    height: 105px;
    padding: 0 15px;
    text-decoration: none;
    padding-top: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
}

.main-menu a:hover {
    background: rgba(255,255,255,0.05);
    border-bottom: 3px solid #00b7ff;
}

.main-menu a p:first-child {
    font-weight: 400;
    font-size: 1.250em;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 3px;
}

.main-menu a span {
    font-weight: 300;
    font-size: 0.600em;
    color: #888888;
    display: block;
    padding-top: 3px;
}

/* RIGHT ADD */

.right-add {
    position: fixed;
    width: 255px;
    height: 225px;
    right: 10px;
    bottom: 10px;
    border: 3px solid rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.right-add:hover .add-content {
    background-position: center;
}

.add-header {
    height: 73px;
    background: url(../images/header-bg.jpg);
    text-align: center;
    overflow: hidden;
    z-index: 1000;
}

.add-header p:first-child {
    font-weight: 700;
    font-size: 1.688em;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 10px;
}

.add-header p:nth-child(2) {
    font-weight: 300;
    font-size: 0.938em;
    color: #fff;
}

.add-content {
    overflow: hidden;
    background: url(../images/cs16reducere.jpg) no-repeat right;
    height: 152px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.add-content-price {
    width: 105px;
    height: 50px;
    background: rgba(0,0,0,0.8);
    float: left;
    margin-top: 85px;
    text-align: center;
}

.add-content-price p {
    font-weight: 700;
    font-size: 2.313em;
    color: #fff;
    line-height: 49px;
}

.add-content-price p span {
    font-weight: 300;
    font-size: 0.405em;
    color: #fff;
}

.add-content-btn {
    float: left;
    background: #00b5ff;
    margin-top: 85px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.add-content-btn:hover {
    background: #5a7641;
}

.add-content-btn img {
    padding: 13px 13px 14px 13px;
    width: 24px;
    height: 21px;
}