/*!
 * EveryCircuit
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@font-face {
    font-family: avenir;
    src: url("../ttf/avenirnextcyr-regular.ttf");
}

@font-face {
    font-family: akzidenz;
    src: url("../ttf/akzidenzgroteskpro-lightex.ttf");
}

html,
body {
  width: 100%;
  height: 100%;
  color:#fff;
}

body {
    font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
    background-color: #292929;
}

a {
    color: #fff;
    text-decoration: none;
}

a:focus, a:hover {
    color: #ffd327;
    text-decoration: underline;
}

.center-block{
  float: none;
}

.sub-menu{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sub-menu > li {
    display: inline-block;
    position: relative;
    float: none;
}

.sub-menu > li > a {
    border-radius: 0;
    margin: 0 -2px;
    padding: 0;
    width: 174px;
    height: 29px;
    line-height: 29px;
    color: grey;
    border: 1px solid #cfcfcf;
    display: block;
    text-align: center;
}

.sub-menu > li.active > a, .users .sub-menu > li.active > a:hover {
    color: #292929;
    background: #d1d1d1;
}

.sub-menu > li:first-child > a {
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.sub-menu > li:last-child > a{
  border-radius: 0 3px 3px 0;
  border-left: 0;
}

.sub-menu > li:first-child {
  margin: 0;
}

.tabs_item {
	display: none;
	padding: 30px 0;
}

	.tabs_item:first-child {display: block;}


.animCon{
  overflow: hidden;
  height: 250px;
  width: 250px;
  box-shadow: 0 0 20px 0 black;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.hover{
  position: absolute;
  background: rgba($color, 0.5);
  width: 220px;
  height: 220px;
  top: 0;
  left: 37px;
  transition: all 0.2s ease-in;
}

i{
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	position: absolute;
  top: 100px;
  left: 105px;
	transform: rotate(-45deg);
	transition: all 0.2s ease-in  ;
}

.animCon:hover .image{
  	background-size: 290px;
  	-webkit-backface-visibility: hidden;
  	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.animCon:hover .hover{
  top: 0;
  left: 36px;
}

.animCon:hover i{
  font-size: 90px;
  top: 30%;
  left: 60%;
  transform: rotate(-45deg) translateY(-50%) translateX(-50%);
}

.nav>li>a:focus, .nav>li.current >a{
    text-decoration: none;
    background-color: #eee;
}

.btn-default {
    color: #333;
    background-color: #f1f310;
    border-radius: 2px;
    border-color: #f1f310;
    color: #292929;
    font-family: "avenir";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.09px;
    line-height: 20px;
}

.banner .embed-responsive {
    position: absolute;
    top: 47px;
    left: 217px;
}

.banner .embed-responsive-4by3 {
    padding-bottom: 41%;
}

/*Header*/
header{
  background: url(../jpg/new_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Navigation Bar*/
.navbar{
  min-height: 120px;
}

.navbar-brand {
    height: 107px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fed136;
  font-family: "avenir", Helvetica, Arial, cursive;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #fec503;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-default .nav li a {
  font-family: "avenir",  Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #fed136;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    padding: 0 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: #222222;
    padding: 0 0;
  }
  .navbar{
	  min-height: 50px;
	}

  .navbar-default.navbar-shrink .navbar-brand {
    max-width: 70%;
    padding-top: 9px;
  }
  .navbar-default.navbar-shrink .navbar-form {
    margin-top: 10px;
  }
  .navbar-default.navbar-shrink .navbar-right {
    margin-top: 18px;
  }
  .navbar-default.navbar-shrink .page-scroll {
    padding-top: 0;
    margin-top: 0;
  }
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}


input[type=search] {
  /* background: #ffffff url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center; */
  background: #ffffff url(../png/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 5px 10px 5px 32px;
  width: 85px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 6px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: black;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;

	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}

.user-stuffs{
  padding: 15px 15px;
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 26px;
}

.user-stuffs a{
  padding: 12px 16px;
  opacity: 0.7;
}

.user-stuffs a:hover, .user-stuffs a:active, .user-stuffs a:focus{
  background-color: #f1f310;
  border-radius: 100px;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}



/*end of nav*/

.try-now{
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fdd600;
  font-family: "avenir";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2px;
}

.text-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Banner*/
.banner h2{
  margin-top: 20px;
  margin-bottom: 10px;
  color: white;
  font-family: 'akzidenz';
  font-size: 42px;
  font-weight: 300;
  line-height: 60px;
}

.banner .hText{
  color: #f1f310;
  font-family: "avenir";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 9px;
  opacity: 1;
}

.banner p{
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin-top: 9px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.banner h3{
  margin-top: 28px;
  margin-bottom: 15px;
  color: #343434;
  font-family: "avenir";
  font-size: 48px;
  font-weight: bold;
  background-color: #777;
  padding: 12px;
}

.call-to-action{
  margin-left:  auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}


.tabImg{
  margin-top: 25px;
  margin-bottom: 60px;
}

.tabImg img{
  margin: 0 auto;
  width: 100%;
}

/*End of Banner*/

/*Users*/
.users h2{
  margin-top: 50px;
  margin-bottom: 15px;
  color: rgba(209, 209, 209, 0.87);
  font-family: "akzidenz";
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.users .call-to-action{
  margin-top: 30px;
  margin-bottom: 30px;
}

.studentDetails p:nth-child(1), .hobbyistsDetails p:nth-child(1), .professorsDetails p:nth-child(1), .professionalsDetails p:nth-child(1){
  opacity: 0.53;
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

.studentDetails p:nth-child(2), .hobbyistsDetails p:nth-child(2), .professorsDetails p:nth-child(2), .professionalsDetails p:nth-child(2){
  font-family: "avenir";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 24px;
  margin-top: 60px;
}

.studentDetails p:nth-child(3), .hobbyistsDetails p:nth-child(3), .professorsDetails p:nth-child(3), .professionalsDetails p:nth-child(3){
  font-family: "avenir";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 24px;
  color: #f1f310;
  margin-top: 30px;
}

.studentDetails a, .hobbyistsDetails a, .professorsDetails a, .professionalsDetails a{
  width: 174px;
  height: 46px;
  border-radius: 4px;
  color: black;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.23px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 90px;
}
/*End of users*/

/*Circuits*/
.circuits{
  background: url(../jpg/new_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.circuits h2{
  margin-top: 60px;
  margin-bottom: 69px;
  color: white;
  font-family: "akzidenz";
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

  .circuits .leftCon h2{
    margin-top: 0;
    margin-bottom: 0px;
  }

  .circuits .leftCon p{
    color: white;
    font-family: "avenir";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 24px;
    margin-bottom: 40px;
  }

.circuits .call-to-action{
  margin-top: 30px;
  margin-bottom: 30px;
}

.circuits p{
  color: #f1f310;
  font-family: "avenir";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 26px;
  margin-bottom: 64px;
}

#gradient {
    position: absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height: 180px;
    top: 379px;
    background: -moz-linear-gradient(top,  rgba(40,38,33,0) 0%, rgba(40,38,33,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,38,33,0)), color-stop(100%,rgba(40,38,33,1)));
    background: -webkit-linear-gradient(top,  rgba(40,38,33,0) 0%,rgba(40,38,33,1) 100%);
    background: -o-linear-gradient(top,  rgba(40,38,33,0) 0%,rgba(40,38,33,1) 100%);
    background: -ms-linear-gradient(top,  rgba(40,38,33,0) 0%,rgba(40,38,33,1) 100%);
    background: linear-gradient(to bottom,  rgba(40,38,33,0) 0%,rgba(40,38,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/*End of circuit*/

/*Simulation*/
.simulation h2{
  margin-top: 60px;
  color: rgba(209, 209, 209, 0.87);
  font-family: "akzidenz";
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.simulation h3{
  margin-top: 28px;
  margin-bottom: 15px;
  color: rgba(209, 209, 209, 0.87);
  font-family: "akzidenz";
  font-size: 26px;
  font-weight: 300;
}

.subtxt{
  opacity: 0.53;
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

.simulation p{
opacity: 0.53;
color: white;
font-family: "avenir";
font-size: 16px;
font-weight: 400;
letter-spacing: -0.2px;
line-height: 24px;
}

.iphoneStencil{
  width: 48%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.gif-render img{
  position: absolute;
  left: 29.8%;
  top: 10.9%;
  width: 40% !important;
  height: auto;
  border-radius: 2px;
  z-index: 2;
}

/*End of simulation*/

/*community*/
.community{
  /* background: url(../img/headerBg.png) repeat-x  fixed top center; */
  background: url(../jpg/new_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.community h2{
  margin-top: 60px;
  color: white;
  font-family: "akzidenz";
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.community h3{
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 26px;
  text-align: center;
}

.community a{
    color: white;
}

.circuit-title{
  margin-top: 15px;
  margin-bottom: 0;
  color: white;
  font-family: "avenir";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.25px;
}

.circuit-details{
  margin-top: 10px;
  margin-bottom: 0;
  color: white;
  font-family: "avenir";
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.25px;
}

.circuit-thumbnail{
  display: block;
  width: 106px;
  height: 106px;
  margin-left: auto;
  margin-right: auto
}

.space-bottom{
  margin-bottom: 30px
}

.community p{
  margin-top: 21px;
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

.community .col-md-3 p{
  margin-top: 0;
  opacity: 0.5;
  color: white;
  font-family: "avenir";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 26px;
  text-align: center;
}

.showMore{
  margin-top: 20px;
  margin-bottom: 40px;
}

  .showMore a{
    width: 174px;
    height: 46px;
    border: 1px solid white;
    border-radius: 4px;
    padding:12px 46px;
    color: white;
    font-family: "avenir";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.23px;
    line-height: 22px;
  }

  .showMore p{
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
  }

  .showMore p span{
    text-decoration: underline;
  }
/*End of community*/

/*response*/
.response{
  /* background: url(../img/headerBg.png) repeat-x  fixed top center; */
  background: url(../jpg/new_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.paraTitle {
    margin-top:0px;
    margin-bottom:10px;
    font-size:36px;
    font-family:akzidenz;
}

.response h2{
  margin-top: 160px;
  color: white;
  font-family: "akzidenz";
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.response h3{
  margin-top: 21px;
  color: white;
  font-family: "akzidenz";
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  background-color: rgba(255, 255, 255, .0);
}

.response a{
    color: #aaddff;
}

.response .space-bottom{
  margin-bottom: 400px;
}

.space-mid{
  margin-bottom: 12px;
}

.response p{
  margin-top: 21px;
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

.requestLicenseTextField{
  width: 100%;
  padding: 12px 20px;
  margin: 12px 0;
  border: none;
  background-color: rgba(40, 40, 40, 0.5);
  color: white;  
  font-family: "avenir";
  font-size: 16px;
}

.activateLicenseTextField{
  width: 100%;
  padding: 12px 20px;
  margin: 12px 0;
  border: none;
  background-color: rgba(40, 40, 40, 0.5);
  color: white;  
  font-family: "avenir";
  font-size: 16px;
}

.resetPasswordTextField{
  width: 100%;
  padding: 12px 20px;
  margin: 12px 0;
  border: none;
  background-color: rgba(40, 40, 40, 0.5);
  color: white;  
  font-family: "avenir";
  font-size: 16px;
}

.pale{
  color: #ddd !important;  
}

.hot{
  color: #fee !important;  
}

.strike{
  text-decoration: line-through;
}

.caption{
  margin-top: 0px;
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

.price{
  margin-top: 6px;
  color: white;
  font-family: "akzidenz";
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  background-color: rgba(255, 255, 255, .0);
}

.buybutton{
  width: 100%;
  padding: 12px 20px;
  margin: 12px 0;
  border: none;
  background-color: rgba(30, 30, 200, 0.5);
  color: white;  
  font-family: "avenir";
  font-weight: 300;
  font-size: 18px;
}

.response .col-md-3 p{
  margin-top: 0;
  opacity: 0.5;
  color: white;
  hint-color: #aaa;
  font-family: "avenir";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 26px;
  text-align: center;
}

.showMore{
  margin-top: 20px;
  margin-bottom: 40px;
}

  .showMore a{
    width: 174px;
    height: 46px;
    border: 1px solid white;
    border-radius: 4px;
    padding:12px 46px;
    color: white;
    font-family: "avenir";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.23px;
    line-height: 22px;
  }

  .showMore p{
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
  }

  .showMore p span{
    text-decoration: underline;
  }
/*End of response*/

/*Footer*/
footer h2{
  margin-top: 60px;
  margin-bottom: 45px;
  color: rgba(209, 209, 209, 0.87);
  font-family: "akzidenz";
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

footer h4{
  margin: 75px 0;
  opacity: 0.53;
  color: white;
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

footer h3{
  font-family: "akzidenz";
  font-size: 26px;
  font-weight: 300;
  line-height: 60px;
  margin-top: 60px;
}

footer p{
  margin-top: 20px;
  margin-bottom: 51px;
  opacity: 0.53;
  color: white;
  font-family: "avenir";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

.sp{
  width: 569px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

  .sp img:nth-child(2){
    margin: 0 30px 0 60px;
  }
  .sp img:nth-child(3){
    margin: 0 60px 0 30px;
  }

.prof{
  width: 739px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

  .prof img:nth-child(2), .prof img:nth-child(3), .prof img:nth-child(4){
    margin: 0 34px;
  }

.featured{
  width: 586px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.featured img:nth-child(2), .featured img:nth-child(3){
  margin: 0 34px;
}

footer .form-control {
    background-color: transparent;
}

footer .btn-default {
    color: #333;
    background-color: #f1f310;
    border-radius: 2px;
    border-color: #f1f310;
    color: #292929;
    font-family: "avenir";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.09px;
    line-height: 20px;
}

footer .call-to-action{
  margin-bottom: 60px;
}

.copyright p, .copyright a {
    opacity: 0.53;
    color: #d1d1d1;
    font-family: "avenir";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 24px;
}

/*end of footer*/


/* --------------------------------

xsigin/signup popup

-------------------------------- */
.main-nav img{
  width: 6%;
  position: relative;
  top: 253px;
  z-index: 2;
  display: block;
  margin: 0 auto;
}
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 9999;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}



.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50px;
  top: 40px;
  background: url("../svg/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.navbar-brand{
    padding: 0 15px;
}
@media only screen and (min-width:320px){
	.badges{
		margin: 10px 50px;
	}

	.navbar-shrink{
		background-color: #222222;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}

	.navbar-form {
		border-top: 0;
		border-bottom: 0;
		box-shadow: none;
	}

	.navbar {
		min-height: 50px;
	}

	.navbar-brand {
		height: 52px;
		width: 40%;
		padding: 10px 10px;
	}

	.navbar-toggle {
		margin-top: 17px;
		margin-right: 30px;
	}

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		width: 180px;
	}

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      background: #222222;
  }

  .navbar-form{
    margin: 0 0;
  }
}

@media only screen and (min-width:480px){
	.badges{
		margin: 10px 50px;
	}

	.navbar-shrink{
		display:none;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}

	.navbar-form {
		border-top: 0;
		border-bottom: 0;
		box-shadow: none;
	}

	.navbar {
		min-height: 50px;
	}

	.navbar-brand {
		height: 52px;
		width: 40%;
		padding: 10px 10px;
	}

	.navbar-toggle {
		margin-top: 17px;
		margin-right: 30px;
	}

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		width: 180px;
	}
}

@media (min-width:568px) and (max-width:736px){
	.badges{
		margin: 0 auto !important;
	}

	.navbar-shrink{
		display:block;
	}

  .main-nav img {
      top: 205px;
  }
}

@media only screen and (min-width: 768px){
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		width: 190px;
	}

	.navbar-form {
		margin-top: 20px;
	}

	.navbar-nav>li>a {
		padding-top: 24px;
		padding-bottom: 15px;
	}

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		width: 240px;
	}

	.navbar-shrink{
		display:block !important;
	}

  .badges{
    margin: 10px 30px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      background: transparent;
  }

  .main-nav img {
      top: 205px;
  }
}

@media only screen and (min-width: 1024px) {
  .badges {
      margin: 10px 5px;
  }
}


@media only screen and (min-width: 1170px) {
	.cd-close-form {
		display: block;
	}

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		width: 240px;
	}

	.navbar-form{
		margin-top: 24px;
	}

	.navbar-nav>li>a {
		padding-top: 32px;
		padding-bottom: 15px;
	}
}

.cd-user-modal-container .img-responsive{
  height: 435px;
}

/* Begin pageContent */
.pageContent{
  /* background: url(../img/headerBg.png) repeat-x  fixed top center; */
  background: url(../jpg/new_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pageContent h2{
  margin-top: 160px;
  color: white;
  font-family: "akzidenz";
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.pageContent h3{
  margin-top: 20px;
  margin-bottom: 0px;
  color: white;
  font-family: "akzidenz";
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  background-color: rgba(255, 255, 255, .0);
}

.pageContent h4{
  margin-top: 5px;
  margin-bottom: 0px;
  color: white;
  font-family: "akzidenz";
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  background-color: rgba(255, 255, 255, .0);
}

.pageContent p{
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  font-family: "avenir";
  font-size: px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

.pageContent ul{
  margin-left: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  font-family: "avenir";
  font-size: px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 24px;
}

.email-link
{
    color:#0000FF;
}

.href-link
{
    color:#0000FF;
}

.topStatement{
  font-family: "avenir";
  line-height:24px;
  font-size:20px;
  background:#292929;
  padding-top:15px;
  padding-bottom:15px;
}

/* End of pageContent */
