/*@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,500italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600&subset=latin,cyrillic);*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


body {
	/*font-weight: normal;
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;*/
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}

body.top-margin {
	margin-top: 90px;
}

.sl-title {
	font-size: 80px;
	line-height: 68px;
	/*font-family: "Ubuntu", sans-serif;*/
	font-family: Montserrat, sans-serif;
	color: #fff;
	padding: 20px 0;
	margin: 30px 0;
	text-transform: uppercase;
	/*border-top: 2px solid #fff;*/
	border-bottom: 2px solid #FF6600;
	text-align: center;
}

.sl-desc {
	font-size: 24px;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
}

.btn-transparent {
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 18px;
	line-height: 50px;
	padding: 0 40px;
	/*font-family: "Open Sans", sans-serif;*/
	font-family: Montserrat, sans-serif;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.sl-wt {

}

.container h2 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.col-ptop {
	padding: 70px 3% 0;
}

.container h3 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	margin: 0;
	padding: 50px 0;
}

.normal-block,
.fill-block {
	padding: 70px 0;
}

header.navbar {
	margin: 0;
	transition: all 200ms linear;
	z-index: 99999;
}

#menu {
	padding: 30px 0 0 0;
	transition: all 200ms linear;
}

#phone-lg-panel {
	color: #fff;
	margin-top: -24px;
	float: right;
}

.scrolled #phone-lg-panel {
	display: none;
}

#logo {
	display: inline-block;
	padding-top: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.scrolled #logo {
	padding-top: 9px;
}

.phone,
.langs {
	display: inline-block;
}

.phone {
	padding-right: 20px;
}

.langs {
	position: relative;
}

.langs .lg-sel {
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px 16px 2px 6px;
	font-size: 12px;
	line-height: 1em;
	cursor: pointer;
	background: url(../img/lang-arrows.png) no-repeat 32px center;
	text-transform: uppercase;
	display: none;
}

.langs ul {
	position: absolute;
	top: 19px;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 2px 12px 2px 13px;
	margin: 0;
	list-style: none;
	font-size: 12px;
	border-radius: 4px;
}

.langs ul li {
	line-height: 1.5em;
	padding: 6px 0;
}

.langs .langs-list {
	background: none;
	position: relative;
	top: -2px;
	padding: 0;
}

.langs .langs-list li {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 8px;
}

.langs .langs-list li:last-of-type {
	margin-right: 0;
}

.langs .langs-list a {
	display: block;
	width: 33px;
	height: 33px;
	padding-top: 6px;
	border-radius: 50%;
	border: 2px solid white;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.langs .langs-list li a:hover {
	color: #ff6600 !important;
	border: 2px solid #ff6600;
	text-decoration: none;
}

#resp-wrap {
	margin-top: 10px;
	clear: both;
	float: right;
}

#resp-menu-btn {
	/*background: url(../img/resp-btn.png) no-repeat top left;*/
	width: 36px;
	height: 36px;
	display: inline-block;
}

.line {
	width: 100%;
	height: 5px;
	border-radius: 2px;
	background-color: #fff;
	margin: 6px 0;
	display: block;-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

}

.opened .line.first {
	-webkit-transform: translateY(11px) rotate(45deg);
	-ms-transform: translateY(11px) rotate(45deg);
	transform: translateY(11px) rotate(45deg);
}

.opened .line.second {
	opacity: 0;
	filter: alpha(opacity=0);
}

.opened .line.third {
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}

#call-fb-form3 {
	padding: 8px 10px;
	float: right;
}

#top-phone {
	color: #fff;
}

.scrolled,
.opened {
	background-color: #FF9900;
	-webkit-box-shadow: 0 1px 3px #FF6600;
	-moz-box-shadow: 0 1px 3px #FF6600;
	box-shadow: 0 1px 3px #FF6600;
}

.scrolled #menu {
	padding: 18px 0;
}

.tp-opened {
	display: block;
}

#menu a {
	color: #fff;
}

.mm-wrap {
	padding-top: 22px;
}

.scrolled .mm-wrap {
	padding-top: 10px;
}

.mm-wrap a {
	margin-right: 40px;
}

.mm-wrap .btn-default, #resp-wrap .btn-default {
	background-color: #FF6600;
}

#call-fb-form {
	margin-right: 0;
}

.fill-block {
	background-color: #FF6600;
	color: #fff;
}

.parallax-block {
	background-attachment : fixed;
	background-position: top center;
	background-repeat: repeat-y;
}

#slider-block1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto !important;
	height: auto !important;
	background-color: #FF6600;
	padding: 0;
}

.btn-more {
	left: 50%;
	margin-left: -97px !important;
	margin-top: 40px;
}

.slider-margin {
	height: 100%;
}

#services {
	text-align: center;
}

#services p {
	padding: 0 5%;
}

.icon {
	width: 100%;
	height: 70px;
}

.icon-impl {
	background: url(../img/icons/icon-impl.png) no-repeat top center;
	-webkit-background-size: 80px 70px;
	background-size: 80px 70px;
}

.icon-settings {
	background: url(../img/icons/icon-settings.png) no-repeat top center;
	-webkit-background-size: 80px 70px;
	background-size: 80px 70px;
}

.icon-support {
	/*background: url(../img/icons/icon-support.png) no-repeat top center;
	-webkit-background-size: 70px 70px;
	background-size: 83px 70px;*/
	font-size: 76px;
}

.icon-mail {
	/*background: url(../img/icons/icon-mail.png) no-repeat top center;*/
	font-size: 36px;
	border: 2px solid #FF6600;
	color: #FF6600;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 48px;

}

.icon-address {
	/*background: url(../img/icons/icon-address.png) no-repeat top center;*/
	font-size: 36px;
	border: 2px solid #FF6600;
	color: #FF6600;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 48px;
}

.icon-phone {
	/*background: url(../img/icons/icon-phone.png) no-repeat top center;*/
	font-size: 36px;
	border: 2px solid #FF6600;
	color: #FF6600;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	line-height: 54px;
}

.fullwidthbanner .slotholder img {

}

#bpmonline {
	position: relative;
	padding: 70px 0;
}

#bpm-main {
	/*background: url(../img/bpm-online.png) no-repeat left 170px;
	min-height: 815px;*/
}

h2.bpm-title,
h3.bpm-title {
	font-size: 18px;
	text-transform: none;
	/*font-family: "Ubuntu", sans-serif;*/
	font-weight: 700;
	padding: 16px 0;
}

#menu .btn-default {
	padding: 8px 20px;
}

#menu #resp-wrap .btn-default {
	margin-top: -25px;
	margin-right: 30px;
}

#menu {

}

#rm-links a {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	height: 44px;
	border-bottom: 1px solid #fff;
	padding: 6px 0;
}

#resp-menu-wrap {
	padding: 0 3% 30px;
}

#rm-links {
	border-top: 1px solid #fff;
}

#rm-lang {
	text-align: center;
	padding: 10px;
}


#rm-lang .lg-sel {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: 2px solid white;
	text-align: center;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
}

#top-phone {
	background-color: #FF9900;
	padding: 20px;
}

#bpmonline ul {
	padding: 0 0 0 22px;
}

#bpmonline ul li {
	padding: 5px 0;
}

#bpmonline img {
	max-width: 100%;
}

#bpm-online-small-xxs {
	text-align: right;
	display: none !important;
}

#bpm-online-small {
	display: none !important;
}

.bgnone {
	background: none !important;
}

#bpm-point {
	position: absolute;
}

#bpm-online-small,
#bpm-online-small-xxs {
	padding-top: 50px;
}

#bpm-details {
	background-color: #fff;
}

#bpm-detail-tab {
	padding-top: 20px;
}

.td-content p {
	margin-bottom: 24px;
}

#bpm-detail-tab .col-md-3 {
	padding-top: 50px;
}

#bpm-details h2 {
	position: relative;
	border-bottom: 2px solid #4c90c8;
}

a.close-details {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-color: #eee;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 14px;
}

a.close-details:hover {
	color: #fff;
	background-color: #ccc;
}

.td-content {
	margin-top: 20px;
	border-top: 1px solid #979797;
	padding-top: 30px;
}

.title-details {
	border-left: 5px solid #4db3ee;
	color: #4db3ee;
	line-height: 74px;
	font-size: 30px;
	padding: 0 0 0 20px;
}

.td-commerce {
	border-color: #F2A345;
	color: #F2A345;
}

.td-enterprise {
	border-color: #A1C76B;
	color: #A1C76B;
}

.td-omnichannel {
	border-color: #6890DF;
	color: #6890DF;
}

#about {
	text-align: center;
	background-color: #FF6600;
	background-image: url(../img/about-bg.png);
}

.about-content {
	padding: 70px 12% 0;

}

.about-content p {
	margin-bottom: 24px;
}

.about-content span {
	font-weight: 500;
}

#twitter {
	padding: 70px 0;
}

#tw-head {
	/*background: url(../img/tw.jpg) no-repeat center center;*/
	height: 56px;
	font-size: 56px;
	text-align: center;
	color: #57C1E9;
}

#carousel-tw .item {
	min-height: 260px;
	text-align: center;
	padding: 34px 40px 40px;
	font-weight: 500;
	font-size: 20px;
}

.tw-date {
	padding-bottom: 40px;
}

#carousel-tw .item .tw-body {
	font-style: italic;
	padding: 0 3% 24px;
}

#carousel-tw .item .tw-action {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
}

#carousel-tw .item .tw-action a {
	padding: 0 10px;
}

ol.carousel-indicators {
	margin-bottom: 0;
	bottom: 0;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
	margin: 1px 10px;
	width: 14px;
	height: 14px;
}

.carousel-control-left {
	background: url(../img/tw-prev.jpg) no-repeat center center;
	width: 22px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.carousel-control-right {
	background: url(../img/tw-next.jpg) no-repeat center center;
	width: 22px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: 0;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.carousel-control-right:hover,
.carousel-control-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-indicators li {
	border-color: #ccc;
}

.carousel-indicators .active {
	background-color: #82c638;
	border-color: #82c638;
}

.normal-block h2 {
	color: #333;
}

#feedback {
	background-image: url(../img/about-bg.png);
	background-position: center center;
}

#feedback h2 {
	text-align: center;
	margin-bottom: 70px;
}

form.fb-form input.fb-submit {
	background-color: #fff;
	color: #ff6600;
	text-align: center;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	margin: 18px 0 0 0;
}

.error {
	border: 1px solid red;
}

.title-sec {
	text-align: center;
	font-size: 36px;
	padding: 0 0 30px 0;
}

.sec-des {
	text-align: center;
}

#fb-sec-wrap {
	clear: both;
}

form.fb-form input {
	margin-bottom: 18px;
	font-size: 14px;
	padding: 16px 18px;
}

.form-control {
	height: auto;
}

.form-control:focus {
	border-color: #fff;
}

#contacts {
	text-align: center;
}

#contacts h2 {
	padding-bottom: 30px;
}

#contacts .icon {
	margin-top: 40px;
	margin-bottom: 30px;
}
#contacts a {
	color: #333;
}
#contacts p,
#contacts address {
	color: #333;
	font-size: 14px;
	line-height: 1.4em;
}

#map {
	height: 400px;
	position: relative;
	overflow: hidden;
}

#map .twitter,
#map .linkedin,
#map .google-plus {
	font-size: 30px;
	color: #ff9900;
	margin-right: 20px;
}
#map .twitter:hover,
#map .linkedin:hover,
#map .google-plus:hover,
.map-bg-left .mail-addr:hover {
	color: white;
	text-decoration: none;
}
#map .socials {
	margin-bottom: 35px;
}
.map-bg-left {
	position: absolute;
	right: calc(50% + 200px);
	height: 400px;
	width: calc(50% - 200px);
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.map-bg-mob-left {
	display: none;
	position: absolute;
	left: calc(50% + 150px);
	height: 300px;
	width: calc(50% - 150px);
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}
.map-bg-left h3 {
	margin-top: 0;
	color: white;
}
.map-bg-left p {
	color: white;
	margin-bottom: 35px;
}
.map-bg-left .mail-addr {
	font-size: 24px;
	text-decoration: underline;
	color: #ff9900;
}
.map-bg-right {
	position: absolute;
	left: calc(50% + 200px);
	height: 400px;
	width: calc(50% - 200px);
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	padding-right: 50px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.map-bg-mob-right {
	display: none;
	position: absolute;
	right: calc(50% + 150px);
	height: 300px;
	width: calc(50% - 150px);
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}
.map-bg-right .icon {
	text-align: center;
}

.map-bg-center {
	position: absolute;
	left: 50%;
	height: 400px;
	width: 400px;
	margin-left: -200px;
	background: url("data:image/svg+xml;utf8,<svg id='hole-bg' width='400px' height='400px' viewBox='0 0 400 400' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M0,0 L400,0 L400,400 L0,400 L0,0 Z M200,370 C293.888407,370 370,293.888407 370,200 C370,106.111593 293.888407,30 200,30 C106.111593,30 30,106.111593 30,200 C30,293.888407 106.111593,370 200,370 Z' id='path-1' fill-opacity='.5' fill='#000000'></path></svg>") no-repeat center;
	z-index: 1;
}

#hole-bg {
	position: absolute;
	left: 50%;
	margin-left: -200px;
}

footer {
	height: 80px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #FF6600;
	padding: 20px 0;
}

footer a,
footer a:hover {
	color: #fff;
}

#top-phone {
	display: none;
	font-size: 16px;
}

#resp-phone-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	top: -9px;
	line-height: 28px;
	text-align: center;
	margin-right: 20px;
	text-decoration: none;
}

.popupped {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5) !important;
	transition: all 600ms linear;
}

.popupped #fb-form-layout {
	position: fixed;
	background: #FF6600;
	padding: 20px 40px;
}

.popupped .col-md-4 {
	width: 49.9999999% !important;
}

.popupped .col-md-offset-2 {
	margin-left: 0 !important;
}

.popupped .col-md-8 {
	width: 100% !important;
}

#close-fb {
	display: none;
}

.popupped #close-fb {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	color: #999;
	cursor: pointer;
}

@media (max-width: 1400px) {
	.sl-title {
		font-size: 50px;
		line-height: 30px;
	}
}

@media (max-width: 991px) {
	.phone {
		padding: 0;
	}
	.langs-list {
		display: none;
	}
    .tp-leftarrow, .tp-rightarrow {
	    display: none;
    }
    .navbar {
	    min-height: 60px;
    }
    #resp-wrap {
	    float: none;
	    display: inline-block !important;
	    margin-top: 0;
    }
	#phone-lg-panel {
		float: none;
		display: inline-block;
		position: relative;
		top: -10px;
		margin-right: 30px;
	}
	#menu {
        padding: 15px 0 0 0;
    }
    .scrolled #menu {
	    padding: 10px 0 0 0;
    }
	#logo {
		padding-top: 3px;
	}
	.scrolled #logo {
		padding-top: 3px;
	}
    #map {
	    height: auto;
	    display: flex;
	    flex-direction: column;
    }
	.map-bg-left,
	.map-bg-center,
	.map-bg-right {
		width: 100%;
		height: 200px;
		position: static;
		padding: 0;
		margin: 0;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
    .map-bg-center {
	    display: block;
	    left: 0;
	    height: 300px;
	    position: relative;
	    background: url("data:image/svg+xml;utf8,<svg id='hole-bg' width='300px' height='300px' viewBox='0 0 400 400' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M0,0 L400,0 L400,400 L0,400 L0,0 Z M200,370 C293.888407,370 370,293.888407 370,200 C370,106.111593 293.888407,30 200,30 C106.111593,30 30,106.111593 30,200 C30,293.888407 106.111593,370 200,370 Z' id='path-1' fill-opacity='.5' fill='#000000'></path></svg>") no-repeat center;
    }
    .map-bg-mob-left,
    .map-bg-mob-right {
	    display: block;
    }
    /**/
	#map .twitter,
	#map .linkedin,
	#map .google-plus {
		margin-right: 10px;
	}
	#map .twitter:hover,
	#map .linkedin:hover,
	#map .google-plus:hover,
	.map-bg-left .mail-addr:hover {
		color: white;
		text-decoration: none;
	}
	#map .socials {
		padding: 10px 0;
		margin-bottom: 0;
	}
	.map-bg-left h3 {
		font-size: 24px;
	}
	.map-bg-left p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.map-bg-left .mail-addr {
		font-size: 20px;
		text-decoration: underline;
		color: #ff9900;
	}
    .map-bg-right address,
    .map-bg-right .phones {
	    margin-bottom: 0;
	    font-size: 16px;
    }
	.map-bg-right .phones {
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

@media (max-width: 900px) {
	.sl-title {
		font-size: 50px;
		line-height: 30px;
	}


	.sl-desc {
		font-size: 20px;
	}

}

@media (max-width: 768px) {
	.sl-title {
		font-size: 50px;
		line-height: 30px;
	}
	#bpm-main {
		background: none;
	}

	#about {
		background-image: url(../img/about-bg-m.png);
	}
	#feedback {
		background-image: url(../img/about-bg-m.png);
	}
	#top-phone {
		display: block;
	}

	.sl-title {
		font-size: 40px;
		line-height: 20px;
	}



	.sl-desc {
		font-size: 16px;
	}

	.tp-rightarrow,
	.tp-leftarrow {
		display: none !important;
	}
	#menu #resp-wrap .btn-default {
		margin-right: 6px;
	}
	#phone-lg-panel {
		margin-right: 0;
	}
}

.visible-xxs-block {
	display: none;
}

.visible-xxs-inline-block {
	display: none;
}

@media (max-width: 529px) {
	#phone-lg-panel {
		display: none;
	}
	#resp-phone-btn {
		display: inline-block !important;
		margin-right: 6px;
	}
	#call-fb-form2 {
		display: none;
	}
}

@media (max-width: 480px) {
	.hidden-xxs-block {
		display: none !important;
	}

	.visible-xxs-block {
		display: block !important;
	}

	.visible-xxs-inline-block {
		display: inline-block !important;
	}

	#about {
		background-image: url(../img/about-bg-s.png);
	}

	#feedback {
		background-image: url(../img/about-bg-s.png);
	}

	.sl-title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 360px) {
	#top-phone .col-xs-6 {
		width: 100% !important;
		text-align: center;
	}

	#top-phone #call-fb-form3 {
		float: none;
	}
}

/* Slider styles*/
.tp-rightarrow.round {
	width: 56px;
	height: 56px;
	font-size: 56px;
	color: #fff;
	background: none;
	opacity: .5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.tp-leftarrow.round {
	width: 56px;
	height: 56px;
	font-size: 56px;
	color: #fff;
	background: none;
	opacity: .5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.caption {
	text-align: left !important;
}
.caption::before {
	content: '';
	height: 100%;
	width: 50px;
	background: url(../js/rslider/img/4-slider-left.png) no-repeat center;
}
.caption::after {
	content: '';
	height: 100%;
	width: 50px;
	background: url(../js/rslider/img/4-slider-right.png) no-repeat center;
}

.carousel-inner .item {
	 height: 290px;
}

@media (max-width: 540px) {
	.carousel-inner .item {
		height: 340px;
	}
}
/* ------------------------------------------------------------------------------
	Works
-------------------------------------------------------------------------------*/
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;

  /*overflow: hidden; */
  position: relative;
  /*visibility: hidden; */
}
  .work img
  {
	width:100%;
	height:100%;  
  }
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}