/* ==========================================================================
   #Alerts
   ========================================================================== */

.alert {
    padding: 10px 15px;
    border: 1px solid #16a7b4;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    font-size: 15px;
}

.alert i {
    position: relative;
    top: 5px;
    margin-right: 10px;
    font-size: 30px;
}

.alert img {
    position: relative;
    top: 7px;
    margin-right: 10px;
}

.alert.info {
    padding: 0 15px 10px 15px;
    border: none;
    background-color: #71d9e2;
    color: #fff;
}

.alert.success {
    padding: 0 15px 10px 15px;
    border: none;
    background-color: #59c8d2;
    color: #fff;
}

.alert.error {
    padding: 0 15px 10px 15px;
    border: none;
    background-color: #39b8c3;
    color: #fff;
}

.alert.warning {
    padding: 0 15px 10px 15px;
    border: none;
    background-color: #16a7b4;
    color: #fff;
}

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

.btn { 
    display: inline-block; 
    padding: 7px 12px; 
    margin: 0 20px 20px 0;
    border: 1px solid #E0E2E3;
    background-color: #fff;
    color: #444;
    line-height: 18px; 
    text-decoration: none !important;
    cursor: pointer; 	
}

a.btn { color: #5f605f; }

.btn:focus { outline: 0; }

.btn-large {
    padding: 10px 20px;
    font-size: 15px;
}

.btn i,
.btn-large i { 
    float: left; 
    margin: 2px 8px 0 -4px;
    font-size: 15px; 
    line-height: 15px; 
}

.btn img {
    margin-left: 5px;
    vertical-align: middle;
}

.btn:hover { background: #f9f9f9; }

/* Buton Colors */

.btn-white {
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    color: #444;
}

a.btn-white { color: #444; }
.btn-white:hover { background: #fbfbfb; }

.btn-black {
    border: 1px solid #464646;
    background-color: #464646;
    color: #fff;
}

a.btn-black { color: #fff; }
.btn-black:hover { background: #535353; }

/* ==========================================================================
   #Custom Lists
   ========================================================================== */

/**
 * Custom lists
 *
 * 1. unstyled list
 * 2. list with squares for bullets
 * 3. list with discs for bullets
 *
 */

ul.unstyled { list-style-type: none; } /* 1 */
ul.square { list-style-type: square; } /* 2 */
ul.circle { list-style-type: circle; } /* 3 */

ul.check,								/* 1 */
ul.plus,								/* 2 */
ul.pin,									/* 3 */
ul.fill-circle { list-style: none; }	/* 4 */

ul.check li:before,
ul.plus li:before,
ul.pin li:before,
ul.fill-circle li:before { 
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin-right: 8px;
    color: #8d8d8d;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
}

ul.fill-circle li:before { font-size: 8px; }

ul.check li:before { content: ""; }
ul.plus li:before { content: ""; }
ul.pin li:before { content: ""; }	
ul.fill-circle li:before { content: ""; }	

ul.check li,
ul.plus li,
ul.pin li,
ul.fill-circle li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px; 
}

ul.check li:last-child,
ul.plus li:last-child,
ul.pin li:last-child,
ul.fill-circle li:last-child { margin-bottom: 0; }


/* ==========================================================================
   #Dividers
   ========================================================================== */

.divider { margin: 30px 0 65px; }

.divider.single-line { border-top: 1px solid #e2e2e2; }

.divider.double-line { border-top: 4px double #e2e2e2; }

.divider.single-dotted {
    height: 1px;
    background: url(../images/bg-single-dotted.png) repeat-x top left ;  
}

.divider.double-dotted { 
    height: 4px;
    background: url(../images/bg-double-dotted.gif) repeat-x top left; 
}	

/* ==========================================================================
   #Google Maps
   ========================================================================== */

.google-map { min-height: 200px; }

.map { 
    width: 100%; 
    min-height: 400px; 
    margin-bottom: 40px; 
}	

/* ==========================================================================
   #Headline
   ========================================================================== */

.headline { 
    position: relative; 
    padding: 0; 
    margin: 30px 0; 
}

.headline i { 
    position: absolute; 
    top: 1px; 
    left: 0;
    width:46px;
    height:46px;
    line-height:46px;
    border:2px solid #555;
    border-radius: 50%;
    font-size: 24px;
    text-align:center;
    display: block;	
}

.headline h6 {  
    margin-left: 60px;
    color: #a3a3a3; 
    text-transform: uppercase; 
}

.headline h3 {
    margin-bottom: 0; 
    margin-left: 60px;
    color: #555555; 
    line-height: 26px; 
}

.headline p { 
    margin-left: 55px; 
    color: #9e9e9e; 
}

.headline p span a { color: #686868; }

.headline p > a { color: #71d9e2; }



.sub-headline { position: relative; }

.sub-headline i{
    position: absolute; 
    top: 7px; 
    left: 0;
    width:24px;
    height:24px;
    line-height:24px;
    border:2px solid #555;
    border-radius: 50%;
    font-size: 14px;
    text-align:center;
    display: block;		
}

.sub-headline h3 {
    padding-top: 5px;
    margin: 0 0 30px 45px;
    color: #838383; 
}

.sub-headline h2 {
    margin-bottom: 0; 
    margin-left: 35px; 
    font-size: 20px; 
}

.sub-headline h1 {
    padding-top: 12px; 
    margin-left: 55px;  
    font-size: 24px; 
}

.sub-headline h3 {
    padding-top: 12px;
    margin-left: 55px;
    color: #444;
}

.nwf-full-width-section .headline i {
	color: #fff;
	border-color: #fff;
}

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

/* Icon Box 1
   ========================================================================== */

.icon-box-1 { 
    position: relative; 
    margin-bottom: 30px; 
}

.icon-box-1 .icon-box-icon {
    background-color: #71d9e2;
    height: 64px;
    width: 64px;
    float:left;
    line-height:64px;
    text-align: center;
}

.icon-box-1 .icon-box-icon  i { 
    display: inline-block;  
    font-size: 32px; 
    line-height: 32px; 
    width:32px;
    height:32px;
    text-align: center;
    color: #fff;
    border:2px solid #fff;
    border-radius: 50%;
    font-size: 16px;
} 

.icon-box-1 .icon-box-content { margin-left: 85px; }
.icon-box-1 .icon-box-content a { color: #515151; }
.icon-box-1 .icon-box-content h5 { padding-top: 5px; }

/* Icon Box 3
   ========================================================================== */

.icon-box-3 { 
    position: relative; 
    margin: 0 0 60px 0; 
}

.icon-box-3 .icon-box-icon {
    background-color: #71d9e2;
    height: 95px;
    width: 95px;
    float:left;
    line-height:95px;
    text-align: center;
    margin: 0 10px 20px 0;
}

.icon-box-3 .icon-box-icon:hover { background-color: #decc00; } 

.icon-box-3 .icon-box-icon  i { 
    display: inline-block;  
    font-size: 32px; 
    line-height: 32px; 
    width:32px;
    height:32px;
    text-align: center;
    color: #fff;
    border:2px solid #fff;
    border-radius: 50%;
    font-size: 16px;
} 

.icon-box-3 h3 { 
    padding-top: 28px;
    margin-bottom: 20px;
	
}

.icon-box-3 h3 a { color: #444; }

.icon-box-3 > a { color: #666; }

.icon-box-3 .icon-box-content { }



/* Icon Box 4
   ========================================================================== */

.icon-box-4 { 
    position: relative; 
    padding: 25px 25px 45px 25px;
    margin: 70px 0 30px 0;
    background-color: #0c9aa7;
    text-align: center;
	border-radius: 3px;
}

/**
 * 1. Android Browser 2.3 does not support % value for border-radius
 * 2. Stop bg color from leaking outside the border	
 */

.icon-box-4 > i {

    position: absolute;	 
    z-index: 20; 
    left: 50%;
    padding: 17px;
    border: 1px solid #fff;
    margin-top: -55px; 
    margin-left: -30px; 			
    background-color: #6c6b67;
    background-clip: padding-box; /* 2 */		
    text-align: center;
    color: #fff;
    font-size: 24px;
	border-radius: 3px;
}

.icon-box-4 h2 { margin-top: 30px; }
.icon-box-4 a { color: #fff; }

.icon-box-4 p {
    color: #fff;
}

.icon-box-4 .icon-box-content { 
    position: relative;
    z-index: 10;
    padding: 55px 40px 40px;
    border: 1px solid #e0e0e0; 
    -webkit-border-radius: 50%;
    border-radius: 3px; 
    margin-top: 16px;
    background-color: #f4f4f4;
    text-align: center; 
}

.icon-box-4 > a{
	padding:5px 8px;
	border-radius: 3px;
	margin-top: 20px;
	display:inline-block;
	border:1px solid #fff;
}

.icon-box-4 > a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.15);
}					

/* ==========================================================================
   #Milestones
   ========================================================================== */

.milestone {
    position: relative;
    margin-bottom: 30px;
}

.milestone i {
    float: left;
    z-index: 20;
    margin-right: 10px;
    font-size: 32px;
}

.milestone img {
    float: left;
    margin: 0 10px 10px 0;
}

.milestone .milestone-content {
    float: left;
    z-index: 10;
    font-size: 26px;
    line-height: 32px;
}

.milestone .milestone-description {
    margin-left: -40px;
    font-size: 14px; 
}

/* ==========================================================================
   #Our Process
   ========================================================================== */

.process-builder { margin-bottom: 30px; }

.process-builder ul:before {
    position: absolute;
    top: 175px;
    left: 85px;
    display: block;
    width: 75%;
    height: 0;
    border-top: 1px solid #fff;
    content: "";
}
.process-builder ul { list-style: none; }

.process-builder ul li { 
    float: left;
    width: 25%; 
    text-align: center;  
}

.process-builder ul li i { 
    font-size: 70px; 
    line-height: 140px; 
    transition: color 0.5s; 
}

.process-builder ul li span { 
    position: relative; 
    display: inline-block;
    overflow: hidden;  
    border-radius: 70px; 
    -webkit-border-radius: 50%;
    border-radius: 50%; 
    margin-bottom: 20px; 
    background-color: #fff;
    background-clip: padding-box;
    -o-webkit-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s; 
    transition: background-color 0.5s; 
}

.process-builder ul li span.border-img {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}

.process-builder ul li span.border-img img { 
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.process-builder ul li .process-description h3 { 
    color: #fff;
    text-transform: uppercase;
}

.process-builder ul li span img { display: block; }

.process-builder ul li:hover i { color: #fff; }

.process-builder.three-items ul li { width: 33.3333333333%; }
.process-builder.four-items ul li { width: 25%; }
.process-builder.five-items ul li { width: 20%; }

@media (min-width: 768px) and (max-width: 979px) {

    .process-builder ul:before { 
        top: 175px; 
        left: 70px; 
    }

    .process-builder ul li i { 
        font-size: 60px; 
        line-height: 100px; 
    }

    .process-builder ul li span { }

}
@media (max-width: 767px) {

    .process-builder ul li { 
        float: none; 
        width: auto; 
    }
    .process-builder ul:before {
        border-top: none;
    }

    .process-builder.three-items ul li,
    .process-builder.four-items ul li,
    .process-builder.five-items ul li { width: auto; }

}

/* ==========================================================================
   #Parallax
   ========================================================================== */

.parallax {
    overflow: hidden;
    margin: 30px 0;
    background-color: #333;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;		
}

.parallax.parallax-enabled { background-attachment: fixed !important; }

/* ==========================================================================
   #Pie charts
   ========================================================================== */

.pie-chart {
    position: relative;	
    margin: 0 auto 30px auto;
    text-align: center;
}

.pie-chart canvas {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.pie-chart i, 
.pie-chart .pie-chart-custom-text, 
.pie-chart .pie-chart-percent {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #a4a4a4;
    text-align: center;
}

.pie-chart img {
    max-width:100%;
    vertical-align: middle;
}

.pie-chart .pie-chart-custom-text {
    font-size: 18px;
}

.pie-chart .pie-chart-percent {
    color: #444;
    font-size: 50px;
}

.pie-chart .pie-chart-percent sup { font-size: 24px; }

.pie-chart-description {
    display: block;
    margin-bottom: 30px;
}

.pie-chart-description h2 {
    text-align: center;
    text-transform: uppercase;
}

/* ==========================================================================
   #Pricing Tables
   ========================================================================== */


.pricing-table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    border: 1px solid #ccc;
    margin-bottom: 30px;
}



.pricing-table:hover { 
    border-left: 1px solid #ccc; 
    -webkit-transform: scale(1.05); 
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pricing-table:hover .pricing-table-header h3 {	background-color: #decc00; }

.pricing-table-header{ background-color: #71d9e2; }

.pricing-table-header h3 { 
    padding: 5px 0; 
    background-color: #39b8c3;		
    color: #fff; 
    text-align: center; 
}

.pricing-table-header h1 { 
    padding: 10px 0;
    margin-bottom: 0; 
    color: #fff; 
    font-size: 60px;
    line-height: 60px; 
    text-align: center;  	
}

.pricing-table-header h1 sup { 
    font-weight: bold; 
    font-size: 25px; 
}

.pricing-table-header h1 span { 
    font-size: 20px; 
    vertical-align:middle; 
}

.pricing-table-offer ul { 
    margin: 40px; 
    list-style: none;
}

.pricing-table-offer ul li { 
    float: none; 
    display: block;
    width: 100%;
    padding: 10px 0;  
    border-top: 1px solid #ccc; 
    text-align: center; 
}

.pricing-table-offer ul li:first-child { border-top: none; }

.pricing-table-offer ul li  a { 
    display: inline-block; 
    padding: 5px 10px;
    background-color: #71d9e2;  
    color: #fff; 
    text-decoration: none; 
}

.pricing-table-offer ul li  a:hover { background-color: #decc00; }

/* ==========================================================================
   #ProgressBars
   ========================================================================== */

.progress-bar-description {
    display: block;
    margin-bottom: 10px;
    line-height: 14px;
}

.progress-bar {
    position: relative;
    display: block;
    height: 14px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.12);
}

.progress-bar .progress-bar-outer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.progress-bar .progress-bar-outer .progress-bar-inner {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

/* ==========================================================================
   #SocialMedia
   ========================================================================== */

a.social-icon {
    display:inline-block;
    width: 30px;
    margin-right: 5px;
    margin-bottom: 1px;
    background-color: transparent;
    color: #414141;
    text-align: center;
}

a.social-icon:last-child { margin-right: 0; }

a.social-icon i {
    font-size: 20px;
    line-height: 30px;
}

a.social-icon:hover { text-decoration: none; }

a.facebook-icon:hover { color: #0e59a0 !important; }
a.twitter-icon:hover { color: #0ea4ff !important; }
a.vimeo-icon:hover { color: #63879c !important; }
a.flickr-icon:hover { color: #0061db !important; }
a.github-icon:hover { color: #3b3b3b !important; }
a.google-plus-icon:hover { color: #ffffff !important; }
a.pinterest-icon:hover { color: #d73532 !important; }
a.tumblr-icon:hover { color: #586980 !important; }
a.linkedin-icon:hover { color: #018faf !important; }
a.dribbble-icon:hover { color: #ea73a0 !important; }
a.stumbleupon-icon:hover { color: #ea4b24 !important; }
a.lastfm-icon:hover { color: #b80638 !important; }
a.instagram-icon:hover { color: #82685a !important; }
a.evernote-icon:hover { color: #3bab27 !important; }
a.skype-icon:hover { color: #00b0f6 !important; }
a.paypal-icon:hover { color: #0d3967 !important; }
a.soundcloud-icon:hover { color: #e9702b !important; }
a.behance-icon:hover { color: #0066ff !important; }
a.rss-icon:hover { color: #f79638 !important; }	
a.youtube-icon:hover { color: #e22b27 !important; }	

/* ==========================================================================
   #Styled Tables
   ========================================================================== */

.table-bordered { 
    border-collapse: separate; 
    border-left: 0;
}

.table-bordered th, 
.table-bordered td { 
    text-align: center;
}

.table-bordered th {
    padding: 15px 0; 
    border-top: none;
    color: #fff;
    font-size: 16px;
}

.table-bordered td {
    padding: 20px 0;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    color: #b9b9b9;
}

.table-bordered td:first-child { border-left: 1px solid #b9b9b9; }

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td { border-top: none; }

.table-condensed th,
.table-condensed td { padding: 4px 8px; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; }	

@media (max-width: 480px) {

    /**
     * Force table to not be like tables anymore
     */

    table, 
    thead, 
    tbody, 
    th, 
    td, 
    tr { 
        display: block;
    }

    /**
     * Hide table headers
     */

    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-bordered td { border-left: 1px solid #b9b9b9; }

    tr { border-top: 1px solid #555; }

    td:first-child { border-top:none !important; }

}


/* ==========================================================================
   #Testimonials
   ========================================================================== */

.testimonial { margin-bottom: 30px; }

.testimonial blockquote { 
    position: relative; 
    padding: 25px 20px; 
    margin-bottom: 20px;  
    background-color: #e3e3e3;
    color: #666;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}

.testimonial blockquote p {
    padding: 40px 15px 10px 15px;  
    margin-bottom: 0;
    background: url(../images/bg-testimonial.png) no-repeat top left; 
    font-style: normal; 
}

.testimonial .border-img {
    float: left;
    display: inline-block;
    border: 3px solid #e3e3e3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
}

.testimonial .border-img img { 
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial h5 { margin-top: 40px; }

.testimonial a { color: #555; }

.testimonial h5 span { color: #999; }

.testimonial > p { text-transform: uppercase; }	

.testimonial:hover blockquote { 
    background-color: #71d9e2; 
    color: #fff;
}
.testimonial:hover .border-img { border-color: #71d9e2; }

/* ==========================================================================
   #WordPress Default Classes
   ========================================================================== */

.ewf-inline-style { display:none; }
.wp-caption { }
.wp-caption-text { }
.sticky { }
.gallery-caption { }
.alignright  { }
.alignleft  { }
.aligncenter  { }
.bypostauthor {}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* WordPress Widget Defaults */

.widget { margin-bottom: 40px; }

#content .widget-title { 
    margin-bottom: 20px;
    line-height: 18px;
    border-bottom: 1px solid #71d9e2;
    color: #444;
    padding: 20px;	
}

/* Text Widget */

.widget_text {}

.textwidget {}

/* Search Widget */

.widget_search {}

#searchform {}

.screen-reader-text { display: none; }

#s { 
    display:inline-block; 
    width: 50%; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}

#searchsubmit {}

/* Recent Entries Widget */

.widget_recent_entries {}

.widget_recent_entries ul { list-style: none; }

.widget_recent_entries ul li {}

.widget_recent_entries ul li a {}

.widget_recent_entries ul li .post-date {}

/* Pages Widget */

.widget_pages {}

.widget_pages ul { list-style: none; }

.widget_pages ul li {}

.widget_pages ul li a {}

#footer-bottom-widget-area-2 .widget_pages ul li a { color: #999; }

/* Archive Widget */

.widget_archive {}

.widget_archive ul { list-style: none; margin: 20px 0 50px 25px; }

.widget_archive ul li {  background: url("../images/bg-single-dotted.png") repeat-x top left;
                         margin-top: 10px;
                         padding-top: 10px; 
} 

.widget_archive ul li:first-child {
    margin-top: 0; 
    background: none;
}

.widget_archive ul li:before {
    color: #333;
    font-family: 'FontAwesome';
    font-size: 10px;
    font-style: normal;
    height: auto;
    margin-right: 8px;
    position: relative;
    top: -1px;
    width: auto;
}

.widget_archive ul li:before {
    color: #4a4a4a;
    content: "";
    font-size: 7px;
}

.widget_archive ul li a {
    color: #646464;
}

.widget_archive ul li {} 

.widget_archive ul li a {}

.widget_archive select {}

.widget_archive option {}	

/* Categories Widget */

.widget_categories {}

.widget_categories ul { list-style: none; margin: 20px 0 50px 25px; }

.widget_categories ul li {  background: url("../images/bg-single-dotted.png") repeat-x top left;
                            margin-top: 10px;
                            padding-top: 10px; } 

.widget_categories ul li:first-child {
    margin-top: 0; 
    background: none;
}

.widget_categories ul li:before {
    color: #333;
    font-family: 'FontAwesome';
    font-size: 10px;
    font-style: normal;
    height: auto;
    margin-right: 8px;
    position: relative;
    top: -1px;
    width: auto;
}

.widget_categories ul li:before {
    color: #4a4a4a;
    content: "";
    font-size: 7px;
}

.widget_categories ul li a {
    color: #646464;
}

.widget_categories ul ul.children {}

.widget_categories a {}

.widget_categories select{}

.widget_categories select#cat {}

.widget_categories select.postform {}

.widget_categories option {}

.widget_categories .level-0 {}

.widget_categories .level-1 {}

.widget_categories .level-2 {}

.widget_categories .level-3 {}

/* Meta Widget */

.widget_meta {}

.widget_meta ul { list-style: none; }

.widget_meta ul li {}

.widget_meta ul li a {}

/* Recent Comments Widget */

.widget_recent_comments {}

#recentcomments { list-style: none; }

#recentcomments li {}

#recentcomments li a {}

.recentcomments {}

/* Tag Cloud Widget  */

.widget_tag_cloud {}

.widget_tag_cloud a {}

.widget_tag_cloud a:after {}

.widget_tag_cloud a:before {}

/* Calendar Widget */

.widget_calendar {}

#calendar_wrap {}

#calendar_wrap th {}

#calendar_wrap td {}

#wp-calendar tr td {}

#wp-calendar caption {}

#wp-calendar a {}

#wp-calendar #today {}

#wp-calendar #prev {}

#wp-calendar #next {}

#wp-calendar #next a {}

#wp-calendar #prev a {}

/* Custom Menu Widget */

.widget_nav_menu {}	

.widget_nav_menu .menu { list-style:none; }

/* RSS Widget */

.widget_rss {}

.widget_rss ul { list-style: none; }	

/* EWF Navigation */

.ewf_widget_navigation {}

.ewf_widget_navigation ul {  
    margin-bottom: 30px; 
    list-style-type: none; 
    list-style-position: outside; 
}

.ewf_widget_navigation li { border-bottom: 1px solid #efefef; }

.ewf_widget_navigation li:last-child { border-bottom: none; }

.ewf_widget_navigation li a { 
    display: block; 
    padding: 10px 0; 
}

.ewf_widget_navigation li a:hover { text-decoration: none; }

.ewf_widget_navigation li a { color: #222; }

.ewf_widget_navigation li.current a { color: #303030; }

.ewf_widget_navigation li.current a:hover { text-decoration: none; }

/* Custom - EWF Flickr Widget */

.ewf_widget_flickr {}

.flickr_badge_image a {
    display: inline-block;
}



.flickr_badge_image img {
    display: block;
    margin-bottom: 5px;
    padding: 0 5px;
	width: 65px !important;
	height: auto !important;
}

.flickr_badge_image {
   
    float: left;
    height: 65px !important;
    margin: 0 8px 8px 0 !important;
    padding: 0;
    width: 65px !important;
}

/* Custom - Twitter Widget */

.ewf_widget_twitter {}

#tweet {}

#tweet ul { 
    margin-bottom: 0;
    list-style: none;  
}

#tweet .tweet { word-wrap: break-word; }

#tweet .interact { display: none; }	

/* ==========================================================================
   #Contact Form 7
   ========================================================================== */

.wpcf7-form p {  }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],	
.wpcf7-form textarea {
    width: 100%;
    border-radius: 0;
    background-color: #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;			
}

.wpcf7-form textarea{ height: 131px; }

.wpcf7-form-control-wrap{
    display: block !important;	
}

.wpcf7-form input[type="submit"] {
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    padding: 6px 12px;
    text-decoration: none !important;
    background-color: #71d9e2;
    color: #fff;
    float: right;
}	

.wpcf7-form input[type="submit"]:hover {
    background-color: #decc00;
} 

div.wpcf7-response-output {
    margin: 0 !important;
    padding: 5px !important;
}

div.wpcf7-validation-errors {
    border: none;
}

/* ==========================================================================
   #Revolution slider
   ========================================================================== */

.wpb_revslider_element.wpb_content_element{ margin-bottom: 0 !important; }

.nwf-text-block-lower-left {
    font-size: 13px;
    padding: 25px 50px 25px 25px;
    margin: 0px;
    border-width: 0px;
    line-height: 22px;
    white-space: nowrap;
    min-width: 0px;
    min-height: 0px;
    transform: scale(1, 1) rotate(0deg);
    opacity: 1;
    visibility: visible;
    background-color: #39B8C3;
    font: inherit;
    vertical-align: baseline;
    color: #fff;
    list-style: none;
    max-height:100% !important;
    font: inherit;
    vertical-align: baseline;
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/icons/arrow-right.png) no-Repeat 0 0;
    width: 45px;
    height: 45px;
    opacity: 0.1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.tp-rightarrow.default:hover {
    opacity: 1; 
}
.tp-leftarrow.default:hover {
    opacity: 1; 
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../images/icons/arrow-left.png) no-Repeat 0 0;
    width: 45px;
    height: 45px;
    opacity: 0.1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    float: left;
    margin-top: -10px;
    margin-left: 3px;
    opacity: 0.3;
}

.tp-bullets.simplebullets.round 
.bullet:hover, 
.tp-bullets.simplebullets.round 
.bullet.selected {
    background-color: #fff;
    opacity: 1;
}

.square-readmore a{
    position: relative;
    display: block;
    padding: 26px 25px;
    background-color: #71d9e2;
    text-align: center;
    color: #fff !important;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    text-decoration: none;
}

a.square-readmore:hover {
    background-color: #64c6cf;
    text-decoration: none;
}

a.square-readmore img {
    display: block;
    margin: 0 auto 10px auto !important;
}

a.square-readmore .arrow2 {
    position: absolute;
    top: 0;
    right: -35px;
    width: 0;
    border-top: 70px solid #64c6cf;
    border-right: 35px solid transparent;
    -moz-transform: scale(.9999);
}

a.square-readmore .arrow3 {
    position: absolute;
    top: 0;
    left: -35px;
    width: 0;
    border-top: 35px solid #64c6cf;
    border-left: 35px solid transparent;
    -moz-transform: scale(.9999);
}

.square-third-slider-maintext {
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    line-height: 40px;
    white-space: nowrap;
    min-width: 0px;
    min-height: 0px;
    transform: scale(1, 1) rotate(0deg);
    opacity: 1;
    visibility: visible;
}

.square-slider-maintext {
    font-size: 28px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    line-height: 40px;
    white-space: nowrap;
    min-width: 0px;
    min-height: 0px;
    transform: scale(1, 1) rotate(0deg);
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
#Search form styles
========================================================================== */

.search-input {
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    border: none;
    border-radius: 0;
    font-size: 11px;
}

.headline img {
    float: left;
    position: absolute;
    top: 1px;
    left: 0;
}

.search fieldset {
    position: relative;
}

.search-submit-btn {    
    position: absolute;
    top: -5px;
    right: 20px;
    width: 32px;
    height: 32px;
    border: none;
    flaot: left;
    background: url(../images/icons/32x32/white/arrowright.png) no-repeat center center !important;
    cursor: pointer;
}

/* ==========================================================================
#Footer widgets related styles
========================================================================== */

.contact-widget-list {
list-style: none;
}

.contact-widget-list li{
padding-left: 25px;
margin-top: 5px;
color: #bbbbbb;
}

.contact-widget-list li.email {
background: url(../images/bg-email.png) no-repeat center left;
}

.contact-widget-list li.address {
background: url(../images/bg-address.png) no-repeat center left;
}

.contact-widget-list li.phone {
background: url(../images/bg-phone.png) no-repeat center left;
}

.contact-widget-list li.fax {
background: url(../images/bg-fax.png) no-repeat center left;
}

.contact-widget-headline h3 {
    margin-left: 30px;
    padding: 10px 0;
}

#footer-bottom-widget-area-1 .widget:last-child,
#footer-bottom-widget-area-2 .widget:last-child
{
    margin-bottom: 0;
}

.flickr_badge_wrapper {
width: 100%;
margin-bottom: 20px;
}

#footer .widget-title {
    border-bottom: 1px solid #5bb9c2;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #fff;
}

#footer .contact-widget-list li { color: #fff; }
#footer-bottom-widget-area-1 .widget_text{ margin-top: 7px; }