body {
    color: #e5057b;
    overflow-x: hidden;
	font-family: 'Playfair Display'; font-size: 22px;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    /*color: #18bc9c;*/
	color: #999999;
	color: #1a242f;
	color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    
    font-weight: 700;
}

hr.star-light,
hr.star-primary,
hr.star-contact {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after,
hr.star-contact:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #ee811c;
}

hr.star-primary {
    /*border-color: #2c3e50;*/
	border-color: #e5057b;
}

hr.star-primary:after {
    /*color: #2c3e50;*/
	color: #e5057b;
    background-color: #fff;
}

hr.star-contact {
    /*border-color: #2c3e50;*/
	border-color: #ee811c;
}

hr.star-contact:after {
    /*color: #2c3e50;*/
	color: #ee811c;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
}

.navbar-fixed-top.navbar-shrink {
    padding: 0px 0;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Merriweather;
    /*font-weight: 700;*/
	font-weight:300;
	font-size:18px;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default {
background-color: #fff;
}

.navbar-default,
.navbar-inverse {
    border: 0;
	border-bottom:1px solid #dedede;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.navbar-toggle {
  background-color: #e5057b;
  background-image: none;
  border: 1px solid #e5057b;
  border-radius: 4px;
  float: right;
  margin-bottom: 13px;
  margin-right: 15px;
  margin-top: 13px;
  padding: 9px 10px;
  position: relative;
}

.navbar-default .navbar-toggle {
  border-color: #e5057b;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e5057b;
}

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  /*color: #18bc9c;*/
  /*color: #A5057B;*/
  color: #ccc;
  background-color: transparent;

}

.navbar-default .navbar-nav > .active > a {
background-color: #e5057b;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #e5057b;
}

.navbar-brand img{
    width:200px;
    margin-top:-20px;
}

section {
    padding: 50px 0;
}

section h2 {
    margin: 0;
    font-size: 2em;
}

section.success {
    color: #fff;
    /*background: #18bc9c;*/
	background-color: #ee811c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

section.contact {
    color: #999;
    /*background: #18bc9c;*/
	background-color: #fff;
}

section.contact h2, section.contact h3{
    color: #ee811c;
    /*background: #18bc9c;*/
	background-color: #fff;
}

section.contact a{
    color: #e5057b;
    /*background: #18bc9c;*/
	background-color: #fff;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: rgba(24,188,156,.9);*/
	background: rgba(238, 129, 28, .9) ;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

#portfoliopolish .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfoliopolish .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfoliopolish .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: rgba(24,188,156,.9);*/
	background: rgba(238, 129, 28, .9) ;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfoliopolish .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfoliopolish .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfoliopolish .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfoliopolish .portfolio-item .portfolio-link .caption .caption-content h3,
#portfoliopolish .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfoliopolish * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfoliopolish .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    /*background-color: #2c3e50;*/
	background-color: #ee811c;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    /*background-color: #233140;*/
	background-color: #e5057b
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
	padding: 6px 13px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.scroll-top .btn-primary {
  background-color: #e5057b;
  border-color: #ffffff;
  color: #ffffff;
}

.scroll-top .btn-primary:hover {
  color: #ffffff;
  background-color: #ccc;
  border-color: #ffffff;
}

.scroll-top .btn-primary:active,
.scroll-top .btn-primary.active {
  color: #ffffff;
  background-color: #1a242f;
  border-color: #ffffff;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color:  #cccccc;
  border-color: #ffffff;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 2em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/*
Styles for fading carousel
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/**/

#map-container { height: 300px }


.btn-success {
  color: #ffffff;
  /*background-color: #18bc9c;*/
  background-color:   #5cb85c;
  /*border-color: #18bc9c;*/
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #128f76;
  border-color: #0a4b3e;
}
.btn-success:hover {
  color: #ffffff;
  /*background-color: #128f76;
  
  border-color: #11866f;*/
    background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color:  #398439;
  border-color: #255625;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

@media (max-width: 768px) {
	#myCarousel .btn{
	  padding: 6px 9px;
	  font-size: 13px;
	  line-height: 1.5;
	  border-radius: 3px;
	}
}


#contact h2, #contact h3 {
color:#ee811c;
}

#contactForm {
font-size:15px
}


.contact-extra p {
font-size: 0.7em;
}

#contact p {
color:#999999
}

#contact label {
color:#999999;
font-weight:normal;
font-size:20px;
}

#contact textarea {
min-height: 238px;
}

p.required {
font-size:12px;
font-color:#ff0000
}

#contact .contact-info {
padding-bottom:60px
}

#contact i {
color:#fff;
background-color:#ee811c;
padding:30px;
width:104px;
border-radius:100%;
margin-bottom:20px;
}

.pad-bottom {
padding-bottom:40px
}

footer {
font-size:12px;
font-family:tahoma;
}

#site h2 {
font-size:2em
}

.features {
color:#999999;
border:0px solid yellow;
max-width:474px
}

.features p {
font-size:18px;
}

@media (max-width:767px) {
	.mygallery{margin:0 auto}
	.features{margin: 0 auto}
}

@media (min-width:768px ) {
.features h4{margin-top:0px}
}

p.social-icons a img {
margin-bottom:10px
}

section#more, section#video {
	padding-top: 0px;
}

/* formerly base-edit.css */

.hero {
    background-color: #fff;
    border-bottom: 0px solid #F1F1F1;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.gallery li {
    display: block;
    float: left;
    margin-right: 6px;
}

.gallery li img {
    height: auto;
    max-width: 100%;
    display: block;
}

.features > ul li {
    margin-bottom: 5px;
}


.example {
    padding-top: 60px;
}

#site {
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    -o-transition: -o-transform 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    transition: transform 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    background-color: white;
    z-index: 10;
    position: relative;
}

@media (min-width: 768px) {
    #site {
        padding: 0;
    }
}

.cS-slideWrapper {
    overflow: hidden;
}

.cS-slideWrapper .cS-slide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.cS-slideWrapper .cS-fade {
    position: relative;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.cS-slideWrapper .cS-fade > li {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}

.cS-slideWrapper .cS-fade > li.active {
    opacity: 1;
    z-index: 10;
}

.cS-slideWrapper #cS-pager {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.cS-slideWrapper #cS-pager > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.cS-slideWrapper #cS-pager > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.cS-slideWrapper #cS-pager > li:hover a,
.cS-slideWrapper #cS-pager > li.active a {
    background-color: #428bca;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.cS-slideWrapper .media {
    opacity: 0.8;
}

.cS-slideWrapper .media.active {
    opacity: 1;
}

#cS-pager .active a {
    background-color: #000000;
    border: 0 none;
    color: #FFFFFF;
}

.csSlideOuter .csPager.cSGallery li.active {
    outline: 2px solid #CD3420;
    outline-offset: -2px;
}

@-ms-viewport {
    width: device-width;
}

/* end base-edit.css */
