/*
Name: Creative Ones
Author: Gabriel StroicÃƒâ€ž
Author URL: http://creative-ones.com
Version: 1.0 Florin Salam
Text Domain: Creative Ones
*/


.full-width{
	display: table;
	width: 100%;
}
.no-padding{
	padding: 0;
}
.pulse2 {
	transition: 0.6s;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 3s infinite;
}
.pulse2:hover {
	transition: 0.6s;
  animation: none;
}
#header-banner .promo-badge.one{
	left: 285px;
}
#header-banner .promo-badge.two{
	right: 285px;
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.modal input[type="text"], .modal input[type="email"], .modal select, .modal input[type="tel"] {
    height: 40px;
}
.modal input[type="text"], .modal input[type="email"], .modal textarea, .modal select, .modal input[type="tel"] {
    border: 3px solid #0098f5;
    border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#logo-modal {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#InputFile input {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    overflow: hidden !important;
    z-index: 3 !important;
    position: relative;
    cursor: pointer;
    height: 40px !important;
}
.wpcf7-form-control-wrap {
    position: relative;
}
#InputFile {
    background: #f2f2f2;
    overflow: hidden;
    border: 1px dashed #ddd;
    color: #333;
    position: relative;
    transition: all 300ms ease-in-out;
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
}
#InputFile > div {
    font-family: 'Ubuntu',sans-serif;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    z-index: 0;
    text-align: center;
    line-height: 40px !important;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}








#top-bar{
	width: 100%;
	height: 150px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001e3e+0,7b3370+100 */
background: rgb(0,30,62); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,30,62,1) 0%, rgba(123,51,112,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,30,62,1) 0%,rgba(123,51,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,30,62,1) 0%,rgba(123,51,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e3e', endColorstr='#7b3370',GradientType=1 ); /* IE6-9 */
}
#top-bar .logo-wrap{
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	border-radius: 50%;
	box-shadow: 0 43px 43px -4px rgba(0,0,0,.1);
	bottom: -125px;
	z-index: 9;
}
#top-bar .logo-wrap img{
	width: 80%;
}
#header-banner img{
	width: 100%;
}
#header-banner{
	position: relative;
}
#header-banner .mobile{
	display: none;
}
#header-banner .absolute-wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
	width: 100%;
}
#header-banner .absolute-wrap .text{
	padding-top: 15%;
	
}
#header-banner .absolute-wrap .text h3{
	font-size: 60px;
	color: #fff;
	font-weight: 300;
	margin-top: 0px;
	font-family: Open Sans;
	margin-bottom: 50px;
}
#header-banner .absolute-wrap .text h4{
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	margin-top: 0px;
	font-family: Open Sans;
}
#header-banner .promo-badge{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	position: absolute;
	bottom: -10px;
}


#content .contact-wrap{
	width: 100%;
	max-width: 300px;
	background-color: #007bff;
	float: right;
	padding: 25px;
}
#content .contact-wrap input{
	width: 100%;
	color: #333;
	font-weight: 500;
	height: 35px;
}
#content .contact-wrap span{
	font-size: 17px;
	color: #fff;
}
#content .contact-wrap h4{
	font-size: 20px;
	color: #fff;
	margin-top: 0px;
	text-align: center;
}
#content .contact-wrap #lp-adwords-form-btn{
	background-color: #ff8b02;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	transition: 0.4s;
	margin-top: 30px;
}
#content .contact-wrap #lp-adwords-form-btn:hover{
	transform: scale(1.1);
	transition: 0.4s;
}
#content .left{
	padding-top: 100px;
}
#content .left h3{
	font-size: 45px;
	color: #000;
}
#content .left h4{
	font-size: 20px;
}
#content2{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #007fe8;
}
#content{
	display: table;
	width: 100%;
	padding-bottom: 50px;
}
#content2 h3{
	font-size: 80px;
	color: #fff;
	font-weight: 600;
}
#content2 p{
	font-size: 20px;
	color: #fff
}
#content3{
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url('../img/5 NORISOR STANGA JOS.png'), url('../img/4 NORISOR DREAPTA JOS.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 23% 74%, 78% 92%;
	background-size: 150px;
	background-attachment: fixed, fixed;
	background-color: #d8f5ff;
}
#content3 ul{
	font-size: 20px;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#content4{
	background-color: #007fe8;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content4 p{
	font-size: 20px;
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
}
#content5 .btn-contact-oc{
	background-color: #ff8b02;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 50px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	position: relative;
	display: table;
	top: -150px;
	transition: 0.3s;
}
#content5 .btn-contact-oc:hover{
	background-color: #333;
	transition: 0.3s;
}
#content5 ul{
	list-style: none;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	top: -100px;
	position: relative;
}
#content5 ul li{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
#content5 ul li a{
	display:  block;
}
#content5 ul li a img{
	width: 60px;
}
#content5 ul li a:hover img{
	opacity: 0.7;
}
#footer{
	padding-top: 20px;
	background-color: #333;
}
#footer p{
	font-size: 15px;
	color: #fff;
	text-align: center;
}
#footer a{
	color: #fff;
}
















@media (max-width: 575px) {
	#header-banner .absolute-wrap .text {
    	padding-top: 20%;
    	text-align: center;
	}
	#header-banner .mobile{
		display: block;
	}
	#header-banner .desktop{
		display: none;
	}
	#header-banner .absolute-wrap .text h4{
		font-size: 12px;
	}
	#header-banner .absolute-wrap .text h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#top-bar .logo-wrap{
		width: 100px;
		height: 100px;
		bottom: -40px;
	}
	#header-banner .promo-badge{
		width: 100px;
		bottom: -40px;
	}
	#content .contact-wrap{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#content .left h3{
		font-size: 22px;
	}
	#content .left h4{
		font-size: 15px;
		margin-bottom: 30px;
	}
	#content .left{
		padding-top: 30px;
	}
	#content2 h3{
		font-size: 35px;
	}
	#content2 p,#content3 ul,#content4 p{
		font-size: 15px;
	}
	#content5 .btn-contact-oc{
		top: 0px;
	}
	#content5 ul{
		top: 20px;
		height: 100px;
	}
	#content5 ul li a img{
		width: 45px;
	}
	#top-bar{
		height: 100px;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	#header-banner .absolute-wrap .text {
    	padding-top: 19%;
    	text-align: center;
	}
	#header-banner .mobile{
		display: block;
	}
	#header-banner .desktop{
		display: none;
	}
	#header-banner .absolute-wrap .text h4{
		font-size: 20px;
	}
	#header-banner .absolute-wrap .text h3{
		font-size: 35px;
		margin-bottom: 20px;
	}
	#top-bar .logo-wrap{
		width: 130px;
		height: 130px;
		bottom: -65px;
	}
	#header-banner .promo-badge{
		width: 130px;
		bottom: -22px;
	}
	#content .contact-wrap{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#content .left h3{
		font-size: 25px;
	}
	#content .left h4{
		font-size: 17px;
		margin-bottom: 30px;
	}
	#content .left{
		padding-top: 30px;
	}
	#content2 h3{
		font-size: 35px;
	}
	#content2 p,#content3 ul,#content4 p{
		font-size: 15px;
	}
	#content5 .btn-contact-oc{
		top: 0px;
	}
	#content5 ul{
		top: 20px;
		height: 100px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	#header-banner .absolute-wrap .text h4{
		font-size: 20px;
	}
	#header-banner .absolute-wrap .text h3{
		font-size: 35px;
		margin-bottom: 20px;
	}
	#header-banner .absolute-wrap .text{
		padding-top: 11%;
	}
	#top-bar .logo-wrap{
		width: 170px;
		height: 170px;
		bottom: -85px;
	}
	#header-banner .promo-badge{
		width: 170px;
		bottom: -42px;
	}
	#content5 .btn-contact-oc{
		top: -70px;
	}
	#content5 ul{
		top: -30px;
	}
	#top-bar{
		height: 100px;
	}
	#content{
		padding-top: 50px;
	}
	#content .left h3{
		font-size: 25px;
	}
	#content2 h3{
		font-size: 50px;
	}
	#content2 p{
		font-size: 17px;
	}
	#content4 p{
		font-size: 17px;
	}
	#content3 ul{
		font-size: 17px;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	#header-banner .absolute-wrap .text h4{
		font-size: 20px;
	}
	#header-banner .absolute-wrap .text h3{
		font-size: 35px;
		margin-bottom: 20px;
	}
	#header-banner .absolute-wrap .text{
		padding-top: 11%;
	}
	#top-bar .logo-wrap{
		width: 170px;
		height: 170px;
		bottom: -85px;
	}
	#header-banner .promo-badge{
		width: 170px;
		
	}
	#content5 .btn-contact-oc{
		top: -95px;
	}
	#content5 ul{
		top: -50px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	#header-banner .absolute-wrap .text{
		padding-top: 9%;
	}
	#header-banner .absolute-wrap .text h3{
		font-size: 42px;
	}
	#header-banner .absolute-wrap .text h4{
		font-size: 27px;
	}
	#top-bar .logo-wrap{
		width: 200px;
		height: 200px;
		bottom: -100px;
	}
	#header-banner .promo-badge{
		width: 200px;
	}
	#content5 .btn-contact-oc{
		top: -100px;
	}
	#content5 ul{
		top: -50px;
	}
}

@media (min-width: 1400px) and (max-width: 1650px) {
	#header-banner .absolute-wrap .text{
		padding-top: 9%;
	}
	#header-banner .absolute-wrap .text h3{
		font-size: 52px;
	}
	#header-banner .absolute-wrap .text h4{
		font-size: 37px;
	}
	#content5 .btn-contact-oc{
		top: -110px;
	}
	#content5 ul{
		top: -60px;
	}
}

@media (min-width: 1200px) {
	
}

















