/* Responsive - Default - Theme Gaido */

@media (min-width: 1600px) {
	.container {
		min-width: 1360px;
	}
    .content.has-bg .content-bg img {
        width: 100%;
    }
	.header .navbar-brand {
		height: auto;
	}
	.brand-logo {
		border-width: 20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.brand-logo + .brand-text {
		margin-left: 56px;
		font-size: 26px;
		line-height: 40px;
	}
	.skills .skills-name {
		font-size: 16px;
	}
	.navbar-nav .dropdown-menu {
		font-size: 15px;
	}
	.header.navbar .navbar-nav > li > a {
		font-size: 16px;
		line-height: 5px;
	}
	.home-content h3 {
		font-size: 36px;
	}
	.team .title {
		font-size: 14px;
	}
	.service .title {
		font-size: 20px;
	}
	.service .icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
    	font-size: 32px;
	}
	.service .icon + .info {
		margin-left: 80px;
	}
	.action-box .icon-large {
		font-size: 56px;
		line-height: 60px;
    	width: 60px;
	}
	.action-box h3 {
		font-size: 28px;
	}
	.content .content-title {

	}
	p {
		line-height: 24px;
	}
	.btn {
		font-size: 16px;
		padding: 15px 30px;
	}
	.pricing-table h3 {
		font-size: 16px;
	}
	.pricing-table .features > li {
		padding: 15px 0;
	}
	.pricing-table .highlight .features > li {
		padding: 20px 0;
	}
	.pricing-table .price .price-number {
		font-size: 32px;
	}
	.pricing-table .price .price-tenure {
		font-size: 14px;
	}
	.pricing-table .price .price-figure {
		height: 90px;
	}
	.theme-panel {
		width: 248px;
		right: -248px;
	}
	.theme-panel .theme-list > li + li {
		margin-left: 7px;
	}
	.theme-panel .theme-list > li > a {
		width: 40px;
		height: 40px;
	}
	.theme-panel .theme-panel-content {
		padding: 10px;
	}
    .theme-panel .theme-collapse-btn {
    	width: 60px;
    	height: 60px;
    	left: -60px;
    	margin-top: -30px;
    	font-size: 24px;
    	line-height: 60px;
    }
    .theme-panel .theme-list > li.active > a:before {
    	font-size: 20px;
    	line-height: 40px;
    }
    .tooltip {
    	font-size: 14px;
    }
	
}

@media (max-width: 1600px) {
    .home-6-align {
		margin: auto;
		width: 50%;
		padding: 50px;
		padding-top: 0px;
	}
	.raffle-steps-row.raffle-back .raffle-step-contain .raffle-step-block { 
		transform: skew(-50deg);
	  }
}
@media (max-width: 1200px) {
    .content.has-bg .content-bg img {
        max-height: 100%;
        max-width: inherit;
    }
    .content .content-desc {
        margin-bottom: 30px;
    }

	.raffle-steps-row.raffle-back .raffle-step-contain .raffle-step-block { 
		transform: skew(-46deg);
	  }
}
@media (min-width: 768px) and (max-width: 992px) {
	.container {
		min-width: 100%;
		width: 100%;
	}
    .header.navbar .navbar-nav > li > a {
        padding: 25px 10px;
    }
    .header.navbar.navbar-small .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-content h1 {
        font-size: 28px;
    }
    .home-content h3 {
        font-size: 24px;
    }
    .home-content h1, .home-content h2, .home-content h3, .home-content h4 {
        margin: 0 0 15px;
    }
    .home-content p {
        margin-bottom: 30px;
    }
	.header .navbar-brand img {
		max-height: 40px;
	}
	.home-content {
		margin-top: -90px;
	}
	
	.h3, h3 {
		font-size: 1.25rem;
	}
	.h4, h4 {
		font-size: 1.1rem;
	}
}
@media (min-width: 768px) {
	.header .navbar-header {
		float: left;
	}
	.header .navbar-toggle {
		display: none;
	}
	.header .container-fluid > .navbar-collapse, 
	.header .container-fluid > .navbar-header, 
	.header .container > .navbar-collapse, 
	.header .container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
	.header.navbar > .container .navbar-brand, 
	.header.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
	.header .navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.header .navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		flex: none;
	}
	.header.navbar-fixed-bottom .navbar-collapse, 
	.header.navbar-fixed-top .navbar-collapse, 
	.header.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.header .navbar-nav {
		margin: 0;
		display: block;
	}
	.header .navbar-right {
		float: right!important;
		margin-right: -15px;
	}
	.header .navbar-nav > li {
		float: left;
	}
	.header .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 992px) { 
	.page-main {
		padding-top: 70px;
	}

	.raffle-steps-row.raffle-back { 
		display: none;
	}
	.raffle-steps-row .raffle-arrow-svg {
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height: min-content;
		margin-bottom: 10px;
		z-index: 1;
		transform: translateY(-3px);
	}

	.raffle-steps-row {
		flex-direction: column;
		align-items: center;
	} 
	.raffle-steps-row .raffle-step-contain {
		width: 90%;
		height: max-content;
		margin-left: auto;
		margin-right: auto;
	}
	.raffle-steps-row .raffle-step-contain .raffle-step-block {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px; 
		height: 4em; 
		display: flex; 
		flex-direction: column; 
		justify-content: center; 
		align-items: center;
	}
	.raffle-steps-row .raffle-step-contain .raffle-step-block > h3 {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 767px) {
    .header.navbar .navbar-nav > li > a {
        padding: 10px 15px;
    }
    .navbar-transparent .navbar-collapse {
        background: #ffffff;
		height: 1000px;
		max-height: 100%;
		margin-right: 15px !important;
		margin-left: 15px !important;
    }
    .header.navbar-small.navbar-transparent .navbar-collapse {
        background: #ffffff;
    }
    .header.navbar-small.navbar-transparent .navbar-collapse .navbar-nav > li > a {
    }
    .header.navbar.navbar-small .navbar-nav > li > a {
        padding: 10px 15px;
    }
	.header .navbar-collapse:before,
	.header .navbar-collapse:after {
		content: '';
		display: table;
		clear: both;
	}
    .header .container,
    .header .container-fluid {
    	display: block;
    }
    .navbar-nav > li.dropdown:hover > .dropdown-menu,
    .navbar-nav > li.dropdown:focus > .dropdown-menu {
        display: none;
    }
    .navbar-nav > li.dropdown.open > .dropdown-menu,
    .navbar-nav > li.dropdown.open:hover > .dropdown-menu,
    .navbar-nav > li.dropdown.open:focus > .dropdown-menu,
    .navbar-nav > li.dropdown.show > .dropdown-menu,
    .navbar-nav > li.dropdown.show:hover > .dropdown-menu,
    .navbar-nav > li.dropdown.show:focus > .dropdown-menu {
        display: block;
        -webkit-animation: none;
        animation: none;
        position: initial;
    }
    .navbar-nav > li.dropdown > .dropdown-menu {
    }
    .navbar-default .navbar-nav > li.dropdown > .dropdown-menu,
    .navbar-default .navbar-nav > li.dropdown > .dropdown-menu > li + li {
        border-color: #e7e7e7;
    }
	.navbar-nav .dropdown-menu {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.header.navbar .navbar-nav > li > a {
		font-size: 16px;
	}
	.navbar-nav .dropdown-menu > li + li, .navbar-nav .dropdown-menu .dropdown-item + .dropdown-item {
		border-top: 1px solid #e8e8e8;
	}
	.header .navbar-nav {
		margin-top: 0px;
	}
	.dropdown-submenu>.dropdown-menu {
		left: 0;
		position: relative;
	}
	.navbar-nav .dropdown-menu > li.active > a, .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item.active {
		background: #f1f1f1;
	}
	.navbar-collapse ul.navbar-nav > li.active a, .navbar-collapse ul.navbar-nav > li a.active, .navbar-collapse ul.navbar-nav > li:hover > a, .navbar-collapse ul.navbar-nav > li > a:hover, .header .navbar-collapse ul.navbar-nav > li.active a, .header .navbar-collapse ul.navbar-nav > li a.active, .header .navbar-collapse ul.navbar-nav > li:hover > a, .header .navbar-collapse ul.navbar-nav > li > a:hover, .header.navbarnavbar-transparentp.header-prepare .navbar-collapse ul.navbar-nav li a.current, .header.navbarnavbar-transparentp.header-prepare.header-prepare .navbar-collapse ul.navbar-nav li.current a {
		background: #f1f1f1;
	}
	.header.navbar.navbar-fixed-top .navbar-nav > li > a {
		background: #f5f5f5;
		margin-top:10px;
	}
	.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
		background: #eaeaea;
	}
	.header.navbar.navbar-fixed-top .navbar-nav > li > a {
		border-radius: 4px;
		border-width: 2px;
		border: 2px solid #e4e4e4;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: inline-block;
		text-align: center;
		width: 100%;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.dropdown-menu {
		-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
	}
	
    .home-content h1 {
        font-size: 36px;
    }
    .home-content h3 {
        font-size: 18px;
    }
    .home-content h1, .home-content h2, .home-content h3, .home-content h4 {
        margin: 0 0 15px;
    }
    .home-content p {
        margin-bottom: 30px;
    }
    .team {
        margin-bottom: 30px;
    }
    .action-box .btn {
        margin-top: 15px;
    }
    .pricing-table.col-4 > li,
    .pricing-table.col-3 > li,
    .pricing-table.pricing-col-4 > li,
    .pricing-table.pricing-col-3 > li {
        width: 100%;
    }
    .pricing-table .highlight {
        margin-top: 0 !important;
        padding: 10px !important;
    }
	
	.home-content h1 {
        font-size: 28px;
    }
    .home-content h3 {
        font-size: 24px;
    }
    .home-content h1, .home-content h2, .home-content h3, .home-content h4 {
        margin: 0 0 15px;
    }
    .home-content p {
        margin-bottom: 30px;
    }
	.header .navbar-brand img {
		max-height: 39px;
	}
	.home-content {
		margin-top: -90px;
	}
	.h3, h3 {
		font-size: 1.25rem;
		text-align: center;
	}
	.h4, h4 {
		font-size: 1.1rem;
	}
	.home-6-align {
		margin: auto;
		width: 100%;
		padding: 15px;
		padding-top: 25px;
	}
	.action-box i {
		display:none;
	}
	.action-box p {
		margin-bottom: 0px;
		width: 100%;
		text-align: center;
	}
	.testimonials {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.testimonials blockquote .fa-quote-left {
		margin-left: -3px;
		margin-top: -12px;
	}
	.testimonials blockquote .fa-quote-left, .testimonials blockquote .fa-quote-right {
		font-size: 18px;
	}
	.content-sections-bottom {
		padding: 0px 0px 25px;
	}
	.content-sections-top {
		padding: 45px 0px 0px;
	}
	.bw-cookies {
		width: 100%;
	}
	#col-order-1 {
		order: 2;
	}
	#col-order-2 {
		order: 1;
	}

	.raffle-steps-row .raffle-arrow-svg,
	.raffle-steps-row .raffle-step-contain {
		width: 100%;
	}
}

@media (max-width: 480px) {
}
@media (max-width: 430px) {
}
@media (max-width: 370px) {
}