*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 100%;
}


img, object,
embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after, .clear {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-overflow {
  overflow: hidden !important;
}

.img-left,
.alignleft {
float:left;
border:none;
margin:0 13px;
}

.img-right,
.alignright {
float:right;
border:none;
margin:3px 0 11px 16px;
}

.img-center, 
.aligncenter {
display:block;
margin:5px auto 11px;
}

.img-border {
border:1px solid #e0e0e0;
background-color:#fff;
padding:5px;
}

.hide {
  display: none;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

html,
input,
button,
textarea {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

hr {
  border: none;
  height: 2px;
  background: #ccc;
  width: 100%;
}


/* Typography */
body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

p {
	margin: auto auto 1.5em;
	font-family: "Raleway", "nanum gothic";
	font-size: 13px;
	letter-spacing: -0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  margin: 0 0 .67em 0;
  line-height: 1.2;
}

h5,
h6 {
  line-height: 1.5;
}

h1 {
  font-size: 3.998em;
}

h2 {
  font-size: 2.827em;
}

h3 {
  font-size: 1.999em;
}

h4 {
  font-size: 1.414em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

ul, ol, dl {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style-type: disc;
}

ul.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

ol {
  list-style-type: decimal;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

dl {
  margin-left: 0;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 130px;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

blockquote {
  margin: 0px;
  padding: 0 0 0 44px;
  position: relative;
  font-size: 21px;
  line-height: 35px;
}
blockquote:before {
  font-family: "WebHostingHub-Glyphs";
  content: "\f328";
  font-size: 34px;
  left: 2px;
  position: absolute;
  font-weight: bold;
  color: #e6e6e6;
}
blockquote cite {
  font-size: 17px;
  font-style: italic;
  position: relative;
  padding-left: 24px;
}
blockquote cite:before {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  background-color: #e6e6e6;
  top: 50%;
  left: 0;
}
blockquote p {
  margin-bottom: .4em;
}

@media only screen and (max-width: 479px) {
  .dl-horizontal dt {
    width: 100%;
  }

  .dl-horizontal dd {
    margin-left: 0;
  }
}


/* Form */
label {
  display: inline-block;
  margin-bottom: 5px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  /* IE8-9 */
  margin-top: 3px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: inherit;
  line-height: 1.42857;
  color: #555555;
}

fieldset {
  border: solid 1px #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 34px 39px 34px;
  margin: 18px 0;
}

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 5px;
  margin: 0;
  margin-left: -3px;
}

.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea, select {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  font-size: inherit;
  line-height: 1.33;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea{height:auto;}

.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
  font-family: "Arial", sans-serif;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 4px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-group {
  position: relative;
  margin-bottom: 15px;
}
.input-group.addon-right .form-control {
  padding-left: 10px;
  padding-right: 42px;
}
.input-group.addon-right .input-group-addon {
  right: 0;
  top: 0;
}

.input-group-addon {
  width: 1%;
  position: absolute;
  height: 46px;
  width: 46px;
  color: #ccc;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  z-index:5;
}

.input-group .form-control {
  padding-left: 42px;
}

/* iCheck plugin Flat skin, green
----------------------------------- */
.checkbox_flat,
.radio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}

.radio_flat,
.checkbox_flat {
  top: -2px;
  left: -4px;
}

.checkbox_flat {
  top: -8px;
  font-size: 22px;
  position: relative;
  color: #c5cdb6;
}
.checkbox_flat:before {
  font-family: "FontAwesome";
  content: "\f0c8";
}
.checkbox_flat.checked:before {
  font-family: "FontAwesome";
  content: "\f14a";
}

.checkbox_flat.disabled:before {
  font-family: "FontAwesome";
  content: "\f0c8";
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.checkbox_flat.checked.disabled:before {
  font-family: "FontAwesome";
  content: "\f14a";
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.radio_flat {
  top: -8px;
  font-size: 22px;
  position: relative;
  color: #c5cdb6;
}
.radio_flat:before {
  font-family: "FontAwesome";
  content: "\f111";
}
.radio_flat.checked:before {
  font-family: "FontAwesome";
  content: "\f192";
}

.radio_flat.disabled:before {
  font-family: "FontAwesome";
  content: "\f111";
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.radio_flat.checked.disabled:before {
  font-family: "FontAwesome";
  content: "\f192";
  opacity: 0.5;
  filter: alpha(opacity=50);
}




/* Pagination */
.wp-pagenavi .pages{
border:0;
font-size: 13px;
margin-right: 26px;
padding: 15px 0px;
}
.wp-pagenavi .pages, .wp-pagenavi .extend{
font-size:12px;
font-weight:300;
display:inline-block;
margin-right:3px !important;
margin-bottom:3px !important;
padding:7px 18px 7px 0px !important;
border:0 !important;
}

.wp-pagenavi a, .wp-pagenavi .current{
font-size:14px;
font-weight:700;
text-transform:uppercase;
font-weight:normal !important;
display:inline-block;
color:#cacaca !important;
background: #fff; 
border: 1px solid #e0e0e0;
text-decoration:none;
margin:0 5px 5px 0 !important;
padding:6px 17px !important;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
color:#fff !important;
background:#ff8d2c;
font-weight:normal !important;
margin:0 5px 5px 0 !important;
padding:6px 17px !important;
border: 1px solid #ff8d2c !important;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  color: #3498db;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 500px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pagination > li, .pager li {
  display: inline;
}


/* Documentation */
.doc-grid {
  background-color: rgba(121, 209, 248, 0.3);
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  color: inherit;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.col:nth-child(odd) .doc-grid {
  background-color: rgba(121, 209, 248, 0.8);
  color: #fff;
}

.doc-icon {
  text-align: center;
}
.doc-icon i {
  display: block;
  font-size: 2em;
  margin-bottom: 10px;
}
.doc-icon span {
  box-shadow: 0 0 0 1px #ccc;
  padding: 3px 8px;
  font-size: 13px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

hr {
  margin: 1.5em 0;
}

/**
 * --------------------------------------------------------------------------
 * 2.0 - Module Pattern
 * --------------------------------------------------------------------------
 */
/* Menu Navigation */
/**
 * --------------------------------------------------------------------------
 * Foundstrap  	: Smartmenu Module
 *  
 * file         : style.css
 * Desc         : Smartmenu Module - Foundstrap CSS Framework
 * Version      : 1.0
 * Date         : 10/10/2014
 * Author       : Imam Firmansyah - Foundstrap
 * Author URI 	: imamfirmansyah.com
 * URI   		: http://foundstrap.com
 * Email        : foundstrap@gmail.com
 *
 * Foundstrap Copyright 2014. All Rights Reserved.
 * -------------------------------------------------------------------------- 
 */
/**
 * --------------------------------------------------------------------------
 * Core Smartmenu CSS - it's not recommended to edit
 * --------------------------------------------------------------------------
 */
.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}

ul.sm ul {
  position: absolute;
  top: -999999px;
  width: 100px;
}

ul.sm li {
  position: relative;
  float: left;
}

ul.sm a {
  position: relative;
  display: block;
  white-space: nowrap;
}

ul.sm a.disabled {
  cursor: default;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
}

ul.sm-rtl li {
  float: right;
}

ul.sm ul li, ul.sm-vertical li {
  float: none;
}

ul.sm ul a, ul.sm-vertical a {
  white-space: normal;
}

ul.sm ul.sm-nowrap > li > a {
  white-space: nowrap;
}

ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

ul.sm, ul.sm *, ul.sm *:before, ul.sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.sm {
  -webkit-tap-highlight-color: transparent;
}

/**
 * --------------------------------------------------------------------------
 * Menu Box 
 * --------------------------------------------------------------------------
 * Note that styles you apply to the main menu items are inherited by the sub 
 * menus items too.
 * If you'd like to avoid this, you could use child selectors (not supported 
 * by IE6) - for example:
 * .(menu-class-name) > li > a { ... } instead of .(menu-class-name) a { ... }
 * --------------------------------------------------------------------------
 */
.sm-mint {
  background: #fff;
}

.sm-mint-vertical {
  width: 12em;
  border-right: 2px solid #8db863;
  border-bottom: 0;
}

.sm-mint ul {
  padding: 8px 0;
  background: #F6FFED;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
  -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
}

.sm-mint-vertical ul,
.sm-mint ul ul {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/**
 * --------------------------------------------------------------------------
 * Menu Items
 * --------------------------------------------------------------------------
 */
/* Menu items
===================*/
.sm-mint a {
  border-bottom: 2px solid #fff;
  padding: 11px 20px 9px 20px;
  color: #000;
  font-size: 16px;
  line-height: 17px;
  font-family: Arial,sans-serif;
  text-decoration: none;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  border-bottom-color: #8db863;
  background: #8db863;
  color: #F6FFED;
}

.sm-mint a.highlighted {
  border-bottom-color: #F6FFED !important;
  background: #F6FFED;
  color: #000;
  -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
}

.sm-mint-vertical a {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.sm-mint-vertical a:hover, .sm-mint-vertical a:focus, .sm-mint-vertical a:active,
.sm-mint-vertical a.highlighted {
  border-bottom-color: #8db863 !important;
  background: #8db863;
  color: #F6FFED;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sm-mint ul a {
  border-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active,
.sm-mint ul a.highlighted {
  background: #8db863;
  color: #F6FFED;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-mint a.current, .sm-mint a.current:hover, .sm-mint a.current:focus, .sm-mint a.current:active {
  border-bottom-color: #8db863;
}

.sm-mint-vertical a.current, .sm-mint-vertical a.current:hover, .sm-mint-vertical a.current:focus, .sm-mint-vertical a.current:active {
  border-right: 2px solid #8db863;
  border-bottom-color: #fff;
}

.sm-mint ul a.current, .sm-mint ul a.current:hover, .sm-mint ul a.current:focus, .sm-mint ul a.current:active {
  border-right: 0;
  border-bottom: 0;
  font-weight: bold;
}

.sm-mint a.has-submenu {
  padding-right: 32px;
}

/**
 * --------------------------------------------------------------------------
 * Sub Menu Indicators
 * --------------------------------------------------------------------------
 */
.sm-mint a span.sub-arrow {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -3px;
  /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 6px solid #8db863;
  /* tweak size of the arrow */
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
}

.sm-mint a:hover span.sub-arrow, .sm-mint a:focus span.sub-arrow, .sm-mint a:active span.sub-arrow {
  border-top-color: #F6FFED;
}

.sm-mint a.highlighted span.sub-arrow {
  border-top-color: #8db863;
}

.sm-mint-vertical a span.sub-arrow,
.sm-mint ul a span.sub-arrow {
  right: 15px;
  margin-top: -4px;
  border-left: 6px solid #8db863;
  /* tweak size of the arrow */
  border-top: 4px dashed transparent;
  border-bottom: 4px dashed transparent;
}

.sm-mint-vertical a:hover span.sub-arrow, .sm-mint-vertical a:focus span.sub-arrow, .sm-mint-vertical a:active span.sub-arrow,
.sm-mint-vertical a.highlighted span.sub-arrow,
.sm-mint ul a:hover span.sub-arrow, .sm-mint ul a:focus span.sub-arrow, .sm-mint ul a:active span.sub-arrow,
.sm-mint ul a.highlighted span.sub-arrow {
  border-left-color: #F6FFED;
  border-top-color: transparent;
}

/**
 * --------------------------------------------------------------------------
 * Scrolling arrows
 * --------------------------------------------------------------------------
 * Containers for tall sub menus
 * --------------------------------------------------------------------------
 */
.sm-mint span.scroll-up, .sm-mint span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #F6FFED;
  height: 20px;
  /* width and position will be automatically set by the script */
}

.sm-mint span.scroll-up-arrow, .sm-mint span.scroll-down-arrow {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -8px;
  /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
  width: 0;
  height: 0;
  overflow: hidden;
  border-bottom: 8px solid #8db863;
  /* tweak size of the arrow */
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
}

.sm-mint span.scroll-down-arrow {
  border-top: 8px solid #8db863;
  /* tweak size of the arrow */
  border-bottom: 0;
}

/**
 * --------------------------------------------------------------------------
 * Megamenu
 * --------------------------------------------------------------------------
 */
.sm > li.mega-menu {
  color: #afafaf;
  position: static !important;
}

/* carets for megamenu */
.sm > li.mega-menu a:before,
.sm > li.mega-menu a:after,
.sm > li.mega-menu a.highlighted:before,
.sm > li.mega-menu a.highlighted:after {
  -webkit-transition: all 4s ease-in-out;
  -moz-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
  opacity: 0;
}

.sm > li > ul.mega-menu {
  margin-right: 10px !important;
  margin-left: 10px !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.sm > li > ul.mega-menu:before {
  display: none;
}

.sm > li > ul.mega-menu:after {
  display: none;
}

.sm .mega-menu-content {
  padding: 10px 20px;
  float: left;
  text-align: left;
}

.sm .mega-menu-content .column,
.sm .mega-menu-content .columns {
  padding-left: 0;
  padding-right: 0;
}

.sm .mega-menu-sub-content {
  padding: 0px;
}

.sm .mega-menu-title {
  font-weight: bold;
  font-size: 14px;
  padding: 13px 0px;
  display: block;
}

.sm .mega-menu-list {
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  position: relative;
  border: none;
  box-shadow: none;
  display: block;
}

.sm .mega-menu-list a {
  padding: 5px 0 5px 5px;
}

/**
 * --------------------------------------------------------------------------
 * Responsive Menu
 * --------------------------------------------------------------------------
 * These will make the sub menus collapsible when the screen width is too small.
 * --------------------------------------------------------------------------
 */
/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 850px) {
  .sm-mint:not(.sm-mint-vertical) > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm-mint:not(.sm-mint-vertical) > li > a.has-submenu {
    padding-right: 24px;
  }

  .sm-mint:not(.sm-mint-vertical) a span.sub-arrow {
    right: 9px;
  }
}
@media screen and (max-width: 720px) {
  .sm-mint:not(.sm-mint-vertical) > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm-mint:not(.sm-mint-vertical) > li > a.has-submenu {
    padding-right: 18px;
  }

  .sm-mint:not(.sm-mint-vertical) a span.sub-arrow {
    right: 3px;
  }
}
@media screen and (max-width: 640px) {
  /* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
  ul.sm-mint {
    width: auto !important;
  }

  ul.sm-mint ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  ul.sm-mint > li {
    float: none;
  }

  ul.sm-mint > li > a, ul.sm-mint ul.sm-nowrap > li > a {
    white-space: normal;
  }

  ul.sm-mint iframe {
    display: none;
  }

  /* Uncomment this rule to disable completely the sub menus for small screen devices */
  /*.sm-mint ul, .sm-mint span.sub-arrow, .sm-mint iframe {
  	display:none !important;
  }*/
  /* Menu box
  ===================*/
  .sm-mint {
    border-top: 2px solid #8db863;
    border-bottom: 2px solid #8db863;
    border-right: 0;
  }

  .sm-mint ul {
    border: 0;
    padding: 0;
    /* darken the background of the sub menus */
    background: rgba(141, 184, 99, 0.2);
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Menu items
  ===================*/
  .sm-mint a {
    border: 0 !important;
    padding: 13px 23px !important;
    background: transparent !important;
    color: #000 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .sm-mint a.current {
    font-weight: bold;
  }

  /* add some text indentation for the 2+ level sub menu items */
  .sm-mint ul a {
    border-left: 8px solid transparent !important;
  }

  .sm-mint ul ul a {
    border-left: 16px solid transparent !important;
  }

  .sm-mint ul ul ul a {
    border-left: 24px solid transparent !important;
  }

  .sm-mint ul ul ul ul a {
    border-left: 32px solid transparent !important;
  }

  .sm-mint ul ul ul ul ul a {
    border-left: 40px solid transparent !important;
  }

  /* Sub menu indicators
  ===================*/
  .sm-mint a span.sub-arrow {
    right: auto !important;
    margin-top: -7px !important;
    margin-left: -16px !important;
    border-left: 9px solid #8db863 !important;
    /* tweak size of the arrow */
    border-top: 6px dashed transparent !important;
    border-bottom: 6px dashed transparent !important;
  }

  /* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
  .sm-mint a.highlighted span.sub-arrow {
    display: none !important;
  }

  /* Items separators
  ===================*/
  .sm-mint li {
    border-top: 1px solid rgba(141, 184, 99, 0.2);
  }

  .sm-mint li:first-child {
    border-top: 0;
  }

  /* ----- Mega menu Responsivenes ----- */
  .sm > li > ul.mega-menu {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .sm > li > ul.mega-menu > li {
    clear: both;
  }

  .sm .mega-menu-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm .mega-menu-content {
    padding: 0;
  }

  .sm .mega-menu-sub-content {
    padding: 0px 28px 13px;
  }

  .sm .mega-menu-title {
    padding: 13px 28px 13px 28px;
  }

  .sm .mega-menu-list li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .sm .mega-menu-list li a:hover,
  .sm .mega-menu-list li a:focus,
  .sm .mega-menu-list li a:active {
    color: #36c1c8 !important;
  }

  .sm > li.mega-menu a:hover:before,
  .sm > li.mega-menu a:focus:before,
  .sm > li.mega-menu a:active:before,
  .sm > li.mega-menu a.highlighted:before {
    display: none;
  }

  .sm > li.mega-menu a:hover:after,
  .sm > li.mega-menu a:focus:after,
  .sm > li.mega-menu a:active:after,
  .sm > li.mega-menu a.highlighted:after {
    display: none;
  }
}





/* Image Caption */
.img-caption {
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.img-caption img,
.img-caption .img-mask,
.img-caption .img-content {
  width: 100%;
  height: 100%;
}
.img-caption .img-mask,
.img-caption .img-content {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 99;
}
.img-caption .img-content {
  opacity: 0;
  overflow: hidden;
}
.img-caption .img-mask {
  background-color: #fff;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-caption .preview,
.img-caption .permalink {
  font-size: 16px;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #fff;
  background-color: 999999999999;
}
.img-caption .preview i,
.img-caption .permalink i {
  position: relative;
}
.img-caption .preview:hover,
.img-caption .permalink:hover {
  background-color: #c5cdb6;
}


/*utility*/
.colortext{color:#ff8d2c}
.colorwhite{color:#fff;}
.text-center{text-align:center;}
.uppercase{text-transform:uppercase;}

.first-word{
font-family: "Raleway", "hanna";
font-size: 23px;
text-transform: uppercase;
}
.last-word{font-weight:800; text-transform:uppercase}
.size12{font-size:12px;}
.size13{font-size:13px;}
.size14{font-size:14px;}
.size18{font-size:18px;}
.size20{font-size:20px;}
.size22{font-size:22px;}
.size24{font-size:24px;}
.size28{font-size:28px;}
.size34{font-size:34px;}

.normal {font-weight:400 !important;}
.bold {font-weight:700 !important;}


.demo-icon-container  .idz-tabs.left .idz-nav{width:220px;}
.demo-icon-container  .idz-tabs.left .idz-tab{margin-left:240px; padding-left:0}
.demo-icon-list  li{font-size:12px; text-align:center}
.demo-icon-list  li span {
  width: 100%;
  padding: 3px 5px 4px 5px;
  font: 10px consolas, monospace;
  text-align: center;
  background: #fafafa;
  border: 1px solid #ddd;
  float: left;
}
.demo-icon-list  li i {
  width: 100%;
  font-size: 32px;
  text-align: center;
  float: left;
  margin-bottom: 12px;
}

