co@charset "UTF-8";
/* CSS Document */
html {     -webkit-font-smoothing: antialiased; } 
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     -webkit-font-smoothing: subpixel-antialiased; } 
body{
	font-family: "Lato", sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	
}
::-moz-selection { background:#bf3d94; color:#fff; }
::selection { background: #bf3d94; color:#fff; }
video {
    width: 1920px;
	opacity: 0.3;
	height: 1080px;
}
.container-fluid.wrapper-video {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
	overflow: hidden;
	background: #323e70;
}
.wrapper-video .row, .wrapper-video .row div {
    margin: 0;
    padding: 0;
}
.content-top {
    background: transparent none repeat scroll 0 0 / 100% auto;
    color: #fff;
    min-height: auto;
    padding-bottom: 430px;
}
.animate-arrow-down {
    border: 4px solid #bf3d94;
	background: #bf3d94;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 60px;
    margin: 220px auto -250px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    transition: all 0.2s linear 0s;
    width: 60px;
    z-index: 2;
}
.animate-arrow-down:hover {
	border-radius: 0px;
	color: #fff;
}
#anchor-2 {
    left: 48%;
    position: absolute;
    top: -65px;
}
@-webkit-keyframes zoom {
 0% {
 transform: scale(1, 1);
}
 100% {
 transform: scale(1.25, 1.25);
}
}
 @keyframes zoom {
 0% {
 transform: scale(1, 1);
}
 100% {
 transform: scale(1.25, 1.25);
}
}
@media screen and (min-width: 1920px) {
	video {
		width: 100%;
		opacity: 0.3;
		height: auto;
	}	
}
@media screen and (max-width: 1440px) {
	video {
		width: 1440px;
		opacity: 0.3;
		height: auto;
	}	
	.content-top {
		padding-bottom: 160px;
	}
	.animate-arrow-down {
    	margin: 60px auto -83px;
	}
	#anchor-2 {
    top: 105px;
}
}
@media screen and (max-width: 992px) {
	video {
		width: 1200px;
		opacity: 0.3;
		height: auto;
	}	
	.content-top {
		padding-bottom: 60px;
	}
	#anchor-2 {
    top: 175px;
}
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.content-top-2 {
    background: transparent none repeat scroll 0 0 / 100% auto;
    color: #fff;
    min-height: auto;
    padding-bottom: 180px;
}
.navbar-default {
	background-color: transparent;
	border-color: none;
	border:0;
}
.img-logo {
    float: left;
    max-width: 400px;
}
.navbar-default .navbar-nav > li > a.social-icon {
    border: 1px solid #fff;
    border-radius: 100px;
    height: 36px;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 36px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a.social-icon:hover {
    border-color: #bf3d94;
	color: #bf3d94;
}
.navbar {
    border-radius: 0;
}
.navbar {
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    min-height: auto;
    position: relative;
}

#menu-main {
    margin-top: 32px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #bf3d94;
    border: 0 none;
    border-radius: 114px;
    color: #fff;
    font-weight: 700;
    margin-top: 9px;
    padding: 1px 14px;
}
.navbar-nav > li > a.dropdown-toggle {
    padding-left: 14px;
    padding-right: 14px;
}
/* Effect 21: borders slight translate */
.link-effect {
	padding: 10px;
	color: #fff;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.link-effect::before,
.link-effect::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.link-effect::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.link-effect::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.link-effect:hover,
.link-effect:focus {
	color: #fff;
}

.link-effect:hover::before,
.link-effect:focus::before,
.link-effect:hover::after,
.link-effect:focus::after {
	opacity: 0.5;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/* Effect 1: Brackets */
.link-effect-2::before,
.link-effect-2::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.link-effect-2::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.link-effect-2::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.link-effect-2:hover::before,
.link-effect-2:hover::after,
.link-effect-2:focus::before,
.link-effect-2:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
#language {
    margin-left: 20px;
	margin-right: 40px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    display: none;
    float: right;
    font-size: 18px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.affix .dropdown-menu {
    background: #eee none repeat scroll 0 0;
}
.badge.polecane {
    background: #BF3D94;
    font-size: 10px;
    font-weight: 300;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #bf3d94;
    border-radius: 100px;
    color: #fff;
    margin-top: 9px;
    padding: 1px 14px;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 6px;
    margin-top: 10px;
}
.navbar-nav > li > a {
    font-size: 15px;
    padding: 8.5px 4px 6.5px;
}
.dropdown-menu > li > a {
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-right {
    float: right;
    margin-right: 10px;
}
.slider {
    background: rgba(0, 0, 0, 0) url("../images/icon-end.png") no-repeat scroll right 37px;
    float: none;
    margin-top: 190px;
    padding-right: 0px;
    text-align: center;
}
.slider h1 {
    font-size: 88px;
    font-weight: 900;
    margin-bottom: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}
.slider h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: -10px;
    margin-top: 12px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}
.slider h2 {
    color: #fff;
    margin-bottom: 50px;
    margin-top: -70px;
}
.slider p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
}
.hash {
    margin-left: 20px;
    margin-right: 20px;
}
.btn.btn-primary-linear {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #bf3d94;
    border-radius: 44px;
    box-shadow: 0 0 1px transparent;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 70px;
    padding: 20px 57px;
    position: relative;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: all;
}
.btn.btn-primary-linear:hover {
	color: #fff;
}
/* Rectangle Out */
.btn.btn-primary-linear:before {
  content: "";
  position: absolute;
  border-radius: 44px;
    border: 2px solid #bf3d94;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bf3d94;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-primary-linear:hover, .btn.btn-primary-linear:focus, .btn.btn-primary-linear:active {
  color: white;
    border: 2px solid transparent;
}
.btn.btn-primary-linear:hover:before, .btn.btn-primary-linear:focus:before, .btn.btn-primary-linear:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.box-main-wave {
    background: rgba(0, 0, 0, 0) url("../images/bg-wave-1.png") no-repeat scroll center top / 100% auto;
    height: 653px;
    margin-top: -40px;
    text-align: center;
    width: 100%;
}
.box-main-wave-text {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 4%;
}
.btn.btn-box-main-wave {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #363573;
    border-radius: 44px;
    box-shadow: 0 0 1px transparent;
    color: #363573;
    font-size: 17px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    padding: 15px 37px;
    position: relative;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: all;
}
.btn.btn-box-main-wave:hover {
	color: #fff;
}
/* Rectangle Out */
.btn.btn-box-main-wave:before {
  content: "";
  position: absolute;
  border-radius: 44px;
    border: 2px solid #363573;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #363573;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-box-main-wave:hover, .btn.btn-box-main-wave:focus, .btn.btn-box-main-wave:active {
  color: white;
    border: 2px solid transparent;
}
.btn.btn-box-main-wave:hover:before, .btn.btn-box-main-wave:focus:before, .btn.btn-box-main-wave:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pg-canvas {
    height: 100%;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#content-particle {
    margin: 0;
    padding: 0;
}
.content-box{
	background: #fff url(../images/particles.png);
	background-size: 100% auto;
	min-height: 600px;
	padding-top: 150px;
	padding-bottom:200px;
}

.content-box-no-padding{
	background-size: 100% auto;
	min-height: 600px;
	padding-top: 50px;
	padding-bottom:200px;
}
.header-img-right {
    background: rgba(0, 0, 0, 0) url("../images/icon-end-small.png") no-repeat scroll right 10px;
    color: #24335a;
    font-size: 43px;
    margin-top: 2px;
    padding-right: 70px;
}
.header-img-right-inverse{
	background: rgba(0, 0, 0, 0) url("../images/icon-end-white.png") no-repeat scroll right 10px;
    color: #fff;
    font-size: 43px;
    margin-top: 2px;
    padding-right: 70px;
}
.header-img-right-inverse small{
	color: #fff;
}
.header-img-right small{
	color: #24335a;
}
.text-header {
    padding-left: 0;
}
.text-header-inverse{
	color: #fff;
}
.panel-box{
	margin-top: 20px;
}
.panel-box h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 50px;
}
.box-pack{
	border: 0;
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	padding: 50px 30px;
	text-align: center;
	color: #fff;
	min-height: 450px;
	cursor: pointer;
  vertical-align: middle;
 -webkit-transform: scale(1.00);
  transform: scale(1.00);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
	
}

.box-pack:hover, .box-pack:focus, .box-pack:active {
  
}
.box-1{
	background: #3a8edc;
	box-shadow: 0px 12px 0px #3179bb;
}
.box-2{
	background: #5963c1;
	box-shadow: 0px 12px 0px #4c54a4;
}
.box-3{
	background: #9e459b;
	box-shadow: 0px 12px 0px #863b84;
}
.box-4{
	background: #db4c8b;
	box-shadow: 0px 12px 0px #ba4176;
}
.box-pack img {
    width: 80px;
}
.box-pack > p {
    font-size: 17px;
    line-height: 24px;
}
.box-pack h3 {
    font-size: 20px;
	font-weight: bold;
}

.tooltip-inner{
	font-size: 12px;
	width: 200px;
}
.tooltip{
	z-index: 10000;
}
.btn.btn-box {
    border: 2px solid #fff;
    border-radius: 100px;
    bottom: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    position: absolute;
    right: 75px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 160px;
}
.btn.btn-box:hover {
      -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.fa-question-circle-o{
	cursor: help;
}
.arrow-down {
    background: #fff none repeat scroll 0 0;
    border-radius: 18px;
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
    color: #e94b53;
    height: 100px;
    margin-top: -212px;
    padding: 10px 20px 20px;
    position: relative;
    text-align: center;
    width: 100px;
    z-index: 1000;
  	display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1000;
  animation-iteration-count: 1000;

}
.arrow-down:hover{
		 
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#step2 .arrow-down {  
    margin-top: -142px;
}
.parallax-window {
    min-height: 900px;
    background: transparent;
}
.parallax-window-2 {
    min-height: 500px;
    background: transparent;
}
.portfolio-panel{
	background: url("../images/bg-wave-1.png") no-repeat top center;
	margin-top: 0px;
	padding-top: 70px;
	min-height: 350px;
	margin-bottom: 0px;
	background-size: 100%;
}
.btn.btn-primary-linear-inverse {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 44px;
    font-size: 21px;
    font-weight: 300;
    margin-top: 40px;
    padding: 15px 50px;
	color: #fff;
    text-transform: uppercase;
	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
  	position: relative;
  	-webkit-transition-property: color;
  	transition-property: color;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
}
.btn.btn-primary-linear-inverse:hover {
	color: #e94b53;
}
/* Shutter Out Horizontal */
.btn.btn-primary-linear-inverse:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
	border-radius: 44px;
  left: 0;
  right: 0;
  background: #fff;
	color: #e94b53;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-primary-linear-inverse:hover:before, .btn.btn-primary-linear-inverse:focus:before, .btn.btn-primary-linear-inverse:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.customer-logo {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 0px;
}
.customer-logo img {
    float: left;
    height: 70px;
    margin-left: 9px;
    margin-right: 9px;
    opacity: 0.85;
}
.customer-logo > div > img:hover{
	-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
	 -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	opacity: 1;
}
.customer-logo h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
}
.panel-box-contact {
    margin-bottom: 70px;
    margin-top: 120px;
}
.panel-box-contact h3 {
    font-weight: bold;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: inherit;
}
.footer {
    background: rgba(0, 0, 0, 0) url("../images/bg-footer.png") no-repeat scroll center top / 100% auto;
    height: 700px;
    margin-top: -27px;
    padding-top: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.logo-footer {
    float: left;
    margin-right: 15px;
    margin-top: -12px;
}
.text-footer{
	margin-top: 34px;
}
.menu-footer {
    margin-top: 34px;
}
.menu-footer a {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 32px;
    transition: all 0.2s ease 0s;
}
.menu-footer a:hover {
    border: 1px solid #BF3D94;
    color: #BF3D94;
}
.footer-box-link h5 {
    color: #667ed8;
    font-size: 18px;
}
.footer-box-link > ul {
    font-size: 16px;
    line-height: 34px;
    list-style: outside none none;
    padding: 0;
}
.footer-cookie {
    border-top: 1px solid #3f508b;
    color: #aab5cf;
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
    padding-left: 210px;
    padding-right: 210px;
    padding-top: 30px;
}
.footer-cookie a {
    color: #fff;
}
.checkbox.checkbox-contact {
	padding-left: 20px;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 0;
}
/*cookies*/
.cookie-message {
	position: fixed;
	left: 30px;
	bottom: 30px;
	background-color: #bf3d94;
	max-width: 500px;
	margin-left: 30px;
	z-index: 100;
	color: #fff;
	padding: 2rem;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
}
.cookie-message .btn-secondary {
	background-color: #0b0d5a;
	color: #fff;
	border: 0;
}
    .cookie-message .btn-secondary:hover {
      background-color: #fff;
      color: #0b0d5a; }
.cookie-message a {
	color: #fff;
	font-weight: bold;
}


.row.footer-middle {
    border-top: 1px solid #3f508b;
    margin-top: 40px;
    padding-top: 40px;
}
.footer-contact-panel {
    background: #243264 none repeat scroll 0 0;
    border-radius: 12px;
    font-size: 16px;
    padding: 20px 30px;
    text-align: right;
}
.footer-contact-panel a {
    color: #fff;
    margin-right: -13px;
    transition: all 0.2s ease 0s;
}
.footer-contact-panel a:hover {
    color: #BF3D94;
}
.footer-box-link a {
    color: #fff;
    margin-left: -15px;
}
.dropdown-text{
	color: #24335A;
	font-weight: 600;
	font-size: 16px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: #E94B53;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 4px;
    float: right;
    margin-bottom: -28px;
    margin-right: 50px;
    margin-top: 28px;
    padding: 9px 10px;
    position: relative;
    z-index: 1200;
}
#menu-main.navbar-collapse.collapse.in, #menu-main.navbar-collapse.collapsing {
    background: #bf3d94 none repeat scroll 0 0;
    left: 0;
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
    border-radius: 3px;
    height: 3px;
    transition: all 0.2s ease 0s;
    width: 25px;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.modal-header {
    background: #be3a92 none repeat scroll 0 0;
    border-bottom: 0 none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 25px 40px 10px;
    text-align: center;
	color: #fff;
	font-size: 16px;
}
.modal-header > p {
    margin: 0 0 10px;
}
.slider .modal p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    text-shadow: none;
}
.modal-body {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 50px 70px 30px;
    text-align: left;
}

label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}
.form-group {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 18px;
    height: 49px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.rapid-ssl {
    float: left;
    margin-left: -10px;
    margin-right: 0;
    width: 80px;
}
.rapid-ssl-text {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}
.slider .modal p.rapid-ssl-text {
    float: left;
    margin-top: 14px;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: 0 0 13px rgba(255, 0, 0, 0.3) inset;
}
.alert.alert-success {
    margin-bottom: -10px;
    margin-left: 50px;
    margin-right: 50px;
}
#submit-btn {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #be3a92;
    border-radius: 100px;
    color: #be3a92;
    font-size: 21px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 60px;
    text-transform: uppercase;
	transition: all 0.2s linear;
}
#submit-btn:hover {
    background: #be3a92;
	color: #fff;
}
.top-wrapper {
    height: 500px;
    overflow: hidden;
}
.portfolio-wrapper{
	height: 349px;
}
.media-panel{
	padding-left: 0px;
	margin-top: 80px;
	margin-bottom: 150px;
}
.header-wide-content {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid;
    border-radius: 8px;
    padding: 0 0 50px;
}
.header-wide-content ul {
    line-height: 28px;
    margin-bottom: 30px;
    margin-left: 40px;
}
.header-wide-content ol {
    line-height: 28px;
    margin-bottom: 30px;
    margin-left: 40px;
}

.media-object {
    margin-right: 20px;
    width: 150px;
}
.media {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #2c3a6d;
    border-radius: 10px;
    box-shadow: none;
    margin-top: 35px;
    padding: 20px;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}
.media.media-job {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e4f3;
    border-radius: 10px;
    box-shadow: none;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 35px;
    padding: 20px 50px;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}
.media-body {
    text-align: center;
}
.media-heading {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 0;
	font-weight: bold;
}
.btn-sm, .btn-group-sm > .btn {
    border: 0 none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
    padding: 8px 30px;
    text-transform: uppercase;
}
.container.content-wrapper.portfolio {
    margin-bottom: 150px;
}
figure {
    background: #303d6e none repeat scroll 0 0;
    box-shadow: none;
    cursor: pointer;
    float: left;
    height: 100%;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.row.portfolio-row {
    margin: 0;
    padding: 0;
	margin-top: 30px;
}
figure p a {
    display: block;
    font-size: 17px;
    margin-top: 12px;
}
figure p a.link-bordered {
    display: inline;
    font-size: 17px;
    margin-top: 12px;
}
figure p a {
    color: #E94B53;
}
/* Common style */


figure img {
    display: block;
    max-width: 100%;
    opacity: 1;
    position: relative;
}


figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidde
}
figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption, figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

	figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


	figure h2 {
	
	font-weight: 500;
}


	figure h2 span {
	font-weight: 800;
}


	figure h2,

	figure p {
	margin: 0;
}


	figure p {
	letter-spacing: 1px;
	font-size: 13px;
}
/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    background: #303d6e none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: auto;
    padding: 1em;
    top: auto;
    transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s;
}
figure.effect-zoe img{
	max-width: 100%;
	-webkit-transition:  opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition:  opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transform: translate3d(0px, 0px, 0px) scale(1.05);
	transform: translate3d(0px, 0px, 0px) scale(1.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    width: 100%;
	opacity: 0.7;
	
}

figure.effect-zoe:hover img {
	opacity: 0.1;
	-webkit-transform: translate3d(0,0,0) scale(1.25);
	transform: translate3d(0,0,0) scale(1.25);
}
figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links{
	margin-top: -28px;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #fff;
	font-size: 24px;
	margin-top: -10px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #fff;
}
figure.effect-zoe p.description {
    backface-visibility: hidden;
    color: #fff;
    font-size: 18px;
    left: 0;
    margin-bottom: 41%;
    margin-top: -41%;
    opacity: 0;
    padding: 10px 80px;
    position: absolute;
    text-transform: uppercase;
    transition: opacity 0.35s ease 0s;
}
figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
	font-weight: 500;
}
figure.effect-zoe p.description a{
	color: #be3a92;
}
figure.effect-zoe p.description a:hover{
	color: #e372bd;
}
figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
	display: inline-block;
	font-size: 26px;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.row.portfolio-row .col-sm-12.col-md-6.col-lg-6.col-xl-4 {
    padding: 0;
}
.img-responsive.portfolio-details {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 63px rgba(0, 0, 0, 0.12);
    height: auto;
    min-height: auto;
    object-fit: scale-down;
    padding: 20px;
    width: auto;
}
.portfolio-details-text {
    border-bottom: 6px dotted #e94b53;
    font-size: 18px;
    margin-right: 20px;
    margin-top: 120px;
    padding-bottom: 30px;
    text-align: left;
}
.portfolio-details-panel {
    margin: 100px 0 0;
}
article > h1 > a {
    color: #363573;
}
article > h1 > a:hover {
    color: #363573;
}
.row.portfolio-details-row {
    border-bottom: 1px dashed #e94b53;
    margin: 60px 0;
    padding-bottom: 60px;
}
.portfolio-details-right {
    float: right;
    padding-left: 80px;
    text-align: right;
}
.pd-icon {
    margin-right: 20px;
    margin-top: 20px;
    width: 50px;
}
.pd-icon:hover{
	-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
	 -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	opacity: 1;
}
.pd-text {
    padding-left: 0;
}
.bg-primary {
    background-color: #fcf8e3;
	color: #24335A;
    float: right;
    padding: 10px 20px;
}
.bg-primary a {
	cursor: pointer;
}
.content-wrapper{
	
}
.container-fluid.img-wave {
    height: 50px;
    margin-top: -53px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: -1;
}
.row.panel-text {
    border-bottom: 1px dashed #ccc;
    line-height: 30px;
    padding: 130px 160px 80px;
    text-align: center;
}
.row.row-icon {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}
}
.row-icon > div > div {
    display: table-cell;
    vertical-align: middle;
}
.row-icon > div > div {
    background: transparent none repeat scroll 0 0;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    display: table;
    font-size: 16px;
    height: auto;
    line-height: 24px;
    margin: 0;
    min-height: 300px;
    min-width: 100%;
    padding: 20px;
    width: 100%;
}
.row-icon > div {
    padding: 0px;
}
.row-icon div img {
    margin-bottom: 12px;
    max-width: 70px;
}
.row-icon div:hover{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
	 -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	opacity: 1;
}
ri-1 > div > div{
 max-height: 250px;
}
.ri-2 > div > div {
    height: 300px;
}
.row.text-about-us-icon {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}
.text-about-us-icon > div {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #2c3a6d;
    border-radius: 10px;
    cursor: pointer;
    display: table;
    font-size: 16px;
    height: 200px;
    line-height: 24px;
    margin-right: 10px;
    min-height: auto;
}
.text-about-us-icon > div > div {
    display: table-cell;
    vertical-align: middle;
}
.text-about-us-icon div img {
    margin-bottom: 12px;
    max-width: 70px;
}
.text-about-us-icon div:hover{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
	 -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	opacity: 1;
}
.panel-heading > img {
    max-width: 100px;
}
.panel {
    background-color: #fff;
    border: 1px solid;
    border-radius: 12px;
    box-shadow: none;
    margin-bottom: 25px;
    min-height: 577px;
}
.panel:hover{
	-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
	 -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
	opacity: 1;
}
.panel-body {
    padding: 35px;
}
.panel-default > .panel-heading {
    background-color: transparent;
    border-color: #ddd;
    color: inherit;
}
.panel-title {
    color: inherit;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
}
a.thumb-film {
    float: left;
    padding: 10px;
    width: 100%;
    margin-bottom: 40px;
}
a.thumb-film:hover {
    background: #eee
}
.thumbs-film {
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.as_video.thumb-film > span {
    border-bottom: 1px dotted;
    color: #363573;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

@media (max-width: 1920px) {
	.box-main-wave {
		background-size: auto;
		height: 500px;
	}
	.content-wrapper{
		background-size: auto;
	}
	.box-main-wave-text {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
}
	.portfolio-panel{
		background-size: auto;
	}
	.footer {
		background-size: auto;
	}
	.img-logo {
		float: left;
		max-width: 350px;
	}
	.container-fluid.img-wave {
		margin-top: -47px;
		padding: 0;
		width: 100%;
	}
	
}


/* Okresla punkt w którym pojawia się toggle menu - collapse*/
@media (max-width: 1350px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	#language {
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-default .navbar-nav > li > a.social-icon {
		border: 1px solid #fff;
		border-radius: 100px;
		height: 36px;
		margin: 0 auto 10px;
		padding: 5px;
		text-align: center;
		transition: all 0.3s ease 0s;
		width: 36px;
	}
	.nav > li.social-icon-li{
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
		border: 1px dotted #c9439d;
		box-shadow: 0 1px 0 #b33589;
		float: none;
		margin: 0 auto;
		position: static;
		text-align: center;
		max-width: 300px;
		width: 100%;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
		color: #fff;
		background: transparent;
	}
	.slider h2 {
		margin-bottom: -10px;
		margin-top: -20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #a92d80;
	}
}

@media only screen 
and (max-width : 1440px) {
	.customer-logo img {
		float: left;
		height: 60px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.btn.btn-box {
		bottom: 25px;
		right: 51px;
	}
	.footer-cookie {
		padding-left: 40px;
		padding-right: 40px;
	}
}





@media only screen 
and (max-width : 1200px) {
	.box-main-wave-text {
		padding-top: 90px;
	}
	.box-pack {
		border-radius: 12px;
		min-height: 400px;
	}
	.btn.btn-box {
		bottom: -20px;
		position: relative;
		right: auto;
		width: 200px;
	}
	.customer-logo img {
		height: 49px;
	}
	.text-footer {
		font-size: 16px;
		margin-top: 34px;
	}
	.pg-canvas {
		height: 130%;
		margin-top: 0;
	}
	.row.panel-text {
		border-bottom: 1px dashed #ccc;
		line-height: 30px;
		padding: 130px 30px 80px;
		text-align: center;
	}
	.footer-contact-panel {
    background: #243264 none repeat scroll 0 0;
    border-radius: 12px;
    font-size: 16px;
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
}
.footer {
    background: #2c3a6d none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    margin-top: -27px;
    padding-bottom: 30px;
    padding-top: 40px;
}
.slider h1 {
    font-size: 68px;
}
.slider h3 {
    font-size: 38px;
    margin-top: 2px;
}
.slider p {
    font-size: 22px;
    margin-top: 20px;
}
.btn.btn-primary-linear {
    font-size: 19px;
    margin-top: 40px;
    padding: 15px 47px;
}
}




@media only screen 
and (max-width : 992px) {
	.slider h1 {
		font-size: 58px;
	}
	.slider h3 {
		font-size: 34px;
	}
	.slider p {
		font-size: 18px;
	}
	.slider {
    margin-top: 100px;
}
.animate-arrow-down {
    margin: 90px auto 37px;
}
	.img-logo {
		max-width: 300px;
	}
	.navbar-toggle {
		margin-right: 20px;
		margin-top: 28px;
	}
	.box-main-wave-text {
		padding-top: 40px;
	}
	.panel-box-contact h3 {
		font-size: 22px;
	}
	.customer-logo img {
		height: 76px;
	}
	.customer-logo h1 {
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.panel-box h1 {
		font-size: 30px;
	}
	.menu-footer {
		margin-left: 50px;
		margin-top: 4px;
		text-align: left;
	}
	.row.footer-middle {
		margin-top: 20px;
		padding-top: 20px;
	}
	.footer-cookie {
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	.box-pack {
		min-height: 420px;
	}
	.text-about-us-icon > div {
		font-size: 15px;
		min-height: 200px;
	}
}





@media only screen 
and (max-width : 767px) {
	.slider h1 {
		font-size: 38px;
	}
	.slider h3 {
		font-size: 24px;
		margin-top: 0;
	}
	.slider p {
		font-size: 15px;
		font-weight: 500;
	}
	.box-main-wave {
		background: #ebebeb none repeat scroll 0 0;
		height: auto;
		padding: 0 0 60px;
	}
	.panel-box-contact {
		margin-top: 70px;
	}
	.customer-logo img {
		height: 57px;
		margin-bottom: 20px;
	}
	.footer-contact-panel {
		text-align: center;
	}
	.img-logo {
		max-width: 280px;
	}
	.text-about-us-icon > div {
		float: none;
		font-size: 15px;
		height: auto;
		margin: 0 auto 20px;
		min-height: auto;
		padding-bottom: 20px;
		padding-top: 20px;
		width: 100%;
	}
}




@media only screen 
and (max-width : 450px) {
	.img-logo {
		max-width: 200px;
		margin-top: 9px;
	}
	.btn.btn-primary-linear {
		font-size: 16px;
		padding: 15px 47px;
	}
	.modal-body {
		padding: 20px;
	}
	.text-footer {
		text-align: center;
	}
	.menu-footer {
		margin-left: auto;
		text-align: center;
	}
	.footer-cookie {
		font-size: 12px;
		margin-top: 10px;
		padding-top: 10px;
	}
	.customer-logo img {
		height: 47px;
		margin-left: 18px;
	}
	.animate-arrow-down {
    border-width: 2px;
    font-size: 15px;
    height: 30px;
    margin: 70px auto 28px;
    padding-top: 2px;
    width: 30px;
}
}
@media only screen 
and (max-width : 360px) {
	.img-logo {
		margin-top: 11px;
		max-width: 170px;
	}
	.customer-logo h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.customer-logo img {
		margin-left: 9px;
	}
	.text-about-us-icon div {
		width: 100%;
	}
}






.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    background: #fff url("../images/loader.gif") no-repeat scroll center center / 120px auto;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
@media (min-width: 768px) {
#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:100;
   -webkit-transition: all .6s ease-in-out;
}
.navbar.navbar-default.affix {
    background: #323e70 none repeat scroll 0 0;
    box-shadow: none;
    left: 0;
    margin-top: 0;
    position: relative;
    z-index: 2147483647;
}
.affix #menu-main {
    margin-top: 5px;
}
.affix .img-logo {
    margin-top: -12px;
    width: 180px;
}
.affix .brand-text {
    display: none;
}
}
.nav-wrapper{
	min-height: 72px;
}
.affix .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 4px;
    float: right;
    margin-bottom: -28px;
    margin-right: 50px;
    margin-top: 10px;
    padding: 9px 10px;
    position: relative;
    z-index: 1200;
}
.typed-cursor {
    animation: 0.7s ease 0s normal none infinite running blink;
    color: #fc3848;
    float: right;
    margin-top: 30px;
    opacity: 1;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #BF3D94 url(../images/arrow-up.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
	background-size: 40%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
	z-index: 1000;

}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #BF3D94;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

