/* ================================


#b94e62  Fucsia
#ebab51  Orange
#328396  Ocean Blue
#6c6599  Purple


================================ */

.container{ position: relative; }

/* 
Main head
================================ */
.av-main-head{
    width: 100%;
    background-color: #fff;
    z-index: 999;
    position: relative;
}

/* 
Hero Unit
================================ */
.av-hero-unit{
    text-align: center;
    padding: 220px 0;
    background-image: url(../img/bg-images/01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover ;
    background-position: top center;
}

.av-hero-unit,
.av-hero-unit h1{ color: #fff;}

.av-hero-unit h1{
    font-weight: 600;
    font-size: 3em;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Domine', serif;
}

.av-hero-unit p{
    font-size: .93em;
    margin: 0 auto 30px;
    line-height: 1.8em;
    max-width: 600px;
    font-weight: 500;
}

.av-hero-unit a{
    margin: 0 10px;
}


/* 
Logo
================================ */
.av-logo-container{
    margin-top: 10px;
}

/* 
Mobile Nav Holder
================================ */

#av-mobile-holder{
	background-color: #ebab51;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: absolute;
	top: 25px;
	right: 40px;
	text-align: center;
	z-index: 999;
    display: none;
    -webkit-font-smoothing:antialiased;
}


 /* 
Main Top Bar
================================ */


.av-bar-top{
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.av-bar-top .row { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.av-bar-top .row .av-top-contact span a{
    margin-right: 15px;
    color: rgba(0, 0, 0, 0.3);
    font-size: .9em;
}

.av-bar-top .av-social-top{ text-align: right;}
.av-bar-top .av-social-top i { 
    margin: 0 10px;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.3);
}
.av-bar-top .row .av-top-contact span a:hover,
.av-bar-top .av-social-top i:hover {  color: #ebab51; }


 /* 
Main Navegation
================================ */

.main-nav{
    height: 80px;
}

.main-nav ul{
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: 80px
}

.main-nav ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

.main-nav ul li a{
    color: #22293a;
    font-size: .75em;
    margin: 13px;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    font-weight: 500;
    font-family: "Open sans", 'Helvetica neue', sans-serif;
    position: relative;
    font-weight: 600;
    
}

.main-nav ul li a.active, 
.main-nav ul li:hover > a 
{ color: #ebab51; }

.main-nav ul li a:after {
    position: absolute;
    top: 7px;
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    border-top: 1px solid transparent;
    
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all ;
    transition: .5s ease all ;
}

.main-nav ul li:hover > a:after,
.main-nav ul li > a.active:after {
    position: absolute;
    top: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    border-top: 1px solid #ebab51;
}

.main-nav ul li a:before {
    position: absolute;
    bottom: 7px;
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    border-top: 1px solid transparent;
    
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all ;
    transition: .5s ease all ;
}

.main-nav ul li a.active:before,
.main-nav ul li:hover > a:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    border-top: 1px solid #ebab51;
}


 /* 
Sub menu
================================ */

.main-nav .sub-menu{
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    text-align: left;
    line-height: 20px;
    top: 100px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    border-top: 2px solid #008292;
    
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all ;
    transition: .5s ease all ;
}

.main-nav ul li:hover > .sub-menu{
    visibility: visible;
    opacity: 1;
    top: 80px;
}

.main-nav .sub-menu li{
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.main-nav .sub-menu li a{
    display: block;
}




/* 
Icon Boxes
================================ */

.av-icon-box{
    text-align: center;
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.av-icon-box:hover > .av-icon-box-icon{  background-color: #404040; }

.av-icon-box .av-icon-box-icon{
    height: 80px;
    width: 80px;
    font-size: 2em;
    line-height: 80px;
    border-radius: 150px;
    color: #fff;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    
    -webkit-transition: ease .4s all ;
    -o-transition:  ease .4s all;
    transition:  ease .4s all;
}

.av-icon-box .av-icon-box-icon i:before{ z-index: 10; position: relative;}

.av-icon-box .av-icon-box-icon:after{
    content: '';
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    border: 3px solid #fff;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 140px;
    z-index: 0;
}


.av-icon-box .av-icon-box-content a{
    font-family: 'Oswald', sans-serif; 
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .4pt;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    margin-top: 25px;
    display: block;
}

.av-icon-box .av-icon-box-content a:hover{
    text-decoration: underline;
    color:inherit;
}

.av-icon-box .av-icon-box-content h3{ 
    font-family: 'Domine', serif; 
    font-weight: 600;
    color: #454545;
}



/* 
Recent Projects
================================ */
.av-recent-project{ margin-bottom: 20px !important;}

.av-project-info{  background-color: #fff; }

.av-project-info h2 a{ 
    text-transform: capitalize; 
    font-family: 'Oswald', sans-serif;
    color: #666;
}

.av-project-info h2 a:hover{ color: #b94e62 }

.av-project-thumb { 
    position: relative; 
    background-color: #fff; 
    padding: 0 
}

.av-project-thumb:before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 10px;
    background-image: url(../img/patterns/corner.png);
    background-position: top left;
    background-repeat: repeat-y;
    left: 0;
    padding: 10px 0;
}

.av-project-thumb img{ width: 100%; }

.av-project-info{ text-align: center; }

 /* 
Left icon service width circle
================================ */

.av-side-box.av-circle{ position: relative; }

.av-side-box.av-circle .icon-box-icon{
    width: 70px;
    height: auto;
    float: left;
}

.av-side-box.av-circle .icon-box-content{ 
     margin-left: 70px;
}

.av-side-box.av-circle .icon-box-icon i{
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    
    font-size: 1.3em;
    background-color: #ebab51 ;
    color: #fff ;
    text-align: center;
    display: block;
    -webkit-font-smoothing:antialiased;
    
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
    border: 1px solid transparent;
}

.av-side-box.av-circle:hover > .icon-box-icon i{
    background-color: #fff ;
    border-color: #ebab51 ;
    color: #ebab51;
}

.av-side-box.av-circle .icon-box-content h3{
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: .4pt;
}



/* 
Recent Blog Post
================================ */

.av-recent-post{ margin-bottom: 20px;}

.av-recent-post-content{
    border: 1px solid #dcdcdc;
    padding: 0 15px 15px;
    border-top: none;
}

.av-featured-thumb{ border-bottom: 3px solid #b94e62; }
.av-featured-thumb img{ width: 100%; }

.av-recent-post .av-recent-post-content .small-6 p{
    font-size: .8em;
    margin: 0;
}

.av-recent-post .av-recent-post-content .small-6 i{ margin: 0 5px}

.av-recent-post .av-recent-post-content .small-12 p a{
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    color: #333;
    margin: 0 0 20px;
    display: block;
    line-height: 10px;
}

.av-recent-post .av-recent-post-content .small-12 small{
    margin: 20px 0 0 0;
    display: inline-block;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    font-weight: 500;
    color: #ebab51;
}

.av-recent-post .av-circle-divider{ margin: 15px auto; }

.av-recent-post .av-recent-post-content .av-recent-post-title a{
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.3em;
    letter-spacing: .2pt;
    color: #b94e62;
    margin: 25px 0 0;
}

.av-recent-post .av-recent-post-content .av-recent-post-title a:hover{ color: #606060; }



/* 
Tabs
================================ */
.av-tab{}

.av-tab .av-tab-header{
    background-color: #655872 ;
    padding: 0;
    position: relative;
}

.av-tab .av-tab-header .av-tab-panel{
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}

.av-tab .av-tab-header .av-tab-panel:last-child{ border-bottom: none; }

.av-tab .av-tab-header .av-tab-panel.active,
.av-tab .av-tab-header .av-tab-panel:hover{
    background-color: #fff;
}

.av-tab .av-tab-header .av-tab-panel.active:before,
.av-tab .av-tab-header .av-tab-panel:hover:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 5px;
    background-color: #b94e62;
}

.av-tab .av-tab-header .av-tab-panel:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:0;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.14);
}

.av-tab .av-tab-header .av-tab-panel:first-child:after{ display: none; }

.av-tab .av-tab-header .av-tab-panel:hover > h3,
.av-tab .av-tab-header .av-tab-panel.active h3{ color: #41394e ; }

.av-tab .av-tab-header .av-tab-panel h3{ 
    color: rgba(255, 255, 255, 0.8); 
}



.av-tab .av-tab-content{ 
    background-color: #fff;
    padding-bottom: 10px;
}

.av-tab .av-tab-content .av-tab-panel{ display: none; }



/* 
Price Tables
================================ */
.av-price-table{
    margin-bottom: 30px;
}

.av-price-table .av-price-head{
    padding: 20px 0;
    position: relative;
}

.av-price-table .av-price-head:after{
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    background-image: url(../img/patterns/corner-up.png);
    background-position: top left;
    background-repeat: repeat-x;
    left: 1;
    bottom: -9px;
    padding: 10px 0;
}

.av-price-table .av-price-head h3{ 
    color:#fff ;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Domine', serif;
}

.av-price-table .av-price-head h1{
    font-size: 1.5em;
    color: #fff;
    position: relative;
}
.av-price-table .av-price-head h1:after{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 30px;
    position: absolute;
    left: 28%;
    bottom: 0px;
}

.av-price-table .av-price-head h1:before{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 30px;
    position: absolute;
    right: 28%;
    bottom: 0px;
}

.av-price-table .av-price-head small{
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: .6em;
    font-family: 'Open-sans', 'helvetica', sans-serif;
    color: #fff;
    margin-bottom: 0;
}
.av-price-table .av-price-table-content .columns{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.av-price-table .av-price-table-content .columns:nth-child(even){
    background-color: #f0f0f0;
}

.av-price-table .av-price-table-content h3{ 
    font-size: 1.7em; 
    margin: 0;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.av-price-table .av-price-table-content p{ 
    margin: 0; 
    line-height: 1.3em; 
    font-weight: 500;
    font-size: .75em;
    text-transform: uppercase;
}

.av-price-table .av-price-foot{
    padding: 10px !important;
    border-top: none;
}

.av-price-table .av-price-head small:before{
    content: '/';
    margin-right: 5px;
}



/* 
Dashed box
================================ */
.av-dashed-box{
    position: relative;
    padding: 20px;
    text-align: center;
    margin: 10px 0;
}

.av-dashed-box:before{
    content: '';
    display: block;
    width: 97%;
    height: 95%;
    position: absolute;
    border: 1px white dashed;
    z-index: 9999;
    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.av-dashed-box i {
    font-size: 3em;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    margin: 0;
}

.av-dashed-box small{
    margin: 0;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1pt;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
}

.av-dashed-box p{
    margin: 0;
    font-size: 3em;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4em;
}





/* 
Footer Styles
================================ */
footer{ background-color: #1a232c;}
.copyright{ background-color: #111820;}


.footer-widget{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-widget h2{
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400;
    letter-spacing: .5pt;
    margin-bottom: 20px;
}
/* 
Get in Touch Widget
================================ */
.footer-widget#get-in-touch i{
    width: 20px;
}

.footer-widget#get-in-touch .social-footer i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #27c1e8;
    color: #fff;
    font-size: 1.2em;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* 
Tweeter Widget
================================ */
.footer-widget#twitter-widget .tweet{
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.01);
}

.footer-widget#twitter-widget .tweet p{
    margin-bottom: 10px;
}

.footer-widget#twitter-widget i{
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-widget#twitter-widget .tweet-date{
    font-size: .7em;
    margin: 0;
    color: #fff;
    display: inline-block;
}

/* 
Recent Post Widget
================================ */
.footer-widget#recent-post-widget .recent-post {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.01);
}
.footer-widget#recent-post-widget .recent-post p {
    margin-bottom: 0;
}

.footer-widget#recent-post-widget .recent-post .post-date {
    font-size: .7em;
    margin: 0;
    color: #fff;
    display: inline-block;
}

/* 
Recent Post Widget
================================ */
.footer-widget#flickr-widget {

}


.footer-widget#flickr-widget img {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

/* 
Footer Navegation
================================ */
.copyright p{ 
    line-height: 50px;
    margin: 0;
}

.footer-nav{
    margin-bottom: 20px;
}

.footer-nav ul{
    padding: 0;
    margin: 0;
    text-align: right;
    line-height: 50px;
}

.footer-nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-size: .8em;
    letter-spacing: .3pt;
}


.footer-nav ul li a{
    color: #cbd3d9;
}

.footer-nav ul li a:hover{ color: #6ebf30;}

.goToTop{
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #29333c ;
    color: #fff;
    border-radius: 5px;
}


/* 
Margins and Paddings
================================ */

.top-margin{ margin-top: 20px; }
.top-mid-margin{ margin-top: 40px; }
.top-high-margin{ margin-top: 80px; }

.bottom-margin{ margin-bottom: 20px; }
.bottom-mid-margin{ margin-bottom: 40px; }
.bottom-high-margin{ margin-bottom: 80px; }

.margin{ margin: 20px 0; }
.mid-margin{ margin: 40px 0; }
.high-margin{ margin: 80px 0; }

.top-padding{ padding-top: 20px; }
.top-mid-padding{ padding-top: 40px; }
.top-high-padding{ padding-top: 80px; }

.bottom-padding{ padding-bottom: 20px; }
.bottom-mid-padding{ padding-bottom: 40px; }
.bottom-high-padding{ padding-bottom: 80px; }

.padding{ padding: 20px 0; }
.mid-padding{ padding: 40px 0; }
.high-padding{ padding: 80px 0; }


/* 
Patterns Backgrounds
================================ */
.av-pattern-01{
    background-image: url(../img/patterns/01.jpg);
}
.av-pattern-02{
    background-image: url(../img/patterns/02.png);
}
.av-pattern-03{
    background-image: url(../img/patterns/03.png);
}
.av-pattern-04{
    background-image: url(../img/patterns/04.png);
}
.av-pattern-05{
    background-image: url(../img/patterns/05.png);
}
.av-pattern-06{
    background-image: url(../img/patterns/06.png);
}
.av-pattern-07{
    background-image: url(../img/patterns/07.png);
}



/* 
Inside Shadow
================================ */
.av-inside-shadow{
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
}

.av-soft-shadow{
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 4px rgba(0,0,0,.1);
}


/* 
Sections 
================================ */

.av-section{  position: relative; }

/* Light Gray Border Section */
.av-section-top-border{ border-top: 1px solid #f1f2f4;}
.av-section-bottom-border{ border-bottom: 1px solid #f1f2f4;}
.av-section-both-border{ border-top: 1px solid #f1f2f4; border-bottom: 1px solid #f1f2f4;}

/* 
Section Parallax
================================ */
.av-section-parallax {
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
    background-attachment: fixed;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.av-section-parallax.av-parallax-contain{ background-size: contain;}
.av-section-parallax.av-parallax-pattern { background-size: initial; background-repeat: repeat; }

.av-section-parallax-01 { background-image: url(../img/bg-images/01.jpg);}
.av-section-parallax-02 { background-image: url(../img/bg-images/02.jpg);}
.av-section-parallax-03 { background-image: url(../img/bg-images/03.jpg);}
.av-section-parallax-04 { background-image: url(../img/bg-images/04.jpg);}
.av-section-parallax-05 { background-image: url(../img/bg-images/05.jpg);}
.av-section-parallax-06 { background-image: url(../img/bg-images/06.jpg);}
.av-section-parallax-07 { background-image: url(../img/bg-images/07.jpg);}
.av-section-parallax-08 { background-image: url(../img/bg-images/08.jpg);}

.av-no-margin{ margin: 0;}
.av-relative { position: relative; }

.av-absolute-center{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.av-bottom-line:after{
    content: '';
    display: block;
    height: 2px;
    background-color: #ebab51 ;
    width: 70px;
    margin: 15px 0;
}

.av-center .av-bottom-line:after{margin: 15px auto; }

.av-bottom-border{ border-bottom: 1px solid #efefef; }
.av-top-border{ border-top: 1px solid #efefef; }
.av-both-border{ border-bottom: 1px solid #efefef; border-top: 1px solid #efefef; }
.av-white-border { border: 2px solid #fff; }


.texture-dark  { background-color: rgba(0, 0, 0, 0.69);}
.texture-ocean { background-color: rgba(0, 130, 146, 0.51);}



/* Dark Section */
.av-section-ocean *{  color: #fff; }
.av-section-ocean .av-bottom-line:after{background-color: #fff; }

.av-section-ocean{ background-color: #008292; }


.av-bottom-absolute{ position: absolute; bottom: 0; }

.av-full-height{ height: 100%;}

.av-no-relative { position: inherit }


.av-section-white-text *{ color: #fff; }






/* Divider With Circle */
.av-circle-divider{
    margin: 20px auto;
    content: '';
    display: block;
    height: 9px;
    width: 9px;
    border: 1px solid #fff;
    position: relative;
    box-sizing: border-box;
}

.av-circle-divider:after,
.av-circle-divider:before{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 50px;
    top: 3px;
}

.av-circle-divider:after{
    position: absolute;
    left: -50px;
    background:#fff;
}

.av-circle-divider:before{
    position: absolute;
    left: 7px;
    background:#fff;
}

.av-gray-divider.av-circle-divider{ border-color: #328396;}

.av-gray-divider.av-circle-divider:after{
    position: absolute;
    left: -50px;
    background: #328396;
}

.av-gray-divider.av-circle-divider:before{
    position: absolute;
    left: 7px;
    background:#328396;
}


/* 
Section Titles
================================ */
.av-full-section-title{
    text-align: center;
    margin-bottom: 60px;
}

.av-full-section-title h1{ 
    font-family: 'Domine', serif; 
    margin: 0;
    font-weight: 500;
    color: #328396;
    text-transform: capitalize;
}

.av-full-section-title p{
    margin-top: 0;
    color: #adadad;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em;
}


.av-t-orange { color: #ebab51; }
.av-t-fucsia { color: #b94e62; }
.av-t-purple { color: #6c6599; }
.av-t-blue   { color: #328396; }

/* 
Client Box
================================ */

.av-client-box{ 
    background-color: #fff;
    padding-right: 10px;
}

.av-client-box .av-client-thumb{ position: relative; }
.av-client-box .av-client-thumb img{ width: 100%; }

.av-client-box .av-client-thumb:after{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 10px;
    background-image: url(../img/patterns/corner.png);
    background-position: top left;
    background-repeat: repeat-y;
    right: 15px;
    top: 0;
    padding: 10px 0;
    
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.av-client-box .av-client-info{ padding-left: 0;}

.av-client-box .av-client-info h3{ margin-bottom: 0; }

.av-client-box .av-client-info h3 + p{ 
    font-size: .7em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.av-client-box .av-client-info h3 + p:after{
    content: '';
    display: block;
    height: 1px;
    background-color: #c3c3c3;
    width: 50px;
    margin: 12px 0 0;
} 

.av-client-box .av-client-info p{ margin-bottom: 0;} 


/* 
Person Profile CSS
================================ */
.av-profile{ 
    text-align: center;
    position: relative;
    border: 1px solid #328396;
    padding: 20px 0;
    margin-bottom: 20px;
}

.av-profile .av-profile-picture{
    width: 180px;
    height: 180px;
    border: 3px solid #328396;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.av-profile:before{
    content: '';
    display: block;
    height: 70px;
    width: 100%;
    background-color: #328396;
    position: absolute;
    top: 75px;
}

.av-profile .av-profile-picture img{ width: 100%; }

.av-profile .av-profile-info{ padding: 0 20px;}

.av-profile .av-profile-info h4{
    font-size: 1.7em;
    margin: 0;
    font-weight: 300;
    color: #ebab51;
}
.av-profile .av-profile-info small{
    font-size: .8em;
    text-transform: uppercase;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    color: #c3c3c3;
}

.av-profile .av-profile-info .av-profile-social a{
    display: inline-block;
    font-size: 1em;
    height: 36px;
    line-height: 36px;
    width: 36px;
    margin: 0 10px;
    color: #c3c3c3;
    border-radius: 50px;
    border: 1px solid #c3c3c3;
    
    -webkit-transition: .5s linear all ;
    -o-transition:  .5s linear all;
    transition:  .5s linear all;
}


.av-profile .av-profile-info .av-profile-social a:hover{
    background-color: #ebab51;
    color: #fff;
    border-color: #ebab51;
}


/* 
Contact Form
================================ */
.av-contact-form{}

.av-form-control{}

.av-form-control input[type="text"],
.av-form-control input[type="password"],
.av-form-control input[type="date"],
.av-form-control input[type="datetime"],
.av-form-control input[type="datetime-local"],
.av-form-control input[type="month"],
.av-form-control input[type="week"],
.av-form-control input[type="email"],
.av-form-control input[type="number"],
.av-form-control input[type="search"],
.av-form-control input[type="tel"],
.av-form-control input[type="time"],
.av-form-control input[type="url"],
.av-form-control textarea{
    background-color: #fff ;
    border: 1px solid #ccc;
    padding: 0px 10px;
    font-weight: 300;
    font-size: .8em;
    color: #444;
    letter-spacing: .5pt
}

label.bad-field{
    margin-top: -13px;
    margin-bottom: 15px;
    font-size: .7em;
    color: red;
}

input.bad-field,
textarea.bad-field{
    border-color: red !important;
}

/* 
Buttons
================================ */

.av-button{
    display: inline-block;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    padding: 18px 20px;
    font-size: 1em;
    background-color: #ebab51;
    color: #fff;
    
    -webkit-transition: ease .5s all;
    -o-transition: ease .5s all;
    transition: ease .5s all;
    margin: 10px 5px 10px 0;
}

button.av-button{ border: none; }

.av-button-lg{padding: 18px 34px;}
.av-button-sm{padding: 14px 16px;}

.av-button-tn{
    padding: 14px 16px; 
    font-size: 1em;
    text-transform: capitalize;
}

.av-button-ex{width: 100%; }

.av-button:hover{ background-color: #606060; color: #fff; }

.av-button.av-white   { 
    border:1px solid #fff;
    background-color: transparent; 
}
.av-button.av-white:hover  { 
    color: #606060;
    background-color: rgba(255,255,255,0.7); 
}

/* 
Main Colors
================================ */
.av-orange { background-color: #ebab51; }
.av-fucsia { background-color: #b94e62; }
.av-purple { background-color: #6c6599; }
.av-blue   { background-color: #328396; }
.av-grape  { background-color: #433a4b; }
.av-bdark  { background-color: #374a4e; }

/* 
Main Borders Colors
================================ */
.av-orange-border { border: 1px solid #ebab51; }
.av-fucsia-border { border: 1px solid #b94e62; }
.av-purple-border { border: 1px solid #6c6599; }
.av-blue-border   { border: 1px solid #328396; }
.av-grape-border  { border: 1px solid #433a4b ; }


/* Text Color Clases */
.av-t-orange { color: #ebab51; }
.av-t-fucsia { color: #b94e62; }
.av-t-purple { color: #6c6599; }
.av-t-blue   { color: #328396; }
.av-t-white * { color: #fff; }

/* 
Images Styles
================================ */
.av-img-right { float: right; }
.av-fancy-img { 
    outline: 1px solid rgba(19, 16, 23, 0.62);
    border: 5px solid #fffffd;
}

/* 
Main Textures
================================ */
.av-texture{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
}

.av-texture.av-last{ z-index: -999; }

.av-top-dashes{
    background-image: url(../img/patterns/top-dashes.png);
    background-repeat: repeat-x;
    background-position: top center;
}

/* 
Breadcrumbs
================================ */
.av-breadcrumbs{
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

.av-breadcrumbs h4{
    margin: 0;
    display: block;
    font-size: 2.6em;
    font-weight: 300;
    color: #fff;
}

.av-breadcrumbs small{
    margin-top: 10px;
    display: block;
    font-size: .7em;
    font-weight: 400;
    letter-spacing: .8pt;
    text-transform: uppercase;
}
/* 
Blog Post
================================ */
.av-post{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.av-post figure{
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.av-post figure img{ width: 100%; }

.av-post .av-meta{
    position: absolute;
    left: 0;
    width: 200px;
    border-right: 1px solid #e3e3e3;
    font-size: .9em;
}

.av-post .av-meta p{
    border-bottom: 1px solid #e3e3e3;
    padding:5px 0 5px 10px;
    margin: 0;
    font-weight:600;
}

.av-post .av-meta p:last-child{
    border-bottom: none;
}


.av-post .av-post-content h4 a{
    font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: .4pt;
}

/* 
Pagination
================================ */
.av-pagination{}
.av-pagination .av-paginate{
    text-align: center;
    padding: 0;
    margin: 0;
}

.av-pagination .av-paginate li{
    list-style: none;
    display: inline-block;
}

.av-pagination .av-paginate li a{
    display: block;
    padding: 10px 14px;
    border: 1px solid #328396;
    border-radius: 3px;
    margin: 0 5px;
}


.av-pagination .av-paginate li a:hover,
.av-pagination .av-paginate li a.active{
    background-color: #328396;
    color: #fff;
}


/* 
Sidebars Widget
================================ */
.av-widget{
    margin-bottom: 30px;
}
.av-widget h3{
    padding:10px 0 10px 10px;
    margin-top: 0;
    font-weight: 300;
    font-size: 1.3em;
    border-left: 2px solid #328396;
    color: #328396;
    background-color: #f9f9f9;
}

/* 
Twitter Widget
================================ */
#av-tw-feed-widget{}

#av-tw-feed-widget .av-tw-feed{
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

#av-tw-feed-widget .av-tw-feed i{
    position: absolute;
    left: 0;
    top: 6px;
}
#av-tw-feed-widget .av-tw-feed p{
    margin-top: 0;
}



/* 
Tags Widget
================================ */
#av-cats-widget{}

#av-cats-widget .av-cats{
    padding: 0;
    margin: 0;
}

#av-cats-widget .av-cats .av-cat{
    list-style: none;
    line-height: 2.6em;
    font-size: .9em;
    border-bottom: 1px solid #ededed;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    font-weight: 500;
    
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

#av-cats-widget .av-cats .av-cat a:before{
    content: '\e84a';
    font-family: "fine";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #328396;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
    
}

#av-cats-widget .av-cats .av-cat a{
    position: relative;
    display: inline-block;
    left: 0;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

#av-cats-widget .av-cats .av-cat a:hover{
    left: 10px;
    color: #ebab51;
}
#av-cats-widget .av-cats .av-cat a:hover:before{
    color: #ebab51;
}


/* 
Tags Widget
================================ */
#av-tags-widget{}

#av-tags-widget .av-tags{
    padding: 0;
    margin: 0;
}

#av-tags-widget .av-tags .av-tag{
    list-style: none;
    display: inline-block;
}

#av-tags-widget .av-tags .av-tag a{
    display: block;
    padding: 10px;
    margin-bottom: 4px;
    font-size: .7em;
    background-color: #ebab51;
    color: #fff;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-transform: uppercase;
    font-weight: 700;
    
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}


#av-tags-widget .av-tags .av-tag a:hover{
    background-color: #606060;
}



/* 
Flickr Widget
================================ */
#av-flickr-widget{}

#av-flickr-widget figure{
    margin: 0;
    display: inline-block;
    margin-bottom: 4px;
    overflow: hidden;
    width: 90px;
    height: 90px;
}

#av-flickr-widget figure img{
    width: 100%;
}






/* Commments Template */

.av-comments-area{ }
				
.av-comments-area{} .av-comments-title{
    margin: 20px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 300;
}


.av-comments-area{} .av-commentlist{
    list-style: none;
    margin: 0;
    padding: 0;
}
					
.av-comments-area{} .av-comment{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #e2e2e2;
    background-color: #fafafa;
}

.av-comments-area{} .av-comment.av-depth-2{
    margin-left: 60px;
}

.av-comments-area{} .av-comment.av-depth-3{
    margin-left: 120px;
}
							
.av-comments-area .av-comment .av-comment-meta{
    font-size: .85em;
}

.av-comments-area .av-comment .av-comment-meta .av-avatar{
    float: left;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 15px;
}

.av-comments-area .av-comment .av-comment-meta .av-author{
    text-transform: capitalize;
    font-weight: 600;
}

.av-comments-area .av-comment .av-comment-meta .av-comment-meta-date{
    display: inline-block;
    margin-left: 15px;
    font-style: italic;
    letter-spacing: .4pt;
    font-weight: 400;
    font-size: 90%;
}			
								
.av-comment-content{}

.av-comment-content p{
    font-weight: 600;
    font-size: .8em;
}

.av-reply a{
    display: inline-block;
    text-align: right;
    text-transform: uppercase;
    font-size: .8em;
    padding: 10px;
    color: #fff;
    background-color: #ebab51;
    letter-spacing: .5pt
}

.av-comment-content .av-comment-reply-link{}

				
.av-comment-respond{
    margin-top: 130px;
}
.av-comment-respond .comment-reply-title{}

.av-comment-respond form{}
.av-comment-respond form textarea{}

.av-comment-respond form .form-allowed-tags{
    color: #bababa;
}
.av-comment-respond form .form-allowed-tags code{
    color: #ebab51;
    font-size: .9em;
}
.av-comment-respond form .form-submit{}
.av-comment-respond form .form-submit button{}