@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

html,
body {
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}

.top {
    background-image: url(../images/top-bg.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    min-height: 110px;
    width: 100%;
}

.top2 {
    background-image: url(../images/top2.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    min-height: 120px;
    width: 100%;
}

.banner {
    background-image: url(../images/brickwall.png);
    background-repeat: repeat;
    min-height: 734px;
}

.banner2 {
    background-image: url(../images/brickwall.png);
    background-repeat: repeat;
    height: 100%;
}


.container-fluid {
    padding: 0px;
}

.logo {
    position: absolute;
    width: 100%;
    top: 0;
    margin: auto;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    height: 198px;
    left: 50%;
    margin-left: -182px;
    z-index: 1001;
}


@media screen and (max-width:480px) {
.logo {
    position: absolute;
    width: 100%;
    top: 0;
    margin: auto;
    background-image: url(../images/logo-small.png);
    background-repeat: no-repeat;
    height: 152px;
    left: 50%;
    margin-left: -140px;
    z-index: 1001;
}}

h1 {
    margin-top: 40px;
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 700;
    color: #8f0000;
    text-align: center;
    text-transform: capitalize;
}

h1 small {
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    font-weight: 400;
    color: #251560;
    text-align: center;
    text-transform: none;
}

h2 {
    margin-top: 20px;
    font-family: 'Lora', serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.44;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #251560;
    text-align: center;
}


.trio {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.44;
}

.info {
    margin: 0 auto;
    margin-top:10px;
    padding: 4px;
}

.despre {
    background-color: #f6f6f6;
    height: 100%;
}

.top2 {
    background-color: #ffcc33;
    min-height:80px;
    width: 100%;
}

.testimoniale {
    background-image: url(../images/brickwall.png);
    background-repeat: repeat;
    height: 100%;
}

.testimonial {
    display: block;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 2px 4px 5px #bababa;
    padding: 20px;
    border-radius: 4px;
}

.triangle-left {

}

.btn {
    min-width: 280px;
    min-height: 54px;
    border: 1px solid yellow;
    background-color: #ffcc33;
    color: black;
    font-weight: 700;
    font-size: 18px;
    padding-top:14px;
    border-radius: 4px;
    margin: 20px auto;
}

.btn:hover {
    min-width: 280px;
    min-height: 54px;
    border: 1px solid #251560;
    background-color: #fff;
    color: #251560;
    font-weight: 700;
    font-size: 18px;
    padding-top:14px;
    border-radius: 4px;
}

.btn:focus {
   min-width: 280px;
    min-height: 54px;
    border: 1px solid yellow;
    background-color: #ffcc33;
    color: black;
    font-weight: 700;
    font-size: 18px;
    padding-top:14px;
    border-radius: 4px;
}


@media screen and (max-width:420px) {
.btn {
    min-width: 280px;
    min-height: 54px;
    border: 1px solid yellow;
    background-color: #ffcc33;
    color: black;
    font-weight: 700;
    font-size: 18px;
    padding-top:10px;
    border-radius: 4px;
    margin: 20px auto;
}

.btn:hover {
    min-width: 280px;
    min-height: 54px;
    border: 1px solid #251560;
    background-color: #fff;
    color: #251560;
    font-weight: 700;
    font-size: 18px;
    padding-top:10px;
    border-radius: 4px;
}

.btn:focus {
   min-width: 280px;
    min-height: 54px;
    border: 1px solid yellow;
    background-color: #ffcc33;
    color: black;
    font-weight: 700;
    font-size: 18px;
    padding-top:10px;
    border-radius: 4px;
}
}

.circle {
    margin: auto;
    text-align: center;
	width: 80px;
	height: 80px;
	background-color: #ffcc33;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

._form ._type_input ._option input[type="submit"],
._form ._type_input ._option input[type="button"] {
    background: #ffcc33;
    text-decoration: none;
    transition: all ease 0.3s;     
    width:100%;
    padding:2px 15px!important;
    cursor:pointer;
    font-family: inherit;
    font-weight:700;
    font-size:16px;
    color:#000;
    border:1px solid #999999;
    border-bottom:1px solid #888888;
    text-align:center;
    height: 48px;
}

@media screen and (min-width:960px) and (max-width:1200px) {
._form ._type_input ._option input[type="submit"],
._form ._type_input ._option input[type="button"] {
    background: #ffcc33;
    text-decoration: none;
    transition: all ease 0.3s;     
    width:100%;
    padding:2px 4px!important;
    cursor:pointer;
    font-family: inherit;
    font-weight:700;
    font-size:13px;
    color:#000;
    border:1px solid #999999;
    border-bottom:1px solid #888888;
    text-align:center;
    height: 48px;
}
}

._form ._type_input ._option input[type="submit"]:hover,
._form ._type_input ._option input[type="button"]:hover {
border:1px solid #afafaf;
border-bottom:1px solid #a5a5a5;
background:#f7f7f7;
color:#525252;
}

input {
    height: 48px;
    width: 100%;
    padding-left: 10px;
}

.formbot {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px){
.formbot {
    width: 80%;
    margin: 0 auto;
}
}


@media screen and (max-width: 991px){
.formbot {
    width: 100%;
    margin: 0 auto;
}

input {
    height: 48px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
}

}


/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.progress {
  overflow: hidden;
  height: 36px;
  widows: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #8f0000;
  text-align: center;
  background-color: #dedede;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #8f0000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.small-container {
    text-align: center;
    font-weight: 700;
}

.red-share { 
    background-image: url(../images/top2.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    min-height: 80px;
    width: 100%;
}

.red-share p {
    color: #fff;
}

.mid {
    margin: 0 auto;
    width: 68%;
    margin-top: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-align: center;
}



/* formular convertkit */
.ck_first_name { display: none !important; }

#ck_error_msg p {
	color: white!important
}

#flex {
	display: flex!important;
}

#ck_subscribe_button {
    background: #ffcc33;
    text-decoration: none;
    transition: all ease 0.3s;
    padding:2px 15px!important;
    cursor:pointer;
    font-family: inherit;
    font-weight:700;
    font-size:16px;
    color:#000;
    border:1px solid #999999;
    border-bottom:1px solid #888888;
    text-align:center;
    height: 48px;
	margin-left: 2rem;
}

#ck_subscribe_button:hover {
	background: white;
}

@media (max-width: 960px) {
	#flex {
		display: block!important;
		margin-bottom: 4rem;
	}	
	
	#ck_subscribe_button {
		margin-left: 0;
		width: 100%!important;
	}
}
