/*
Theme Name: Heavenly
Theme URI: http://wpeden.com/product/heavenly-multipurpose-wordpress-theme/
Author URI: http://wpeden.com
Description: Heavenly 100% Responsive, Highly Customizable, Unlimited color schemes and SEO Friendly Theme using Twitter Bootstrap . This theme is will make your website adaptable with any type of devices. Theme Features: Custom Homepage Settings, 3 Page Templates, Custom Background Support, Search Engine Friendly.
Author: Shaon
Version: 1.2.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, two-columns, responsive-layout, fluid-layout, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats,  editor-style, custom-menu, custom-background

Heavenly - WordPress Theme, Copyright 2013 wpeden.com
Heavenly - WordPress Theme is distributed under the terms of the GNU GPL
 
*/


@import url(http://fonts.googleapis.com/css?family=Bitter:400|Roboto+Slab:300);
@import url(bootstrap/css/bootstrap.css);
@import url(bootstrap/css/bootstrap-responsive.css);
/*@import url(css/font-awesome.min.css);  */
 /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */
	
	@font-face {
		font-family: Open Sans;
		src: url(fonts/OPENSANS-REGULAR.TTF);
	}

	@font-face {
		font-family: Raleway;
		src: url(fonts/Raleway-Regular.ttf);
	}
	
	@font-face {
		font-family: Saginaw;
		src: url(fonts/SaginawLight.ttf);
	}
	
	@font-face {
		font-family: arial;
		src: url(fonts/arial.ttf);
	}
	
	@font-face {
		font-family: georgia;
		src: url(fonts/georgiai.ttf);
	}
	@font-face {
		font-family: GreatVibes;
		src: url(fonts/GreatVibes-Regular.ttf);
	}
	@font-face {
		font-family: Tangerine;
		src: url(fonts/Tangerine_Regular.ttf);
	}

	
	
    body {    
      font-family: 'arial';
      font-weight: 300;
      color: #5a5a5a;
      font-size:14px;
      background: #E1E1E1;

    }

    #wrapper{
        padding:10px;
        background: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container{
        max-width: 1000px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.38);
		-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.38);
		box-shadow:  0 10px 16px rgba(0, 0, 0, 0.38);
		padding-top:4px;
		
		
		
    }

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper{
       padding-bottom: 0px;
       margin-bottom: 0px;

    }
    /*.home .navbar-wrapper{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      padding-top:  0px;
      padding-bottom: 0px;
      background: transparent;
      margin-top: 20px;
      margin-bottom: -90px;
    }*/

    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0px;
         -moz-box-shadow: 0px;
              box-shadow: 0px;
       background: transparent;
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
	  padding: 10px 0 10px 30px;/* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      text-shadow: none;
      color: #222;
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 3px 18px;
      font-weight: 300;
      color: #ffffff;
      margin-top: 0px;
      margin-bottom: 0px;
      text-shadow:none;
	  font-family:Open Sans;
	  font-size:13px;
	  
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }

    .nav-area .navbar{
        margin-bottom:0px;
    }

    .nav-area{

        box-shadow: 0 4px 2px -2px #eee;
    }


    .header-area-bottom .in{
        /*background: #f5f5f5 url(images/big-shadow-top.png) center -2px no-repeat;*/
        border-bottom: none;
        padding: 0px 0px 0px 0px;
    }

    .header-area-bottom{
        background: url(images/divider.png) center bottom no-repeat;
        padding-bottom: 0px;
    }

    .entry-title{
        font-size:20pt;
		text-transform: uppercase;
    }

    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }



    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: 0px 0;
      }

      .carousel .item {

      }
      .carousel img {
        width: auto;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }  		
      .navbar .nav {
		margin-bottom:0px !important;
		margin-top:0px !important;
		border-radius: 0px !important;
		margin-right: 6px !important;
	  }
	  .navbar .brand {
		/*padding-left:0px !important;*/

	  }
	  .icon-bar-main {
		display: inline-block;
		float: right;
		margin-top: 20px;
		max-width: 200px;
		width: 20%;
	 }
    }


    @media (max-width: 767px) {

      .navbar-inner {
        margin: 0px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }

      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

    }



a{
    color: #226AC1;
}

h1,h2,h3,h4{ font-family: 'arial'; }
h1{ font-size:24pt; margin: 5px 0px; }
h2{ font-size:20pt; margin: 5px 0px; }
h3{ font-size:14pt; margin: 5px 0px; }
h4{ font-size:12pt; margin: 5px 0px; }


.box{
margin: 3px;
font-size: 9pt;
}
.box .header,.box h3{
margin: 0px;
margin-bottom: 5px;
padding: 5px;
display: block;
line-height: 25px;
}

.hlight{
background: #fff4ca;
background: -moz-linear-gradient(top, #fff4ca 0%, #fffbef 82%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4ca), color-stop(82%,#fffbef));
background: -webkit-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
background: -o-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
background: -ms-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ca', endColorstr='#fffbef',GradientType=0 );
background: linear-gradient(top, #fff4ca 0%,#fffbef 82%);
border:1px solid #FCEAA9;
}



.title{
background: #e2eeff;
background: -moz-linear-gradient(top, #e2eeff 22%, #bfdbff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#e2eeff), color-stop(100%,#bfdbff));
background: -webkit-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
background: -o-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
background: -ms-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeff', endColorstr='#bfdbff',GradientType=0 );
background: linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
border-bottom: 1px solid #7AB1FF;
color: #000;
line-height: 20px;
padding: 8px 15px;
font-size: 9pt;

}


h2{
    font-size: 15pt;
}
.post h2.entry-title{
    margin-top: 0px;
    line-height: normal;
}
.post{
    clear: both;
    display: block;
	padding-left: 10px;
}
.green_posts h2 a{
    font-size: 11pt;
}

.form-allowed-tags{
    font-family: 'courier new';
    color: #aaa;
}
.meta{
    font-size: 8pt;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: 3px;

}
.arc .meta{
    color: #aaa !important;
}
.arc p{
    padding-left: 0px;
}

.bypostauthor{
    background: #eee;
}
.comment-meta *{
    font-size: 8pt;
}
.green_posts .meta,.green_posts .meta *{
    color: #336699;
}
.green_posts a{
    color: #2765B5;
    text-decoration: none;
}

.sidebar .box{
    width: 100%;
}

.box a{
    color: #226AC1;
    text-decoration: none;
}

.widget_content a:hover{
    text-decoration: underline;
}
.widget_content{
    padding: 10px 20px;
}
.widget-footer ul{
    margin: 0px;
    padding: 0px !important;
}
.widget li{
    list-style: none;
    padding: 3px 0px;
}

#wp-calendar{
    width: 100%;
}
#wp-calendar *{
    text-align: center;
}
.box h3{
    /*overflow: hidden;*/
}

.post ol,.post ul{
    margin-left: 20px;
    list-style: square;
}
h1,h2,h3,h4{
    clear: both;
    display: block;
	font-weight:inherit;
}
.post h1{
    font-size:20pt;
}
.home-box{
    min-height:150px;
    /*overflow: hidden;*/
}
table{
    width: 100%;
    border-collapse: collapse;
    border-bottom:0px solid  #eeeeee;
}

th{
background: #f5f5f5;
border-bottom:1px solid  #eeeeee;
padding: 5px;
text-align: left;
}

td{
    padding: 5px;
    border-bottom:1px solid  #eeeeee;
}
.mx_comments ul ul,
.mx_comments ol ol{
    margin-left: 65px;
}
del{
    color:#800000;
}
.mx_comments ul li{
    list-style: none;
    margin-bottom: 10px;
}
/*
.mx_comments .comment-body .comment-wrap{
    float: right;
    width:650px;
    max-width: 100%;
}


.mx_comments .children .comment-body .comment-wrap{
    float: right;
    width:585px;
    max-width: 100%;
}
*/
.mx_comments .author-box img{

    padding: 5px;

}

.mx_comments .commentmetadata a{
    color: #ccc;
}
.mx_comments .commentmetadata{
    font-size:12pt;
    display: block;
    line-height: 25px;
    color: #ccc;
}

.post ol li,
.mx_comments .comment-content ol li{
    list-style: decimal;
}

.post ul li,
.mx_comments .comment-content ul li{
    list-style: square;
}

.mx_comments .comment-content ol,
.mx_comments .comment-content ul{
    margin-left: 0px;
}
.mx_comments .comment-content ol ol,
.mx_comments .comment-content ul ul{
  margin-left: 20px;
}

.comment-content img, .reply-content img{
    max-width: 100%;
}
#cancel-comment-reply-link,.mx_comments .comment-reply-link{
cursor: pointer;
background: #ccc;
color:#fff;
font-size: 9pt;
padding:2px 10px 4px 10px;
float: right;
font-style: italic;
color:#333;
margin-bottom: 10px;
}
#commentform p{
    margin-bottom:5px;

}
#commentform p .required{
    color: #ff0000;
}
#commentform p label{
    font-weight: bold;
    width: 200px;
    color: #aaa;
}
#commentform p input[type=text]{
    display: block;
    padding: 5px;

width: 89%;

}
.comment-form-author,.comment-form-email,.comment-form-url{
    width:33%;
    float: left;
    clear: none !important;
}

.mx_comments .commentmetadata .fn ,
.mx_comments .commentmetadata .fn a{
    float: left;
    margin-right: 10px;
    font-size: 12pt;
    color: #2765B5 !important;

}
#commentform textarea{
    width: 98%;
    padding: 5px;
}

#respond{
    padding-top: 20px;
    margin-top: 20px;
}
.single p{display: block;clear: both; font-size:10pt;}


.alignright{
    float: right;
    margin: 10px 0px 10px 10px;
}
.alignleft{
    float: left;
    margin: 5px 10px 5px 0px;
}
.aligncenter{
    display: block;   margin-left: auto;   margin-right: auto;
}
.wp-caption-text{
    text-align: center;
}


.footer{
    width: 100%;
    color: #fff;
    background: #BEBEBE;
    border-top:0px;
    margin-top:0px;
}
.footer *{
   color: #333333;
   font-family: arial;
}

.footer .content{
    color: #333333;
    font-family: arial;
    font-size: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
	border-top: 1px solid #00cccc;
	margin: 0 15px;
}

.footer .header{
    margin-left: 15px;
	margin-right: 15px;
}

.footer .content *{
    color: none;
}

.gallery-caption{


}

.bypostauthor{

}

.new-downloads li:nth-child(odd), .top-downloads li:nth-child(odd) {
    background: #f1f1f1;
}
.new-downloads li,.top-downloads li{
    margin-bottom: 5px;
}
.new-downloads img,.top-downloads img{
    margin-right: 5px;
}

ul ul{
    margin-left: 15px;
}

table.dtable{  width:620px; }
table.dtable *{ text-align: center !important; }
.fieldset{ border: 1px solid #7AB1FF; padding: 10px; margin-top: 10px;width:600px;}
.fieldset legend{ font-size: 13pt;}
.wpdm_package{background: #fafafa;}
.share, .share *{ border: 0px;}
.share td{
    width: 20%; overflow: hidden;
}



.sidebar .fieldset{
    width: 290px;
    margin-left: 4px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.sidebar a.download-link{
    margin-left: 10px;
}
.preview_img{
    -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

.home-box h3 img{
    margin-top: 3px;
}

.wp-caption img{
  max-width: 98.6%;
}
.wp-caption{
  padding: 0px;
  border: 1px solid #5896C9;
  display: block;
  max-width: 100%;
/*    -moz-box-shadow: inset 0 0 5px #2765B5;
-webkit-box-shadow: inset 0 0 5px #2765B5;
box-shadow: inner 0 0 5px #2765B5;  */

}
.wp-caption .wp-caption-text{
    background: #C7E6F9;
    padding: 5px;
    margin: 0px;

}
.wp-caption img{
    padding: 0px;
    margin: 5px;
    margin-bottom: 0px;
}
.wp-smiley{

    border: 0px;
}

.post-categories li{
    list-style: none;
    float: left;
    margin-right: 5px;
}

ol li{
    list-style: decimal;
}

.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
 span.reference a{
            text-shadow:1px 1px 1px #000;
            color:#999;
            text-transform:uppercase;
            text-decoration:none;
            position:fixed;
            right:10px;
            top:10px;
            font-size:13px;
            font-weight:bold;
 }
span.reference a:hover{
color:#555;
}
h1.title{
  color:#777;
  font-size:30px;
  margin:10px;
  font-weight:normal;
}
 .footer_menu .current-menu-item a{
     background: transparent;
     font-weight: bold;
 }
 .footer_menu a{
     font-size:11px;
     font-style: italic;
 }
 .nav-next{
     float: right;
     margin: 10px 12px 10px 0;
 }
 .nav-previous{
     float: left;
     margin: 10px 0px;

 }
 .nav-previous a,
 .nav-next a{
    padding: 5px 10px;
    color: #000;
    font-weight: 300;
    background: #FFCD00;
    font-size: 12pt;
 }
 .clear{
     clear: both;
 }
 .widget > div,
 .widget > form,
 .widget > p,
 .widget > ul,
 .widget > ol,
 .widget > table{
     padding: 0px 0px 10px 0;
 }
 form.input{
     max-width:100% !important;
 }

 p.attachment img{
     margin: 0px auto;
 }

p.attachment img.alignleft{}



 .footer .widget h3{
     font-size:13pt;
     border-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	margin: 8px 0 0;

 }

.footer .widget h3 span{
    border-bottom: 0 none;
    color: #000000;
    display: block;
    font-family: arial;
    font-size: 12px;
}


.widget-footer li{
   border-top:0px;
   border-bottom: 0px;
   padding: 0 0 2px;
}

.widget-footer li:last-child{
    border-bottom: 0px;
}
.widget-footer li:first-child{
    border-top: 0px;
}

.widget-footer ,
.widget-footer li,
.widget-footer a{
    font-size:12px;
}

 .footer .buttom{
     margin-top:4px;
     background:none;
 }

 .edenfresh-bs-services .btn{
     color: #555;
 }

 .edenfresh-bs-services h2{
     font-family: 'Bitter';
     font-size: 18pt;
     font-weight: 300;
 }
 h1{
    font-family: 'arial';
     font-size: 24pt;
     font-weight: inherit;
 }
 p{
     font-family: 'open sans';
     font-size: 13pt;
     font-weight: initial;
     line-height: 1.7;
     margin-top:10px;
 }

pre,
code{
    display: block;
    float:left;
    max-width: 100%;
    white-space: normal !important;
}
.box.widget{
     
}

.box.widget h3{
    margin:6px 6px 0 6px;     
    color:#000000;
    text-shadow:none;
    font-size: 12pt;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 7px;
    padding-left: 0px;
}
.box.widget h3 span{

    padding-bottom:9px;
    padding-right:10px;
}
.box.widget ul{
    margin-left:4px;
}
.box.widget ul li{
    margin:0px;
}
.box.widget li,
.box.widget p{
    font-size: 11pt;
}

.navbar-wrapper li{
    line-height: 25px !important;
}

.navbar .nav .dropdown-toggle .caret{
    margin-top: 12px !important;
}
.dropdown-submenu > a:after{
    margin-top: 8px !important;
}

.current-menu-parent > a > .caret,
.open > a > .caret{
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.btn{
    border-radius:4px; 
}
   
.open > a,   
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,   
.current-menu-parent > a, 
.current-menu-item > a, 
.dropdown-menu > a:active,
.dropdown-menu > a:focus,
.dropdown-menu > a:hover{

    color: #000000;  
}

.current-post-parent > a{
    color: #ffffff !important;
}

.dropdown-menu a{
     font-size: 13px;
     font-weight: 300 !important;
     line-height: 25px !important;
     border-bottom: 1px solid #f8f8f8;     
	 padding: 3px 20px;
	 font-family:Open Sans;
	 color: #000000 !important;  
 }
 .arc-header{
     margin-left: 0px;     
      
 }
 .arc-header h1{
    color: #222;
    padding:5px;
    background: rgba(0,0,0,0.1);
    text-align: right;
    padding-right: 20px;
    font-weight: 700;
 }
 
 .mx_comments .commentlist {
     margin: 0px;
 }
 .mx_comments .commentlist li{
     list-style: none;
 }
 
 .type-post, .type-post .post,
 .type-page, .type-page .post{
     margin:0px !important;
     padding:0px !important;
 }
 
 .commentlist li{
     background: rgba(222,222,222,0.4);
 }
 
 .post:first-child{
     margin-top:0px;
 }
 .breadcrumb{
     margin-bottom: 10px;
     font-size: 10pt;
 }
 .home .about.well:hover{
     padding:0px;

 }
 .home-cat-single:hover img,
 .home .about.well:hover img{
     opacity:1;
     transition: opacity .50s ease-in-out;
     -moz-transition: opacity .50s ease-in-out;
     -webkit-transition: opacity .50s ease-in-out;
 }
 
 .home-cat-single .edenfresh-blank-thumb{
     border: 1px solid #eee;
 }
 .about.well .edenfresh-blank-thumb{
     border:0px;
 }
 .home-cat-single img,
 .home .about.well img{
     opacity:0.7;          
     transition: opacity .50s ease-in-out;
     -moz-transition: opacity .50s ease-in-out;
     -webkit-transition: opacity .50s ease-in-out;
 }
 .home .about.well{
     padding:0px;
     border:1px solid #fafafa;
 }
 .home .about .entry-content{
     padding:0px 10px;
 }
 .media-heading{
     line-height: normal;
 }
 .media, .media .media{
     margin-top: 10px;
 }
 /*
 .home .media .media-body{
     position: absolute;
     display: none;
 }
 .home .media{
     background: #fafafa;
     width:160px;
     height: 125px;
     float: left;     
     display: block;
     margin:0px 7px 7px 0;
 }
 .home .media:last-child{
     margin-right: 0px;
 }
 */
a.thumbnail{
    background: transparent;
}
 .mt5{
     margin-top: 9px;
 }
 
 .navigation .next-link{
     float: right;
 }
 .navigation{
     margin-bottom: 10px;
 }
 
.entry-content{
    margin-bottom: 10px;
}
.entry-content,
.entry-content p{
    font-size:13px;
}
.home-cat span{

    padding:6px 10px 5px 0px;
    font-weight: 700;
}
.home-cat{
    margin-top: 15px;
    font-size: 13pt;
    margin-bottom:15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
}
#nav-single{
    float: right;
    margin-top: -5px;     
    margin-right: -10px;
}
.btn-info,
.btn-info *,
.btn-info *:hover{
    color:#fff !important;
}
.home-cat-single .entry-title{
    min-width: 100%;
    font-size: 11pt;
    line-height: normal;
}
.home-cat-single .breadcrumb{
    margin-bottom: 0px;
}
.home-cat-single .breadcrumb,
.home-cat-single .entry-title{
   background: transparent; 
   float: left;
   margin-right:10px;
   padding-left: 0px !important;
}
.home-cat-single .entry-content .entry-title{
    padding-left:10px;
}

.home-cat-single:hover .entry-content{
    display: block;
}

.home-cat-single{
    display: block;
}
.thumbail img{
    height:auto !important;
}


/* slider */
  
.mi-slider {
    position: relative;     
    height: 450px;
}

.mi-slider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 140px;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}

.no-js .mi-slider ul {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    overflow: visible;
}

.mi-slider ul.mi-current {
    pointer-events: auto;
}

.mi-slider ul li {
    display: inline-block;
    padding: 20px;
    width: 20%;
    max-width: 300px;
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
    display: block;
    margin: 0 auto;
}

.mi-slider ul li a {
    outline: none;
    cursor: pointer;
}

.mi-slider ul li img {
    max-width: 100%;
    border: none;
}

.mi-slider ul li h4 {
    display: inline-block;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 10px 0;
}

.mi-slider ul li:hover {
    opacity: 0.7;
} 
.mi-slider *{
    color:#eee;
}
.mi-slider nav {
    position: relative;
    top: 360px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 5px solid #ffffff;
}

.no-js nav {
    display: none;
}

.mi-slider nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 40px 30px 30px 34px;
    position: relative;
    color: #aaaaaa;
    outline: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
    color: #ffffff;
    background: transparent;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
    content: '';
    position: absolute;
    top: -5px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
    border-color: transparent;
    border-top-color: #ffffff;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
    border-color: transparent;
    border-top-color: #ffffff;
    border-width: 27px;
    left: 50%;
    margin-left: -27px;
}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
    -webkit-animation: scaleUp 350ms ease-in-out both;
    animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
    0% { -webkit-transform: translateX(0) scale(0); }
    100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
    0% { transform: translateX(0) scale(0); }
    100% { transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
    -webkit-animation: moveFromRight 350ms ease-in-out both;
    animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
    -webkit-animation: moveFromLeft 350ms ease-in-out both;
    animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
    -webkit-animation: moveToRight 350ms ease-in-out both;
    animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
    -webkit-animation: moveToLeft 350ms ease-in-out both;
    animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
    0% { -webkit-transform: translateX(600%); }
    100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
    0% { -webkit-transform: translateX(-600%); }
    100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
    0% { transform: translateX(600%); }
    100% { transform: translateX(0); }
}

@keyframes moveFromLeft {
    0% { transform: translateX(-600%); }
    100% { transform: translateX(0); }
}

@keyframes moveToRight {
    0% { transform: translateX(0%); }
    100% { transform: translateX(600%); }
}

@keyframes moveToLeft {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-600%); }
}

.mi-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
    .mi-slider nav {
        max-width: 90%;
    }
    .mi-slider nav a {
        font-size: 12px;
        padding: 40px 10px 30px 14px;
    }
}

@media screen and (max-width: 740px){
    .mi-slider {
        height: 300px;
    }
    .mi-slider nav {
        top: 220px;
    }
}

@media screen and (max-width: 490px){ 
    .mi-slider {
        text-align: center;
        height: auto;
    }

    .mi-slider ul {
        position: relative;
        display: inline;
        bottom: auto;
        pointer-events: auto;
    }

    .mi-slider ul li {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        padding: 10px 3px;
        min-width: 140px;
    }

    .mi-slider nav {
        display: none;
    }
}

 
.call-to-action{
    margin: 0px auto;
}
.sticky{
    border:1px solid #ccc;
}
input#s{
    margin-bottom: 0px;
}

#nav-below{
    margin-left: 0px;
    margin-right: 0px;
}
.box.widget ul{
    margin-left:4px;
}
.box.widget ul,
.box.widget ul li{
    margin:0px;
}
.box.widget li{
    border-bottom: 1px solid #f1f1f1;
    padding:5px 0px !important;
}
.box.widget li,
.box.widget p{
    font-size: 11pt;
}

.service-box h3 a:hover,
.service-box h3 a{
    color: #222;
    text-decoration: none;
}
.service-box h3{
    font-size:13pt;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 400;
}
.service-icon{
    background:#333;
    border-radius:50%;
    padding:3px 6px 5px 6px;  
    margin-right: 5px;
}  
blockquote{

    border-left-width: 3px !important;
}

blockquote.dark *{
    color: #ffffff !important;  
    
}
blockquote.light{
     margin-bottom: 0px;
    background: #f5f5f5;   
    border-bottom: 1px solid #ddd;
}

.bqwrap{
        background: url(images/d3.png) center bottom no-repeat;
        
        padding-bottom: 13px;   
        margin-bottom: 30px;
        
    }

blockquote.dark{
    background: #222222;
    color: #eee;
    margin:10px 0px;
}

blockquote h3{
    font-size:14pt;
    line-height: normal;
    margin:5px 0px;
}
.section-head{
    font-size: 13pt;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-item h2{
    font-size: 13pt;
    line-height: normal;
}

 /** hover **/
 
.edenfresh-portfolio .mask,.edenfresh-portfolio .content {
    
   position: absolute;
   overflow: hidden;
   top: 0;
   width:inherit;
   height: inherit;
}
.edenfresh-portfolio img {
   display: block;
   position: relative;
}
.edenfresh-portfolio h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 20px;
   padding: 0 10px 10px 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0px;
   width: 100%;
}
.edenfresh-portfolio p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.edenfresh-portfolio div.info {
   display: inline-block;
   padding-bottom: 100px;    
}
.edenfresh-portfolio a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
 
 
 .edenfresh-portfolio .portfolio-item {
     background: #222222;
     height: 154px;
     text-align: center;
 }
 .edenfresh-portfolio .portfolio-item img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.edenfresh-portfolio .portfolio-item .mask {
   background-color: rgba(0,0,0,0.3);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.edenfresh-portfolio .portfolio-item h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 10px 0px 10px 0px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.edenfresh-portfolio .portfolio-item p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.edenfresh-portfolio .portfolio-item div.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}

 

.edenfresh-portfolio .portfolio-item:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.edenfresh-portfolio .portfolio-item:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.edenfresh-portfolio .portfolio-item:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.edenfresh-portfolio .portfolio-item:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.edenfresh-portfolio .portfolio-item:hover div.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.edenfresh-portfolio-4col .tbox{
    margin-bottom:20px;
    height:270px;
}
.edenfresh-portfolio-4col .tbox:nth-child(4n+1){
    margin-left:0px;
}
.edenfresh-portfolio-4col h2{
    font-size:13pt;
    line-height: normal;
}

iframe,
embed,
object {
    max-width: 100%;
}

.sidebar a:hover,
a.btn-link:hover,
a:hover{

    text-decoration: none;
}


.sidebar a,
a.btn-link,
a{
    color: #444444;
    font-weight: 400;
    -webkit-transition: all 400ms;
   -moz-transition: all 400ms;
   -o-transition: all 400ms;
   -ms-transition: all 400ms;
   transition: all 400ms;
}
p.large{
    font-size:17pt;
}
.sidebar{
    border: 1px solid #dddddd;
    background: #fdfdfd;
    padding-right: 5px;
}
.icon-white{
    color: #ffffff;
}

.sbottom
{
  position: relative;
}
.sbottom:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.sbottom:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tagcloud a{
    font-size:10pt !important;
    padding:3px 6px;
    background: #222;
    margin: 0px 5px 5px 0;
    display: block;
    float: left;
}

.intro{
    padding-top: 40px;

}

.intro h2{
    font-size: 32pt;
    margin-bottom: 20px;
}

.intro .btn{
    margin-top: 20px;
}


/*----------------Custom Style------------------------------*/

@media (max-width: 1000px) and (min-width: 740px) {
	.number_container {
		max-width:345px !important;
		width:100% !important;
		padding-right:10px !important;
	}
	.icon-bar-main { 
		padding-right:20px !important;
		margin-top: 15px !important;
	}
	.footer .container .row-fluid .span3 {
		width: 31.3% !important;
		float:left !important;
	}
	
	.navbar .brand {
		padding-bottom: 7px !important;
		padding-top: 10px !important;
	}


}

@media (max-width: 740px) and (min-width: 250px) {
	.contact_form_content {
		width:100% !important;
	}
	.contact_form_container {
		width:95% !important;

	}
	.navbar .nav {
		margin-bottom:0px !important;
	}
	.services_type {
		width:85% !important;
	}
	.wpc-product-img {
		display: inline-flex !important;
		width: 300px !important;
	}
}

@media (max-width: 739px) and (min-width: 600px) {
	.number_container {
		font-size: 23px !important;
		max-width: 212px !important;
		margin-bottom:10px !important;

	}
}
@media (max-width: 599px) and (min-width: 250px) {
	.number_container { 
		font-size: 18px !important;
		max-width: 499px !important;
		margin-top:0px !important;
		margin-bottom:10px !important;
		width:96% !important;
	}
	.product-img-view {
		width:94% !important;
	}

}

@media (max-width: 739px) and (min-width: 500px) {
	.footer .container .row-fluid .span3 {
		width: 33.3% !important;
		float:left !important;
	}
	.footer .widget h3 span {
		font-size:11px !important;
	}
	.icon-bar-main {
		padding-right:15px !important;
		 margin-top: 0px !important;
	}

	.middle_container {
		padding:0 6px !important;
	}
	.navbar .brand {
		padding-top: 10px !important;
	}


}

@media (max-width: 499px) and (min-width: 250px) {	
	.navbar .btn-navbar {
		margin-right: 10px !important;
		margin-top:0px !important;
	}
	.footer .container .row-fluid .span3 {
		border-bottom: 1px dashed grey;
		display: inline-block;
		text-align: center;
		width: 100% !important;
	}
	.social_icons {
		margin-top: 15px !important;
		text-align: center !important;
	}
	.middle_container {
		padding:0 5px !important;
	}
	.navbar .navbar-inner { 
		padding-left: 6px !important;
	}
	.navbar .brand {
		margin-top:5px !important;
	}
	.produts_type {
		width:100% !important;
		height: auto !important;
	}
	.icon-bar-main {
		margin-top:5px !important;
	}
	.left_bottom_container .productring_img1 {
		width:100% !important;
	}
	.left_bottom_container .productring_img2 {
		width:100% !important;
		margin-left:0px !important;
	}
	.left_bottom_container .productring_img3 {
		width:100% !important;
	}
	.left_bottom_container .productring_img4 {
		width:100% !important;
		margin-left:0px !important;

	}
	.wpc-product {
		width: 100% !important;
	}
	#wpc-col-2 {
		margin: 0 !important;
	}

}

@media (max-width: 1200px) and (min-width: 981px) {
	.middle_right_container {
		margin-left: 40px !important;

	}	
	.right_middle_para h1 {
		font-size:28px !important;
	}
	
}

@media (max-width: 980px) and (min-width: 600px) {
	.left_bottom_container .productring_img1 {
		width:47.8% !important;
	}
	.left_bottom_container .productring_img2 {
		width:47.8% !important;
	}
	.left_bottom_container .productring_img3 {
		width:47.8% !important;
	}
	.left_bottom_container .productring_img4 {
		width:47.8% !important;
	}
	.wpc-product {
		width:30% !important;
	}
	
}

@media (max-width: 700px) and (min-width: 500px) {
	.wpc-product {
		width: 46% !important;
	}
	
}

@media (max-width: 599px) and (min-width: 500px) {
	.left_bottom_container .productring_img1 {
		width:48% !important;
	}
	.left_bottom_container .productring_img2 {
		width:48% !important;
		margin-left:9px !important;
	}
	.left_bottom_container .productring_img3 {
		width:48% !important;
	}
	.left_bottom_container .productring_img4 {
		width:48% !important;
		margin-left:9px !important;

	}
	


}


@media (max-width: 980px) and (min-width: 250px) {
	.middle_left_container {
		max-width:980px !important;
		width:100% !important;

	}
	.middle_left_container img {
		width:100% !important;
	}
	.middle_right_container {
		max-width:980px !important;
		width:100% !important;
		margin-left:0px !important;
	}
	.middle_right_container img {
		width:100% !important;
	}
	.metaslider{
		max-width:980px !important;
		width:100% !important;
	}
	

}

/*-----------------Slider Text Style---------------------*/

@media (max-width: 980px) and (min-width: 740px) {
	/*.main_slider_text p {
		font-size:47px !important;
	}*/
	.caption-wrap {
		top: 70px !important;
	}
	.main_slider h1{ 
		font-size:50px !important;
		width:60% !important;
		padding:0 10px !important;
	}


	
}
@media (max-width: 739px) and (min-width: 600px) {
	.caption-wrap {
		top: 40px !important;
	}
	.main_slider h1{ 
		font-size:50px !important;
		width:60% !important;
		padding:0 10px !important;
	}

}


@media (max-width: 599px) and (min-width: 500px) {
	/*.main_slider_text p {
		font-size:36px !important;
		max-width:739px !important;
		width:61% !important;
	}
	.main_slider_text {
		top:20px !important;
	}*/
	.caption-wrap  {
		top: 20px !important;
	}
	.main_slider h1{ 
		font-size:36px !important;
		width:60% !important;
		padding:0 10px !important;
	}
}

@media (max-width: 500px) and (min-width: 400px) {
	/*.main_slider_text {
		position:relative !important;
		top:0px !important;
	}
	.main_slider_text p { 
		margin-left:22px !important;
		font-size:46px !important;
	}
	.slider_text {
		max-width: 400px !important;
		width:100% !important;
	}*/

	.main_slider h1{ 
		font-size:34px !important;
		padding:0 10px !important;
		width:50% !important;
	}
	.caption-wrap {
		top:5px !important;
	}

 }
@media (max-width: 399px) and (min-width: 350px) {
	.main_slider h1{ 
		font-size:28px !important;
		padding:0 10px !important;
		width:50% !important;
	}
	.caption-wrap {
		top:5px !important;
	}

}

@media (max-width: 349px) and (min-width: 250px) { 
	.main_slider h1{ 
		font-size:22px !important;
		padding:0 10px !important;
		width:50% !important;
	}
	.caption-wrap {
		top:5px !important;
	}
	.wpc-product-img {
		display: inline-flex !important;
		width: 220px !important;
	}
	
	
}

.nav-area  {
	background-color: #000000;
    border-bottom: medium none;
    border-top: 5px solid #00cccc;
}
.nav-area .container {
	background-color: #000000;
}
.number_container {
	color: #00cccc;
    display: inline-block;
    float: right;
    font-family: Open Sans;
    font-size: 30px;
    margin-top: 67px;
    max-width: 650px;
    text-align: right;
	margin-right: 18px;
    width: 100%;
}
.number_container a{
	color: blue;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: none;
	text-transform: uppercase;
}
.number_container .gaa_logo {
	border-radius: 4px;
    height: auto;
    width: 30%;
	max-width: 150px;
}

.open > a, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .current-menu-parent > a, .current-menu-item > a, .dropdown-menu > a:active, .dropdown-menu > a:focus, .dropdown-menu > a:hover {
	background:none !important;
}


.navbar .nav {
	background: -moz-linear-gradient(top,#999999, #333333);
	background: -webkit-linear-gradient(top, #999999, #333333);
	background: -o-linear-gradient(top,#999999, #333333); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(top,#999999, #333333); /* Standard syntax (must be last) */
	background: -ms-linear-gradient(top, #999999, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#333333'); /* for IE */
	margin-top: 0px;
	/*margin-right: 15px;*/
	border-radius: 10px 10px 0 0;
	border-bottom: 3px solid #00cccc;

	width: 100%;
}


.navbar .navbar-inner{
	padding-left: 0 !important;
}

.navbar .nav > li {
	margin-left:5px;
	margin-right: 5px;
	text-transform:uppercase;
}

/*.main_slider {
	position:relative;
}
.main_slider_text {
	position:absolute;
	top:100px;
	width:100%;
}
.slider_text{
	margin:0 auto;
	max-width:970px;
}
.main_slider_text p {
	font-family:Saginaw;
	font-size:60px;
	color:#333300;
	max-width:500px;
	width:100%;
	margin-left:20px;
	line-height: 1.2;
}*/
 .row-fluid .span12 {
	display:none;
 }
.middle_container {
	padding: 0 15px;
	width: 97%;
	display: inline-block;
}

.middle_left_container {
	max-width: 496px;
    width: 100%;
	display: inline-block;
	float:left;
}
.top_heading {
	color: #666666;
	font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 7px;
    text-transform: uppercase;
}
.left_bottom_container {
   margin-top:23px;
}
.left_bottom_container .productring_img1 {
	float:left;
	margin-bottom:20px;
}
.left_bottom_container .productring_img2 {
	float:left;
	margin-bottom:20px;
	margin-left:22px;
}
.left_bottom_container .productring_img3 {
	float:left;
	margin-bottom:20px;
}
.left_bottom_container .productring_img4 {
	float:left;
	margin-bottom:20px;
	margin-left:22px;
}
.left_bottom_container .product_name {
    border-bottom: 1px solid #cccccc;
    color: #999999;
    font-family: arial;
    font-size: 12px;
    padding: 4px 0;
	display: none;
}
.middle_right_container {
	display: inline-block;
    float: left;
    max-width: 421px;
    width: 100%;
	margin-top:40px;
	margin-left: 50px;

}
.right_top_para {
	border-bottom: 1px solid #cccccc;
    color: #0CA5B7;
    font-family: georgia;
    font-size: 15px;
    font-style: italic;
    padding-bottom: 24px;
}
.right_middle_para {

}
.right_middle_para h1{
	font-size:32px;
	color:#0CA5B7;
	margin: 10px 0 0;
}
.right_middle_para p{
	color:#666666;
	font-size:13px;
	margin-bottom: 15px;
}
.right_middle_para_shadow {
	margin-bottom:15px;
}

.social_icons {
	 margin-top: 25px;
}

.footer .container {
	background-color:#bebebe;
	box-shadow: none;

}

.innerpagecontainer .span8 {
	width:100%;
}
.row-fluid .span8 {
	width:100%;
}
.contact_form_content {
	float:left;
	width:50%;
}
.contact_form_container {
	float: left;
    padding: 0 1%;
    width: 48%;

}
.contact_form_container input[type="text"], .contact_form_container input[type="email"] {
    margin: 0;
    width: 97%;
}
.contact_form_container textarea {
    height: 100px;
    margin: 0;
    min-height: 100px;
    width: 97%;
}
.contact_form_container input[type="submit"], .newsletter-submit {
    background: -moz-linear-gradient(top,#999999, #333333);
	background: -webkit-linear-gradient(top, #999999, #333333);
	background: -o-linear-gradient(top,#999999, #333333); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(top,#999999, #333333); /* Standard syntax (must be last) */
	background: -ms-linear-gradient(top, #999999, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#333333'); /* for IE */
    border: medium none;
    color: #ffffff;
    font-family: Open Sans;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-transform: uppercase;
}
form p {
    line-height: 1.4;
}
/*.produts_type {
    height: 220px;
    list-style: outside none none !important;
    margin: 30px 0 !important;
    text-align: center;
    width: 33%;
	float:left ! important;
}*/

.caption-wrap {
	bottom: auto !important;
	top: 100px;
}

.main_slider h1{
	font-family:Tangerine;
	font-size:60px;
	color:#333300;
	max-width:500px;
	width:100% ;
	line-height: 1.2;
	padding:0 30px;
}

.services_type {
	padding-left:30px;
	float:left;
	width:95%;
}

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

.services_type h2{
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0 0;
    padding: 0 0 0px;
}

.services_type p {
    margin: 10px 0 0;
	display: table;
	padding-left: 3%;
}


#wpc-products .wpc-product .wpc-img{
	width:100% ! important;
	border: 1px solid #cccccc;
	height:auto !important;

}
#wpc-products .wpc-product .wpc-img:hover{
	border:1px solid #cccccc !important;

}
#wpc-products .wpc-product .wpc-title a{
	font-family:arial;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;

}

.wp-catalogue-breadcrumb{
	padding: 10px 0 20px !important;
}

.wp-catalogue-breadcrumb a{
	padding-left:10px;
}

.product-img-view img {
	width:100%;
	height:auto;
}

#wpc-products .wpc-product {
	width: 31.5%;
}

#wpc-products br {
	display:none;
}
.page .container .middle_container{
	min-height:300px;
}


#wpc-col-1 ul li a{
	border-radius: 0 7px 7px 0;
    border-top: 1px solid white;
    font-size: 16px;
    padding: 10px 5px !important;
}


.inner_testimonails_container{
	
}

.inner_testimonail{
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed grey;
    display: inline-block;
    margin: 0 2% 2% 0;
    min-height: 64px;
    padding: 2%;
    width: 96%;
}

.inner_testimonail .user_thumbnail{
	float: left;
    margin-right: 15px;
    width: 61px;
}

.inner_testimonail a{
	background: rgba(0, 0, 0, 0) url("images/testimonial_icommas2.jpg") no-repeat scroll right 2px;
    display: table;
    font-size: 18px;
    margin-top: 10px;
    padding: 0 20px 0 0;
}

.inner_testimonail p{
	margin: 0;
}

.inner_testimonail .testi_content{
	background: url("images/testimonial_icommas.jpg") no-repeat scroll 70px 3px rgba(0, 0, 0, 0);
    max-width: 1150px;
    padding: 0 0 0 90px;
}

.metaslider .caption-wrap {
	background:none !important;
}

.page-template-page-products-php .entry-title{
	display:none;
}
.product-img-view #img2 {
	display:none;
}
.product-img-view #img3 {
	display:none;
}