/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Play');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?72578637');
    src: url('../font/fontello.eot?72578637#iefix') format('embedded-opentype'), url('../font/fontello.woff?72578637') format('woff'), url('../font/fontello.ttf?72578637') format('truetype'), url('../font/fontello.svg?72578637#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* End importing fonts.. */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

body {
    /*background-color: black;*/
}

html,
body {
    /*height: 100%;*/
}

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Home */

.home-green-panel {
    background-image: url(../img/home-green-panel.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-black-panel {
    background-image: url(../img/home-black-panel.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-green-panel,
.home-black-panel {
    padding-top: 10%;
    padding-bottom: 10%;
}

.home-green-panel h3,
.home-black-panel h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 34pt;
    color: #fff;
    padding-top: 5%;
}

.home-green-panel p,
.home-black-panel p {
    padding-bottom: 30px;
}

.home-green-panel a,
.home-black-panel a {
    text-transform: uppercase;
    text-decoration: underline;
}

/* Header */

/* Navbar */
.navbar-dark {
    width: 100%;
    /*position: fixed;*/
    z-index: 99;
}

.bg-light {
    background-color: transparent !important;
}

/* Custom nav with the color from psd */

.bg-custom {
    background-color: #49a219;
}

.nav-link {
    color: #fff !important;
}

.logo {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 50px;
    position: relative;
}

.navbar-brand {
    /*margin-right: 28%;*/
}

.blackbtn {
    color: #fff;
    border-color: #fff !important;
}

.blackbtn:hover {
    color: #121412 !important;
    background-color: #fff;
    border-color: #121412;
}

.second-mini-header {
    background-color: #3f3f3f !important;
}

.btncustom-gamming a {
    color: #ffffff;
}

.btncustom-gamming a:hover {
    text-decoration: none;
}

/* End navbar */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Panels */

/*  ==============================================================================================================================================================================  */

/* Left panel */

.left-panel {
    width: 50%;
    float: left;
    padding-top: 120px;
    background-image: url("../img/header-shape-1.png");
    background-repeat: no-repeat;
    background-position: center;
}

.left-panel h2 {
    margin-top: 300px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}

.left-panel p {
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
}

.left-panel a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.left-panel a:hover {
    text-decoration: none;
    background-color: #101210;
    transition: 0.5s;
    border: 0px;
}

/*  ==============================================================================================================================================================================  */

/* Right panel */

.right-panel {
    width: 50%;
    float: right;
    padding-top: 120px;
    background-image: url("../img/header-shape-2.png");
    background-repeat: no-repeat;
    background-position: center;
}

.right-panel h2 {
    margin-top: 300px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
}

.right-panel p {
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
}

.right-panel a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fixed{
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0px;
    background-color:forestgreen;
}

.fixed button{
    width:49%;

    margin-top:0px;
    height:50px;
}

#callus{
    display: none;
}




.telefonfix{
    background-color:forestgreen;
    color:white;
    border: darkgreen 1px;
    border-style: solid;
}


.telefonfix i{
    color:white;
}

.telefonmobil {
    background:forestgreen;
    
}


.fixed button a{
    color:white;
    width:100%;
    height: 50px;
}

.right-panel a:hover {
    text-decoration: none;
    background-color: #49a219;
    transition: 0.5s;
    border: 0;
}

.right-panel-button-contact {
    color: #ffffff;
}

.right-panel-button-contact:hover {
    color: #000000;
    text-decoration: none;
}

/* End panels */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* End header */

.home-section h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-top: 30px;
}

.home-section p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #818791;
}

.home-section span {
    margin-top: 100px;
    visibility: hidden;
    text-align: center;
}

.home-section #border {
    margin-top: 60px;
    margin: 0 auto;
    width: 80px;
    border-bottom: 5px #49a219 solid;
}

.split-panels {
    text-align: center;
}

.split-panels i {
    font-size: 18em;
    color: #fff;
}

.split-panels h2,
.split-panels p {
    color: #fff;
    padding-top: 1%;
}

.split-panels .home-left-panel {
    position: relative;
    right: 13%;
    margin-top: 15%;
}

.split-panels .home-right-panel {
    position: relative;
    left: 13%;
    margin-top: 15%;
}

.split-panels a {
    color: #fff;
    text-decoration: underline;
}

.split-panels button {
    background: transparent;
    border: 0;
}

.split-panels button:hover,
.split-panels button:focus {
    background: transparent;
    border: 0;
}

.home-despre-noi {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.home-despre-noi hr {
    border-top: 6px solid #49a219;
    width: 12%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5%;
}

.home-despre-noi h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #131513;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2%;
}

.home-despre-noi p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #818791;
}

.home-despre-noi p:nth-of-type(2) {
    text-align: center;
}

.home-split-panels .split-panels h3 a {
    text-decoration: none;
}

.home-split-panels {
    position: absolute;
    top: 0px;
}

/* End home style */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Gamming style */

.header-gamming {
    background-color: #000000;
    /*height: 930px;*/
}

.gamming-mini-header {
    background-color: #000000;
    /* padding: 15px 0; */
    width: 100%;
    height: 65px;
    /* z-index: -1; */
    position: relative;
}

.gamming-mini-header span {
    color: #fff;
    /* padding-top: 30px; */
    padding-left: 30px;
    font-size: 10pt;
    top: 17px;
    position: relative;
}

.header-gamming .navbar-dark {
    background-color: #49a219 !important;
    /* 49a219 */
}

.header-gamming .nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-right: 1px solid rgba(215, 215, 215, 0.3);
}

.btncustom-gamming {
    background-color: transparent;
    color: #fff !important;
    border-color: #fff !important;
    /*padding: 5px 50px 5px 50px;*/
    margin-left: 22px;
}

.btncustom-gamming:hover {
    background-color: transparent;
}

.gamming-header-icon {
    float: right;
    margin-right: 30px;
    margin-top: 1.3rem;
    color: #fff;
}

.gamming-mini-header button {
    margin-top: 0 !important;
    padding-bottom: 39px;
    padding-top: 26px;
    position: relative;
    top: 0;
    right: 30px;
    background: #314f7c;
    border: 0;
    border-radius: 0;
}

.gamming-mini-header a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    /*background: #314f7c;*/
}

.gamming-mini-header a:hover {
    text-decoration: none;
}

.gamming-mini-header button:hover,
.gamming-mini-header button:focus {
    background: #314f7c !important;
    border: 0 !important;
    outline: 0 !important;
}

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Gamming wrapper */

.gamming-jumbotron {
    background-image: url("../img/header-baner-gamming.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 930px !important;
    margin: 0px;
    position: relative;
}

.gamming-jumbotron h2 {
    font-family: 'Play', sans-serif;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 210px;
    left: 120px;
    font-size: 90px;
}

.gamming-jumbotron p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    left: 120px;
    top: 450px;
}

/*.gamming-wrapper{*/

/*background-color: #000000;*/

/*}*/

/*.gamming-wrapper h2{*/

/*text-align: left;*/

/*font-family: 'Play', sans-serif;*/

/*font-size: 106px;*/

/*color: #ffffff;*/

/*}*/

/*.gamming-wrapper h3{*/

/*text-align: left;*/

/*font-family: 'Play', sans-serif;*/

/*font-size: 66px;*/

/*color: #ffffff*/

/*}*/

/*.gamming-wrapper p{*/

/*text-align: left;*/

/*font-family: 'Raleway', sans-serif;*/

/*font-size: 14px;*/

/*font-weight: 400;*/

/*margin: 0 auto;*/

/*color: #ffffff;*/

/*}*/

.wrapper-text {
    position: relative;
    top: 200px;
    left: 80px;
}

.gamming-wrapper {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Section s6900 */

.gamming-section-s6900 {
    background-color: #131513;
    padding: 30px 0px;
}

.gamming-section-s6900 p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding-left: 9px;
    padding-bottom: 30px;
    border-left: 2px solid #494b49;
    font-size: 14px;
}

.gamming-section-s6900 .second-t {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.gamming-section-s6900 .price {
    color: #49a219;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
}

/* End section s6900 */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Start section configuratii disponibile */

.col-w-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.gamming-conf-disp {
    background-color: #000000;
    padding: 30px 0;
}

.gamming-conf-disp h3 {
    text-align: center;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 29px;
    text-transform: uppercase;
    padding-bottom: 3rem;
}

.gamming-conf-disp p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    position: relative;
    left: 21%;

}

.gamming-conf-disp .second-t {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.gamming-conf-disp img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 30px;
}

.gamming-conf-disp .gamming-cpu-spec {
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    left: 50%;
    display: inline-table;
    transform: translateX(-50%);
    text-align: center;
}

/* end section configuratii disponibile */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* section tech specification */

.gamming-tech-specf {
    background-color: #131513;
    padding: 30px 0px 100px 0px;
}

.gamming-tech-specf h3 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 100px;
    margin-top: 20px;
}

.gamming-tech-specf span {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.tech-specf-mini-banner {
    background-color: #2f332f;
    width: 100%;
    /*padding-left: 190px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.tech-specf-mini-banner span {
    padding-left: 25px;
    padding-right: 190px;
}

.gamming-tech-specf p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.gamming-btn-tech-spec {
    background: #49a219;
    color: #fff;
    text-transform: uppercase;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    /*padding: 10px;*/
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/* end section tech specification */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* start section keep updated */

.gamming-keepuptaded {
    text-align: center;
    padding-top: 155px;
    background-color: #000000;
}

.gamming-keepuptaded .textareaDiv {
    display: inline-flex;
}

.textareaDiv textarea {
    width: 600px;
    height: 45px;
}

.textareaDiv textarea::placeholder {
    color: #ffffff;
}

.gamming-keepuptaded button {
    height: 45px !important;
    background-color: #49a219;
    color: #fff;
    text-align: center;
    border: 1px #49a219 solid;
    text-transform: uppercase;
}

.gamming-keepuptaded h2 {
    margin-bottom: 20px;
}

.gamming-keepuptaded p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 50px;
}

.gamming-keepuptaded textarea {
    background-color: transparent;
    margin-bottom: 70px;
    overflow: hidden;
}

.gamming-keepuptaded textarea::placeholder {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gamming-keepuptaded h2,
p {
    color: #fff
}

/* end section keep updated */

/*  ==============================================================================================================================================================================  */

/* End gamming style */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Start companii style */

.carousel-promotii .carousel-control-next,
.carousel-promotii .carousel-control-prev {
    height: 23.5%;
}

.carousel-promotii .carousel-control-prev-icon {
    background-image: none;
}

.carousel-promotii .carousel-control-next-icon {
    background-image: none;
}

.carousel-promotii .carousel-control-next,
.carousel-promotii .carousel-control-prev {
    height: 30%;
}

.carousel-promotii .carousel-control-next-icon,
.carousel-promotii .carousel-control-prev-icon {
    display: block;
    width: 20px;
    height: 20px;
    /*background: transparent no-repeat center center;*/
    background-size: 60% 60%;
}

.carousel-promotii .carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    color: #49a219;
    font-size: 20px;
    border: 1px solid #49a219;
    border-radius: 50%;
    padding: 8px 13px;
}

.carousel-promotii .carousel-control-next-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #49a219;
    font-size: 20px;
    border: 1px solid #49a219;
    border-radius: 50%;
    padding: 8px 13px;
}

.carousel-promotii .carousel-control-prev {
    left: -20% !important;
}

.carousel-promotii .carousel-control-next {
    right: -17%;
}

.navbar-brand {
    /*margin-right: 140px !important;*/
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.contact-us-nav {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.contact-us-nav-span {
    font-weight: bold;
}

.jumbotron {
    background-size: cover;
    height: 320px;
}

.servicii-it-companii {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.servicii-it-companii p {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    color: #000000;
    text-align: left;
    margin-top: 30px;
}

.servicii-it-companii img {
    margin-top: 16%;
    width: 320px;
}

.servicii-it-companii h1 {
    text-transform: capitalize;
}

.servicii-it-companii h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 15px 0 0 0;
}

.servicii-it-companii p {
    margin-top: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.servicii-it-companii span {
    text-transform: lowercase;
}

.servicii-it-companii i {
    color: #49a219;
    font-size: 80px;
}

.servicii-it-companii img {
    margin-bottom: 90px;
}

.border-bottom-compani {
    border-bottom: 2px solid crimson;
}

.hr-companii-vertical {
    border: none;
    border-left: 1px solid #eeeeee;
    height: 48vh;
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: 63%;
}

.hr-companii-vertical-2 {
    border: none;
    border-left: 1px solid #eeeeee;
    height: 47vh;
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: 32%;
}

.hr-companii-vertical-second {
    border: none;
    border-left: 1px solid #eeeeee;
    height: 47vh;
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: 37%;
}

.servicii-it-companii button {
    background: transparent;
    color: #74b84f;
}

#service-dropdown-plus-1 a,
#service-dropdown-plus-2 a,
#service-dropdown-plus-3 a,
#service-dropdown-plus-4 a,
#service-dropdown-plus-5 a,
#service-dropdown-plus-6 a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #131513;
}

#service-dropdown-plus-1 a:hover,
#service-dropdown-plus-2 a:hover,
#service-dropdown-plus-3 a:hover,
#service-dropdown-plus-4 a:hover,
#service-dropdown-plus-5 a:hover,
#service-dropdown-plus-6 a:hover {
    text-decoration: none;
}

.service-banner hr {
    margin: 0.3em 0 !important;
}

.banner-companii {
    background: url("../img/pentru-companii-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.servicii-it-companii-first-panel {
    position: relative;
    top: 105px;
}

.laptop-panel a,
.phone-panel a,
.monitor-panel a,
.mouse-panel a,
.printer-panel a,
.console-panel a {
    font-size: 13pt;
}

.banner-promotii .carousel {
    position: initial;
}

/* End companii style */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Start blog style */

.service-blog-laptop {
    text-align: center;
}

.service-blog-laptop h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
}

.service-blog-laptop h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #424955;
    margin-top: 20px;
    /*margin-left: 26px;*/
}

.service-blog-laptop p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #818791;
    font-size: 16px;
    text-align: left;
    /*margin-left: 26px;*/
}

.service-blog-laptop .blog-buttons {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    background-color: #49a219;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
}

.service-blog-laptop a:hover {
    text-decoration: none;
    color: #ffffff;
}

.second-blog-sec {
    margin-top: 70px;
}

.service-blog-laptop img {
    width: 100%;
    height: 60%;
}

/*.blog-img{*/

/*width: 250px !important;*/

/*height: 270px !important;*/

/*}*/

/* Aside menu blog */

.aside-menu-blog {
    background-color: #f0f0f0;
    text-align: left;
}

.aside-menu-blog h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #505050;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    padding: 30px 0px 25px 25px;
}

.aside-menu-blog h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    padding-left: 15px;
    padding-bottom: 20px;
    margin: 0px;
}

.aside-menu-blog a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    text-transform: capitalize;
}

.aside-menu-blog a:hover {
    color: #666666;
}

.aside-menu-blog img {
    width: 76%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aside-menu-blog span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    margin-right: 15px;
    margin-top: 6px;
}

/*.blog-service-mini-header button {*/
/*padding-bottom: 52px;*/
/*}*/

.service-blog-laptop-template-post .service-blog-laptop-template-post-img {
    height: 100%;
}

.footer-blog {
    margin-top: 7%;
}

.div-tags {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    /*position: absolute;*/
    width: 81.4%;
    height: 100%;
    background: #f7f7f7;
    padding: 20px;
}

.div-tags i {
    font-size: 10pt;
    padding: 0 0 0 10px;
}

.div-tags .tags {
    text-align: left;
    display: inline-block;
    float: left;
}

.div-post h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22pt;
    font-weight: 400;
    color: #424955;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

.div-post p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11.5pt;
}

/* End blog style */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Start custom building style */

.custom-build-jumbotron {
    background-image: url("../img/Custom-Build.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0px;
}

.custom-build-jumbotron-h2 {
    text-align: left;
    font-family: 'Play', sans-serif;
    font-size: 72px;
    color: #ffffff;
}

.custom-build-jumbotron a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    color: #ffffff;
    text-transform: uppercase;
}

.row-text {
    margin-left: -55px;
}

/*.custom-build-wrapper{*/

/*background-image: url("../img/wrapper-custom-building.png");*/

/*background-size: cover;*/

/*background-repeat: no-repeat;*/

/*background-position: center;*/

/*position: relative;*/

/*}*/

/*.banner-custom-build{*/

/*background-image: url("../img/wrapper-custom-building.png");*/

/*background-size: cover;*/

/*background-repeat: no-repeat;*/

/*background-position: center;*/

/*height: 930px;*/

/*}*/

/*.custom-build-wrapper a{*/

/*font-family: 'Raleway', sans-serif;*/

/*font-weight: 600;*/

/*text-transform: uppercase;*/

/*text-decoration: underline;*/

/*color: #fff;*/

/*margin-left: 25px;*/

/*margin-top: 20px;*/

/*}*/

.second-wrapper-custom-building {
    position: relative;
}

.second-wrapper-custom-building h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 70px;
    margin-top: 70px;
}

.second-wrapper-custom-building a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.second-wrapper-custom-building img {
    width: 100%;
}

.custom-build-middle-section {
    background-color: #131513;
}

.custom-build-middle-section p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 60px 0px;
}

/*  ==============================================================================================================================================================================  */

/* cube X section */

.custom-build-cube-x {
    position: relative;
}

.custom-build-cube-x .cube-x-img-h2 a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 48%;
    left: 40%;
    text-decoration: underline;
}

.custom-build-cube-x .cube-x-img-h2 a:hover {
    cursor: pointer;
}

.custom-build-cube-x i {
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 6px;
}

.cube-x-img {
    background-image: url("../img/custom-build-cube.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1113px;
}

.cube-x-desc {
    background-color: #49a219;
}

.cube-x-desc-h3 {
    margin-top: 20%;
}

.cube-x-desc-h3,
.cube-x-desc-h2 {
    font-family: 'Play', sans-serif;
    font-weight: 400;
    font-size: 90px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 40px;
}

.cube-x-desc-h2 {
    font-size: 130px !important;
    margin-top: -50px;
}

.cube-x-desc p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
    margin-left: 60px;
    line-height: 40px;
}

.custom-build-cube-x a.detalii-btn {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 8.5%;
    /*position: absolute;*/
    /*bottom: 15%;*/
}

.custom-build-cube-x a:hover {
    cursor: pointer;
}

/* end cube x section */

/* incl despre */

.banner-despre {
    background-image: url(../img/contact-banner.png);
    background-size: cover;
    height: 400px;
    /*position: relative;*/
}

#despre-text p {
    font-family: Raleway;
    color: #666666;
    font-size: 14px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 30px; /* Approximation due to font substitution */
    text-align: justify;
   
    margin-bottom: 85px;
}

/* end despre */

/* End custom building style */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Start contact style */

.banner-contact {
    background-image: url("../img/contact-banner.png");
    background-size: cover;
    height: 320px;
    position: relative;
}

.second-banner-contact {
    width: 67%;
    height: 20%;
    position: absolute;
    top: 30%;
    background-color: #ffffff;
    left: 16%;
    text-align: center;
    -webkit-box-shadow: 0px 7px 20px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 20px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 20px -5px rgba(0, 0, 0, 0.75);
}

.second-banner-contact span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    text-align: center;
    /*padding-left: 30px;*/
    margin-top: 30px;
    color: #333333;
}

.second-banner-contact i {
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 21px;
    color: #333333;
}

.second-banner-contact p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666666;
}

.contact-form {
    margin-top: 100px;
}

.contact-form label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.contact-custom-btn {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    float: right;
}

.contact-custom-btn::after {
    display: block;
    clear: both;
    content: '';
}

.contact-map {
    text-align: center;
    margin-top: 10%;
}

.contact-map .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact-map iframe {
    width: 100%;
    height: 450px;
    frameborder: 0px;
}

/* End contact style */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Start promotii style */

.carousel {
    /*position: absolute;*/
    top: 328px;
    left: 2px;
    right: 150px;
    width: 100%;
    height: 100%;
}

.after-carousel-text {
    position: relative;
    top: 34%;
    /*background: red;*/
}

.after-carousel-text p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15pt;
    line-height: 45px;
    color: #000;
    text-align: center;
}

/*a.carousel-control-prev {*/
/*}*/

/* End promotii style */

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Start service style */



.service-left-panel {
    /*background-image: url("../img/guarantee-best-quality.jpg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*!*background-position-x: -150px;*!*/
    /*background-repeat: no-repeat;*/
    height: 800px;
}

/*.service-left-inner-panel img:nth-of-type(1) {*/
/*position: absolute;*/
/*!* float: right; *!*/
/*left: 67%;*/
/*}*/

.best-q-img {
    position: absolute;
    /* float: right; */
    left: 67%;
}

.service-banner p {
    color: #000;
}

.service-banner .buttonService {
    background: crimson;
    margin: 10px;
    padding: 10px;
}

.service-left-inner-panel h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 10px 0;
}

.service-left-inner-panel a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #131513;
    font-size: 15px;
}

.service-left-inner-panel a:hover {
    text-decoration: none;
}

.service-left-inner-panel span {
    float: right;
}

.service-left-inner-panel hr {
    color: #eaeaea;
}

.custom-h2-border {
    color: #49a219;
}

.service-right-panel {
    background-image: url("../img/right-panel-service.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 747px;
    position: relative;
}

.service-right-panel h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 67px;
    color: #ffffff;
    position: absolute;
    left: 50px;
    bottom: 170px;
}

.service-right-panel h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 50px;
    bottom: 150px;
}

.partneri img {
    width: 100%;
    height: auto;
}

.service-defect-component {
    background-color: #49a219;
    /*height: 220px;*/
    /*margin-top: 10%;*/
}

.service-defect-component img {
    margin-top: 53px;
    padding-bottom: 10%;
}

.service-defect-component h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #ffffff;
    margin-top: 30px;
    padding-top: 50px;
}

.service-defect-component span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.service-left-inner-panel .collapse .show {
    padding-bottom: 70px;
}

.service-defect-component .service-defect-component-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
}

.service-defect-component-nr-1,
.service-defect-component-nr-2,
.service-defect-component-nr-3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: 1px solid #7cd04f;
    border-radius: 100%;
    background-color: #7cd04f;
    padding-top: 7px;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.service-defect-component-nr-2,
.service-defect-component-nr-3,
.service-defect-component-text-opacity-down,
.service-defect-component .fa-caret-right {
    opacity: 0.5;
}

#exampleInputEmail1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

.first-hr {
    position: relative;
    top: 57px;
    border-color: #49a219;
}

/* End service style */

/* Footer */

footer {
    padding-top: 100px;
    text-align: center;
    background: #eeeeee;
}

footer .footeLogo {
    margin-bottom: 30px;
}

footer a {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

footer a:hover {
    text-decoration: none;
    color: #000000;
}

footer h5 {
    margin-top: 30px;
}

footer a {
    padding: 0 5px;
}

.fa-instagram {
    color: #ca3377;
}

.fa-twitter {
    color: #3cbcff;
}

.fa-facebook-f {
    color: #2653c5;
}

.fa-youtube {
    color: #ff3535;
}

.icon-facebook-logo {
    color: #4a74ba;
}

.icon-youtube-logotype {
    color: #e9654b;
}

.icon-facebook-logo,
.icon-youtube-logotype {
    font-size: 30px;
}

.copyrights {
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 40px 0px;
}

.banner-blog {
    background-image: url("../img/blog-banner.png");
    background-size: cover;
}

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Footer Custom build */

.custom-build-footer p,
.custom-build-footer h2 {
    text-align: left !important;
}

.custom-build-footer {
    background-color: #131513;
}

.custom-build-footer-parteners {
    margin-bottom: 20px;
}

.custom-build-footer-parteners img {
    width: 100%;
}

.custom-build-footer .custom-hr {
    width: 90%;
    margin: 0 auto;
    opacity: 0.3;
    background: linear-gradient(to right, rgba(255, 0, 0, 0), #ffffff, rgba(255, 0, 0, 0));
    border: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.custom-build-footer h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    position: relative;
    left: 10px;
}

.custom-build-footer .custom-build-footer-h3-a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
}

.custom-build-footer .custom-build-footer-h3-a:hover {
    color: #fff;
    text-decoration: none;
}

.custom-build-footer span {
    text-transform: uppercase;
}

.custom-build-footer a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px 20px 10px;
}

/* Footer promotii style */

.promotii-footer {
    /*margin-top: 500px;*/
}

.promotii-footer::after,
.promotii-footer::before {
    display: block;
    content: '';
    clear: both;
}

/* End footer promotii style */

textarea {
    resize: none;
}

/*  ==============================================================================================================================================================================  */

/*  ==============================================================================================================================================================================  */

/* Icons */

.fa-check-circle {
    color: #49a219;
    padding-right: 5px;
}

.icon-call,
.icon-phone-call {
    color: #99ed6c;
    font-size: 44px;
    position: relative;
    top: 6px;
}

/* owl carousel styling */

.owl-carousel {
    /*display: none;*/
    /*width: 41%;*/
    /* z-index: 1; */
    margin-left: auto;
    margin-right: auto;
    /*display: block !important;*/
}

.owl-carousel .owl-stage-outer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*  ==============================================================================================================================================================================  */

.cookieAcceptBar {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cookieAcceptBar a {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}

button {
    cursor: pointer;
    border: none;
    background-color: #2387c0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

#cookieAcceptBar {
    background-color: #101210 !important;
    color: #fff;
}

/* Media Queries */

@media only screen and (max-width: 1241px) {
    .left-panel {
        background-size: 150px;
        font-size: 10px;
    }

    .left-panel h2 {
        font-size: 25px;
    }

    .right-panel {
        background-size: 130px;
        font-size: 10px;
    }

    .right-panel h2 {
        font-size: 25px;
    }

    .btncustom-gamming {
        margin-left: 0;
    }

    .wrapper-text {
        position: static;
        top: 0;
        left: 0;
    }

    .gamming-section-s6900 {
        margin: 0 auto;
        text-align: center;
        border-left: 0;
    }

    .btncustom-gamming {
        margin-left: 0;
    }

    .after-carousel-text {
        top: 25%;
    }

    .contact-service-mini-header {
        height: 65px;
    }

    .contact-service-mini-header button {
        padding-bottom: 40px !important;
    }
}

@media only screen and (max-width: 900px) {
    .contact-map {
        margin-top: 29%;
    }

    .promotii-footer {
        margin-top: 0;
    }

    .second-banner-contact {
        width: 79%;
        height: 34%;
        position: absolute;
        top: 55%;
        background-color: #ffffff;
        left: 10%;
        text-align: center;
        -webkit-box-shadow: 0 9px 6px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 9px 6px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.75);
    }

    /*.navbar-expand-md .navbar-nav .nav-link{*/
    /*}*/

}

@media only screen and (max-width: 767px) {
    

    .gamming-mini-header span {
        font-size: 10px;
    }

    .gamming-wrapper h3,
    .gamming-wrapper h2,
    .gamming-wrapper p {
        text-align: center;
    }

    .gamming-wrapper h2 {
        font-size: 40px;
    }

    .gamming-wrapper h3 {
        font-size: 25px;
    }

    .gamming-wrapper p {
        font-size: 10px;
    }

    .gamming-section-s6900 p {
        border: 0;
    }

    .gamming-conf-disp img {
        width: 30%;
    }

    .tech-specf-mini-banner {
        padding: 0;
    }

    .promotii-footer {
        margin-top: 30%;
    }

    .carousel {
        z-index: -9;
        position: absolute;
        top: 328px;
        left: 3px;
        right: 150px;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }

    .service-right-panel h2 {
        position: static;
        font-size: 30px;
    }

    .service-right-panel h4 {
        position: static;
        font-size: 20px;
    }

    .service-parteners-img {
        margin: 0 auto;
    }

    .second-banner-contact {
        height: 107%;
    }

    .contact-form {
        margin-top: 520px;
    }

    .second-banner-contact i {
        padding-bottom: 0px !important;
    }

    .custom-build-jumbotron-h2 {
        font-size: 20px;
    }

    .after-carousel-text {
        top: 5%;
        padding-bottom: 0;
    }
}

/*@media (min-width: 768px){*/

/**/

/*}*/

@media (max-width: 576px) {

.service-left-inner-panel a {
    font-size:20px;
}

    .service-left-inner-panel h2{
        
    }
    
    .service-right-inner-panel h2{
                  display:none;
    }

    .gamming-tech-specf {
        padding: 30px 0 20px 0;
    }

    .gamming-conf-disp .gamming-cpu-spec {
        display: block;
    }

    .gamming-conf-disp p {
        left: 0;
        text-align: center;
    }

    .custom-build-cube-x a.detalii-btn {
        bottom: 0;
        margin-left: 0;
        padding-bottom: 5px;
    }

    .textareaDiv textarea {
        width: 200px;
        height: 45px;
    }

    .cube-x-desc-h3 {
        font-size: 20px !important;
        margin-top: 30px !important;
    }

    .cube-x-desc-h2 {
        font-size: 40px !important;
    }

    .cube-x-desc-h2,
    .cube-x-desc-h3,
    .cube-x-desc p {
        margin: 0;
    }

    .cube-x-desc p {
        margin-bottom: 30px !important;
    }

    /*.gamming-jumbotron h2, span{*/
    /*margin-left: -45px;*/
    /*}*/
    .service-parteners-img {
        margin: 0 auto;
        padding: 15px 0;
    }

    .service-parteners-img img {
        padding: 20px 0;
    }

    .service-defect-component-choose-model-to-repair {
        text-align: center;
    }

    .aside-menu-blog span {
        margin-left: 20px;
    }

    .servicii-it-companii h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .servicii-it-companii span {
        margin: 0;
    }

    .left-panel {
        /* padding-top: 215px; */
        position: absolute;
        /* top: 210px; */
        bottom: 32%;
        width: 100%;
    }

    .left-panel h2 {
        margin-top: 175px;
    }

    .owl-carousel.owl-loaded {
        display: none;
    }

    .img-wrap {
        background-size: cover;
        background-position: bottom;
        height: 300px;
        width: 300px;
    }

    /*img {*/
    /*visibility: hidden;*/
    /*}*/
    .right-panel {
        /*padding-top: 215px;*/
        position: absolute;
        top: 190px;;
        left: 52%;
        bottom: 21%;
    }

    .right-panel h2 {
        margin-top: 197px;
    }

    .contact-us-nav-span {
        margin-left: 0;
        font-size: 14px;
    }

    .icon-call,
    .icon-phone-call {
        display: none;
    }

    .row-text {
        margin-left: -15px;
    }

    .tech-specf-mini-banner span {
        margin-left: -10px;
    }

    .contact-form {
        margin-top: 0;
    }

    .service-blog-laptop .blog-buttons {
        margin-bottom: 20px;
    }

    .service-defect-component span {
        margin-right: 38px;
    }

    /*.service-defect-component-nr-2 {*/
    /*position: relative;*/
    /*right: 1px;*/
    /*}*/
    /*.service-defect-component-nr-3 {*/
    /*position: relative;*/
    /*right: 1px;*/
    /*}*/
    .service-right-panel h2 {
        margin-top: 45px;
    }

    .background-half-body {
        background-image: url(../img/mobile-background-half-img.jpg);
        background-position: center;
        background-repeat: no-repeat;
        height: 70%;
        width: 100%;
        /* margin-bottom: 30px; */
    }

    .service-right-panel {
        height: 300px;
    }

    .service-defect-component-nr-2 {
        position: relative;
        right: 19px;
    }

    .service-defect-component-nr-3 {
        position: relative;
        right: 24px;
    }

    .service-defect-component {
        margin-top: 0px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
    }

    .servicii-it-companii-first-panel {
        top: 0;
    }

    .servicii-it-companii img {
        margin-top: 16%;
    }

    .after-carousel-text p {
        margin-top: 65%;
    }

    .carousel-promotii .carousel-control-next {
        right: 0;
    }

    .carousel-promotii .carousel-control-prev {
        left: 0 !important;
    }

}

@media (min-width: 992px) {

    .carousel-promotii .carousel-control-prev,
    .carousel-promotii .carousel-control-next{
        top: 40%;
    }
    .custom-build-jumbotron .row-text {
        margin-left: -35px;
    }

    .gamming-jumbotron h2 {
        left: 28px;
        font-size: 65px;
        text-transform: uppercase;
    }

    .gamming-jumbotron h2 span {
        font-size: 45px;
    }

    .gamming-jumbotron p {
        left: 25px;
        font-size: 10px;
        top: 373px;
    }

    .custom-build-jumbotron .row-text {
        margin-left: 0;
    }

    .row-w-avantaje {
        margin-top: 110px !important;
    }

    .after-carousel-text {
        margin-top: 0;
    }

    .service-defect-component {
        margin-top: 29%;
    }

    .tech-specf-mini-banner span {
        padding-left: 59px;
        padding-right: 0;
    }

    .second-banner-contact {
        height: 40%;
        left: 4.5%;
        width: 91%;
        top: 43%;
    }

    .service-blog-laptop h3 {
        text-align: left;
    }

    .service-blog-laptop p {
        text-align: left;
    }

    .blog-buttons {
        /*float: left;*/
    }

    .header-gamming .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        font-size: 13px;
    }

    .carousel {
        top: 17%;
    }

    .promotii-footer {
        position: relative;
        top: 42%;
    }

    .custom-build-jumbotron {
        height: 930px;
    }

    .gamming-keepuptaded button {
        position: relative;
        bottom: 10px;
    }

    .home-green-panel {
        height: 75vh;
    }

    .home-black-panel {
        height: 75vh;
    }

    .split-panels {
        height: 100%;
    }

    .carousel {
        top: 0;
    }

    .carousel-promotii {
        top: 40% !important;
    }

    .carousel-promotii {
        width: 50% !important;
        left: 25% !important;
    }

    footer {
        /*margin-top: 5%;*/
        padding-bottom: 1%;
    }
}

@media (min-width: 1200px) {

    .gamming-jumbotron h2 {
        left: 140px;
    }

    .gamming-jumbotron p {
        left: 141px;
        font-size: 12px;
    }

    .row-w-avantaje {
        margin-top: 20px !important;
    }

    .after-carousel-text {
        margin-top: 0;
    }

    .service-defect-component {
        margin-top: 0px;
    }

    .home-green-panel {
        height: 79vh;
    }

    .home-black-panel {
        height: 79vh;
    }

    .second-banner-contact {
        top: 27%;
        height: 27%;
        left: 11%;
        width: 77.5%;
    }

    .icon-call,
    .icon-phone-call {
        display: block;
    }

    .second-wrapper-custom-building h2 {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 50px;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 70px;
        margin-top: 70px;
    }

    .navbar-dark {
        width: 100% !important;
    }

    .nav-link {
        padding: 7px;
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .second-banner-contact {
        height: 21%;
    }

    h2.second-wrapper-custom-building {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 50px;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 1px !important;
        margin-top: 1px !important;
    }

    .custom-build-footer-parteners {
        margin-bottom: 30px;
    }

    footer {
        padding-top: 30px;
    }

    .contact-us-nav-span {
        font-size: 14px;
    }

    .nbsp {
        display: none;
    }

    .blog-img {
        margin-top: 42px;
    }

    .service-blog-laptop h3 {
        text-align: left;
    }

    .service-blog-laptop p {
        text-align: left;
    }

    .blog-buttons {
        /*float: none !important;*/
    }

    .contact-us-nav-span {
        font-size: 12px;
    }

    .nbsp {
        display: none;
    }

    .blackbtn {
        margin-left: 10px
    }

    .header-gamming .navbar-dark {
        width: 100% !important;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        border-right: 1px solid rgba(215, 215, 215, 0.3);
    }

    .second-wrapper-custom-building h2 {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 40pt;
        color: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0;
        left: 10px;
        margin-top: 10px;
    }

    .btncustom-gamming {
        margin-left: 20px;
    }

    .icon-call,
    .icon-phone-call {
        /*margin-left: -85px;*/
    }

    .split-panels i {
        font-size: 10em;
    }

    .split-panels .home-left-panel {
        position: relative;
        right: 3%;
        margin-top: 15%;
    }

    .split-panels .home-right-panel {
        position: relative;
        left: 2%;
        margin-top: 15%;
    }
}

@media (min-width: 576px) {

.service-banner {
    height: 535px;
    overflow: hidden;
}

    .service-blog-laptop .blog-buttons {
        margin-bottom: 20px;
    }

    .gamming-keepuptaded textarea {
        width: 460px;
    }
}

@media (max-width: 576px) {

    .custom-build-jumbotron a {
        position: relative;
        top: 20px;
    }

    .custom-build-jumbotron img {
        margin: 0 !important;
    }

    .custom-build-jumbotron-h2 {
       margin-top: 28%;
    }

    .service-left-inner-panel {
        margin-top: 0px;
    }

    .service-banner {
        overflow: initial;
    }

    .service-defect-component {

        position: relative;
        z-index: 1;
    }

    .panel {
        overflow: hidden;
    }

    .home-green-panel {
        height: 55vh;
        padding-top: 55%;
        width: 100%;
    }

    .home-split-panels {
        width: 100%;
        height: 100%;
    }

    .gamming-jumbotron h2 {
        left: 15px;
        font-size: 60px;
    }

    .gamming-keepuptaded button {
        padding: 0 12px;
    }

    .gamming-section-s6900 img {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .custom-build-footer a {
        font-size: 11px;
        padding: 6px;
    }

    .custom-build-footer h2 {
        position: initial;
        text-align: center !important;
    }

    .custom-build-footer p, .custom-build-footer h2 {
        text-align: center !important;
    }

    div.row.last-row h3 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .gamming-jumbotron {
        height: 350px !important;
    }

    .gamming-jumbotron h2 {
        font-size: 30px;
        top: 255px;
    }

    .header-gamming {
        padding-bottom: 6rem;
    }

    .home-split-panels {
        top: -70px;
    }

    .home-black-panel {
        height: 57vh;
    }

    .home-green-panel {
        height: 60vh;
    }

}

@media only screen and (max-width: 480px) {

    #callus{
        display: initial;
    }

    .jumbotron {
        height: 200px;
    }

    .gamming-tech-specf .tech-mini-banner-mobile {
        margin-left: auto;
        margin-right: auto;
        display: block;
        background: #2f332f;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .gamming-tech-specf .tech-mini-banner-mobile h6 {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        padding-top: 8px;
    }

    .custom-build-cube-x .cube-x-img-h2 a {
        left: 28%;
    }

    .cube-x-img {
        height: 300px;
    }

    .split-panels i {
        font-size: 85px;
        position: relative;
        top: 30px;
    }

    nav .navbar-brand {
        margin-left: auto;
        margin-right: auto !important;
        display: block;
    }

    .home-split-panels .split-panels h3 a {
        position: relative;
        top: 50px;
        font-size: 23px;
        text-decoration: underline;
    }

    .split-panels h2 {
        font-size: 1.5em;
    }

    .split-panels p {
        font-size: 11px;
    }

    .split-panels button {
        font-size: 11px;
    }

    .split-panels h2, .split-panels p {
        padding-top: 0;
    }

    .split-panels .home-left-panel {
        right: 0;
        margin-top: -10px;
    }

    .split-panels .home-right-panel {
        left: 0;
        z-index: 999;
        padding-bottom: 55px;
        margin-top: -20px;
    }

    .split-panels .home-left-panel button {
        position: relative;
        bottom: 25px;
    }

    .split-panels .home-right-panel button {
        position: relative;
        bottom: 25px;
    }

    .second-wrapper-custom-building h2 {
        margin-top: 0;
        left: 20px;
    }

    .gamming-keepuptaded button {
        position: relative;
        bottom: 10px;
    }

    .service-blog-laptop h2 {
        font-size: 25px;
    }

    /*.home-green-panel {*/
    /*height: 50vh;*/
    /*padding-top: 43%;*/
    /*width: 58vh;*/
    /*}*/
    .home-black-panel {
        height: 50vh;
        padding-top: 30%;
    }

    .service-left-inner-panel img:nth-of-type(1) {
        left: 15%;
    }

    .service-defect-component h2,
    .service-defect-component .service-defect-component-desc {
        text-align: center;
    }

    .navbar-dark {
        position: fixed;
        padding-top: 5%;
    }

    .aside-menu-blog {
        margin-top: 40px;
    }

    .service-blog-laptop img {
        margin-top: 36px;
    }

    .service-blog-laptop .col-xs-12,
    .service-blog-laptop .col-sm-12,
    .service-blog-laptop .col-md-12 {
        margin-top: 20px;
    }

    .service-blog-laptop-template-post img {
        margin-top: 0;
    }

    .div-tags {
        width: 100%;
    }

    .tags {
        text-align: center !important;
        float: none !important;
    }

    .div-post h2 {
        text-align: center;
    }

    .div-post p {
        text-align: center;
    }

    .home-green-panel h3,
    .home-black-panel h3 {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 34pt;
        color: #fff;
        padding-top: 5%;
        bottom: 37px;
        position: relative;
    }
}

@media only screen and (min-width: 1999px) {

    .custom-build-jumbotron a {
        font-size: 40px;
    }

    .custom-build-jumbotron img {
        width: 40%;
    }

    .custom-build-jumbotron .row-text {
        position: relative;
        left: -50%;
        font-size: 65px;
    }

    .second-banner-contact {
        top: 22% !important;
        height: 30% !important;
    }

    .home-split-panels .go-in-section {
        font-size: 30px;
    }

    .home-green-panel p, .home-black-panel p {
        font-size: 30px;
    }

    .home-green-panel, .home-black-panel {
        padding-top: 13%;
    }

    .split-panels i {
        font-size: 15em;
    }

    .home-green-panel h3, .home-black-panel h3 {
        padding-top: 5%;
    }

    .service-defect-component {
        margin-top: 10%;
    }

    .background-half-body {
        background-image: url(../img/home-bg-large-desktops.jpg);
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        /* margin-bottom: 30px; */
        width: 100%;
    }

    .split-panels .home-left-panel {
        right: 33%;
        top: 100px;
    }

    .split-panels .home-right-panel {
        left: 33%;
        top: 100px;
    }

    .promotii-footer {
        top: 70%;
    }

    .after-carousel-text {
        top: 52%;
    }
}

@media only screen and (max-width:375px){
    .telefonmobil a {
        //font-size:14px;
    }
}

@media only screen and (max-width: 320px) {


    .cube-x-img {
        height: 300px;
    }

    .custom-build-cube-x .cube-x-img-h2 a {
        left: 27%;
    }

    .service-defect-component-nr-2 {
        right: 0;
    }

    .service-defect-component-nr-3 {
        right: 6px;
    }
}

/* ipads && tablets only MQ */
@media only screen and (min-width: 768px) and (max-width: 960px) {

    .second-banner-contact p{
        font-size: 14px;
    }

    .custom-build-jumbotron-h2 {
        font-size: 47px;
    }

    .gamming-mini-header .contact-us-nav {
        display: none;
    }

    .gamming-mini-header {
        height: 67px !important;
    }

    .gamming-mini-header button {
        /*padding-bottom: 50px;*/
        /*padding-top: 40px;*/
    }

    .gamming-mini-header span {
        padding-left: 11px;
        font-size: 11.5px;
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        font-size: 7px;
    }

    .btncustom-gamming {
        font-size: 12px;
    }

    .row-w-avantaje {
        margin-top: 17% !important;
    }

    .servicii-it-companii img {
        margin-top: 100%;
    }

    .carousel {
        top: 0;
    }

    .carousel-promotii .carousel-control-prev {
        left: 0 !important;
    }

    .carousel-promotii .carousel-control-next {
        right: 0;
    }

    .carousel-promotii .carousel-control-prev,
    .carousel-promotii .carousel-control-next {
        top: 40%;
    }

    .aside-menu-blog span {
        font-size: 9px;
        position: relative;
        right: 16px;
        margin-right: 0;
    }

    .service-blog-laptop h3 {
        line-height: 1.8rem;
        padding-top: 15px;
    }

    .service-blog-laptop img {
        height: auto;
    }

    .blog-img {
        margin-top: 0;
    }

    .second-banner-contact {
        top: 37%;
        left: 4%;
        width: 92%;
    }

    .contact-form {
        margin-top: 15%;
    }

    .custom-build-jumbotron {
        height: 450px;
    }

    .row-text {
        margin-left: 0;
    }

    .cube-x-desc-h2 {
        font-size: 95px !important;
        margin-top: -35px;
    }

    .cube-x-desc-h3 {
        font-size: 60px;
    }

    .custom-build-cube-x a.detalii-btn {
        margin-left: 15.5%;
        bottom: 20%;
    }

    .gamming-keepuptaded button {
        margin-top: 0;
    }

    .gamming-jumbotron h2 {
        left: 40px;
        font-size: 60px;
    }

    .gamming-jumbotron p {
        left: 40px;
        top: 355px;
        font-size: 14px;
            width: 43%;
    }

    .gamming-conf-disp p {
        left: 0;
        text-align: center;
    }

    .tech-specf-mini-banner span {
        padding-left: 25px;
        padding-right: 0;
    }

    .custom-build-cube-x a.detalii-btn {
        bottom: 10px;
    }

    .second-blog-sec {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .second-banner-contact {
        left: 16.5%;
        width: 67.5%;
        top: 37%;
    }

    .home-green-panel p, .home-black-panel p {
        padding: 25px 108px;
    }
}

/*@media only screen and (min-width: 1280px){*/
/*.second-banner-contact{*/
/*height: 25%;*/
/*}*/

/*.gamming-mini-header button{*/
/*padding-bottom: 39px;*/
/*padding-top: 15px;*/
/*}*/
/*}*/

/*@@@@@@@@@@@@@@@@@@@@@*/

.custom-gamming-spech-btn {
    width: auto;
    display: block;
}

.home-link {
        position: absolute;bottom: 0;right:0; font-size:10px;color: gray !important;
}

.home-link a {
        font-size:10px;color: gray !important;text-transform: none;
}


.panel-body {   
    font-size: 12px;
}

.menu-icon-mobile {
    margin-top:-15px;
}