@import url(https://fonts.googleapis.com/css?family=Arvo:400,700|Open+Sans:400,300,600,700,800);

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-skype:before{content:"\f17e"}
.fa-envelope:before{content:"\f0e0"}

body {
    font: 300 14px/1.8 'Arvo', serif;
    color: #666;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #E7746F
}

a:hover {
    text-decoration: none;
    color: #999
}
/* ------------------------Transition elsements---------------------- */
.navbar a,.form-control {
    -webkit-transition: all .4s ease-in-out 0;
    -moz-transition: all .4s ease-in-out 0;
    -ms-transition: all .4s ease-in-out 0;
    -o-transition: all .4s ease-in-out 0;
    transition: all .4s ease-in-out 0
}

a,.btn {
    -webkit-transition: all .125s ease-in-out 0;
    -moz-transition: all .125s ease-in-out 0;
    -ms-transition: all .125s ease-in-out 0;
    -o-transition: all .125s ease-in-out 0;
    transition: all .125s ease-in-out 0
}

/* -----------------------Reset box-shadow----------------------- */
.btn,.form-control,.form-control:hover,.form-control:focus,.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}


/* ------------------------ * Typography---------------------- */
h1,h2,h3,h4,h5,h6 {
    font: 700 40px/1.2 'Open Sans', sans-serif;;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 5px 0;
    color: #222
}

h2 {
    font-size: 30px;
    margin: 0 0 30px
}

h3 {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 0 5px
}

h4 {
    font-size: 12px;
    letter-spacing: 1px
}

h5 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400
}

h6 {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400
}


/* -----------------------Reset border-radius----------------------- */
.btn,.iconbox,.progress,#filter li,.scroll-up a,.form-control,.input-group-addon {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}


/* -----------------------Input-group----------------------- */
.input-group .form-control {
    z-index: auto
}

.input-group-addon {
    background: #D8E1E4;
    border: 2px solid #D8E1E4;
    padding: 6px 15px;
    font-weight: 700
}


/* ------------------------Inputs styles---------------------- */
.form-control {
    background: #FFF;
    border: 1px solid #D8E1E4;
    font-size: 12px;
    padding: 0 15px
}

.form-control:focus {
    border-color: rgba(135,135,135,0.7)
}

.input-lg,.form-horizontal .form-group-lg .form-control {
    height: 38px;
    font-size: 13px
}

.input-sm,.form-horizontal .form-group-sm .form-control {
    font-size: 11px;
    height: 30px
}

textarea.form-control {
    padding: 15px;
    max-width: 100%;
    min-width: 100%
}


/* ----------------------Custom button style---------------------- */
.btn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 8px 26px;
    border: 0
}

.btn:hover,.btn:focus,.btn:active,.btn.active {
    outline: inherit!important
}

/* Button size */
.btn-lg,.btn-group-lg > .btn {
    padding: 10px 25px;
    font-size: 13px;
    background: rgba(17,17,17,0.8);
    color: #fff
}

.btn-lg:hover,.btn-group-lg > .btn:hover {
    background: rgba(17,17,17,1.8);
    color: #fff
}

.btn-sm,.btn-group-sm > .btn {
    padding: 6px 25px;
    font-size: 11px
}

.btn-xs,.btn-group-xs > .btn {
    padding: 5px 25px;
    font-size: 10px
}

.btn .icon-before {
    margin-right: 6px
}

.btn .icon-after {
    margin-left: 6px
}


/* -----------------------General Styles----------------------- */
.pfblock {
    padding: 120px 0 100px
}

.block-gray {
    background: #f6f6f6;
}

.pfblock-image {
    padding: 0
}

.calltoaction h1,.calltoaction h2,.calltoaction h3,.calltoaction h4,.calltoaction h5,.calltoaction h6,.pfblock-image,.pfblock-image h1,.pfblock-image h2,.pfblock-image h3,.pfblock-image h4,.pfblock-image h5,.pfblock-image h6 {
    color: #fff
}

.pfblock-header {
    text-align: center;
    margin: 0 0 60px
}

.pfblock-header-left {
    text-align: left
}

.pfblock-header-left .pfblock-line {
    width: inherit;
    margin: 30px 0
}

.pfblock-title {
    font-weight: 800
}

.pfblock-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
}

.pfblock-line {
    background: rgba(135,135,135,0.5);
    width: 100px;
    height: 1px;
    margin: 30px auto
}

.pfblock-icon {
    font-size: 32px
}

.calltoaction * {
    text-align: center
}

.calltoaction {
    background: url(../images/item-3.jpg);
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    color: #999
}

.calltoaction h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.calltoaction-decription {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff
}

.calltoaction-btn {
    text-align: center
}

.calltoaction-btn > .btn {
    background: rgba(255,255,255,.8);
    color: #111;
    margin-top: 5px;
    margin-bottom: 5px
}

.calltoaction-btn > .btn:hover {
    background: #fff
}

.long-down {
    margin-bottom: 40px
}


/* -----------------------Home----------------------- */
#home {
    background: #ff7174;
}
#home .frontlogo {
    width: 350px;
    height: 194px;
    margin: 0 auto;
    background-image: url("../images/logo.png");
}

.intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    padding: 0 15px
}

.intro h1 {
    font-weight: 800
}

.start {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
    margin: 15px 0;
    -webkit-animation-delay: 0.4s; /* Chrome, Safari, Opera */
    animation-delay: 0.4s;
}


/* ----------------------About------------------------ */
#services .photo {
    background: url(../images/myphoto.jpg);
    width: 360px;
    height: 360px;
    margin-top: 5%;
    border: 8px solid #eae9e7;
    border-radius: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.about-title {
    font-weight: 800
}

.about-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    text-align: right;
}

#services h3 {
     margin-top: 50px;
}

#services ul li {
     list-style: none;
     font-weight: 600;
     padding-bottom: 10px;
}

#services i {
     color: #ff7174;
     padding-left: 5px;
}

/* ----------------------Contact------------------------ */
#contact {
    background: #222;
}

#contact h2 {
    color: #ccc;
}
#contact .contact_info {
     font-size: 18px;
     margin-top: 2%;
     margin-bottom: 7%;
     font-family: 'Open Sans', sans-serif;
     text-align: center;
}

#contact .email a,
#contact .skype a {
     letter-spacing: 1px;
     color: #fff;
     border: none;
     border-radius: 0;
}
#contact .email {
     padding: 15px;
     background: rgba(102, 102, 102, 0.7);
}

#contact .email:hover {
    background: rgba(102, 102, 102, 1);
}

#contact .skype {
     padding: 15px;
     background: rgba(255, 113, 116, 0.7);
}

#contact .skype:hover {
    background: rgba(255, 113, 116, 0.9);
}


/* -----------------------Footer----------------------- */
#footer {
    background: #222;
    text-align: center;
    padding: 40px 0;
    color: #FFF
}

.copyright {
    margin: 0
}

.copyright a {
    border-bottom: 1px dotted #fff
}


/* ----------------------Navigation------------------------ */
.header {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    width: 100%;
    z-index: 998
}

.navbar-custom {
    border: 0;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
    background: #fff;
    padding: 0
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
    font-size: 11px;
    letter-spacing: 3px;
    color: #222
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
    background: none;
    outline: 0;
    color: #E7746F
}

.navbar-custom .navbar-brand {
    margin-top: 3px;
    width: 80px;
    height: 44px;
    background: url(../images/logo_small.png);
}

.navbar-custom .dropdown-menu {
    border: 0;
    border-top: 2px solid #E7746F;
    border-radius: 0
}

.navbar-custom .dropdown-menu > li > a {
    padding: 10px 20px
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
    background: #f5f5f5
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #222
}


/* -----------------------Scroll to top----------------------- */
.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 2em;
    right: 2em;
    text-align: center;
    background-color: rgba(255,113,116, 0.8);
}

.scroll-up a {
    background: url(../images/arrow_up.png) center;
    background-repeat: no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 30px
}

.scroll-up a:hover,.scroll-up a:active {
    background-color: rgba(255,113,116, 1);
}


/* ----------------------Scroll Down------------------------ */
.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 40px;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    text-align: center;
    background: url(../images/arrow_down.png) center;
}

.scroll-down span {
    position: relative;
    color: #fff;
}

/* ----------------------Preloader------------------------ */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

#status {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}


/* ----------------------Media------------------------ */
@media (max-width: 900px) {
     .modal-dialog {
         width: 700px !important;
         margin: 10px auto;
     }
     
}


@media (max-width: 767px) {
    .calltoaction {
        text-align: center;
    }
    header {
        display: none;
    }
    .sticky-wrapper {
        background: #f6f6f6;
    }
    .pfblock {
        padding: 30px 0 50px;
    }
    #services .photo {
        margin: 15% auto 0 auto;
    }
    .about-title {
        margin: 10% auto;
    }
    .about-subtitle {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-size: 16px;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
    .scroll-down {
        display: none;
    }
    .scroll-up {
        display: none !important;
    }
    #contact {
     padding-top: 100px;
    }
    #contact .contact_info {
     padding-bottom: 100px;
    }
    #contact .skype {
          margin-top: 50px;
     }
     
     .modal-dialog {
         width: 400px !important;
         margin: 10px auto;
     }
}



@media (max-width: 480px) {
    h1 {
        font-size: 34px;
        letter-spacing: 3px
    }
    
    h2 {
        font-size: 24px;
        margin: 0 0 30px;
        letter-spacing: 3px
    }
    #services .photo {
        background: url(../images/myphoto_small.jpg);
        width: 250px;
        height: 250px;
        margin: 15% auto 0 auto;
        border: 8px solid #eae9e7;
        border-radius: 40px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    .grid figure h2 {
        font-size: 70%;
        word-spacing: -.15em;
        font-weight: 300;
    }
    
    .grid figure p {
        letter-spacing: 2px;
        font-size: 60% !important;
        text-transform: none;
        font-family: 'Open Sans', sans-serif;
    }
    #contact .contact_info {
        margin: 9% auto 0 auto;
    }
    #contact a.skype, #contact a.email {
        font-size: 15px !important;
    }
    figure.effect-bella h2 {
        padding-top: 10% !important;
    }
    #contact {
     padding-top: 100px;
    }
    #contact .contact_info {
     padding-bottom: 100px;
    }
    #contact .skype {
          margin-top: 50px;
     }
     
     .modal-dialog {
         width: 350px !important;
         margin: 10px auto;
     }
     
}

/*-----------------Work Common style---------------*/
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center
}

.grid h2 {
    font-size: 16px
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer
}

.grid figure img {
    position: relative;
    display: block;
    min-height: auto;
    max-width: 100%;
    opacity: 1;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::before,.grid figure figcaption::after {
    pointer-events: none
}

.grid figure figcaption,.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: 2px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 25px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,.grid figure p {
    margin: 0
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 70%;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}


/*-------------------Bella----------------*/
figure.effect-bella {
    background: #fff;
    border: none;
}

figure.effect-bella img {
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

figure.effect-bella:hover {
     background: #ff7174;
}

figure.effect-bella:hover img {
     opacity: .1;
}

figure.effect-bella figcaption::before,
figure.effect-bella figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform .35s;
    transition: opacity 0.35s,transform .35s
}


figure.effect-bella h2 {
    padding-top: 29%;
    opacity: 0;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    color: #fff
}

figure.effect-bella:hover figcaption::before,
figure.effect-bella:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.effect-bella:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}


.modal-header {
    min-height: 1px;
    border-bottom: none;
}

.modal-dialog {
     width: 900px;
     margin: 30px auto;
}

.modal-content {
     box-shadow: none;
     border: none;
     background: #f1f1f2;
}

/*---------------------Quote Rotato----------------*/
.cbp-qtrotator {
    position: relative;
    margin: 3em auto 0;
    max-width: 90%;
    width: 90%
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 200px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 2em 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%
}

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both
}

.cbp-qtprogress {
    position: absolute;
    background: #FF5252;
    height: 1px;
    width: 0;
    top: 0;
    z-index: 1000
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px
}

.cbp-qtrotator blockquote p {
    font-size: 2em;
    color: #888;
    font-weight: 300;
    margin: .4em 0 1em
}

.cbp-qtrotator blockquote footer {
    font-size: 1.2em
}

.cbp-qtrotator blockquote footer:before {
    content: '― '
}

.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 3em
}

/* Example for media query */
@media screen and (max-width: 30.6em) {
.cbp-qtrotator {
    font-size: 70%
}

.cbp-qtrotator img {
    width: 80px
}
}