
/*************************
*******Typography******
**************************/
@font-face {
    font-family: 'AvenirNextLTW01Bold';
    src: url('fonts/avenir-next-bold.eot');
    src: url('fonts/avenir-next-bold.eot') format('embedded-opentype'),
         url('fonts/avenir-next-bold.woff') format('woff'),
         url('fonts/avenir-next-bold.ttf') format('truetype'),
         url('fonts/avenir-next-bold.svg#AvenirNextLTW01BoldRegular') format('svg');
}

@font-face {
    font-family: 'AvenirNextLTW01Italic';
    src: url('fonts/avenir-next-italic.eot');
    src: url('fonts/avenir-next-italic.eot') format('embedded-opentype'),
         url('fonts/avenir-next-italic.woff') format('woff'),
         url('fonts/avenir-next-italic.ttf') format('truetype'),
         url('fonts/avenir-next-italic.svg#AvenirNextLTW01ItalicRegular') format('svg');
}

@font-face {
    font-family: 'AvenirNextLTW01Regular';
    src: url('fonts/avenir-next-regular.eot');
    src: url('fonts/avenir-next-regular.eot') format('embedded-opentype'),
         url('fonts/avenir-next-regular.woff') format('woff'),
         url('fonts/avenir-next-regular.ttf') format('truetype'),
         url('fonts/avenir-next-regular.svg#AvenirNextLTW01RegularRegular') format('svg');
}

@font-face {
    font-family: 'AvenirNextW01Thin';
    src: url('fonts/avenir-next-thin.eot');
    src: url('fonts/avenir-next-thin.eot') format('embedded-opentype'),
         url('fonts/avenir-next-thin.woff') format('woff'),
         url('fonts/avenir-next-thin.ttf') format('truetype'),
         url('fonts/avenir-next-thin.svg#AvenirNextW01ThinRegular') format('svg');
}

@font-face {
    font-family: 'AvenirNextW01Medium';
    src: url('fonts/avenir-next-medium.eot');
    src: url('fonts/avenir-next-medium.eot') format('embedded-opentype'),
         url('fonts/avenir-next-medium.woff') format('woff'),
         url('fonts/avenir-next-medium.ttf') format('truetype')
}




 .wrap {
	margin: 0 auto; margin-top: 100px;	background-color: #FFF;
}

@media (min-width: 768px) {
  .wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrap {
    width: 970px; margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    width: 1200px; margin-top: 150px;
  }
}



body {
  background: #ececec;
font-family: 'AvenirNextLTW01Regular', sans-serif;
font-weight: 300; color:#666; font-size: 15px;
  line-height: 24px; margin-top: 50px;

}

.content {
    margin-top: 0px;
    background-color: #FFF; padding: 30px;
}




.main{
	padding: 20px;    background-color: #FFF;
}

#contact-form{
	padding: 0px;    background-color: #FFF;
}


.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 90%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

.img-overlay {
    position: relative;
    max-width: 500px;
padding: 10px;
}


.startup-image {
   background-color: #FFF;
padding: 0px;
border-radius: 5px;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.10)), to(rgba(255,255,255,.05)));
/* For Mozilla */
 background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(255,255,255,.25));

    color: #fff;
    padding: 50%;
    padding: 50%;
}

.social-box{
  margin: 0 auto;
  padding: 20px; padding-top: 0px; padding-bottom: 0px;
  border-bottom:0px #ccc solid;
}
.social-box a{
  font-weight:bold;
  font-size:18px;
  padding:8px;
}
.social-box a i{
  font-weight:bold;
  font-size:20px;
}
.heading-desc{
	font-size:20px;
	font-weight:bold;
	padding:38px 38px 0px 38px;

}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-radius: 5px;

}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.login-footer{
	background:#ddd;
	margin: 0 auto;
	border-top: 1px solid #dadada;
	padding:20px;
}
.login-footer .left-section a{
	font-weight:bold;
	color:#8a8a8a;
	line-height:19px;
}
.mg-btm{
	margin-bottom:0px;
}



.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; margin-left: 0px; margin-top: 0px;
}

.tags li {
  float: left;
}

.tag {
  background: #efefef;
  border-radius: 3px;
  color: #999;
  display: inline-block;
  padding: 3px; padding-left: 6px; padding-right: 6px;
  position: relative;
  margin: 0px; margin-right: 10px; margin-bottom: 10px;
  text-decoration: none; font-size: 13px;
  -webkit-transition: color 0.2s; border: 0px solid #ccc;
}


.tag-small {
  background: #efefef;
  color: #999;
  display: inline-block;
  padding: 0px; padding-left: 6px; padding-right: 6px;
  position: relative;
  margin: 0px; margin-right: 10px; margin-bottom: 10px;
  text-decoration: none; font-size: 13px; font-weight: 300;
  -webkit-transition: color 0.2s; border: 0px solid #ccc;
}


.tag-small:hover {
  background-color: #ccc;
  color: white;
}

.tag-red {
	  background: #ff5455;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  padding: 3px; padding-left: 6px; padding-right: 6px;
  position: relative;
  margin: 0px; margin-right: 10px; margin-bottom: 10px;
  text-decoration: none; font-size: 13px;
  -webkit-transition: color 0.2s; border: 0px solid #ccc;

}

.tag-red:hover {
  color: white;
}

.tag:hover {
  background-color: #ccc;
  color: white;
}

.tag:hover::after {
   border-left-color: crimson;
}



.tags-big {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0; margin-left: 0px; margin-top: 30px;
}

.tags-big li {
  float: left;

}

.tag-big {
  background: #efefef;
  border-radius: 3px;
  color: #aaa;
  display: inline-block;
  padding: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  position: relative;
  margin: 0px;
  margin-right: 10px;
  text-align: left;
  margin-bottom: 10px;
  text-decoration: none; font-size: 17px;
  -webkit-transition: color 0.2s;
  border: 0px solid #ccc;
  font-size:15px;
}



.tag-big i {
 margin-right: 10px;
}

.tag-big:hover {
  background-color: #ccc;
  color: white;
}

.tag-big:hover::after {
   border-left-color: crimson;
}



#navigation {margin: 0 auto; width: 100%;}
#navigation ul, #navigation li {list-style:none; padding:0; margin:0; display:inline; }

#navigation ul li a {
	display: inline-block;
	color: #888;
	padding: 7px;
	margin: 0px; padding-top: 20px; padding-bottom: 20px;
	text-decoration: none;
	font-size: 14px;  text-align: center;
	border-right: 0px dotted #999;
	font-weight: 400;

}


.media {
  display: inline-block;
  position: relative;
  vertical-align: top; margin-bottom: 30px; min-width: 300px;
}

.media__image { display: block; }

.media__image-border { display: block; border: 2px dotted #ccc; }


.media__body {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 29%;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.media__body:hover { opacity: 1; }



.media__body h2 { margin-top: 0; }

.media__body p { margin-bottom: 1.5em; }




#navigation ul li a:hover{ color: #FFF; background-color: #555555;
}

#navigation ul > li:last-child > a {
border-right: 0px;
}

#current {font-weight: bold !important; color: #444 !important;}




h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'AvenirNextW01Medium' !important;
font-weight: 300;
  color:#333;
}

h1{
  font-size: 36px;
  color:#333; margin-top: 0px; padding-top: 0px;
}
h1.center{
 margin-top: 40px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #444;
}

h4{
  font-size: 16px;
}


a {
  color: #555555;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.big-number {
 font-size: 150px;line-height: 150px; font-weight: 700; letter-spacing: -2px;
   font-family: 'AvenirNextW01Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;

}

@media(max-width:768px){
.big-number {
 font-size: 50px;line-height: 50px; font-weight: 700; letter-spacing: -2px;
}

}





.section-title h4
{
  font-family: 'AvenirNextW01Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 10px;
}


.section-title h1
{
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 10px;  margin-top: 20px; color: #555555;
 font-family: 'AvenirNextW01Medium' !important;
}



hr {
	width: 50px;
	border-color: #ddd;
}



.btn-transparent a {
  border: 1px solid #736357;
  background: transparent;
    border-radius: 4px;
      font-family: 'AvenirNextW01Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;

  color: #736357;
}

.btn-transparent:hover {
  border: 1px solid #333;
  background-color: #736357; color: #FFF;
}

.btn-transparent-white {
  border: 2px solid #FFF;
  background: transparent;
    border-radius: 4px;
      font-family: 'AvenirNextW01Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;

  color: #FFF;
}

.btn-transparent-white:hover {
  border: 2px solid #FFF;
  background-color: #FFF; color: #736357;
}


.btn-newsletter {
  border: 2px solid #fbb03b;
  background: #fbb03b;
    border-radius: 4px;  padding: 11px;
      font-family: 'GothamPro-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;

  color: #FFF;
}

.btn-newsletter:hover {
  border: 2px solid #a49383;
  background-color: #a49383; color: #736357;
}



/*===================================================================================*/
/*	Items
/*===================================================================================*/

.item-startup {
	background-color: #FFF; margin-bottom: 20px; padding: 0px;

	}

.item-startup .details {
	padding: 0px; padding-top: 10px;

	}


	.item-startup .details-home {
	padding: 20px;

	}

	.item-startup span.markets{
	display: none;

	}

.item-startup .details h4 a {
	padding: 0px; margin-top: 20px;
	   font-family: 'AvenirNextW01Medium' !important;
   line-height: 20px; text-transform: uppercase;
   font-size: 20px; padding: 0px;


	}

.item-startup .details h4 span.country a {
	padding: 0px;
	   font-family: 'AvenirNextW01Medium' !important;
   font-size: 15px;  padding: 0px;
   color: #999;


	}

.item-startup .details h4 span.country a:hover {

   color: #333;


	}


.item-startup .details p {
	margin-bottom: 0px; padding: 0p;

	}

.item-startup .report {
	margin-top: 6px; text-transform: uppercase; font-size: 13px;

	}

.item-startup .detail, .news_list .detail {
	color: #;
	  background: #ff5455;
  color: #FFF;
  display: inline-block;
  padding: 0px; padding-left: 6px; padding-right: 6px;
  position: relative;
  margin-top: 6px;
    border-radius: 3px;

  text-decoration: none; font-size: 13px;
  -webkit-transition: color 0.2s; border: 0px solid #ccc;

	}
.item-startup .btn {


	}



.clearfix {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.clearfix-big {content: "."; display: block; height: 30px; clear: both; visibility: hidden;}



/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

.btn {
    color: #333;
    padding: 10px 12px;
	font-family: "AvenirNextW01Medium", Helvetica, Arial, sans-serif;
    font-size: 14px;

    text-shadow: none;
    border: none;
    text-transform: uppercase;
    margin-bottom:20px;font-size:13px;color:#333333;text-align:center; vertical-align:middle;background-color:#f5f5f5;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;

    }


/* Button DISABLED */
.disabled a {
	cursor: not-allowed;
}

.btn.btn-login {
	background: #1abc9c;
	box-shadow: 0 2px #16a085;
}

.btn.btn-login:hover {
	background: #16a085;
}

.btn.btn-website {
	background: #ff5455;
color: #FFF;}

.btn.btn-website:hover {
	background: #d84041;
}




.btn.btn-primary {
  border: 1px solid #999;
  background: transparent;
  color: #999;
}

.btn.btn-primary:hover {
  border: 1px solid #777777;
    color: #FFF;
  background: #777777;

}



.btn.btn-request {
  border: 2px solid #FFF;
  background: transparent;
  color: #FFF;
}

.btn.btn-request:hover {
  border: 2px solid #FFF;
    color: #333;
  background: #FFF;

}



.btn.btn-primary-red {
	 border: 1px solid #FF0000;
  background: transparent;
  color: #FF0000;
}

.btn.btn-primary-red:hover {
	border: 1px solid #CC0000;
    color: #CC0000;

}


.btn.btn-facebook {
	background: #3b5998; padding-top: 20px; padding-bottom: 20px;
 color: #FFF;
}

.btn.btn-facebook:hover {
	background: #3b5998; color: #FFF;
}

.btn.btn-facebook:active {
	background: #3b5998; color: #FFF;
}


.btn.btn-twitter {
	background: #55acee; padding-top: 20px; padding-bottom: 20px;
 color: #FFF;
}

.btn.btn-twitter:hover {
	background: #55acee; color: #FFF;
}

.btn.btn-twitter:active {
	background: #55acee; color: #FFF;
}


/* Button DEFAULT */
.btn.btn-submit {
	background: #FFF;
	border: 1px solid #999;
	color: #999; margin-right: 30px;
}


/* Button DEFAULT */
.btn.btn-default {
	background: #FFF;
	border: 1px solid #ccc;     font-weight: 400;
	color: #999;
}

.btn.btn-default:hover {
	background: #bdc3c7;
}


/* Button WARNING */
.btn.btn-warning {
	background: #f1c40f;
	box-shadow: 0 2px #f39c12;
}

.btn.btn-warning:hover {
	background: #f39c12;
}

/* Button DANGER */
.btn.btn-danger {
	background: #555555;
	box-shadow: 0 2px #c0392b;
}

.btn.btn-danger:hover {
	background: #c0392b;
}

/* Button SUCCESS */
.btn.btn-success {
	background: #2ecc71;
	box-shadow: 0 2px #27ae60;
	color: #FFF;
}

.btn.btn-success:hover {
	background: #27ae60;
		color: #FFF;
}

/* Button DARK */
.btn.btn-dark {
	background: #555555;
	box-shadow: 0 2px #2c3e50;
	color: #ffffff;
}

.btn.btn-dark:hover {
	background: #2c3e50;
}


/* Outline Buttons */
.btn-outline {
	color: #FFF;
    padding: 12px 20px;
	margin: 0px 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-outline:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-outline-sm {
	padding: 7px 15px;
	font-size: 13px;
}

.btn-outline-lg {
	padding: 14px 26px;
	font-size: 15px;
}

.btn-outline-xl {
	padding: 18px 30px;
	font-size: 24px;

}

.btn-outline.outline-light,
.icon.outline-light {
	color: #ffffff;
	background: none;
	border: 2px solid #ffffff;
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover {
	color: #2c3e50;
	background: #ffffff;
}

.btn-outline.outline-dark,
.icon.outline-dark {
	color: #2c3e50;
	background: none;
	border: 2px solid #2c3e50;
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
	color: #ffffff;
	background: #2c3e50;
}

button:hover {
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.left p{
  margin-bottom: 20px;
  text-align: left;
}


.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
   padding-top: 0px;
  padding-bottom: 0px;
}

.center {
  text-align: center;
  padding-bottom: 30px;
}

.left {
  text-align: left;
  padding-bottom: 30px;
  padding-top: 20px;
}


.center-home {
  text-align: center;
  padding-bottom: 0px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

p.lead{
font-family: 'AvenirNextLTW01Regular', sans-serif;
color: #666;
    font-size: 16px;
    line-height: 24px;

}

p.lead a{
font-family: 'AvenirNextW01Medium', sans-serif;
  color: #ff5455;
  font-weight: 800;

text-decoration: underline;

}

p.lead ul li a{
  font-weight: 800;
  color: #ff5455;
text-decoration: underline;
}


.blog b a, .blog b {
font-family: 'AvenirNextW01Medium', sans-serif;

  color: #545454;

}



.blog ul li a, .blog b a {
font-family: 'AvenirNextW01Medium', sans-serif;
  color: #ff5455;
}

.news_list {margin-bottom: 30px;}


#news_list_feature {margin-bottom: 0px;
background-color: #f5f5f5;
padding-top: 0px; padding-bottom: 20px;}



blockquote {
  font-size: 26px;
  line-height: 22px;
    font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
  clear: both;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/


/* Offside instances */
.offside {
    width: 300px;
    background-color: #111;
color: #ccc;

}
.offside a {
color: #FFF;

}
.offside-button {
position: fixed; top: 20px;
display: none;
z-index: 10000;
}


@media all and (max-width: 768px) {
 .offside-button {
position: fixed; top: 15px; left: 90px;

z-index: 100000;
display: block;
}

 .offside-button-close {
position: absolute; top: 15px; right: 10px;
z-index: 100;
color: #FFF;
display: block;
}



/* Offside instances */
.offside a.opening {
padding-left: 20px;
border-bottom: 1px dotted #999;
color: #999;

    }



ul.canvas {
    margin: 0;
    padding: 20px;
margin-top: 20px;
}

ul.canvas li {
    list-style: none;
border-bottom: 0px dotted #ddd;
font-size: 17px; padding-top: 6px; padding-bottom: 6px;
padding-left: 0px;
width: 100%;
}

ul.canvas li > a{
    text-decoration: none;
    color: #ccc;
font-size: 17px;
}

.menu-hidden {
display: none;
}



}



 .navbar-right{
margin-right: 20px;
}


#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{

}

.sub-menu {
  background-color: #FFF;
}

.sub-menu ul{
list-style: none;

}



.sub-menu li a{
 font-weight: 600;
float: left;
margin-right: 15px;
text-align: left;
  padding: 5px;


}


.top-bar {
  padding: 10px 0;
  background: #FFF;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c7b299;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: rgba(47,47,47,0.98);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.14);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.14);
  padding: 0px 0;
  padding-bottom: 0;

}



 .navbar-nav{
  margin-top: 12px; margin-left: 10px; margin-bottom:0px;
 }

.navbar-nav>li{
  margin-left: 7px;
  padding-bottom: 4px;

}



.navbar-default .navbar-nav > li > a {
  padding: 10px; padding-top: 7px; padding-bottom: 3px;
  margin: 0;
  border-radius: 3px;
  font-size: 14px;
    font-family: 'AvenirNextW01Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ccc; text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.navbar-default .navbar-nav > li > a:hover{
  color: #fff;
}


.navbar-default .navbar-nav > li.submit-startup > a {
padding-top: 4px;  color: #ff5455;

  text-decoration: none; font-size: 13px;
  -webkit-transition: color 0.2s;

}



.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -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);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none;
 border-color:#cccccc;
}

.add-on .form-control {
padding: 9px;

font-size: 14px;
}



.navbar-default .navbar-nav > li.submit-startup > .btn-submit {
border: 1px solid #ff5455;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
padding-top: 5px; padding-bottom: 4px;
color: #FFF; background-color: #ff5455; }

.navbar-default .navbar-nav > li.submit-startup > .btn-submit:hover {
border: 1px solid #FFF;
color: #ff5455;background: #FFF;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}


.navbar-default .navbar-nav > li.no-margin > a {
  padding: 0px; padding-top: 0px;padding-left: 20px; padding-bottom: 3px;
  margin: 0;
  border-radius: 3px;
  font-size: 14px;
    font-family: 'AvenirNextW01Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}



.navbar-default .navbar-nav > li.twitter > a {

  font-size: 20px;

}




.navbar-default {
  border: none;
}

.navbar-default .navbar-brand {
  font-size: 36px;
  padding-left: 20px;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #FFF;
  color: #333;
}

.navbar-default .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-default .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
.navbar-default .navbar-nav .t-menu > li:focus > a,
.navbar-default .navbar-nav .dropdown-menu > li.active > a {
  color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-default .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: 0;
  padding-bottom: 0;   background: rgba(47,47,47,0.98);

}


.navbar-inverse {
 background-color: #FFF;
border: 0px;
top: 55px;
}

.navbar-inverse .navbar-nav {
padding-left: 20px;
}


.navbar-inverse .navbar-nav li {
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 0px; padding-top: 3px; padding-bottom: 3px;
  margin: 0;
  margin-right: 15px;
  border-radius: 3px;
  font-size: 14px;
    font-family: 'AvenirNextW01Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaa; text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
  color: #333;
}



 .nav-pills {
     margin-top: 0px; padding-top: 10px;
    }

.nav-pills > li a, .nav-pills > li.active > a:focus {
        color: #999; font-size: 16px;  padding:  8px; background-color: transparent;
        padding: 0px; padding-right: 13px;

    }


.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
        color: #666; background-color: transparent;  border: 1px solid #ccc;
    }

        .nav-pills > li.active > a:hover {
            color:#666; background-color: transparent;
        }



 .nav-pills-startup {
     margin-top: 0px; padding-top: 5px; border-top: 1px solid #ddd;margin-top: 6px;
       color: #999;
    }

.nav-pills-startup a {
        color: #999;
        font-weight: 500;

    }



/*************************
*******News Page******
**************************/

.post-preview>a {
    color: #534741
}

.post-preview>a:hover, .post-preview>a:focus {
    text-decoration: none;
    color: #534741
}

.post-preview>a>.post-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px
}

.post-preview>a>.post-subtitle {
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px
}

.post-preview>.post-meta {
    color: gray;
    font-size: 18px;
    font-style: italic;
    margin-top: 0
}

.post-preview>.post-meta>a {
    text-decoration: none;
    color: #534741
}

.post-preview>.post-meta>a:hover, .post-preview>.post-meta>a:focus {
    color: #534741;
    text-decoration: underline
}




/*************************
*******Home Page******
**************************/

#main-slider {
  position: relative; top: 0;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 70px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}


#main-slider .carousel h1 {
  color: #534741;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 40px;
}

#main-slider .carousel h2 {
  color: #534741;
  font-size: 16px; line-height: 20px;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;


}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #534741;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
      font-family: 'GothamPro-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;

}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 55%;
  color: #534741;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c7b299;
   margin: 0 15px 0 0;
   border: 1px solid #c7b299;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c7b299;
  border: 1px solid #c7b299;
  left: -3px;
  top: -3px;
}



.products {
}


.products h3 a {
font-size: 20px; font-weight: 500;
}



#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  color: #c7b299;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  color: #534741;
}



#teacher {
  background: #FFF;

  font-size: 14px;
  padding-top: 50px;
}

#teacher h4 {
  color: #736357;
  margin-top: 40px;
  margin-bottom: 0px; padding-bottom: 0px;
    color: #FBB03B;
  font-size: 21px;
}


#teacher span {


}

#teacher h3 {
margin-top: 0px;
}




#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 0px; margin-bottom: 0px;
}

.recent-work-wrap { top: -100px;
  position: relative; z-index: 100;
  margin-bottom: 0px;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  width: 100%;

}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 {
  font-size: 24px; line-height: 25px;
  color: #fff;
    font-family: 'Roboto Slab', Helvetica, Arial, serif;

}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #998675;
  color: #fff;
  vertical-align: middle;
  padding: 30px;
}

.recent-work-wrap .overlay-yellow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbb03b;
  color: #fff;
  vertical-align: middle;
  padding: 30px;

}

#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6;
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #eee;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c7b299;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c7b299;
  color: #fff;
}

/* TABS */

.nav-tabs {
	margin: 0 auto; margin-bottom: 30px;
}

.nav-tabs > li {
	z-index: 2;
	float: none;
	display: inline-block;
}

.nav-tabs > li > a {
	padding: 16px 25px 12px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #737c85;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	border-bottom: 4px solid #555555 !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0;
}

.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.tab-pane {
	padding: 0px 0;
}


/* PAGINATION */
ul.pagination li > a {
  border: 1px solid #FFF;
  margin-right:5px;
  border-radius: 0px;
  font-size: 14px;
font-family: 'Open Sans', sans-serif;

  color: #333;
  padding: 7px;
  padding-top: 3px;
padding-bottom: 3px;
  background-color: transparent;
}

ul.pagination li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination li.active a,
ul.pagination li:hover a {
  background-color: #111 !important;
  border: 1px solid #333 !important;

  color: #FFF;
}



.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/impresa4.jpg) 50% 50% no-repeat;
  background-size: cover; padding-top: 150px; padding-bottom: 100px;
    color: #fff;
  text-align: center;
}




#partner h2 {
  color: #fff;
font-size: 16px;
}



#partner h1{
  color: #fff;
font-size: 50px;
margin-bottom: 10px;
}


#partner em.lead {
  color: #fff;
 font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  margin-top: 30px; line-height: 16px;
}

#partner p.testimonial {
  color: #fff;
 font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin-top: 20px;
}



#partner_home {
  background: url(../images/impresa5.jpg) 50% 50% no-repeat;
  background-size: cover; padding-top: 150px; padding-bottom: 100px;
    color: #fff;
  text-align: center;
}




#partner_home h2 {
  color: #fff;
font-size: 16px;
}



#partner_home h1{
  color: #fff;
font-size: 50px;
margin-bottom: 10px;
}


#partner_home em.lead {
  color: #fff;
 font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  margin-top: 30px; line-height: 16px;
}

#partner_home p.testimonial {
  color: #fff;
 font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin-top: 20px;
}



#about_top {
  background: url(../images/impresa.jpg) 50% 50% no-repeat;
  background-size: cover; padding-top: 80px; padding-bottom: 80px;
  color: #fff;
  text-align: center;
}


#about_top h2,
#about_top h3,
#about_top h4 {
  color: #fff;
font-size: 40px;
}

#about_top em.lead {
  color: #fff;
 font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  margin-top: 30px; line-height: 16px;
}


img.ui-datepicker-trigger {
      position: absolute;
      right: 28px;
      top: 5px;
}



#title {
  color: #333;
  text-align: center; padding-top:30px;
}

#title h1,
#title h3 {
color: #555555; font-weight: 300;}


#title h1 b {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}


#title_top {
 min-height: 0px;
}

#contact-info
{
 margin-bottom: 0px; padding-bottom: 0px;
}




/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#c7b299;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #c7b299 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c7b299 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-repeat: no-repeat;
    margin-bottom: 40px;
}


.clients-comments p {
  margin-top: 20px;
  font-weight: 300;
  padding: 0 40px; margin-bottom: 30px;
}

.clients-comments h4 {
  margin-top: 15px;
}


.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #c7b299;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c7b299;
  border: 1px solid #c7b299;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}




/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}


.required::-webkit-input-placeholder:after {
    content:'*'; float: right;
    color: red; font-size: 20px;
}
.required:-moz-placeholder:after {
    /* Firefox 18- */
    content:'*'; float: right;
    color: red;
}
.required::-moz-placeholder:after {
    /* Firefox 19+ */
    content:'*'; float: right;
    color: red;
}
.required:-ms-input-placeholder:after {
    content:'*'; float: right;
    color: red;
}


span.required:after {
    content:'*';
    color: red; font-size: 20px;
}
span.required:after {
    /* Firefox 18- */
    content:'*';
    color: red;
}
span.required:after {
    /* Firefox 19+ */
    content:'*';
    color: red;
}
span.required:after {
    content:'*';
    color: red;
}


.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none;
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
}

#contact-page .contact-form
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
}

.form-group .form-control {
  border-color:#d1cdc8;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 30px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #c7b299;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#c7b299;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #c7b299;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #c7b299;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #555555;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}


 p.introduction {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 20px;
  /* font-weight: 300 */}


 h2.introduction {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 20px;
  /* font-weight: 300 */}

 p.introduction b,  p.introduction a {
  color: #333;
  font-weight: 600; }

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #c7b299;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}



.sidebar {

    background-color: #f5f5f5;
    border-bottom: 3px solid #eee;
}

ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c7b299;
  color: #fff;
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3,
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#c7b299;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c7b299;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #c7b299 transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{

}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #FFF;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}

#about {
padding-top: 50px; padding-bottom: 50px;
background-color: #f9f9f9;

}

#last-startups {
padding-top: 20px; padding-bottom: 20px;
background-color: #f5f5f5;

}

#about_page {
padding-top: 20px; padding-bottom: 80px;
background-color: #fff;

}


#startup_markets {
padding-top: 40px; padding-bottom: 40px;
background-color: #FFF;

}


#page-section-detail {
padding-top: 10px; padding-bottom: 10px;
background-color: #f5f5f5;
border-bottom: 3px solid #eee;

}

#page-section {
padding-top: 30px; padding-bottom: 30px;
background-color: #f5f5f5;
border-bottom: 3px solid #eee;


}
#dashboard-top {
padding-top: 60px; padding-bottom: 40px;
background-color: #f5f5f5;

}

#categories-top {
padding-top: 30px; padding-bottom: 10px;
background-color: #f5f5f5;

}


#categories-top h1 {
font-size: 29px; margin:0px; padding: 0px;
padding-bottom: 10px;

}


#stories-top {
padding-top: 60px; padding-bottom: 70px;
background-color: #f5f5f5;

}


.dashboard {

background-color: #FFF; margin-bottom: 30px; padding: 30px; padding-left: 20px; padding-right: 20px;

}


#stories-top h1 {
font-size: 34px; margin:0px; padding: 0px;
padding-bottom: 20px;

}

#stories-top h3 {
font-size: 20px; margin:0px; padding: 0px;
margin-bottom: 20px;


}


#dashboard-top h1 {
font-size: 34px; margin:0px; padding: 0px;
padding-bottom: 20px;

}

#dashboard-top h3 {
font-size: 20px; margin:0px; padding: 0px;
margin-bottom: 20px;


}


#dashboard-top .dashboard-user-name {
margin-top: 30px;

}

#submit_form {
padding-top: 50px; padding-bottom: 50px;
background-color: #FFFFFF;

}

.markets {
margin-top: 40px; text-align: center;


}


.last_news {
background-color: #f5f5f5; padding: 15px;


}


.last-news-bottom h3 a {
font-weight: 700;
font-size: 18px;
line-height: 20px;
   font-family: 'AvenirNextW01Medium' !important;


}

.last_news_homepage {
background-color: #FFF; padding: 20px;
padding-bottom: 5px;


}



.last_news h3 a, .last_news_homepage h3 a  {
   font-family: 'AvenirNextW01Medium' !important;
   line-height: 20px; margin-bottom: 10px;
   font-size: 18px;
	color: #666;

}

.last_news h3 a:hover, .last_news_homepage h3 a:hover   {
	color: #ff5455;
}



.last_news p {
margin-top: 10px;
line-height: 22px;
}


#dashboard {
padding-top: 30px; padding-bottom: 50px;
background-color: #FFF;

}


#dashboard h3.dashboard-name {
padding-top: 0px; margin: 0px;
margin-bottom: 0px;
   font-family: 'AvenirNextW01Medium' !important;


}

#news_list {
padding-top: 60px; padding-bottom: 50px;
background-color: #FFF;

}

#news_list .news_list {
margin-bottom: 30px;

}


#news_list .news_list h3 a, #news_list_feature .news_list_feature h3 a {
font-size: 25px; padding-bottom: 30px;

}

#news_list .news_list p, #news_list_feature .news_list_feature p {
margin-top: 20px;

}



#login-form {
padding-top: 50px; padding-bottom: 100px;
background-color: #ececec;

}



#account-form {
padding-top: 30px; padding-bottom: 50px;
background-color: #FFF;

}


#homepage {
padding-top: 0px; padding-bottom: 50px;
}


#products {
padding-top: 50px; padding-bottom: 50px;

}

#tabs {
padding-top: 0px; padding-bottom: 40px;
}

/***********************
********* Footer ******
************************/
#bottom { padding-top: 60px;
  padding-bottom: 20px;
  color: #ccc;
  background: #222;
  margin-top: 100px;
}



#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:14px;
  color: #ccc;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 0px 0;
}

#bottom ul li a {
  color: #ccc;
  font-size: 15px;
}

#bottom ul li a:hover {
  color: #FFF;
}

#bottom .widget {
  margin-bottom: 0;
}


#footer {
  padding-top: 60px;
  padding-bottom: 20px;
  color: #ccc;
  background: #222;
  margin-top: 100px;
}

#bottom .small_text {
  font-size: 18px; color: #999; margin-top: 20px; margin-bottom: 20px;
}


#bottom a {
  color: #fff;
}

#footer a:hover {
  color: #c7b299;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0; margin-top: 40px;
}

#footer ul > li {
  display: inline-block;
  margin-right: 15px; text-transform: uppercase;
}


.myclass {     width:50%; margin-right: 20px; }

.headline {    margin-bottom: 20px; }

#map {
    width:100%;
    height:450px;
}


/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
   -khtml-box-sizing: border-box; /* konqueror */
     -moz-box-sizing: border-box; /* firefox */
      -ms-box-sizing: border-box; /* ie */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px; width: 410px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    -webkit-border-radius:0 0 4px 4px;
       -moz-border-radius:0 0 4px 4px;
            border-radius:0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    -ms-text-overflow: ellipsis;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../images/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop {
    width: 100%;
    margin-top:-1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
         -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
         -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search-hidden {
    display: block;
    position: absolute;
    left: -10000px;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    background: #fff url('../images/select2.png') no-repeat 100% -22px;
    background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;


}

.select2-dropdown-open .select2-choice {
    border: 1px solid #aaa;
    border-bottom-color: transparent;


    -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
}

.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.select2-results ul.select2-result-sub {
    margin: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    cursor: text;
    overflow: hidden;

    background-color: #fff;

}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px; width: 100%;
padding: 0px;

}

.select2-container-multi.select2-container-active .select2-choices {
    border: 0px solid #5897fb;
    outline: none;


}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 25px;
    padding: 0px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;

}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 10px 5px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 18px;
    color: #333;
    cursor: default;
    border: 0px solid #aaaaaa;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

    background-color: #e4e4e4;

}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 8px;

    font-size: 1px;
    outline: none;
    background: url('../images/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 6px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
    text-decoration: underline;
}
.select2-result-unselectable .select2-match {
    text-decoration: none;
}

.select2-offscreen {
    position: absolute;
    left: -10000px;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
      background-image: url('../images/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

/* Rounded avatars */
.avatar {
  margin-right: 10px;


  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

}


#message { text-align: center; margin-bottom: 30px; }



.loader { padding: 0 10px; }

#contact #success_page h1{ text-align: center; }
#contact #success_page { text-align: center; }


.table td {
text-align: left;}

.table td a {
color: #ff5455;}


