
body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #DDAD4D; text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 { margin-top: 10px; font-size: 36px; font-weight: 700; color: #555; line-height: 44px; }
h3 { font-size: 22px; font-weight: 400; color: #555; line-height: 30px; }

img { max-width: 100%; }

.medium-paragraph { font-size: 18px; line-height: 30px; }

::-moz-selection { background: #DDAD4D; color: #fff; text-shadow: none; }
::selection { background: #DDAD4D; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }
.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 .line { border-color: #fff; opacity: 0.8; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 0 20px;
	background: #DDAD4D;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; background: #ffd669; color: #fff; }

.btn-link-1 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; background: rgba(0, 0, 0, 0.4); color: #fff; }

.btn-link-2 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }

.btn-link-3 {
	display: inline-block;
	height: 50px;
	margin-top: 10px;
	padding: 0 20px;
	background: rgba(255, 255, 255, 0.0);
	border-style:solid;
    border-width:1px;  
    border-color:#DDAD4D;
	font-size: 15px;
    font-weight: 400;
    line-height: 46px;
    color: #b6b6b6;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.btn-link-3:hover { outline: 0; opacity: 1.0; background: rgba(221, 173, 77, 1); color: #FFF; }

.btn-link-3:focus, .btn-link-3:active, .btn-link-3:active:focus { outline: 0; opacity: 1.0; background: rgba(221, 173, 77, 0.0); color: #FFF; }

.btn-link-3 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }



/*
.btn-link-4 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-4:hover, .btn-link-4:focus, 
.btn-link-4:active, .btn-link-4:active:focus { outline: 0; background: rgba(0, 0, 0, 0.4); color: #fff; }

.btn-link-4 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }
*/



/***** Divider *****/

.divider-1 { padding: 25px 0 15px 0; }
.divider-1 .line { width: 200px; margin: 0 auto; border-bottom: 1px solid #ddd; }


/***** Modal *****/

.modal-content {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	text-align: left;
}

.modal-body { padding: 0 25px 15px 25px; }
.modal-body img { margin-bottom: 15px; }

.modal-header { padding: 25px 25px 15px 25px; }
.modal-footer { padding: 15px 25px 25px 25px; }
.modal-header, .modal-footer { border: 0; }

.modal-header .close { font-size: 36px; color: #888; font-weight: 400; text-shadow: none; opacity: 1; }

.modal-footer button {
	height: 50px;
	margin: 0;
    padding: 0 20px;
	background: #DDAD4D;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.modal-footer button:hover { outline: 0; background: #ffd669; color: #fff; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus { 
	outline: 0; background: #ffd669; color: #fff; 
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-footer button:before { background: none; }


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	padding-top: 0;
	background: #222;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar-no-bg { padding-top: 10px; /* background: none; */ }


ul.navbar-nav { font-size: 15px; color: #fff; }

.navbar-inverse ul.navbar-nav li a { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-inverse ul.navbar-nav li a:hover { color: #DDAD4D; border: 0; }
.navbar-inverse ul.navbar-nav li a:focus { color: #DDAD4D; outline: 0; border: 0; }

.navbar-inverse ul.navbar-nav li a.btn-link-3 {
	display: inline-block;
	margin: 9px 0 0 15px;
	padding: 6px 15px;
	background: #DDAD4D;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    color: #fff;
    -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;
}
.navbar-inverse ul.navbar-nav li a.btn-link-3:hover,
.navbar-inverse ul.navbar-nav li a.btn-link-3:focus,
.navbar-inverse ul.navbar-nav li a.btn-link-3:active,
.navbar-inverse ul.navbar-nav li a.btn-link-3:active:focus { outline: 0; background: #cc803b; color: #fff; }

.navbar-brand {
	width: 90px;
	background: url(../img/logo@2x.svg) left center no-repeat;
	text-indent: -99999px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0; }


/***** Top content *****/

.top-content { padding: 150px 0 200px 0; }

.top-content .text { padding-top: 60px; color: #fff; }
.top-content .text h1 { color: #fff; }

.top-content .description { margin: 20px 0 60px 0; }
.top-content .description p { opacity: 0.8; }


.subscribe { position: relative; color: #fff; }
.subscribe .success-message { display: none; opacity: 0.8; }
.subscribe .error-message { display: none; position: absolute; left: 0; bottom: -60px; width: 100%; opacity: 0.8; }

.subscribe input[type="text"] {
	width: 360px;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.subscribe input[type="text"]:focus {
	outline: 0; background: #fff; border: 3px solid #DDAD4D;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.subscribe input[type="text"]::-moz-placeholder { color: #888; }
.subscribe input[type="text"]:-ms-input-placeholder { color: #888; }
.subscribe input[type="text"]::-webkit-input-placeholder { color: #888; }

.subscribe button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #DDAD4D;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.subscribe button.btn:hover { background: #ffd669; color: #fff; }
.subscribe button.btn:active { outline: 0; background: #ffd669; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.subscribe button.btn:focus { outline: 0; background: #ffd669; color: #fff; }
.subscribe button.btn:active:focus, .subscribe button.btn.active:focus { outline: 0; background: #ffd669; color: #fff; }

.subscribe button i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }










.email { position: relative; color: #fff; }
.email .success-message { display: none; opacity: 0.8; }
.email .error-message { display: none; position: absolute; left: 0; bottom: -60px; width: 100%; opacity: 0.8; }

.email input[type="text"] {
	width: 360px;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.email input[type="text"]:focus {
	outline: 0; background: #fff; border: 3px solid #DDAD4D;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.email input[type="text"]::-moz-placeholder { color: #888; }
.email input[type="text"]:-ms-input-placeholder { color: #888; }
.email input[type="text"]::-webkit-input-placeholder { color: #888; }

.email button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #DDAD4D;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.email button.btn:hover { background: #ffd669; color: #fff; }
.email button.btn:active { outline: 0; background: #ffd669; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.email button.btn:focus { outline: 0; background: #ffd669; color: #fff; }
.email button.btn:active:focus, .subscribe button.btn.active:focus { outline: 0; background: #ffd669; color: #fff; }

.email button i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }





















/***** Features *****/

.features { padding-bottom: 30px; }

.features-box {
	padding-top: 15px; padding-bottom: 15px;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.features-box:hover { background: #f8f8f8; }

.features-box .features-box-icon {
	width: 120px; height: 120px; margin: 0 auto; font-size: 64px; color: #DDAD4D; line-height: 120px;
	background: #fff; border: 2px solid #DDAD4D;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.features-box:hover .features-box-icon { border-color: #DDAD4D; }

.features-box h3 { margin-top: 15px; }


/***** Video *****/

.video-container { padding-top: 80px; }

.video-box { text-align: left; }
.video-box h3 { margin-top: 0; }
.video-box a.learn-more { border-bottom: 1px dotted; }
.video-box a.learn-more:hover, .video-box a.learn-more:focus { color: #555; border: 0; }


/***** More features *****/

.more-features-container { padding-bottom: 60px; }

.more-features-box { margin-top: 30px; margin-bottom: 20px; }
.more-features-box-text { margin-top: 40px; padding-right: 30px; overflow: hidden; text-align: left; }
.more-features-box-text:first-child { margin-top: 20px; }

.more-features-box-text-icon {
	float: left; width: 60px; height: 60px; background: #DDAD4D;
    font-size: 30px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.more-features-box-text h3 { float: right; width: 86%; margin-top: 0; }

.more-features-box-text-description { float: right; width: 86%; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: center; }

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text { margin-top: 30px; }
.testimonial-list .testimonial-text p { opacity: 0.8; }

.testimonial-list .testimonial-text a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs { margin-top: 30px; border: 0; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px; height: 16px; margin: 0; padding: 0;
    background: none; border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.testimonial-list .nav-tabs li a:hover {
	background: #fff; background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #DDAD4D; border: 0; }


/***** Great support *****/

.great-support-container { padding-bottom: 60px; }

.great-support-box { margin-top: 30px; margin-bottom: 20px; }
.great-support-box-text { margin-top: 40px; padding-left: 30px; overflow: hidden; text-align: left; }
.great-support-box-text:first-child { margin-top: 20px; }

.great-support-box-text h3 { margin-top: 0; }

.great-support-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Call to action *****/

.call-to-action-container .section-bottom-button { padding-top: 30px; }


/***** Pricing *****/

.pricing-box { padding-top: 30px; padding-bottom: 20px; }

.pricing-box-inner {
	background: #f8f8f8; overflow: hidden;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.pricing-box-price { padding: 10px 0 0 0; background: #eee; font-size: 42px; color: #555; line-height: 54px; }
.pricing-box-best .pricing-box-price { background: #DDAD4D; color: #fff; }

.pricing-box-price span { font-size: 18px; color: #888; line-height: 32px; }
.pricing-box-best .pricing-box-price span { color: #fff; }

.pricing-box h3 { margin-top: 0; margin-bottom: 0; padding: 10px 20px; background: #eee; color: #888; }
.pricing-box.pricing-box-best h3 { background: #DDAD4D; color: #fff; }

.pricing-box h4 {
	margin-top: 0; margin-bottom: 2px; padding: 10px 20px; background: #e8e8e8;
	font-size: 17px; line-height: 30px; font-weight: 400; text-transform: uppercase;
}
.pricing-box.pricing-box-best h4 { background: #ffd669; color: #fff; }

.pricing-box-features ul { margin: 0; padding: 0; list-style: none; }
.pricing-box-features li { padding: 7px 20px; border-bottom: 1px solid #eee; }

.pricing-box-sign-up { padding: 25px 0; }


/***** About us *****/

.about-us-container { padding-bottom: 65px; }

.about-us-box { padding-top: 30px; padding-bottom: 15px; }

.about-us-box .about-us-photo { position: relative; width: 160px; margin: 0 auto; }
.about-us-box .about-us-photo img { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }

.about-us-box .about-us-photo .about-us-role {
	position: absolute; bottom: 10px; right: 0; padding: 3px 8px; background: #DDAD4D;
	font-size: 13px; color: #fff; line-height: 15px; text-transform: uppercase;
	-moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px;
}

.about-us-box p { opacity: 0.8; }

.about-us-box .about-us-social { margin-top: 5px; font-size: 28px; line-height: 36px; }
.about-us-box .about-us-social a { margin: 0 7px; color: #fff; color: rgba(255, 255, 255, 0.8); }
.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus { color: #DDAD4D; }


/***** FAQ *****/

.faq { padding-bottom: 30px; }

.faq-box {
	padding-top: 15px; padding-bottom: 15px;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.faq-box-bg { background: #f8f8f8; }

.faq-number {
	display: inline-block; width: 64px; height: 64px; margin: 0 auto; border: 1px solid #DDAD4D;
	font-size: 32px; color: #DDAD4D; line-height: 56px; font-weight: 700;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.faq-box:hover .faq-number { background: #DDAD4D; color: #fff; }


/***** Footer *****/

footer {
	padding: 60px 0 35px 0;
	background: #333;
	text-align: left;
	color: #ccc;
}

footer h3 { margin-top: 0; color: #fff; }

footer a { color: #DDAD4D; border: 0; }
footer a:hover, footer a:focus { border-bottom: 1px dotted #DDAD4D; outline: 0; }

.footer-contact-info p { word-wrap: break-word; }
.footer-contact-info i { padding-right: 10px; font-size: 18px; color: #555; vertical-align: text-top; }

.footer-social a { margin-right: 20px; color: #888; }
.footer-social a:hover, .footer-social a:focus { color: #DDAD4D; border: 0; }
.footer-social i { font-size: 28px; vertical-align: text-top; }

.footer-copyright {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #555;
}

.footer-menu {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #555;
	text-align: right;
}
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li { display: inline; margin-left: 20px; }


/***************portfolio***********/
/*mix it up filter*/
#grid .mix{
    display: none;
    opacity: 0;
}

.portfolio-filters{
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.portfolio-filters li{
    display:inline-block;
    border:1px solid #ddd;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 10px ;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
    color:#999;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.portfolio-filters li:hover{
    background-color: #ffd669;
    color:#fff;
    border-color:#ffd669;
}
.portfolio-filters li.active{
    background-color: #DDAD4D;
    color:#fff;
    border-color:#DDAD4D;
}
.work-desc{
    padding-top: : 0px;
    padding-bottom: 20px;
}
.work-desc h4{
    margin-bottom: 5px;
}
.work-desc em{
    font-size: 12px;
    color:#999;
    font-weight: 400;
}


/* Ryan */
/***** Testimonials *****/

.testimonials-container-single { padding-bottom: 70px; }

.testimonial-list-single { margin-top: 30px; text-align: center; }

.testimonial-list-single .testimonial-image-single img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list-single .testimonial-text-single { margin-top: 30px; }
.testimonial-list-single .testimonial-text-single p { opacity: 0.8; }

.testimonial-list-single .testimonial-text-single a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list-single .testimonial-text-single a:hover, 
.testimonial-list-single .testimonial-text-single a:focus { color: #fff; border: 0; }

.testimonial-list-single .nav-tabs-single { margin-top: 30px; border: 0; }
.testimonial-list-single .nav-tabs-single li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list-single .nav-tabs-single li a {
    width: 16px; height: 16px; margin: 0; padding: 0;
    background: none; border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.testimonial-list-single .nav-tabs-single li a:hover {
	background: #fff; background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list-single .nav-tabs-single li.active a,
.testimonial-list-single .nav-tabs-single li.active a:focus { background: #DDAD4D; border: 0; }


/* MULTI STEP FORM */
/* Style the form */
#regForm {
  background-color: transparent;
  margin: 0px auto;
  padding: 0px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  border-radius: 7px;
  color: #232323;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #DDAD4D;
}


.btn-link-4 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 0 20px;
	background: #DDAD4D;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    width: 125px;
    height: 50px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-4:hover, .btn-link-4:focus, .btn-link-4:active { outline: 0; background: #ffd669; color: #fff; }

.btn-link-4 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }


.btn-link-5 {
	display: inline-block;
	height: 50px;
	margin-top: 10px;
	padding: 15px 20px 15px 20px;
	background: rgba(255, 255, 255, 0.0);
	border-style:solid;
    border-width:1px;  
    border-color:#DDAD4D;
	font-size: 15px;
    font-weight: 400;
    line-height: 46px;
    color: #b6b6b6;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.btn-link-5:hover { outline: 0; opacity: 1.0; background: rgba(221, 173, 77, 1); color: #FFF; }

.btn-link-5:focus, .btn-link-5:active, .btn-link-5:active:focus { outline: 0; opacity: 1.0; background: rgba(221, 173, 77, 0.0); color: #FFF; }

.btn-link-5 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }




.btn-link-6 {
/* 	display: inline-block; */
	height: 35px;
	margin: 5px;
	padding: 0 20px;
	background: #DDAD4D;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 40px;
}
.btn-link-6:hover, .btn-link-6:focus, .btn-link-6:active { outline: 0; background: #fed572; color: #fff; }

.btn-link-6 i { vertical-align: middle; font-size: 20px; line-height: 20px; }

.btn-link-6 a { margin-top: -10px; }




.navbar-toggle-left {
    position: relative;
    float: left;
    padding: 10px 0px 0px 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 40px;
}


.navbar-toggle-left a, a:hover, a:focus {
	color: #FFF;
}


