body, .full_width {
    background-color: #fff;
    background-image: none;
}
#welcome_index #page_wrapper {
    background: none;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
}
strong {
    font-weight: 500;
}
a,
a:visited,
a:hover,
a:focus {
    color: #337AB7;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
a:hover {
    color: #337AB7;
}
.brand-name h1,
.parallax-window h1, .parallax-window h2 {
    padding-top: 150px;
    color: #fff;
    text-align: center;
}
h1,
h2 {
    font-size: 42px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
    margin-bottom: 20px;
}
h3 {
    font-size: 22px;
    /*font-weight: 300;*/
    color: #555;
    line-height: 30px;
}

.brand-name h2 {
  color: #fff;
}

.parallax-window h3 {
    color: #d2d2d2;
    font-size: 18px;
}

img {
    max-width: 100%;
}
.section {
    min-height: 590px;
    padding: 75px 0;
    background-color: #fff;
}

div.parallax-window{
  background-color: transparent;
}

.section h2,
.section h3 {
    text-align: center;
}
.section .row h3 {
    text-align: left;
}
.parallax-window {
    color: #fff;
    text-align: center;
}
.top_navigation {
    position: absolute;
    width: 100%;

}
.hand_crafted {
    display: none;
}
.brand-heading.small {
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
ul li {
    padding-left: 0;
    background: inherit;
}
#features {
    margin-bottom: 20px;
    color: #333;
}
#features img {
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 350px;
}
#welcome_index h3,
#features h3 {
    padding-bottom: 50px;
}
#features h5 {
    font-size: 20px;
    font-weight: 100;
    font-family: 'Catamaran', sans-serif;
}
#features h2,
#features h3 {
    text-align: center;
}
#pricing {
    background-color: #FBFBFD;
}
#pricing .plan h3 {
    font-size: 70px;
    font-weight: 100;
    padding-bottom: 10px;
    text-align: center;
}
.plan .head h2 {
    color: #fff;
    margin: 0
}
.top_navigation.sticky {
    background-color: rgba(70, 70, 70, 1);
    position: fixed;
    height: 65px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: #323232;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    z-index: 2000;
}
.sticky #navigation {
    top: -25px;
}
.sticky .brand-heading {
    display: none;
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    margin-top: -32px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.btn,
.btn:visited,
.btn:focus {
    color: #fff;
}
.btn-md {
    padding: 11px 20px;
    display: inline-block;
}
.btn-white {
    color: #323232;
    background: rgba(255, 255, 255, 1);
    border: none;
}
.btn-black-line,
.btn-black-line:visited {
    border: 2px solid;
    background: none;
    color: #000;
}
.btn-black-line:hover {
    border: 2px solid #000;
    background: #000;
    color: #fff;
}


.btn-white-line,
.btn-white-line:visited {
    border: 2px solid;
    background: none;
    color: #fff;
}
.btn-white-line:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #000;
}
.full_width #footer {
    padding-top: 30px;
    max-width: 100%;
    color: #333;
}

.full_width #footer a {
    color: #333;
}

#copyright {
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}
.theme_button,
.theme_button:visited {
    border-radius: 3px;
}
.theme_thumb {
    line-height: 20px;
}
#footer dd a {
    color: #333;
}
#footer dd a:hover {
    color: #333;
}
.full_width #footer dt,
.full_width #copyright {
    color: #333;
}
#login {
    margin-top: 100px;
}
#login h2 {
    padding-top: 100px
}
.form-top-left h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    text-align: left;
}
.form-top-left p {
    color: #555;
    padding-bottom: 0px;
}
#forgot_password {
    float: right;
    text-align: right;
    padding: 0;
}
#forgot_password a {
    font-size: 12px;
}

.contact-form{
margin-bottom: 20px;
}

.contact-form input, .contact-form textarea{
width:100%;
max-width: 400px;
}

.text_field, .textarea_field{
padding-left: 0px;
padding-top: 0px;
}


#login input[type=text],
#login input[type=password] {
    width: 100%;
    box-sizing: border-box;
}

#openid_toggle{
position: static;
margin-bottom: -20px;
margin-top: -7px;

}

#openid_toggle label{
margin-left: 5px;
}

#whatis_openid{
  margin-bottom: 10px;
}

.signin{
font-size:14px;
}

.fail{
color: red;
}

#mobile_wrapper{
position:fixed;
z-index:999;
}

.center_image{
    margin: 0 auto;
    display: block;
    margin-bottom:25px;
}


.stand_alone{
  margin-bottom:40px;
}

.fuzzy_border{
  box-shadow: 0px 20px 40px 0px rgba(46, 57, 59, 0.1);
      border-radius: 4px;
}

.scroll {
	position: absolute;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
  margin-top: 30px;
}
.scroll:hover {
	opacity: .5;
}

.scroll span {
	position: absolute;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}

.galleries img{
  margin-bottom: 40px;

}
#placeholder{
  width: 720px;
  height: 400px;
  max-width: 100%;
  margin: 0 auto;
}

#myChart{
  max-width:720px;
  margin: 10px auto;

}

.border-bottom{
  border-bottom: 1px solid #f1f1f1;
}

h2.single{
  margin-bottom: 50px;
}

.section.more div{
  margin-bottom: 20px;
}

[class^=arr-]{  /* Arrows @RCB */
  border:       solid currentColor;
  border-width: 0 .1em .1em 0;
  display:      inline-block;
  padding:      .20em;
  color: #fff;
  font-size: 30px;
}
.arr-right {transform:rotate(-45deg);}
.arr-left  {transform:rotate(135deg);}
.arr-up    {transform:rotate(-135deg);}
.arr-down  {transform:rotate(45deg);}

#welcome_features .row img{
  margin-bottom: 20px;
}

.sml-box{
  height:250px;
}

.lrg-box{
  height:500px;
}

.med-box{
  height:375px;
}

.med-box p{
  max-width: 400px;
  margin: 0 auto;
}

.med-width p{
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;

}

.light-grey{
  background-color: #f9f9f9;
}

.builder-monitor{
  border-radius: 3px;
  background-color: #f3f3f3;
  border: 1px #e8e8e8 solid;
  padding: 14px;
  line-height: 1em;
}

.builder-monitor video{
  max-width: 100%;
}

.components_wrapper{
  margin: 10px 30px;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


@media (max-width: 750px) {
  .top_navigation{
    margin-top: 60px;
  }

  .theme_button, .theme_button:visited {
      margin-top:10px;
  }

  #features .text-right{
    text-align: left;

  }

  #header img{
  margin-right: auto;
  margin-left: auto;
  display: block;
  }

   #login h2 {
  padding-top: 40px;
  padding-bottom: 10px;
  }
}

.btn {
	font-size: 18px;
}

#about_index, #about_contact {
	font-size: 16px;
}


#footer a:hover, #login a:hover, #copyright a:hover{
  text-decoration: underline;
  color: #5490b0;
}
