@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Open Sans', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}

/* forms */

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="search"] {
  display: inline-block;
  height: 24px;
  padding: 4px 6px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 24px;
  *margin-top: 4px;
  line-height: 24px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 24px;
  *line-height: 24px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* END forms */

#toparea {
  background : -moz-linear-gradient(50% 100% 90deg, rgba(146, 156, 160, 1) 0%, rgba(177, 186, 193, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(146, 156, 160, 1) 0%, rgba(177, 186, 193, 1) 100%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(146, 156, 160, 1) ), color-stop(1, rgba(177, 186, 193, 1) ));
  background : -o-linear-gradient(90deg, rgba(146, 156, 160, 1) 0%, rgba(177, 186, 193, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(146, 156, 160, 1) 0%, rgba(177, 186, 193, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#929CA0', endColorstr='#B1BAC1' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(146, 156, 160, 1) 0%, rgba(177, 186, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B1BAC1', endColorstr='#929CA0', GradientType=0);
}
#branding {
  padding: 16px 0px;
}
#navbar {
  background-color: #000;
  border-bottom: 3px solid #6d6d6d;
}
#homeboxes {
  background-image: url(boxes-bg.png);
  background-repeat: repeat-x;
  padding: 30px 0px;
}
#msfoot {
  border-top: 4px solid #cccccc;
}
ul.socialicons {
  text-align: right;
  margin: 0px;
  padding: 0px;
}
ul.socialicons li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 3px;
}
ul.socialicons li a {
  display: block;
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.socialicons li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
a.blogger {
  background-image: url(icon-blogger.png);
}
a.linkedin {
  background-image: url(icon-linkedin.png);
}
a.youtube {
  background-image: url(icon-youtube.png);
}
a.twitter {
  background-image: url(icon-twitter.png);
}
a.google {
  background-image: url(icon-google.png);
}
a.facebook {
  background-image: url(icon-facebook.png);
}
p.tagline {
  font-weight: 600;
}

nav#main ul {
  margin: 0px;
  padding: 0px;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-right: 30px;
}
nav#main ul li:last-child {
  margin-right: 0px;
}
nav#main ul li a {
  color: #ffef00;
  font-size: 14px;
  padding: 13px 0px;
  display: block;
}
nav#main ul li a:hover {
  text-decoration: none;
  color: #fff;
}
nav.topnav ul {
  text-align: right;
  margin: 0px;
  padding: 0px;
  float: right;
  margin-left:5px;
}
nav.topnav ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  padding-right: 4px;
  margin-right: 4px;
}
nav.topnav ul li a {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
nav.topnav ul li a:hover {
  color: #BF9F1B;
  text-decoration: none;
}
li#linecard {
  margin: 0;
  padding: 0;
}
li#linecard a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  background : -moz-linear-gradient(50% 100% 90deg, rgba(193, 0, 0, 1) 0%, rgba(255, 21, 21, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(193, 0, 0, 1) 0%, rgba(255, 21, 21, 1) 100%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(193, 0, 0, 1) ), color-stop(1, rgba(255, 21, 21, 1) ));
  background : -o-linear-gradient(90deg, rgba(193, 0, 0, 1) 0%, rgba(255, 21, 21, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(193, 0, 0, 1) 0%, rgba(255, 21, 21, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C10000', endColorstr='#FF1515' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(193, 0, 0, 1) 0%, rgba(255, 21, 21, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1515', endColorstr='#C10000', GradientType=0);
  padding: 15px 20px;
}
li#linecard a:hover {
  color: #ffd400;
  text-decoration: none;
}
#topright #yellow {
  background-color: #ffd400;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}
#topright form {
  display: block;
  float: left;
  width: 32%;
}
#topright form input {
  width: 75%;
  max-width: 150px;
  display: block;
  margin-top: 7px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 30px;
  background-image: url(magnify.png);
  background-position: 10px 5px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 15px;
}
#toparea .col-md-7 p {
  color: #fff;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}
#branding h5 {
  font-size: 22px;
  color: #96a0a4;
  font-weight: 200;
  text-align: right;
}
#branding h5 span {
  color: #000;
  font-weight: 700;
}
#branding ul.socialicons {
  margin-bottom: 7px;
}
#msfoot .col-md-4:nth-child(2) {
  text-align: center;
}
#msfoot ul.socialicons {
  margin-top: 20px;
}
#msfoot #copyright {
  padding-top: 20px;
}
#msfoot #copyright p {
  font-size: 11px;
  color: #8c8c8c;
}
#sidebar .widget {
  background : -moz-linear-gradient(50% 100% 90deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(254, 254, 184, 1) ), color-stop(1, rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEB8', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-style : Solid;
  border-color : #CCCCCC;
  border-color : rgba(204, 204, 204, 1);
  border-width : 1px;
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FEFEB8', GradientType=0);
  padding: 15px;
  height: 390px;
}
#sidebar .widget p {
  margin-bottom: 10px;
}
.homesec {
  background : -moz-linear-gradient(50% 100% 90deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(254, 254, 184, 1) ), color-stop(1, rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEB8', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(254, 254, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-style : Solid;
  border-color : #CCCCCC;
  border-color : rgba(204, 204, 204, 1);
  border-width : 1px;
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FEFEB8', GradientType=0);
  padding: 15px;
  height: 430px;
}
#sidebar .widget p {
  margin-bottom: 10px;
}
.homesec h3, #sidebar .widget h3 {
  color: #000;
  font-weight: 100;
  border-bottom: 6px solid #ffd400;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block;
  font-size: 21px;
}
.homesec h3 a, #sidebar .widget a {
  color: #000;
}
.homesec p {
  margin-bottom: 8px;
  font-size: 13px;
}
.nivo-nextNav {
  right: 4%;
  background-image: url(right-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.nivo-prevNav {
  left: 4%;
  background-image: url(left-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.nivo-caption {
  position: absolute;
  left: 10%;
  bottom: auto;
  top: 5%;
  background: none;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 1;
  overflow: hidden;
  display: none;
  -moz-opacity: 1;
  filter: alpha(opacity=10);
  font-size: 32px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  text-shadow: 1px 1px 10px #535353;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #ffd400;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color: #ffef00;
}
.alignright {
  float: right;
  margin-left: 15px;
  marign-bottom: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
  marign-bottom: 15px;
}
#pageinterior{
  padding:30px 0px;
  background-image:url(page-shadow.png);
  background-repeat:repeat-x;
}
#pagetitle{
  background-color:#ffd400;
}
#pagetitle h1{
  font-weight:100;
  font-size:37px;
  color:#000;
  margin:15px 0px;
}
#sidebar .widget{
  height:auto;
}
.pagecontent{
  background : #FFFFFF;
  background : rgba(255, 255, 255, 1);
  box-shadow : 0px 0px 3px rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000') ;
  padding:20px;
  font-size:14px;
}
.pagecontent p{
  font-size:14px;
}
.pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5, .pagecontent ul, .pagecontent p{
  margin-bottom:15px;
}
.pagecontent h2{
  font-weight:bold;
  font-size:24px;
  color:#000;
}
.pagecontent h3{
  font-weight:bold;
  font-size:21px;
  color:#ffd400;
}
.pagecontent h4{
  font-size:18px;
  color:#666666;
}
a.blackbtn
{
  background : #000000;
  background : rgba(0, 0, 0, 1);
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  color:#fff !important;
  font-size:14px;
  font-weight:bold;
  display:inline-block;
  padding:8px 15px;
  text-decoration:none;
}
a.blackbtn:hover{
  background-color:#4D4D4D;
  color:#ffd400 !important;
}

.video-container {
  position: relative;
  padding-bottom: 52%;
  height: 0;
  overflow: hidden;
  border: 2px solid #bbb;
  margin-bottom:10px;
  max-width:98%;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**** cymCMS specific ****/

/* gallery */
#gallery-masonry {
    margin: 0 auto;
    width: auto;
}

#gallery-masonry div.item {
    display: block;
    width: 160px;
    float: left;
    background-color: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.primary ul li { list-style: disc outside none; margin-left: 20px; line-height: 120%; padding-bottom: 4px; }
.primary ol li { list-style: decimal outside none; margin-left: 20px; line-height: 120%; padding-bottom: 4px; }

.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul li { list-style: disc outside none; margin-left: 20px; line-height: 120%; padding-bottom: 4px; }
.cymBody ol li { list-style: decimal outside none; margin-left: 20px; line-height: 120%; padding-bottom: 4px; }
.cymBody strong,b { font-weight: bold; }
.cymBody em,i { font-style: italic; }
.cymArticleBody { padding-top:6px; }
.cymBody .cymHeader, .cymSectHeader, .cymArticleHeader, .cymTitle, .cymGalleryHeader, span.cymHeader {
  line-height: 120%;
  font-size:18px;
  font-weight: bold;
}
.cymCalcTable td {
  padding: 3px;
}

.cymGallery { padding: 8px; line-height: 130%; }
.cymGallery ul li { list-style: disc outside none; margin-left: 20px; line-height: 120%; padding-bottom: 4px; }
.cymGallery ol li { list-style: decimal outside none; margin-left: 20px; line-height: 120%; padding-bottom: 4px; }
.cymGallery strong,b { font-weight: bold; }
.cymGallery em,i { font-style: italic; }

ul.cymSiteMap { list-style: disc outside none; margin-left: 10px; }
ul.cymSiteMap ul li { line-height: 100%; }
ul.cymSiteMap ul.cymSiteMap { list-style: disc outside none; margin-left: 20px; }
ul.cymSiteMap ul.cymSiteMap ul li { line-height: 100%; }

.sidenav_child {
  margin-left: 12px;
  font-size: 75%;
}
.sidenav_static, .sidenav_child_static {
}

.cymFormTable { width: 99%; }
.cymFormTable .fText { width: 85%; }
.cymFormTable .fTextArea { width: 85%; }
.cymFormTable .fSelect { width: 88%; }
.cymLabel { color: #777777; }
.cymLabelRequired { color: #777777; }

.form_gallery {
    margin: 0 auto;
    width: auto;
}
.form_gallery .item {
    display: block;
    width: 160px;
    float: left;
    background-color: #eee;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}

.mfg_thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  margin-right: 16px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.mfg_thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}


@media (max-width: 991px) {
.nivo-caption {
  font-size: 24px;
}
.homesec{
  height:auto;
  margin-bottom:20px;
}
ul.socialicons{
  text-align:center;
}
#branding h5{
  text-align:center;
}
img#logo{
  padding:20px 0px;
  display:block;
  margin:0 auto;
}
#copyright p{
  text-align:center;
}
#copyright{
  margin-bottom:20px;
}

}

@media (max-width: 768px) {
.nivo-caption {
  font-size: 20px;
}
}

@media (max-width: 568px) {
.nivo-caption {
  font-size: 14px;
  max-width:80%;
}
#topright form {
  width: 100%;
  float: none;
}
#topright form input {
  width: 90%;
  float: none;
  margin: 0 auto;
  margin-top: 10px;
}
nav.topnav ul {
  text-align: center;
  float:none;
  width:100%;
  padding-top:10px;
}
nav.topnav ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
  margin-right: 5px;
  padding-left: 5px;
  margin-left: 5px;
}
#toparea .col-md-7 p{
  text-align:center;
  margin-bottom:10px;
}
nav#main {
  margin: 0 auto;
  float: none;
  margin-top: 0px;
}
#menu-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top:10px;
}

nav#main ul, nav#main:active ul {
  display: none;
  position: relative;
  padding: 20px;
  background: #000;
  border: none;
  margin: 0 auto;
  width: 100%;
  border-radius: 4px 0 4px 4px;
  margin-bottom: 10px;
}
nav#main ul li {
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  margin-left: 0px;
  display:block;
}
nav#main ul li a{
  padding:0px;
  width:100%;
}
nav#main:hover ul {
  display: block;
}


}
