﻿@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-regular.eot');
  src: local(''),
       url('open-sans-regular.eot?#iefix') format('embedded-opentype'),
       url('open-sans-regular.woff2') format('woff2'),
       url('open-sans-regular.woff') format('woff'),
       url('open-sans-regular.ttf') format('truetype'),
       url('open-sans-regular.svg#OpenSans') format('svg');
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:'Open Sans', sans-serif;
	font-size:100%;
	color: #000000;
	background-color:#FFFFFF;
}

/* ==================================== Home CSS Begins ======================================== */

.img-home-1 {
    display:block;
    width:100%;
    height:auto;
    margin:20px 0 20px 0;
    outline:1px solid #909090;
    outline-offset:-1px;
    border-radius:6px;
    vertical-align:bottom;
}

.img-home-2 {
    display:block;
    width:100%;
    height:auto;
    margin:0 0 20px 0;
    outline:1px solid #909090;
    outline-offset:-1px;
    border-radius:6px;
    vertical-align:bottom;
}

.container-home-1 {
    width:auto;
    margin:20px 0 20px 0;
    padding:5px 16px 5px 16px;
    border: 1px solid #909090;
    border-radius:6px;
}

.container-home-2 {
    dispaly:block;
    width:auto;
    margin:0 0 20px 0;
    padding:5px 16px 0 16px;
    border: 1px solid #909090;
    border-radius:6px;
}

.container-home-3 {
    dispaly:block;
    width:auto;
    margin:0 0 20px 0;
    padding:5px 16px 0 16px;
    border: 1px solid #909090;
    border-radius:6px;
}


/** Home **/
.home {
}
.home > ul {
    display:block;
    padding-left:0;
    list-style-position:outside;
    text-align:left;
    margin:0.5em 0 0.5em 0;
} 
.home > ul > li {
    max-width:340px;
    list-style-type:none;
    margin-left:0;
    font-family:'Open Sans', sans-serif;
    font-size:1em;/*16px*/
    font-weight:400;
    color:#282828;
}
.home > ul > li > a {
    display:block;
    line-height:40px;
    font-family:'Open Sans', sans-serif;
    font-size:.9375em;/*15px*/
    font-weight:400;
    color:#282828;
    text-decoration:none;
}
 
.home > ul > li > a:hover {
    color:#FD6404;
    cursor: pointer;
}

/* ==================================== Home CSS Ends ========================================== */


/* ==================================== Ads CSS Begins ========================================= */

/* Images Ads Begins */
.img-ads-1 {
    display:block;
    width:100%;
    max-width:300px;
    margin:0 0 20px 0;
    padding:0;
    border:1px solid #909090;
    border-radius:6px;
}
.img-ads-1:hover {
    border:1px solid #939393;
    border-radius:6px;
}

.img-ads-2 {
    display:block;
    width:100%;
    margin:0;
    padding:0;
    border:1px solid #CCCCCC;
    border-radius:6px;
}

.img-ads-3 {
    display:block;
    width:100%;
    margin:0;
    padding:0;
    border:1px solid #CCCCCC;
    border-radius:6px;
}
/* Images Ads Ends */

/* Container Ads Begins */
.container-ads-1 {
    display:block;
    float:right;
    width:100%;
    max-width:300px;
    margin:20px 0 0 0;
}
.container-ads-1:after {
    clear:both;
} 

.container-ads-2 {
    display:block;
    width:100%;
    max-width:600px;
    margin:0 auto;
    margin-bottom:20px;
}

.container-ads-3 {
    display:block;
    width:100%;
    margin:0 0 20px 0;
}
/* Container Ads Ends */

/* Text Ads 1 Begins */
.text-ads-1 {
    display:block;
    line-height:40px;
    margin:0 0 20px 0;
    padding:none;
    font-family:'Open Sans', sans-serif;
    font-weight:400;/*Normal*/
    font-size:.9375em;/*15px*/
    color:#282828;
    text-align:right;
}
/* Text Ads 1 Ends */


/* Button Ads Begins */
.button-ads-1 {
    display:block;
    float:right;
    width:100%;
    max-width:100px;
    height:40px;
    line-height:40px;
    margin:0 0 20px 0;
    padding:none;
    border:1px solid #FD6404;
    border-radius:.375em;
    background:#FFFFFF;
    font-family:'Open Sans', sans-serif;
    font-weight:400;/*Normal*/
    font-size:.9375em;/*15px*/
    color:#282828;
    text-align:center;
}
.button-ads-1:after {
    clear:both;
} 
/* Button Ads Ends */

/* ==================================== Ads CSS Ends =========================================== */


/* ==================================== Button CSS Begins ====================================== */

.a-2:link { color:#282828; text-decoration:none; }
.a-2:active { color:#282828; text-decoration:none; }
.a-2:visited { color:#282828; text-decoration:none; }
.a-2:hover { color:#FD6404; text-decoration:none; }


/* Button 1 Begins */
.button-1 {
    display:block;
    width:auto;
    line-height:40px;
    margin:10px 0 0 0;
    padding:0;
    border:1px solid #909090;
    border-radius:.375em;
    background:#FFFFFF;
    font-family:'Open Sans', sans-serif;
    font-weight:400;/*Normal*/
    font-size:.9375em;/*15px*/
    text-align:center;
    text-decoration:none;
}
/* Button 1 Ends */

/* Button 2 Begins */
.button-2 {
    display:block;
    width:auto;
    max-width:600px;
    height:40px;
    line-height:40px;
    margin:20px 0 0 0;
    padding:none;
    border:1px solid #FD6404;
    border-radius:.375em;
    background:#FFFFFF;
    font-family:'Open Sans', sans-serif;
    font-weight:400;/*Normal*/
    font-size:.9375em;/*15px*/
    color:#282828;
    text-align:center;
    text-decoration:none;
}
/* Button 2 Ends */

/* Button Top Page */
.button-top {
    display:block;
    float:right;
    position:relative;
    width:40px;
    line-height:40px;
    margin:0;
    padding:0;
    border:0;
    border-radius:.375em;
    background:#FD6404;
    color:#ffffff;
    text-align:center;
}

.a-top {
    text-decoration:none;
}
/* Button Top Page Ends */


/* ==================================== Button CSS Ends ======================================== */


/* ==================================== Containers CSS Begins ================================== */

#container-page {
    width:100%;
    min-height:100%;
    margin:0 auto;
    padding:0;
    text-align:center;
    background:#;
}

#container-header-1 {
    width:100%;
    height:40px;
    margin:0;
    padding:0;
    background:#f2f2f2;
    border-bottom:;
}

.container-logo-header-1 {
    width:100%;
    height:40px;
    margin:0;
    padding:0;
    background:#f2f2f2;
    border-bottom:;
}

#container-header-2 {
    width:100%;
    height:40px;
    line-height:40px;
    margin:0;
    padding:0;
    background:#E6E6E6;
    border-bottom: 1px solid #939393;
}

#container-navigation-1-outer {
    width:100%;
    height:40px;
    margin:0 auto;
    padding:0;
    text-align:center;
    background:#FD6404;
}

#container-navigation-1-inner {
    width:auto;
    height:auto;
    margin:0 auto;
    padding:0;
    display: inline-block;
    background:#FD6404;
    border-left:1px solid #909090;
}

#container-content {
    width:100%;
    height:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0;
    background:#FFFFFF;
}

#container-content-1 {
    width:96.8%;
    margin:0;
    padding:0 1.6% 0 1.6%;
    border:0;
    background:;
}

#container-content-2 {
    width:96.8%;
    margin:0;
    padding:0 1.6% 0 1.6%;
    border:0;
    background:;
}

#container-content-3 {
    width:96.8%;
    margin:0;
    padding:0 1.6% 0 1.6%;
    border:0;
    background:;
}

/* ==================================== Containers CSS Ends ==================================== */


/* ==================================== Footer CSS Begins ====================================== */

/* == container footer == */
#container-footer-1 {
    width:100%;
    height:auto;
    margin:0;
    padding:10px 2% 10px 2%;
    display:block;
    background:#F2F2F2;
    text-align:center;
    border-top:;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

#container-footer-2 {
    width:100%;
    height:auto;
    margin:0;
    padding:10px 2% 10px 2%;
    display:block;
    background:#F2F2F2;
    text-align:center;
    border-top:;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

#container-footer-3 {
    width:100%;
    height:auto;
    margin:0;
    padding:10px 2% 10px 2%;
    display:block;
    background:#F2F2F2;
    text-align:center;
    border-top:;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

/* == link footer left == */
.link-footer-left {
}
.link-footer-left > ul {
    margin:0;
    padding:0;
    list-style:none;
}
.link-footer-left > ul > li {
}
.link-footer-left > ul > li > a {
    display:block;
    position:relative;
    width:150px;
    line-height:40px;
    margin:0;
    padding:0;
    border:0;
    font-family:'Open Sans', sans-serif;
    font-size:.9375em;
    font-weight:400;
    color:#282828;
    text-align:left;
    text-decoration:none;
    cursor: pointer;
}
.link-footer-left > ul > li > a:hover {
    color:#FD6404;
}

/* == link footer right == */
.link-footer-right {
}
.link-footer-right > ul {
    float:right;
    clear:both;
    margin:0;
    padding:0;
    list-style:none;
}
.link-footer-right > ul > li {
}
.link-footer-right > ul > li > a {
    display:block;
    position:relative;
    width:200px;
    line-height:40px;
    margin:0;
    padding:0;
    border:0;
    font-family:'Open Sans', sans-serif;
    font-size:.9375em;
    font-weight:400;
    color:#282828;
    text-align:right;
    text-decoration:none;
    cursor: pointer;
}
.link-footer-right > ul > li > a:hover {
    color:#FD6404;
}

/* ==================================== Footer CSS Ends ======================================== */


/* ==================================== H1 Tags CSS Begins ===================================== */

.h1, h2, h3, h4, h5, h6 {
	font-family:'Open Sans', sans-serif;
	font-size:1em;/*16px*/
	font-weight:400;/*Normal*/
	letter-spacing:normal;
	text-align:center;
	color:#282828;
	line-height:1.5;
	margin:0.5em 0 0 0;
}

/* ==================================== H1 Tags Ends =========================================== */


/* ==================================== HR CSS Begins ========================================== */

.hr1 {
    height:1px;
    width:100%;
    margin:1em 0 1em 0;
    padding:0;
    border:0;
    color:#909090;
    background:#909090;
}

.hr-2 {
    height:1px;
    width:100%;
    margin:0;
    padding:0;
    border:0;
    color:#909090;
    background:#909090;
}

/* ==================================== HR CSS Ends ============================================ */


/* ==================================== Image CSS Begins ======================================= */

/* Container Img 100 Begins */
.container-img-100 {
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    border:1px solid #939393;
    border-radius:.375em;
}
/* Container Img 100 Ends */

img.img-100 {
    display:block;
    width:100%;
    height:auto;
    margin:0 auto;
    border:0;
    border-radius:.375em;
    vertical-align:bottom;
}

img.spacer-1 {
    display:block;
    width:100%;
    height:auto;
    max-height:20px;
    vertical-align:bottom;
}

img.spacer-2 {
    display:block;
    width:100%;
    height:auto;
    max-height:12px;
    vertical-align:bottom;
}

img.spacer-3 {
    display:block;
    width:100%;
    height:auto;
    max-height:10px;
    vertical-align:bottom;
}

img.menu-icon {
    display:block;
    width:24px;
    height:24px;
    position: relative;
    top:3px;
    left:3px;
}

.logo-header-1 {
    display:block;
    width:100%;
    height:auto;
    position:relative;
    top:6px;
    left:15px;
    max-width:280px;
    margin:0;
    vertical-align:bottom;
}

.logo-header-2 {
    display:block;
    width:100%;
    height:auto;
    position:relative;
    top:8px;
    left:5px;
    max-width:250px;
    margin:0;
    vertical-align:bottom;
}

.logo-footer-1 {
    display:block;
    width:100%;
    max-width:300px;
    height:auto;
    margin:10px 0 0 0;
    vertical-align:bottom;
}

.logo-footer-2 {
    display:block;
    width:100%;
    max-width:250px;
    height:auto;
    margin:10px auto 0 auto;
    text-align:center;
    vertical-align:bottom;
}

.logo-footer-3 {
    display:block;
    width:100%;
    height:auto;
    margin:12px auto 0 auto;
    text-align:center;
    vertical-align:bottom;
}

/* ==================================== Image CSS Ends ========================================= */


/* ==================================== Links CSS Begins ======================================= */

.a-1:link { color:#FD6404; text-decoration:none; }
.a-1:active { color:#FD6404; text-decoration:none; }
.a-1:visited { color:#FD6404; text-decoration:none; }
.a-1:hover { color:#282828; text-decoration:none; }

.link-align-center {
    display:block;
    max-width:600px;
    margin:0 auto;
}    

.link-1 {
    display:block;
    position:relative;
    width:auto;
    max-width:580px;
    height:auto;
    margin:20px 0 20px 0;
    padding:5px 10px 5px 10px;
    border:1px solid #909090;
    border-radius:.375em;
    background:#FFFFFF;
    text-align:left;
    text-decoration:none;
    cursor: pointer;
}
.link-1:hover {
    border:;
}
.link-1:visited {
    border:;
}

.link-1-title {
    font-family:'Open Sans', sans-serif;
    font-size:1.125em;/*18px*/
    font-weight:600;/*Medium*/
    text-decoration:none;
    color:#909090;
}

.link-1-url {
    font-family:'Open Sans', sans-serif;
    font-size:.9375em;/*15px*/
    font-weight:400;/*Normal*/
    text-decoration:none;
    color:#FD6404;
}

.link-1-description {
    font-family:'Open Sans', sans-serif;
    font-size:.9375em;/*15px*/
    font-weight:400;/*Normal*/
    text-decoration:none;
    color:#282828;
}

/* ==================================== Links CSS Ends ========================================= */


/*===================================== Menu 1 Begins ===========================================*/

#cssmenu-1 {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
    margin:0 auto;
}
#cssmenu-1 > ul {
    list-style: inside none;
    padding: 0;
    margin: 0;
}
#cssmenu-1 > ul > li {
    list-style:inside none;
    padding:0;
    margin:0;
    float:left;
    display:block;
    position:relative;
}
#cssmenu-1 > ul > li > a {
    height:;
    line-height:;
    border-right:1px solid #909090;/*Border Right*/
    outline:none;
    display:block;
    position:relative;
    padding:0px 20px;
    font-family:'Open Sans', sans-serif;
    font-size:1em;/*16px*/
    font-weight:400;/*Normal*/
    color:#FFFFFF;
    text-align:center;
    text-decoration:none;
}
#cssmenu-1 > ul > li > a:hover {
    background:;/*Link Hover*/
    color:;
}
#cssmenu-1 > ul > li:first-child > a {
    border-left:1px solid #f2f2f2;/*Border Left - First Only*/
    border-radius:0;
}
#cssmenu-1 > ul > li > a:after {
    content:'';
    position:absolute;
    border-right:1px solid #f2f2f2;/*Border After*/
    top:0;
    bottom:0;
    right:-2px;
    z-index:99;
}
#cssmenu-1 > ul > li.active {
}
#cssmenu-1 > ul > li:last-child {
}
#cssmenu-1 > ul > li > ul {
}
#cssmenu-1 > ul > li:last-child > ul {/*Last Drop Down Opens Left*/
    left:auto;
    right:0;
}

/*Sub Menu Begins*/
#cssmenu-1 ul ul {
    list-style:none;
    background: #FFFFFF;
    border-top:0;
    border-bottom:1px solid #909090;
    border-left:1px solid #909090;
    border-right:1px solid #909090;
    border-radius:0px 0px 5px 5px;
    padding:0 5px 5px 5px;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    z-index: 1;
}
#cssmenu-1 ul ul li {
    background: #f2f2f2;
    margin:5px 0 0 0;
    padding:0;
}
#cssmenu-1 ul ul li a {
    display:block;
    margin:0;
    padding:0 10px 0 10px;
    font-family:'Open Sans', sans-serif;
    font-size:1em;/*16px*/
    font-weight:400;/*Normal*/
    color:#282828;
    text-align:left;
    text-decoration:none;
}
#cssmenu-1 ul ul li a:hover {
    background:;/*Link Hover*/
    color:#FD6404;
}

/*===================================== Menu 1 Ends =============================================*/


/* ==================================== Menu 2 Begins ========================================== */

#menu-2 {
}
#menu-2 > ul {
    display:block;
    height:40px;
    line-height:40px;
    margin:0 auto;
    padding:0;
    background:#f2f2f2;
    list-style:none;
} 
#menu-2 > ul > li {
    display:block;
    height:40px;
    line-height:40px;
    margin:0;
    padding:0;
    float:left;
    position:relative;
}
#menu-2 > ul > li:first-child {
    font-size:;
    font-weight:;
    text-align:left;
    padding:0;
    position:absolute;
    left:0;
}
#menu-2 > ul > li:last-child {
    width:60px;
    text-align:center;
    position:absolute;
    right:0;
}
#menu-2 > ul > li > a {
    height:40px;
    line-height:40px;
    display:block;
    position:relative;
}
 
/*----------Drop Down Menu Begins----------*/

#menu-2 ul ul {
    display: none;
    list-style:none;
    background: #FFFFFF;
    border-bottom:1px solid #909090;
    border-left:1px solid #909090;
    border-radius:0 0 0 .5em;
    padding:0 0 5px 5px;
    position: absolute;
    left:auto;
    right:0;
    width: 250px;
    z-index: 1;
}
#menu-2 ul ul li {
    background: #f2f2f2;
    margin:5px 0 0 0;
    padding:0;
}
#menu-2 ul ul li a {
    display:block;
    margin:0;
    padding:0 10px 0 10px;
    font-family:'Open Sans', sans-serif;
    font-size:1em;/*16px*/
    font-weight:400;/*Normal*/
    color:#282828;
    text-align:left;
    text-decoration:none;
}
#menu-2 ul ul li a:hover {
    background:;
    color:;
    cursor:pointer;
}

/* ==================================== Menu 2 CSS Ends ======================================== */


/* ==================================== Menu Icon CSS Begins =================================== */

/* == Menu Icon 1 Begins == */
.container-menu-icon-1 {
    display:block;
    position:absolute;
    top:9px;
    right:34px;
    width:auto;
    height:auto;
    margin:0;
    padding:0px 0 5px 0;
    text-align:center;
}

.menu-icon-1 {
    width: 32px;
    height: 4px;
    background-color: #909090;
    margin:5px 0 0 0;
}
/* == Menu Icon 1 Ends == */

/* == Menu Icon 2 Begins == */
.container-menu-icon-2 {
    display:block;
    position:absolute;
    top:4px;
    right:14px;
    width:auto;
    height:auto;
    margin:0;
    padding:0px 0 5px 0;
    text-align:center;
}

.menu-icon-2 {
    width: 32px;
    height: 4px;
    background-color: #909090;
    margin:5px 0 0 0;
}
/* == Menu Icon 2 Ends == */

/* ==================================== Menu Icon CSS Ends ===================================== */


/* ==================================== OL CSS Begins ========================================== */

.ol-1 {
	font-family:'Open Sans', sans-serif;
	font-size:.9375em;/*15px*/
	font-weight:400;/*Normal*/
	text-align:left;
	color: #282828;
	line-height:;
	margin:5px 0 5px 0;
	padding-left:1em;
	list-style-type:;
	list-style-position:outside;
}

/* ==================================== OL CSS Ends ============================================ */


/* ==================================== Pagination CSS Begins ================================== */

.pagination {
    display: inline-block;
    width:100%;
    margin:0 0 10px 0;
}

.pagination a {
    color:#282828;
    float:left;
    margin:0 5px 0 0;
    padding:8px 16px;
    text-decoration:none;
    border:1px solid #909090;
    border-radius:.375em;
}

.pagination a.active {
    background-color: #;
    color:#282828;
    cursor:default;
    border:1px solid #FD6404;
    border-radius:.375em;
}

.pagination a:hover:not(.active) {
    border:1px solid #909090;
    border-radius:.375em;
}

/* ==================================== Pagination CSS Ends ==================================== */


/* ==================================== Paragraph CSS Begins =================================== */

.p-1 {
	font-family:'Open Sans', sans-serif;
	font-size:.9375em;/*15px*/
	font-weight:400;/*Normal*/
	text-align:left;
	color:#282828;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}

.p-1-center {
	font-family:'Open Sans', sans-serif;
	font-size:.9375em;/*15px*/
	font-weight:400;/*Normal*/
	text-align:center;
	color:#282828;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}

.p-1-right {
	font-family:'Open Sans', sans-serif;
	font-size:0.9375em;/*15px*/
	font-weight:400;/*Normal*/
	text-align:right;
	color:#282828;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}

.p-1-18 {
	font-family:'Open Sans', sans-serif;
	font-size:1.1250em;/*18px*/
	font-weight:600;/*Bold*/
	font-style:italic;
	text-align:left;
	color:#000000;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}

.p-18-home {
	font-family:'Open Sans', sans-serif;
	font-size:1.1250em;/*18px*/
	font-weight:600;/*Bold*/
	font-style:italic;
	text-align:left;
	color:#FD6404;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}


.p-12-center {
	font-family:'Open Sans', sans-serif;
	font-size:.7500em;/*12px*/
	font-weight:400;/*Normal*/
	text-align:center;
	color:#282828;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}

.p-2 {
	font-family:'Open Sans', sans-serif;
	font-size:1.250em;/*20px*/
	font-weight:400;/*Normal*/
	text-align:left;
	color:#282828;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}

.p-2-italic {
	font-family:'Open Sans', sans-serif;
	font-size:1.250em;/*20px*/
	font-weight:400;/*Normal*/
	text-align:left;
	font-style:italic;
	color:#282828;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}

.p-3 {
	font-family:'Open Sans', sans-serif;
	font-size:1.5em;/*24px*/
	font-weight:400;/*Normal*/
	text-align:left;
	color:#282828;
	line-height:1.5;
	margin:0.5em 0 0.5em 0;
}




/* ==================================== Paragraph CSS Ends ===================================== */


/*===================================== Sitemap CSS Begins ======================================*/
.sitemap {
}
.sitemap > ul {
    display:block;
    padding-left:0;
    list-style-position:outside;
    text-align:left;
    margin:0.5em 0 0.5em 0;
} 
.sitemap > ul > li {
    max-width:400px;
    list-style-type:circle;
    margin-left:1em;
    color:#282828;
}
.sitemap > ul > li:first-child {
    list-style-type:none;
    font-family:'Open Sans', sans-serif;
    font-size:1em;/*16px*/
    font-weight:400;
    color:#FD6404;
    margin-left:0;
}
.sitemap > ul > li:nth-child(2) {
}
.sitemap > ul > li:last-child {
}
.sitemap > ul > li > a {
    display:block;
    line-height:40px;
    font-family:'Open Sans', sans-serif;
    font-size:.9375em;/*15px*/
    font-weight:400;
    color:#282828;
    text-decoration:none;
}
 
.sitemap > ul > li > a:hover {
    color:#FD6404;
    cursor: pointer;
}

/*===================================== Sitemap CSS Ends ========================================*/


/* ==================================== Table 1 CSS Begins ===================================== */

.table-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: .9375em;/*15px*/
  font-weight: 400;/*Normal*/
  text-align: center;
  color: #282828;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
  margin: .5em 0 .5em 0;
}

.table-1 td {
    padding: 5px;
}

.table-1 tr:nth-child(odd){background-color: #f2f2f2;}

.table-1 tr:hover {background-color: #ddd;}

.table-1 th {
    font-family: 'Open Sans', sans-serif;
    font-size: .9375em;/*15px*/
    font-weight: 600;/*Bold*/
    text-align: left;
    color: #282828;
    padding: 5px;
    background-color: #ddd;
}

/* ==================================== Table 1 CSS Ends ======================================= */


/* ==================================== Table 2 CSS Begins ===================================== */

.table-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: .9375em;/*15px*/
  font-weight: 400;/*Normal*/
  text-align: left;
  color: #282828;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
  margin: 5px 0 5px 0;
}

.table-2 td {
    padding: 5px;
}
.table-2 td:first-child {
    width:50%;
}
.table-2 td:last-child {
    width:50%;
}

.table-2 tr:nth-child(odd){background-color: #f2f2f2;}

.table-2 tr:hover {background-color: #ddd;}

.table-2 th {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;/*16px*/
    font-weight: 600;/*Medium*/
    text-align: left;
    color: #282828;
    padding: 5px;
    background-color: #ddd;
}

/* ==================================== Table 2 CSS Ends ======================================= */


/* ==================================== UL CSS Begins ========================================== */

.ul-1 {
	font-family:'Open Sans', sans-serif;
	font-size:.9375em;/*15px*/
	font-weight:400;/*Normal*/
	text-align:left;
	color: #282828;
	line-height:;
	margin:5px 0 5px 0;
	padding-left:1em;
	list-style-type:square;
	list-style-position:outside;
}

/* ==================================== UL CSS Ends ============================================ */


