/*!
Author: themesmile
Author URI: http://themeforest.net/user/themesmile/portfolio
Description: Demian – Clean Wordpress Resume Template has a cool one page effect, that like never before. Namely the front page is different from the content page, which is linked to a unique transition
Version: 1.0
 */

html {}

body {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666!important;
    overflow-x: hidden!important; 
}

.body-padding {}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #777;
}

.text-muted-two {
    color: rgba(255, 255, 255, 0.81);
}

.text-primary {
    color: #7FBB00;
}

p {
    font-size: 14px;
    line-height: 1.7em;
    color: #777!important;
    font-weight: normal;
}

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

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none!important;
}

a {
    color: #ccc;
    text-decoration: none!important;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ccc;
    text-decoration: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.bg-black {
    color: #fff!important;
}
/* =Blockquote
-------------------------------------------------------------- */

blockquote {
    position: relative;
    margin: 60px 0 20px;
    padding: 30px 10%;
    text-align: center;
    font-size: 18px;
    border-left: none;
    /* border-bottom: 7px solid; */
    
    color: #777;
    font-style: normal;
    font-weight: 300;
}

blockquote:before,
blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #ccc;
    line-height: 1;
    /* font-style: normal; */
    
    font-size: 26px!important;
}

.quote-desc {
    margin: 40px 0 0;
    padding: 0 10%;
    font-weight: normal;
}

.quote-ribbon {
    font-size: 14px;
    margin: 15px 0 0 0;
    color: #999;
    position: relative;
    top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px
}

.quote-ribbon:before {
    top: -6px;
    left: -20px;
    content: "";
    text-rendering: auto;
    width: 130px;
    height: 1px;
    background-color: #ddd;
    position: relative;
    display: inline-block;
}

.quote-ribbon:after {
    top: -6px;
    right: -20px;
    content: "";
    text-rendering: auto;
    width: 130px;
    height: 1px;
    background-color: #ddd;
    position: relative;
    display: inline-block;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: inherit;
}

.testimonial {
    border-radius: 5px;
    display: block;
    /*   background: #fff;*/
    
    padding: 20px;
    margin: 40px 0 0;
    position: relative;
    text-align: left;
    font-weight: normal;
}

.testimonial p {
    color: #777;
    font-weight: normal!important;
    text-align: center;
    margin: 0 0 0 100px;
}

.testimonial a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.testimonial a:hover {
    color: #666;
}

.testimonial em {
    font-style: italic;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    margin: 0px 0 0px 50px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    color: #999;
    text-align: left;
}

.testimonial-author span {
    color: #666;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f5f5f5;
    background-color: rgba(0, 0, 0, 0.3);
    /* background: url(../img/symphony.png) repeat;*/
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.bg-groosmen-gray {
    background-color: #7FBB00;
    background: url(../img/symphony.png) repeat;
    position: relative;
    z-index: 0;
}

.bg-darkest-gray {
    background-color: #222;
}

.bg-groosmen-white {
    background-color: #fff;
    position: relative;
    z-index: 1;
    background: url(../img/symphony.png) repeat;
}

.btn-primary {
    border-color: #7FBB00;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #7FBB00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #7FBB00;
    color: #fff;
    background-color: #7FBB00;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #7FBB00;
    background-color: #7FBB00;
}

.btn-primary .badge {
    color: #7FBB00;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 30px;
    border-color: #7FBB00;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold!important;
    color: #fff;
    background-color: #7FBB00;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #7FBB00;
    color: #fff;
    background-color: #7FBB00;
    background-color: #7FBB00;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #7FBB00;
    background-color: #7FBB00;
}

.btn-xl .badge {
    color: #7FBB00;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default {
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 0 5px 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-inverse {
    /*  font-family: 'Great Vibes', Helvetica, sans-serif ;*/
    
    background: transparent!important;
    color: #fff;
    border-bottom: 1px solid transparent!important;
}

.logo-init {}

.logo-init img {
    width: auto;
    height: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    */
}

.navbar-shrink .logo-init img {
    width: auto;
    height: 60px;
    background: transparent!important;
}

.logo-init a,
.logo-init:hover {
    color: #fff!important;
}

.logo-init .fa.flaticon-rings4 {
    position: absolute;
    top: 56px;
    left: 34px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo-init .fa.fa-heart {
    position: absolute;
    top: 10px;
    left: 34px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo-init b:before {
    content: "";
    display: block;
    height: 1px;
    width: 80px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 43px;
    left: 5px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo-init b:after {
    content: "";
    display: block;
    height: 1px;
    width: 80px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 43px;
    left: 5px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-shrink .logo-init {
    background: transparent!important;
}

.navbar-shrink .logo-init b:before {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 25px;
    left: 4px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-shrink .logo-init b:after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 25px;
    left: 4px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-shrink .logo-init .fa.flaticon-rings4 {
    position: absolute;
    top: 32px;
    left: 19px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.navbar-shrink .logo-init .fa.fa-heart {
    position: absolute;
    top: 6px;
    left: 19px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.logo-init h4 {
    font-size: 30px;
    position: absolute;
    left: 8px;
    top: 17px;
    display: inline-block;
    transform: translate(0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo-init h3 {
    font-size: 30px;
    position: absolute;
    left: 60px;
    top: 7px;
    display: inline-block;
    transform: translate(0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-shrink .logo-init h4 {
    font-size: 15px!important;
    left: 4px;
    top: 7px;
}

.navbar-shrink .logo-init h3 {
    font-size: 15px!important;
    left: 33px;
    top: -3px;
}

.navbar-shrink .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    padding: 25px 0;
}

.navbar-inverse .navbar-brand {
    font-size: 3.5em;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fff;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
    border-color: #7FBB00;
    background-color: #7FBB00!important;
}

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

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

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold!important;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    top: 20px;
}

.navbar-shrink .nav li a {
    position: relative;
    top: 5px;
}

.navbar-inverse .nav li a {
    font-size: 16px!important;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff!important;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #7FBB00;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #ccc;
    background-color: transparent;
    /* border-right: 1px solid #eee;
    border-left: 1px solid #eee;*/
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ccc;
    background-color: transparent;
    /* border-right: 1px solid #eee;
    border-left: 1px solid #eee;*/
}

.devider-ulem:before {
    content: "/";
    display: block;
    color: #fff;
    margin: 35px 0 0;
    font-weight: 100;
}

.navbar-shrink .devider-ulem:before {
    content: "/";
    display: block;
    color: #bbb;
    margin: 20px 0 0;
    font-weight: 100;
}

.header-wrap-maximage {
    position: relative;
    display: block;
}

.header-wrap-maximage:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 90px 0 0px 685px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
    bottom: -15%;
    left: 0;
}

.header-wrap-maximage:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 90px 685px 0px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
    bottom: -15%;
    right: 0;
}

.team-wrap {
    background: #fff;
    z-index: 0;
    position: relative;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

section#portfolio {
    padding: 0;
    border-top: 1px dashed #eee;
}

#blog-page {
    background: #fff;
    padding: 80px 0;
}

#blog-bg {
    margin-top: -150px;
    height: 450px;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}

#blog-bg:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 100px 0 0px 688px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
    bottom: 0;
    left: 0;
}

#blog-bg:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 100px 682px 0px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.intro-text-blog {
    padding-top: 70px;
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.intro-text-blog .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px!important;
    font-style: italic;
    line-height: 22px;
    text-align: center;
}

.intro-text-blog .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.intro-text-blog .intro-heading h3 {
    text-align: center;
}

.intro-text-blog .intro-heading h3:before {
    content: "";
    height: 8px;
    width: 120px;
    display: inline-block;
    position: relative;
    top: -5px;
    right: 20px;
    border-top: 3px solid #eee;
    border-bottom: 1px solid #eee;
}

.intro-text-blog .intro-heading h3:after {
    content: "";
    height: 8px;
    width: 120px;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 20px;
    border-top: 3px solid #eee;
    border-bottom: 1px solid #eee;
}

.intro-text-blog .intro-heading h2 {
    text-align: center;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: -15px;
}

.intro-text-blog .intro-heading span {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0px 0 9px 0;
    font-weight: 100;
}

.intro-text {
    padding-top: 200px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    text-align: center;
}

.intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.intro-text .intro-heading h3 {
    text-align: center;
    letter-spacing: 5px;
}

.intro-text .intro-heading h3:before {
    opacity: 0.8;
    content: "";
    height: 6px;
    width: 120px;
    display: inline-block;
    position: relative;
    top: -5px;
    right: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQIW2NkQAP/////z4gsBhYAAZggTADEBwsiC4AF0QVAggAaRhQC3z7vXAAAAABJRU5ErkJggg==) repeat;
}

.intro-text .intro-heading h3:after {
    opacity: 0.8;
    content: "";
    height: 6px;
    width: 120px;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQIW2NkQAP/////z4gsBhYAAZggTADEBwsiC4AF0QVAggAaRhQC3z7vXAAAAABJRU5ErkJggg==) repeat;
}

.intro-text .intro-heading h2 {
    text-align: center;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: -15px;
}

.intro-text .intro-heading span {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0px 0 9px 0;
}

@media(min-width:768px) {
    .intro-text {
        padding-top: 280px;
        padding-bottom: 100px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Yellowtail', cursive;
        font-size: 50px;
        line-height: 40px;
        text-align: center;
        margin: 0 0 0;
        position: relative;
        top: -40px;
    }
}

.intro-text .intro-heading {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.intro-heading .pull-right {
    margin-right: -55px;
}

.intro-heading .pull-left {
    margin-left: -55px;
}
}
section {
    padding: 100px 0;
    position: relative;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 4em;
    font-family: 'Great Vibes', Helvetica, sans-serif;
    text-transform: capitalize;
    color: #7fbb00;
    font-weight: normal;
}
section h2.section-headingcon {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 4em;
    font-family: 'Great Vibes', Helvetica, sans-serif;
    text-transform: capitalize;
    color: #7fbb00;
    font-weight: normal;
}
.section-heading-white h2,
.section-heading-white h2:before,
.section-heading-white h2:after,
.section-heading-white blockquote,
.section-heading-white footer {
    color: #fff!important;
}
section h2.section-headingcon:after {
    content: '\e81a';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 30px;
    height: 14px;
    width: 25%;
    display: inline-block;
    position: relative;
    text-align: left;
    top: -5px;
    right: -20px;
    border-bottom: 2px dotted #bbb;
    color: #bbb;
}
section h2.section-headingcon:before {
    content: '\e81a';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 30px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    height: 14px;
    width: 25%;
    display: inline-block;
    position: relative;
    text-align: left;
    top: -5px;
    left: -20px;
    border-bottom: 2px dotted #bbb;
    color: #bbb;
}
section h2.section-heading:after {
    content: '\e81a';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 30px;
    height: 14px;
    width: 25%;
    display: inline-block;
    position: relative;
    text-align: left;
    top: -5px;
    right: -20px;
    border-bottom: 2px dotted #ddd;
    color: #ddd;
}
section h2.section-heading:before {
    content: '\e81a';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 30px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    height: 14px;
    width: 25%;
    display: inline-block;
    position: relative;
    text-align: left;
    top: -5px;
    left: -20px;
    border-bottom: 2px dotted #ddd;
    color: #ddd;
}
section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6em;
}
/*RIBBON*/

.header-ulem {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    color: white;
    margin: 0 auto;
    border: 8px double #777!important;
    position: relative;
    top: 68px;
    z-index: 0;
    background-color: #fff;
}
.header-ulem i {
    font-size: 2.5em;
    text-align: center;
    line-height: 65px;
    color: #777!important;
    border: 2px dotted #777!important;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.header-ulem-two {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: white;
    margin: 0 auto;
    background-color: #ddd;
    position: relative;
    top: 35px;
    z-index: 0;
}
.header-ulem-two i {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.ribbon-ulem {
    background: #777!important;
    position: relative;
    height: 50px;
    margin: 0 auto;
    padding: 0 45px;
    min-width: 200px;
    display: table;
    /*   border-top: 6px double #E094C7;
    border-bottom: 3px solid #E094C7;*/
}
.ribbon-ulem span {
    font-size: 2em;
    line-height: 50px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 100%;
    color: #fff;
}
.ribbon-ulem span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #fff;
    font-size: 20px;
    top: 20px;
    left: 10px;
}
.ribbon-ulem span:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #fff;
    font-size: 20px;
    top: 20px;
    right: 10px;
}
.ribbon-ulem:before,
.ribbon-ulem:after {
    content: '';
    position: absolute;
    height: 0;
    border: 25px solid transparent;
    top: 0;
    width: 0;
    border-top-color: #777!important;
    border-bottom-color: #777!important;
    z-index: -1;
}
.ribbon-ulem:before {
    left: -25px;
}
.ribbon-ulem:after {
    right: -25px;
}
@media(min-width:768px) {
    section {
        padding: 20px 0;
    }
}
.service-heading {
    margin: 15px 0;
    text-transform: none;
}
.ulem-register {
    padding: 60px 0 120px 0!important;
    background: #fff;
}
/**
 * ABOUT
 */

.triangle-left {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 0 50px 340px;
    border-color: transparent transparent transparent rgba(220, 217, 194, 0.26);
    position: absolute;
    top: 0;
}
.triangle-right {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 340px 50px 0;
    border-color: transparent rgba(220, 217, 194, 0.26) transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.triangle-left-white {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 80px 680px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
}
.triangle-right-white {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 680px 80px 0;
    border-color: transparent rgba(0, 0, 0, 0.05) transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
#about {
    position: relative;
    background: #f5f5f5;
}
#about:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 90px 700px 0px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 99;
    bottom: 0;
    right: 0;
}
#about:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 90px 0 0px 700px;
    border-color: transparent transparent transparent #fff;
    z-index: 99;
    bottom: 0;
    left: 0;
}
.the-bride {
    text-align: center;
    margin: 0px;
    padding: 0px 20px;
    position: relative;
    color: #444;
    border-radius: 30px;
    top: 0;
}
.the-bride-center {
    position: relative;
    margin: 80% auto;
    text-align: center;
}
.the-bride-center span {
    color: white;
    font-size: 150px;
    text-align: center;
    margin: 50% auto;
}
.the-bride .flaticon-chicken18 {
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    top: 23px;
    left: 0;
    margin: 0px;
    padding: 0px;
    font-size: 6em !important;
    z-index: 1;
    /*  -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";*/
}
.the-bride .flaticon-chicken19 {
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    top: 23px;
    left: 0;
    margin: 0px;
    padding: 0px;
    font-size: 6em !important;
    z-index: 1;
}
.the-bride .flaticon-chicken19:before,
.the-bride .flaticon-chicken18:before {
    display: block;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.wrap-bride {
    z-index: 0;
    border-radius: 50%;
    margin: 0 auto;
}
.wrap-groom {
    z-index: 0;
    border-radius: 50%;
    margin: 0 auto;
}
.the-bride h2 {
    font-size: 3em;
    margin: 40px 0 0;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #7fbb00;
}
.the-bride h3 {
    font-family: 'Great Vibes', Helvetica, sans-serif;
    text-transform: capitalize;
    font-size: 2em;
    padding: 0px 0;
    margin: 20px 0 20px;
    font-weight: normal;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    color: #777;
}
.the-bride p {
    text-align: center;
    margin: 0 0 40px;
    font-weight: normal;
    padding: 0 8%;
    color: #777;
}
.the-bride img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    /* padding: 15px; */
    /* background: url(../img/symphony.png) repeat;*/
}
.the-bride span {
    font-size: 3em;
    margin: 80px;
}
/**
 * EVENT
 */

.border-event {
    /* border-top: 1px dashed #ddd; 
    border-bottom: 4px dotted #efefef;*/
}
.common-border {
    border-right: 1px dashed #ddd;
    height: 100%;
    margin: 15px 0;
}
.center-border {
    border-left: 1px dashed #ddd;
    height: 100%;
    margin: 15px 0;
}
.center-border-comment {
    /*border-left: 3px solid #fff;*/
    
    height: 120%;
    margin: 0;
    position: relative;
}
.center-border-comment:before {
    content: "";
    height: 21px;
    width: 21px;
    display: block;
    top: 0;
    background: #fff;
    margin-left: -27px;
    border-radius: 50%;
    position: absolute;
    display: none;
}
.center-border-comment:after {
    content: "";
    height: 21px;
    width: 21px;
    display: block;
    bottom: 0;
    background: #fff;
    margin-left: -27px;
    border-radius: 50%;
    position: absolute;
    display: none;
}
.right-border {
    border-right: 2px dotted #9B8166;
    width: 2px;
    height: 100%;
    margin: 10px 0;
}
.center-icon-ulem {
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    z-index: 8;
    position: relative;
    line-height: 100px;
    top: -50px;
    box-shadow: 0 0 0 5px white, inset 0 0px 0 rgba(0, 0, 0, 0.08), 0 0px 11px 7px rgba(0, 0, 0, 0.07);
}
.center-icon-ulem span {
    text-align: center;
    font-size: 30px!important;
}
.border-event-top {
    /* border-top: 1px dashed #ddd;*/
    
    border-bottom: 1px dashed #ddd;
}
.border-event-bottom {
    /*border-bottom: 1px dashed #ddd;*/
}
.border-event-middle {
    border-bottom: 1px solid #ccc;
    padding: 15px 25px 0;
    margin: 0;
}
.parent-bride {
    text-align: center;
    margin: 0 auto;
}
.parent-bride img {
    width: 200px;
    width: 200px;
    margin: 0 auto;
}
.parent-bride p {
    text-align: center;
}
.parent-bride h2 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    color: #777;
    padding: 0 0 0 40px;
    text-align: center;
    margin: 30px 0 0 0;
    letter-spacing: 3px;
}
.parent-bride h1 {
    text-transform: uppercase;
    font-weight: 300;
    text-indent: 40px;
    margin: 20px 0 40px 0;
    letter-spacing: 3px;
    font-size: 2em;
    text-align: center;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.parent-bride h1 span {
    color: #777!important;
    border-top: 2px solid #777!important;
    border-bottom: 2px solid #777!important;
    padding: 0;
    background-color: #fff;
}
.share-event {
    margin: 0 -10px 30px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    text-align: center;
    color: #777;
    letter-spacing: 0px;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: bold!important;
    padding: 40px 0;
    word-spacing: 5px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bride-event p {
    padding: 5px 20% 0 20%;
}
.bride-event img {
    width: 200px;
    height: 200px;
    margin: 0 auto 40px auto;
}
.bride-event h1 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2em;
    text-align: center;
    font-weight: 300;
    color: #777!important;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
}
.bride-event h2 {
    color: #3E3D39;
    font-family: 'Great Vibes', Helvetica, sans-serif;
    text-align: center;
    margin: 0 0 20px;
    font-size: 3em;
    text-transform: capitalize;
    font-weight: normal;
}
.bride-event h4 {
    letter-spacing: 3px;
}
.event-tittle {
    color: #3E3D39;
    font-family: 'Great Vibes', Helvetica, sans-serif;
    text-align: center;
    font-size: 40px;
    line-height: 5em;
    font-weight: normal;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
}
.event-day {
    position: relative;
    min-height: 250px;
}
.event-day div {
    width: 100%;
    height: 50%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.event-day h1 {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.event-day h2 {
    color: #7FBB00;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
}
.event-day h3 {
    color: #3E3D39;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
}
.ceremony h2 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    color: #3E3D39;
    padding: 0 0 15px 20px;
    text-align: center;
    letter-spacing: 3px;
}
.ceremony ul {
    margin: 0 0 0 -40px;
}
.ceremony li {
    color: #7FBB00!important;
    list-style: none;
    /* border-top: 1px dashed #ddd; */
    
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: bold;
    /* font-style: italic; */
    
    color: #888;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* text-indent: -20px; */
    
    width: 100%;
    text-align: center;
}
.ceremony li i {
    color: #444;
    margin: 0 10px 0 0;
}
.ceremony li b {
    color: #777!important;
    margin: 0 0 0 10px;
    /* font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif!important; */
    
    line-height: 1.6em;
}
}
.ceremony li span {
    /*        text-align: left;
    float: left;
    text-transform: capitalize; 
    font-size: 16px;*/
}
.ceremony p {
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.ceremony p span {
    background: #7FBB00;
    color: #fff;
    padding: 5px;
}
.bride-name h1 {
    text-transform: uppercase;
    letter-spacing: -2px;
    font-size: 6em;
    text-align: center;
    font-weight: bold;
    color: #7FBB00;
}
.bride-name h2 {
    color: #7FBB00;
    font-family: "Droid Serif",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    text-align: center;
    margin: 0 0 20px;
    font-size: 3em;
    text-transform: capitalize;
}
.timeline-body p {
    color: #fff;
}
.row.border-event-bottom.center-up-icon {
    margin: -70px 0 0 0;
}
/*GALLERY*/

#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 .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254, 209, 54, .9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-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 .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-size: 16px;
    font-style: italic;
}
#portfolio * {
    z-index: 2;
}
@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 3px;
    margin-left: -1.5px;
    background-color: #fff;
}
.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 5px solid #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: transparent;
}
.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: white;
    font-size: 28px!important;
    margin: 0 0 15px;
    color: #fff!important;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
    font-size: 18px!important;
    font-weight: normal;
}
.timeline .timeline-heading h4.subheading span {
    border: none;
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}
#team {
    padding: 0;
}
@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}
@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}
@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
.team-member {
    /* margin-bottom: 0; */
    /* text-align: center; */
    
    padding: 0px 0 25px;
}
.team-member img {
    margin: 20px 35px 0 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: right;
    float: left;
    position: relative;
    top: -5px;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
    text-align: left;
    padding: 0 0 0 175px;
    margin: 0 0 15px 0;
    position: relative;
    top: 10px;
    left: 0px;
    color: #777!important;
    line-height: 1.7em!important;
}
.team-member p b {
    text-transform: uppercase;
    color: #777;
    font-size: 13px;
    letter-spacing: 3px;
}
.team-member p span {
    padding: 15px 0px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
}
/*team member right*/

.team-member-right {
    /* margin-bottom: 0; */
    /* text-align: center; */
    
    padding: 0px 0 25px;
}
.team-member-right img {
    margin: 20px 15px 0 35px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: left;
    float: right;
    position: relative;
    top: -5px;
}
.team-member-right h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: none;
}
.team-member-right p {
    margin-top: 0;
    text-align: right;
    padding: 0 175px 0 0;
    margin: 0 0 15px 0;
    position: relative;
    top: 10px;
    left: 0px;
    color: #777!important;
    line-height: 1.7em!important;
}
.team-member-right p b {
    text-transform: uppercase;
    color: #777;
    font-size: 13px;
    letter-spacing: 3px;
}
.team-member-right p span {
    padding: 15px 0px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
}
aside.clients img {
    margin: 50px auto;
}
section#contact {
    /* background-color: #7FBB00;
    background-image: url(../img/map-image.png); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    
    position: relative;
    padding: 0;
    /* background: url(http://subtlepatterns.com/patterns/lightpaperfibers.png) repeat;*/
}
section#contact .section-heading {
    color: #fff;
}
section#team .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px!important;
    width: 100%;
    color: #333;
    border-radius: 4px;
    border: none;
    background-color: rgba(255, 255, 255, 0.81);
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #7FBB00;
    box-shadow: none;
}
section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-weight: 700;
    color: #bbb;
}
section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-weight: 700;
    color: #bbb;
}
section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-weight: 700;
    color: #bbb;
}
section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-weight: 700;
    color: #bbb;
}
section#contact .text-danger {
    color: #e74c3c;
}
footer {
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
.footer-text {
    position: relative;
}
.footer-text span {
    color: #7fbb00;
}
.footer-text h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    color: #bbb;
}
.footer-text h2:before {
    /* content: "";*/
    
    height: 10px;
    width: 125px;
    display: inline-block;
    position: relative;
    top: 0px;
    right: 20px;
    background-color: #777;
}
.footer-text h2:after {
    /* content: "";*/
    
    height: 10px;
    width: 125px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 20px;
    background-color: #777;
}
footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    line-height: 35px;
    color: #bbb;
    font-size: 12px!important;
}
footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    line-height: 40px;
}
ul.list-inline.social-buttons.social-ceremony {
    margin: 0 0 40px;
}
ul.social-buttons {
    padding: 15px 0;
    margin: 0;
    list-style: none;
}
ul.social-ceremony li a {
    background: #fff!important;
    color: #ccc!important;
    border: 1px solid #fff!important;
    width: 20px!important;
    height: 20px!important;
    margin: 0!important;
}
ul.social-buttons li a {
    border: 1px solid #ddd;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 14px;
    line-height: 35px;
    outline: 0;
    color: #222;
    background-color: #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #7FBB00;
    color: #fff;
    border-color: #7fbb00;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
.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-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-size: 16px;
    font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.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: #222;
    -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: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.bridesmaid {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #666;
    font-weight: 100;
    margin: 30px 20px 0 0;
    padding: 0;
    border-radius: 0;
    letter-spacing: 3px;
}
.sponsor {
    font-size: 70px;
    color: #ccc;
    margin: 0 auto;
    text-align: center;
}
::-moz-selection {
    text-shadow: none;
    background: #ccc;
}
::selection {
    text-shadow: none;
    background: #ccc;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #7FBB00;
}
.separator {
    position: relative;
    padding: 70px 0 0 0;
}
.separator:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 200px 1336px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -1336px;
    bottom: -100px;
    left: 50%;
    display: none;
}
#our-story {}
.count-wrap {
    padding: 40px 0;
}
section#about.section-heading {
    color: #fff!important;
}
.clients {
    position: relative;
    padding: 0;
}
.clients:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 90px 0 0px 688px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
    top: -90px;
    left: 0;
}
.clients:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 90px 668px 0px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
    top: -90px;
    right: 0;
}
/*HEART BEAT*/

.heart {
    text-align: center;
    padding: 0;
    margin: 0;
}
.pulse1 {
    -webkit-animation: pulse1 1s linear infinite;
    -moz-animation: pulse1 1s linear infinite;
    -ms-animation: pulse1 1s linear infinite;
    animation: pulse1 1s linear infinite;
}
@keyframes "pulse1" {
    0% {
        color: rgba(165, 25, 25, 1);
    }
    90% {
        color: rgba(255, 0, 0, 0.0);
    }
    100% {
        color: rgba(255, 0, 0, 1.0);
    }
}
@-moz-keyframes pulse1 {
    0% {
        color: rgba(165, 25, 25, 1);
    }
    90% {
        color: rgba(255, 0, 0, 0.0);
    }
    100% {
        color: rgba(255, 0, 0, 1.0);
    }
}
@-webkit-keyframes "pulse1" {
    0% {
        color: rgba(165, 25, 25, 1);
    }
    90% {
        color: rgba(255, 0, 0, 0.0);
    }
    100% {
        color: rgba(255, 0, 0, 1.0);
    }
}
@-ms-keyframes "pulse1" {
    0% {
        color: rgba(165, 25, 25, 1);
    }
    90% {
        color: rgba(255, 0, 0, 0.0);
    }
    100% {
        color: rgba(255, 0, 0, 1.0);
    }
}
.pulse2 {
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
}
@keyframes "pulse2" {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse2 {
    0% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes "pulse2" {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-ms-keyframes "pulse2" {
    0% {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.rsvp-title {
    margin: 45px 0 50px;
    text-align: center;
    /* font-family: 'Great Vibes', Helvetica, sans-serif ; */
    
    text-transform: capitalize;
    font-size: 2em;
    color: #fff;
    font-weight: normal;
}
.our-story-title {
    margin: 0 0 0;
    text-align: center;
    font-family: 'Roboto Slab',
    Helvetica,
    sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    color: #777;
    font-weight: normal;
    position: relative;
    z-index: 9;
    top: -10px;
}
.our-story-title span {
    background: #7fbb00;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
}
.gift-title {
    margin: 45px 0;
    text-align: center;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    color: #888;
    font-weight: bold;
    letter-spacing: 1px;
}
.gift-title:before {
    margin: 0 auto;
    text-align: center;
    content: "";
    height: 2px;
    width: 300px;
    display: block;
    position: relative;
    bottom: -50px;
    background-color: #ddd;
    /* right: 20px; */
    /* border-top: 2px solid #ddd; */
    /* border-bottom: 2px solid #ddd*/
}
.gift-title:after {
    margin: 0 auto;
    text-align: center;
    content: "";
    height: 7px;
    width: 125px;
    display: block;
    position: relative;
    background-color: #fff;
    top: 13px;
    /* right: 20px; */
    /* border-top: 2px solid #ddd; */
    /* border-bottom: 2px solid #ddd; */
}
.gift-subtitle {
    font-family: "Roboto Slab",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    margin: 30px 0 20px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 1.6em;
}
/* contact form */

.wpcf7-form p {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 0 0;
    color: #;
    position: relative;
    top: 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7-select,
.wpcf7 textarea {
    background-color: #eee;
    color: #000;
    width: 100%;
    padding: 10px;
    border: 1px solid #dce4ec;
    border-radius: 2px;
    margin: 20px 0 0;
}
.wpcf7-textarea {
    height: 150px!important;
}
.wpcf7-submit {
    float: none;
    background: #7fbb00;
    border: 2px solid #7fbb00;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    margin: 20px 0;
}
.more-info {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 1px;
    margin: 20px 0 80px 0;
    color: #777;
    font-size: 16px;
    line-height: 1.6em;
    position: relative;
    z-index: 1;
}
.more-info h3 {
    margin: 0;
    color: #ccc;
}
.more-info h3:before {
    content: "";
    display: inline-block;
    height: 5px;
    background: #ccc;
    width: 20px;
    position: relative;
    top: -5px;
    left: -10px;
}
.more-info h3:after {
    content: "";
    display: inline-block;
    height: 5px;
    background: #ccc;
    width: 20px;
    position: relative;
    top: -5px;
    right: -10px;
}
.more-info-map {
    background: #fff;
    border-radius: 5px;
    margin: 0 0 40px 0;
    height: 150px;
    width: 100%;
}
.googlemap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 0;
}
.test1 {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 99;
    border-radius: 5px;
}
/*TIMELINE*/
/* -------------------------------- 

Modules - reusable parts of our design

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

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    
    content: '';
    display: table;
    clear: both;
}
/* -------------------------------- 

Main components 

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

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #fff!important;
    border-right: 1px dashed #ccc;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}
.cd-timeline-block {
    position: relative;
    margin: 0;
    z-index: 2;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cd-timeline-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
}
.cd-timeline-img.cd-picture {
    /* background: #75ce66;
        border: 5px solid #eee; */
    
    box-shadow: 0 0 0 7px white,
    inset 0 0px 0 rgba(0, 0, 0, 0.08),
    0 0 0px 8px #ddd;
}
.cd-timeline-img.cd-movie {
    background: #777;
    box-shadow: 0 0 0 8px white;
    width: 150px;
    height: 150px;
    left: 52%;
}
.cd-timeline-img.cd-location {
    background: #7fbb00;
    margin-top: -160px;
    z-index: 2;
    box-shadow: 0 0 0 10px white,
    inset 0 0px 0 rgba(0, 0, 0, 0.08),
    0 0px 20px 10px rgba(0, 0, 0, 0.3);
}
.cd-timeline-img h2 {
    text-align: center;
    color: white;
    font-size: 1.3em;
    margin: 35% auto;
}
.cd-timeline-img h2 span {
    line-height: 60px;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 200px;
        height: 200px;
        left: 50%;
        top: 40px;
        margin-left: -100px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: 0.25em;
    padding: 1em;
    color: #777;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h2 {
    color: #3E3D39!important;
    font-size: 1.3em;
    letter-spacing: 3px;
}
.cd-timeline-content h3 {
    font-family: "Roboto Slab";
    color: #ccc;
    font-size: 13px;
    margin: 15px -40px 0 -40px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px 40px;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 14px;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    color: #777;
    line-height: 1.7em;
    font-weight: 300;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 19px solid white;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {}
    .cd-timeline-content p {
        font-size: 14px;
        font-weight: normal;
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 20px 40px;
        width: 39%;
        text-align: right;
    }
    .cd-timeline-content::before {
        top: 47px;
        left: 97%;
        border-color: transparent;
        border-left-color: white;
        display: none;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
        text-align: left;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}
@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/* jQuery Countdown
 *
 * Basic styles for a countdown timer. Feel free to write you own. These are
 * here really for demo purposes only.
 */

.countdown {
    width: 70%;
    overflow: hidden;
    border-radius: 5px;
    height: 85px;
    /* float: left; */
    
    display: table;
    margin: 0 auto;
}
.countdown>div {
    display: table-cell;
    margin: 0 auto;
    text-align: center;
}
.countdown>div>span {
    display: block;
    text-align: center;
    font-family: "Roboto Slab",
    Helvetica,
    Arial,
    sans-serif;
}
.countdown>div>span.count {
    width: 130px;
    height: 130px;
    display: block;
    /*  border: 5px solid #eee;*/
    
    line-height: 120px;
    border-radius: 5px;
    background: #fff!important;
    margin: 0 auto;
}
span.count {
    font-size: 4em;
    color: #777!important;
    font-weight: bold;
}
span.title {
    color: #fff;
    position: relative;
    margin: 10px 0 40px 0;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;

}
/*NAVGOCO*/

.gmap-nest-ulem {
    padding: 1!important;
}
.flxmap-container {
    opacity: 0.9!important;
    width: 100%!important;
    height: 300px!important;
    /* position: absolute!important; */
    
    overflow: hidden!important;
    transform: translateZ(0px);
    background-color: #fff!important;
    z-index: 0!important;
    /* top: 0; */
    
    padding: 0;
    margin: 0;
    /* left: 0; */
}
.ulem-menu-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff!important;
    cursor: pointer;
    z-index: 100000;
    top: 0;
    right: 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a.nav-expander {
    background: #222;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
    height: 60px;
    margin- left: 0;
    padding: 0;
    position: absolute;
    left: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    top: 0;
    transition: left 0.3s ease-in-out 0s;
    width: 130px;
    z-index: 100001;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
}
a.nav-expander:hover {
    cursor: pointer;
}
a.nav-expander.fixed {
    position: fixed;
}
.nav-expanded a.nav-expander.fixed {
    left: 0;
}
nav.offcanvasmenu {
    background: #111;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 100000;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
}
.nav-expanded nav.offcanvasmenu {
    left: 0;
}
body.nav-expanded {
    margin-left: 0em;
    transition: left 0.4s ease-in-out 0s;
    -webkit-transition: left 0.4s ease-in-out 0s;
    -moz-transition: left 0.4s ease-in-out 0s;
    -o-transition: left 0.4s ease-in-out 0s;
}
#nav-close {
    font-family: "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-left: 10px;
}
.main-menu {
    padding-top: 12px;
}
.main-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-left: 0;
    font-size: 18px;
    padding: 15px 15px 15px 35px;
}
.main-menu li a {
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Montserrat,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.main-menu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.main-menu li .sub-nav {
    border-bottom: 0px;
    padding: 4px;
}
.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}
.main-menu a:hover .caret {
    border-top-color: #4f5963;
}
.main-menu li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.main-menu li.open > a:hover > .caret {
    border-bottom-color: #4f5963;
}
.icon:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\f105';
}
.main-menu li > a > span.icon {
    float: left;
    margin: 0.1em 1.7em -0.1em 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main-menu li > a:hover > span.icon {
    float: left;
    margin: 0.1em 0.8em -0.1em 0;
    opacity: 1;
}
.ulem_offcanvas_title a {
    /* font-family: 'Great Vibes', Helvetica, sans-serif !important; */
    
    font-size: 30px!important;
    /* color: #7FBB00!important; */
    /* text-transform: capitalize!important; */
    
    font-weight: normal!important;
}
/*Menu Breakpoint*/

@media (max-width: 1200px) {
    .navbar-default .nav li a {
        top: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-right {
        background: rgb(34, 34, 34);
        width: 100%;
        position: fixed;
        margin: 0 -25px 0;
        ;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #ffffff!important;
        background-color: transparent!important;
        border-radius: 0;
        padding: 10px 15px;
        margin: 0px 0 0;
        height: 50px;
        line-height: 30px;
    }
    .intro-heading .pull-right,
    .intro-heading .pull-left {
        margin: 0 auto;
        float: none !important;
        text-align: center;
        display: block;
        margin: 0 0 20px 0;
    }
    .header-wrap-maximage::before,
    .header-wrap-maximage::after,
    .devider-ulem:before {
        display: none!important;
    }
    .intro-text {
        padding-top: 180px;
    }
    .intro-text .intro-heading span {
        font-size: 65px;
    }
    .navbar-nav {
        float: none !important;
        left: 25px;
        /*  top: 115px;*/
        
        padding: 20px;
    }
}
@media(min-width:768px) {
    .navbar-default {
        padding: 10px 0;
        border: 0;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .navbar-default .navbar-brand {
        font-size: 3.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 0;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0px;
        background-color: #FFF !important;
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    }
    .navbar-default.navbar-shrink #nav-expander,
    .navbar-default.navbar-shrink .page-scroll {
        color: #2d2f33;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 2.5em;
        color: #2d2f33;
    }
}
/*Mobile Style*/

@media(max-width:767px) {
    .header-wrap-maximage:after,
    .header-wrap-maximage:before,
    #blog-bg:after,
    #blog-bg:before {
        display: none;
    }
    .logo-init img {
        height: 60px;
    }
    .navbar-default {
        background: rgba(0, 0, 0, 0.5);
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        background-color: transparent!important;
        /* margin: 30px 10px 0 0;*/
    }
    li.devider-ulem {
        display: none!important;
    }
    section {
        padding: 0px 0;
        position: relative;
    }
    .separator {
        position: relative;
        padding: 40px 0 0 0;
    }
    .center-icon-ulem {
        height: 60px;
        width: 60px;
        line-height: 60px;
        top: -30px;
        box-shadow: 0 0 0 5px white, inset 0 0px 0 rgba(0, 0, 0, 0.08), 0 0px 11px 7px rgba(0, 0, 0, 0.07);
    }
    .row.border-event-bottom.center-up-icon {
        margin: 0;
    }
    #team {
        padding: 0;
        margin: 90px 0 0;
    }
    section h2.section-heading {
        margin-top: 45px;
    }
    .navbar-inverse .navbar-right {
        background: rgb(34, 34, 34);
        width: 100%;
        position: fixed;
        margin: 0px -16px 0;
    }
    .navbar-inverse {
        padding: 5px 0 5px 20px;
    }
    .intro-text .intro-heading h3 {
        text-align: center;
        font-size: 18px;
    }
    .intro-text .intro-heading h3:after,
    .intro-text .intro-heading h3:before {
        width: 30px!important
    }
    .intro-text .intro-heading h2 {
        font-size: 12px;
    }
    .intro-text .intro-heading span {
        font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        border-top: 2px solid rgba(255, 255, 255, 0.3);
        padding: 5px 0 5px 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .intro-text {
        padding-top: 150px;
    }
    section h2.section-heading,
    section h2.section-headingcon {
        font-size: 2.5em;
    }
    blockquote {
        padding: 30px 20%;
        font-size: 16px;
    }
    .center-border {
        border-top: 2px dotted #999;
        border-left: none;
    }
    .common-border {
        border-bottom: 2px dotted #ccc;
        border-right: none;
    }
    .parent-bride h1 {
        text-indent: 0;
    }
    .parent-bride h1 span {
        color: #111;
        font-weight: 300;
        letter-spacing: 0;
        background: transparent;
        padding: 0;
    }
    .parent-bride h2 {
        color: #bbb;
        padding: 0;
    }
    .share-event {
        font-size: 1em;
        font-weight: 200;
        padding: 20px;
    }
    .event-day {
        position: relative;
        min-height: 400px;
        padding: 0;
        margin: 0;
    }
    .the-bride {
        top: -75px;
    }
    .the-bride img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        padding: 10px;
    }
    .bride-event p {
        padding: 5px 10% 0 10%;
    }
    .cd-timeline-content h2 {
        color: #555;
        font-size: 18px;
    }
    .cd-timeline-content h3 {
        font-size: 13px;
    }
    .cd-timeline-content::before {
        top: 13px;
        border-right: 8px solid white;
    }
    .quote-ribbon:before,
    .quote-ribbon:after {
        display: none;
    }
    #cd-timeline::before {
        content: '';
        position: absolute;
        top: 54px;
        left: 20px;
        height: 100%;
        width: 2px;
        background: #ccc!important;
    }
    .cd-timeline-img h2 {
        text-align: center;
        color: #777;
        font-size: 14px;
        margin: 20% auto;
        position: relative;
        left: 0px;
        min-width: 300px;
        top: 8px;
    }
    .cd-timeline-img.cd-picture {
        border: 0px solid #eee;
    }
    .cd-timeline-img {
        position: absolute;
        top: 35px;
        left: -10px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    #about:after,
    #about:before {
        display: none;
    }
    .our-story-title {
        right: 60px;
    }
    .gift-title {
        font-size: 1.4em;
    }
    .gift-title:before {
        width: 100px;
        top: 42px;
    }
    .gift-title:after {
        width: 30px;
    }
    .countdown>div>span.count {
        width: 60px;
        height: 60px;
        display: block;
        border: 1px solid #eee;
        line-height: 60px;
        border-radius: 50%;
        background: #7fbb00;
        margin: 0 auto;
    }
    span.count {
        font-size: 2em;
        color: #fff;
        font-weight: 700;
    }
    span.title {
        color: #fff;
        position: relative;
        margin: 10px 0 40px 0;
        font-size: 12px;
    }
    .footer-text span,
    .navbar-shrink .devider-ulem:before {
        display: none;
    }
    .footer-text h2 {
        font-size: 14px;
    }
    .footer-text h2:before,
    .footer-text h2:after {
        display: none;
    }
    footer span.copyright {
        font-size: 12px;
    }
    /*BLOG PAGE*/
    
    .intro-text-blog {
        padding-top: 0;
    }
    .intro-text-blog .intro-heading span {
        float: none!important;
    }
    .intro-text-blog .intro-heading {
        text-align: center;
        font-size: 30px;
        font-weight: 300;
    }
    .navbar-inverse {
        background-color: #222;
        border-color: #222;
        padding: 0;
    }
    .navbar-inverse .navbar-brand {
        font-size: 1.5em;
    }
    #blog-bg {
        height: 575px;
    }
    .intro-text-blog .intro-heading h3:before,
    .intro-text-blog .intro-heading h3:after {
        width: 40px;
        top: -3px;
    }
    .intro-text-blog .intro-heading h3 {
        text-align: center;
        font-size: 17px;
        margin: 80px 0 0;
    }
    .intro-text-blog .intro-lead-in {
        font-size: 16px;
    }
    .quote-ribbon:before,
    .quote-ribbon:after {
        width: 30px;
    }
    .cd-timeline-img.cd-movie {
        box-shadow: none;
        margin-top: 0;
        left: -5px;
        height: 50px;
        width: 50px;
        top: 60px;
    }
    .cd-timeline-img.cd-location {
        display: none;
    }
    .cd-timeline-block {
        top: -15px;
    }
    .ribbon-ulem span {
        font-size: 1.3em
    }
    .cd-timeline-content h3 {
        border-bottom: 0px dashed #ddd;
        border-top: 0px dashed #ddd;
    }
    .testimonial::before {
        height: 30px;
        width: 30px;
        font-size: 12px!important;
        line-height: 30px;
    }
    .testimonial {
        padding: 20px;
    }
    .team-member img {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        text-align: center;
        float: none;
        position: relative;
        top: 0px;
    }
    .team-member p {
        text-align: center;
        padding: 0;
    }
    .team-member-right p {
        padding: 0;
        text-align: center;
    }
    .team-member-right img {
        margin: 0 auto;
        float: none;
    }
    .bridesmaid {
        margin: 0;
    }
    .gift-subtitle {
        font-size: 15px!important;
    }
}
/**
GALLERY
**/
/*  *, *:before, *:after {
    box-sizing: border-box !important;
} */

.row-mansory {
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}
.row-mansory > .col-md-4 {
    display: inline-block;
    padding: 0;
    width: 100%;
    float: none;
}
.well-media {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 0;
    margin: 10px 10px 100px;
}
.video-text p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    padding: 0;
    color: #938576;
    font-family: 'Lato',
    sans-serif;
}
.ulem-mansory {
    display: inline-block;
    margin: 0.25rem;
    padding: 1rem;
    width: 100%;
    background: #efefef;
}
.post-ulem-mansory {
    margin: 10px 0;
    background: #fff;
    padding: 40px 0 10px 0!important;
    border-radius: 5px;
}
.blog-separator {
    position: relative;
    padding: 70px 0;
    background: #f5f5f5;
    background: url(../img/symphony.png) repeat;
    background: url(http://subtlepatterns.com/patterns/lightpaperfibers.png) repeat;
    /*  background: url(http://subtlepatterns.com/patterns/paper.png) repeat;
    background: url(http://subtlepatterns.com/patterns/handmadepaper.png) repeat;*/
    
    z-index: 0;
}
/*CAROUSEL*/
