@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic,500,500italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

body {
	background-color: #ffffff;
	color: #3a3a3a;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:28px;
	margin: 0 auto;
	padding:0px;
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color: #9e9e9e;
	text-decoration: none;
}
a:hover {
	color: #9e9e9e;
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
    color: #3a3a3a;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height:28px;
	margin:0px;
}
h1, h1 a, .title1, .title1 a {
	color: #aa1e23;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:28px;
	font-weight: 500;
	line-height:32px;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #aa1e23;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:24px;
	font-weight: 500;
	line-height:28px;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #aa1e23;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:20px;
	font-weight: 500;
	line-height:24px;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #aa1e23;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:18px;
	font-weight: 500;
	line-height:22px;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #3a3a3a;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:24px;
	font-weight: 500;
	line-height:28px;
	margin: 0;    
}
h6, h6 a, .title6, .title6 a {
	color: #ffffff;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:20px;
	font-weight: 500;
	line-height:24px;
	margin: 0;    
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

/*-------------------------FONT STYLING END------------------------*/

/* ------------------Generic Styling for Tables, for Desktops/Laptops------------------ */

.thisTable, .thisTable td, .thisTable p {
	font-size:12px;
}
table { 
    border-collapse: collapse;
    width: 100%;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}
th {
    background: #333;
    color: white;
    font-weight: bold;
}
td, th {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: left;
}
@media screen and (max-width: 600px) {
    .table {
        border: 0;
    }
    .table thead {
        display: none;
    }
    .table tr {
        border-bottom: 2px solid #ddd;
        display: block;
        margin-bottom: 10px;
    }
    .table td {
        border-bottom: 1px dotted #ccc;
        display: block;
        font-size: 13px;
        text-align: right;
    }
    .table td:last-child {
        border-bottom: 0;
    }
    .table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}
/* Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically. */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        padding-left: 50%; 
        position: relative;
    }
    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        padding-right: 10px;
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }
 /* Label the data - thisTable1 */
    .thisTable1 td:nth-of-type(1):before { content: "Style-Width"; }
    .thisTable1 td:nth-of-type(2):before { content: "Mesh Opening (micron)"; }
    .thisTable1 td:nth-of-type(3):before { content: "Fiber"; }
    .thisTable1 td:nth-of-type(4):before { content: "Yarn Type"; }
    .thisTable1 td:nth-of-type(5):before { content: "Weave"; }
    .thisTable1 td:nth-of-type(6):before { content: "Thread Count (n/in)"; }
    .thisTable1 td:nth-of-type(7):before { content: "Thread Count (n/cm)"; }
    .thisTable1 td:nth-of-type(8):before { content: "Yarn Diameter (micron)"; }
    .thisTable1 td:nth-of-type(9):before { content: "Weight (oz/yd2)"; }
    .thisTable1 td:nth-of-type(10):before { content: "Weight (g/m2)"; }
    .thisTable1 td:nth-of-type(11):before { content: "Open Area (%)"; }
    
 /* Label the data - thisTable2 */
    .thisTable2 td:nth-of-type(1):before { content: "Style-Width"; }
    .thisTable2 td:nth-of-type(2):before { content: "Air Permeablity (CFM)"; }
    .thisTable2 td:nth-of-type(3):before { content: "Fiber"; }
    .thisTable2 td:nth-of-type(4):before { content: "Yarn Type"; }
    .thisTable2 td:nth-of-type(5):before { content: "Weave"; }
    .thisTable2 td:nth-of-type(6):before { content: "Thread Count (n/in)"; }
    .thisTable2 td:nth-of-type(7):before { content: "Thread Count (n/cm)"; }
    .thisTable2 td:nth-of-type(8):before { content: "Yarn Description"; }
    .thisTable2 td:nth-of-type(9):before { content: "Weight (oz/yd2)"; }
    .thisTable2 td:nth-of-type(10):before { content: "Weight (g/m2)"; }
    
 /* Label the data - thisTable3 */
    .thisTable3 td:nth-of-type(1):before { content: "Style"; }
    .thisTable3 td:nth-of-type(2):before { content: "Fiber"; }
    .thisTable3 td:nth-of-type(3):before { content: "Color"; }
    .thisTable3 td:nth-of-type(4):before { content: "Yarn Type"; }
    .thisTable3 td:nth-of-type(5):before { content: "Weave"; }
    .thisTable3 td:nth-of-type(6):before { content: "Thread Count (n/in)"; }
    .thisTable3 td:nth-of-type(7):before { content: "Thread Count (n/cm)"; }
    .thisTable3 td:nth-of-type(8):before { content: "Yarn Diameter Warp (micron)"; }
    .thisTable3 td:nth-of-type(9):before { content: "Yarn Diameter Weft (micron)"; }
    .thisTable3 td:nth-of-type(10):before { content: "Weight (oz/yd2)"; }
    .thisTable3 td:nth-of-type(11):before { content: "Weight (g/m2)"; }
    .thisTable3 td:nth-of-type(12):before { content: "Air Permeablity (CFM)"; }
    
 /* Label the data - thisTable4 */
    .thisTable4 td:nth-of-type(1):before { content: "Style"; }
    .thisTable4 td:nth-of-type(2):before { content: "Type"; }
    .thisTable4 td:nth-of-type(3):before { content: "Fiber/Color"; }
    .thisTable4 td:nth-of-type(4):before { content: "Yarn Type"; }
    .thisTable4 td:nth-of-type(5):before { content: "Weave"; }
    .thisTable4 td:nth-of-type(6):before { content: "Thread Count (n/in)"; }
    .thisTable4 td:nth-of-type(7):before { content: "Thread Count (n/cm)"; }
    .thisTable4 td:nth-of-type(8):before { content: "Yarn Diameter Warp (micron)"; }
    .thisTable4 td:nth-of-type(9):before { content: "Yarn Diameter Weft (micron)"; }
    .thisTable4 td:nth-of-type(10):before { content: "Weight (oz/yd2)"; }
    .thisTable4 td:nth-of-type(11):before { content: "Weight (g/m2)"; }
    .thisTable4 td:nth-of-type(12):before { content: "Air Permeablity (CFM)"; }
    
 /* Label the data - thisTable5 */
    .thisTable5 td:nth-of-type(1):before { content: "Style"; }
    .thisTable5 td:nth-of-type(2):before { content: "Air Permeablity (CFM)"; }
    .thisTable5 td:nth-of-type(3):before { content: "Air Permeablity (l/dm2/min)"; }
    .thisTable5 td:nth-of-type(4):before { content: "Fiber"; }
    .thisTable5 td:nth-of-type(5):before { content: "Yarn Type"; }
    .thisTable5 td:nth-of-type(6):before { content: "Weave"; }
    .thisTable5 td:nth-of-type(7):before { content: "Loom Type"; }
    .thisTable5 td:nth-of-type(8):before { content: "Thread Count (n/in)"; }
    .thisTable5 td:nth-of-type(9):before { content: "Thread Count (n/cm)"; }
    .thisTable5 td:nth-of-type(10):before { content: "Weight (oz/yd2)"; }
    .thisTable5 td:nth-of-type(11):before { content: "Weight (g/m2)"; }

    
/* Label the data - thisTable6 */
    .thisTable6 td:nth-of-type(1):before { content: "Style"; }
    .thisTable6 td:nth-of-type(2):before { content: "Fiber"; }
    .thisTable6 td:nth-of-type(3):before { content: "Yarn Type"; }
    .thisTable6 td:nth-of-type(4):before { content: "Weave"; }
    .thisTable6 td:nth-of-type(5):before { content: "Thread Count (n/in)"; }
    .thisTable6 td:nth-of-type(6):before { content: "Thread Count (n/cm)"; }
    .thisTable6 td:nth-of-type(7):before { content: "Yarn Diameter Warp (micron)"; }
    .thisTable6 td:nth-of-type(8):before { content: "Yarn Diameter Weft (micron)"; }
    .thisTable6 td:nth-of-type(9):before { content: "Weight (oz/yd2)"; }
    .thisTable6 td:nth-of-type(10):before { content: "Weight (g/m2)"; }
    .thisTable6 td:nth-of-type(11):before { content: "Air Permeablity (CFM)"; }
    
 /* Label the data - thisTable7 */
    .thisTable7 td:nth-of-type(1):before { content: "Style"; }
    .thisTable7 td:nth-of-type(2):before { content: "Fiber"; }
    .thisTable7 td:nth-of-type(3):before { content: "Yarn Type"; }
    .thisTable7 td:nth-of-type(4):before { content: "Weave"; }
    .thisTable7 td:nth-of-type(5):before { content: "Thread Count (n/in)"; }
    .thisTable7 td:nth-of-type(6):before { content: "Thread Count (n/cm)"; }
    .thisTable7 td:nth-of-type(7):before { content: "Thickness (mm)"; }
    .thisTable7 td:nth-of-type(8):before { content: "Weight (oz/yd2)"; }
    .thisTable7 td:nth-of-type(9):before { content: "Weight (g/m2)"; }
    .thisTable7 td:nth-of-type(10):before { content: "Air Permeablity (CFM)"; }
    .thisTable7 td:nth-of-type(11):before { content: "Air Permeablity (L/M2/S)"; }
}

	
	
	/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    color: #333333;
    font-size: 16px;
    margin: 0;
    line-height: 18px;
}
.le_form_name {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
	margin: 0 0 10px 0;
}
.container input[type="submit"] {
	background: #3d3d3d;
	border: 1px solid #888888;
	color: #ffffff;
    font-size: 14px;
    line-height: 18px;
	margin: 0;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.container input[type="submit"]:hover {
	background: #3d3d3d;
    color: #ffffff;
	cursor: pointer;
	filter:none;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value {
	padding: 5px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3d3d3d;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
.form-header p {
    color: #f39a1b;
    font-size: 16px;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.col-xs-15 {
	width:100%;
}
hr {
	
}
.se_button a, a.button1 {
	background-color:rgba(170,30,35,1);
	border:solid 2px rgba(170,30,35,1);
	color:#ffffff;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	font-style:inherit;
	padding:10px 30px;
	text-decoration:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.se_button a:hover, a.button1:hover {
	background-color:rgba(255,255,255,1);
	border:solid 2px rgba(255,255,255,1);
	color:rgba(170,30,35,1);
}
.se_button a, a.button2 {
	background-color:rgba(255, 255, 255, 0);
	border:solid 2px #ffffff;
	color:#ffffff;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	font-style:inherit;
	padding:10px 30px;
	text-decoration:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.se_button a:hover, a.button2:hover {
	background-color:rgba(255, 255, 255, 1);
	color:rgba(170,30,35,1);
}
.se_social a {
	color:#9ccc67;
	font-size:32px;
}
.se_social a:hover {
	color:#71b625;
}
.scroll-text {
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
}
.scroll-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.scroll-text li {
    margin-bottom: 5px;
}
.scroll-text li a {
    display: block;
    padding: 10px;
    background-color: #2b6b87;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.panel {
	border:0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.blog_post_listing_title, .feature_blog_text {
    max-width:95%;
}
.blog_post_listing_sidebar {
    max-width:90%;
}
.round-border {
	background-color:#ffffff;
	border:1px solid #a2a2a2;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-viewport ul {
    margin:0px;
    padding:0px;
}
.specSlider {
	
}
.overSliderWhole {
	position:relative;
	width:100%;
	z-index:5;
}
.overSlider {
	color:#ffffff;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:20%;
	width:450px;
	z-index:15;
}
.overSlider p, h3, h5, h6 {
	color:#ffffff;
}
.footer-pad img {
	margin-bottom:15px;
	margin-right:15px;
}

/*-------------------------SITE CLASSES END------------------------*/


/*-----------------EXPAND 1-----------------------------------------*/

.expand {
    border:solid 1px #a2a2a2;
    margin-bottom: 15px;
    padding:2px 10px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.expand a {
    color: #e36f1e !important;
}
.expand h4 {
    position: relative; 
    margin-bottom: 5px;
    color: #e36f1e !important;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #e36f1e;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h4.active {
    color: #e36f1e;
}
.expand h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h4:hover {
    cursor: pointer;
    color: #e36f1e;
}

/*-----------------END EXPAND-------------------------------------*/

.wrapper {
	background-color:#ffffff;
}

/*-------------------------Elements START----------------------------*/

.headerWide h1, .headerWide h2, .headerWide h3, .headerWide h4, .headerWide h5, .headerWide h6, .headerWide p {
	color:#ffffff;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.section5 p, .section5 h1, .section5 h2, .section5 h3, .section5 h4, .section5 h5, .section5 h6 {
	color:#ffffff;
}
.section6 p, .section6 h1, .section6 h2, .section6 h3, .section6 h4, .section6 h5, .section6 h6 {
	color:#9e9e9e;
}
.section7 p, .section7 h1, .section7 h2, .section7 h3, .section7 h4, .section7 h5, .section7 h6 {
	color:#9e9e9e;
}

/*-------------------------Elements END------------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.navigation {
    text-align: left;
}
.navicon {
	display: block;
	margin-top:20px;
	min-height: 36px;
	position: relative;
	width: 100%;
}
.navicon:after {
	color: #3a3a3a;
	content: '\2630    Menu';
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 20px;
	left: 0;
	position: absolute;
	right:0;
	text-align:left;
	top: 10px;
}
.navicon:hover:after {
    color: #3a3a3a;
}
.navicon:hover {
    cursor: pointer;
}
.menu {
    display: none;
    width: 100%;
}
.menu ul.le_menu_level_0 {
    margin: 0;
	padding:10px 0 10px 0;
}
.menu li {
	list-style-type: none;
	text-decoration: none;
}
.menu .le_menu_level_container {
	position: relative;
}
.menu li.le_menuitem_level_0 a {
	background-color:#ffffff;
	border-bottom:solid 1px #3a3a3a;
	color: #3a3a3a;
	display: block;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 16px;
	padding:10px 20px;
	text-decoration: none;
}
.menu li.le_menuitem_level_0 a:hover {
	background-color:#ffffff;
	color: #3a3a3a;
}

/*--------1ST LEVEL SUBMENU-------*/

.menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.menu li.le_menuitem_level_1 a {
	background-color:#ffffff;
	color: #3a3a3a;
	display: block;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 14px;
	padding:5px 12px 5px 40px;
	text-align:left;
	text-decoration: none;
}
.menu li.le_menuitem_level_1 a:hover {
	background-color:#3a3a3a;
	color: #ffffff;
	text-transform:none;
}
/*--------2ND LEVEL SUBMENU-------*/
.menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.menu li.le_menuitem_level_2 a {
	background-color:#648727;
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------Sections START------------------------------*/

.section1Wide {
	background-color:#c2c2c2;
	width:100%;
}
.section1 {
	padding:2px 10px;
}
.leftHeader {
	padding-top:5px;
}
.section2Wide {
	background-color:#ffffff;
	width:100%;
}
.section2 {
	padding:10px 10px;
}
.section3Wide {
	background-color:#bcb9b9;
	background-image:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/decotex/decotex/header-bg.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section3 {
	padding:10px 10px;
}
.sectionMenuWide {
	background-color:#aa1e23;
}
.sectionMenu {
	
}
.section4Wide {
	background-color:#ffffff;
	width:100%;
}
.section4 {
	padding:10px 10px;
}
.section5Wide {
	background-color:#aa1e23;
	width:100%;
}
.section5 {
	padding:10px 10px;
}
.section6Wide {
	background-color:#262626;
	width:100%;
}
.section6 {
	padding:20px 10px;
}
.section7Wide {
	background-color:#535353;
	width:100%;
}
.section7 {
	padding:10px 10px;
}
.content {
	margin:auto;
	padding:10px 0px;
}
.menu-place {
	background-color:rgba(255,255,255,0);
	width:100%;
}
.menu-place .menu_element ul {
	margin:0px;
	padding:0px;
}
.menu-place .menu_element ul.le_menu_level_0 {
	margin: 0;
	padding: 0;
}
.menu-place .menu_element li {
	list-style: none;
}
.menu-place .menu_element li.le_menuitem_level_0 {
	display: inline-block;
	margin-left: 0px;
}
.menu-place .menu_element li.le_menuitem_level_0 a {
	background-color:rgba(0,0,0,0);
	border-bottom:solid 0px #3a3a3a;
	color:#ffffff;
	display:block;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:8px;
	padding:6px 4px;
	text-align: center;
	text-decoration: none;
}
.menu-place .menu_element li.le_menuitem_level_0 a:hover {
	background-color:rgba(255,255,255,1);
	color: #3a3a3a;
}
.menu-place .menu_element li.le_menuitem_level_0 a.le_current_link {
	background-color:rgba(255,255,255,1);
	color: #3a3a3a;
}

/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #ffffff;
	text-decoration:none;
}
.footer a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover {
    text-decoration: underline;
}
.bottomFooter h1, .bottomFooter h2, .bottomFooter h3, .bottomFooter h4, .bottomFooter h5, .bottomFooter h6, .bottomFooter p {
	color:#252525;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.col-sm-15 {
		float: left;
		width: 20%;
    }
	.wrapper {

	}
	.navigationWide {
		color:#ffffff;
	}
	.navigation {

	}
	.navicon {
		display: none;
	}
	.menu {
		display: block;
		padding:20px 0px 0px;
		text-align:right;
	}
	.menu ul {
		margin: 0;
		padding: 0;
	}
	.menu ul.le_menu_level_0 {
		margin: 0;
		padding: 0;
	}
	.menu li {
		list-style: none;
	}
	.menu li.le_menuitem_level_0 {
		display: inline-block;
		margin-left: 0px;
	}
	.menu li.le_menuitem_level_0 a {
		background-color:rgba(0,0,0,0);
		border-bottom:solid 0px #3a3a3a;
		color:#3a3a3a;
		font-family: 'PT Sans', Arial, sans-serif;
		font-size: 11px;
		letter-spacing:0px;
		padding:10px 6px;
		text-align: center;
		text-decoration: none;
		text-transform:uppercase;
	}
	.menu li.le_menuitem_level_0 a:hover {
		color: #bcb9b9;
	}
	.menu li.le_menuitem_level_0 a.le_current_link {
		border-bottom:solid 1px #aa1e23;
	}
	.menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
		display: block;
	}
	/*--------1ST LEVEL SUBMENU-------*/
	.menu ul.le_menu_level_1 {
		display: none;
		margin: 0;
		padding: 0px 0 0 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.menu li.le_menuitem_level_1 a {
		background-color:#3d3d3d;
		background-image:none;
    	display: block;
		color: #ffffff;
		font-family: 'PT Sans', Arial, sans-serif;
    	font-size: 12px;
		padding:5px 12px;
		text-align:left;
		text-decoration: none;
		text-transform:none;
		min-width: 180px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.menu li.le_menuitem_level_1 a:hover {
		background-color:#646565;
		color: #ffffff;
		text-transform:none;
	}
	.menu .le_menu_level_2_container {
		float: right;
		margin-top: -35px;
		padding: 0;
	}
	.menu ul.le_menu_level_2 {
		background-color: #ffffff;
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
		display: block;
	}
	.dropdown ul {
		display: block;
	}
	.logo {
		
	}
	.section1 {
		padding:5px 0px;
	}
	.headerBg {
		position:fixed;
		top:0px;
		z-index:10;
	}
	.headerBg .logo img {
		height:auto;
		width:60%;
	}
	.section2 {
		padding:20px 0px;
	}
	.section3 {
		padding:20px 0px;
	}
	.section4 {
		padding:20px 0px;
	}
	.section5 {
		padding:20px 0px;
	}
	.section6 {
		padding:20px 0px;
	}
	.section7 {
		padding:10px 0px;
	}
	.menu-place .menu_element li.le_menuitem_level_0 a {
		font-size:14px;
		padding:12px 15px;
	}
	.content {

	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.col-md-15 {
		float: left;
		width: 20%;
    }
	.wrapper {
		
	}
	.menu {
		
	}
	.menu li.le_menuitem_level_0 a {
	    font-size:12px;
		letter-spacing:1px;
	    padding: 10px 10px;
	}
	.menu li.le_menuitem_level_1 a {
		background-image:none;
		color: #ffffff;
		padding:5px 12px;
		text-decoration: none;
		text-transform:none;
		min-width: 200px;
	}
	.logo {
		text-align: left;
	}
	.section7, .section7 p {
		font-size:12px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.col-lg-15 {
		float: left;
		width: 20%;
    }
	.wrapper {

	}
	.navigation {

	}
	.menu li.le_menuitem_level_0 a {
	    font-size:14px;
	}
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
	margin-bottom: 40px !important;
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}
.le-logged-in .headerBg {
	position:relative;
}

/*-------------------------RESETS END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
