/* -------------- INDEX --------------- */

/* SLIDER */

.slider {
    border-bottom: 8px solid rgba(0,0,0,0.15);
}

/* MAIN CONTENT */

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

/* MAIN CONTENT - MAIN BOX */

.main-box {
    width: 745px;
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
}

/* MAIN BOX - GAMES SIDEBAR */

.games-sidebar {
    width: 222px;
    height: 100%;
    background: url(../images/header-bg.jpg);
    float: left;
}

/* GAMES SIDEBAR - GAME */

.games-sidebar-game {
    height: 95px;
    border-bottom: 1px solid #000;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 12px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
    background: -ms-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.games-sidebar-game:hover {
    background: -webkit-linear-gradient(bottom,rgba(0,183,255,0.1),rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom,rgba(0,183,255,0.1),rgba(0,0,0,0));
    background: -ms-linear-gradient(bottom,rgba(0,183,255,0.1),rgba(0,0,0,0));
}

.games-sidebar-game .thumbnail {
    float: left;
    border: 2px solid rgba(255,255,255,0.1);
    width: 61px;
    height: 61px;
}

.games-sidebar-order {
    float: left;
    margin-left: 10px;
}

.games-sidebar-order p {
    font-weight: 300;
    font-size: 0.875em;
    color: #fff;
    margin-top: 5px;
}

.games-sidebar-order .order-btn {
    border: 1px solid #0b4b66;
    overflow: hidden;
    margin-top: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.games-sidebar-order .order-btn:hover {
    border: 1px solid #00b7ff;
}

.games-sidebar-order .order-btn a {
    font-weight: 700;
    font-size: 0.750em;
    text-decoration: none;
    color: #fff;
    float: left;
    padding: 8px 12px;
}

.games-sidebar-order .order-btn img {
    margin-right: 10px;
}

/* GAMES SIDEBAR - VEZI BTN */

.vezi-toate-jocurile {
    text-align: center;
}

.vezi-toate-jocurile a {
    font-weight: 700;
    color: #fff;
    font-size: 0.875em;
    text-decoration: none;
    padding: 12px 0;
    background: #00b7ff;
    border: 1px solid #00b7ff;
    text-align: center;
    display: block;
    margin: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.vezi-toate-jocurile a:hover {
    background: #639536;
    color: #fff;		border: 1px solid #639536;
}

.vezi-toate-jocurile a .fa {
    margin-right: 15px;
}

/* SOCIAL BUTTONS LEFT */

.social-buttons-left {
    width: 70px;
    height: 160px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    margin-left: -88px;
    padding: 12px;
    box-sizing: border-box;
    float: left;
}

.social-buttons-left iframe {
    margin-bottom: 5px;
    width: 50px;
}

/* MAIN BOX DESCRIPTION */

.main-box .description {
    float: left;
    margin-left: 25px;
    width: 65%;
}

.main-box .description h1 {
    font-weight: 700;
    font-size: 1.375em;
    color: #00b5ff;
    margin-bottom: 5px;
}

.main-box .description p:nth-child(2) {
    font-weight: 300;
    font-size: 0.938em;
    color: #272727;
    margin-bottom: 14px;
}

.main-box .description .separator {
    height: 6px;
    background: url(../images/body-bg.jpg);
    width: 100%;
}

.main-box .description p:nth-child(4) {
    font-weight: 300;
    font-size: 0.875em;
    color: #272727;
    line-height: 18px;
    margin-top: 15px;
}

.main-box .description p:nth-child(5) {
    font-weight: 300;
    font-size: 0.875em;
    color: #272727;
    line-height: 18px;
    margin-top: 15px;
}

.main-box .description p:nth-child(6) {
    font-weight: 300;
    font-size: 0.875em;
    font-style: italic;
    color: #272727;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* MAIN BOX DESCRIPTION - CONTACT */

.description-contact {
    background: #f7f7f7;
    padding: 10px 0 10px 10px;
    margin-top: 5px;
    border: 1px solid #f7f7f7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.description-contact:hover {
    background: #fff;
    border: 1px solid #dadada;
}

.description-cntact p {
    font-weight: 300;
    font-size: 1em;
    color: #272727;
}

.description-contact span {
    font-weight: 700;
    margin-left: 15px;
}

.description-contact .fa {
    color: #00b5ff;
    margin-right: 15px;
    font-size: 1.3em;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}


/* MAIN CONTENT - SIDEBAR RIGHT */

.main-content-sidebar {
    width: 440px;
    float: right;
    margin-top: 25px;
}

/* SIDEBAR RIGHT - NEW GAME */

.new-game {
    height: 185px;
    background: url(../images/header-bg.jpg);
    box-sizing: border-box;
    border-right: 1px solid #00b7ff;
    border-left: 1px solid #00b7ff;
    border-bottom: 1px solid #00b7ff;
    border-top: 3px solid #00b7ff;
}

.new-game-head {
    height: 27px;
    background-color: #000;
    background-image: url(../images/new-ribbon.png);
    background-position: right 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 11px 0 0 15px;
}

.new-game-head p:first-child {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    float: left;
}

.new-game-head p:nth-child(2) {
    font-weight: 700;
    font-size: 1.125em;
    color: #fff;
    float: right;
    margin-right: 10px;
    margin-top: -4px;
}

.new-game-head .fa {
    margin-right: 15px;
    color: #00b5ff;
}

.new-game .game-img {
    width: 220px;
    height: 125px;
    display: block;
    float: left;
    margin: 7px 12px 7px 7px;
}

.new-game p:nth-child(3) {
    font-weight: 300;
    font-size: 0.875em;
    color: #8c8c8c;
    margin: 10px 0 3px 0;
    float: left;
}

.new-game p:nth-child(4) {
    font-weight: 700;
    font-size: 1.125em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
}

.new-game p:nth-child(5) {
    font-weight: 300;
    font-size: 0.813em;
    color: #9f9f9f;
    float: left;
}

/* NEW GAME - PRICE */

.new-game-price {
    border: 1px solid #212628;
    background: #121212;
    float: left;
    padding: 10px 28px;
    margin-top: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.new-game:hover .new-game-price {
    border: 1px solid #535353; 
}

.new-game-price p {
    font-weight: 700;
    font-size: 1.875em;
    color: #fff;
}

.new-game-price span {
    font-weight: 300;
    font-size: 0.533em;
}

.new-game-order {
    float: left;
    background: #00b5ff;
    margin-top: 13px;
    margin-left: 5px;
    border: 1px solid #00b5ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.new-game-order:hover {
    background: #639536;
    border: 1px solid #639536;
}

.new-game-order img {
    padding: 12px 15px;
}

/* HOSTED SERVERS */

.hosted-servers {
    height: 285px;
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 15px;
}

.hosted-servers-head {
    margin-bottom: 12px;
}

.hosted-servers-head .fa {
    padding: 8px 10px;
    background: #00b5ff;
    color: #fff;
    font-size: 1.3em;
    margin: 0 10px 0 -15px;
    float: left;
}

.hosted-servers-title {
    float: left;
}

.hosted-servers-title p:first-child {
    font-weight: 700;
    color: #00b5ff;
    font-size: 1.125em;
    margin-bottom: 3px;
}

.hosted-servers-title p:nth-child(2) {
    font-weight: 300;
    font-size: 0.875em;
    color: #404040;
}

.total-servers {
    float: right;
}

.total-servers p {
    font-weight: 700;
    font-size: 0.875em;
    color: #00b5ff;
    padding: 10px 8px;
    border: 1px solid #dfdfdf;
}

.total-servers .fa {
    color: #505050;
    margin-right: 10px;
    margin-left: 0;
    background: none;
    padding: 0;
    vertical-align: middle;
    font-size: 1em;
}

/* SERVERS LIST */

.server-details {
    height: 40px;
    background: #fff;
    border: 1px solid #dadada;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.server-details:hover {
    border: 1px solid #00b5ff;
}

/* SERVERS LIST - GAME ICON */

.game-icon {
    float: left;
    margin-right: 5px;
}

/* SERVERS LIST - GAME IP */

.game-ip {
    width: 165px;
    height: 17px;
    background: url(../images/body-bg-transparent.png);
    float: left;
    padding: 5px 0 5px 10px;
}

.game-ip p {
    font-weight: 700;
    font-size: 1em;
    color: #272727;
}

/* SERVERS LIST - GAME PLAYERS */

.game-players {
    height: 17px;
    background: url(../images/body-bg-transparent.png);
    float: left;
    padding: 5px 12px;
    border-left: 1px solid #e9e9e9;
}

.game-players p {
    font-weight: 700;
    font-size: 1em;
    color: #00b5ff;
}

/* SERVERS LIST - CONECTEARE */

.game-connect {
    float: left;
}

.game-connect a {
    font-weight: 700;
    font-size: 0.750em;
    color: #fff;
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    background: #1d1d1d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.game-connect a:hover {
    background: #639536;
}

.game-connect a:hover .fa {
    color: #fff;
}

.game-connect .fa {
    margin-right: 15px;
    color: #00b5ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* HOSTED SERVERS - VEZI LISTA */

.vezi-lista {
    margin-top: 11px;
    text-align: center;
}

.vezi-lista a {
    font-weight: 300;
    font-size: 0.875em;
    color: #00b5ff;
    text-decoration: underline;
}

.vezi-lista a:hover {
    color: #008ec7;
}



/* PROMOTIE */

.promotie {
    clear: both;
    height: 90px;
    background-image: url(../images/promotie-bg.png),url(../images/header-bg.jpg);
    background-position: right;
    background-repeat: no-repeat, repeat;
    box-sizing: border-box;
    border-left: 6px solid #00b5ff;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.promotie:hover {
    border-left: 10px solid #00b5ff;
}

.promotie:hover .pret-promotie {
    border: 1px solid #00b5ff;
}

/* TEXT PROMOTIE */

.text-promotie {
    margin-left: 20px;
    float: left;
}

.text-promotie p:first-child {
    font-weight: 700;
    font-size: 2.250em;
    color: #e7d51d;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}

.text-promotie p:nth-child(2) {
    font-weight: 300;
    font-size: 1.250em;
    color: #fff;
}

/* COMANDA BTN PROMOTIE */

.promotie-btn {
    float: right;
    margin: 20px;
}

.promotie-btn a {
    font-weight: 700;
    font-size: 1.438em;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    background: #639536;
    border: 1px solid #639536;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.promotie-btn a:hover {
    border: 1px solid #00b5ff;
    background: rgba(0,0,0,0.7);
}

.promotie-btn a img {
    width: 22px;
    height: 18px;
    margin-right: 15px;
}


/* PRET PROMOTIE */

.reducere-promotie {
    width: 85px;
    height: 59px;
    float: right;
    background: #00b5ff;
    text-align: center;
    margin-right: 215px;
    margin-top: 15px;
}

.reducere-promotie p {
    font-weight: 700;
    font-size: 1.750em;
    color: #fff;
    margin-top: 15px;
}

.pret-promotie {
    width: 155px;
    height: 57px;
    float: right;
    text-align: center;
    border: 1px solid #363636;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.pret-promotie p {
    font-weight: 700;
    font-size: 3.125em;
    color: #fff;
}

.pret-promotie p span {
    font-weight: 300;
    font-size: 0.360em;
    color: #fff;
}

/* -------------- DESPRE HOSTPIXEL --------------- */

/* DE CE HOSTPIXEL */

.de-ce-hostpixel {
    height: 344px;
    background-image: url(../images/about-bg.png), url(../images/header-bg.jpg);
    background-position: center;
    background-repeat: no-repeat, repeat;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    margin-bottom: 40px;
}

.de-ce-hostpixel-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


/* DE CE HOSTPIXEL - FEATURES */

.hostpixel-features {
    float: left;
}

.hostpixel-features h2 {
    font-weight: 300;
    font-size: 1.750em;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 30px;
}

.hostpixel-features h2 span {
    font-weight: 700;
}

.hostpixel-features .h2subtitle {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin-bottom: 30px;
}

/* DE CE HOSTPIXEL - FEATURES LIST */

.features-list {
    width: 520px;
    height: 43px;
    border: 1px solid #5a5a5b;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.features-list:hover {
    border: 1px solid #909090;
}

.feature-icon {
    width: 43px;
    height: 43px;
    float: left;
    background: rgba(0,0,0,0.4);
    text-align: center;
    margin-right: 20px;
}

.feature-icon .fa {
    color: #00b5ff;
    font-size: 1.4em;
    line-height: 43px;
}

.feature-text {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin-top: 12px;
    float: left;
}

.feature-text-info {
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    margin-top: 12px;
    margin-right: 15px;
    float: right;
}


/* HOSTPIXEL REVIEWS */

.hostpixel-reviews {
    float: right;
}

.reviews-title {
    font-weight: 300;
    font-size: 1.750em;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 30px;
}

.reviews-title span {
    font-weight: 700;
}

.reviews-subtitle {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin-bottom: 30px;
}

.review {
    width: 590px;
    height: 95px;
    border: 1px solid #5a5a5b;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.review:hover {
    border: 1px solid #909090;
}

/* REVIEW HEADER */

.review-header {
    background: rgba(0,0,0,0.5);
    height: 34px;
    overflow: hidden;
}

.review-header p span {
    font-size: 1.143em;
    font-weight: 700;
    color: #00b5ff;
}

.review-header p {
    font-weight: 300;
    font-size: 0.875em;
    color: #fff;
    margin: 7px 0 0 10px;
    float: left;
}

.rating {
    float: right;
    margin: 8px 10px 0 0;
}

.rating .fa {
    color: #00b5ff;
    margin-right: 3px;
}

/* REVIEW CONTENT */

.review-content {
    padding: 13px 15px;
}

.review-content p {
    font-weight: 300;
    font-size: 0.875em;
    color: #b4b4b4;
    font-style: italic;
}

/* -------------- BOTTOM --------------- */

/* BOTTOM INFO */

.bottom-info {
    margin-bottom: 40px;
}

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

/* BOTTOM INFO - GAMECP */

.gamecp {
    width: 285px;
    height: 255px;
    background: #00b5ff;
    box-shadow: 0px 0px 3px #bababa;
    margin-bottom: 40px;
    margin-right: 20px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
}

.gamecp img {
    width: 32px;
    height: 35px;
    float: left;
}

.gamecp-header {
    overflow: hidden;
}

.gamecp-header-text {
    float: left;
    margin-left: 15px;
}

.gamecp-header-text p:first-child {
    font-weight: 700;
    font-size: 1.500em;
    color: #fff;
}

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

.gamecp-content {
    overflow: hidden;
    margin-top: 15px;
}

.gamecp-content li {
    border: 1px solid #5acfff;
    padding: 10px;
    font-weight: 300;
    font-size: 0.938em;
    color: #fff;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.gamecp-content li:hover {
    border: 1px solid #9fe3ff;
}

.gamecp-content li .fa {
    color: #90dfff;
    margin-right: 10px;
}

.gamecp a {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    padding: 13px 15px;
    display: block;
    background: #009bdb;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.gamecp a:hover {
    background: #0077a8;
}


/* ANUNTURI RECENTE */

.anunturi-recente {
    width: 438px;
    height: 255px;
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    float: left;
    padding: 15px 18px 18px 18px;
    box-sizing: border-box;
}

.anunturi-recente-title {
    font-weight: 700;
    font-size: 1.125em;
    color: #00b5ff;
    margin-bottom: 10px;
}

.title-separator {
    height: 6px;
    background: url(../images/body-bg.jpg);
    clear: both;
}

.anunt-content {
    margin-top: 15px;
    overflow: hidden;
}

.anunt-content:hover {
    background: #f8f8f8;
}

.anunt-content a {
    font-weight: 700;
    font-size: 0.938em;
    color: #4c4d4d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.anunt-content a:hover {
    color: #00b5ff;
}

.anunt-content-text {
    margin-top: 10px;
}

.anunt-content-text p {
    font-weight: 300;
    font-size: 0.875em;
    color: #4c4d4d;
    line-height: 17px;
}


/* METODE DE PLATA */

.metode-de-plata {
    width: 440px;
    height: 255px;
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    float: right;
    padding: 15px 18px 18px 18px;
    box-sizing: border-box;
}

.metode-plata-title {
    font-weight: 700;
    font-size: 1.125em;
    color: #00b5ff;
    margin-bottom: 4px;
}

.metode-plata-subtitle {
    font-weight: 300;
    font-size: 0.875em;
    color: #404040;
}

.payment {
    border: 1px solid #dcdcdc;
    padding: 8px 10px;
    height: 36px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 7px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.payment:hover {
    border: 1px solid #00b5ff;
}

.payment span {
    font-weight: 700;
    font-size: 1.143em;
    color: #232323;
}

.payment p {
    font-weight: 300;
    font-size: 0.875em;
    color: #232323;
    float: left;
    margin-left: 45px;
}

.payment img {
    float: right;
}

.sms {
    margin-top: 20px;
}

/* BEFORE */

.sms:before {
    font-family: "FontAwesome";
    content: "\f10b";
    background: #00b5ff;
    display: block;
    position: absolute;
    font-size: 1.7em;
    line-height: 23px;
    color: #fff;
    padding: 6px 10px 7px 10px;
    left: 0;
    top: 0;
    width: 22px;
    height: 23px;
    text-align: center;
}

.card:before {
    font-family: "FontAwesome";
    content: "\f1f0";
    background: #00b5ff;
    display: block;
    position: absolute;
    font-size: 1.1em;
    line-height: 23px;
    color: #fff;
    padding: 6px 10px 7px 10px;
    left: 0;
    top: 0;
    width: 22px;
    height: 23px;
    text-align: center;
}

.paypal:before {
    font-family: "FontAwesome";
    content: "\f1ed";
    background: #00b5ff;
    display: block;
    position: absolute;
    font-size: 1.3em;
    line-height: 24px;
    color: #fff;
    padding: 6px 10px 7px 10px;
    left: 0;
    top: 0;
    width: 22px;
    height: 23px;
    text-align: center;
}

.transfer-bancar:before {
    font-family: "FontAwesome";
    content: "\f19c";
    background: #00b5ff;
    display: block;
    position: absolute;
    font-size: 1.1em;
    line-height: 23px;
    color: #fff;
    padding: 6px 10px 7px 10px;
    left: 0;
    top: 0;
    width: 22px;
    height: 23px;
    text-align: center;
}

/* BOTTOM TEXT */

.bottom-text {
    text-align: center;
    clear: both;
}

.bottom-text p:first-child {
    font-weight: 400;
    font-size: 1.500em;
    color: #2f2f2f;
    margin-bottom: 3px;
}

.bottom-text p:nth-child(2) {
    font-weight: 400;
    font-size: 0.875em;
    color: #2f2f2f;
}


/* -------------- GAZDUIRE JOCURI --------------- */

/* SUBHEAD */

.subhead {
    height: 235px;
    border-bottom: 8px solid rgba(0,0,0,0.15);
    background: url(../images/subhead-bg.jpg) repeat-x;
}

.subhead-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.subhead-content-info {
    height: 100px;
    background: url(../images/subheadinfo-bg.png);
    margin-top: 65px;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.subhead-content-info h1 {
    font-weight: 700;
    font-size: 2.3em;
    color: #fff;
}

.subhead-content-info h2 {
    font-weight: 300;
    font-size: 1em;
    color: #00b5ff;
    margin-top: 5px;
}

/* OFERTE */

.oferte {
    height: 226px;
    background: url(../images/header-bg.jpg);
    margin-bottom: 20px;
}

.oferte-header {
    height: 50px;
    background: #0d0d0d;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    padding: 15px;
}

.oferte-header h4 {
    font-weight: 700;
    font-size: 1.250em;
    color: #e7d51d;
}

.oferte-header h4 .fa {
    margin-right: 15px;
    color: #fff;
}

/* OFERTE - CONTENT*/

.oferte-content {
    background: url(../images/oferte-bg.png) right no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,0.06);
    height: 177px;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.oferte:hover .oferte-content {
    background-position: right -10px top 0;
}

.oferte-content p:first-child {
    font-weight: 700;
    font-size: 1.688em;
    color: #fff;
}

.oferte-content p:nth-child(2) {
    font-weight: 300;
    font-size: 0.938em;
    color: #fff;
    margin-top: 5px;
}

/* OFERTE - CONTENT PRET */

.oferte-pret {
    background: rgba(0,0,0,0.5);
    margin-top: 20px;
    height: 50px;
    float: left;
    padding: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

.oferte-pret p:first-child {
    font-weight: 700;
    font-size: 2.3em;
    color: #fff;
    float: left;
    margin: 0 15px 0 10px;
}

.oferte-pret a {
    display: block;
    background: #00b5ff;
    font-weight: 700;
    font-size: 1.063em;
    color: #fff;
    padding: 9px 15px;
    text-decoration: none;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.oferte-pret a:hover {
    background: #639536;
}

.oferte-pret a img {
    width: 22px;
    height: 19px;
    margin-right: 15px;
    vertical-align: middle;
    float: left;
}

/* HOSTED SERVERS */

.hosted-servers {
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    box-sizing: border-box;
    padding: 15px;
}

.hosted-servers-head {
    margin-bottom: 12px;
}

.hosted-servers-head .fa {
    padding: 8px 10px;
    background: #00b5ff;
    color: #fff;
    font-size: 1.3em;
    margin: 0 10px 0 -15px;
    float: left;
}

.hosted-servers-title {
    float: left;
}

.hosted-servers-title p:first-child {
    font-weight: 700;
    color: #00b5ff;
    font-size: 1.125em;
    margin-bottom: 3px;
}

.hosted-servers-title p:nth-child(2) {
    font-weight: 300;
    font-size: 0.875em;
    color: #404040;
}

.total-servers {
    float: right;
}

.total-servers p {
    font-weight: 700;
    font-size: 0.875em;
    color: #00b5ff;
    padding: 10px 8px;
    border: 1px solid #dfdfdf;
}

.total-servers .fa {
    color: #505050;
    margin-right: 10px;
    margin-left: 0;
    background: none;
    padding: 0;
    vertical-align: middle;
    font-size: 1em;
}

/* SERVERS LIST */

.server-details {
    height: 40px;
    background: #fff;
    border: 1px solid #dadada;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.server-details:hover {
    border: 1px solid #00b5ff;
}

/* SERVERS LIST - GAME ICON */

.game-icon {
    float: left;
    margin-right: 5px;
}

/* SERVERS LIST - GAME IP */

.game-ip {
    width: 165px;
    height: 17px;
    background: url(../images/body-bg-transparent.png);
    float: left;
    padding: 5px 0 5px 10px;
}

.game-ip p {
    font-weight: 700;
    font-size: 1em;
    color: #272727;
}

/* SERVERS LIST - GAME PLAYERS */

.game-players {
    height: 17px;
    background: url(../images/body-bg-transparent.png);
    float: left;
    padding: 5px 12px;
    border-left: 1px solid #e9e9e9;
}

.game-players p {
    font-weight: 700;
    font-size: 1em;
    color: #00b5ff;
}

/* SERVERS LIST - CONECTEARE */

.game-connect {
    float: left;
}

.game-connect a {
    font-weight: 700;
    font-size: 0.750em;
    color: #fff;
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    background: #1d1d1d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.game-connect a:hover {
    background: #639536;
}

.game-connect a:hover .fa {
    color: #fff;
}

.game-connect .fa {
    margin-right: 15px;
    color: #00b5ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* HOSTED SERVERS - VEZI LISTA */

.vezi-lista {
    margin-top: 11px;
    text-align: center;
}

.vezi-lista a {
    font-weight: 300;
    font-size: 0.875em;
    color: #00b5ff;
    text-decoration: underline;
}

.vezi-lista a:hover {
    color: #008ec7;
}


/* CERE JOC */

.cere-joc {
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.cere-joc p:first-child {
    font-weight: 700;
    font-size: 1.188em;
    color: #313131;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cere-joc p:nth-child(2) {
    font-weight: 300;
    font-size: 0.875em;
    color: #313131;
    margin-bottom: 20px;
}

.cere-joc a {
    font-weight: 700;
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
    background: #639536;
    padding: 10px 15px;
    margin-bottom: 12px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.cere-joc a:hover {
    background: #00b5ff;
}

.cere-joc a .fa {
    margin-right: 15px;
}

/* GAMES */

.game {
    border: 1px solid #d8d8d8;
    padding: 6px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.game:hover {
    border: 1px solid #00b5ff;
    background: #171717;
}

/* GAMES - IMG */

.game-img {
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.game-img img {
    width: 134px;
    height: 63px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.game:hover .game-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* GAMES - INFO*/

.game-info {
    float: left;
    margin-top: 13px;
}

.game-info p:first-child {
    font-weight: 700;
    font-size: 1.250em;
    color: #00b5ff;
    margin-bottom: 3px;
}

.game-info p:nth-child(2) {
    font-weight: 300;
    font-size: 0.875em;
    color: #262626;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.game:hover p:nth-child(2) {
    color: #fff;
}

/* GAMES - PRICE */

.game-price {
    float: right;
    overflow: hidden;
    background: #2e2e2e;
    height: 40px;
    margin: 12px 12px 0 0;
    text-align: center;
}

.game-price p {
    font-weight: 700;
    font-size: 1.500em;
    color: #fff;
    float: left;
    padding: 9px 20px;
}

.game-price p span {
    font-weight: 300;
    font-size: 0.583em;
}

.game-price a {
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    background: #00b5ff;
    display: inline-block;
    float: left;
    text-decoration: none;
    padding: 12px 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.game:hover .game-price a {
    background: #639536;
}

.game-price a img {
    float: left;
    display: inline-block;
    margin-right: 15px;
    width: 21px;
    height: 17px;
}


/* -------------- GAZDUIRE JOCURI CS 16 --------------- */

/* SUBHEAD CS 1.6 */

.subhead-cs16 {
    background: url(../images/subhead-bg-cs16.jpg) repeat-x;
}

.game-hosting-plans {
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

/* GAME FEATURES */

.game-features {
    width: 245px;
    height: 610px;
    float: left;
    background: url(../images/header-bg.jpg);
    overflow: hidden;
    box-sizing: border-box;
}

/* GAME FEATURES - Soecificatii tehnice */

.specificatii-tehnice {
    border-bottom: 1px solid #000;
    height: 90px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
}

.specificatii-tehnice p {
    font-weight: 700;
    font-size: 0.875em;
    color: #00b5ff;
}

.specificatii-tehnice p .fa {
    margin-right: 20px;
    color: #fff;
    font-size: 1.5em;
    vertical-align: middle;
}

/* GAME FEATURES - Game-features */

.game-feature li {
    font-weight: 300;
    font-size: 0.875em;
    color: #fff;
    padding: 15px;
    border-top: 1px solid #1c1b1b;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.game-feature li:hover {
    background: #171717;
    border-left: 5px solid #00b5ff;
}

.game-feature li .fa {
    margin-right: 20px;
    color: #00b5ff;
    width: 20px;
    text-align: center;
    margin-left: 10px;
}

/* GAME FEATURES - Comanda acum */

.comanda-acum {
    border-top: 1px solid #1c1b1b;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}

.comanda-acum p {
    font-weight: 700;
    font-size: 0.875em;
    color: #fff;
}

/* HOSTING PLAN */

.hosting-plan {
    width: 220px;
    border: 1px solid #e6e6e6;
    float: left;
    margin-left: 11px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

.hosting-plan:hover {
    border: 1px solid #00b5ff; 
    background-image: url(../images/plan-bg-cs16.png),url(../images/header-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat, repeat;
}

.hosting-plan:hover .plan-comanda a {
    background: #639536;
}

.hosting-plan:hover .plan-features li {
    color: #fff;
    background: rgba(29, 29, 29, 0.5);
}

.hosting-plan:hover .plan-features li:hover {
    background: #222;
}

/* HOSTING PLAN - Plan price */

.plan-price {
    height: 83px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
}

.plan-price p {
    font-weight: 700;
    font-size: 2.813em;
    color: #00b5ff;
}

.plan-price p span {
    font-weight: 300;
    font-size: 0.400em;
}

/* HOSTING PLAN - Features */

.plan-features li {
    font-weight: 700;
    font-size: 0.875em;
    color: #494949;
    text-align: center;
    padding: 13px;
    margin-bottom: 6px;
    list-style-type: none;
    background: url(../images/body-bg-transparent.png);
}

.plan-features li .fa {
    color: #5bbd19;
}

/* HOSTING PLAN - Comanda */

.plan-comanda {
    margin-top: 10px;
    text-align: center;
}

.plan-comanda a {
    font-weight: 700;
    font-size: 0.875em;
    color: #fff;
    padding: 14px;
    display: block;
    background: #00b5ff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.plan-comanda a:hover {
    background: #639536;
}

.plan-comanda a .fa {
    margin-right: 20px;
}

/* -------------- GAZDUIRE JOCURI CS GO --------------- */

/* SUBHEAD CS GO */

.subhead-csgo {
    background: url(../images/subhead-bg-csgo.jpg) repeat-x;
}

/* -------------- GAZDUIRE JOCURI CS SOURCE --------------- */

/* SUBHEAD CS SOURCE */

.subhead-cssource {
    background: url(../images/subhead-bg-cssource.jpg) repeat-x;
}

/* -------------- GAZDUIRE JOCURI CS CZERO --------------- */

/* SUBHEAD CS CZERO */

.subhead-csczero {
    background: url(../images/subhead-bg-csczero.jpg) repeat-x;
}

/* -------------- GAZDUIRE JOCURI CS HALF LIFE --------------- */

/* SUBHEAD HALFLIFE */

.subhead-hl {
    background: url(../images/subhead-bg-hl.jpg) repeat-x;
}

/* -------------- GAZDUIRE JOCURI SAMP --------------- */

/* SUBHEAD SAMP */

.subhead-samp {
    background: url(../images/subhead-bg-samp.jpg) repeat-x;
}


/* -------------- CONTACT --------------- */

/* SUBHEAD CONTACT */

.subhead-contact {
    height: 168px;
    background: url(../images/subhead-bg-contact.jpg);
    border-bottom: 2px solid #000;
    overflow: hidden;
}

.subhead-info-contact {
    height: 76px;
    background-image: url(../images/subhead-icon.png);
    background-position: left;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.7);
    margin-top: 48px;
    padding: 10px 0 0 90px;
    box-sizing: border-box;
}

.subhead-title {
    float: left;
    overflow: hidden;
}

.subhead-info-contact .title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 1.938em;
    color: #fff;
}

.subhead-info-contact .subtitle {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin-top: 5px;
}

.subhead-info-contact a {
    display: block;
    float: right;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    background: #00b5ff;
    padding: 10px 20px;
    margin-right: 20px;
    margin-top: 10px;
    border: 1px solid #00b5ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.subhead-info-contact a:hover {
    background: #639536;
    border: 1px solid #639536;
}

.subhead-info-contact a .fa {
    margin-right: 15px;
}

/* SIDEBAR RIGHT - CONTACT DETAILS */

.contact-details {
    height: 340px;
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    box-sizing: border-box;
    padding: 15px;
}

.contact-details-head {
    margin-bottom: 12px;
}

.contact-details-head .fa {
    padding: 10px;
    background: #00b5ff;
    color: #fff;
    font-size: 1em;
    margin: 0 10px 0 -15px;
    float: left;
}

.contact-details-title {
    float: left;
}

.contact-details-title p:first-child {
    font-weight: 700;
    color: #00b5ff;
    font-size: 1.125em;
    margin-bottom: 3px;
}

.contact-details-title p:nth-child(2) {
    font-weight: 300;
    font-size: 0.875em;
    color: #404040;
}

.contact-details-contacts {
    margin-top: 20px;
}

.departament {
    border: 1px solid #dedede;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.departament:hover {
    border: 1px solid #00b5ff;
}

.departament:hover p:nth-child(2) {
    color: #639536;
}

.departament p:first-child {
    float: left;
    font-weight: 300;
    font-size: 0.875em;
    color: #404040;
}

.departament p .fa {
    margin-right: 15px;
    color: #00b5ff;
    width: 15px;
    text-align: center;
}

.departament p:nth-child(2) {
    float: right;
    font-weight: 700;
    font-size: 0.875em;
    color: #404040;
}

/* SIDEBAR RIGHT - INFORMATII SOCIETATE COMERCIALA */

.societate-comerciala {
    background: #fff;
    box-shadow: 0px 0px 3px #bababa;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 15px;
}

.societate-comerciala-head {
    margin-bottom: 12px;
}

.societate-comerciala-head .fa {
    padding: 10px;
    background: #00b5ff;
    color: #fff;
    font-size: 1em;
    margin: 0 10px 0 -15px;
    float: left;
}

.societate-comerciala-title {
    float: left;
}

.societate-comerciala-title p:first-child {
    font-weight: 700;
    color: #00b5ff;
    font-size: 1.125em;
    margin-bottom: 3px;
}

.societate-comerciala-title p:nth-child(2) {
    font-weight: 300;
    font-size: 0.875em;
    color: #404040;
}

.societate-comerciala-info {
    margin-top: 20px;
}

.info-com {
    border: 1px solid #dedede;
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.info-com:hover {
    border: 1px solid #00b5ff;
}

.info-com:hover p:nth-child(2) {
    color: #639536;
}

.info-com p:first-child {
    float: left;
    font-weight: 300;
    font-size: 0.875em;
    color: #404040;
}

.info-com p .fa {
    margin-right: 15px;
    color: #00b5ff;
    width: 15px;
    text-align: center;
}

.info-com p:nth-child(2) {
    float: right;
    font-weight: 700;
    font-size: 0.875em;
    color: #404040;
}

/* FORM */

.mesaj-succes {
  font-weight: 300;
  font-size: 1em;
  color: #fff;
  background: #639536;
  padding: 10px;
  margin-bottom: 10px;
}

.mesaj-succes .fa {
  margin-right: 15px;
  color: #fff;
}

.left-fields {
    float: left;
    width: 49%;
    margin-bottom: 10px;
}

.right-fields {
    float: right;
    width: 49%;
    margin-bottom: 10px;
}

.message {
    clear: both;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    box-shadow: inset 0px 0px 6px #cfcfcf;
    font-size: 1em;
    font-weight: 400;
    color: #404040;
    width: 100%;
    border: 1px solid #fff;
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover {
    border: 1px solid #00b5ff;
}

textarea {
    width: 100%;
    height: 160px;
    font-size: 1em;
    font-weight: 400;
    color: #404040;
    box-sizing: border-box;
    border: 1px solid #fff;
    box-shadow: inset 0px 0px 6px #cfcfcf;
    max-width: 100%;
    max-height: 160px;
    padding: 10px 10px 10px 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

textarea:hover {
    border: 1px solid #00b5ff;
}

.message {
    position: relative;
}

.message:before {
    font-family: "FontAwesome";
    content: "\f044";
    color: #009ffb;
    padding: 5px;
    width: 30px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    font-size: 1.125em;
    display: inline-block;
    position: absolute;
}

:-moz-placeholder {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #b5b5b5;
}
::-moz-placeholder {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #b5b5b5;
}
::-webkit-input-placeholder {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #b5b5b5;
}
:-ms-input-placeholder {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #b5b5b5;
}

/* FIELD TEXT */

.left-fields .field-text {
    position: relative;
}

.left-fields .field-text:before {
    font-family: "FontAwesome";
    content: "\f007";
    color: #009ffb;
    padding: 5px;
    width: 30px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    font-size: 1.125em;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}

.left-fields .field-text:hover:before {
    content: "\f044";
}

/* FIELD EMAIL */

.left-fields .field-email {
    position: relative;
}

.left-fields .field-email:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    color: #009ffb;
    padding: 5px;
    width: 30px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    font-size: 1.125em;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}

.left-fields .field-email:hover:before {
    content: "\f044";
}

/* FIELD TEL */

.right-fields .field-tel {
    position: relative;
}

.right-fields .field-tel:before {
    font-family: "FontAwesome";
    content: "\f095";
    color: #009ffb;
    padding: 5px;
    width: 30px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    font-size: 1.125em;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}

.right-fields .field-tel:hover:before {
    content: "\f044";
}

/* FIELD URL */

.right-fields .field-url {
    position: relative;
}

.right-fields .field-url:before {
    font-family: "FontAwesome";
    content: "\f0ac";
    color: #009ffb;
    padding: 5px;
    width: 30px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    font-size: 1.125em;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}

.right-fields .field-url:hover:before {
    content: "\f044";
}

/* SEND BTN */

.send-btn {
    margin-top: 10px;
}

input[type="submit"] {
    width: 100%;
    font-weight: 700;
    font-size: 0.875em;
    color: #fff;
    background: #639536;
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

input[type="submit"]:hover {
    background: #00b5ff;
}

/* INFO BANCA */

.info-banca {
    margin-top: 15px;
    overflow: hidden;
}

.ing-bank {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.ing-bank:hover {
    border: 1px solid #1c2f69;
}

.info-banca img {
    display: block;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.info-banca p {
    font-weight: 300;
    font-size: 1em;
    color: #404040;
    margin-bottom: 7px;
}

.raiffeisen-bank {
    float: right;
    width: 345px;
    height: 155px;
    border: 1px solid #dedede;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.raiffeisen-bank:hover {
    border: 1px solid #fcf403;
}

.notice {
    margin-top: 30px;
}

.notice p {
    font-weight: 300;
    font-size: 0.875em;
    color: #404040;
    margin-bottom: 8px;
    line-height: 16px;
}

.notice-separator {
    height: 10px;
    background: url(../images/body-bg.jpg);
    margin-top: 29px;
}

/* -------------- ERROR PAGES --------------- */

.error-main-content {
  margin: 140px auto;
  width: 1200px;
  box-shadow: 0px 0px 3px #bababa;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
}

.error-main-content p:first-child {
  font-size: 9.063em;
  font-weight: 700;
  color: #00b5ff;
  line-height: 100px;
  margin-bottom: 20px;
}

.error-main-content p:nth-child(2) {
  font-size: 1.563em;
  font-weight: 700;
  color: #404040;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.error-main-content p:nth-child(3) {
  font-size: 1em;
  font-weight: 300;
  color: #404040;
  margin-bottom: 30px;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

.error-main-content a {
  background: #639536;
  color: #fff;
  padding: 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  width: 28%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.error-main-content a .fa {
  margin-right: 15px;
}

.error-main-content a:hover {
  background: #00b5ff;
}