a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.2rem;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:visited{
  color: #A9A9A9;
}

#logo img{
  width: 140px;
  height: 60px;
  margin-top: 0 auto;
}

.navbar-inverse {
  background-color: #FFF;
}

button, .borders{
  color: #fff;
  background-color: #FF6363;
  border: none;
  text-align: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  text-transform: uppercase;
}

button:hover{
  background-color: #8a65e8;
  transition: opacity .3s ease-out;
  -o-transition:color .3s ease-out, background 0.3s ease-in;
  -ms-transition:color .3s ease-out, background 0.3s ease-in;
  -moz-transition:color .3s ease-out, background 0.3s ease-in;
  -webkit-transition:color .3s ease-out, background 0.3s ease-in;
}

h2{
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  color:#3f3f3f;
}

.navbar-default a{
  float: right;
  font-weight: bold;
}

.hero{
  background-image: url("../img/hero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 480px;
}

.boxtext{
  padding-top: 150px;
}

.hero button{
  width: 100%;
  padding: 20px 0 20px 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.hero button:hover{
  background-color: #8a65e8;
  transition: opacity .3s ease-out;
  -o-transition:color .3s ease-out, background 0.3s ease-in;
  -ms-transition:color .3s ease-out, background 0.3s ease-in;
  -moz-transition:color .3s ease-out, background 0.3s ease-in;
  -webkit-transition:color .3s ease-out, background 0.3s ease-in;
}

.hero h1{
  text-transform: uppercase;
}

.hero h1, p {
  text-align: center;
  color: #fff;
}

.margintop-default{
  margin-top: 50px;
}

.brand-business-journals{
  width: 160px !important;
  margin-top: 15px !important;
}

.brand-next-big-idea{
  width: 95px !important;
}

.brand-web-summit{
  width: 150px !important;
}

.brandingswork img, .featuredin img {
  max-width: 1100px;
  margin: 0;
  width: 100%;
  display: block;
}

.featuredin img {
  max-width: 600px;
  padding-top: 20px;
  margin: 0 auto;
}

footer{
  background-color: #26223d;
}

footer div{
  margin-top: 30px;
}

footer span{
  color: #fff;
  text-transform: uppercase;
}

footer .phone{
  margin-top: 50px;
}

.flags{
  font-size: 1.2rem;
  width: 100%;
  margin-top: 20px;
  padding-left: 0px;
}

.meeting{
  background-color: #8a65e8;
  background-image: url(../img/pattern-purple.png);
}

.meeting h3{
  color: #FFF;
  text-transform: uppercase;
  margin-top: 70px;
}

.meeting p{
 text-align: left;
 padding-right: 40px;

}

.meeting button{
  text-align: right;
  border: 1px solid #FFF;
  width: 100%;
  max-width: 300px;
  height: 60px;
  text-align: center;
  background-color: #8a65e8;
  margin: 0px 0 60px 0;
}

.meeting a:hover button {
  background-color: #FFF;
  color: #8a65e8;
  transition: opacity .2s ease-out;
  -o-transition:color .2s ease-out, background 0.3s ease-in;
  -ms-transition:color .2s ease-out, background 0.3s ease-in;
  -moz-transition:color .2s ease-out, background 0.3s ease-in;
  -webkit-transition:color .2s ease-out, background 0.3s ease-in;
}

.form-event{
  background-color: #FFF;
}

.form-group{
  font-size: 1.2rem;
  color: #7d7d7d;

}

.newsletter{
  width: 100%;
}

.newsletter span{
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-transform: none;
  color: #fff;
}

.newsletter input[type="text"], .newsletter button{
  background-color: #3c375b;
  width: 100%;
  max-width: 235px;
  height: 35px;
  color: #7a73a3;
  border: none;
  margin-top: 10px;
}

.newsletter button{
  height: 35px !important;
}

/* Placeholder color input newsletter */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#7a73a3;
    padding-left: 10px;
    font-size: 1.2rem;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#7a73a3;
   padding-left: 10px;
   font-size: 1.2rem;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#7a73a3;
   padding-left: 10px;
   font-size: 1.2rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#7a73a3;
   padding-left: 10px;
   font-size: 1.2rem;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color:#7a73a3;
   padding-left: 10px;
   font-size: 1.2rem;
}

.newsletter button, .buttonnavbar{
  background-color: #FF6363;
  width: 100%;
  height: 35px;
  max-width: 80px;
  color:#FFF;
  font-size: 1.2rem;
}

.newsletter button:hover{
  background-color: #ff5053;
  transition: opacity .2s ease-out;
  -o-transition:color .2s ease-out, background 0.3s ease-in;
  -ms-transition:color .2s ease-out, background 0.3s ease-in;
  -moz-transition:color .2s ease-out, background 0.3s ease-in;
  -webkit-transition:color .2s ease-out, background 0.3s ease-in;
}

.social a{
  font-size: 1.8rem;
  color: #FFF;
}

.social a:hover{
  color: #7a73a3;
}

.navbar button{
  margin-top: 17px;
  color: #fff;
}

.navbar a{
  color: white;
}

.navbar button:visited{
  color: #FFF;
}

.navbar-inverse .navbar-nav > li > a{
  margin-top: 5px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #A9A9A9 !important;
}

.navbar-inverse .navbar-nav > li > a:hover{
  color: #646464 !important;
}

.providers{
  background-image: url(../img/bg-blueimg.png);
  background-color: #65cee8;
  padding: 50px 0 0 20px;
}

.providers h2{
  color: #fff;
  font-size: 3rem;
  line-height: 25px;
  text-align: left;
}

.providers img{
  width: 250px;
  float: left;
  padding-bottom: 40px;

}

.providers span{
  font-size: 2.2rem;
  float: left;
  text-align: left;
  color: #1a6f84;
}

.providers h4{
  font-size: 1.8rem;
  float: left;
  text-align: left;
  color: #FFF;
  padding: 0px;
  margin: 0;
}

.providers button{
  float: left;
  margin: 10px 0 50px 15px;
  width: 100px;;
  max-width: 100%;
}

.content {
  display: block;
  margin-top: 15px;
  text-align: center;
  border-radius: 7px;
  background-color: #f6f6f6;
  height: 179px;
  max-height: 179px;
}

.talkus{
  background-color: #fff;
}

.talkus h3{
  color: #8A65E8 ;
}

.talkus button{
  width: 100%;
  max-width: 100%;
  background-color: #FF6363;
  margin-bottom: 30px;
}

.talkus button:hover{
  background-color: #8A65E8;
  color: #fff;
  transition: opacity .2s ease-out;
  -o-transition:color .2s ease-out, background 0.3s ease-in;
  -ms-transition:color .2s ease-out, background 0.3s ease-in;
  -moz-transition:color .2s ease-out, background 0.3s ease-in;
  -webkit-transition:color .2s ease-out, background 0.3s ease-in;
}

.howitswork{
  background-color: #f6f6f6;
  background-image: url(../img/pattern-party.png);
  padding: 25px 0 50px 0px;
}

.steps{
  border: 1px solid #FF6363;
  height: 150px;
}

.steps div{
  padding: 30px 0 15px 0;
}

.steps img{
  width: 50px;
}

.paddingbottom{
  margin-bottom: 50px;
}

.steps p{
  color: #FF6363;
  font-size: 1.2rem;
  margin-top: 0px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonials{
  padding: 20px 10px 0 10px;
}

.testimonials h3, h4{
  color: #FF6363;
  text-align: left;
  margin-top: 0px;
}

.testimonials img{
  width: 50px;
  background-color: red;
  float: left;
}

.testimonials p{
  text-align: left;
  color: #6b6b6b;
  font-size: 1.2rem;
  padding: 10px 5px 15px 5px;
}

.testimonials h4{
  font-size: 1rem;
  margin-left: 60px;
  padding-top: 10px;
}

.boxtestimonials{
  background-color: #F6F6F6;
}

.team{
  background-color: #fff;
}

.team h2{
  font-size: 2rem;
  color: #ff6363;
  text-align: left;
  margin: 0px;
}

.team h3{
  text-align: left;
  color: #ff6363;
  margin: 0;
  padding-top: 20px;
}

.team span{
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.team p{
  font-size: 1.1rem;
  color: #999999;
  padding: 10px 0 12px 0;
  text-align: left;
}

.teambox {
  background-color: #f6f6f6;
  max-height: 230px;
  height: 230px;
}

.teambox .info{
  max-height: 197px;
  height: 197px;
  padding: 30px 30px 0px 35px;
}

.team .linkedin{
  text-align: right;
  padding: 0px !important;
  margin-right: 5px;
}

.team .linkedin i{
  color:#9E9C99;
  font-size: 3rem;
  padding: 0 0px 0 0px;
}

.navbar-nav {
  width: 420px;
  text-align: center;
}

.higher{
  font-size: 1.2rem;
  color: #7d7d7d !important;
}

.copyright{
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 40px 0 20px 0;
}

/*Error*/
.has-error .control-label{
  font-size: 1rem;
  color: #FF412E !important;
}

.has-error .form-control {
  border-color: #FF412E !important;
}

.has-error i{
  padding:0px !important;
}