@import url(https://use.fontawesome.com/releases/v5.15.1/css/all.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200');


body{
    font-family: 'Open Sans Hebrew';
    color: #383838;
    overflow-x: hidden;
}



/* TOPBAR */
#topbar{
    background: #383838;
    padding: 5px 0px;
    color: white;
}

#topbar .icon-wrapper{
    display: inline-block;
}

#topbar a.default-btn{
    color: #383838;
    background: white;
    border-radius: 5px;
    padding: 1px 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

#topbar .default-btn:hover{
    background: dimgrey;
    color: white;
}

#topbar .default-btn:hover i{
    color: white;
}

#topbar a.default-btn i{
    color: #383838;
    transition: all 0.3s ease;
}

#topbar a.icon-btn i{
    font-size: 16px;
    color: white;
    margin: 0px 5px;
}

#topbar a{
    cursor: pointer;
}

#topbar a:hover{
    text-decoration: none;
}

#topbar .topbar-wrapper{
    display: inline-block;
}

#topbar .topbar-wrapper:first-child a:last-child{
    margin-right: 5px;
}

/* MENU */
@media(min-width:991px) {
	header .navbar {
		height:80px;
	}
}
@media(max-width:560px) {
	.navbar-brand img  {
		width:180px;
		height:auto;
	}
}
.navbar-nav {
    padding-right: 0;
}

.navbar .nav-link {
	height:80px;
	padding-top:30px;
	color:#000 !important;
	font-weight:600;
	padding-left:8px !important;
	padding-right:8px !important;
	transition:0.3s;
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 0rem;
}
@media(max-width:991px) {
	.navbar .nav-link {
		padding-top:8px;
		height:40px;
	}
	.navbar .navbar-collapse {
		padding-bottom:40px;
	}
}

header .navbar .nav-link img {
	padding-left:10px;
}
header .navbar .nav-link:hover {
	background:#f5f5f5;
	border-bottom:4px solid #63C9EB;
}

@media(min-width:991px) {

	.dropdown:hover>.dropdown-menu {
	  opacity:1;
	  visibility:visible;
	}

	.dropdown-menu {
		opacity:0;
		display:block;
		width:220px;
		visibility:hidden;

	}
}
.dropdown-menu {
	transition:0.35s;
    text-align: right;
	border-bottom:4px solid #63C9EB;
	
	right:-2px;
}
.dropdown-item {
	width:100%;
	transition:0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background:#2A83C2;
	color:#fff;
}


.dropdown-menu.columns-2 {
	min-width: 440px  !important;
	border-bottom:3px solid #63C9EB  !important;
	right:0;
}
.dropdown-menu.columns-3 {
	min-width: 600px  !important;
}
.dropdown-menu li {
	width:100%  !important;
	text-align:right  !important;
}
.dropdown-menu a.dropdown-item {
	padding: 10px 25px !important;
	font-weight: 300  !important;
	width:100%  !important;
}
.multi-column-dropdown {
	list-style: none  !important;
  margin: 0px  !important;
  padding: 0px  !important;
}
.multi-column-dropdown li a {
	  transition:         all 0.2s  ase;
	  -moz-transition:    all 0.2s  ease;
	  -webkit-transition: all 0.2s  ease;
	  -o-transition:      all 0.2s  ease;
	  -ms-transition:     all 0.2s  ease;
	display: block  !important;
	clear: both  !important;
	color: #525252  !important;
	white-space: normal  !important;
	font-weight: 400  !important;
}
.multi-column-dropdown li a:hover {
	text-decoration: none  !important;
	color: #FFF  !important;
	background-color: #2A83C2  !important;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden  !important;
	}
}

.multi-r1 {
	border-left:1px solid #eee  !important;
}


.dropdown-menu {
	border-bottom:3px solid #63C9EB !important;
}
.dropdown-menu a.dropdown-item {
	  transition:         all 0.2s  ase;
	  -moz-transition:    all 0.2s  ease;
	  -webkit-transition: all 0.2s  ease;
	  -o-transition:      all 0.2s  ease;
	  -ms-transition:     all 0.2s  ease;
	display: block !important;
	clear: both !important;
	color: #525252 !important;
	white-space: normal !important;
	font-weight: 400 !important;
	font-size:14px;
	color:#919191;
	padding-top:8px;
	padding-bottom:8px;
}


.dropdown-menu a.dropdown-item:hover {
	text-decoration: none  !important;
	color: #FFF  !important;
	background-color: #2A83C2  !important;
}
@media(min-width:991px) {

	.dropdown .dropdown-menu {
	  display: block;
	  visibility: hidden;
	  opacity: 0;
	  transition:         all 0.2s  ase;
	  -moz-transition:    all 0.2s  ease;
	  -webkit-transition: all 0.2s  ease;
	  -o-transition:      all 0.2s  ease;
	  -ms-transition:     all 0.2s  ease;
	}
	.dropdown:hover .dropdown-menu,
	.dropdown.open .dropdown-menu {
	  visibility: visible;
	  opacity: 1;
	}
	.dropdown {
	  display: inline-block;
	}

}

ul.dropdown-menu li.dropdown-header {
	font-size:13px;
	font-weight:600;
	color:#000;
}


/* SLIDER */
#slider{
    min-height: 450px;
    height: 100%;
    background: url("../images/slider.jpg");
    background-size: cover;
    color: white;
}

#slider .row{
    padding-top: 100px;
}

#slider h3{
    font-size: 22px;
    margin: 0px;
    font-weight: 300;
}

#slider h2{
    font-size: 25px;
    margin: 0px;
    font-weight: 300;
}

#slider h1{
    margin: 0px;
    font-weight: bold;
    font-size: 32px;
    padding: 5px 0px;
}

#slider p{
    margin: 40px 0px 18px 0px;
    font-weight: 300;
    font-size: 19px;
}

#slider span{
    font-size: 28px;
    font-weight: bold;
    padding: 0px 10px 5px 10px;
    border-radius: 5px;
    border: 2px solid #6cc700;
}

#slider small{
    display: block;
    margin: 30px 0px 40px 0px;
    font-size: 13.5px;
}

#slider .slider-img{
    max-width: 406px;
    width: 100%;
    max-height: 118px;
    height: 100%;
    margin: 0px auto 20px auto;
}

#slider #leftArrow{
    position: absolute;
    left: -70px;
    top: 180px;
}

#slider #rightArrow{
    position: absolute;
    right: -70px;
    top: 180px;
}

#slider .owl-carousel .owl-nav.disabled {
    display: block !important;
}

#slider a{
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}

#slider a:hover, #slider a:focus{
    text-decoration: none;
    background: grey;
}

#slider .purchase{
    background: #6cc700;
    margin-left: 10px;
}

#slider .information{
    background: #383838;
}

/* FASTCONTACT */
#fastContact{
    background: #f3f3f3;
    padding: 10px 0px;
    margin-bottom: 10px;
}

#fastContact h2{
    font-size: 19px;
    display: inline-block;
    margin: 0px;
    padding: 8px 0px;
}

#fastContact input{
    border: none;
}

#fastContact .form-group{
    margin: 0px;
}

#fastContact form{
    display: inline-block;
    width: calc(100% - 175px);
}

#fastContact button{
    width: 100%;
    background: #007cc7;
    border: none;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    border-radius: 5px;
    transition: all 0.5s ease;
    color: white;
    font-weight: bold;
}

#fastContact button:hover, #fastContact button:focus{
    text-decoration: none;
    background: #383838;
}

/* PAGES */
#page{
    padding: 60px 0px;
    background: url("../images/page.jpg") no-repeat;
    background-size: cover;
    color: white;
}

#contact-page #page{
    background: url("../images/contact.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
    color: #383838;
}

#contact-page #page .img-wrapper i{
    border-color: #383838;
}

#page .img-wrapper{
    display: inline-block;
    vertical-align: middle;
}

#page .img-wrapper i{
    font-size: 52px;
    padding: 15px 20px;
    border-radius: 100%;
    border: 2px solid white;
    margin-left: 15px;
}

#page .text-wrapper{
    display: inline-block;
    vertical-align: middle;
}

#page h1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0px;
}

#page p{
    font-size: 24px;
    margin-bottom: 0px;
}

/* CLOUD */
#cloud{
    text-align: center;
}

#cloud .header-wrapper{
    padding: 200px 0px 750px 0px;
    text-align: center;
    background: url("../images/cloud-background.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    color: white;
}

#cloud .header-wrapper p{
    margin-top: 40px;
    display: block;
    margin-bottom: 0px;
}

#cloud a{
    padding: 10px 40px;
    font-size: 18px;
    background: #6cc700;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    margin-top: 40px;
    transition: all 0.5s ease;
}

.btn.special-btn {
    padding: 10px 40px;
    font-size: 18px;
    background: #6cc700;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    margin-top: 40px;
    transition: all 0.5s ease;
}

#cloud a:hover, #cloud a:focus {
    background: grey;
    text-decoration: none;
}

#cloud .row{
    margin-top: 20px;
}

#cloud .light{
    font-weight: lighter;
}

#cloud .package-wrapper .package-header{
    max-width: 350px;
    height: 211px;
    background: url("../images/cloud-package.png") no-repeat;
    background-size: 100% 100%;
    margin: 0px auto;
    position: relative;
    bottom: -70px;
}

#cloud .package-wrapper .package-header h3{
    padding-top: 130px;
    font-weight: bold;
}

#cloud .package-wrapper .package-content{
    max-width: 290px;
    padding: 100px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    margin: 0px auto;
    color: white;
    background-image: -ms-linear-gradient(top, #3FAFD4 0%, #2fa8d0 100%);
    background-image: -moz-linear-gradient(top, #3FAFD4 0%, #2fa8d0 100%);
    background-image: -o-linear-gradient(top, #3FAFD4 0%, #2fa8d0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3FAFD4), color-stop(100, #2fa8d0));
    background-image: -webkit-linear-gradient(top, #3FAFD4 0%, #2fa8d0 100%);
    background-image: linear-gradient(to bottom, #3FAFD4 0%, #2fa8d0 100%);
}

#cloud .package-wrapper ul{
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

#cloud .package-wrapper li{
    line-height: 31px;
}

#cloud .package-wrapper li:last-child{
    background: white;
    color: #2fa8d0;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 5px;
    margin-top: 5px;
    font-weight: bold;
}

#cloud .package-wrapper a{
    font-size: 16px;
    margin-top: 30px;
    padding: 8px;
    display: block;
}

#cloud .hot-package .package-header::before{
    content: '';
    display: block;
    background: url(../images/cloud-hot.png) no-repeat;
    background-size: cover;
    width: 112px;
    height: 51px;
    position: absolute;
    left: 21px;
    top: 20px;
}

/* SERVER */
#server{
    text-align: right !important;
	margin-bottom:30px;
}

#server .header-wrapper{
    padding: 200px 0px 200px 0px;
    background: url("../images/server-background.png") no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: white;
}

#server .header-wrapper h2{
    font-size: 34px;
    font-weight: 900;
    padding: 5px 10px 10px 10px;
    border-radius: 8px;
    border: 2px solid white;
    display: inline-block;
    margin-top: 40px;
}

#server .header-wrapper b{
    display: block;
    margin: 20px 0px;
}

#server .header-wrapper ul{
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
}

#server .header-wrapper li{
    line-height: 34px;
}

#server .header-wrapper i{
    margin-left: 10px;
}

#server .bottom-wrapper h3{
    font-weight: 900;
    font-size: 38px;
    margin-bottom: 0px;
}

#server .bottom-wrapper .col-md-6:last-child h3{
    margin-bottom: 40px;
}

#server .bottom-wrapper b{
    font-size: 19px;
}

#server .bottom-wrapper ul{
    margin-top: 20px;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

#server .bottom-wrapper li{
    line-height: 48px;
}

#server .bottom-wrapper i{
    margin-left: 10px;
    color: #69bedb;
}

#server .block-wrapper{
    border: 1px solid #2fa8d0;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px;
    display: flex;
}

#server .block-icon{
    display: inline-block;
    margin-left: 10px;
}

#server .block-content{
    display: inline-block;
}

#server .block-content strong{
    font-size: 18px;
}

#server .block-content p{
    margin-bottom: 0px;
    font-size: 16px;
}

/* SERVICES */
#services{
    padding: 40px 0px;
    text-align: center;
}

#services .col-third{
    margin: 40px 0px 30px 0px;
    width: calc(100% / 3);
    display: inline-block;
    float: right;
}

#services .col-third-middle{
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#services .service-wrapper img{
    padding-top: 20px;
    width: auto;
    height: 100px;
    margin: 0px auto;
}

#services .service-wrapper p{
    padding: 0px 20px;
}

#services .service-wrapper{
    background: #f3f3f3;
}

#services .service-wrapper h3{
    font-size: 24px;
    font-weight: 900;
    margin: 20px 0px 15px 0px;
}

#services .service-wrapper a{
    width: 100%;
    background: #383838;
    margin-top: 10px;
    padding: 8px 0px;
    font-weight: bold;
    display: block;
    color: white;
    border: 0px;
    transition: all 0.5s ease;
}

#services .service-wrapper a:hover, #services .service-wrapper a:focus{
    text-decoration: none;
    background: darkgrey;
}

/* PACKAGES */
#packages{
    text-align: center;
    margin-bottom: 40px;
}

#packages .row{
    margin: 40px 0px 20px 0px;
}

#packages .service-wrapper{
    background: #fff;
    border: 2px solid #007cc7;
    border-radius: 8px;
    color: #007cc7;
    width: 100%;
    padding: 8px 5px;
    transition: all 0.3s ease;
    margin: 0px auto;

}

#packages .service-wrapper:hover{
    box-shadow:
            0 0 0 2px white,
            0 0 0 4px #007cc7;
    -moz-box-shadow:
            0 0 0 2px white,
            0 0 0 4px #007cc7;
    -webkit-shadow:
            0 0 0 2px white,
            0 0 0 4px #007cc7;
}
#packages .service-wrapper img{
    width: 24px;
    height: 22px;
    margin: 0px auto;
	display:inline-block;
}

#packages .service-wrapper h3{
    margin-top: 10px;
    font-size: 19px;
    font-weight: bold;
	display:inline-block;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover{
    border: none;
    border-radius: 0px;
}

.nav-tabs .nav-item{
    margin-bottom: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none;
    border-radius: 0px;
}

.nav-tabs .nav-link{
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.nav-tabs{
    border: none;
}

.tab-content .tab-pane {
    position: relative;
}

#packages .nav-link.active .service-wrapper{
    box-shadow:
            0 0 0 2px white,
            0 0 0 4px #007cc7;
    -moz-box-shadow:
            0 0 0 2px white,
            0 0 0 4px #007cc7;
    -webkit-shadow:
            0 0 0 2px white,
            0 0 0 4px #007cc7;
}

#packages-page #packages .service-wrapper:hover{
    box-shadow:
            0 0 0 2px #383838,
            0 0 0 4px #383838;
    -moz-box-shadow:
            0 0 0 2px #383838,
            0 0 0 4px #383838;
    -webkit-shadow:
            0 0 0 2px #383838,
            0 0 0 4px #383838;
    background: #383838;
}

#packages .service-block{
    padding: 15px;
}

#packages .col-wrapper{
    margin: 20px 0px 40px 0px;
}



#packages .col-five{
    margin: 30px 0px 40px 0px;
    width: 20%;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
}

.package-wrapper{
    border: 1px solid #f0f0f0;
    padding: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#owl-clouds .package-wrapper{
    border: 0;

}

.package-wrapper ul{
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
}

.package-wrapper:hover ul:not(.affordable) .package-title{
    background: #007cc7;
}

.package-wrapper:hover .package-price h4{
    font-weight: bold;
}

.package-wrapper .affordable .package-title {
    background: #ff9600;
}

.package-wrapper .affordable .package-title h3, .package-wrapper .affordable .package-title small{
    color: white;
}

.package-wrapper:hover ul:not(.affordable) .package-title h3, .package-wrapper:hover ul:not(.affordable) .package-title small{
    color: white;
}

#packages .affordable .package-title{
    border-color: #ff9600;
}

.package-wrapper li{
    display: block;
}

.package-wrapper .package-item{
    padding: 15px 1px;
	background:#fff;
	color:#000;
}

.package-item:nth-child(odd){
    background: #f3f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.package-price{
    background: #f3f3f3;
    padding: 15px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
    top: -5px;
}

.package-price h4{
    font-weight: 300;
    font-size: 46px;
    color: #007cc7;
    position: relative;
}

.package-price sub{
    /* position: absolute; */
    /* top: 10px; */
    /* left: 25px; */
    font-size: 18px;
}

.package-title{
    border-top: 5px solid #007cc7;
    padding: 15px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.package-title h3{
    font-size: 23px;
    font-weight: bold;
}

.package-title small{
    font-size: 16px;
}

.package-button .purchase{
    background: #007cc7;
    font-size: 24px;
}

.package-price p{
    margin-bottom: 0px;
    color: #9d9d9d;
    font-size: 14px;
}

.package-wrapper .package-item b{
    font-size: 20px;
    display: block;
}

.package-wrapper .package-item small{
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.package-wrapper .package-item span{
    font-size: 14px;
    font-weight: bold;
}

.package-button a{
    color: white;
    background: #383838;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.package-button a:hover, .package-button a:focus{
    text-decoration: none;
    background: grey;
}

#packages .includes-wrapper{
    padding: 20px 0px;
    background: url("../images/includes.jpg") no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: white;
}

#about-page #packages .col-wrapper {
    margin: 0px;
}

#about-page #packages {
    margin: 20px 0px;
}

#packages .includes-wrapper .row{
    margin: 0px;
}

#packages .includes-wrapper span{
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

#packages .includes-wrapper b{
    display: inline-block;
    color: black;
    border-radius: 5px;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.4);
}

/* COMPANY */

#company{
    padding: 40px 0px 20px 0px;
    text-align: center;
}

#company small{
    font-size: 21px;
}

#company h2{
    font-size: 41px;
    font-weight: 900;
    margin-bottom: 20px;
}

#company h3{
    text-align: right;
    font-weight: 900;
    margin: 20px 0px;
}

#company .row{
    margin-top: 60px;
}

#company .row img{
    margin-top: 20px;
}

#company p{
    text-align: right;
    font-size: 20px;
}

/* INCLUDES */
#includes{
    padding: 40px 0px;
    /* text-align: center; */
}

#includes .btn{
    padding: 10px 15px;
    background: #6cc700;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    transition: all 0.3s ease;
}

#includes .btn:hover, #includes .btn:focus {
    text-decoration: none;
    background: grey;
}

#includes .buttons-wrapper{
    margin-top: 20px;
}

#includes .buttons-wrapper a{
    margin: 5px;
}

#includes .btn i{
    margin-right: 5px;
}

#includes table{
    margin: 20px 0px;
}

#includes table thead{
    color: white;
}

#includes table thead tr{
    background: #007cc7;
}

#includes table tbody tr:nth-child(even){
    background: #f3f3f3;
}

#includes table a{
    background: #007cc7;
    padding: 5px 20px;
    color: white;
    transition: all 0.8s ease;
    border-radius: 5px;
    display: inline-block;
}

#includes .block-wrapper .text-wrapper{
    font-size: 16px;
    display: inline-block;
    text-align: right;
    line-height: 64px;
}

#includes .block-wrapper .button-wrapper{
    display: inline-block;
    text-align: left;
}

#includes table a:hover, #includes table a:focus{
    background: #6cc700;
    text-decoration: none;
}

#includes h2{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: right;
}

#includes .includes-block .text-wrapper{
    background: #f3f3f3;
    width: calc(100% - 58px);
    padding: 10px;
    text-align: right;
    border-radius: 10px 0px 0px 10px;
}

#includes .includes-block{
    margin: 10px 0px;
    display: flex;
}

#includes .includes-block .img-wrapper{
    background: #ebebeb;
    display: inline-block;
    width: 58px;
    /* height: 44px; */
    padding: 10px 20px;
    border-radius: 0px 10px 10px 0px;
}

#includes .includes-block .text-wrapper p {
	font-size: 0.9em;
}

#includes .includes-block i{
    font-size: 18px;
    color: #22beb9;
}

/* SALES */
#sales{
    padding: 40px 0px;
    text-align: center;
}

#sales .category-bold{
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
}

#sales .paragraph{
    font-size: 18px;
}

#sales .lottery-wrapper{

}

#sales .lottery-title{
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

#sales .title-icon{
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

#sales .title-text{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

#sales .title-text h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

#sales .title-text p{
    font-size: 18px;
    margin-bottom: 0px;
}

#sales .lottery-block{
    display: flex;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #70c907;
    text-align: right;
}

#sales .lottery-img{
    display: inline-block;
    padding: 0px 15px;
}

#sales .lottery-content{
    display: inline-block;
    width: calc(100% - 240px);
    padding: 10px 0px;
}

#sales .lottery-content small{
    font-size: 19px;
}

#sales .lottery-content h3{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}

#sales .lottery-content p{
    font-size: 16px;
    margin-bottom: 0px;
}

#sales .package-wrapper{
    padding: 30px 0px;
    text-align: right;
}

#sales .package-wrapper h3{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 0px;
}

#sales .package-wrapper small{
    font-size: 19px;
}

#sales .package-block{
    margin-top: 10px;
    overflow: hidden;
}

#sales .packages-title{
    margin-bottom: 26px !important;
}

#sales .package-block .text-wrapper {
    background: #f3f3f3;
    display: inline-block;
    width: calc(100% - 58px);
    line-height: 44px;
    height: 44px;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
}

#sales .package-block .img-wrapper {
    background: #ebebeb;
    display: inline-block;
    width: 58px;
    height: 44px;
    padding: 10px 20px;
    border-radius: 0px 10px 10px 0px;
}

#sales .package-block i {
    font-size: 18px;
    color: #22beb9;
}

#sales .package-wrapper .info{
    background: #007cc7;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

#sales .package-wrapper .purchase{
    background: #6cc700;
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 21px;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s ease;
}

#sales .package-wrapper .purchase:hover, #sales .package-wrapper .purchase:focus,
#sales .package-wrapper .info:hover, #sales .package-wrapper .info:focus{
    text-decoration: none;
    background: grey;
}

#sales .column-wrapper{
    display: flex;
    height: 100%;
    flex-direction: column;
}

#sales .center-flex-wrapper{
    margin: auto 0px;
}

#sales .timer-wrapper{
    background: #383838;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 5px 0px;
    border-radius: 10px;
}

#sales .timer-wrapper strong{
    font-weight: 900;
    font-size: 41px;
    display: block;
}

#sales .timer-wrapper small{
    font-size: 14px;
    display: block;
}

#sales .sale-wrapper{
    background: #f3f3f3;
    border-radius: 10px;
    color: #00a6df;
    text-align: center;
    margin-top: 30px;
}

#sales .sale-wrapper strong{
    font-weight: 900;
    padding: 20px;
    display: block;
    font-size: 36px;
}

#sales .sale-wrapper .price-wrapper{
    background: url("../images/sales-price.png") no-repeat;
    background-size: 100% 100%;
    color: white;
}

/* CONTACT */
#contact{
    padding: 40px 0px;
    text-align: center;
}

#contact-page #contact{
    padding: 10px 0px;
}

#contact .information-wrapper{
    margin-bottom: 60px;
}

#contact .block-wrapper span{
    display: block;
}

#contact .block-wrapper b{
    display: block;
}

#contact .block-wrapper{
    height: 100%;
    padding: 5px 0px;
    font-size: 17px;
    text-align: right;
}

#contact .clients-wrapper{
    text-align: right;
    margin: 5px 0px 30px 0px;
}

#contact .clients-wrapper p{
    display: inline-block;
    margin-left: 20px;
}

#contact .clients-wrapper a{
    background: #383838;
    border-radius: 5px;
    padding: 5px 30px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s ease;
}

#contact .clients-wrapper a:hover, #contact .clients-wrapper a:focus{
    text-decoration: none;
    background: #007cc7;
}

#contact .block-wrapper a{
    color: #007cc7;
    text-decoration: underline;
}

#contact .block-wrapper:not(.last-block){
    border-left: 2px solid #007cc7;
}

#contact .block-wrapper h3{
    font-weight: bold;
    font-size: 24px;
    color: #007cc7;
    margin-bottom: 10px;
}

#contact .block-wrapper i{
    margin-left: 10px;
}

#contact h2{
    /* font-size: 26px; */
    font-weight: 900;
    margin-bottom: 20px;
    text-align: right;
}

#contact input, #contact textarea{
    border-radius: 5px;
    border: 2px solid #007cc7;
    margin: 10px 0px;
    width: 100%;
    padding: 10px;
}

#contact input:focus, #contact textarea:focus{
    outline: none;
}

#contact .btn{
    padding: 10px 15px;
    background: #6cc700;
    margin: 10px 5px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    transition: all 0.3s ease;
}

#contact .btn:hover, #contact .btn:focus {
    text-decoration: none;
    background: grey;
}

/* COOKIES */
#cookies{
    margin: 5px 0px 40px 0px;
}

#cookies ul{
    padding: 0px;
    list-style: none;
}

#cookies li:not(.last)::after{
    content: '>';
    margin: 0px 10px 0px 5px;
    display: inline-block;
}

#cookies li a{
    color: #383838;
    transition: all 0.3s ease;
}

#cookies li a:hover{
    text-decoration: underline;
}

#cookies .last a{
    color: #007cc7;
    text-decoration: underline;
}

#cookies li{
    display: inline-block;
}

/* POSTS */
#posts{
    color: white;
    padding: 40px 0px 35px 0px;
    background: url("../images/slider.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

#posts .img-wrapper{
    position: relative;
}

#posts .img-wrapper img{
    position: relative;
    z-index: 200;
    display: block;
}

#posts .img-wrapper a {
    background: #383838;
    border-radius: 5px;
    padding: 5px 50px 5px 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 80px;
    left: 25px;
}

#posts .img-wrapper a span{
    position: relative;
    z-index: 400;
}

#posts .img-wrapper a:hover{
    text-decoration: none;
}

#posts .img-wrapper a span:hover{
    text-decoration: none;
}

#posts h2{
    font-size: 22px;
    font-weight: 900;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#posts h3{
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#posts p{
    font-size: 19px;
    margin: 30px 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#posts a{
    background: #6cc700;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 12.5px 20px;
    border-radius: 5px;
    transition: all 0.5s ease;
    vertical-align: middle;
    display: inline-block;
}

#posts a:hover, #posts a:focus{
    text-decoration: none;
    background: grey;
}

#posts strong{
    font-size: 32px;
    font-weight: 900;
    border: 2px solid #6cc700;
    padding: 0px 10px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#posts strong small{
    font-size: 21px;
    font-weight: normal;
    bottom: 4px;
    position: relative;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#posts .bottom-text{
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

/* ABOUT */
#about{
    padding: 40px 0px;
}

#about h2{
    font-size: 46px;
    font-weight: 900;
}

#about h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

#about p{
    margin: 46px 0px 20px 0px;
    font-size: 17px;
}

#about a{
    padding: 10px 0px;
    text-align: center;
    display: block;
    background: #383838;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.5s ease;
}

#about a:hover, #about a:focus{
    text-decoration: none;
    background: grey;
}

#about .block-wrapper{
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #6cc700;
    margin: 10px 0px;
    transition: all 0.6s ease;
    display: flex;
}

#about .block-wrapper:hover{
    background: #6cc700;
}

#about .block-wrapper:hover .text-wrapper{
    color: white;
}

#about .block-wrapper .img-wrapper{
    display: inline-block;
    padding: 8px 15px;
}

#about .block-wrapper .text-wrapper{
    display: inline-block;
    width: calc(100% - 100px);
}

#about .pull-down{
    margin-bottom: 40px;
}

#about .block-wrapper p{
    margin: 5px 0px 10px 0px;
}

/* DEVELOPMENT */
#development{
    color: white;
    text-align: center;
    padding-bottom: 40px;
}

#development .development-header{
    padding-top: 120px;
    background: url("../images/development.png") no-repeat;
    background-position: top center;
    background-size: auto;
}

#development .category-title{
    font-size: 51px;
}

#development .category-description{
    margin-bottom: 160px;
    font-size: 26px;
}

#development .block-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0px auto;
    max-width: 983px;
    position: relative;
}

#development .block-wrapper .img-fluid{
    width: 100%;
}

#development .row{
    margin-top: 60px;
}

#development .text-wrapper{
    max-width: 700px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#development .header-wrapper{
    max-width: 358px;
    height: 340px;
    background: url('../images/priceblock.png') no-repeat;
    background-size: 100% 100%;
    margin: 0px auto 20px auto;
}

#development .price-wrapper{
    display: inline-block;
    padding-top: 135px;
    padding-left: 20px;
}

#development .header-wrapper strong{
    font-weight: 900;
    font-size: 41px;
    line-height: 31px;
    color: #047f9c;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

#development .header-wrapper b{
    font-size: 14px;
    color: white;
    display: block;
}

#development .design{
    padding: 2px 10px;
    color: white;
    background: url('../images/listblock.jpg') no-repeat;
    background-size: 100% 100%;
}

#development .package-wrapper{
    color: #383838;
    height: 100%;
}

#development .col-md-6{
    border-bottom: 1px solid #eff0f1;
}

#development .firstPackage{
    border-left: 1px solid #eff0f1;
}

#development .package-wrapper ul{
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}

#development .package-wrapper h2{
    font-size: 36px;
}

#development .package-wrapper b{
    font-weight: 900;
}

#development .package-wrapper li{
    font-size: 18px;
    line-height: 34px;
}

#development .package-wrapper a{
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    background: #6cc700;
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

#development .package-wrapper a:hover, #development .package-wrapper a:focus{
    text-decoration: none;
    background: darkgrey;
}

#development .text-wrapper h1{
    font-size: 36px;
    font-weight: bold;
}

#development .text-wrapper p{
    font-size: 17px;
    margin: 40px 0px 20px 0px;
}

#development .text-wrapper a{
    display: inline-block;
    margin-top: 15px;
    font-size: 21px;
    background: #6cc700;
    padding: 5px 40px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease;
}

#development .text-wrapper a:hover, #development .text-wrapper a:focus{
    text-decoration: none;
    background: darkgrey;
}

/* PROJECTS */
#projects{
    padding: 20px 0px;
    text-align: center;
}

#projects .row{
    margin-top: 40px;
}

#projects h3{
    font-weight: 900;
    font-size: 48px;
    display: block;
}

#projects small{
    font-weight: lighter;
    font-size: 16px;
    display: block;
}

#projects .block-wrapper{
    height:200px;
	overflow:hidden;
}
#projects .block-wrapper::after{
    content: '';
    display: block;
    opacity: 0;
}

#projects .block-wrapper:hover::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/image-hover.png") no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0px;
    right: 0px;
}

#projects .block-wrapper:hover .text-wrapper{
    opacity: 1;
}

#projects .hover-wrapper{
    position: absolute;
    top: 0px;
    padding: 10px;
    height: 100%;
    width: 100%;
}

#projects .text-wrapper{
    text-align: center;
    display: block;
    opacity: 0;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000;
    color: white;
    transition: all 0.3s ease;
}

#projects .text-wrapper a{
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    background: #6cc700;
    padding: 3px 20px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease;
}

#projects .load{
    margin-top: 40px;
}

#projects .load a{
    display: inline-block;
    margin-top: 15px;
    font-size: 21px;
    background: #6cc700;
    padding: 5px 40px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease;
}

#projects .img-fluid{
    width: 100%;
}

#projects .load a:hover, #projects .load a:focus{
    text-decoration: none;
    background: darkgrey;
}

#projects .text-wrapper a:hover, #projects .text-wrapper a:focus{
    text-decoration: none;
    background: darkgrey;
}

/* INFORMATION */
#information{
    background: #007cc7;
    padding: 20px 0px;
    color: white;
}

#information h2{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 41px;
}

#information a{
    width: 249px;
    height: 41px;
    background: url("../images/facebook.png") no-repeat;
    display: inline-block;
}

/* CREDITS */
#credits{
    padding: 10px 0px;
    background: #f3f3f3;
    font-size: 16px;
}

#credits span{
    line-height: 34px;
}

/* CONTENT */
#content{
    padding: 20px 0px;
    background: #383838;
    color: white;
}

#content .block-wrapper{
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 5px;
}

#content .block-wrapper p{
    display: inline-block;
    width: calc(100% - 250px);
    margin: 0px;
}

#content .block-wrapper img{
    display: inline-block;
    padding: 10px 0px;
}

#content form{
    width: 100%;
    margin-top: 10px;
}

#content ul{
    padding: 0px;
    list-style: none;
    line-height: 31px;
}

#content li a {
    color:#FFF;
}
#content li a:hover{
    font-weight: bold;
}

#content .form-group input{
    padding: 0.75rem 0.75rem;
}

#content button{
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    background: #6cc700;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.5s ease;
}

#content button:hover, #content button:focus{
    background: grey;
    text-decoration: none;
}

#content h3{
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.col-wrapper:after {
    clear:both;
    display: block;
    content: " ";
}

.category-title{
    font-size: 42px;
    font-weight: 900;
}

.category-description{
    font-size: 19px;
    margin-bottom: 20px;
}

.float-left{
    float: left !important;
}

.float-left:after {
    clear:both;
    display: block;
    content: " ";
}

.float-right{
    float: right !important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
    margin-left: 0;
    margin-right: 0;
}

.no-gutter>[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}


.float-right:after {
    clear:both;
    display: block;
    content: " ";
}

@media (max-width: 1400px) {
    #cloud .header-wrapper{
        padding: 100px 0px 400px 0px;
    }
}

@media (max-width: 1200px) {

    #cloud .header-wrapper{
        padding: 100px 0px 300px 0px;
    }

    #includes .block-wrapper{
        text-align: center;
    }

    #includes .block-wrapper .text-wrapper{
        float: none !important;
        line-height: 16px !important;
    }

    #includes .block-wrapper .button-wrapper{
        float: none !important;
    }

    #includes .block-wrapper .includes-block span{
        font-size: 14px;
    }

    #menu .custom-dropdown{
        display: none;
        position: relative;
        border-left: 0px;
        border-right: 0px;
        margin: 0px;
    }

    #posts .img-wrapper img{
        margin: 0px auto 20px auto;
    }

    #posts .img-wrapper a{
        left: 170px;
    }



    .container{
        max-width: 1440px;
    }

    #menu{
        background: none;
    }

    #mobileMenu {
        display: inline-block;
        font-size: 24px;
        border: 1px solid #e3e3e3;
        padding: 1px 7px;
        color: #383838;
        border-radius: 5px;
        margin: 17px 0px;
    }

    #menu ul {
        display: none;
        overflow: hidden;
        text-align: right;
    }

    #menu ul {
        padding-right: 0;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        width: 100%;
    }

    #menu ul li {
        float: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    #menu ul li a {
        width: 100%;
        background: #fff;
        padding: 4px 10px;
        font-size: 16px;
        display: block;
        color: #383838;
    }

    #menu ul li:last-child {
        border-bottom: none;
    }
}

@media (max-width: 991px) {

    #cloud .header-wrapper{
        padding: 75px 0px 270px 0px;
    }

    #cloud .header-wrapper a{
        font-size: 16px;
    }

    #development .text-wrapper h1{
        font-size: 24px;
    }

    #development .text-wrapper p{
        font-size: 16px;
        margin: 30px 0px 15px 0px;
    }

    #development .category-description{
        margin-bottom: 120px;
    }

    #development .development-header{
        padding-top: 100px;
        background-position: bottom center;
    }

    #development .text-wrapper{
        max-width: 500px;
    }

    #development .text-wrapper a{
        font-size: 18px;
    }

    #sales .sale-wrapper strong{
        font-size: 24px;
        padding: 15px;
    }

    #contact .clients-wrapper{
        text-align: center;
    }

    #contact .clients-wrapper a{
        text-align: center;
        font-size: 17px;
        padding: 5px 20px;
    }

    #page .img-wrapper i{
        margin-left: 0px;
        margin-bottom: 10px;
    }

    #page{
        text-align: center;
        padding: 30px 0px;
    }

    #includes .includes-block span{
        font-size: 16px;
    }

    #about h2{
        font-size: 34px;
    }

    #about h3{
        font-size: 21px;
    }

    #posts .img-wrapper a {
        left: 50px;
    }

    #information{
        text-align: center;
    }

    #information a{
        margin: 5px auto;
        float: none !important;
    }

    #credits{
        text-align: center;
    }

    #credits img{
        margin: 5px auto;
        float: none !important;
    }

    .category-title{
        font-size: 36px;
    }

    #slider a{
        font-size: 15px;
        padding: 5px 10px;
    }

    #fastContact{
        text-align: center;
    }

    #fastContact h2, #fastContact form{
        display: block;
    }

    #fastContact form{
        width: 100%;
        float: none !important;
    }

    #packages .col-five{
        width: 30%;
    }

    #includes h2, #contact h2{
        font-size: 28px;
    }

    #page .img-wrapper i {
        font-size: 46px;
    }

    #company p{
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    #company p{
        font-size: 17px;
    }

    #cloud .package-wrapper{
        position: relative;
        top: -35px;
    }

    #cloud .header-wrapper{
        padding: 50px 0px 100px 0px;
        background: url(../images/cloud-background-mobile.jpg) no-repeat;
        background-size: cover;
    }

    #cloud .header-wrapper p{
        font-size: 15px;
        margin-top: 30px;
    }

    #cloud .header-wrapper img{
        max-width: 250px;
    }

    #server .bottom-wrapper .col-md-6:last-child h3{
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #server .bottom-wrapper ul{
        margin-top: 10px;
    }

    #server .header-wrapper h2{
        font-size: 31px;
    }

    #development .category-description{
        margin-bottom: 60px;
    }

    #development .development-header{
        padding-top: 60px;
        background-position: bottom center;
    }

    #development .text-wrapper{
        margin-top: 10px;
        max-width: 350px;
    }

    #development .text-wrapper p{
        font-size: 14px;
        margin: 10px 0px;
    }

    #development .text-wrapper h1{
        font-size: 21px;
    }

    #development .category-title{
        font-size: 36px;
    }

    #development .text-wrapper a{
        font-size: 15px;
        margin-top: 0px;
    }

    #development .category-description{
        font-size: 21px;
    }

    #sales .sale-wrapper strong{
        font-size: 21px;
    }

    #sales .column-wrapper{
        margin-top: 20px;
        display: block;
    }

    #sales .center-flex-wrapper{
        margin: 20px 0px;
    }

    #sales .packages-title {
        margin-bottom: 10px !important;
    }

    #development .col-md-6{
        border-bottom-width: 0px;
    }

    #development .firstPackage{
        border-left-width: 0px;
    }

    #page .text-wrapper h1{
        font-size: 28px;
    }

    #page .text-wrapper p{
        font-size: 21px;
    }

    #contact .clients-wrapper a{
        font-size: 16px;
        padding: 5px 15px;
    }

    #contact .block-wrapper{
        border: 0px !important;
        margin-bottom: 10px;
    }

    #contact .information-wrapper{
        margin-bottom: 40px;
    }

    #company{
        padding: 20px 0px;
    }

    #company .row{
        margin-top: 40px;
    }

    #company h2{
        font-size: 36px;
    }

    #includes h2, #contact h2{
        font-size: 24px;
    }

    #includes .btn, #contact .btn{
        font-size: 16px;
    }

    #slider .owl-nav{
        display: none !important;
    }

    #slider .owl-carousel .owl-nav.disabled {
        display: none !important;
    }

    #content .block-wrapper{
        text-align: center;
    }

    #content .block-wrapper p{
        display: block;
        text-align: right;
        width: 100%;
    }

    #content .block-wrapper img{
        float: none !important;
    }

    #information h2{
        font-size: 24px;
    }

    #about .col-md:first-child{
        margin-bottom: 40px;
    }

    #posts .img-wrapper a{
        left: -40px;
    }

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

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

    #slider .row{
        padding: 20px 0px;
    }

    #slider .text-center{
        margin: 20px 0px;
    }

    #services .col-third{
        width: 50%;
        margin-bottom: 0px;
    }

    #services .col-third-middle{
        border-left: 0px solid white;
    }

    #services .col-third:last-child{
        margin: 0px 0px 40px 0px;
        width: 100%;
    }

    #packages .col-five{
        width: 40%;
        margin: 25px 5%;
    }

    #sales .paragraph{
        font-size: 16px;
    }

    #sales .package-wrapper .info{
        font-size: 16px;
    }

    #sales .package-wrapper .purchase{
        font-size: 18px;
    }

    #sales{
        padding: 30px 0px;
    }

    #sales .title-text h2{
        font-size: 24px;
    }

    #sales .title-text p{
        font-size: 16px;
    }

    #server .bottom-wrapper h3{
        font-size: 34px;
    }

    #server .bottom-wrapper b{
        font-size: 17px;
    }

    #server .header-wrapper{
        padding: 0px 0px 160px 0px;
        top: 0px;
        padding-top: 0px;
        background: url(../images/server-background-mobile.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    #server{
        padding-top: 20px;
    }
}

@media (max-width: 576px) {

    #company p{
        font-size: 16px;
    }

    #posts .img-wrapper{
        text-align: center;
    }

    #posts .img-wrapper img{
        margin: 0px auto;
    }

    #posts .img-wrapper a{
        display: inline-block;
        position: relative;
        top: 0px;
        left: 0px;
        padding: 5px 25px;
        margin: 10px 0px 20px 0px;
    }

    #fastContact .form-group input{
        margin-bottom: 10px;
    }
}

@media (max-width: 486px) {

    #cloud .header-wrapper{
        padding: 50px 0px;
    }

    #cloud .package-wrapper h3{
        font-size: 24px;
    }

    #server .bottom-wrapper b{
        font-size: 16px;
    }

    #server .bottom-wrapper h3{
        font-size: 28px;
    }

    #server .header-wrapper h2{
        font-size: 24px;
    }

    #server .header-wrapper b{
        margin: 10px 0px;
        font-size: 15px;
    }

    #server .ml-3{
        margin-left: 0px !important;
    }

    #server .header-wrapper li{
        font-size: 14px;
    }

    #information h2{
        font-size: 21px;
    }

    #content ul{
        font-size: 14px;
    }

    #content .block-wrapper p{
        font-size: 14px;
        text-align: center;
    }

    #content .form-group input{
        padding: 7px 10px;
    }

    #content button{
        padding: 10px;
        font-size: 14px;
    }

    #content h3{
        font-size: 21px;
        margin-top: 15px;
    }

    #development .package-wrapper h2{
        font-size: 24px;
    }

    #development .package-wrapper li{
        font-size: 16px;
    }

    #development .package-wrapper a{
        font-size: 14px;
    }

    #development .package-wrapper a{
        margin-bottom: 20px;
    }

    #development .firstPackage .package-wrapper a{
        margin-bottom: 40px;
    }

    #development{
        padding-bottom: 20px;
    }

    #projects{
        padding: 0px;
    }

    #projects .load{
        margin-top: 20px;
    }

    #projects .load a{
        margin-top: 0px;
        font-size: 16px;
    }

    #development .text-wrapper{
        margin-top: 5px;
        max-width: 300px;
    }

    #development .text-wrapper p{
        font-size: 13px;
        margin: 8px 0px;
    }

    #development .text-wrapper h1{
        font-size: 18px;
    }

    #development .category-title{
        font-size: 28px;
    }

    #development .category-description{
        font-size: 17px;
    }

    #development .development-header{
        padding-top: 40px;
    }

    #development .category-description{
        margin-bottom: 40px;
    }

    #development .text-wrapper a{
        font-size: 13px;
        margin-top: 0px;
        padding: 3px 15px;
    }

    #sales .package-wrapper{
        padding: 20px 0px;
    }

    #sales .center-flex-wrapper{
        margin: 10px 0px;
    }

    #sales .sale-wrapper strong{
        font-size: 18px;
        padding: 10px 0px;
    }

    #sales .lottery-block{
        display: block;
    }

    #sales .lottery-block .lottery-img{
        display: block;
        text-align: center;
    }

    #sales .lottery-content{
        display: block;
        width: 100%;
        padding: 5px 10px;
    }

    #sales .lottery-content h3{
        font-size: 21px;
        margin-bottom: 10px;
    }

    #sales .lottery-content small{
        font-size: 16px;
    }

    #sales .lottery-content p{
        font-size: 14px;
    }

    #sales .title-text h2{
        font-size: 21px;
    }

    #sales .title-text p{
        font-size: 14px;
    }

    #sales{
        padding: 20px 0px;
    }

    #sales .category-bold{
        font-size: 16px;
        margin-bottom: 20px;
    }

    #sales .timer-wrapper strong{
        font-size: 31px;
    }

    #sales .timer-wrapper{
        padding: 5px;
    }

    #sales .package-wrapper h3{
        font-size: 18px;
    }

    #sales .package-wrapper small{
        font-size: 16px;
    }

    #sales .package-wrapper .info{
        font-size: 14px;
    }

    #sales .paragraph{
        font-size: 14px;
    }

    #sales .timer-wrapper small{
        font-size: 13px;
    }

    #sales .package-wrapper .purchase{
        font-size: 15px;
    }

    #development .header-wrapper{
        max-width: 300px;
        height: 285px;
    }

    #development .price-wrapper{
        padding-top: 110px;
    }

    #posts .buttons-wrapper{
        text-align: center;
    }

    #posts strong{
        margin-bottom: 10px;
    }

    #contact .block-wrapper h3{
        font-size: 18px;
    }

    #contact .block-wrapper i{
        margin-left: 5px;
    }

    #contact .block-wrapper{
        font-size: 15px;
        border: 0px !important;
        margin-bottom: 20px;
    }

    #contact .clients-wrapper a{
        font-size: 15px;
        padding: 5px 10px;
    }

    #contact .clients-wrapper p{
        margin-left: 0px;
    }

    #contact .clients-wrapper{
        margin: 5px 0px 15px 0px;
    }

    #contact .information-wrapper{
        margin-bottom: 20px;
    }

    #cookies{
        font-size: 14px;
        margin-bottom: 15px;
    }

    #company{
        padding: 10px 0px;
    }

    #company h2{
        font-size: 32px;
    }

    #company small{
        font-size: 18px;
    }

    #company h3{
        font-size: 21px;
    }

    #company .row img{
        margin: 15px 0px;
    }

    #company .row{
        margin-top: 30px;
    }

    #page{
        padding: 20px 0px;
    }

    #page i{
        font-size: 36px;
        padding: 15px;
    }

    #page h1{
        font-size: 26px;
    }

    #includes, #contact{
        padding: 20px 0px;
    }

    #contact input, #contact textarea{
        font-size: 15px;
        padding: 5px 10px;
    }

    #includes h2, #contact h2{
        font-size: 21px;
    }

    #includes .btn, #contact .btn{
        font-size: 14px;
    }

    #topbar .topbar-wrapper:first-child{
        display: none;
    }

    #topbar{
        text-align: right;
    }

    #topbar .icon-btn{
        text-align: left;
    }

    #page .text-wrapper h1{
        font-size: 23px;
    }

    #includes .block-wrapper{
        margin-top: 10px;
    }

    #topbar .topbar-wrapper:first-child a:last-child{
        margin-right: 0px;
    }

    #includes .block-wrapper .text-wrapper{
        margin-bottom: 10px;
    }

    #page .text-wrapper p{
        font-size: 18px;
    }

    #topbar a.default-btn{
        font-size: 14px;
        padding: 1px 5px;
    }

    #topbar a.icon-btn i{
        font-size: 14px;
        margin: 0px 2px;
    }

    #topbar .topbar-wrapper{
        text-align: right;
        margin: 5px 0px;
        float: none !important;
        display: block;
    }

    #topbar .icon-wrapper{
        float: left;
    }

    #topbar .icon-wrapper:after{
        content: '';
        clear: both;
        display: block;
    }

    .category-title{
        font-size: 28px;
    }

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

    #services .col-third{
        width: 100%;
        margin: 20px 0px;
    }

    #services .col-third-middle{
        border: 0px;
    }

    #services .col-third:last-child{
        margin: 20px 0px;
    }

    #packages .col-five{
        margin: 15px 0px;
        width: 100%;
    }


    #packages .service-wrapper h3{
		font-size:17px;
		display:inline-block;
		margin-top:0;
    }

    #cloud .header-wrapper img {
        max-width: 200px;
    }
}

@media (max-width: 450px) {

    #information .phone{
        font-size: 24px;
        display: block;
    }

    #cloud .header-wrapper p {
        font-size: 14px;
        margin-top: 20px;
    }

    #cloud .header-wrapper a{
        margin-top: 20px;
    }

    #about-page #packages{
        margin: 5px 0px;
    }

    #packages .service-block{
        padding: 10px 20px;
    }

    #development .text-wrapper{
        margin-top: 5px;
        max-width: 220px;
    }

    #development .text-wrapper p{
        font-size: 10px;
        margin: 5px 0px;
    }

    #development .text-wrapper h1{
        font-size: 11px;
    }

    #development .text-wrapper a{
        font-size: 10px;
        margin-top: 0px;
        padding: 3px 15px;
    }
}