@charset "utf-8";
/* =============================================================== */
/*  TABLE of CONTENTS
1.  General
2.  Heading
3.  Section
4.  Site
6.  Blog
7.  Pagination
8.  Recent Project & Portfolio
9.  Misc
10. Custom Responsive
11. New CSS
*/

@import url("font-awesome.css"); /* Font Awesome Icon */
@import url("shortcodes.css"); /* Shortcodes */

/* =============================================================== */
/* General
/* =============================================================== */
::-moz-selection{
    color: #fff;
    background: #54bad8;
}
::selection{
    color: #fff;
    background: #54bad8;
}

.no-margin{
    margin: 0 !important;
}
.no-padding{
    padding: 0 !important;
}

.align-center {
    display: block;
    text-align: center;
}

a,
a:link {
    color: #54bad8;

    outline: none !important;
    
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:visited {
    color: #84d145;
}
a:hover,
a:active,
a:focus {
    color:#555;
    text-decoration: underline;
}

a small {
    font-size:90%;
}

.list a:visited {
    color: #84d145;
}

nav a {
    color: #555;
    text-decoration: none;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

nav a:hover,
nav a:focus {  color:#54bad8;  text-decoration: none;}

nav a:visited {
    color: #555;
}

nav ul.submenu a {
    color: #ebebeb;
}

nav ul.submenu a:visited {
    color: #ebebeb;
}

/*nav*/

ul, ol {
    margin:0;
    padding:0;
    list-style:none;
}

.listmd {
    padding-left: 1em;
}

ul.features a {
    color:#555;
    text-decoration: underline;
    outline:none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

ul.features a:hover,a:focus {  color:#54bad8;  text-decoration: none;}

body {
    margin: 0;
    color:#777;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:20px;
    background:#eaeaea;
}
.container{    min-width:240px;}
.row{padding-bottom:30px; padding-top:30px;}
article img{width:100%;}

blockquote {
    padding: 20px 20px 20px 30px;
    border-left: 5px solid #54bad8;
    font-size: 12px;
    background: #f8f8f8;
}



/* =============================================================== */
/* Heading
/* =============================================================== */
h1, h2, h3, h4, h5, h6 {
    color:#555;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin:0;
    padding-bottom:15px;
}
h1 {  font-size: 30px; line-height:35px;}
h2 {  font-size: 24px; line-height:28px;}
h3 {  font-size: 20px; line-height:24px;}
h4 {  font-size: 17px; line-height:20px;}
h5 {  font-size: 14px; line-height:20px;}
h6 {  font-size: 12px; line-height:20px}



.heading {
    padding-bottom: 30px;
}
.heading-1 {
    padding: 0;
}



/* =============================================================== */
/* Section
/* =============================================================== */
.page-section
{
    background:#ffffff;
    padding:30px 0;
    margin:0 auto;
}
#page-section-1
{
    background:#e2e2e2;
    padding:25px 0;
    border-bottom:1px solid #f0f0f0;
}
    #page-section-1 h3 {
        margin:5px 0 0;
        padding: 0;
    }
#page-section-3
{
    background:#eeeeee;
    padding:50px 0;
    border-bottom:1px solid #f0f0f0;
    border-top:1px solid #f0f0f0;
}
#page-section-5
{
    position:relative;
    padding:60px 0 50px;

    color:#fff;

    background-color:#151515;
    background-image:url("2000x2000_woman.jpg");
    background-position: center center;
    background-attachment:fixed;
    background-size:auto;
}
    #page-section-5 .heading,
    #page-section-5 h1,
    #page-section-5 h3,
    #page-section-5 h4 {
        color:#fff;
    }
#page-section-6 {
    padding:25px 0;
    background:#54bad8;
}
    #page-section-6 h1
    #page-section-6 h2,
    #page-section-6 h3,
    #page-section-6 h4 {
        color:#fff;
    }
    #page-section-6 a {
        color:white;
        text-decoration:underline;
    }
    #page-section-6 a:hover {
        text-decoration:none;
    }
    #page-section-6 i {
        float:left;
        margin-right:12px;
        line-height:53px;
        color:#fff;
    }
    #page-section-6 .testimonial2 {
        color:#fff;
        padding-top:15px;
    }
        #page-section-6 .testimonial2 .testimonial-item {
            padding-bottom:0;
            position:relative
        }
        #page-section-6 .testimonial2 .testimonial-item i {
            float:none;
            margin:0;
            line-height:normal;
            font-size:11px;
        }
#page-section-11 {
    padding:15px 0;
    background:#9964f5;
}
    #page-section-11 .special {
        color:white;
    }
#page-section-12 {
    background:#f9f6ed;
}
#page-section-blue
{
    background: url('bluebackground.png') no-repeat ;
}
#page-section-buynow {
    padding:5px 0;
    background:#54bad8;
}
#page-section-buynow2 {
    padding:5px 0;
    background:#fff;
}
#page-section-clouds
{
    background:#eeeeee;
    padding:0px 0px;
}
#page-section-rhodes
{
    background: url('rhodesbackground.jpg') no-repeat ;
}
#page-section-watercolor
{
    background: url('watercolorbg2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* =============================================================== */
/* Site
/* =============================================================== */
#page-header{background:#000000; padding:0;}
#page-header .headgreen{background:#84d145; padding:0;}
#page-header .headyellow{background:#fdb34b; padding:0;}
#page-header .small{color:#fff;}
#page-header .container{background:url("http://placehold.it/546x200") no-repeat 105% center;background-size:auto; padding-top:25px; padding-bottom:15px;}
#page-header .container.bg2{background:url("wizardheader.jpg") no-repeat 100% center;background-size:auto;}
#page-header .container.bg-brushetta{background:url("header_bruschetta.jpg") no-repeat 100% center;background-size:auto;}
#page-header .container.bg-hearts{background:url("header_hearts.jpg") no-repeat 100% center;background-size:auto;}
#page-header .container.bg-pizza{background:url("header_icecream-swirl-dan.jpg") no-repeat 100% center;background-size:auto;}
#page-header .container.bg-granola{background:url("header_granola.jpg") no-repeat 100% center;background-size:auto;}
#page-header h1{ color: #fff; float: left; text-shadow: 1px 1px 2px rgba(0,0,0,.5);}
#page-header .breadcrumb
{
    background:#333;
    background:rgba(0,0,0, .1);
    margin:0;
    float:right;
}
.bg-purple{background:#9964f5; padding:0;}

#page-header .breadcrumb > li {text-shadow:none;}
#page-header .breadcrumb > li > a {color:#fff;}
#page-header .breadcrumb > li > a:hover {color:#fff; text-decoration:underline}
#page-header .breadcrumb > li > .divider {color:#fff;}
#page-header .breadcrumb > .active {color:#fff; text-decoration:underline;}
#page-content{width:1110px;background:#fff;margin:0 auto;padding:30px 0 50px;}
.aveta-logo{ float:left;}
#section-slider{ width:1170px; height:auto; margin:0 auto; background:#fff;}
.social-icon{ float:right; }
.social-icon li { float:left; display:block; margin-left:5px;}
.social-icon a
{
    display:inline;
    float:left;
    width:35px;
    height:35px;
    line-height:35px;
    font-size:20px;
    color:#fff;
    text-align:center;
}
.social-icon.circle a{border-radius:50px;}
.social-icon a.facebook{background:#3a589b;}
.social-icon a.dribble{background:#ec4a89;}
.social-icon a.twitter{background:#598dca;}
.social-icon a.github{background:#222;}
.social-icon a.google-plus{background:#dd4c39;}
.social-icon a.linkedin{background:#0f7fb9;}
.social-icon a.pinterest{background:#cb2026;}
.social-icon a.tumblr{background:#35506b;}
.social-icon a.windows{background:#222;}
.social-icon a.flickr{background:#ff0080;}
.social-icon a.html5{background:#f16528;}
.social-icon a.css3{background:#0091be;}
.social-icon a.skype{background:#00adf2;}
.social-icon a.youtube{background:#cd0000;}
.social-icon a.xing{background:#015a60;}
.social-icon a:hover{color:#fff; background:#333;}
#features-1 .feature-icon, #features-3 .feature-icon
{
    width:30px;
    height:30px;
    line-height:30px;
    font-size:24px;
    float:left;
    margin-right:10px;
    -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
            border-radius: 50px;
    text-align:center;
}
#features-1 .feature-icon
{
    background:#54bad8;
    color:#fff;
    width:50px;
    height:50px;
    line-height:50px;
    font-size:26px;
}
#features-1 .feature-content
{
    margin-left:70px;
}
#features-4 .feature-icon
{
    position:absolute; right:20px;
    font-size:24px;
}
#features-4 .feature-content
{
    background:#fafafa;
    border-top:5px solid #f5f5f5;
    padding:15px;
    position:relative;
}
#features-5 .feature-icon
{
    width:60px;
    height:60px;
    display:block;
    float:left;
    line-height:60px;
    font-size:26px;
    background:#f5f5f5;
    color:#999;
    margin-top:5px;
    -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
            border-radius: 50px;
    text-align:center;
}
#features-3 .feature-icon.color, #features-4 .feature-icon.color {color:#54bad8;}
#features-5 .feature-icon.color{background:#54bad8;color:#fff; margin:0;}
#features-5 .feature-content p{margin-left:75px; display:block;}
a.readmore
{
    margin-top:20px;
    margin-bottom:10px;
    display:block;
    font-size:11px;
    cursor:pointer;
}
a.readmore:hover{    color:#54bad8;}
#features-2, #features-12{text-align:center;}
#features-2 .feature-icon, #features-6 .feature-icon, #features-7 .feature-icon, #features-12 .feature-icon
{
    display:inline-block;
    width:100px;
    height:100px;
    line-height:100px;
    margin-bottom:20px;
    font-size:36px;
    background:#54bad8;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align:center;
    color:#fff;
    margin-top:5px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position:relative;
    top:0;
}
#features-12
{
    margin-bottom:20px;
}
#features-12 .feature-icon
{
    background:none;
    color:#54bad8;
    width:60px;
    line-height:60px;
    height:auto;
    margin:0;
}
.list-2 i
{
    display:block;
    float:left;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#f5f5f5;
    border-radius:50px;
}
.list-2 div
{
    margin-left:45px;
}
.list-2 p{color:#aaa; font-size:11px;}

#features-2 .feature-icon:hover
{
    position:relative;
    top:-10px;
    cursor:pointer;
}
#features-6 .feature-content{ border:1px solid #eee; padding:20px; position:relative;}
#features-6 .feature-icon{background:#fff; color:#555; border:1px solid #eee; position:relative; top:-30px;right:-10px; position:absolute;width:60px; height:60px; line-height:60px; font-size:26px;}
#features-6 .feature-content:hover .feature-icon{background:#54bad8; color:#fff; border-color:#54bad8}
#features-7 {margin-top:30px;}
#features-7 .feature-icon{background:#fff; color:#555; border:1px solid #eee; position:relative; top:-50px;left:50%; margin-left:-40px; position:absolute;width:80px; height:80px; line-height:80px; font-size:30px;}
#features-7 .feature-content{ border:1px solid #eee; padding:60px 20px 20px; position:relative; text-align:center; margin-bottom:30px;}
#features-7 .feature-content:hover .feature-icon{background:#54bad8; color:#fff; border-color:#54bad8;}
#features-8 .feature-title{margin-top:15px;}
#features-8 .feature-content{text-align:justify}
#features-9 .feature-icon{width:100%; display:block; background:#54bad8; color:#fff; font-size:40px; text-align:center; margin-bottom:15px; padding:25px 0;}


.client-1
{
    position:relative;
}
.client-1 .client-model
{
    position:absolute;
    right:0;
    z-index:1111;
    bottom:-84px;
    width:250px;
    height:275px;
}


.latest-news li
{
    padding-bottom:20px;
}
.latest-news .thumb {
    border:3px solid #272727;
    width:82px;
    float:left;
    display:block;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.latest-news .desc { margin-left:100px;}
.latest-news .title {display:block;}
.latest-news  .time
{
    font-size:11px;
    color:#5d5d5d;
    display:block;
}

/* =============================================================== */
/* Blog
/* =============================================================== */
article{    border-bottom:1px solid #c1c1c1;    padding-bottom:50px;    margin-bottom:50px;}
#blog-1 .entry-body, .entry-meta{margin-top:20px;}
#blog-1 .entry-body{color:#888; float:left; width:80%}
#blog-1 .entry-meta{font-size:11px;    color:#888; float:right; width:20%;}
#blog-1 .entry-meta .post-type{width:35px; height:35px; font-size:18px; line-height:35px; background:#54bad8; color:#fff; display:block; text-align:center; margin-bottom:10px;}
#blog-1 .entry-meta a {color:#888; font-style:italic;}
#blog-1 .entry-meta a:hover{}
#blog-1 .entry-title{font-weight:normal;}
#blog-2 .entry-title{padding-bottom:0;}

#blog-2{color:#888;}
#blog-2 .post-type {color:#fff; background:#54bad8;display:block; width:40px; line-height:40px; position:absolute; text-align:center; height:40px; top:0; left:0; font-size:18px;}
#blog-2 .entry-meta {margin-bottom:20px; width:100%;background:#f8f8f8;}
#blog-2 .entry-meta a{color:#888;}
#blog-2 .entry-meta a:hover{color:#54bad8;}
#blog-2 .entry-meta li{    float:left;    padding:10px; position:relative;}
#blog-2 .entry-meta li:nth-child(2){margin-left:30px;}
#blog-2 .entry-body{padding-left:20px;}
#blog-2 .entry-slider, #blog-2 .entry-image, #blog-2 .entry-video{float:left; margin-right:15px;}

.entry-slider{position:relative;}
.entry-slider img{width:100%;}
.entry-slider .flex-direction-nav a {width: 30px; height: 60px; margin-top:-30px; display: block; opacity:0;    filter:alpha(opacity=0);/* IE 8*/ font-size:22px; text-align:center; color:#fff; line-height:55px; top:50%;}
.entry-slider .flex-direction-nav a i{margin-right:0;}
.entry-slider .flex-direction-nav .flex-next {background-color:#333;background-color:rgba(0, 0, 0, .6); right:15px;}
.entry-slider .flex-direction-nav .flex-prev {background-color:#333;background-color:rgba(0, 0, 0, .6); left:15px;}
.entry-slider:hover .flex-next {opacity:1 !important; filter:alpha(opacity=100); right:0;}
.entry-slider:hover .flex-prev {opacity:1 !important; filter:alpha(opacity=100); left:0;}
.entry-slider:hover .flex-next:hover {opacity: 1;    filter:alpha(opacity=100); background:#54bad8;}
.entry-slider:hover .flex-prev:hover {opacity: 1;    filter:alpha(opacity=100); background:#54bad8;}
.entry-slider .flex-direction-nav .flex-disabled {opacity: .5!important;     filter:alpha(opacity=50); cursor: default;}

.post-author {    padding-bottom:40px; border-bottom:1px solid #eee;}
.post-author .team-avatar{    float:left;    margin-right:30px;    width:105px;}
.post-author .team-avatar img{width:100%;}
.post-author .team-name { padding-bottom:10px;}
.post-author .social-icon{float:left; margin-top:10px;}
.post-author .social-icon li{margin-left:0;}
.post-share{    padding-bottom:40px; padding-top:40px; border-bottom:1px solid #eee;}
.post-share h4{    float:left;    padding-right:10px;}

.comment-form {    padding-top:40px;}
.comment-form input[type="text"] {
    width:100%;
    -webkit-box-shadow:  inset 2px 2px 5px rgba(0,0,0,0.1), 0px 1px 0px rgba(255, 255, 255, 1) !important;
    -moz-box-shadow:     inset 2px 2px 5px rgba(0,0,0,0.1), 0px 1px 0px rgba(255, 255, 255, 1) !important;
    box-shadow:          inset 2px 2px 5px rgba(0,0,0,0.1), 0px 1px 0px rgba(255, 255, 255, 1) !important;
}
.comment-form input[type="button"] {    color: #fff !important;    margin-top:10px;}
.section-comment{ border-bottom:1px solid #eee; padding-top:40px; padding-bottom:40px;}

ol.commentlist {
    float:left;
    width:100%;
    margin: 0;
}
ol.commentlist li {
    float:left;

}
ol.commentlist li:first-child {

    padding:0;
}
ol.commentlist li {
    list-style: none;
    margin-bottom:20px;
}
ol li ol.childlist {
    float:right;
    width:89%;
    margin:0px;
}
ol.commentlist li ol.childlist li:first-child {

    padding:0;
    font-size: 12px;
}
ol.commentlist li ol.childlist li {
    margin:20px 0 0 0;
    font-size: 12px;
}
.comments {
    float:left;
    background:#f9f9f9;
    padding:25px;
    border-left:5px solid #eee;
}
.comments:hover
{
    border-left:5px solid #54bad8;
}
.childlist .comments
{

}
.comments-amount {
    color: #888;
}
ol li ol.childlist li
{
    width:100%;
}
ol li ol.childlist .comment-des {
    float:right;
    width:87%;
}
ol li ol.childlist .comments
{
    padding-top:20px;
}
.avatar {
    float:left;
    margin-top:5px;
}
.comment-des {
    float:right;
    width:88%;
}
.comment-des strong {
    float:left;
    padding-right:5px;
    font-size:12px;
    color:#666;
}
.comment-des span {
    float:left;
    color:#888;
}
.comment-by {
    float:left;
    width:100%;
    padding-bottom:8px;
    padding-top:0;
}
.ie7 .comment-by span.reply span {
    display: none;
}
.comment-by span.reply {
    color:#888;
    float:right;
    display: inline;
}
.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: normal;
    float:right;
}
.comment-by span.date {
    color:#888;
    padding-right: 7px;
    float: right;
    font-size:11px;
}
.comment-form .textarea {
    max-width:97%;
    min-width:97%;
}
.comment-form .field-input input {
    width:212px;
    height:30px;
    text-indent:5px;
}
.comment-form .field-input {
    margin-right:11px;
}
.ie7 .comment-by .date {
    display: none;
}
.comment-by span.reply {
    color:#888;
    float:right;
    display: inline;
}
.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: normal;
    float:right;
}
.comment-by span.date {
    color:#888;
    padding-right: 7px;
    float: right;
    font-size:11px;
}
.comment-form .textarea {
    max-width:97%;
    min-width:97%;
}
.comment-form .field-input input {
    width:212px;
    height:30px;
    text-indent:5px;
}
.comment-form .field-input {
    margin-right:11px;
}
.ie7 .comment-by .date {
    display: none;
}
.message-contact-form{width:100%;}
.input-contact-form, .message-contact-form
{
    width:100%;
    height:30px;
    border:1px solid #eee;
}
.message-contact-form{min-height:100px;}
input[type="submit"], input[type="reset"]
{
    font-weight:bold;
    padding: 8px 12px;
    font-size: 12px;
    margin-right:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
label, input, button, select, textarea, .btn
{
    font-size:12px !important;
    margin:5px 0;
}
/* =============================================================== */
/* Pagination
/* =============================================================== */
.pagination{border-bottom:1px solid #f5f5f5; width:100%}
.pagination > ul > li{display:block; float:left;}
.pagination > ul > li a
{
    border:none;
    background:#f5f5f5;
    padding:10px 15px;
    margin-right:4px;
    color:#999;
    display:block;
    float:left;
}
.pagination ul > li:last-child > a, .pagination ul > li:first-child > a
{border-radius:0;}
.pagination > ul > li > a:hover, .pagination > ul > li > a.disable
{
    background:#54bad8;
    color:#fff;
}
/* =============================================================== */
/* Recent Projects and Portfolio
/* =============================================================== */
.portfolio-filter{background:#f8f8f8;}
.portfolio-filter li a
{
    display:block;
    float:left;
    padding:10px 20px;
    color:#999;
}
.portfolio-filter li a:hover, .portfolio-filter li a.active
{
    background:#54bad8;
    color:#fff;
}
.portfolio-container li
{
    margin-bottom:40px;
    display:block;
}
.portfolio-container .project-item img{width:100%; height:auto; display:block;}
.single-project
{
    margin-bottom:40px;
    padding-bottom:70px;
    border-bottom:1px solid #eee;
    color:#999;
}
.single-project .project-meta
{
    border:none;
    text-align:left;
    padding-top:0;
}
.carousel
{
    position:relative;
    margin-bottom:0;
}
.carousel > .flex-direction-nav > .flex-next
{
    position: absolute;
    top: -53px;
    right: 5px;
    width: 22px;
    height: 21px;
    cursor: pointer;
}
.carousel > .flex-direction-nav > .flex-prev
{
    position: absolute;
    top: -53px;
    right: 28px;
    width: 22px;
    height: 21px;
    cursor: pointer;

}
.carousel > .flexslider:hover .flex-next {opacity:.5 !important;filter:alpha(opacity=50);}
.carousel > .flexslider:hover .flex-prev {opacity:.5 !important;filter:alpha(opacity=50);}
.carousel > .flex-direction-nav .flex-disabled {opacity: .5!important;filter:alpha(opacity=50); cursor: default;}
.carousel > .flex-control-nav {position: absolute;top: -30px;right: 0;width:auto;}
.carousel > .flex-control-paging li{    margin:0 3px;}
.carousel > .flex-control-paging li a
{
    width: 20px;
    height: 7px;
    display: block;
    background: #666;
    background: #eaeaea;
    cursor: pointer;
    text-indent: -9999px;
    border-radius:0;
    box-shadow:none;
}
.carousel .flex-control-paging li a.flex-active
{
    background:#54bad8;
    height:4px;
}
.carousel
{
    margin-top:40px;
    margin-bottom:0;
}

.carousel .flex-viewport li
{
    padding-bottom:3px;
    height:auto;
    margin-right:20px;
    position:relative;
    width:263px;
}
.carousel .flex-viewport li img {width:100%;}
.project-item
{
    display:block;
    background:#000;
}
.project-meta
{
    display:block;
    background:#fff;
    text-align:center;
    padding:15px 0;
    position:relative;
    border-bottom:1px solid #ececec;
}
.project-item .project-meta .effect
{
    position:absolute;
    top:30px;
    left:0;
    height:70px;
    width:100%;
    background:#54bad8;
    text-align:center;
    line-height:0;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity:0;
    filter:alpha(opacity=0);
    z-index:1;
}
.project-item .overlay:hover .project-meta .effect
{
    top:0px;
    opacity:1;
    filter:alpha(opacity=100);
    line-height:0 !important;
}
.project-item .project-meta .effect i
{
    position:relative;
    top:-8px;
    margin-right:0 !important;
}
.project-item .project-meta .project-name
{
    position:relative;
    z-index:2;
    margin:0;
    padding:0;
}
.project-item .project-meta .project-category
{
    position:relative;
    z-index:2;
    margin:0;
    padding:0;
    font-size:11px;
    display:block;
    font-style:italic;
    color:#adadad;
}
.project-item .overlay:hover .project-meta .project-name, .project-item .overlay:hover .project-meta .project-category
{
    color:#fff;
}
.project-thumb
{
    position:relative;
    overflow:hidden;
}
.project-thumb i
{
    position:absolute;
    color:#fff;
    font-size:0;
    top:-20px;
    left:50%;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:#000;
    width:50px;
    height:50px;
    margin-left:-25px;
    margin-top:-25px;
    line-height:50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity:0;
    filter:alpha(opacity=0);
    color:#666;
    text-align:center;
}
.project-item .overlay:hover .project-thumb img
{

}
.project-item .overlay:hover .project-thumb i
{
    font-size:20px;
    opacity:.7;
    filter:alpha(opacity=70);
    top:50%;
}
.carousel .inner-slider{width:263px;}
.carousel .inner-slider li{margin:0 !important; display:block; width:263px !important;}
.carousel .inner-slider .flex-direction-nav{position:absolute;top:50%; margin-top:-70px; left:0; width:100%; height:60px; display:block;}
.carousel .inner-slider .flex-direction-nav li{margin:0; padding:0; position:absolute;}

.carousel .inner-slider .flex-direction-nav a {width: 30px; height: 60px; display: block; opacity:1 !important;filter:alpha(opacity=100);/* IE 8*/ font-size:18px; text-align:center; color:#fff; line-height:60px; position:absolute;}
.carousel .inner-slider .flex-direction-nav a i{margin-right:0;}
.carousel .inner-slider .flex-direction-nav .flex-next {background-color:#333;background-color:rgba(0, 0, 0, .6);right:0; }
.carousel .inner-slider .flex-direction-nav .flex-prev {background-color:#333;background-color:rgba(0, 0, 0, .6); left:0; }
.carousel .inner-slider:hover .flex-next {opacity:1 !important;filter:alpha(opacity=100);}
.carousel .inner-slider:hover .flex-prev {opacity:1 !important;filter:alpha(opacity=100);/* IE 8*/ }
.carousel .inner-slider:hover .flex-next:hover {opacity: 1; filter:alpha(opacity=100);/* IE 8*/background:#54bad8;}
.carousel .inner-slider:hover .flex-prev:hover {opacity: 1; filter:alpha(opacity=100);/* IE 8*/background:#54bad8;}
.carousel .inner-slider .flex-direction-nav .flex-disabled {opacity: 1!important; filter:alpha(opacity=100); cursor: default;}


#recent-projects-2 {position:relative;}
#recent-projects-2 img{width:100%;}
#recent-projects-2 .portfolio-filter{margin-bottom:30px; background:none}
#recent-projects-2 .portfolio-filter a{
    padding:0;
    margin-left:25px;
    color:#999;
    padding-bottom:5px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#recent-projects-2 .portfolio-filter li:first-child a{margin:0}
#recent-projects-2 .portfolio-filter a.active, #recent-projects-2 .portfolio-filter a:hover{border-bottom:1px solid #54bad8; background:none; color:#54bad8;}
#recent-projects-2 .portfolio-container li{margin:0;width:24%; display:block; float:left;}

#recent-projects-3.carousel .flex-viewport li {margin-right:30px;}

/* =============================================================== */
/* Widget
/* =============================================================== */
#blog-content{    padding-right:10px; color:#999;}
.widget{    margin-bottom:50px;}
.widget-title
{
    font-weight:600;
    font-size:16px;
    text-transform:uppercase;
    padding-bottom:20px;
}
.widget-latest-post  .thumbail
{
    float:left;
    margin-right:10px;
    padding:3px;
    background:#f5f5f5;
}
.widget-latest-post  .post-time
{
    display:block;
    font-size:11px;
    color:#999;
    margin-top:5px;
}
.widget-latest-post li{    padding-bottom:15px;}
.popular-tags a
{
    background:#f5f5f5;
    padding:5px 10px;
    margin-bottom:2px;
    margin-right:2px;
    display:block;
    float:left;
    color:#999;
}
footer .popular-tags a
{
    background:#444;
}
.popular-tags a:hover
{
    background:#54bad8;
    color:#fff;
}
#flickr li, #flickr-2 li
{
    width:75px;
    height:75px;
    display:block;
    float:left;
    border:4px solid #272727;
    margin-right:10px;
    margin-bottom:10px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;

}
#flickr li:hover, #flickr-2 li:hover
{
    opacity:.7;
    filter:alpha(opacity=70);
}
#flickr li img, #flickr-2 li img{width:100%;}
/* =============================================================== */
/* Twitter
/* =============================================================== */
#twitter .tweet_icon
{
    float:left;
    display:block;
    font-size:32px;
    color:#fff;
}
#twitter .tweet_text
{
    display:block;
    color:#fff;
    margin-left:40px;
}
#twitter .tweet_text a{text-decoration:none; font-weight:bold;}
#twitter .tweet_text a:hover{color:#000;}
#twitter .tweet_time
{
    display:block;
    margin-left:40px;
    font-size:11px;

}
#twitter .tweet_time a{    text-decoration:none;}
#twitter .tweet_time a:hover{color:#000;}
/*in Footer-2 style*/
footer #twitter li
{
    padding-bottom:20px;
}
footer #twitter .tweet_icon
{
    font-size:24px;
    color:#999;
}
footer #twitter .tweet_text
{
    color:#999;
}
footer #twitter .tweet_text a{color:#fff;}
footer #twitter .tweet_text a:hover, footer #twitter .tweet_time a:hover
{
    color:#54bad8;
}
footer #twitter .tweet_time a
{
    font-size:11px;
    color:#5d5d5d;
    padding-top:5px;
    display:block;
}
/* =============================================================== */
/* Misc
/* =============================================================== */
.contact-form-button
{
    border-radius:0 !important;
}
#slider-in-tab
{
    width:187px;
    height:160px;
    float:left;
    position:relative;
    margin-right:20px;
}
.frame-slider
{
    position:absolute;
    width:187px;
    height:170px;
    z-index:1;
}
#slider-in-tab .flex-slider
{
    width:171px;
    height:97px;
    background:#54bad8;
    position:absolute;
    top:11px;
    left:8px;
    z-index:2;
    text-align:center;
}
#slider-in-tab .flex-control-nav
{
    bottom:-33px;
    text-align:right;
    font-size:0;
}
#slider-in-tab .flex-control-nav li{margin-right:0px;}
#slider-in-tab .flex-control-nav li a{width:6px; height:6px;}
#slider-in-tab .flex-direction-nav a i{margin-right:0; line-height:48px;}
#slider-in-tab .flex-direction-nav a{font-size:20px; top:50%; margin-top:-25px; color:#eee; background:rgba(0,0,0, .3); width:20px; height:50px;opacity:0;}
#slider-in-tab:hover .flex-direction-nav a{opacity:1;}
#slider-in-tab .flex-direction-nav a:hover{background:rgba(0,0,0, .5);}
#slider-in-tab .flex-direction-nav a.flex-next{right:0;}
.icon-tab-slider
{
    color:#fff;
    font-size:46px;
    line-height:97px;
}
.clear-right{clear:right;}
#home-vtabs{width:20% !important}
.bg-text
{
    background:#54bad8;
    padding:3px 6px;
    color:#fff;
    font-weight:bold;
}
#map {width:100%;height:350px;}
.list li{    padding-bottom:10px;}
.list li i{margin-right:5px;}
.alt-font{    font-family:'Great Vibes', sans-serif;    font-size:26px;}
a [class^="icon-"]{margin-right: 5px;}
a.color{color:#54bad8;}
a.color:hover{text-decoration:underline;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong{font-weight:600;}
strong.color, span.color{    color:#54bad8;}
strong.bg-color, span.bg-color, h3.bg-color {    background-color:#54bad8; color:#fff; padding:0 5px;}
#our-team
{
    text-align:center;
    padding:20px 0 30px;
}
#our-team .progress
{
    height:3px;
}
.person-avatar
{
    -webkit-border-radius: 5000px;
    -moz-border-radius: 5000px;
    border-radius: 5000px;
    padding-bottom:10px;

}
#our-team em{color:#999;}
.person-title{    color:#999; font-size:11px; padding-bottom:10px;}
.not-found
{
    margin:40px 0 100px;
    position:relative;
    min-height:200px;
    padding-top:30px;
}
.not-found-model
{
    float:left;
    display:block;
}
.not-found p
{
    font-size:100px;
    line-height:100px;
    padding-top:40px;
}
.count-down-msg{color:#fff;}
#countdown
{
    text-align:center;
    padding:40px 0 80px;
}
#countdown li
{
    text-align:center;
    display:block;
    display:inline-block;
    width:120px;
    height:120px;
    margin:0 10px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    border:20px solid rgba(0, 0, 0, 0.1);
}
#countdown li span
{
    display:block;
    padding-top:30px;
    padding-bottom:60px;
    font-size:30px;
    font-weight:bold;
}
#countdown li p
{
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
}
#why-choose-us .drop-cap, #why-choose-us-2 .drop-cap
{
    width:20px;
    height:40px;
    padding-left:20px;
    line-height:40px;
    font-size:60px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#why-choose-us-2 .drop-cap{font-size:36px; padding-left:15px; width:25px;}
#why-choose-us strong{color:#555;}
.from-the-blog p{color:#999;}
.from-the-blog .time,.from-the-blog-2 .time{color:#999; font-size:11px;}
.from-the-blog  li, .from-the-blog-2 li{border-bottom:1px dotted #eee; padding:15px 0 10px;}
.from-the-blog  li:first-child{padding-top:0;}
.from-the-blog-2  li{padding:20px 0 10px;}
.from-the-blog-2  li:first-child{padding-top:0;}
.from-the-blog-2 .desc{margin-left:140px;}
.from-the-blog-2 .post-type{
    display:block;
    text-align:center;
    width:50px;
    height:50px;
    color:#fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background:#54bad8;
    font-size:18px;
    line-height:50px;
    float:left;
}
.from-the-blog-2 span i {display:block;}
.from-the-blog-2 .thumbnail
{
    float:left;
}
.thumbnail.square, .thumbnail.square img
{
    border-radius:0;
}
.thumbnail.round, .thumbnail.round img{
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    max-height:400px !important;
    z-index:1;
    height:auto;
    overflow:hidden;
}


/* =============================================================== */
/* Custom Responsive
/* =============================================================== */

@media (min-width: 768px) and (max-width: 979px) {
    /*.container{padding:0 3%; max-width:100%;}*/
    .container{padding:0; max-width:100%;}
    .row{margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0;}
    #section-slider, #page-content{width:100%; height:auto;}
    #page-content{padding-top:40px;}
    [class*="col-lg"] { margin-bottom:30px;}
    #sidebar div[class*="col-lg"] { margin-bottom:0;}
    #footer-bottom [class*="col-lg"]{margin:0}
    .footer-menu li{float:none; display:inline-block}
    .footer-menu, #copyright{float:none; display:block; text-align:center}
    #copyright{padding-top:5px;}
    .footer-menu li:last-child a{padding:0}
    footer{background-color:#313131;}
    /*#move-to-top a {display:none;}*/
    #switcher {display:none;}
    #page-section-1 {text-align:center;}
    #page-section-1 .col-lg-4{margin-bottom:0;}
    #page-section-1 .social-icon{float:none; text-align:center; width:100%}
    #page-section-1 .social-icon a, #page-section-1 .social-icon li{display:inline-block; float:none;}
    #page-section-1 h3{list-style:22px !important;}

    .tp-caption.align_center {width:100% !important; text-align:center!important; left:0!important;}
    .tp-caption h2{font-size:40px !important;}
    .tp-caption h3{font-size:28px !important; line-height:40px !important;}
    .tp-caption h4{font-size:20px !important; line-height:35px !important;}
    .tp-caption h5{font-size:15px !important;}
    .tp-caption p{font-size:12px !important;}
    .tp-caption.image_bg{width:100%!important; left:0!important;}
    .tp-caption.caption_button_1 {margin-left:-120px !important; left:50% !important; margin-top:15px;}
    .tp-caption.caption_button_2 {margin-left:10px !important; left:50% !important; margin-top:15px;}
    .tp-caption.bg-black{background:none !important; padding:0 !important;}
}
@media (min-width: 979px) and (max-width: 1200px) {
    .container{ max-width:940px; padding:0;}
    #section-slider{width:940px;height:auto;}
    .tp-caption.align_center {width:100% !important; text-align:center!important; left:0!important;}
    .tp-caption h2{font-size:40px !important;}
    .tp-caption h3{font-size:28px !important;}
    .tp-caption h4{font-size:20px !important; line-height:35px !important;}
    .tp-caption h5{font-size:15px !important;}
    .tp-caption p{font-size:12px !important;}
    .tp-caption.image_bg{width:100%!important; left:0!important;}
    .tp-caption.caption_button_1 {margin-left:-120px !important; left:50% !important; margin-top:15px;}
    .tp-caption.caption_button_2 {margin-left:10px !important; left:50% !important; margin-top:15px;}
    .tp-caption.bg-black{background:none !important; padding:0 !important;}
}
@media (min-width: 1200px) {
    .container{max-width:1170px; padding:0 30px;}
    #section-slider, .page-section, footer, #footer-bottom,  #page-content{width:1170px;}
}
@media (max-width: 979px) {
    .pull-right{float:none;}
    #navigation .btn-group{display:block;}
    #header-5 .header-info{display:none; }
    #box{display:none;}
 
    #header-3{height:110px;}
    #no-clear{clear:none; display:none;}
    .navigation-3{clear:none; float:right !important; border:none; height:110px;}
    .header-info{display:none;}
}
@media (max-width: 767px) {
    .container{padding:0 3%;}
    .row{margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0;}
    #section-slider, #page-content{width:100%; height:auto;}
    #page-content{padding-top:40px;}
    [class*="col-lg"] { margin-bottom:30px;}
    #sidebar div[class*="col-lg"] { margin-bottom:0;}
    #footer-bottom [class*="col-lg"]{margin:0}
    .footer-menu li{float:none; display:inline-block}
    .footer-menu, #copyright{float:none; display:block; text-align:center}
    #copyright{padding-top:5px;}
    .footer-menu li:last-child a{padding:0}

    /*#move-to-top a {display:none;}*/

    #home-vtabs, .vertical-tabs .nav-tabs{float:none;width:100% !important; padding-bottom:10px;}
    .vertical-tabs .nav-tabs li{float:left; display:block;}

    #page-section-1 {text-align:center;}
    #page-section-1 .col-lg-4{margin-bottom:0;}
    #page-section-1 .social-icon{float:none; text-align:center; width:100%}
    #page-section-1 .social-icon a, #page-section-1 .social-icon li{display:inline-block; float:none;}
    #page-section-1 h3{list-style:22px !important;}
    .nivo-caption{display:none;}
    #slider-in-tab{display:none !important;}
    .tp-caption.align_center {width:100% !important; text-align:center!important; left:0!important;}
    .tp-caption h2{font-size:28px !important; line-height:30px !important;}
    .tp-caption h3{font-size:22px !important;}
    .tp-caption h4{font-size:18px !important; line-height:40px !important;}
    .tp-caption h5{font-size:14px !important;}
    .tp-caption p{display:none;}
    .tp-caption.image_bg{width:100%!important; left:0!important;}
    .tp-caption i{ background:none !important; font-size:12px !important; line-height:22px}
    .tp-caption .btn-flat {display:none !important;}
    .tp-caption.bg-black{background:none !important; padding:0 !important;}
    .tp-caption .alt-font{font-size:20px !important;}
}
@media (max-width: 420px) {
    .client-model{display:none;}
    .client-logo {text-align:center;}
    .container {padding:0 3%; width:auto;}
    #home-vtabs, .vertical-tabs .nav-tabs{float:none;width:100% !important; padding-bottom:10px;}
    .vertical-tabs .nav-tabs li{float:left; display:block;}
    #copyright{text-align:center;}
    .tp-caption.align_center {width:100% !important; text-align:center!important; left:0!important;}
    .tp-caption h2{font-size:22px !important; line-height:25px !important;}
    .tp-caption h3{font-size:16px !important;}
    .tp-caption h4{font-size:14px !important; line-height:30px !important;}
    .tp-caption h5{font-size:11px !important;}
    .tp-caption p{display:none;}
    .tp-caption.image_bg{width:100%!important; left:0!important;}
    .tp-caption i{ background:none !important; font-size:11px !important; line-height:22px; margin-right:0 !important;}
    .tp-caption.caption_button_1 {margin-left:-110px; left:50% !important; margin-top:15px;}
    .tp-caption.caption_button_2 {margin-right:-110px; left:50% !important; margin-top:15px;}
    .tp-caption.bg-black{background:none !important; padding:0 !important;}
    .tp-caption .alt-font{font-size:20px !important;}
}

.col-cus-5
{
    width:20%;
    float:left;
    padding:0 15px;
}

.bullet-list {
    list-style-type: disc;
    list-style-position: outside;
    padding-bottom:4px;
    margin-left: 20px;
}


/* =============================================================== */
/* Fullwidth Layout
/* =============================================================== */

#section-slider {
    width: 100% !important;
    height: 400px !important;
    margin: 0;
    overflow: hidden;
}

#page-content, .page-section, #footer-bottom, footer {
    max-width: 100% !important;
    width: 100% !important;
}




.aveta-logo {
    margin-left: 10px;
}

#box {
    top: 0px !important;
}





/* -------------------------------------------------------------------------------------------------

New CSS Goes Below. Try to incorporate or eliminate the code above as much as possible

--------------------------------------------------------------------------------------------------*/
.large {
    font-size: 115%;
}
.larger {
    font-size: 130%;
}

.site-header {
    height: 83px;
    border-top: 3px solid #333;
    background: #eeeeee;
}
    .site-header .container {
        position: relative;
        max-width: 1170px;  
    }



.site-logo {
    float: left;
    margin: 10px 13px 5px 0;
    /*width: 144px;*/
    height: 65px;
}
    .site-logo img {
        float: left;
        margin-right: 6px;
        height: 65px;
    }
    .site-logo .icon-sign-up {
        margin-top: 12px;
        height: 40px;
    }

@media (min-width: 1200px) {
    .site-logo {
        margin-right: 60px;
    }
}



.site-nav {
    position: absolute;
    top: 59px;
    margin: 0 !important;
    padding: 0;
    right: 3%;
    width: 200px;
    z-index: 1000;
}
    .site-nav ul {

    }
        .site-nav ul li {
            display: block;
            width: auto;
        }
            .site-nav ul li a {
                display: block;
                padding: 10px 10px 10px 15px;
                color: #ebebeb;
                border-top: 1px solid #4e4e4e;
                border-bottom: 1px solid #363636;
                background: #444;
            }
            .site-nav>ul>li>a {
                font-weight: bold;
                text-transform: uppercase;
            }
            .site-nav ul li a:hover {
                border-top: 1px solid transparent;
                border-bottom: 1px solid transparent;
                background: #54bad8;
            }
            .site-nav>ul ul {
                display: block;
                background: #444;
            }
                .site-nav>ul ul li a:before {
                    content: "- ";
                }

.navbar-collapse {
    padding-right: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
    .site-nav {
        right: 0;
    }
}

@media (max-width: 992px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
    }
}

@media (min-width: 992px) {
    .site-nav {
        position: static;
        float: left;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 505px;
    }
        .site-nav>ul>li {
            position: relative;
            display: inline-block;
        }
            .site-nav>ul>li>a {
                display: inline-block;
                padding: 0 14px;
                width: auto;
                height: 80px;
                color: #555;
                font-weight: bold;
                text-transform: uppercase;
                line-height: 80px;
                border: none;
                background: none;
            }
            .site-nav>ul ul {
                display: none;
            }

        .site-nav>ul>li:hover {

        }
            .site-nav>ul>li:hover>a {
                color: #54bad8;
                border: none;
                background: none;
            }
            .site-nav>ul>li:hover ul {
                position: absolute;
                display: block;
                top: 80px;
                left: 0;
                background: #444;
                z-index: 1000;
            }
                .site-nav>ul>li:hover ul li {
                    display: block;
                }
                    .site-nav>ul>li:hover ul li a {
                        display: block;
                        padding: 10px 10px 10px 15px;
                        width: 180px;
                        color: #ebebeb;
                        border-top: 1px solid #4e4e4e;
                        border-bottom: 1px solid #363636;
                        background: #444;
                    }
                    .site-nav>ul>li:hover ul li a:hover {
                        transition: all .3s ease-in-out;
                        padding-left: 25px;
                        border-top: 1px solid transparent;
                        border-bottom: 1px solid transparent;
                        background: #54bad8;
                    }
                    .site-nav>ul>li:hover ul li a:before {
                        display: none;
                    }
}



.site-utility {
    float: right;
    padding-top: 23px;
}
    .site-search {
        display: none;
        float: left;
        margin-right: 6px;
        width: 100px;
    }
        .site-search .site-search-text {
            display: inline-block;

            margin: 0 !important;
            padding:6px 0 !important;

            width: 100px;

            text-indent: 10px;
            color: #a8a8a8 !important;

            border: none !important;
            -webkit-border-radius: 50px !important;
            -moz-border-radius: 50px !important;
            border-radius: 50px !important;
            
            background-color: #fff !important;
            background-image: url(search.png) !important;
            background-repeat: no-repeat;
            background-position: 95% center;
            
            box-shadow: none !important;
            transition: none !important;
        }

    .site-utility .login-link {
        float: left;
        line-height: 32px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .site-utility .login-link:link,
    .site-utility .login-link:visited {
        color: #555;
    }
    .site-utility .login-link:hover,
    .site-utility .login-link:active {
        color: #54bad8;
        text-decoration: none;
    }



.site-header .navbar-toggle {
    margin: 20px 0;
    padding: 12px;
    background: #444;
    border-radius: 0;
}
    .site-header .navbar-toggle .icon-bar {
        width: 16px;
        border: 1px solid #aaa;
    }

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}


.site-footer {
    margin:0 auto;
    background:#313131;
}
    .site-footer>.container {
        color: #999;
        padding-top: 50px;
        padding-bottom: 50px;
        border: none;
    }

    .site-footer h3 {
        margin-bottom: 6px;
        color: #999;
    }

    .site-footer a:link,
    .site-footer a:visited {
        color: #999;
    }
    .site-footer a:hover {
        color: #f00;
    }

    .site-footer a.btn:link,
    .site-footer a.btn:visited {
        color: #fff;
    }
    .site-footer a.btn:hover {
        color: #fff;
        text-decoration: underline;
    }

    .site-footer-bottom {
        background-color: #292929;
        -webkit-box-shadow: inset 0 1px #222;
        -moz-box-shadow: inset 0 1px #222;
        box-shadow: inset 0 1px #222;
        border-top: solid 1px #383838;
        overflow:hidden;
        padding: 20px 0;
        margin:0 auto;
        border-left:none;
    }
        .site-footer-menu {
            list-style: none;
        }
            .site-footer-menu li {
                float:left;
            }
                .site-footer-menu li a {
                    padding-right: 10px;
                    margin-right: 10px;

                    color: #5d5d5d;
                    font-size: 11px;
                    font-weight: normal;
                    text-decoration: none;

                    border-right: 1px solid #434343;
                }
                .site-footer-menu li a:hover {
                    color: #f5f5f5;
                    text-decoration: none;
                }
                .site-footer-menu li:last-child a {
                    border: none;
                }

    .site-footer .copyright {
        float: right;
        font-size: 11px;
        color: #5d5d5d;
        text-align: right;
    }



#move-to-top a {
    position: fixed;
    bottom: 30px;
    right: 15px;
    margin-left: -150px;
    width: 45px;
    height: 45px;
    
    cursor: pointer;
    
    color: #999;
    font-size: 20px;
    text-align: center;
    line-height: 42px;

    border-radius: 3px;
    background: #333;
    background: rgba(0,0,0, .5);
}
#move-to-top a:hover {
    text-decoration: none;
    background: #444;
    background: rgba(0,0,0, .7);
}

div[itemprop="recipeInstructions"] ul {
    margin-left: 24px;
}
div[itemprop="recipeInstructions"] ul li {
    list-style: disc;
}