

/* ==========================================================================
   Font face init
   ========================================================================== */
@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/gotham-book.eot');
    src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book.woff') format('woff'),
         url('../fonts/gotham-book.ttf') format('truetype'),
         url('../fonts/gotham-book.svg#gotham-book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('../fonts/gotham-bold.eot');
    src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-bold.woff') format('woff'),
         url('../fonts/gotham-bold.ttf') format('truetype'),
         url('../fonts/gotham-bold.svg#gotham-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/gotham-medium.eot');
    src: url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium.woff') format('woff'),
         url('../fonts/gotham-medium.ttf') format('truetype'),
         url('../fonts/gotham-medium.svg#gotham-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    overflow-x: hidden;
    color: #7a7a7a;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    font-weight: lighter
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 5px 0
}

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

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

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

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

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

.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: #fed136;
    background-color: #fed136;
}

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

span.divider-small {
    margin: 12px auto;
    display: block;
    width: 17px;
    height: 3px;
}

.divider-orange {
    background: #ffa742 !important;
    margin: 13px auto !important;
    width: 25px !important
}

.divider-yellow {
    background: #f9dc68 !important;
    margin: 13px auto !important;
    width: 25px !important
}

.divider-purple {
    background: #fb689a !important;
    margin: 13px auto !important;
    width: 25px !important  
}

.divider-blue {
    background: #45a9ed !important;
    margin: 13px auto !important;
    width: 25px !important  
}

.divider-green {
    background: #78e2c6 !important;
    margin: 13px auto !important;
    width: 25px !important    
}

.divider-pink {
    background: #aa73fc !important;
    margin: 13px auto !important;
    width: 25px !important     
}

.home-box h4 {
    text-transform: uppercase;
    margin-bottom: 0;    
    font-size: 15px;
    font-weight: 600;
    font-family: "gotham-book",Helvetica,Arial,sans-serif;    
}

.col-md-6 .home-box h4.orange {
    color: #d0842f !important;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}

.col-md-6 .home-box h4.green {
    color: #31b170 !important;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}


.home-box h4.orange {
    color: #ffd4a3 !important;
}

.home-box h4.green {
    color: #31b170 !important;
}

.home-box h4.yellow {
    color: #fcf1c8 !important;
}

.home-box h4.purple {
    color: #fcc4d7 !important;
}

.home-box h4.blue {
    color: #a0d5f8 !important;
}

.home-box h4.green {
    color: #bafae9 !important;
}

.home-box h4.pink {
    color: #cfb7f2 !important;
}

.box-yellow p.text-muted {
    color: #fcf1c8 !important;
}

.box-orange p.text-muted {
    color: #ffd4a3 !important;
}

.box-purple p.text-muted {
    color: #fcc4d7 !important;
}

.box-blue p.text-muted {
    color: #a0d5f8 !important;
}

.box-green p.text-muted {
    color: #bafae9 !important;
}

.box-pink p.text-muted {
    color: #cfb7f2 !important;
}

.home-intro {
    width: 100%;
    display: block;
    position: absolute;
    top: 242px;
    left: 0;
}

.home-intro .intro-symbol {
    display: block;
    width: 85px;
    height: 84px; 
    margin: 0 0 0 80px;
    background: url(../images/home-left.png) no-repeat;
}

.home-intro .intro-content {
    width: 70%;
    padding: 0 0 0 20px;
}

.home-intro .intro-content h4 {
    font-family: "gotham-book",Helvetica,Arial,sans-serif; 
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 5px;
}

.home-intro .intro-content p.text-muted {
    font-family: "Rufina",serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff
}

.home-intro .intro-right {
    width: 46%;
    padding: 38px 35px 32px 63px;
}

.home-intro .intro-right p.text-muted {
    font-family: "gotham-book",Helvetica,Arial,sans-serif; 
    font-size: 14px;
    font-weight: 100;
    line-height: 22px
}

.home-black {
    padding: 22px 0 22px 0;
    background: rgba(0, 0, 0, 0.3)
}

.home-blue {
    background: rgba(49, 207, 229, 0.9)
}

.home-box p.text-muted {
    color: #222;
    margin: 0 0 30px 0;
    font-weight: 900;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Rufina', serif;
    line-height: 36px;
    letter-spacing: -1,5px;
}

.color-box img {
    margin: 20px 0;
}

.color-box p.text-muted {
    margin: 0;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    font-family: "gotham-book",Helvetica,Arial,sans-serif; 
}

.prod-img img {
    padding:8px;
    opacity:0.85;
    border:1px solid #7bc8fe 
}

.usl-img img {
    padding:8px;
    opacity:0.85;
    border:1px solid #93e3ce  
}

.btn-xl {
    padding: 16px 45px 16px 50px;
    border-color: #ffffff;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    font-family: "gotham-bold",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #416fab;
    background-color: #ffffff;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 145px center;
}

.btn-flat {
    background-color: transparent !important;
    background-image: url(../images/arrow-hover.png);
    background-repeat: no-repeat;
    background-position: 150px center;
    color: #ffffff
}

.home-blue .intro-content a.btn-flat {
    background-position: 165px center; 
}

.btn-flat:hover {
    color: #ffffff !important
}

.btn-orange {
    padding: 16px 53px 16px 33px;
    color: #d0842f !important;
    border-color: #d0842f !important;
    background-color: #ffffff;
    background-image: url(../images/arrow-right-orange.png) !important;
    background-repeat: no-repeat !important;
    background-position: 135px center !important;    
}

.btn-orange:hover {
    background-image: url(../images/arrow-hover.png) !important;    
    border-color: #d0842f !important;    
    background-color: #d0842f !important;
    color: #ffffff !important
}

.btn-green {
    padding: 16px 53px 16px 33px;
    color: #31b170  !important;
    border-color: #31b170  !important;
    background-color: #ffffff;
    background-image: url(../images/arrow-green.png) !important;
    background-repeat: no-repeat !important;
    background-position: 174px center !important;    
}

.btn-green:hover {
    background-image: url(../images/arrow-hover.png) !important;    
    border-color: #31b170  !important;    
    background-color: #31b170  !important;
    color: #ffffff !important
}

.btn-cyan {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-family: "gotham-medium",Helvetica,Arial,sans-serif;      
    font-size: 14px;
    padding: 16px 33px 16px 53px;
    color: #fff !important;
    border-color: #9853ff   !important;
    background-color: #9853ff !important;
    background-image: url(../images/ico-test-1.png) !important;
    background-repeat: no-repeat !important;
    background-position: 28px center !important;    
}

.btn-cyan:hover {
    background-image: url(../images/ico-test-1-hover.png) !important;    
    color: #9853ff !important;
    border-color: #9853ff   !important;
    background-color: #fff !important;    
}

.cyan-empty {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-family: "gotham-medium",Helvetica,Arial,sans-serif;      
    font-size: 14px;
    padding: 16px 33px 16px 53px;
    color: #9853ff !important;
    border-color: #9853ff   !important;
    background-color: #fff !important;
    background-image: url(../images/ico-test-2.png) !important;
    background-repeat: no-repeat !important;
    background-position: 28px center !important;    
}

.cyan-empty:hover {
    background-image: url(../images/ico-test-2-hover.png) !important;    
    color: #fff !important;
    border-color: #9853ff   !important;
    background-color: #9853ff !important;    
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    opacity: 0.87;
    color: #416fab;
    background-color: #ffffff;
}

.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: #fed136;
    background-color: #fed136;
}

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

.navbar-default {
    position: absolute !important;
    margin: 25px 0;
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
}

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

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

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

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

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

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

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

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

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

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

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

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

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

.header {
    position: relative;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header .intro-text {
    padding-top: 320px;
    padding-bottom: 50px;
    padding-left: 530px;
}

.header .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;
}

.header .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;
}


#usluge .header .intro-text, 
#kontakt .header .intro-text,
#proizvodi .header .intro-text {
    padding-top: 170px;
    padding-bottom: 50px;
    padding-left: 0px;
}

#proizvodi .header .intro-text,
#radovi .header .intro-text,
#vesti .header .intro-text,
#o-nama .header .intro-text,
.news-list {
    padding-top: 220px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.news-list {
    padding-top: 330px
}

#vesti .header .intro-text .intro-lead-in {
    color: #fd4b87 !important
}

#vesti .news-list ul li a {
    border: 1px solid #fd4b87;
    color: #fd4b87 
}

#vesti .news-list ul li a:hover {
    background: #fd4b87  !important;
    color: #fff !important;
    border: 1px solid #fd4b87 
}

#vesti .header .intro-text {
    padding-top: 275px
}

#o-nama .header .intro-text, #vesti .header .intro-text {
    padding-top: 250px
}

#o-nama .news-list ul li a {
    background: none;
    border: 1px solid #ff8d0a;
    color: #ff8d0a
}

#o-nama .news-list ul li a:hover {
    opacity: 1 !important;
    background: #ff8d0a !important;
    border: 1px solid #ff8d0a;
    color: #fff
}

#o-nama .home-box img {
    max-width: 40%;
    height: auto;
}

#o-nama .list-about {
    margin: 0;
    padding: 0
}

#o-nama .list-about li {

    padding: 0;
    margin: 10px 15px 10px 0;  
    display: inline-block


}

#o-nama .list-about li a {
    display: block;
    width: 240px;
    border: 1px solid #31c6db;    
    padding: 20px 30px;   
    font-size: 20px;
    font-family: 'gotham-book';
    font-weight: lighter;
    color: #31c6db;
}

#o-nama .list-about li a:hover {
    border: 1px solid #31c6db;
    background: #31c6db;  
    text-decoration: none;
    color: #fff;
}

#o-nama .about-btns li a {
    width: 100%;
    padding: 10px 24px;
    border: 1px solid #ff514c;
    color: #ff514c;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'gotham-bold';
    font-weight: lighter;
}

#o-nama .about-btns li a:hover, #o-nama .about-btns li.last a {
    border: 1px solid #ff514c;
    background: #ff514c;
    color: #fff
}

#o-nama p.team-member {
    color: #fff !important;
    margin-bottom: 0 !important
}

#o-nama p.team-position {
    color: #fff !important;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'gotham-book';
    font-weight: normal;    
}

#o-nama p.team-email {
    color: #fff !important;
    font-size: 13px;
    font-family: 'gotham-book';
    font-weight: lighter;    
}

#o-nama p.team-email a {
    color: #ccc !important;
    font-size: 13px;
    font-family: 'gotham-book';
    font-weight: lighter;    
}

.news-list ul li a {
    background: none
}

#usluge .header .intro-text .intro-heading, 
#kontakt .header .intro-text .intro-heading,
#proizvodi .header .intro-text .intro-heading,
#radovi .header .intro-text .intro-heading {
    font-size: 50px;
    margin: 0 0 10px 0
}

#kontakt .header .intro-text .intro-heading {
    font-size: 48px;
    margin: 5% 0 6% 0
}

#usluge .header .intro-text .intro-lead-in, 
#kontakt .header .intro-text .intro-lead-in,
#proizvodi .header .intro-text .intro-lead-in {
    color: #56d0b0;
    font-weight: 100;
    font-size: 15px;
    margin: 0 0 7.5% 0    
}

#proizvodi .header .intro-text .intro-lead-in,
#radovi .header .intro-text .intro-lead-in {
    margin: 0 0 4% 0 
}

#proizvodi .header .intro-text .intro-lead-in, 
#radovi .header .intro-text .intro-lead-in,
#vesti .header .intro-text .intro-lead-in,
#o-nama .header .intro-text .intro-lead-in,
.intro-lead-in {
    color: #fff;
    font-size: 15px
}

#o-nama .header .intro-text .intro-lead-in {
    color: #ff8d0a 
}
    
#proizvodi .header .intro-text a.btn-flat,
#radovi .header .intro-text a.btn-flat  {
    background: none;
    padding: 16px 38px 16px 38px
}

#proizvodi .header .intro-text a.btn-flat:hover,
#radovi .header .intro-text a.btn-flat:hover {
    border: 1px solid #1b8ede;
    background: #1b8ede !important;
    color: #fff
}

#radovi .header .intro-text a.btn-flat:hover {
    border: 1px solid #9853ff ;
    background: #9853ff  !important;
    color: #fff
}

#radovi .left-work {
    margin: 60px 0;
    background: #f8f6fc   
}

#radovi .left-work .page-title {
    margin: 0
}

#radovi .left-work .page-title h4 {
    padding: 40px 40px 0 40px;    
    margin: 0 0 10px 0;
    color: #5c5c5c 
}

#radovi .left-work .page-title p.text-muted,
#radovi .right-work .page-title p.text-muted {
    line-height: 22px;
    padding: 0px 40px 0 40px;     
    color: #979797;
    margin: 0 0 35px 0
} 

#radovi .right-work p.text-testemonial {
    margin: -5px 0 10px 0;
    font-size: 14px
}

#radovi .right-work .page-title h4 {
    margin: 0
}

#radovi .right-work .page-title p.text-muted {
    padding: 10px 0 0 0
}

#radovi .right-work .page-title .intro-lead-in {
    font-size: 14px;
    color: #bbb;
    margin: 0;
    padding: 0
}

#radovi .right-work .testemonial {
    display: inline-block;
    margin: 0 0 45px 0
}

#radovi .right-work .testemonial-btns {
    margin: 0 0 0 125px
}

#radovi .right-work .testemonial-btns a.btn-cyan {
    margin: 0 15px 0 0
}

#proizvodi .page-title,
#radovi .page-title {
    margin: 70px 0 40px
}

.products-content {
    margin: 60px 0
}

#usluge .header .intro-text ul span.separator, #kontakt .header .intro-text ul span.separator  {
    color: #bbb;
    font-size: 11px;
    line-height: 26px;
    margin: 0 8px;
    vertical-align: top
}

#usluge .header .intro-text ul li a, #kontakt .header .intro-text ul li a {
    color: #fff;
    font-size: 16px;
    font-family: "gotham-book",Helvetica,Arial,sans-serif;
    font-weight: 300
}

#usluge .header .intro-text ul li a:hover {
    border-bottom: 3px solid #56d0b0;
    text-decoration: none
}

#kontakt .header .intro-text ul li.instagram,  
#kontakt .header .intro-text ul li.facebook,
#kontakt .header .intro-text ul li.twitter {

}


#kontakt .header .intro-text ul li.instagram a .fa,  
#kontakt .header .intro-text ul li.facebook a .fa,
#kontakt .header .intro-text ul li.twitter a .fa {
    font-size: 20px;
    line-height: 28px;
}

#kontakt .header .intro-text ul li.email a .fa {
    margin: 0 7px 0 0;    
    padding: 8px 9px;
    border-radius: 100%;
    border: 1px solid #fff
}

#kontakt .header .intro-text ul li.phone a .fa {
    padding: 8px 9px;
    margin: 0 7px 0 0;
    border-radius: 100%;
    border: 1px solid #fff
}

#kontakt .header .intro-text ul li a:hover {
    text-decoration: none;
    color: #ff8d0a     
}

#kontakt .header .intro-text ul li.phone a:hover .fa,
#kontakt .header .intro-text ul li.email a:hover .fa {
    border: 1px solid #ff8d0a;
    color: #ff8d0a 
}

#vesti .header .intro-text,
#o-nama .header .intro-text {
    width: 60%;
    padding-bottom: 0
}

#o-nama .header .intro-heading {
    margin-bottom: 0    
}

#o-nama .home-box p.down-desc {
    font-family: "Merriweather Sans", serif;  
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    margin: 0 0 10px 0
}

#o-nama .home-box p.down-text {
    color: #777;
    line-height: 22px
}

#o-nama .home-box p.text-muted {
    font-weight: 900;
    font-size: 36px;
    color: #fff;
    margin: 3px 0 10px 0
}

#o-nama .down-box p.text-muted {
    color: #222;
    font-size: 28px;
    line-height: 32px;
    padding: 0 0 5px 0
}

#o-nama .down-box p.text-muted a {
    color: #fff;
    font-size: 30px
}

#o-nama .down-box p.text-muted a:hover {
    text-decoration: none;
    color: #fff;
}

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

.section-post {
    padding: 10px 30px 30px 30px;
    background: #f0f0f0
}

.section-post .post-head {
    margin: 0 0 20px 0
}

.section-post .post-head h2 {
    font-family: "Rufina",serif;
    font-size: 35px;
    line-height: 40px;
    color: #cd698a;
    font-weight: lighter;
    letter-spacing: 0px;
    text-transform: none
}

.post-down {
    margin: 40px 0 0 0
}

.post-down .services-image img {
    width: 55px;
    height: 55px
}

.post-down .services-image h3 {
    margin-top: 18px;
    margin-left: 18px;
    font-family: "gotham-book",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #949494
}

.social-news li {
    margin: 20px 0 0 0;
    padding: 0 2px;
}

.share-container {
    margin: 10px 0 0 0
}

.post-down ul.social-buttons li {
    padding: 0 2px;
}

.post-down ul.social-buttons li.fb a {
    width: 33px;
    height: 33px;
    line-height: 28px;
    font-size: 18px;
    padding: 2px 0;
    border-radius: 100%;
    background: #3c599b;
    color: #fff
}

.post-down ul.social-buttons li.fb a:hover {
    background: #f0f0f0;
    color: #3c599b
}

.post-down ul.social-buttons li.tw a {
    width: 33px;
    height: 33px;
    line-height: 28px;
    font-size: 18px;
    padding: 2px 0;
    border-radius: 100%;
    background: #55acee;
    color: #fff
}

.post-down ul.social-buttons li.tw a:hover {
    background: #f0f0f0;
    color: #55acee
}

.post-down ul.social-buttons li.go a {
    width: 33px;
    height: 33px;
    line-height: 28px;
    font-size: 18px;
    padding: 2px 0;
    border-radius: 100%;
    background: #d0422a;
    color: #fff
}

.post-down ul.social-buttons li.go a:hover {
    background: #fff;
    color: #d0422a
}

.section-sidebar {
    display:block;
    margin: 0 0 32px 0;
    background: #f0f0f0;
}

.section-sidebar .divider-small {
    width: 85%;
    margin: 14px auto
}

.section-sidebar h3 {
    font-family: "Rufina",serif;
    font-size: 24px;
    font-weight: 900; 
    color: #404040;
    margin: 0;  
    padding: 20px 30px 0 30px
}

.section-sidebar ul {
    margin: 0
}

.section-sidebar ul li {
    float: left;
    width: 33.3333%;
    padding: 0
}

.section-sidebar ul.social-buttons li a {
    border: none !important;
    width: 100%;
    height: auto;
    padding: 0
}

.section-sidebar ul.social-buttons li a span {
    font-size: 12px;
    position: relative;
    vertical-align: top;
    top: -10px
}

.section-sidebar ul.social-buttons li a .fa {
    margin: 0;
    width: 100%;
    line-height: 40px;
    font-size: 35px;
    padding: 25px 0 0 0
}

.section-sidebar ul.social-buttons li.fb a {
    background: #3c599b;
    border: 1px solid #3c599b !important;    
    color: #fff
}

.section-sidebar ul.social-buttons li.fb a:hover {
    background: #fff;
    color: #3c599b;
    border: 1px solid #3c599b !important;
    text-decoration: none
}

.section-sidebar ul.social-buttons li.tw a {
    background: #55acee;
    border: 1px solid #55acee !important;    
    color: #fff
}

.section-sidebar ul.social-buttons li.tw a:hover {
    background: #f0f0f0;
    color: #55acee;
    border: 1px solid #55acee !important;
    text-decoration: none
}

.section-sidebar ul.social-buttons li.go a {
    background: #d0422a;
    border: 1px solid #d0422a !important;    
    color: #fff
}

.section-sidebar ul.social-buttons li.go a:hover {
    background: #f0f0f0;
    color: #d0422a;
    border: 1px solid #d0422a !important;
    text-decoration: none
}

.section-sidebar div a {
    font-family: 'Merriweather Light', serif;
    font-size: 14px;
    font-weight: 100;
    color: #949494;
    width: 100%;
    display: inline-block;
    padding: 0 15px 2px 15px;
}

.section-sidebar div a:last-child {
    margin: 0 0 14px 0
}

.sidebar-blue {
    display:block;
    margin: 0 0 32px 0;
    background: #4fc6f8;
}

.sidebar-blue, .sidebar-blue h3, .sidebar-blue .divider {
    color: #fff
}

.sidebar-blue .divider {
    background: #fff
}

.sidebar-news {
    padding: 0 15px
}

.sidebar-news h4 {
    margin: 2px 0 12px 0;
    font-weight: 600;
    font-family: "Rufina",serif;
    font-size: 16px;
    line-height: 22px;
}

.sidebar-news .date {
    margin: 2px 0 10px 0;    
    font-style: italic;
    font-weight: 300;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase
}

.sidebar-news .news-cont {
    margin: 3px 0 8px 0;
    padding: 0 0 20px 0;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 22px !important;
}

.contact-content{
    margin: 50px 0
}

.contact-content h4 {
    font-family: "Rufina",serif;
    font-size: 26px;
    font-weight: 900;
    text-transform: none;
    color: #414141 
}

.contat-details h4 {
    color: #414141;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "gotham-bold",Helvetica,Arial,sans-serif;         
}

.contat-details p {
    margin: 1px 0
}

.contat-details b {
    color: #313131
}

.contat-details a {
    color: #34c8dd 
}

.contat-details a:hover {
    color: #ff8d0a;
    border-bottom: 1px solid #ff8d0a ;
    text-decoration: none
}

.divider {
    position: relative;
    text-indent: -9999em;
    display: block;
    width: 30px;
    height: 3px;
    margin: 25px auto;
    background: #e7e7e7
}

.divider-small {
    width: 100%;
    height: 1px
}

.page-title {
    margin: 70px 0 80px 0
}

.page-title h4 {
    margin-bottom: 0;
    text-transform: none;
    color: #414141;
    font-size: 33px;
    font-family: "Rufina",serif;
    font-weight: 300    
}

.page-title p {
    text-transform: none;
    color: #7a7a7a;
    font-size: 14px;
    font-family: 'Merriweather Sans', serif;
    font-weight: 300    
}

.section-content {
    margin: 24px 0 0 0
}

.section-image {
    position: relative;
    vertical-align: top;
    display: block;
    margin: 0 0 70px 0;
    max-width: 100%;
    height: 260px;
    background: #333
}

.services-image h3 {
    margin: 13px 0 0 10px;
    text-transform: none;
    color: #4d4d4d ;
    font-size: 22px;
    font-family: "Rufina",serif;
    font-weight: lighter
}

    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    .header .intro-text .intro-lead-in, .intro-lead-in {
        margin-bottom: 5px;
        font-family: "gotham-book",Helvetica,Arial,sans-serif;
        color:#88aad8;
        font-size: 18px;
        font-style: normal;
        text-transform: uppercase;
        line-height: 24px;
    }

    .header .intro-text .intro-heading {
        margin-bottom: 70px;
        text-transform: none;
        font-family: 'Rufina', serif;
        font-size: 50px;
        font-weight: 700;
        line-height: 48px;
    }
footer {
    background: #f5f5f5;
    padding: 33px 0 20px 0;
    text-align: center;
}

footer .footer-menu {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "gotham-bold",Helvetica,Arial,sans-serif; 
}

footer .footer-menu li a {
    color: #777;
}

footer .footer-menu li a:hover {
    text-decoration: none;
    color: #31c6db;
} 

footer span.copyright {
    padding: 0 4px;
    color: #8a8a8a;
    font-weight: lighter;
    font-size: 12px;
    font-family: "gotham-book",Helvetica,Arial,sans-serif; 
    line-height: 34px;
}

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.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    text-align: center;
    padding: 0 6px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    outline: 0;
    color: #fff;
    
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li.tw a {
    color: #55acee;
    border: 1px solid #55acee
}

ul.social-buttons li.tw a:hover {
    color: #fff;
    background: #55acee;
    border: 1px solid #55acee
}

ul.social-buttons li.fb a {
    color: #3c599b;
    border: 1px solid #3c599b 
}

ul.social-buttons li.fb a:hover {
    background: #3c599b;
    color: #fff;
    border: 1px solid #3c599b 
}

ul.social-buttons li.go a {
    color: #d0422a;
    border: 1px solid #d0422a 
}

ul.social-buttons li.go a:hover {
    background: #d0422a;
    color: #fff;
    border: 1px solid #d0422a 
}

ul.social-buttons li.li a {
    color: #0274b3;
    border: 1px solid #0274b3 
}

ul.social-buttons li.li a:hover {
    background: #0274b3;
    color: #fff;
    border: 1px solid #0274b3 
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    
}


@media(min-width:768px) {

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

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;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#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: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.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: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}

.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: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 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: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

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: #fed136;
    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;
}

.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;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}