body {
/*background: #ffffff url(../images/background.jpg);*/
/*background-attachment: fixed;*/
margin: 10px 0px 12px 0px;
padding: 14px 0px 16px 0px;
}

input, select, textarea{
    color: #4d4d4d;
}

textarea:focus, input:focus {
    color: #4d4d4d;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

p {
	margin-top:0px;
	margin-bottom:10px;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: tallop 0.3s;
    transition: all 0.3s;
}

.contrast * {
    color: #fff !important;
}

img {
    max-width: 100%;
    height: auto!important;
}


/*-- Top --*/

.atop {
    padding: 10px 0;
}

.atop a {
    color: #444;
    line-height: 30px;
}

.atop .social a i {
    background: #444;
    color: white;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin: 0px 3px;
}

.atop .social a:hover {
    text-decoration: none;
}


/*-- Navigation --*/

.navbar{
	background-color: #2B2B2B;
}

.navbar-toggle {
    border: 1px solid white;
}

.navbar-toggle span {
    background: white;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active,
.nav > li.current > a,
.nav > li.active > a,
.nav > li.open > a,
.nav > li.open > a:hover {
    background: #3D3D3D;
}

.nav li {
    position: relative;
}

.nav > li.open > ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    z-index: 99;
    width: 180px;
    border: 1px solid #e6e6e6;
    border-top: none;
    background: white;
    margin-top: 1px;
}

.nav > li.open:hover > ul {
    display: block;
}

.nav li ul li a {
    color: #444 !important;
    padding: 8px 20px;
    display: block;
    background: white;
}

.nav li ul li a:hover,
.nav > li > ul > li.current > a,
.nav > li > ul > li.active > a {
    text-decoration: none;
    color: #337AB7 !important;
}

.nav > li.open > ul li + li a {
    border-top: 1px solid #e6e6e6;
}

.nav > li.open > ul li ul {
    display: none;
    position: absolute;
    top: 0%;
    right: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    z-index: 99;
    width: 180px;
    border: 1px solid #e6e6e6;
    background: white;
    border-top: none;
}

.nav > li.open > ul li:hover ul {
    display: block;
}

.nav > li.open > ul li.open a,
.nav > li.open > ul li.open a:hover {
    background: white;
    border-top: 1px solid #e6e6e6;
}

.nav > li.open > ul > li:hover ul li ul {
    display: none;
    border-top: none;
}

.nav > li.open > ul > li ul li:hover ul {
    display: block;
}

.page-header {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
}

.page-header h1 {
    margin-top: 0px;
}


/*-- Content -- */

.content {
    margin: 30px 0;
}


/*-- Sidebar -- */

.sidebar *:first-child {
    margin-top: 0px;
}

.sidebar h2,
.sidebar h3 {
    font-size: 24px;
}


/*-- Footer -- */

.footer {
    margin-bottom: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	background-color: #2B2B2B;
	color: #ffffff;
}

.footer .contrast {
    border-radius: 5px;
}

.footer [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*-- Responsive --*/

@media (min-width: 768px) {
    .phone,
    .social {
        padding: 0 30px;
    }
    #navbar {
        padding-right: 20px;
    }
	   body {0
    }
}

@media (max-width: 767px) {
    .navbar {
        border-radius: 0px;
    }
    .atop,
    .footer,
    .text-right {
        text-align: center;
    }
    .phone,
    .social {
        padding: 5px 15px;
    }
    .nav li.open ul,
    .nav li.open ul li ul,
    .nav li.open ul li ul li ul,
    .nav li.open ul li:hover ul li ul {
        display: block;
        padding-left: 0px;
        margin-left: 0px;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        border: none;
        /*max-height: none !important;    height: auto !important;    overflow: auto;*/
        background-color: transparent;
    }
    .nav > li.open > ul > li > a,
    .nav > li.open > ul > li > ul > li > a,
    .nav > li.open > ul > li > ul > li > ul > li > a {
        background: transparent !important;
        color: white !important;
    }
    .nav li + li a {
        border-top: 1px solid #b0c4de!important;
    }
}

@media (max-width: 480px) {
  
    body {
      padding-top:0px;
	  padding-bottom:0px;
      margin-top:0px;
	  margin-bottom:0px;
    }

}


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}