@charset "UTF-8";

/* Colors CSS */
#UseyourDrive a{color: #666;}

#UseyourDrive .list-container {border-color: #DDD;   background-color: #f9f9f9;}
#UseyourDrive .loading{background-color: rgba(249, 249, 249, 0.8);}

/* ---Header */
#UseyourDrive .nav-header{  border-color: #E4E4E4;  background: #F9F9F9;}
#UseyourDrive .nav-header a:hover,
#UseyourDrive .nextimages a:hover,
#UseyourDrive .column_names a:hover{color: #0e92c7;}
#UseyourDrive .nav-search.inuse{  color: #29ADE2;}
#UseyourDrive .column_names{  background-color: #F1F1EF; border-color: #E4E4E4;}
.UseyourDrive .search-remove:hover {color: #29ADE2;}

/* ---File/Pictures entries */
#UseyourDrive .entry.hasfocus, #UseyourDrive .entry.hasfocus a,
#UseyourDrive .entry.popupopen, #UseyourDrive .entry.popupopen a,
#UseyourDrive .entry.isselected, #UseyourDrive .entry.isselected a,
#UseyourDrive .entry.isdragged, #UseyourDrive .entry.isdragged a,
#UseyourDrive .entry:hover ,#UseyourDrive .entry:hover a{color: #FFF;}
#UseyourDrive .entry:hover, #UseyourDrive .entry.hasfocus, #UseyourDrive .entry.isdragged, #UseyourDrive .entry.popupopen  { background-color: #29ADE2;}
#UseyourDrive .entry.isselected { background-color: #0e92c7;}

/* ---Menus*/
#UseyourDrive .uyd-grid .entry_edit { background-color: #29ADE2}
#UseyourDrive .uyd-grid .entry.hasfocus .entry_edit,
#UseyourDrive .uyd-grid .entry.popupopen .entry_edit { background-color: #29ADE2}
#UseyourDrive .uyd-grid .entry.isselected .entry_edit { background-color: #0e92c7}
#UseyourDrive .gridgallery .entry_edit  { background-color: rgba(86, 86, 86, 0.5)}
#UseyourDrive .gridgallery .entry.hasfocus .entry_edit,
#UseyourDrive .gridgallery .entry.popupopen .entry_edit{ background-color: rgba(86, 86, 86, 0.5)}
#UseyourDrive .gridgallery .entry.isselected .entry_edit { background-color: rgba(86, 86, 86, 0.8)}
#UseyourDrive .gridgallery a.entry_edit_menu,
#UseyourDrive .gridgallery a.entry_description {color: #FFF;}

.UseyourDrive .gear-menu li >a:hover,
.UseyourDrive .download-zip-menu li >a:hover,
.UseyourDrive .uyd-dropdown-menu li > a:hover {
  background-color: #0e92c7;
  color: #FFF;
}


/* ---Description popup*/
.qtip-default.UseyourDrive.description .qtip-content .description_title{
  background-color: #29ADE2;
}
/* ---Upload rows */
#UseyourDrive .template-upload,
#UseyourDrive .template-download{
  border: 1px solid #EBEBEB;
  background-color: #EEE;
}

/* ---Drag & Drop */
#UseyourDrive .in{
  border-color: #81BDF1;
}

#UseyourDrive .hover {
  border-color: #337ab7;
}
/* End Color CSS */


/* Basic layout */
#UseyourDrive{
  font: 1.1em "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
  line-height: 1.6;
  color: #666;
  text-align: left;
  margin-bottom: 10px;
}

#UseyourDrive div,#UseyourDrive p, #UseyourDrive ul, #UseyourDrive ul {
  margin:0;
  padding:0;
}
#UseyourDrive div, #UseyourDrive input{
  box-sizing:border-box;
  -moz-box-sizing: border-box;
}

#UseyourDrive a{
  text-decoration: none;
  border:0
}
#UseyourDrive a:hover{
  text-decoration: none;
}

.UseyourDrive.jsdisabled,
#UseyourDrive .jsdisabled{
  display: none;
}
#UseyourDrive-nojsmessage{
  font-style:italic;
}

#UseyourDrive .noaccess{
  text-align: center;
  min-height: initial!important;
}

/* Container */
.UseyourDrive{
  border: 2px dashed transparent;
}

#UseyourDrive .list-container{
  position: relative;
  padding: 0;
  z-index: 2;
}

#UseyourDrive .ajax-filelist{
  font-size: 75%;
  min-height: 32px;
  overflow: hidden;
  padding: 10px 5px;
  min-height: 190px;
  box-shadow: inset 0px 0px 8px 0px #D9D9D3;
  -webkit-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
  -moz-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  background: #F9F9F9 center 65% no-repeat;
}

/* Loading Divs*/
#UseyourDrive .loading{
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  top: 45px;
  z-index: 1000;
  text-align: center;
  background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_128.gif);
  background-position: 50% 30px;
  background-repeat: no-repeat;
}
#UseyourDrive .loading.initialize{  background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_system_128.png);}
#UseyourDrive .loading.upload{    background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_upload_128.gif);  }
#UseyourDrive .loading.search{  background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_inspect_128.png);}
#UseyourDrive .loading.error{  background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_sad_128.png);}
#UseyourDrive .gridgallery img.preloading,
#UseyourDrive .uyd-grid .entry_thumbnail img.preloading{
  background: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_64.gif) 50% 50% no-repeat;
}

/* Header */
#UseyourDrive .nav-header{
  min-height:38px;
  padding: 5px 15px;
  border-style:solid;
  border-width: 1px 1px 0px 1px;
  border-radius: 5px 5px 0 0
}

#UseyourDrive .nav-header a:hover,
#UseyourDrive .column_names a:hover{
  font-weight: bold;
}
#UseyourDrive .nav-title{
  margin-left: 26px;
  margin-right: 180px;
  margin-top: 3px;
  font-size: 14px;
  position: relative;
}

/* Header buttons */
#UseyourDrive .nav-home{
  float:left;
}

#UseyourDrive .nav-home i{
  font-size: 1.5em;
  cursor: pointer;
}

#UseyourDrive .nav-refresh i,
#UseyourDrive .nav-search i,
#UseyourDrive .nav-gear i{
  margin-top: 3px;
  font-size: 1.2em;
  margin-left: .5em;
  cursor: pointer;
}

#UseyourDrive .nav-refresh,
#UseyourDrive .nav-search,
#UseyourDrive .nav-gear{
  float:right;
}

#UseyourDrive .search-div{
  display: none;
}

#UseyourDrive .download-zip{
  position: relative;
  right:0px;
  float: right;
}

#UseyourDrive .zip-status{
  font-size: 80%;
}

#UseyourDrive .zip-status .zip-bytes{
  margin-left:10px;
  font-style: italic;
}

/* Files and folders*/
#UseyourDrive .files .entry{
  padding: 5px 10px 5px 10px;
  margin: 5px;
  clear: both;
  min-height: 35px;
  line-height: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px #D9D9D3;
  -webkit-box-shadow: 0px 0px 8px 0px #D9D9D3;
  -moz-box-shadow: 0px 0px 8px 0px #D9D9D3;
}
#UseyourDrive .files .column_names{
  clear: both;
  min-height: 30px;
  padding: 5px 20px 5px 20px;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
}

#UseyourDrive .uyd-grid .layout-grid{
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
}
#UseyourDrive .uyd-grid .entry{
  padding: 5px 0px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  border-radius: 5px;
  margin: 5px;
  transition: all .2s ease-in-out;
  box-shadow: 0px 0px 8px 0px #D9D9D3;
  -webkit-box-shadow: 0px 0px 8px 0px #D9D9D3;
  -moz-box-shadow:    0px 0px 8px 0px #D9D9D3;
}
#UseyourDrive .entry:hover, #UseyourDrive .entry.hasfocus, #UseyourDrive .entry.isdragged, #UseyourDrive .entry.popupopen  {
  box-shadow: 2px 2px 4px #D9D9D3;
  -webkit-box-shadow: 2px 2px 4px #D9D9D3;
  -moz-box-shadow:    2px 2px 4px #D9D9D3;
}
#UseyourDrive .uyd-grid .entry .entry_block{
  padding: 5px;
  width:200px;
}
#UseyourDrive .uyd-grid .entry_thumbnail{
  width: 100%;
  height: 120px;
  margin: 0 auto;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
}
#UseyourDrive .uyd-grid .entry_thumbnail-view-bottom{
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
#UseyourDrive .uyd-grid .entry_thumbnail-view-center{
  text-align: center;
  position: relative;
}
#UseyourDrive .uyd-grid .entry_thumbnail img{
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
  min-height: 100px;
  padding: 1px;
  vertical-align: top;
  transition: opacity .3s ease-in;
  -ms-interpolation-mode: bicubic;
  box-shadow: none;
}

#UseyourDrive .uyd-grid .entry.hasfocus .entry_link,
#UseyourDrive .uyd-grid .entry.popupopen .entry_link,
#UseyourDrive .uyd-grid .entry:hover .entry_link{
  font-weight: bold;
}

#UseyourDrive .uyd-list .entry_name{
  margin-left: 6px;
  margin-right: 5px;
  text-align: left;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#UseyourDrive .uyd-grid .entry_name{
  line-height: 21px;
  text-align: center;
}

#UseyourDrive .uyd-grid .entry_name .entry-name-view{
  display: inline-block;
  max-width: 78%;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
}
#UseyourDrive .uyd-grid .entry_name .entry-name-view span,
#UseyourDrive .uyd-grid .entry_name .entry-name-view span strong{
  white-space: nowrap;
}

#UseyourDrive .entry_link{

}
#UseyourDrive .uyd-grid .entry_link{
  display: inline;
  width:100%;
}

#UseyourDrive .entry_size{
  float: right;
  font-size: 95%;
  min-width: 50px;
  text-align: right;
}

#UseyourDrive .entry:hover .entry_checkbox,
#UseyourDrive .entry.hasfocus .entry_checkbox,
#UseyourDrive .entry.popupopen .entry_checkbox,
#UseyourDrive .entry.isselected .entry_checkbox{
  display:inline-block; 
}

#UseyourDrive .uyd-list .entry_checkbox,
#UseyourDrive .uyd-list .entry_checkallbox{
  float:right;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  z-index: 10;
  margin-top: 3px;
}
#UseyourDrive .gridgallery .entry_checkbox,
#UseyourDrive .uyd-grid .entry_checkbox{
  top: 3px;
  margin-right: 5px;
  position: relative;
  display: none;
}
#UseyourDrive .gridgallery .entry_checkbox{
  left: 5px;
  top: 5px;
}
#UseyourDrive .entry_lastedit{
  font-size: 95%;
  min-width: 10%;
  width: 185px;
  text-align: left;
  float:right;
}

#UseyourDrive .uyd-grid .entry_description,
#UseyourDrive .gridgallery .entry_description{
  top: -3px;
  padding: 3px 5px;
  float:right;
}
#UseyourDrive .gridgallery .entry_description{
  top: -2px;
}
#UseyourDrive .description_textbox{
  display: none;
}

#UseyourDrive .entry_foundpath{
  font-size: 95%;
}

#UseyourDrive .no_results{
  background:url(/wp-content/plugins/use-your-drive/css/clouds/cloud_status_128.png) center top no-repeat;
  padding-top: 120px;
  text-align: center;
  font-style: italic;
  height: 140px;
}

/* Column Sorting */
#UseyourDrive .column_names {
  font-size: 80% !important;
}
#UseyourDrive .files.uyd-grid .column_names {
  display:none;
}

#UseyourDrive .column_names .sortable{
  cursor: pointer;
}

#UseyourDrive .column_names .entry_name,
#UseyourDrive .column_names .entry_size,
#UseyourDrive .column_names .entry_lastedit{
  font-size: 100%;
}
#UseyourDrive .column_names .entry_size{
  margin-right: 35px;
}


#UseyourDrive .sort_icon{
  width: 21px;
  height: 4px;
  top: 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
}
#UseyourDrive .column_names .desc .sort_icon{
  background-image:  url(/wp-content/plugins/use-your-drive/css/images/desc.gif);
}
#UseyourDrive .column_names .asc .sort_icon{
  background-image:  url(/wp-content/plugins/use-your-drive/css/images/asc.gif);
}

/* Search Form */
.UseyourDrive .search-remove{
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
  font-size: 140%;
}

.UseyourDrive .search-input{
  width: 200px;
  margin: 0 !important;
  background:white url(/wp-content/plugins/use-your-drive/css/images/search.png) 5px center no-repeat;
  color:#666;
  border: 1px solid #d1d1d1;
  padding: 6px 25px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  font-size: 150%;
}
.UseyourDrive .search-div{
  margin: 10px;
}

/* Menus*/
#UseyourDrive .uyd-list .entry_edit_placheholder,
#UseyourDrive .uyd-list .entry_edit {
  float:right;
  margin-left: 10px;
  width: 30px;
  height: 13px;
  display: none;
}

#UseyourDrive .entry.hasfocus .entry_edit,
#UseyourDrive .entry.popupopen .entry_edit,
#UseyourDrive .gridgallery .entry.isselected .entry_edit{
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
}

#UseyourDrive .uyd-list .entry_edit_placheholder{
  display: block;
}

#UseyourDrive .uyd-grid .entry_edit,
#UseyourDrive .gridgallery .entry_edit {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 30px;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
}
#UseyourDrive .gridgallery .entry_edit {
  height: 25px;
}

#UseyourDrive .uyd-grid .hasfocus .entry_edit,
#UseyourDrive .gridgallery .hasfocus .entry_edit {
  transition: all .4s ease-in;
}
#UseyourDrive .uyd-list .popupopen .entry_edit,
#UseyourDrive .uyd-list .hasfocus .entry_edit{
  display: block;
}

#UseyourDrive .entry_edit_menu {
  cursor: pointer;
}
#UseyourDrive .uyd-list .entry_edit_menu {
  float:right;
}
#UseyourDrive .uyd-grid .entry_edit_menu,
#UseyourDrive .gridgallery .entry_edit_menu {
  float:right;
  top: 3px;
  padding: 3px 5px;
  margin-right: 10px;
}
#UseyourDrive .gridgallery .entry_edit_menu{
  margin:0;
  top: -2px;
}

.UseyourDrive .gear-menu,
.UseyourDrive .download-zip-menu,
.UseyourDrive .uyd-dropdown-menu{
  display: none;
  font-size: 140%;
}
.UseyourDrive .gear-menu ul,
.UseyourDrive .download-zip-menu ul,
.UseyourDrive .uyd-dropdown-menu ul{
  list-style: none;
  background: #FFF;
  overflow: hidden;
  padding: 4px 0;
  margin: 0;
  font-size: 60%;
}
.UseyourDrive .gear-menu li,
.UseyourDrive .download-zip-menu li,
.UseyourDrive .uyd-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
}
.UseyourDrive .gear-menu li > a,
.UseyourDrive .download-zip-menu li > a,
.UseyourDrive .uyd-dropdown-menu li > a{
  display: block;
  color: #555;
  text-decoration: none;
  line-height: 18px;
  padding: 6px 10px;
  white-space: nowrap;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.UseyourDrive .gear-menu li >a:hover,
.UseyourDrive .download-zip-menu li >a:hover,
.UseyourDrive .uyd-dropdown-menu li > a:hover {
  cursor: pointer;
}
.UseyourDrive .gear-menu  li i,
.UseyourDrive .download-zip-menu li i,
.UseyourDrive .uyd-dropdown-menu li i{
  width:25px;
}


/* FileUpload Form */
#UseyourDrive .fileuploadform{
  font-size: 90%;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  background: #F9F9F9 center 65% no-repeat;
  position: relative;
  overflow: hidden;
}

#UseyourDrive .fileupload-list{
  min-height: 170px;
  padding: 10px;
  position: relative;
}

#UseyourDrive div.fileupload-drag-drop{
  position: absolute;
  height: 100%;  
  width: 100%;
  text-align: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); 
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */

}

#UseyourDrive .in div.fileupload-drag-drop{
  border-color: #81BDF1;
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  filter: grayscale(50%); 
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter:none; /* IE6-9 */
}

#UseyourDrive .hover div.fileupload-drag-drop{
  border-color: #337ab7;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%); 
}

#UseyourDrive div.fileupload-drag-drop div{
  position: absolute;
  top: 5%;
  width: 100%;
  font-size: 160%;
  font-weight: bold;
  color: #BBB;
}

#UseyourDrive .fileupload-browse-button{
  width: 100%;
  height: 100%;
  transform:none;
}

#UseyourDrive .fileupload-buttonbar{
  text-align: center;
  background-color: rgb(228, 228, 228);
  padding: 7px 0px;
  position: relative;
  overflow: hidden;
}

#UseyourDrive .fileupload-buttonbar-text{
  line-height: 1.2;
  margin-bottom: 10px;
  top: 3px;
  display: block;
  position: relative;
}

#UseyourDrive .fileupload-buttonbar .ui-button{
  float: none !important; /* overrule jQuery UI CSS */
}
#UseyourDrive .ui-button-text, #UseyourDrive .fileupload-browse-button{
  cursor: pointer;
}

#UseyourDrive .upload-btn-container{
  position:relative;
  display: inline-block;
  overflow: hidden
}

#UseyourDrive .upload-input-button{
  position: absolute;
  top: 0;
  right:0;
  margin: 0; 
  font-size: 2em;
  direction:ltr;
  cursor: pointer;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  display: block;
}

#UseyourDrive .template-row{
  display:none;
}

#UseyourDrive .template-upload,
#UseyourDrive .template-download{
  display:block;
  margin: 0 0 10px;
  padding:10px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px #D9D9D3;
  -webkit-box-shadow: 0px 0px 8px 0px #D9D9D3;
  -moz-box-shadow: 0px 0px 8px 0px #D9D9D3;
  border-radius: 5px;
}

#UseyourDrive .upload-thumbnail{
  float: left;
}

#UseyourDrive .upload-thumbnail img{
  border-radius: 10px;
  width: 48px;
  height:48px;
}

#UseyourDrive .upload-file-info{
  margin-left: 60px;
  margin-top:6px;
  min-height: 48px;
  position: relative;
}

#UseyourDrive .file-name{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#UseyourDrive .file-size{
  font-size: 80%;
  float: right;
  margin-left: 10px;
  margin-top: 1px;
}

#UseyourDrive .max-file-size{
  font-weight: bold;
}
#UseyourDrive .fileupload-info-container{
  width: 100%;
  font-size: 80%;
  text-align: center;
  margin: 5px 0;
}

#UseyourDrive .upload-status-container{
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
  margin-left: 15px;
  float: right;
}

#UseyourDrive .upload-status-container .queue{}
#UseyourDrive .upload-status-container .error{}
#UseyourDrive .upload-status-container .succes{}

#UseyourDrive .upload-error{
  text-decoration: underline;
  display: none;
}

#UseyourDrive .upload-progress{
  display: none;
  box-shadow: inset 0px 0px 8px 0px #D9D9D3;
  -webkit-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
  -moz-box-shadow: inset 0px 0px 8px 0px #D9D9D3;
}

#UseyourDrive .upload-progress .progress{
  height: 10px;
  padding: 0px !important;
  background: none;
}

#UseyourDrive .upload-progress .ui-progressbar-value{
  height: 10px;
  border:0;
  background: none;
  background-color: #337ab7;
  box-shadow: inset 0px 0px 8px 0px #505050;;
  -webkit-box-shadow: inset 0px 0px 8px 0px #505050;;
  -moz-box-shadow: inset 0px 0px 8px 0px #505050;;

}

#UseyourDrive .template-upload .ui-icon,
#UseyourDrive .template-download .ui-icon{
  margin-left: 5px;
  margin-top: 1px;
}


/* UseyourDrive Gallery */
#UseyourDrive .image-collage{
  /*This is where you set the padding you want between the images*/
  padding:5px !important;
  margin:0 !important;
  border:0 !important;
  font-size: 100% !important;
  position: static;
  overflow: hidden;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
}

#UseyourDrive .image-collage img{
  margin:0;
  padding:0;
  /*display:inline-block;*/
  vertical-align:bottom;
  opacity:1;
  -ms-filter: 'alpha(opacity=100)';
  max-width: none !important;
  border-radius: 0 !important;
  /*This is where you set the border you want for the image*/
  border:0px solid #FFF;
  transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in-out;
}

#UseyourDrive .image-container{
  /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
  opacity:1;
  -ms-filter: 'alpha(opacity=100)';
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float:left;
}

#UseyourDrive .image-container.hidden,
#UseyourDrive .image-container img.hidden{
  display:none;
  opacity:0;
  -ms-filter: 'alpha(opacity=0)';
}

#UseyourDrive .image-container.entry{
  padding:0 !important;
  cursor: pointer;
}

#UseyourDrive .folder-thumb{
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
}

#UseyourDrive .image-folder{
  background-color: #808080;
}

#UseyourDrive .image-folder:hover{
  background-color: #808080 !important;
  cursor: pointer;
}

#UseyourDrive .image-folder img{
  background: none !important;
  z-index: 1;
  position: absolute;
}

#UseyourDrive .image-rollover{
  background:url(/wp-content/plugins/use-your-drive/css/images/mag.png) center center no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px #000;
  -moz-box-shadow: 0px 0px 4px  #000;
  box-shadow: 0px 0px 4px  #000;
}

#UseyourDrive .image-folder .folder-text {
  position: absolute;
  padding: 5px 0px 10px!important;
  bottom: 0;
  color: #FFF;
  background:url(/wp-content/plugins/use-your-drive/css/images/folder-title-bg.png) repeat;
  font-size: 130%;
  width: 100%;
  text-align: center;
  z-index: 2;
}


/* Buttons*/
#UseyourDrive .upload-btn{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#UseyourDrive .upload-btn.focus, #UseyourDrive .upload-btn:focus,#UseyourDrive .upload-btn:hover {
  color: #333;
  text-decoration: none;
}
#UseyourDrive .upload-btn.active, #UseyourDrive .upload-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

#UseyourDrive .upload-btn-default{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
} 

#UseyourDrive .upload-btn-primary {
  color: #fff;
  background-color: #29ADE2;
  border-color: #2092BF;
}

#UseyourDrive .upload-btn-primary.active,
#UseyourDrive .upload-btn-primary.focus,
#UseyourDrive .upload-btn-primary:active,
#UseyourDrive .upload-btn-primary:focus,
#UseyourDrive .upload-btn-primary:hover {
  color: #fff;
  background-color: #0e92c7;
  border-color: #0D6487;
}

/* iLightbox  Iframe*/
.ilightbox-holder.UseyourDrive iframe,
.ilightbox-holder.UseyourDrive .ilightbox-image{
  background:none;
  z-index: 2;
  position: relative;
}

.ilightbox-holder.UseyourDrive .ilightbox-caption{
  background: rgba(78, 78, 78, 0.7) !important;
  text-shadow:none !important;
  font-size: 1em !important;
  color: #FFF !important;
}

.UseyourDrive .empty_iframe{
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  background-image: url(/wp-content/plugins/use-your-drive/css/images/iframearrow.png);
  background-position: 50% 30px;
  background-repeat: no-repeat;
  padding-top:0;
  background-color: #FFF;
  border-radius: 10px;
}

.UseyourDrive .empty_iframe h1{
  margin-top: 170px;
}
.UseyourDrive .empty_iframe span{
  display: block;
  /* position: relative; */
  padding: 0 20px;
  margin: 0 auto;
}

/*jQuery UI CSS overrule*/
.UseyourDrive .ui-widget-content,
.UseyourDrive .ui-dialog-titlebar{
  padding:5px !important;
}

.UseyourDrive .ui-dialog-titlebar-close{
  width: 20px !important;
  height: 20px !important;
}

#UseyourDrive .fileupload-list .ui-icon{
  float: right;
  margin-left: 5px;
  margin-top: 1px;
}

.ui-dialog.UseyourDrive button{
  float: right !important; /* overrule jQuery UI CSS */
}

.ui-front {
  z-index:1000; /* The default is 100. !important overrides the default. */
}
.ui-widget-overlay.ui-front {
  z-index: 1000000 !important;
}

.UseyourDrive .ui-droppable.entry {
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
}
.UseyourDrive .ui-droppable.entry.ui-state-hover{
  border:0;
  background: none;
  opacity: 0.5;
  -ms-filter: 'alpha(opacity=50)';
}
.UseyourDrive .ui-droppable.entry.ui-state-active{
  border:0;
  background: none;
  opacity: 0.9;
  -ms-filter: 'alpha(opacity=90)';
}

/* qTip custom CSS */
.UseyourDrive .qtip-content {
  padding: 0 !important;
  font: 1.1em "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
  line-height: 1.6;
  color: #666;
  text-align: left;
}

.uyd-mobile .qtip-default.UseyourDrive{
  max-width: 225px;
}

.qtip-default.UseyourDrive.description .qtip-content .description_title{
  display: block;
  color: #FFF;
  font-weight: bold;
  padding: 5px 40px 5px 5px;
  line-height: 1.4em;
  font-size: 90%;
}
.qtip-default.UseyourDrive.description .qtip-content .description_text{
  font-size: 70%;
  padding:5px;
  max-height: 150px;
  overflow-y: auto;
  color:#555;
}
.qtip-default.UseyourDrive.description .entry_edit_description{
  float: right;
  margin: 1px 6px 2px 6px;
}
.qtip-default.UseyourDrive.description .entry_edit_description a{
  color:#FFF;
  cursor:pointer;
}
.qtip-default.UseyourDrive.description .entry_edit_description a:hover{
  color:#444;
  text-decoration: none;
}

.qtip-default.UseyourDrive.description textarea{
  width: 100%;
  height: 100px;
  border: 1px solid #cccccc;
  padding: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  color:#555;
}
.qtip-default.UseyourDrive.description input[type="button"]{
  float: right;
  margin-top: 5px;
}

.qtip-default.UseyourDrive.description .ajaxprocess {
  float: right;
  margin: 3px 5px 0 0;
}
.qtip-default.UseyourDrive.description,
.qtip-default.UseyourDrive{
  -webkit-box-shadow: 2px 3px 10px #878787;
  -moz-box-shadow: 2px 3px 10px #878787;
  box-shadow: 2px 3px 10px #878787;
  border-radius: 5px;
  border: 5px solid #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
}
.qtip-default.UseyourDrive.search {
  font-size: 70%;
}

/* Small screens */
@media only screen and (max-width: 480px){

  #UseyourDrive .nav-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 28px;
  }

  #UseyourDrive .column_names .entry_lastedit{
    display: none;
  }

  #UseyourDrive .entry_lastedit{
    clear:both;
    float:left;
    margin-left: 23px;
  }

  #UseyourDrive .upload-status-container {
    float:none;
    margin-left: 0;
  }

  #UseyourDrive .upload-btn-container {
    margin: 10px 0px;
  }

  #UseyourDrive .upload-progress,
  #UseyourDrive .upload-error {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 480px) and (max-width : 768px) {
  #UseyourDrive .column_names .entry_lastedit{
    display: none;
  }

  #UseyourDrive .entry_lastedit{
    clear:both;
    float:left;
    margin-left: 23px;
  }

  #UseyourDrive .upload-btn-container {
    margin: 10px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width : 990px) {

}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  #UseyourDrive .loading,
  #UseyourDrive .jp-jplayer {
    background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_256.gif);
    background-size: 128px 128px;
  }
  #UseyourDrive .loading.initialize{
    background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_system_256.png);
  }
  #UseyourDrive .loading.upload{
    background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_upload_128.gif);
  }
  #UseyourDrive .loading.search{
    background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_inspect_256.png);
  }
  #UseyourDrive .loading.error{
    background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_sad_256.png);
  }
  #UseyourDrive .no_results{
    background-image:url(/wp-content/plugins/use-your-drive/css/clouds/cloud_status_256.png);
    background-size: 128px 128px;
  }
  #UseyourDrive .gridgallery img.preloading,
  #UseyourDrive .uyd-grid .entry_thumbnail img.preloading{
    background-image: url(/wp-content/plugins/use-your-drive/css/clouds/cloud_loading_128.gif);
    background-size: 64px 64px;
  }
}

/* Touch screens - Detected by WordPres */
.uyd-mobile #UseyourDrive .entry_edit{
  display: block;
  background-color: transparent;
}
.uyd-mobile #UseyourDrive .gridgallery .entry_edit{
  background-color: rgba(86, 86, 86, 0.5);
}

.uyd-mobile #UseyourDrive .entry_checkbox{
  display: inline-block;
}

.uyd-mobile #UseyourDrive .files.uyd-list .entry{
  padding: 5px;
}
.uyd-mobile #UseyourDrive .files.uyd-list .column_names {
  padding: 0px 15px;
}

.uyd-mobile #UseyourDrive .files.uyd-list .entry_icon{
  margin-top: 3px;
}

/* Icons 16x16*/
#UseyourDrive .entry_icon{
  float: left;
  margin-top: -3px;
  margin-right: 8px;
  height: 16px;
  width: 16px;
}

/* Admin screen*/
#icon-UseyourDrive {
  background: transparent url('/wp-content/plugins/use-your-drive/css/images/google_drive_logo.png') no-repeat;
}
.adminfilebrowser #UseyourDrive .ajax-filelist {
  font-size: 100%;
}

/* CSS User-to-folder page */
#UseyourDrive-UserToFolder .uyd-user{
  float:left;
  margin: 0 20px 20px 0;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #bbb;
  padding: 10px ;
  background: #DFDFDF;
}

#UseyourDrive-UserToFolder .uyd-user.guest{
  background: #7DC7E4;
}
#UseyourDrive-UserToFolder .uyd-avatar{
  float:left;
}

#UseyourDrive-UserToFolder .uyd-userinfo{

}
#UseyourDrive-UserToFolder .uyd-name{
  margin-left: 45px;
}

#UseyourDrive-UserToFolder .uyd-linkedto{
  font-style: italic;
  margin-left: 45px;
}

#UseyourDrive-UserToFolder .uyd-linkbutton,
#UseyourDrive-UserToFolder .uyd-unlinkbutton{
  margin-top:10px;
  margin-right: 3px;
}

#UseyourDrive .entry_linkto{
  text-align: center;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 30;
  top: 70px;
}
#UseyourDrive .entry.hasfocus .entry_linkto,
#UseyourDrive .entry.isselected .entry_linkto {
  display:block;
}.aesop-component {
  position: relative;
  margin: 2rem auto;
}
.aesop-component.aesop-image-component {
  margin: 0;
}
.aesop-component + p {
  margin-top: 0;
}
.aesop-component-align-center {
  margin-left: auto;
  margin-right: auto;
}
.aesop-component-align-left {
  float: left;
  margin-right: 2rem;
}
.aesop-component-align-right {
  float: right;
  margin-left: 2rem;
  text-align: right;
}
.aesop-parallax-component {
  overflow: hidden;
}
.aesop-parallax-sc {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  height: 400px;
}
.aesop-parallax-sc .aesop-parallax-sc-img {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
}
.aesop-parallax-sc .aesop-parallax-sc-img.is-parallax {
  top: -150px;
}
@media (max-width: 800px) {
  .aesop-parallax-sc .aesop-parallax-sc-img.is-parallax {
    top: -100px;
  }
}
@media (max-width: 600px) {
  .aesop-parallax-sc .aesop-parallax-sc-img.is-parallax {
    top: -80px;
  }
}
.aesop-parallax-sc .aesop-parallax-sc-caption-wrap {
  position: absolute;
  z-index: 1;
}
.aesop-parallax-sc .aesop-lb-link {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.aesop-parallax-sc .aesop-lb-link i {
  color: white;
}
.aesop-parallax-sc:hover .aesop-lb-link {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.aesop-parallax-sc .aesop-parallax-sc-floater {
  position: absolute;
  z-index: 1;
}
.aesop-parallax-sc .aesop-parallax-sc-floater.floater-right {
  right: 30px;
}
.aesop-parallax-sc .aesop-parallax-sc-floater.floater-left {
  left: 30px;
}
.aesop-parallax-sc .aesop-parallax-sc-floater.floater-center {
  text-align: center;
  left: 0;
  right: 0;
}
.aesop-parallax-sc .aesop-parallax-sc-floater.floater-center * {
  margin-left: auto;
  margin-right: auto;
}
.aesop-content-component .aesop-content-comp-wrap:before,
.aesop-content-component .aesop-content-comp-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aesop-content-component .aesop-content-comp-wrap:after {
  clear: both;
}
.aesop-content-component.aesop-content-has-floater {
  overflow: hidden;
}
.aesop-content-component.aesop-content-has-floater .aesop-content-component-floater {
  position: absolute;
}
.aesop-content-component.aesop-content-has-floater .aesop-content-component-floater.floater-right {
  right: 30px;
}
.aesop-content-component.aesop-content-has-floater .aesop-content-component-floater.floater-left {
  left: 30px;
}
.aesop-content-component.aesop-content-has-floater .aesop-content-component-floater.floater-center {
  text-align: center;
  left: 0;
  right: 0;
}
.aesop-content-component.aesop-content-has-floater .aesop-content-component-floater.floater-center * {
  margin-left: auto;
  margin-right: auto;
}
.aesop-content-component .aesop-content-img {
  padding: 1.2rem;
}
.aesop-content-component .aesop-content-comp-columns-2 .aesop-content-comp-inner {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20;
  -moz-column-gap: 20;
  column-gap: 20;
}
.aesop-content-component .aesop-content-comp-columns-3 .aesop-content-comp-inner {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20;
  -moz-column-gap: 20;
  column-gap: 20;
}
.aesop-content-component .aesop-content-comp-columns-4 .aesop-content-comp-inner {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20;
  -moz-column-gap: 20;
  column-gap: 20;
}
@media (max-width: 766px) {
  .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-2 .aesop-content-comp-inner,
  .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-3 .aesop-content-comp-inner,
  .aesop-content-component .aesop-content-comp-wrap.aesop-content-comp-columns-4 .aesop-content-comp-inner {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20;
    -moz-column-gap: 20;
    column-gap: 20;
    max-width: 100% !important ;
  }
}
.aesop-image-component .aesop-image-component-image {
  margin-top: 0.65rem;
}
.aesop-image-component .aesop-image-component-image.aesop-image-component-caption-right {
  text-align: right;
}
.aesop-image-component .aesop-image-component-image.aesop-image-component-caption-center {
  text-align: center;
}
.aesop-image-component .aesop-image-component-image.aesop-component-align-center img {
  margin-left: auto;
  margin-right: auto;
}
.aesop-image-component .aesop-image-component-caption {
  display: block;
  margin-bottom: 1rem;
}
.aesop-video-component {
  height: auto;
}
.aesop-video-component:before,
.aesop-video-component:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.aesop-video-component:after {
  clear: both;
}
.aesop-video-component.controls-hidden .wp-video-shortcode .mejs-overlay,
.aesop-video-component.controls-hidden .wp-video .mejs-overlay,
.aesop-video-component.controls-hidden .wp-video-shortcode .mejs-controls,
.aesop-video-component.controls-hidden .wp-video .mejs-controls {
  z-index: -1;
}
.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-left,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-left,
.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-right,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-right {
  float: none;
}
.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-center,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-center {
  text-align: center;
}
.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-left,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-left {
  text-align: left;
}
.aesop-video-component.aesop-vine-stagram-container .instagram.aesop-component-align-right,
.aesop-video-component.aesop-vine-stagram-container .vine.aesop-component-align-right {
  text-align: right;
}
.aesop-video-component.aesop-vine-stagram-container.aesop-vine-stagram-container-left .aesop-video-component-caption {
  text-align: left;
}
.aesop-video-component.aesop-vine-stagram-container.aesop-vine-stagram-container-right .aesop-video-component-caption {
  text-align: right;
}
.aesop-video-component.aesop-vine-stagram-container.aesop-vine-stagram-container-center {
  text-align: center;
}
.aesop-video-component.aesop-vine-stagram-container .aesop-video-component-caption {
  float: none;
}
.aesop-video-component.aesop-component-align-left,
.aesop-video-component.aesop-component-align-right {
  position: relative;
  float: none !important;
}
.aesop-video-component.aesop-component-align-left .aesop-video-container.aesop-component-align-left,
.aesop-video-component.aesop-component-align-right .aesop-video-container.aesop-component-align-left,
.aesop-video-component.aesop-component-align-left .aesop-video-container.aesop-component-align-right,
.aesop-video-component.aesop-component-align-right .aesop-video-container.aesop-component-align-right {
  float: none !important;
}
.aesop-video-component.aesop-component-align-left .aesop-video-container.aesop-component-align-left,
.aesop-video-component.aesop-component-align-right .aesop-video-container.aesop-component-align-left {
  margin-right: auto;
  margin-left: 0;
}
.aesop-video-component.aesop-component-align-left .aesop-video-container.aesop-component-align-right,
.aesop-video-component.aesop-component-align-right .aesop-video-container.aesop-component-align-right {
  float: none !important;
  margin-left: auto;
  margin-right: 0;
}
.aesop-video-component.aesop-component-align-left {
  margin-right: auto;
  margin-left: 0;
}
.aesop-video-component.aesop-component-align-right {
  margin-left: auto;
  margin-right: 0;
}
.aesop-video-component .self .mejs-container,
.aesop-video-component .self .wp-video {
  height: 0 !important;
  padding-bottom: 56.25%;
  width: 100% !important;
  max-width: 100% !important;
}
.aesop-video-component .self .mejs-overlay-button {
  margin-top: 25% !important;
}
.aesop-video-component .self .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.aesop-quote-component {
  -webkit-transform: translateZ(0);
}
.aesop-quote-component.quote-left-right {
  overflow: hidden;
}
.aesop-collection-grid.aesop-collection-grid-2col .aesop-collection-item {
  width: 50%;
}
.aesop-collection-grid.aesop-collection-grid-3col .aesop-collection-item {
  width: 33.333%;
}
.aesop-collection-grid.aesop-collection-grid-4col .aesop-collection-item {
  width: 25%;
}
.aesop-collection-grid.aesop-collection-grid-5col .aesop-collection-item {
  width: 20%;
}
.aesop-article-chapter-wrap {
  height: auto;
  overflow: hidden;
}
.aesop-article-chapter-wrap .wp-video-shortcode,
.aesop-article-chapter-wrap .wp-video {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}
.aesop-article-chapter-wrap .wp-video-shortcode .mejs-overlay,
.aesop-article-chapter-wrap .wp-video .mejs-overlay {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.aesop-article-chapter-wrap .wp-video-shortcode .mejs-controls,
.aesop-article-chapter-wrap .wp-video .mejs-controls {
  z-index: -1;
}
.aesop-article-chapter-wrap.aesop-chapter-full .aesop-article-chapter {
  height: 600px;
}
.aesop-video-chapter .aesop-cover-title {
  position: absolute;
}
.os-ios .aesop-stacked-img {
  background-attachment: scroll;
}
.aesop-gallery-component {
  position: relative;
}
.aesop-stacked-gallery-wrap {
  -webkit-transition: all 0.75s linear;
  transition: all 0.75s linear;
}
.aesop-stacked-gallery-wrap.no-height {
  -webkit-transition: all 0.75s linear;
  transition: all 0.75s linear;
}
.aesop-sequence-gallery-wrap .aesop-sequence-img {
  margin-left: auto;
  margin-right: auto;
}
.aesop-photoset-gallery-wrap .photoset-cell {
  position: relative;
}
.aesop-photoset-gallery-wrap .aesop-photoset-caption {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-title,
.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-caption {
  display: table;
}
.aesop-gallery-edit {
  display: block;
}
.aesop-grid-gallery ul {
  margin: 0;
  padding: 0;
}
.aesop-grid-gallery ul .aesop-grid-gallery-item {
  list-style-type: none;
  position: relative;
  line-height: 0;
}
.aesop-grid-gallery a {
  color: inherit;
}
.aesop-grid-gallery .aesop-grid-gallery-caption {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 8px;
  font-size: 14px;
  line-height: 18px;
}
.aesop-map-component .leaflet-popup-content-wrapper,
.aesop-map-component .leaflet-popup-tip {
  border-radius: 4px;
}
.aesop-map-component .leaflet-popup-content {
  margin: 9px 15px;
}
.aesop-sticky-map .aesop-map-component {
  position: fixed;
  margin: 0;
  z-index: 120;
}
.aesop-sticky-map .aesop-map-component:before {
  content: '';
  position: absolute;
  z-index: 99;
}
.aesop-sticky-map.aesop-sticky-map-left {
  padding-left: 250px;
}
.aesop-sticky-map.aesop-sticky-map-left .aesop-map-component {
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
}
.aesop-sticky-map.aesop-sticky-map-left .aesop-map-component:before {
  right: 0;
  top: 0;
  height: 100%;
  width: 10px;
  left: 240px;
  -webkit-box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, 0.2);
}
.aesop-sticky-map.aesop-sticky-map-top {
  padding-top: 220px;
}
.aesop-sticky-map.aesop-sticky-map-top .aesop-map-component {
  height: 220px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.aesop-sticky-map.aesop-sticky-map-top .aesop-map-component:before {
  right: 0;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  top: 210px;
  -webkit-box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.2);
}
.aesop-sticky-map.aesop-sticky-map-right {
  padding-right: 250px;
}
.aesop-sticky-map.aesop-sticky-map-right .aesop-map-component {
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
}
.aesop-sticky-map.aesop-sticky-map-right .aesop-map-component:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  right: 240px;
  -webkit-box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, 0.2);
}
.aesop-sticky-map.aesop-sticky-map-bottom {
  padding-bottom: 220px;
}
.aesop-sticky-map.aesop-sticky-map-bottom .aesop-map-component {
  height: 220px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.aesop-sticky-map.aesop-sticky-map-bottom .aesop-map-component:before {
  right: 0;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  bottom: 210px;
  -webkit-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .aesop-sticky-map.aesop-sticky-map-left,
  .aesop-sticky-map.aesop-sticky-map-top,
  .aesop-sticky-map.aesop-sticky-map-right,
  .aesop-sticky-map.aesop-sticky-map-bottom {
    padding: 0;
  }
  .aesop-sticky-map.aesop-sticky-map-left .aesop-map-component,
  .aesop-sticky-map.aesop-sticky-map-top .aesop-map-component,
  .aesop-sticky-map.aesop-sticky-map-right .aesop-map-component,
  .aesop-sticky-map.aesop-sticky-map-bottom .aesop-map-component {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (max-width: 400px) {
  .aesop-stacked-img {
    background-position: bottom center;
    background-attachment: scroll !important;
    padding-bottom: 58.25%;
  }
}
.aesop-gallery-component {
  z-index: 0;
}
.aesop-grid-gallery {
  position: relative;
}
.fotorama__wrap {
  margin: 0 auto;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__wrap * {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(/wp-content/plugins/aesop-story-engine/public/assets/img/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(/wp-content/plugins/aesop-story-engine/public/assets/img/fotorama@2x.png) no-repeat;
    background-size: 96px 160px;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-action,
#swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  opacity: 0.95;
}
#swipebox-caption {
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
  color: #d6d6d6;
}
html.swipebox {
  overflow: hidden!important;
}
#swipebox-overlay img {
  border: none!important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}
#swipebox-slider .slide {
  background: url(/wp-content/plugins/aesop-story-engine/public/assets/img/loader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}
#swipebox-action.force-visible-bars {
  bottom: 0!important;
}
#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}
#swipebox-caption.force-visible-bars {
  top: 0!important;
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(/wp-content/plugins/aesop-story-engine/public/assets/img/icons.png);
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }
  #swipebox-action #swipebox-prev {
    right: 60px;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
}
.aesop-component-caption {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.aesop-parallax-sc-caption-wrap {
  position: absolute;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: .25rem .75rem;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 400px;
  color: #555;
}
.aesop-parallax-sc-caption-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}
.aesop-parallax-sc-caption-wrap.top-left {
  top: 20px;
  left: 20px;
}
.aesop-parallax-sc-caption-wrap.top-right {
  top: 20px;
  right: 20px;
  text-align: right;
}
.aesop-parallax-sc-caption-wrap.bottom-right {
  bottom: 20px;
  right: 20px;
  text-align: right;
}
.aesop-stacked-gallery-wrap.low-index {
  z-index: -1;
}
.aesop-image-component .swipebox {
  display: block;
}
.aesop-image-component .swipebox:hover {
  text-decoration: none;
}
.aesop-image-component .aesop-img-enlarge {
  margin: 0 0 0.5rem;
}
.aesop-image-component .aesop-img-enlarge,
.aesop-image-component .aesop-image-component-caption {
  color: #222;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.aesop-image-component .aesop-cap-cred,
.aesop-image-component .aesop-img-enlarge {
  text-transform: uppercase;
}
.aesop-image-component .aesop-image-component-caption {
  margin-top: 0.5rem;
}
.aesop-image-component .aesop-cap-cred {
  margin-top: 0.35rem;
  padding-top: 0.5rem;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.mejs-container {
  width: 100%;
}
.mejs-container + p {
  margin-top: 1rem;
}
.aesop-video-component .aesop-video-component-caption {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.aesop-quote-component {
  position: relative;
  display: table;
}
.aesop-quote-component blockquote {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 4rem;
  border-left: none;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.aesop-quote-component blockquote.aesop-component-align-left {
  margin-right: 0;
}
.aesop-quote-component blockquote.aesop-component-align-center {
  text-align: center;
}
.aesop-quote-component.aesop-quote-faded blockquote {
  opacity: 1;
  filter: alpha(opacity=100);
}
.aesop-quote-component.aesop-quote-type-pull {
  padding: 0;
}
.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-left {
  float: left;
  border-left: 5px solid #007aac;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-right {
  float: right;
  border-right: 5px solid #007aac;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-center {
  border-top: 5px solid #007aac;
  padding-top: 1rem;
}
@media (max-width: 600px) {
  .aesop-quote-component.aesop-quote-type-pull {
    float: none;
    width: 100% !important;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
  }
}
.aesop-document-component {
  margin: 1rem auto;
}
.aesop-document-component a {
  font-size: 12px;
  font-family: Arial, 'sans-serif';
  color: #222;
  margin: 0;
  line-height: 14px;
}
.aesop-document-component a:hover {
  text-decoration: none;
}
.aesop-document-component a span {
  border-bottom: 1px solid #222;
  display: inline-block;
  position: relative;
  padding-left: 13px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-size: 12px;
  color: #222;
  clear: both;
  letter-spacing: 0.05em;
}
.aesop-document-component .aesop-pdf {
  width: 100%;
  height: 900px;
}
.aesop-sequence-gallery-wrap {
  counter-reset: sequence-counter;
}
.aesop-sequence-img-wrap {
  margin-bottom: 2rem;
}
.aesop-sequence-img-wrap:last-of-type {
  margin-bottom: 0;
}
.aesop-sequence-img-wrap .aesop-sequence-img:first-of-type {
  margin-top: 0;
}
.aesop-sequence-img-wrap .aesop-sequence-caption {
  margin: 2rem auto;
  position: relative;
  padding-left: 2rem;
}
.aesop-sequence-img-wrap .aesop-sequence-caption:before {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  content: counter(sequence-counter);
  counter-increment: sequence-counter;
}
.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-title,
.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-caption {
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 8px;
  color: #555;
}
.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-title {
  font-size: 14px;
  line-height: 14px;
}
.aesop-photoset-gallery-wrap .aesop-photoset-caption .aesop-photoset-caption-caption {
  font-size: 12px;
  line-height: 14px;
}
.aesop-gallery-photoset i {
  position: absolute;
  color: white;
  left: 0;
  width: 100%;
  top: 46%;
  text-decoration: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.aesop-gallery-photoset i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.aesop-timeline ol:after {
  content: '';
  background-image: url('/wp-content/plugins/aesop-story-engine/public/assets/img/timeline-break.png');
  background-repeat: repeat-x;
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -5px;
}
.aesop-error {
  background: #d9534f;
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  font-family: Arial;
}
.aesop-error a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}
.aesop-lazy-img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
/* @noflip */
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
}
/* This stylesheet is used to style the public-facing components of the plugin. */
html, 
body { 
	min-height: 100% !important; 
	height: auto !important; 
}
.spu-box, .spu-box *{
	box-sizing: border-box;
}
.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.spu-box:before,
.spu-box:after {
    content:"";
    display:table;
}
.spu-box:after {
    clear:both;
}
/* Triggers "haslayout" for IE6/7 */
.spu-box {
    zoom:1;
}
.spu-box { 
	position:fixed;
	z-index: 999999;
	-moz-box-shadow: 0 0 10px 1px #666;
	-webkit-box-shadow: 0 0 10px 1px #666;
	box-shadow: 0 0 10px 1px #666;
	padding: 25px;
	margin: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	max-width: 100%;
}
.spu-box.spu-centered{
	margin: 0;
}
/** Some basic css for box content**/
.spu-box h1{
	margin: 1.414285714rem 0;
	font-size: 1.4em;
}	
.spu-box h2{
	margin: 1.414285714rem 0;
	font-size: 1.2em;
}	
.spu-box h3{
	margin: 1.414285714rem 0;
	font-size: 1.0em;
}	
.spu-box p{
	margin: 0 0 1.414285714rem;
}
.spu-box img{
    max-width: 100%;
    height: auto;
}
/** end basic style**/
.spu-box.spu-top-left{ 
	top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-top-right{ 
	top: 0; right: 0; bottom: auto; left: auto;
}

.spu-box.spu-bottom-left{ 
	bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-bottom-right{ 
	bottom: 0; right: 0; top: auto; left: auto;
}

.spu-content > *:first-child {	
	margin-top: 0; padding-top: 0;
}

.spu-content > *:last-child {
	margin-bottom:0; padding-bottom:0;
}

.spu-close{ 
	position:absolute; 
	right:8px;
	top:5px;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 30px;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .3;
	filter: alpha(opacity=30);
    color: #000;
}
p.spu-powered {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0px;
}
p.spu-powered a{
    color: #ccc;
    text-decoration: underline;
}
.spu-close:hover, .spu-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity=60);
}
.spu-shortcode {
 	float: left;
 	line-height: normal !important;
}
.spu-facebook-page{
    text-align: center;
    display: block;
}
.spu-shortcode iframe{
	max-width: 1200px;
}
.spu_shortcodes{
	zoom: 1;
}
.spu-content .wysija-msg li{
    list-style: none;
}
.spu_shortcodes:before, 
.spu_shortcodes:after { content: ""; display: table; }
.spu_shortcodes:after { clear: both; }

@font-face {
    font-family: 'spufont';
    src:url('/wp-content/plugins/popups/public/assets/fonts/spufont.eot?sze5my');
    src:url('/wp-content/plugins/popups/public/assets/fonts/spufont.eot?#iefixsze5my') format('embedded-opentype'),
    url('/wp-content/plugins/popups/public/assets/fonts/spufont.woff?sze5my') format('woff'),
    url('/wp-content/plugins/popups/public/assets/fonts/spufont.ttf?sze5my') format('truetype'),
    url('/wp-content/plugins/popups/public/assets/fonts/spufont.svg?sze5my#spufont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="spu-icon-"], [class*=" spu-icon-"] {
    font-family: 'spufont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.spu-icon-envelope:before {
    content: "\f003";
}

.spu-icon-check:before {
    content: "\f00c";
}

.spu-icon-close:before {
    content: "\f00d";
}

.spu-icon-eye:before {
    content: "\f06e";
}

.spu-icon-gears:before {
    content: "\f085";
}

.spu-icon-angle-up:before {
    content: "\f106";
}

.spu-icon-angle-down:before {
    content: "\f107";
}

.spu-icon-spinner:before {
    content: "\f110";
}

.spu-spinner {
    -webkit-animation: spu-rotate 1s infinite linear;
    -moz-animation: spu-rotate 1s infinite linear;
    -o-animation: spu-rotate 1s infinite linear;
    margin: 5px;
    display: none;
}
@keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 620px) {
	.spu-box.taller-than-viewport {
		left: 0 !important;
		top: 100px !important;
		position: absolute !important;
	}

	.spu-box{
		margin: 0;
	}
}/**
 * WP jQuery Lightbox
 * Version 1.3.4 - 2011-12-29
 * http://wordpress.org/extend/plugins/wp-jquery-lightbox/ 
 */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10100;/*twentyeleven keeps the header at 999...*/
	text-align: center;
	line-height: 0;
	}

#jqlb_loading{
	height:32px;
	background-image:url('/wp-content/plugins/wp-lightbox-2/styles/images/loading.gif');
	background-repeat:no-repeat;				
	background-position:center center; 		
}	
#jqlb_closelabel{
	height:22px;
	background-image:url('/wp-content/plugins/wp-lightbox-2/styles/images/closelabel.gif');
	background-repeat:no-repeat;				
	background-position:center center;
}	

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 45%;
	height: 100%;
	background: transparent url('/wp-content/plugins/wp-lightbox-2/styles/images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('/wp-content/plugins/wp-lightbox-2/styles/images/prev.gif') left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('/wp-content/plugins/wp-lightbox-2/styles/images/next.gif') right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
#downloadLink{
margin-left: 10px;
}	
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10090;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
/*
----------------------------------------------------------
[Table of contents]

#Normalize
#Scaffolding
#Type
#Lists
#Code
#Grid
#Tables
#Forms
#Buttons
#Icons
#Component-animations
#Button-groups
#Navs
#Navbar
#Breadcrumbs
#Alerts
#Panels
#Dividers
#Pricing-tables
#Fluid-objects
#Preloader
#Tooltip
#Post
#Portfolio

Menus
#Menu-Structure
#Menu-Position
#Menu-Toggle

Plugins
#Isotope
#iLightbox
#OwlCarousel
#OwlCarousel-Textual

Styles
#Elements-text
#Headers
#Thumbs
#Overlay
#Onepage-scroll
#Widgets
#Footer
#Comments
#Author
#Testimonials
#Twitter
#Share
#VC-Modules
#Media-Elements
#LiveSearch

Animations
#Animation

----------------------------------------------------------
*/
/*
----------------------------------------------------------

#Normalize

----------------------------------------------------------
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
----------------------------------------------------------

#Scaffolding

----------------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
@media (max-width: 569px) {
  html {
    margin-top: 0px;
  }
}
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  overflow: initial !important;
}
.box-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-container {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}
.main-background {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-background > div {
  width: 100%;
  height: 100%;
}
.main-wrapper {
  width: 100%;
  height: 100%;
}
.hmenu .main-wrapper {
  display: table-row;
}
.main-container .row-content {
  height: 100%;
}
@media (max-width: 959px) {
  .main-container {
    padding-top: 0px !important;
  }
}
.sections-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.page-wrapper,
.page-body {
  display: table-row;
  width: 100%;
  height: 100%;
}
.main-container > .row > .row-inner > div[class*=col-lg-]:not(:first-child),
.main-container > .row:not(:first-child) > .row-inner > div[class*=col-lg-] {
  border-top-width: 0px !important;
}
.no-vmargin > .row-inner > div[class*=col-lg-]:not(.logo-container) {
  padding: 0px;
}
@media (max-width: 569px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .tablet-hidden {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .desktop-hidden {
    display: none !important;
  }
}
.post-wrapper,
.margin-auto {
  margin: auto;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  outline: 0;
  border: 0;
  text-decoration: none;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
}
*:focus {
  outline: none;
}
button {
  outline: 0;
  border: 0;
}
figure {
  margin: 0;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
img.adaptive-async,
img.async-done {
  width: 100%;
  height: auto;
  max-width: none;
}
.async-blurred {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: -webkit-filter 0.3s ease-out;
  -moz-transition: -moz-filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out,-moz-filter 0.3s ease-out,-o-filter 0.3s ease-out,filter 0.3s ease-out;
}
.async-blurred.async-done {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-round {
  border-radius: 4px;
}
.img-round > .t-inside {
  border-radius: 4px;
}
.img-round > img {
  border-radius: 4px;
}
.img-round .t-entry-visual-cont > a {
  border-radius: 4px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.img-circle > img {
  border-radius: 50%;
}
hr {
  margin: 27px 0px 27px 0px;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
}
hr.separator-no-padding {
  margin-top: 0px;
  margin-bottom: 0px;
}
hr.separator-double-padding {
  margin: 54px 0px 54px 0px;
}
hr.no-top-margin {
  margin-top: 0px;
}
hr.double-top-margin {
  margin-top: 72px;
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.separator-break {
  margin-left: auto;
  margin-right: auto;
}
.uncode_text_column > *:first-child {
  margin-top: 0px;
}
.detail-container {
  display: table;
  table-layout: fixed;
}
.detail-container .detail-label {
  min-width: 108px;
  display: table-cell;
}
.detail-container .detail-value {
  display: table-cell;
}
.detail-container a {
  font-weight: 400;
}
.std-block-padding {
  padding: 72px 36px 72px 36px;
}
@media (max-width: 1499px) {
  .std-block-padding {
    padding: 54px 36px 54px 36px;
  }
}
@media (max-width: 959px) {
  .std-block-padding {
    padding: 36px 36px 36px 36px;
  }
}
.std-top-padding {
  padding-top: 72px;
}
@media (max-width: 1499px) {
  .std-top-padding {
    padding-top: 54px;
  }
}
@media (max-width: 959px) {
  .std-top-padding {
    padding-top: 36px;
  }
}
.std-bottom-padding {
  padding-bottom: 72px;
}
@media (max-width: 1499px) {
  .std-bottom-padding {
    padding-bottom: 54px;
  }
}
@media (max-width: 959px) {
  .std-bottom-padding {
    padding-bottom: 36px;
  }
}
/*
----------------------------------------------------------

#Type

----------------------------------------------------------
*/
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 35px;
  line-height: 1.2;
  margin: 27px 0 0;
}
@media (max-width: 339px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
h2,
.h2 {
  font-size: 29px;
  line-height: 1.2;
  margin: 27px 0 0;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 27px 0 0;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 27px 0 0;
}
h5,
.h5 {
  font-size: 17px;
  line-height: 1.2;
  margin: 27px 0 0;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 1.2;
  margin: 27px 0 0;
}
p,
li,
dt,
dd,
dl,
address,
label,
small,
pre,
code {
  font-size: 15px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.site-footer p,
.site-footer li,
.site-footer dt,
.site-footer dd,
.site-footer dl,
.site-footer address,
.site-footer label,
.site-footer small,
.site-footer pre,
.site-footer code,
aside p,
aside li,
aside dt,
aside dd,
aside dl,
aside address,
aside label,
aside small,
aside pre,
aside code {
  font-size: 14px;
}
p.text-top-reduced {
  margin-top: 9px;
}
div.text-top-reduced > *:first-child {
  margin-top: 9px;
}
small,
figcaption {
  font-size: 12px;
}
figcaption {
  margin: 9px 0px 0px 0px;
}
ul,
ol {
  margin: 18px 0px 0px 0px;
  padding-left: 18px;
}
ul,
ol {
  padding: 0;
}
ul i,
ol i {
  margin-right: 18px;
}
ul {
  list-style: none;
}
ol {
  margin-left: 18px;
}
ul li,
ol li {
  margin-top: 0;
}
ul > li > ul,
ol > li > ol {
  margin-left: 9px;
  padding-left: 0;
  margin-top: 0;
}
dl {
  margin: 18px 18px 0px 18px;
}
dl dt {
  font-weight: 600;
}
dd {
  margin-top: 0;
}
dl dd {
  margin-bottom: 0px;
}
dl dt:first-child {
  margin-top: 0px;
}
blockquote {
  margin: 27px 0px 27px 0px;
  padding: 0px 0px 0px 27px;
  border-left: 2px solid;
}
blockquote p {
  font-size: 18px;
  line-height: 1.75;
  margin: 18px 0 0;
}
blockquote p:first-child {
  margin-top: 0px;
}
blockquote small {
  font-size: 13px;
  margin: 9px 0px 0px 0px;
  margin-bottom: 0;
  display: inline;
}
blockquote small:before {
  content: "-";
  margin: 0px 9px 0px 0px;
}
blockquote.pullquote > p:first-of-type {
  quotes: "\201C" "\201D";
}
blockquote.pullquote > p:first-of-type:before {
  font-family: Georgia, serif;
  content: open-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: .2em;
}
blockquote.pullquote > p:first-of-type:after {
  font-family: Georgia, serif;
  content: close-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-left: .1em;
}
cite {
  font-style: normal;
}
mark {
  color: #fff;
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: 600;
}
.messagebox_text {
  color: #fff;
  padding: 18px;
  border-radius: 4px;
  font-weight: 600;
}
.messagebox_text > * {
  margin-top: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-lead,
.text-lead > * {
  font-size: 18px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin: 36px 0px 0px 0px;
}
.text-lead.text-top-reduced {
  margin: 9px 0px 0px 0px;
}
.text-bold {
  font-weight: 600;
}
.font-weight-100,
.font-weight-100 *:not(strong):not(b) {
  font-weight: 100 !important;
}
.font-weight-200,
.font-weight-200 *:not(strong):not(b) {
  font-weight: 200 !important;
}
.font-weight-300,
.font-weight-300 *:not(strong):not(b) {
  font-weight: 300 !important;
}
.font-weight-400,
.font-weight-400 *:not(strong):not(b) {
  font-weight: 400 !important;
}
.font-weight-500,
.font-weight-500 *:not(strong):not(b) {
  font-weight: 500 !important;
}
.font-weight-600,
.font-weight-600 *:not(strong):not(b) {
  font-weight: 600 !important;
}
.font-weight-700,
.font-weight-700 *:not(strong):not(b) {
  font-weight: 700 !important;
}
.font-weight-800,
.font-weight-800 *:not(strong):not(b) {
  font-weight: 800 !important;
}
.font-weight-900,
.font-weight-900 *:not(strong):not(b) {
  font-weight: 900 !important;
}
/*
----------------------------------------------------------

#Lists

----------------------------------------------------------
*/
ul.icons {
  margin: 0;
  padding: 0 !important;
}
ul.icons li {
  list-style: none;
  margin: 5px 0px 0px 0px;
  vertical-align: top;
}
ul.icons li .fa {
  margin-right: 13.5px;
  font-size: 1em;
  line-height: .7em;
  position: relative;
  top: 3px;
}
.uncode-list ul.text-large li {
  font-size: 1.2em;
}
/*
----------------------------------------------------------

#Code

----------------------------------------------------------
*/
code,
kbd,
pre,
samp {
  font-family: Monaco, monospace;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.75;
  margin: 18px 0 0;
}
code {
  padding: 4px;
}
pre {
  display: block;
  margin: 18px 0px 0px 0px;
  padding: 18px 18px 18px 18px;
  border: 1px solid;
}
/*
----------------------------------------------------------

#Grid

----------------------------------------------------------
*/
/*
----------------------------------------------------------
#Rows
----------------------------------------------------------
*/
.row-inner {
  display: table-row;
}
@media (max-width: 959px) {
  .row-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .ie:not(.ie11) .row-inner,
  .safari5 .row-inner {
    display: block;
  }
}
@media (min-width: 960px) {
  .row-inner.restrict,
  .row-inner.restrict > div {
    height: 1px;
  }
}
@media (min-width: 960px) {
  .row-inner.expand {
    height: 100%;
  }
}
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
html.ie:not(.ie11) .page-wrapper .row.row-parent,
html.safari5 .page-wrapper .row.row-parent {
  display: block;
}
@media (max-width: 959px) {
  .row .row-internal {
    height: auto;
  }
}
@media (min-width: 570px) {
  .row.row-max-height {
    max-height: none;
  }
}
@media (max-width: 959px) {
  .row[data-minheight] > .row-inner > div[class*=col-lg-] {
    height: 100%;
  }
}
.row .uncol {
  display: block;
  overflow: hidden;
  position: relative;
}
.row .uncoltable {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .row .uncoltable {
    padding-top: 0 !important;
  }
}
.row .uncell {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: inherit;
  border: 0;
}
.ie .row .uncell,
.safari5 .row .uncell {
  position: static;
}
.row .uncell.no-block-padding {
  padding: 0px 0px 0px 0px;
}
.row .uncell.one-block-padding {
  padding: 1px;
}
.row .column-rows {
  padding: 0px !important;
}
.row .column-rows > .uncont {
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 960px) {
  .row .uncont.col-custom-width {
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
  }
}
.row .uncont > * {
  position: relative;
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont {
  text-align: center;
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .btn,
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .btn-link {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .icon-media {
  margin-left: auto;
  margin-right: auto;
}
.row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont {
  text-align: right;
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
}
.row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont .icon-media {
  margin-right: 0;
  margin-left: auto;
}
.row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont {
  text-align: left;
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}
.row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont .icon-media {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
  }
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
  }
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: left;
  }
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: left;
  }
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: right;
  }
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: right;
  }
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-right: 0;
    margin-left: auto;
  }
}
.row div[class*=col-lg-].pos-left > .uncol > .uncoltable > .uncell > .uncont {
  margin: 0px;
}
.row div[class*=col-lg-].pos-center > .uncol > .uncoltable > .uncell > .uncont {
  margin: 0 auto;
}
.row div[class*=col-lg-].pos-right > .uncol > .uncoltable > .uncell > .uncont {
  margin-left: auto;
}
.row div[class*=col-lg-].pos-top,
.row div[class*=col-lg-].pos-top .uncell {
  vertical-align: top;
}
.row div[class*=col-lg-].pos-middle .uncell,
.row div[class*=col-lg-].pos-middle {
  vertical-align: middle;
}
.row div[class*=col-lg-].pos-bottom,
.row div[class*=col-lg-].pos-bottom .uncell {
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .row div[class*=col-lg-] {
    padding: 36px 0px 0px 0px;
  }
}
.row div.column_child.align_center > .uncol > .uncoltable > .uncell > .uncont {
  text-align: center;
}
.row div.column_child.align_center > .uncol > .uncoltable > .uncell > .uncont hr {
  margin-left: auto;
  margin-right: auto;
}
.row div.column_child.align_justify > .uncol > .uncoltable > .uncell > .uncont {
  text-align: justify;
}
.row div.column_child.align_justify > .uncol > .uncoltable > .uncell > .uncont hr {
  margin-left: auto;
  margin-right: auto;
}
.row div.column_child.align_right > .uncol > .uncoltable > .uncell > .uncont {
  text-align: right;
}
.row div.column_child.align_right > .uncol > .uncoltable > .uncell > .uncont hr {
  margin-right: 0;
  margin-left: auto;
}
.row div.column_child.align_left > .uncol > .uncoltable > .uncell > .uncont {
  text-align: left;
}
.row div.column_child.align_left > .uncol > .uncoltable > .uncell > .uncont hr {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div.column_child.align_center_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
  }
  .row div.column_child.align_center_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 569px) {
  .row div.column_child.align_center_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
  }
  .row div.column_child.align_center_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div.column_child.align_left_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: left;
  }
  .row div.column_child.align_left_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 569px) {
  .row div.column_child.align_left_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: left;
  }
  .row div.column_child.align_left_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div.column_child.align_right_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: right;
  }
  .row div.column_child.align_right_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 569px) {
  .row div.column_child.align_right_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: right;
  }
  .row div.column_child.align_right_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: 0;
    margin-left: auto;
  }
}
.row div.column_child.pos-left > .uncol > .uncoltable > .uncell > .uncont {
  margin: 0px;
}
.row div.column_child.pos-center > .uncol > .uncoltable > .uncell > .uncont {
  margin: 0 auto;
}
.row div.column_child.pos-right > .uncol > .uncoltable > .uncell > .uncont {
  margin-left: auto;
}
.row div.column_child.pos-top,
.row div.column_child.pos-top .uncell {
  vertical-align: top;
}
.row div.column_child.pos-middle .uncell,
.row div.column_child.pos-middle {
  vertical-align: middle;
}
.row div.column_child.pos-bottom,
.row div.column_child.pos-bottom .uncell {
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .row div.column_child {
    padding: 36px 0px 0px 0px;
  }
}
.row .limit-width-inner {
  margin: auto !important;
}
.row-background,
.column-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.row-background .background-overlay,
.column-background .background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.row-background .background-overlay-inner,
.column-background .background-overlay-inner {
  height: 100%;
}
.row-background .parallax-content.video > *,
.column-background .parallax-content.video > * {
  top: 0px !important;
}
.row-background .uncode-video-container,
.column-background .uncode-video-container {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.row-background .uncode-video-container > *,
.column-background .uncode-video-container > * {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
}
.row-background .self-video .wp-video,
.column-background .self-video .wp-video,
.row-background .self-video .mejs-video,
.column-background .self-video .mejs-video,
.row-background .self-video .mejs-inner,
.column-background .self-video .mejs-inner,
.row-background .self-video .mejs-mediaelement,
.column-background .self-video .mejs-mediaelement,
.row-background .self-video video,
.column-background .self-video video {
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.row-background .mejs-controls,
.column-background .mejs-controls,
.row-background .mejs-layers,
.column-background .mejs-layers {
  display: none;
}
.row-background .background-wrapper,
.column-background .background-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .row-background .background-wrapper,
  .column-background .background-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: 100% !important;
  }
}
.row-background .background-wrapper .background-inner,
.column-background .background-wrapper .background-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
}
@media (max-width: 1499px) {
  .row-background .background-wrapper .background-inner,
  .column-background .background-wrapper .background-inner {
    background-size: cover;
  }
}
.row-background .background-wrapper .background-inner[data-imgready="true"]:not(.uncode-video-container),
.column-background .background-wrapper .background-inner[data-imgready="true"]:not(.uncode-video-container) {
  opacity: 1;
}
.half-block-padding {
  padding: 18px 18px 18px 18px;
}
.single-block-padding {
  padding: 36px 36px 36px 36px;
}
.double-block-padding {
  padding: 72px;
}
@media (max-width: 1699px) {
  .double-block-padding {
    padding: 54px;
  }
}
@media (max-width: 1499px) {
  .double-block-padding {
    padding: 54px 36px 54px 36px;
  }
}
.triple-block-padding {
  padding: 108px;
}
@media (max-width: 1699px) {
  .triple-block-padding {
    padding: 72px;
  }
}
@media (max-width: 1499px) {
  .triple-block-padding {
    padding: 54px;
  }
}
@media (max-width: 1499px) {
  .triple-block-padding {
    padding: 54px 36px 54px 36px;
  }
}
.quad-block-padding {
  padding: 144px;
}
@media (max-width: 1699px) {
  .quad-block-padding {
    padding: 108px;
  }
}
@media (max-width: 1499px) {
  .quad-block-padding {
    padding: 72px;
  }
}
@media (max-width: 1499px) {
  .quad-block-padding {
    padding: 54px 36px 54px 36px;
  }
}
.main-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.main-container .row {
  width: 100%;
  table-layout: fixed;
}
.main-container .row .uncol {
  overflow: visible;
}
@media (max-width: 959px) {
  .main-container .row .uncol {
    position: relative !important;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .main-container .row .uncont {
    max-width: none !important;
    height: auto !important;
  }
}
@media (max-width: 959px) {
  .main-container .row.row-parent:not(.row-slider):not(.row-header),
  .main-container .row .row-parent:not(.row-slider):not(.row-header) .row {
    height: auto !important;
  }
  .main-container .row.row-parent:not(.row-slider):not(.row-header) .row-child,
  .main-container .row .row-parent:not(.row-slider):not(.row-header) .row .row-child {
    height: auto !important;
  }
}
@media (max-width: 569px) {
  .main-container .row.row-parent:not(.no-h-padding) .column_parent > .uncol > .uncoltable > .uncell > .uncont,
  .main-container .row.row-parent:not(.no-h-padding) .column_child > .uncol > .uncoltable > .uncell > .uncont {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.main-container .row .column_parent,
.main-container .row .column_child {
  clear: both;
}
.main-container .row-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.safari5 .main-container .row-inner {
  width: 100%;
}
.main-container .row-inner.row-inner-force {
  width: 100%;
}
.main-container .row-inner > div {
  padding: 0px 0px 0px 36px;
}
@media (max-width: 959px) {
  .main-container .row-inner > div:not([class*=col-md]) {
    padding: 36px 0px 0px 0px;
  }
  .main-container .row-inner > div:first-child:not([class*=col-md]) {
    padding-top: 0px;
  }
  .main-container .row-inner > div:only-child:not([class*=col-md]) {
    padding-top: 0px;
  }
  .main-container .row-inner > .mobile-hidden + div {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 569px) {
  .main-container .row-inner > div {
    padding: 36px 0px 0px 0px;
  }
  .main-container .row-inner > div:first-child {
    padding-top: 0px;
  }
  .main-container .row-inner > div:only-child {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-inner {
    margin-left: -36px;
  }
}
.main-container .row-inner > .main-inner-col > .row-container > .row {
  padding-left: 0px;
  padding-right: 0px;
}
.main-container .row-inner > .main-inner-col:first-child > .row-container {
  padding-right: 0px;
}
@media (min-width: 1500px) {
  .main-container .row-inner > .main-col-left > div > .row-parent {
    padding-right: 36px;
  }
  .main-container .row-inner > .main-col-right > div > .row-parent {
    padding-left: 36px;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .main-container .cols-md-responsive {
    margin-left: -36px;
  }
  .main-container .cols-md-responsive > div[class*=col-md] {
    padding-left: 36px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .main-container .col-one-gutter > .cols-md-responsive {
    margin-left: -2px;
  }
  .main-container .col-one-gutter > .cols-md-responsive > div[class*=col-md] {
    padding-left: 1px;
  }
  .main-container .col-half-gutter > .cols-md-responsive {
    margin-left: -18px;
  }
  .main-container .col-half-gutter > .cols-md-responsive > div[class*=col-md] {
    padding-left: 18px;
  }
  .main-container .col-double-gutter > .cols-md-responsive {
    margin-left: -36px;
  }
  .main-container .col-double-gutter > .cols-md-responsive > div[class*=col-md] {
    padding-left: 36px;
  }
  .main-container .col-no-gutter > .cols-md-responsive {
    margin-left: 0;
  }
  .main-container .col-no-gutter > .cols-md-responsive > div[class*=col-md] {
    padding-left: 0;
  }
}
.main-container .row-container {
  position: relative;
  clear: both;
  border: 0;
}
.no-touch .main-container .row-container.with-parallax > div > .background-wrapper,
.no-touch .main-container .row-container .uncell.with-parallax > div > .background-wrapper {
  height: 130%;
  height: calc(100% + 30vh);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-container .row-container .row-parent {
  padding: 36px 36px 36px 36px;
}
.main-container .row-container .row-parent .no-internal-gutter .uncont > * {
  margin-top: 0px;
}
.main-container .row-container .row-parent .one-internal-gutter .uncont > * {
  margin-top: 1px;
}
.main-container .row-container .row-parent .half-internal-gutter .uncont > * {
  margin-top: 18px;
}
.main-container .row-container .row-parent .single-internal-gutter .uncont > * {
  margin-top: 36px;
}
.main-container .row-container .row-parent .double-internal-gutter .uncont > * {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .double-internal-gutter .uncont > * {
    margin-top: 54px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .double-internal-gutter .uncont > * {
    margin-top: 36px;
  }
}
.main-container .row-container .row-parent .triple-internal-gutter .uncont > * {
  margin-top: 108px;
}
@media (max-width: 1499px) {
  .main-container .row-container .row-parent .triple-internal-gutter .uncont > * {
    margin-top: 90px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .triple-internal-gutter .uncont > * {
    margin-top: 72px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .triple-internal-gutter .uncont > * {
    margin-top: 54px;
  }
}
.main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
  margin-top: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
    margin-top: 126px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
    margin-top: 108px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
    margin-top: 90px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
    margin-top: 72px;
  }
}
.main-container .row-container .row-parent .column_child.no-internal-gutter .uncont > * {
  margin-top: 0px;
}
.main-container .row-container .row-parent .column_child.one-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 1px;
}
.main-container .row-container .row-parent .column_child.half-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 18px;
}
.main-container .row-container .row-parent .column_child.half-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 18px;
}
.main-container .row-container .row-parent .column_child.single-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 36px;
}
.main-container .row-container .row-parent .column_child.double-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .column_child.double-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 54px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .column_child.double-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 36px;
  }
}
.main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 108px;
}
@media (max-width: 1499px) {
  .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 90px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 72px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 54px;
  }
}
.main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 126px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 108px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 90px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 72px;
  }
}
.main-container .row-container .row-parent .uncont > *:first-child,
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper) > *:first-child:not(.isotope-wrapper):not(.index-wrapper),
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper) > *:first-child > *:first-child,
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper) > *:first-child:not(.isotope-wrapper):not(.index-wrapper) > *:first-child > *:first-child {
  margin-top: 0px !important;
}
.main-container .row-container .row-parent .uncont > *.desktop-hidden:first-child + * {
  margin-top: 0px !important;
}
article.hentry .main-container .row-container .row-parent {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 960px) {
  .main-container .row-container .row-parent.limit-width.fill-col-left {
    padding-left: 36px;
  }
  .main-container .row-container .row-parent.limit-width.fill-col-right {
    padding-right: 36px;
  }
}
.main-container .row-container > .row-parent:not(.row-slider) .row-child {
  padding: 0px !important;
}
@media (min-width: 960px) {
  .main-container .row-container > .row-parent .row-child > .row-inner > div {
    padding: 0px 0px 0px 36px;
  }
}
.main-container .row-container .row-w-sidebar {
  padding: 0px;
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-no-gutter > .row-inner,
  .main-container .row-container .col-no-gutter > .row-inner {
    margin-left: 0px;
  }
}
.main-container .row-container .row-child.col-no-gutter > .row-inner > div,
.main-container .row-container .col-no-gutter > .row-inner > div {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 959px) {
  .main-container .row-container .row-child.col-no-gutter > .row-inner > div,
  .main-container .row-container .col-no-gutter > .row-inner > div {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-one-gutter > .row-inner,
  .main-container .row-container .col-one-gutter > .row-inner {
    margin-left: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-one-gutter > .row-inner > div,
  .main-container .row-container .col-one-gutter > .row-inner > div {
    padding-left: 1px;
    padding-right: 0px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-child.col-one-gutter > .row-inner > div,
  .main-container .row-container .col-one-gutter > .row-inner > div {
    padding-top: 1px;
  }
  .main-container .row-container .row-child.col-one-gutter > .row-inner > div:first-child,
  .main-container .row-container .col-one-gutter > .row-inner > div:first-child {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-one-gutter > .row-inner {
    margin-left: -1px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-half-gutter > .row-inner,
  .main-container .row-container .col-half-gutter > .row-inner {
    margin-left: -18px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-half-gutter > .row-inner > div,
  .main-container .row-container .col-half-gutter > .row-inner > div {
    padding-left: 18px;
    padding-right: 0px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-child.col-half-gutter > .row-inner > div,
  .main-container .row-container .col-half-gutter > .row-inner > div {
    padding-top: 18px;
  }
  .main-container .row-container .row-child.col-half-gutter > .row-inner > div:first-child,
  .main-container .row-container .col-half-gutter > .row-inner > div:first-child {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-std-gutter > .row-inner,
  .main-container .row-container .col-std-gutter > .row-inner {
    margin-left: -54px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-std-gutter > .row-inner > div,
  .main-container .row-container .col-std-gutter > .row-inner > div {
    padding-left: 54px;
    padding-right: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-double-gutter > .row-inner,
  .main-container .row-container .col-double-gutter > .row-inner {
    margin-left: -72px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-double-gutter > .row-inner > div,
  .main-container .row-container .col-double-gutter > .row-inner > div {
    padding-left: 72px;
    padding-right: 0px;
  }
}
.main-container .row-container:not(.limit-width) .no-h-padding,
.main-container .row-container.boxed-row .no-h-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.main-container .row-container .no-top-padding {
  padding-top: 0px;
}
.main-container .row-container .no-bottom-padding {
  padding-bottom: 0px;
}
.main-container .row-container:not(.limit-width) .one-h-padding,
.main-container .row-container.boxed-row .one-h-padding {
  padding-left: 1px;
  padding-right: 1px;
}
.main-container .row-container .one-top-padding {
  padding-top: 1px;
}
.main-container .row-container .one-bottom-padding {
  padding-bottom: 1px;
}
.main-container .row-container .single-top-padding {
  padding-top: 36px;
}
.main-container .row-container .single-bottom-padding {
  padding-bottom: 36px;
}
.main-container .row-container .single-left-padding {
  padding-left: 36px;
}
.main-container .row-container .single-right-padding {
  padding-right: 36px;
}
.main-container .row-container .single-h-padding {
  padding-left: 36px;
  padding-right: 36px;
}
.main-container .row-container .double-h-padding {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 959px) {
  .main-container .row-container .double-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .std-top-padding {
  padding-top: 54px;
}
@media (max-width: 569px) {
  .main-container .row-container .std-top-padding {
    padding-top: 36px;
  }
}
.main-container .row-container .std-bottom-padding {
  padding-bottom: 54px;
}
@media (max-width: 569px) {
  .main-container .row-container .std-bottom-padding {
    padding-bottom: 36px;
  }
}
.main-container .row-container .double-top-padding {
  padding-top: 72px;
}
.main-container .row-container .double-bottom-padding {
  padding-bottom: 72px;
}
.main-container .row-container .triple-h-padding {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1699px) {
  .main-container .row-container .triple-h-padding {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .triple-h-padding {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .triple-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .triple-top-padding {
  padding-top: 108px;
}
@media (max-width: 1699px) {
  .main-container .row-container .triple-top-padding {
    padding-top: 72px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .triple-top-padding {
    padding-top: 54px;
  }
}
.main-container .row-container .triple-bottom-padding {
  padding-bottom: 108px;
}
@media (max-width: 1699px) {
  .main-container .row-container .triple-bottom-padding {
    padding-bottom: 72px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .triple-bottom-padding {
    padding-bottom: 54px;
  }
}
.main-container .row-container .quad-h-padding {
  padding-left: 144px;
  padding-right: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .quad-h-padding {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .quad-h-padding {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .quad-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .quad-top-padding {
  padding-top: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .quad-top-padding {
    padding-top: 108px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .quad-top-padding {
    padding-top: 72px;
  }
}
.main-container .row-container .quad-bottom-padding {
  padding-bottom: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .quad-bottom-padding {
    padding-bottom: 108px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .quad-bottom-padding {
    padding-bottom: 72px;
  }
}
.main-container .row-container .penta-h-padding {
  padding-left: 162px;
  padding-right: 162px;
}
@media (max-width: 1699px) {
  .main-container .row-container .penta-h-padding {
    padding-left: 144px;
    padding-right: 144px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .penta-h-padding {
    padding-left: 126px;
    padding-right: 126px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .penta-h-padding {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .penta-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .penta-top-padding {
  padding-top: 162px;
}
@media (max-width: 1699px) {
  .main-container .row-container .penta-top-padding {
    padding-top: 144px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .penta-top-padding {
    padding-top: 126px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .penta-top-padding {
    padding-top: 54px;
  }
}
.main-container .row-container .penta-bottom-padding {
  padding-bottom: 162px;
}
@media (max-width: 1699px) {
  .main-container .row-container .penta-bottom-padding {
    padding-bottom: 144px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .penta-bottom-padding {
    padding-bottom: 126px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .penta-bottom-padding {
    padding-bottom: 54px;
  }
}
.main-container .row-container .exa-h-padding {
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 1699px) {
  .main-container .row-container .exa-h-padding {
    padding-left: 162px;
    padding-right: 162px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .exa-h-padding {
    padding-left: 144px;
    padding-right: 144px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .exa-h-padding {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .exa-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .exa-top-padding {
  padding-top: 180px;
}
@media (max-width: 1699px) {
  .main-container .row-container .exa-top-padding {
    padding-top: 162px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .exa-top-padding {
    padding-top: 144px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .exa-top-padding {
    padding-top: 108px;
  }
}
.main-container .row-container .exa-bottom-padding {
  padding-bottom: 180px;
}
@media (max-width: 1699px) {
  .main-container .row-container .exa-bottom-padding {
    padding-bottom: 162px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .exa-bottom-padding {
    padding-bottom: 144px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .exa-bottom-padding {
    padding-bottom: 108px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container.limit-width.boxed-row {
    box-sizing: border-box;
    background-clip: content-box;
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .unequal.row,
.main-container .uncol.unexpand,
.main-container .uncol.unexpand > div > div > .uncont,
.main-container .unequal.row > .row-inner > div > .uncol,
.main-container .unequal .row-internal {
  height: 100%;
}
@media (min-width: 570px) and (max-width: 959px) {
  .main-container .unequal.row .cols-md-responsive > div[class*=col-lg-],
  .main-container .uncol.unexpand .cols-md-responsive > div[class*=col-lg-],
  .main-container .uncol.unexpand > div > div > .uncont .cols-md-responsive > div[class*=col-lg-],
  .main-container .unequal.row > .row-inner > div > .uncol .cols-md-responsive > div[class*=col-lg-],
  .main-container .unequal .row-internal .cols-md-responsive > div[class*=col-lg-] {
    height: 100% !important;
  }
  .main-container .unequal.row .cols-md-responsive > div[class*=col-lg-] > .uncol,
  .main-container .uncol.unexpand .cols-md-responsive > div[class*=col-lg-] > .uncol,
  .main-container .uncol.unexpand > div > div > .uncont .cols-md-responsive > div[class*=col-lg-] > .uncol,
  .main-container .unequal.row > .row-inner > div > .uncol .cols-md-responsive > div[class*=col-lg-] > .uncol,
  .main-container .unequal .row-internal .cols-md-responsive > div[class*=col-lg-] > .uncol {
    display: table-cell;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .firefox .main-container .uncol.unexpand > div > div,
  .firefox .main-container .unequal.row > .row-inner > div {
    display: inline-table;
    width: 100%;
  }
  .firefox .main-container .uncol.unexpand > div > div > .uncont,
  .firefox .main-container .unequal.row > .row-inner > div > .uncont,
  .firefox .main-container .uncol.unexpand > div > div > .uncol,
  .firefox .main-container .unequal.row > .row-inner > div > .uncol {
    display: table-cell;
  }
  html:not(.ie):not(.firefox) .main-container .cols-md-responsive {
    height: 100% !important;
  }
}
/*
----------------------------------------------------------
#Columns
----------------------------------------------------------
*/
.col-lg-0 {
  padding: 27px 36px 27px 36px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding: 36px 36px 36px 36px;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
  position: relative;
}
@media (min-width: 960px) {
  .col-lg-0,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    display: table-cell;
    height: 100%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .row .uncoltable {
    min-height: 0 !important;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .col-md-100,
  .col-md-75,
  .col-md-66,
  .col-md-50,
  .col-md-33,
  .col-md-25,
  .col-md-16 {
    display: inline-table;
    table-layout: fixed;
  }
  .col-md-100 {
    width: 100%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-66 {
    width: 66.666666667%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-33 {
    width: 33.33333333%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-16 {
    width: 16.666666667%;
  }
}
.col-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.block-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/*
----------------------------------------------------------
#Columns offgrid
----------------------------------------------------------
*/
@media (min-width: 960px) {
  .shift_x_half {
    left: 18px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_single {
    left: 36px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_double {
    left: 72px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_triple {
    left: 108px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_quad {
    left: 144px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_neg_half {
    left: -18px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_neg_single {
    left: -36px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_neg_double {
    left: -72px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_neg_triple {
    left: -108px !important;
  }
}
@media (min-width: 960px) {
  .shift_x_neg_quad {
    left: -144px !important;
  }
}
.shift_y_half {
  margin-top: 18px !important;
}
@media (max-width: 569px) {
  .shift_y_half:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
.shift_y_single {
  margin-top: 36px !important;
}
@media (max-width: 569px) {
  .shift_y_single:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
.shift_y_double {
  margin-top: 72px !important;
}
@media (max-width: 1499px) {
  .shift_y_double:not(.shift_y_fixed) {
    margin-top: 54px !important;
  }
}
@media (max-width: 959px) {
  .shift_y_double:not(.shift_y_fixed) {
    margin-top: 36px !important;
  }
}
@media (max-width: 569px) {
  .shift_y_double:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
.shift_y_triple {
  margin-top: 108px !important;
}
@media (max-width: 1499px) {
  .shift_y_triple:not(.shift_y_fixed) {
    margin-top: 54px !important;
  }
}
@media (max-width: 959px) {
  .shift_y_triple:not(.shift_y_fixed) {
    margin-top: 36px !important;
  }
}
@media (max-width: 569px) {
  .shift_y_triple:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
.shift_y_quad {
  margin-top: 144px !important;
}
@media (max-width: 1699px) {
  .shift_y_quad:not(.shift_y_fixed) {
    margin-top: 108px !important;
  }
}
@media (max-width: 1499px) {
  .shift_y_quad:not(.shift_y_fixed) {
    margin-top: 54px !important;
  }
}
@media (max-width: 959px) {
  .shift_y_quad:not(.shift_y_fixed) {
    margin-top: 36px !important;
  }
}
@media (max-width: 569px) {
  .shift_y_quad:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
.shift_y_neg_half {
  margin-top: -18px !important;
}
@media (max-width: 569px) {
  .shift_y_neg_half {
    margin-top: 0 !important;
  }
}
.shift_y_neg_single {
  margin-top: -36px !important;
}
@media (max-width: 569px) {
  .shift_y_neg_single {
    margin-top: 0 !important;
  }
}
.shift_y_neg_double {
  margin-top: -72px !important;
}
@media (max-width: 1499px) {
  .shift_y_neg_double:not(.shift_y_fixed) {
    margin-top: -54px !important;
  }
}
@media (max-width: 959px) {
  .shift_y_neg_double:not(.shift_y_fixed) {
    margin-top: -36px !important;
  }
}
@media (max-width: 569px) {
  .shift_y_neg_double:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
.shift_y_neg_triple {
  margin-top: -108px !important;
}
@media (max-width: 1499px) {
  .shift_y_neg_triple:not(.shift_y_fixed) {
    margin-top: -54px !important;
  }
}
@media (max-width: 959px) {
  .shift_y_neg_triple:not(.shift_y_fixed) {
    margin-top: -36px !important;
  }
}
@media (max-width: 569px) {
  .shift_y_neg_triple:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
.shift_y_neg_quad {
  margin-top: -144px !important;
}
@media (max-width: 1699px) {
  .shift_y_neg_quad:not(.shift_y_fixed) {
    margin-top: -108px !important;
  }
}
@media (max-width: 1499px) {
  .shift_y_neg_quad:not(.shift_y_fixed) {
    margin-top: -54px !important;
  }
}
@media (max-width: 959px) {
  .shift_y_neg_quad:not(.shift_y_fixed) {
    margin-top: -36px !important;
  }
}
@media (max-width: 569px) {
  .shift_y_neg_quad:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
.z_index_1 {
  z-index: 1;
}
.z_index_2 {
  z-index: 2;
}
.z_index_3 {
  z-index: 3;
}
.z_index_4 {
  z-index: 4;
}
.z_index_5 {
  z-index: 5;
}
.z_index_6 {
  z-index: 6;
}
.z_index_7 {
  z-index: 7;
}
.z_index_8 {
  z-index: 8;
}
.z_index_9 {
  z-index: 9;
}
.z_index_10 {
  z-index: 10;
}
.z_index_11 {
  z-index: 11;
}
.z_index_12 {
  z-index: 12;
}
.z_index_13 {
  z-index: 13;
}
.z_index_14 {
  z-index: 14;
}
.z_index_15 {
  z-index: 15;
}
.z_index_16 {
  z-index: 16;
}
.z_index_17 {
  z-index: 17;
}
.z_index_18 {
  z-index: 18;
}
.z_index_19 {
  z-index: 19;
}
.z_index_20 {
  z-index: 20;
}
@media (max-width: 959px) {
  div[class*=vc_custom_] {
    margin-left: 0;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
}
/*
----------------------------------------------------------

#Tables

----------------------------------------------------------
*/
table {
  empty-cells: show;
  border: 1px solid;
  margin: 18px 0px 0px 0px;
}
table thead {
  text-align: left;
  vertical-align: bottom;
}
table td,
table th {
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 8px 18px 7px 18px;
  font-weight: 600;
}
@media (max-width: 959px) {
  table td,
  table th {
    padding: 8px 5px 7px 5px;
  }
}
table td:first-child,
table th:first-child {
  border-left-width: 0;
}
/*
----------------------------------------------------------
#Forms
----------------------------------------------------------
*/
label {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin: 0px 0px 5px 0px;
}
form p {
  margin: 18px 0px 0px 0px;
  font-weight: 600;
}
form img.ajax-loader {
  position: absolute;
  left: 50%;
  margin-left: -30px !important;
  bottom: -25px;
}
input,
textarea,
select,
.seldiv,
.select2-choice {
  display: block;
  font-size: 14px;
  line-height: initial;
  margin: 9px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  border: 1px solid transparent;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-style: solid;
}
.form-xl {
  font-size: 18px !important;
  padding: 16px 27px 16px 27px !important;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="tel"],
.comments-area input[type="url"] {
  width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 12px;
  padding: 13px 31px 13px 31px;
  text-align: center !important;
  vertical-align: middle;
  background-image: none;
  border-radius: 2px;
  outline: none;
  white-space: nowrap;
  -webkit-text-stroke: 0px;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button[type="submit"]:focus {
  background-color: transparent !important;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  text-align: center;
  line-height: normal;
}
.webkit input[type=checkbox],
.webkit input[type=radio],
.android input[type=checkbox],
.android input[type=radio] {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "uncodeicon";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.2em;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:before {
  content: "";
  border-radius: 100%;
  width: 50%;
  height: 50%;
}
input[type=checkbox]:checked:before {
  content: "\f00c";
}
input[type="file"],
input[type="range"] {
  background-color: transparent !important;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.menu-smart input[type="search"] {
  width: 100%;
}
textarea {
  width: 100%;
  resize: none;
}
.seldiv {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.seldiv select {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0;
  border: none;
}
.seldiv:after {
  background: none;
  font-family: "uncodeicon";
  content: "\f107";
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 19px;
  z-index: 1;
  pointer-events: none;
}
.seldiv:before {
  border-left-width: 1px;
  border-left-style: solid;
  height: 100%;
  position: absolute;
  content: "";
  font-size: 12px;
  right: 51px;
}
select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-style: solid;
  border-color: transparent;
  -moz-appearance: none;
  text-overflow: "";
  outline: none;
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.rtl select {
  background-position: 0% center;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
.style-light select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
}
.style-dark select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
}
.style-dark ::-webkit-input-placeholder {
  color: #fff !important;
}
.style-dark :-ms-input-placeholder {
  color: #fff !important;
}
.style-dark ::-moz-placeholder {
  color: #fff !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
span.wpcf7-list-item {
  margin-right: 1em;
  margin-left: 0;
}
.wpcf7-list-item-label {
  margin-left: .25em;
}
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 13px;
  padding: 6px 9px 6px 9px;
  padding: 0;
  margin: 9px 0px 0px 0px;
  display: block;
  text-align: left;
  border: 0;
  font-weight: 500;
}
input.wpcf7-form-control.wpcf7-submit.btn {
  margin: 0px 0px 0px 0px;
}
.wpcf7-inline-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 0px;
}
.wpcf7-inline-wrapper input {
  margin: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 9px 0px 9px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input {
  text-align: left;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="checkbox"]),
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="radio"]) {
  width: 100%;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:first-child {
  padding-left: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:last-child {
  padding-right: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field > * {
  margin-top: 0px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group {
  display: table;
  table-layout: auto;
}
.wpcf7-inline-wrapper.wpcf7-input-group p {
  padding: 0;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input:not(.btn) {
  padding: 11px 15px 11px 15px;
  border-right: none !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input:not(.btn) {
  padding: 11px 15px 11px 15px;
  border-left: none !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field {
  display: table-cell;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-text {
  width: 99%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn {
  width: 1%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input {
  width: auto;
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input.btn-xl {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.firefox .wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input {
  border-bottom: 0;
}
form .wpcf7-inline-wrapper:nth-child(2) p {
  margin-top: 0px;
}
.wpcf7-captchac {
  margin: 14px 0px 0px 0px;
}
input.wpcf7-submit {
  margin-top: 0;
}
.form-text-center {
  text-align: center !important;
}
.form-fluid {
  width: 100% !important;
}
.form-circle {
  border-radius: 10em;
  padding-right: 30px;
  padding-left: 30px;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
  padding: 10px 15px !important;
}
.gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0px !important;
}
.gfield_select {
  min-width: inherit !important;
}
.ui-datepicker select {
  display: inline;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  max-width: none;
  min-width: auto;
  width: auto;
  background: none;
}
.ui-datepicker table {
  border: none;
}
.ui-datepicker table td,
.ui-datepicker table th {
  border: none;
}
/*
----------------------------------------------------------

#Buttons

----------------------------------------------------------
*/
.btn,
.btn-link {
  display: inline-block;
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
  font-style: normal !Important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  border-radius: 2px;
  outline: none;
  white-space: pre-wrap;
  -webkit-text-stroke: 0px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 569px) {
  .btn:not(input),
  .btn-link:not(input) {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}
.btn.btn-top-margin,
.btn-link.btn-top-margin {
  margin-top: 18px;
}
.btn .fa,
.btn-link .fa {
  position: relative;
  vertical-align: top;
  line-height: inherit;
}
.btn.btn-border-animated,
.btn-link.btn-border-animated {
  position: relative;
}
.btn.btn-border-animated:after,
.btn-link.btn-border-animated:after {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.btn-container {
  display: block;
  margin-top: 18px;
}
.btn-container.btn-inline {
  display: inline-block;
  padding-left: 9px;
  padding-right: 9px;
  vertical-align: bottom;
  margin-top: 0px !important;
}
@media (max-width: 569px) {
  .btn-container.btn-inline {
    display: block;
    padding: 0px;
    margin-top: 9px !important;
  }
}
* > .btn-container:first-of-type {
  padding-left: 0px;
}
* > .btn-container:last-of-type {
  padding-right: 0px;
}
.btn-link {
  border: 1px solid transparent;
  padding: 0px !Important;
}
.btn-xl {
  font-size: 18px !important;
  padding: 16px 47px 16px 47px !important;
}
.btn-lg {
  font-size: 15px !important;
  padding: 14px 40px 14px 40px !important;
}
.btn-sm {
  font-size: 10px !important;
  padding: 9px 25px 9px 25px !important;
}
.btn-icon-left .fa {
  margin-right: 9px;
}
.btn-icon-right .fa {
  margin-left: 9px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-square {
  border-radius: 0px !important;
}
.btn-round {
  border-radius: 8px !important;
}
.btn-circle {
  border-radius: 10em !important;
}
.btn-shadow {
  -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
}
.btn-italic {
  font-style: italic !Important;
}
.btn-disable-hover {
  pointer-events: none !important;
}
/* Ripple Out */
@-webkit-keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.btn-ripple-out:after {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.btn-ripple-out:hover:after,
.btn-ripple-out:focus:after,
.btn-ripple-out:active:after {
  -webkit-animation-name: btn-ripple-out;
  animation-name: btn-ripple-out;
}
/* Ripple In */
@-webkit-keyframes btn-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes btn-ripple-in {
  100% {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 1;
  }
}
.btn-ripple-in:hover:after {
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.btn-ripple-in:hover:after,
.btn-ripple-in:focus:after,
.btn-ripple-in:active:after {
  -webkit-animation-name: btn-ripple-in;
  animation-name: btn-ripple-in;
}
/*
----------------------------------------------------------

#Icons

----------------------------------------------------------
*/
.fa-container {
  display: inline-block;
  width: 100%;
  margin: 18px 0px 0px 0px;
}
.fa-btn {
  cursor: pointer;
}
.fa-stack {
  text-align: center;
  border-width: 1px !important;
}
.fa-stack.fa-squared {
  border-radius: 0px !important;
}
.fa-stack.fa-rounded-btn {
  border-radius: 2px !important;
}
.icon-box {
  display: table;
  width: 100%;
}
.icon-box.icon-inline {
  display: inline-table;
  table-layout: fixed;
  width: auto;
  text-align: center;
  vertical-align: bottom;
  margin-top: 0px !important;
  padding-left: 9px;
  padding-right: 9px;
}
.icon-box .icon-media {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: 100%;
}
.icon-box .icon-media object {
  display: table-cell;
  vertical-align: middle;
}
.icon-box .icon-media svg {
  width: 100%;
  height: auto;
}
div > .icon-box:first-child {
  padding-left: 0px !important;
}
div > .icon-box:last-child {
  padding-right: 0px !important;
}
.icon-box-top {
  table-layout: fixed;
}
.icon-box-top .fa-container {
  margin-top: 0px;
}
.icon-box-heading > * {
  line-height: 1.5em;
}
.icon-box-left .icon-box-icon,
.icon-box-right .icon-box-icon,
.icon-box-left .icon-box-content,
.icon-box-right .icon-box-content {
  display: table-cell;
  vertical-align: top;
}
.icon-box-left .icon-box-icon,
.icon-box-right .icon-box-icon {
  width: 1px;
}
.icon-box-left .icon-box-heading,
.icon-box-right .icon-box-heading {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.icon-box-left .icon-box-heading > *,
.icon-box-right .icon-box-heading > * {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0px;
}
.icon-box-left .fa-1x,
.icon-box-right .fa-1x {
  line-height: 2.5em;
}
.icon-box-left .icon-box-fa-2x,
.icon-box-right .icon-box-fa-2x {
  height: 2em;
}
.icon-box-left .icon-box-fa-3x,
.icon-box-right .icon-box-fa-3x {
  height: 3em;
}
.icon-box-left .icon-box-fa-4x,
.icon-box-right .icon-box-fa-4x {
  height: 4em;
}
.icon-box-left .icon-box-fa-5x,
.icon-box-right .icon-box-fa-5x {
  height: 5em;
}
.icon-box-left .icon-box-fa-1x-back,
.icon-box-right .icon-box-fa-1x-back {
  height: 2.5em;
}
.icon-box-left .icon-box-fa-2x-back,
.icon-box-right .icon-box-fa-2x-back {
  height: 5em;
}
.icon-box-left .icon-box-fa-3x-back,
.icon-box-right .icon-box-fa-3x-back {
  height: 7em;
}
.icon-box-left .icon-box-fa-4x-back,
.icon-box-right .icon-box-fa-4x-back {
  height: 10em;
}
.icon-box-left .icon-box-fa-5x-back,
.icon-box-right .icon-box-fa-5x-back {
  height: 12em;
}
.icon-box-left .icon-box-content {
  padding-left: 18px;
}
@media (min-width: 960px) {
  .icon-box-left .icon-box-content {
    padding-left: 27px;
  }
}
.icon-box-left .icon-box-content:not(.add-margin) p {
  margin-top: 0px;
}
.icon-box-right .icon-box-content {
  padding-right: 18px;
}
@media (min-width: 960px) {
  .icon-box-right .icon-box-content {
    padding-right: 27px;
  }
}
.icon-box-right .icon-box-content:not(.add-margin) p {
  margin-top: 0px;
}
.icon-expand .icon-box-content,
.icon-expand .icon-box-icon {
  width: 50%;
}
/*
----------------------------------------------------------

#Component animations

----------------------------------------------------------
*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/*
----------------------------------------------------------

#Navs

----------------------------------------------------------
*/
.nav > li > a {
  display: block;
}
.nav-tabs {
  border-bottom: 1px solid;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.nav-tabs > li {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: normal;
  padding: 0px 23px 18px 23px;
}
.nav-tabs > li > a span {
  font-size: 12px;
}
.nav-tabs > li.active > a {
  padding: 0px 23px 18px 23px;
  pointer-events: none;
}
@media (min-width: 960px) {
  .nav-tabs > li.active > a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  cursor: default;
}
.tab-content {
  padding: 27px 0px 0px 0px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content.vertical {
  padding: 0px 0px 0px 23px;
}
.tab-content .remove-top-margin {
  margin-top: -27px;
}
.tab-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 18px 0px 0px 0px;
}
.vertical-tab-menu {
  width: 20%;
  float: left;
}
.vertical-tab-contents {
  width: 80%;
  float: left;
}
.vertical-tab-menu .nav-tabs {
  border: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  margin-right: -1px;
}
@media (max-width: 569px) {
  .vertical-tab-menu {
    clear: both;
    display: block;
    min-height: 100px !important;
    width: 100% !important;
    margin: 0px 0px 18px 0px;
  }
}
.tab-content.vertical {
  border-left-width: 1px;
  border-left-style: solid;
}
.tabs-left > li {
  float: none;
  display: block;
}
.tabs-left > li.active > a {
  padding: 9px 23px 9px 0px;
  border-bottom-width: 0px !important;
  border-right-width: 2px!important;
  border-right-style: solid;
}
.tabs-left > li > a {
  margin-right: 0;
  display: block;
  text-align: left;
  padding: 9px 23px 9px 0px;
}
.nav-links > * {
  display: inline-block;
}
.nav-links > *:nth-child(2) {
  margin-left: 18px;
}
.nav-links > * a {
  vertical-align: bottom;
  margin-top: 0px;
  padding-top: 0px;
}
/*
----------------------------------------------------------

#Breadcrumbs

----------------------------------------------------------
*/
.breadcrumb {
  padding: 0px 0px 0px 0px;
  list-style: none;
  font-weight: 500;
  line-height: 1.2;
}
.breadcrumb > li {
  display: inline-block;
  margin-top: 0;
  font-size: 13px;
}
.breadcrumb > li + li:not(.paged):before {
  content: "/\00a0";
  padding: 0 5px;
}
@media (max-width: 959px) {
  .breadcrumb {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
.row-breadcrumb {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
}
.row-breadcrumb.row-breadcrumb-light {
  border-color: #eaeaea;
  background-color: #f7f7f7;
}
.row-breadcrumb.row-breadcrumb-dark {
  border-color: #303133;
  background-color: #191b1e;
}
.row-breadcrumb .breadcrumb-title {
  margin: 0;
  line-height: 1.3em;
}
@media (max-width: 959px) {
  .row-breadcrumb .breadcrumb-title {
    margin: auto !important;
    text-align: center;
    float: none !important;
  }
}
.row-breadcrumb.text-left .breadcrumb {
  margin: 0px 0px 0px 0px !important;
}
.row-breadcrumb.text-left .breadcrumb-title {
  float: right;
}
.row-breadcrumb.text-right .breadcrumb {
  margin: 0px 0px 0px 0px !important;
}
.row-breadcrumb.text-right .breadcrumb-title {
  float: left;
}
@media (max-width: 959px) {
  .row-breadcrumb .row > *:not(:first-child) {
    margin: 9px 0px 0px 0px !important;
  }
}
.pagination,
.navigation {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin: 0;
  border-radius: 2px;
}
.pagination > li > a,
.navigation > li > a,
.pagination > li > span,
.navigation > li > span {
  margin-top: 0px;
}
.pagination > li:first-child > a,
.navigation > li:first-child > a,
.pagination > li:first-child > span,
.navigation > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.navigation > li:last-child > a,
.pagination > li:last-child > span,
.navigation > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li .page-numbers,
.navigation > li .page-numbers {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  border-radius: 50%;
}
.pagination > li .current,
.navigation > li .current,
.pagination > li .current:hover,
.navigation > li .current:hover,
.pagination > li .current:focus,
.navigation > li .current:focus {
  z-index: 2;
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: default;
}
.pagination > .disabled > span,
.navigation > .disabled > span,
.pagination > .disabled > span:hover,
.navigation > .disabled > span:hover,
.pagination > .disabled > span:focus,
.navigation > .disabled > span:focus,
.pagination > .disabled > a,
.navigation > .disabled > a,
.pagination > .disabled > a:hover,
.navigation > .disabled > a:hover,
.pagination > .disabled > a:focus,
.navigation > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.pagination .btn,
.navigation .btn {
  border: none;
}
.pagination .page-prev,
.navigation .page-prev {
  width: 33.33333%;
  border: 0px;
  text-align: left;
}
@media (max-width: 569px) {
  .pagination .page-prev,
  .navigation .page-prev {
    width: 20px !important;
  }
}
.pagination .page-prev .btn-link,
.navigation .page-prev .btn-link {
  text-align: left;
  position: relative;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
@media (min-width: 569px) {
  .pagination .page-prev .btn-link,
  .navigation .page-prev .btn-link {
    padding: 0px 21px !important;
  }
}
.pagination .page-prev > a,
.navigation .page-prev > a,
.pagination .page-prev > span,
.navigation .page-prev > span {
  border-radius: 0px;
  width: 100%;
}
.pagination .page-prev .btn,
.navigation .page-prev .btn {
  margin-left: 0px !important;
}
.pagination .page-prev i,
.navigation .page-prev i {
  position: absolute;
  margin-right: 14px;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  left: 0px;
}
.pagination .page-prev .btn span,
.navigation .page-prev .btn span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
}
@media (max-width: 569px) {
  .pagination .page-prev .btn span,
  .navigation .page-prev .btn span {
    display: none;
  }
}
.pagination .page-prev .btn span:hover,
.navigation .page-prev .btn span:hover {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
.pagination .page-next,
.navigation .page-next {
  width: 33.33333%;
  border: 0px;
  text-align: right;
}
@media (max-width: 569px) {
  .pagination .page-next,
  .navigation .page-next {
    width: 20px !important;
  }
}
.pagination .page-next .btn-link,
.navigation .page-next .btn-link {
  text-align: right;
  position: relative;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
@media (min-width: 569px) {
  .pagination .page-next .btn-link,
  .navigation .page-next .btn-link {
    padding: 0px 21px !important;
  }
}
.pagination .page-next > a,
.navigation .page-next > a,
.pagination .page-next > span,
.navigation .page-next > span {
  border-radius: 0px;
  width: 100%;
}
.pagination .page-next .btn,
.navigation .page-next .btn {
  margin-right: 0px !important;
}
.pagination .page-next i,
.navigation .page-next i {
  position: absolute;
  margin-left: 14px;
  margin-right: 0;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  right: 0px;
}
.pagination .page-next .btn span,
.navigation .page-next .btn span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
}
@media (max-width: 569px) {
  .pagination .page-next .btn span,
  .navigation .page-next .btn span {
    display: none;
  }
}
.pagination .page-next .btn span:hover,
.navigation .page-next .btn span:hover {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
@media (max-width: 569px) {
  .pagination .btn-disable-hover,
  .navigation .btn-disable-hover {
    font-size: 0px;
  }
}
.pagination > li {
  display: inline-block;
}
.pagination > li > .btn {
  padding: 0px !important;
  margin: 0px !important;
}
.pagination > li > a,
.pagination > li > span {
  width: 35px;
}
.pagination > li i {
  line-height: 45px !important;
  top: 0px !important;
}
.pagination .page-prev {
  float: left;
  width: 54px;
}
.pagination .page-prev > a,
.pagination .page-prev > span {
  text-align: left;
  border-radius: 0px;
  width: 100%;
}
.pagination .page-next {
  float: right;
  width: 54px;
}
.pagination .page-next > a,
.pagination .page-next > span {
  text-align: right;
  border-radius: 0px;
  width: 100%;
}
.navigation > li {
  display: table-cell;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.row-navigation {
  outline-width: 1px;
  outline-style: solid;
}
.row-navigation .nav-back .btn-link {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.main-container .row-navigation .row-parent {
  padding: 27px 36px 27px 36px;
}
.page-links > *:first-child {
  margin-left: 9px;
}
.page-links span {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(238, 238, 238, 0.6);
  border-radius: 50%;
}
.page-links a {
  display: inline-block;
  border-radius: 50%;
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: pointer;
}
/*
----------------------------------------------------------

#Panels

----------------------------------------------------------
*/
.panel {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.panel-body {
  padding: 27px 0px 27px 0px;
}
.panel-body > *:first-child {
  margin-top: 0 !important;
}
.panel-title {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin-top: 0;
}
.panel-title > a {
  display: block;
  color: inherit;
  position: relative;
  padding: 18px 0px 18px 0px;
}
.panel-title > a span {
  font-size: 12px;
}
.panel-title > a span:after {
  font-family: "uncodeicon";
  content: "\f105";
  margin-top: 0px;
  font-weight: normal;
  font-size: 15px;
  right: 0;
  margin-right: 0;
  position: absolute;
}
.panel-title.active > a {
  pointer-events: none;
  cursor: default;
}
.panel-title.active > a span:after {
  content: "\f107";
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: -1px;
}
.panel-group .panel-heading {
  border-radius: 0px;
  padding: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-width: 1px;
  border-top-style: solid;
}
.panel-group .panel:last-child {
  border-bottom-width: 1px;
}
/*
----------------------------------------------------------

#Dividers

----------------------------------------------------------
*/
.divider {
  margin-right: auto;
  margin-left: auto;
  height: 0;
  position: relative;
  border-top-style: none;
  height: 4em;
  padding: 18px 0px 18px 0px;
}
.divider:before,
.divider:after {
  content: '';
  position: absolute;
  top: 50%;
  border-top-style: solid;
  border-width: 1px;
  border-color: inherit;
}
.divider .divider-icon,
.divider .divider-text {
  position: absolute;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
}
.divider .divider-icon {
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  line-height: 3.4em;
  text-align: center;
}
.divider .divider-icon.icon-inactive {
  cursor: pointer;
  pointer-events: none;
}
.divider.divider-left-icon .divider-icon {
  left: 0;
  margin-left: 0;
}
.divider.divider-right-icon .divider-icon {
  left: auto;
  right: 0;
  margin-left: 0;
}
.divider.divider-center-icon:before {
  left: 0;
  right: 50%;
  margin-right: 3em;
}
.divider.divider-center-icon:after {
  left: 50%;
  right: 0;
  margin-left: 3em;
}
.divider.divider-left-icon:before {
  left: 4em;
  right: 0;
}
.divider.divider-right-icon:before {
  right: 4em;
  left: 0;
}
.empty-space {
  margin-top: 0 !important;
}
.empty-space.empty-quart {
  padding-top: 9px;
}
.empty-space.empty-half {
  padding-top: 18px;
}
.empty-space.empty-single {
  padding-top: 36px;
}
.empty-space.empty-double {
  padding-top: 72px;
}
.empty-space.empty-triple {
  padding-top: 108px;
}
.empty-space.empty-quad {
  padding-top: 144px;
}
/*
----------------------------------------------------------

#Pricing-tables

----------------------------------------------------------
*/
.plan-centered {
  text-align: center;
}
.plan {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
}
.plan .plan-title {
  padding: 18px 36px 18px 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.plan .plan-title > h3 {
  font-size: 14px;
  line-height: 1.2;
  margin: 27px 0 0;
  margin: 0;
}
.plan-colored.plan .plan-title > h3 {
  color: #fff;
}
.plan .plan-title .plan-title-data {
  margin: 5px 0px 0px 0px;
}
.plan-colored.plan .plan-title .plan-title-data {
  color: #fff;
}
.plan .plan-price {
  padding: 36px 36px 36px 36px;
  display: inline-block;
  width: 100%;
}
.plan .plan-price .price {
  display: block;
  font-size: 56px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0 !important;
}
.plan .plan-price .period {
  font-size: 13px;
  margin: 2px 0px 0px 0px;
}
.plan .item-list {
  list-style: none;
  margin: 0;
  padding: 0px 0px 0px 0px;
}
.plan .item-list > li {
  padding: 9px 36px 9px 36px;
  border-top-width: 1px;
  border-top-style: solid;
}
.plan .plan-button {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 16px 18px 18px 36px;
}
.plan .plan-button .btn {
  margin-top: 0;
}
@media (min-width: 960px) {
  .plan.plan-most-popular {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    margin: -36px 0px 0px 0px !important;
  }
  .plan.plan-most-popular > .plan-container .plan-title {
    padding: 36px 36px 36px 36px;
  }
  .plan.plan-most-popular > .plan-container .plan-button {
    padding: 36px 36px 36px 36px;
  }
}
@media (min-width: 960px) {
  .col-no-gutter .plan {
    margin-left: -1px !important;
  }
}
/*
----------------------------------------------------------
#Fluid-objects
----------------------------------------------------------
*/
.fluid-object {
  position: relative;
  display: block;
  z-index: 3;
  margin: 0px;
}
.style-metro .fluid-object {
  height: 100%;
}
.style-masonry .fluid-object {
  margin-top: -1px;
}
.fluid-object .tmb-carousel .t-inside {
  margin-top: 0px !important;
}
.fluid-object .mejs-poster {
  background-size: cover;
}
.fluid-object .mejs-container {
  position: absolute;
  bottom: 0px;
  vertical-align: bottom;
}
.tmb-entry-title-uppercase .fluid-object {
  text-transform: uppercase;
}
.tmb-entry-title-lowercase .fluid-object {
  text-transform: lowercase;
}
.tmb-entry-title-capitalize .fluid-object {
  text-transform: capitalize;
}
.fluid-object.self-audio {
  padding-top: 30px !important;
}
.fluid-object.self-audio .mejs-container {
  background: transparent;
}
.fluid-object.self-audio .mejs-offscreen {
  display: none;
}
.fluid-object.self-audio > div {
  background-size: cover;
  background-position: center;
}
.fluid-object.object-size {
  padding-top: 56.25%;
}
.style-metro .fluid-object.object-size {
  padding-top: 0px;
}
.fluid-object.object-size.soundcloud-single {
  padding-top: 167px;
  background-color: #f5f5f5;
}
.fluid-object.object-size.soundcloud-playlist {
  padding-top: 65%;
  background-color: #f5f5f5;
}
.style-metro .fluid-object.object-size.soundcloud-playlist {
  padding-top: 0px;
}
.fluid-object.object-size.tweet {
  padding: 0px !important;
  display: table;
  table-layout: fixed;
}
.fluid-object.object-size.tweet .twitter-item {
  display: table-cell;
  vertical-align: middle;
}
.fluid-object.object-size.tweet .twitter-item i {
  font-size: 17px;
  top: 3px;
  position: relative;
  padding-right: 5px;
}
.fluid-object.object-size.tweet .tweet-text {
  margin-top: 18px;
  margin-bottom: 0;
}
.fluid-object.object-size.spotify {
  padding-top: 80px;
  background-color: #323231;
}
.fluid-object.object-size.regular-text {
  padding-top: 0px !important;
  display: table;
  table-layout: fixed;
}
.fluid-object.object-size.regular-text > * {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0px;
}
.fluid-object.object-size.nested-carousel {
  padding-top: 0px;
}
.fluid-object.object-size.nested-carousel .t-inside {
  opacity: 1 !important;
}
.style-metro .fluid-object.object-size .owl-carousel-wrapper,
.style-metro .fluid-object.object-size .owl-carousel-container,
.style-metro .fluid-object.object-size .owl-stage-outer,
.style-metro .fluid-object.object-size .owl-carousel,
.style-metro .fluid-object.object-size .owl-stage {
  height: 100%;
  display: block;
}
.style-metro .fluid-object.object-size .owl-item {
  height: 100% !important;
}
.style-metro .fluid-object.object-size .tmb-carousel,
.style-metro .fluid-object.object-size .tmb-carousel > div,
.style-metro .fluid-object.object-size .t-entry-visual,
.style-metro .fluid-object.object-size .t-entry-visual-tc {
  display: block !important;
  height: 100%;
}
.fluid-object.object-size .wp-video .mejs-layers > *,
.fluid-object.object-size .wp-video .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.fluid-object.object-size .wp-video,
.fluid-object.object-size .mejs-video,
.fluid-object.object-size .mejs-overlay {
  width: 100% !important;
}
.fluid-object:not(.spotify):not(.wp-video):not(.tweet):not(.regular-text):not(.nested-carousel):not(.soundcloud-single):not(.soundcloud-playlist) > * {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
.fluid-object.spotify > * {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
.fluid-object.soundcloud-single {
  height: 115px;
  padding-top: 0 !important;
}
.fluid-object.soundcloud-single,
.fluid-object.soundcloud-playlist {
  line-height: 0;
}
.fluid-object.soundcloud-single iframe,
.fluid-object.soundcloud-playlist iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.uncode-single-media {
  line-height: 0px;
}
.uncode-single-media .single-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}
.uncode-single-media .single-wrapper > a {
  display: inline-block;
  width: 100%;
}
.uncode-single-media.text-center .uncode-single-media-wrapper > div > * {
  display: block;
  margin: auto;
}
.uncode-single-media.text-left .uncode-single-media-wrapper > div > * {
  display: block;
  margin-right: auto;
}
.uncode-single-media.text-right .uncode-single-media-wrapper > div > * {
  display: block;
  margin-left: auto;
}
.uncode-single-media .uncode-wrapper {
  display: block;
}
.uncode-single-media .uncode-single-media-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0px;
  overflow: hidden;
}
.uncode-single-media .uncode-single-media-wrapper.single-advanced {
  width: 100%;
}
.uncode-single-media .uncode-single-media-wrapper > iframe {
  width: 100%;
  height: auto;
}
.uncode-single-media .uncode-single-media-wrapper.single-other {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.uncode-single-media .uncode-single-media-wrapper.single-other > iframe {
  position: absolute;
  height: 100%;
}
.uncode-single-media .uncode-single-media-wrapper.single-other > * {
  width: 100% !important;
}
.uncode-single-media .uncode-single-media-wrapper.img-circle {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-inside,
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-entry-visual-overlay {
  border-radius: 50%;
  overflow: hidden;
}
.uncode-single-media .uncode-single-media-wrapper.img-round {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.uncode-single-media .uncode-single-media-wrapper.img-round .t-inside,
.uncode-single-media .uncode-single-media-wrapper.img-round .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper.img-round .t-entry-visual-overlay {
  border-radius: 16px;
  overflow: hidden;
}
.uncode-single-media .uncode-single-media-wrapper > .dummy + * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) {
  border-width: 1px;
  border-style: solid;
}
/* Google maps
---------------------------------------------------------- */
.uncode-gmaps-widget .gmnoprint img {
  max-width: none;
}
.uncode-gmaps-widget .uncode-map-wrapper iframe {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
}
.uncode-gmaps-widget.uncode-map-responsive .uncode-wrapper,
.uncode-gmaps-widget.uncode-map-responsive .uncode-map-wrapper {
  position: relative;
  height: 100%;
}
.uncode-gmaps-widget.uncode-map-responsive,
.uncode-gmaps-widget.uncode-map-responsive .uncode-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uncode-gmaps-widget .gmap-buttons {
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-left: 20px;
  color: white;
  display: block;
  padding: 5px 0px 0px 1px  !important;
  border: none !important;
  opacity: 0;
}
.uncode-gmaps-widget .gmap-zoom-min {
  margin-top: 20px;
  margin-bottom: 1px;
}
.uncode-gmaps-widget address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 9px;
  color: white;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .uncode-map-wrapper .gm-style canvas {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    margin-top: 25%;
  }
}
/*
----------------------------------------------------------
#Preloader
----------------------------------------------------------
*/
.t-preloader {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: spinner 600ms linear infinite;
  -moz-animation: spinner 600ms linear infinite;
  -o-animation: spinner 600ms linear infinite;
  animation: spinner 600ms linear infinite;
}
.loaded .t-preloader {
  display: none;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
----------------------------------------------------------

#Post

----------------------------------------------------------
*/
.post-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.post-wrapper .post-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.post-wrapper .post-footer {
  border-top-width: 1px;
  border-top-style: solid;
}
.post-wrapper .post-footer.post-footer-light {
  border-color: #eaeaea;
}
.post-wrapper .post-footer.post-footer-dark {
  border-color: #303133;
}
.post-content .post-media blockquote.pullquote p:first-child {
  font-size: 25px;
}
.post-content .post-media .t-inside {
  display: block;
  table-layout: auto;
}
.post-content .post-media .fluid-object.regular-text .twitter-item {
  text-align: left;
}
.search-results .post-content article:first-child h1 {
  margin-top: 0;
}
.search-results .post-content .entry-summary {
  margin: 9px 0px 0px 0px;
}
.search-results .post-content article + article {
  margin: 36px 0px 0px 0px;
}
.post-content > *:first-child,
.post-content > .row-container > .row-parent > *:first-child {
  margin-top: 0px;
}
.post-content .post-title-wrapper {
  margin-bottom: 30px;
}
.post-content .post-title-wrapper + * {
  margin-top: 0px;
}
.post-content .post-media + * {
  margin-top: 72px;
}
@media (max-width: 569px) {
  .post-content .post-media + * {
    margin-top: 36px;
  }
}
.post-content .post-title {
  margin: 0;
}
.post-content iframe {
  width: 100%;
}
.post-content > .owl-carousel-wrapper .t-entry-visual-overlay,
.post-content > .owl-carousel-wrapper .t-overlay-wrap {
  position: absolute;
}
.post-content img {
  max-width: 100%;
}
.post-content ul {
  list-style: initial;
  padding: 0px 0px 0px 18px;
}
.post-content table {
  width: 100%;
}
.post-wrapper .post-share {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 30px;
  padding-bottom: 30px;
}
.portfolio-wrapper .post-share {
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 30px;
}
.portfolio-wrapper .portfolio-comments {
  border-top-width: 1px;
  border-top-style: solid;
}
.portfolio-wrapper .portfolio-comments.portfolio-comments-light {
  border-color: #eaeaea;
}
.portfolio-wrapper .portfolio-comments.portfolio-comments-dark {
  border-color: #303133;
}
.post-password-form input {
  display: inline-block;
}
.post-password-form input[type="password"] {
  width: auto;
  margin-top: 9px;
}
.post-password-form input[type="submit"] {
  vertical-align: top;
  margin-top: 9px;
  padding-top: 9px;
  padding-bottom: 8px;
}
.more-link i {
  font-size: 12px;
  margin-left: 9px;
}
@media (min-width: 960px) {
  .sticky-element {
    height: auto !important;
  }
  .sticky-element.is_stucked {
    z-index: 100;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/*
----------------------------------------------------------

#Post tag

----------------------------------------------------------
*/
.post-tag-container.widget-container {
  margin-top: 36px;
  margin-bottom: -9px;
}
/*
----------------------------------------------------------

#404

----------------------------------------------------------
*/
.page-body.standard-404 .post-body,
.page-body.standard-404 .row-container,
.page-body.standard-404 .row-parent {
  height: 100%;
}
.page-body.standard-404 h1 span {
  line-height: 1em;
}
.page-body.standard-404 h2 {
  margin-top: 0 !important;
}
.page-body.standard-404 .uncont {
  max-width: 450px !important;
}
.page-body.standard-404 .search-container-inner {
  margin: auto;
}
/*
----------------------------------------------------------

#Portfolio

----------------------------------------------------------
*/
.portfolio-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.portfolio-wrapper .portfolio-body {
  display: table-row;
  height: 100%;
}
.portfolio-wrapper .post-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 27px 0 0;
}
.portfolio-wrapper .post-footer,
.portfolio-wrapper .post-share {
  padding-top: 27px !important;
}
.portfolio-wrapper div[class*=sharer-].share-button .social ul li {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
}
.row-portfolio-info .heading-text {
  margin-top: 0px;
}
.row-portfolio-info > .row > .row-inner:not(:first-child) {
  margin-top: 18px;
}
.portfolio-details {
  display: block;
}
.detail-label {
  font-weight: 600;
}
.portfolio-navigation hr {
  margin: 0px;
}
/*
----------------------------------------------------------
#Tooltip
----------------------------------------------------------
*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px !important;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tooltip.top {
  margin-top: -6px;
  padding: 5px 0;
}
.tooltip-inner {
  max-width: 200px;
  padding: 6px 18px 6px 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #404040;
  border-radius: 4px;
  font-weight: 500;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #404040;
}
/*
----------------------------------------------------------

#Utility classes

----------------------------------------------------------
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right,
.alignright {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.disable-hover .page-wrapper * {
  pointer-events: none !important;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.boomapps_vcrow {
  z-index: 0;
}
.vc-particles-background-bg {
  z-index: 1 !important;
}
.vc-particles-background-bg ~ .row {
  z-index: 2;
}
/*
----------------------------------------------------------

#Menu-Structure: Core

----------------------------------------------------------
*/
.menu-smart,
.menu-smart ul,
.menu-smart li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
.menu-container ul.menu-smart a {
  position: relative;
  display: block;
}
ul.menu-smart a.disabled {
  cursor: default;
}
ul.menu-smart ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
body[class*=hmenu] ul.menu-smart > li,
ul.menu-smart.menu-horizontal > li {
  display: inline-block;
}
@media (max-width: 959px) {
  body[class*=hmenu] ul.menu-smart > li,
  ul.menu-smart.menu-horizontal > li {
    display: block;
  }
}
ul.sm-rtl {
  direction: rtl;
}
ul.menu-smart ul li,
ul.sm-vertical li {
  float: none;
}
ul.menu-smart a {
  white-space: nowrap;
}
ul.menu-smart ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child + html ul.sm-vertical > li {
  float: left;
  width: 100%;
}
ul.menu-smart:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.menu-smart {
  height: 1px;
}
*:first-child + html ul.sm {
  min-height: 1px;
}
@media (min-width: 960px) {
  ul.menu-smart li *,
  ul.menu-smart li *:before,
  ul.menu-smart li *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
ul.menu-smart {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}
/*
----------------------------------------------------------

#Menu-Structure: Basic

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .menu-smart {
    padding: 0px 13px 0px 13px;
  }
  .menu-smart ul li > a {
    display: block;
  }
}
ul.menu-smart {
  line-height: 0px;
}
.menu-mini.menu-smart a {
  padding: 4px 9px 4px 9px;
  font-size: 12px;
}
.menu-mini.menu-smart span {
  font-size: 12px;
}
@media (min-width: 960px) {
  .menu-mini.menu-smart ul a {
    padding: 5px 9px 5px 9px !important;
  }
}
.menu-smart a span {
  position: relative;
}
.menu-smart ul li,
.sm-vertical.menu-smart li {
  border-left-width: 0 !important;
}
@media (min-width: 960px) {
  .menu-smart > li > a {
    padding: 0px 14px 0px 14px;
  }
  .menu-primary .menu-icons.menu-smart > li > a {
    padding: 0px 9px 0px 9px;
  }
  .hmenu-center :not(.menu-mini).menu-smart > li > a {
    padding: 0px 13px 0px 13px;
  }
}
.menu-overlay .menu-primary .menu-smart .social-icon {
  display: inline-block;
}
@media (max-width: 959px) {
  .menu-overlay .menu-primary .menu-smart .social-icon > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  .menu-overlay .menu-primary .menu-smart .social-icon:first-child > a {
    padding-left: 36px;
  }
  .menu-overlay .menu-primary .menu-smart .social-icon:last-child > a {
    padding-right: 36px;
  }
  .menu-overlay .menu-primary .menu-smart .social-icon:only-child > a {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 960px) {
  .menu-primary .menu-smart .social-icon > a {
    padding: 0px 5px 0px 5px;
  }
  body[class*=hmenu-] .menu-primary .menu-smart .social-icon + li:not(.social-icon) > a {
    padding-left: 27px;
  }
}
@media (max-width: 959px) {
  .menu-primary .menu-icons.menu-smart .social-icon {
    display: inline-block;
  }
  .menu-primary .menu-icons.menu-smart .social-icon a {
    padding-right: 0 !important;
  }
  .menu-primary .menu-icons.menu-smart .social-icon:not(:first-child) a {
    padding-left: 0 !important;
  }
}
.menu-smart > li:first-child {
  border-left-width: 0 !important;
}
.menu-smart ul span {
  background-color: transparent !Important;
}
.menu-smart i.fa-dropdown {
  display: inline-block;
  position: relative;
  padding: 0px 0px 0px 9px;
  margin: 0px 0px 0px 0px;
  margin-right: 0;
  box-sizing: content-box !important;
  font-size: .8em;
  text-align: right !important;
}
.menu-smart i.menu-icon {
  margin-right: 6px;
  line-height: 0px;
  position: relative;
  vertical-align: inherit;
  top: 0.05em;
}
.menu-smart i.menu-icon.fa-2x {
  margin-right: 9px;
  top: 0.25em;
}
@media (min-width: 960px) {
  body[class*=hmenu-] .menu-smart ul > li > a i.fa-dropdown {
    float: right;
    top: 5px;
  }
  body[class*=hmenu-] .menu-smart ul > li > a i.fa-dropdown:before {
    content: "\f105";
  }
  .menu-smart ul > li > a,
  .menu-smart ul > li > ul > li > a {
    padding: 5px 9px 5px 9px;
  }
}
.menu-smart span.scroll-up,
.menu-smart span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-left: 0px;
  border-right: 0px;
  left: auto !important;
  height: 1.429px;
}
.menu-smart span.scroll-up-arrow,
.menu-smart span.scroll-down-arrow {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: dashed dashed solid dashed;
}
.menu-smart span.scroll-down-arrow {
  top: 8px;
  border-style: solid dashed dashed dashed;
}
.menu-smart .btn {
  margin-top: 0px;
}
.menu-smart > li > a > div > div > div.btn {
  margin: 0;
}
.menu-smart > li > a > div > div > div.btn span {
  top: 0 !important;
}
@media (min-width: 960px) {
  .menu-smart > li.menu-btn-container > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 959px) {
  .menu-smart li.menu-item-button a {
    height: auto !important;
  }
}
.menu-horizontal li.menu-btn-container,
.menu-horizontal li.menu-btn-container a {
  height: 100%;
  position: relative;
}
.menu-horizontal .menu-btn-table {
  display: inline-table;
  table-layout: fixed;
  height: 0;
  top: 0 !important;
}
.menu-overlay .menu-horizontal .menu-btn-table {
  margin: 0 auto;
}
.menu-horizontal .menu-btn-cell {
  display: table-cell;
}
@media (max-width: 959px) {
  .menu-btn-table {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    height: 100%;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Megamenu

----------------------------------------------------------
*/
.menu-horizontal {
  line-height: 0px;
}
@media (min-width: 960px) {
  .menu-horizontal {
    height: 100%;
    width: 100%;
  }
  .hmenu-center .main-menu-container .menu-horizontal {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .menu-horizontal > div {
    height: 100%;
    display: inline-table;
  }
}
.menu-horizontal .menu-smart > .mega-menu {
  position: static !important;
}
.menu-horizontal .menu-smart > .mega-menu *,
.menu-horizontal .menu-smart > .mega-menu *:before,
.menu-horizontal .menu-smart > .mega-menu *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-horizontal .menu-smart > .mega-menu .scroll-up,
.menu-horizontal .menu-smart > .mega-menu .scroll-down {
  display: none !important;
}
.menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
  margin-left: 0 !important;
  right: auto !important;
  max-width: none !important;
}
@media (max-width: 959px) {
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
    width: 100% !important;
  }
}
@media (min-width: 960px) {
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
    padding: 27px 0px 27px 0px;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-one > li {
    width: 100%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-two > li {
    width: 50%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-three > li {
    width: 33.33333333333333%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-four > li {
    width: 25%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-five > li {
    width: 20%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-six > li {
    width: 16.666666666666664%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-seven > li {
    width: 14.285714286%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-eight > li {
    width: 12.5%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li {
    float: left;
    border-top: 0px;
    border-left-width: 1px !important;
    border-left-style: solid;
    padding: 0px 27px 0px 27px;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li:first-child {
    border-left: 0px solid !important;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > a {
    padding: 9px 9px 14px 9px;
    pointer-events: none;
    cursor: default;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > a i:not(.menu-icon).fa {
    display: none;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > ul {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    border: 0px;
    width: 100%;
    min-width: inherit !important;
    display: block !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    max-width: none !important;
    overflow: visible !important;
    height: auto !important;
    background: transparent;
    border-top: 0px !important;
    padding: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > ul > li {
    border-top: 0px;
    border-left: 0px;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > ul > li > a {
    padding: 5px 9px 5px 9px;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Horizontal

----------------------------------------------------------
*/
.menu-horizontal {
  position: relative;
}
@media (max-width: 959px) {
  .menu-horizontal {
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .menu-horizontal .menu-smart ul {
    padding: 18px 18px 18px 18px;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Lateral

----------------------------------------------------------
*/
.menu-sidebar {
  width: 100%;
  height: auto;
}
@media (max-width: 959px) {
  .menu-sidebar {
    overflow: hidden;
  }
}
.vmenu-container a {
  letter-spacing: 0 !important;
}
@media (min-width: 960px) {
  .vmenu-container {
    overflow-y: auto !important;
  }
}
@media (max-width: 959px) {
  .vmenu-container {
    overflow: hidden !important;
  }
}
@media (min-width: 960px) {
  .vmenu-container .main-menu-container form.search {
    padding: 18px 54px 18px 54px;
  }
  .vmenu-container .main-menu-container .sm-vertical {
    padding: 54px 0px 0px 0px;
  }
  .vmenu-container .main-menu-container > div:last-child > * {
    padding: 0px 0px 54px 0px;
  }
  .vmenu-container .main-menu-container > div:only-child > * {
    padding: 0px 0px 54px 0px;
  }
}
.vmenu-container .navbar-social ul {
  padding: 54px 54px 0px 54px;
}
.vmenu-container .navbar-social ul li:first-child a {
  padding-left: 0px;
}
.vmenu-container .navbar-social ul li:last-child a {
  padding-right: 0px;
}
.vmenu-container .navbar-social ul li:only-child a {
  padding-left: 0px;
  padding-right: 0px;
}
.vmenu-container i {
  margin-right: 0;
}
.vmenu-container i + span {
  margin: 0px 0px 0px 9px;
}
@media (min-width: 960px) {
  .vmenu-container .menu-accordion ul ul {
    padding: 18px 0px 18px 0px;
  }
  .overlay .vmenu-container .menu-accordion ul ul {
    padding: 36px 0px 36px 0px;
  }
}
.vmenu-container .menu-smart.menu-social a {
  font-size: 18px;
  padding: 0px 5px 0px 5px;
}
@media (min-width: 960px) {
  .vmenu .vmenu-container.menu-no-borders .main-menu-container > div:first-child > * {
    padding-top: 0px;
  }
}
.menu-accordion ul.menu-smart {
  width: 100% !important;
}
.menu-accordion ul.menu-smart 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;
}
.menu-accordion ul.menu-smart > li {
  float: none;
}
.menu-accordion ul.menu-smart > li > a,
.menu-accordion ul.menu-smart ul.sm-nowrap > li > a {
  white-space: normal;
}
.menu-accordion ul.menu-smart iframe {
  display: none;
}
.menu-accordion .menu-smart {
  line-height: normal;
}
.menu-accordion .menu-smart a,
.menu-accordion .menu-smart form.search {
  padding: 9px 36px 9px 36px;
}
.menu-accordion .menu-smart ul a {
  margin-left: 0.571px;
}
.menu-accordion .menu-smart ul ul a {
  margin-left: 1.143px;
}
.menu-accordion .menu-smart ul ul ul a {
  margin-left: 1.714px;
}
.menu-accordion .menu-smart ul ul ul ul a {
  margin-left: 3.429px;
}
.menu-accordion .menu-smart ul ul ul ul ul a {
  margin-left: 4.571px;
}
.menu-accordion .menu-smart li {
  border-left: 0px !important;
}
.menu-accordion form input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.menu-accordion .menu-accordion-dividers + li {
  border-top: none;
}
.menu-accordion .menu-social li {
  border: none;
}
@media (min-width: 960px) {
  .menu-accordion .menu-smart a {
    padding: 5px 54px 5px 54px;
  }
  .menu-accordion .menu-smart ul a {
    margin-left: 0px !important;
  }
}
.menu-accordion .navbar-social ul,
.menu-accordion .navbar-search ul {
  border: 0px;
}
@media (max-width: 959px) {
  .menu-accordion-dividers {
    display: none;
  }
}
.menu-accordion-dividers.logo-divider {
  margin: 0px 0px 0px 0px;
}
/*
----------------------------------------------------------

#Menu-Structure: Mobile

----------------------------------------------------------
*/
@media (max-width: 959px) {
  ul.menu-smart {
    width: 100% !important;
  }
  ul.menu-smart 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.menu-smart > li {
    float: none;
  }
  ul.menu-smart > li > a,
  ul.menu-smart ul.sm-nowrap > li > a {
    white-space: normal;
  }
  ul.menu-smart iframe {
    display: none;
  }
  .menu-smart {
    line-height: normal;
  }
  .menu-smart a,
  .menu-smart form.search {
    padding: 9px 36px 9px 36px;
  }
  .menu-smart ul a {
    margin-left: 0.571px;
  }
  .menu-smart ul ul a {
    margin-left: 1.143px;
  }
  .menu-smart ul ul ul a {
    margin-left: 1.714px;
  }
  .menu-smart ul ul ul ul a {
    margin-left: 3.429px;
  }
  .menu-smart ul ul ul ul ul a {
    margin-left: 4.571px;
  }
  .menu-smart li {
    border-left: 0px !important;
  }
  form input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .menu-accordion-dividers + li {
    border-top: none;
  }
  .menu-social li {
    border: none;
  }
  .menu-smart a {
    font-weight: 500;
    text-transform: uppercase;
  }
}
/*
----------------------------------------------------------

SmartMenu: Overlay

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .menu-overlay .vmenu-container .menu-sidebar-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 54px 0px 54px 0px !important;
  }
  .menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) {
    font-size: 28px;
    font-size: 3.5vh;
    vertical-align: middle;
    line-height: 1.3em;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) i:not(.fa-dropdown) {
    font-size: .8em;
  }
  .menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) .btn {
    font-size: 3.5vh;
  }
  .menu-overlay .vmenu-container .menu-smart li:not(.menu-item-button) i.menu-icon {
    font-size: 1em !important;
    top: -0.05em;
    margin-right: .5em;
  }
  .menu-overlay .vmenu-container .menu-smart .badge {
    font-size: 24px;
    font-size: 2.2vh;
    vertical-align: middle;
    top: 0;
  }
  .menu-overlay .vmenu-container .menu-smart.menu-mini a {
    font-size: 14px;
  }
  .menu-overlay .vmenu-container .uncode-cart-dropdown,
  .menu-overlay .vmenu-container form.search {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .menu-overlay .vmenu-container .overlay-menu hr {
    margin: 5px 0px 5px 0px;
  }
  .menu-overlay .vmenu-container input {
    margin-top: .5em !important;
  }
  .menu-overlay .vmenu-container .vmenu-container {
    width: 100%;
  }
  .menu-overlay .vmenu-container .navbar-social i:before {
    font-size: 1.2em;
    left: 0;
    margin-top: 0;
  }
  .menu-overlay .vmenu-container .menu-smart.menu-social a * {
    line-height: 0;
  }
  .menu-overlay .vmenu-container .main-menu-container {
    height: 100% !important;
  }
  .menu-overlay .vmenu-container .menu-sidebar {
    height: auto !important;
  }
}
.menu-overlay .vmenu-container span.menu-item-description {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  line-height: 1em;
  padding-top: 1em;
  margin-bottom: 1em;
  opacity: .7;
}
@media (max-width: 959px) {
  .menu-overlay .vmenu-container span.menu-item-description {
    display: none;
  }
}
/*
----------------------------------------------------------

SmartMenu: Offcanvas

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .menu-offcanvas.vmenu-top .navbar-main {
    margin: 18px 0px 0px 0px !important;
  }
}
@media (min-width: 960px) {
  .menu-offcanvas.boxed-width .box-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .menu-offcanvas.boxed-width .box-container .vmenu-container {
    border: none;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Alignments

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .hmenu .navbar-nav-first {
    width: 100%;
  }
  .hmenu .navbar-nav-first > ul > li:last-child > a,
  .hmenu .navbar-nav-first > ul > li:only-child > a {
    padding-right: 0px;
  }
  .hmenu-position-center .navbar-nav-first > ul > li:first-child > a {
    padding-left: 0px;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Header borders

----------------------------------------------------------
*/
@media (max-width: 959px) {
  .menu-primary.menu-borders,
  .menu-primary .menu-borders {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
}
@media (min-width: 960px) {
  .menu-primary.menu-borders,
  .menu-primary .menu-borders {
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-top-style: solid;
  }
  .hmenu-center .menu-primary.menu-borders,
  .hmenu-center .menu-primary .menu-borders {
    border-top-width: 1px;
  }
}
@media (min-width: 960px) {
  .vmenu-borders {
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
  }
  .vmenu-position-right .vmenu-borders {
    border-right-width: 0px;
  }
  .vmenu-position-left .vmenu-borders {
    border-left-width: 0px;
  }
  .box-container.limit-width .vmenu-borders {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.vmenu-container .vmenu-borders {
  border-bottom-width: 0px;
}
.vmenu-container .menu-smart {
  padding: 0;
}
.vmenu-container .html-code {
  display: inline-block;
}
.vmenu-container .html-code svg {
  height: 100%;
}
.menu-no-borders hr {
  border: none;
}
/*
----------------------------------------------------------

#Menu-Structure: Elements

----------------------------------------------------------
*/
.navbar-social .menu-smart a i.fa,
.navbar-search .menu-smart a i.fa {
  left: 0px;
  margin-right: 0;
  float: none;
  vertical-align: middle;
}
.navbar-social li,
.navbar-search li {
  display: inline-block;
}
.menu-bloginfo {
  line-height: 0;
  white-space: nowrap;
  padding: 4px 18px 4px 18px;
}
.menu-bloginfo .menu-bloginfo-inner {
  line-height: 1em;
  font-size: 12px;
}
.menu-bloginfo .menu-bloginfo-inner > * {
  line-height: 1em;
  font-size: 12px;
  margin-top: 0px;
}
/*
----------------------------------------------------------

#Menu-Structure: Specifics

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .menu-no-arrows .menu-smart > li > a i.fa-dropdown {
    display: none;
  }
  body[class*=vmenu-] .menu-no-arrows .menu-smart a i.fa-dropdown {
    display: none;
  }
}
@media (max-width: 959px) {
  .ie .hmenu .menu-horizontal-inner {
    height: auto !important;
  }
}
@media (min-width: 960px) {
  .hmenu .menu-horizontal-inner {
    width: 100%;
  }
  .navbar-topmenu {
    width: 100%;
  }
  .menu-icons ul {
    padding: 0 !important;
  }
  .menu-icons i:not(.fa-dropdown) {
    margin-right: 0px;
    line-height: 0px;
    position: relative;
  }
  body[class*=hmenu] .menu-icons i:not(.fa-dropdown) {
    top: 3px;
    font-size: 18px;
    width: 1em;
  }
}
@media (min-width: 960px) {
  .menu-accordion .menu-smart.menu-no-dividers a {
    padding: 6px 18px 6px 18px !important;
  }
  .hmenu-center .logo-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .hmenu-center .logo-container #main-logo {
    display: inline-block;
  }
  .menu-shrink .logo-container #main-logo a > * {
    -webkit-transition: height 0.3s linear, font-size 0.3s linear;
    -moz-transition: height 0.3s linear, font-size 0.3s linear;
    -o-transition: height 0.3s linear, font-size 0.3s linear;
    transition: height 0.3s linear, font-size 0.3s linear;
  }
  .menu-shrink .logo-container {
    -webkit-transition: padding 0.3s linear;
    -moz-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
  }
  .logo-container.shrinked {
    padding: 18px 18px 18px 18px;
  }
  header {
    width: 100%;
    z-index: 1000;
    position: relative;
  }
  body[class*=vmenu-] .main-container {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .vmenu body[class*=vmenu-] .main-container {
    display: table;
    table-layout: fixed;
  }
}
@media (max-width: 959px) {
  .menu-wrapper {
    position: relative;
    z-index: 1000;
  }
  .sticky_spacer {
    position: relative !important;
    height: auto !important;
  }
}
/*
----------------------------------------------------------

#Menu-Position: General

----------------------------------------------------------
*/
.menu-wrapper {
  display: table-row;
  width: 100%;
  position: relative;
  height: 1px;
}
@media (max-width: 959px) {
  .menu-wrapper {
    height: auto !important;
  }
}
.boxed-width .menu-wrapper .menu-primary:not(.is_stuck) .limit-width {
  max-width: none;
  width: 100%;
  margin: 0;
}
.row-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .row-menu {
    max-width: none !important;
  }
}
.row-menu-inner {
  width: 100%;
  background-clip: content-box !important;
  position: relative;
}
@media (min-width: 960px) {
  .row-menu-inner {
    display: table;
    height: 100%;
  }
  .row-menu:not(.row-offcanvas) .ie9 .row-menu-inner {
    display: block;
  }
}
.row-menu-inner > div:not(.logo-container) {
  padding-top: 0px;
  padding-bottom: 0px;
}
.hmenu .navbar-nav {
  height: 100%;
}
.hmenu .menu-smart,
.hmenu-center .menu-smart {
  height: 100%;
}
.menu-with-logo .menu-smart > li,
.menu-with-logo .menu-smart > li > a {
  height: 100%;
}
@media (min-width: 960px) {
  .hmenu .menu-primary .menu-smart > li > a,
  .hmenu-center .menu-primary .menu-smart > li > a {
    height: 100%;
    line-height: 1em;
  }
  .hmenu .menu-primary .menu-smart > li > a:before,
  .hmenu-center .menu-primary .menu-smart > li > a:before {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 0.50em);
  }
  .hmenu .menu-primary .menu-smart > li > a:after,
  .hmenu-center .menu-primary .menu-smart > li > a:after {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 0.50em);
  }
}
@media (min-width: 960px) {
  .hmenu:not(.menu-item-link) > a,
  .hmenu-center:not(.menu-item-link) > a {
    height: 0px;
  }
}
.hmenu .menu-primary .menu-smart > li.menu-btn-container {
  height: auto;
}
.hmenu .menu-primary .menu-smart > li.menu-btn-container > a:before {
  content: none;
}
.menu-horizontal-inner {
  line-height: 0px;
}
@media (max-width: 959px) {
  .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) {
    margin-left: 5px;
  }
  .main-menu-container .menu-smart ul ul a:not(.cart-thumb):not(.btn) {
    margin-left: 10px;
  }
  .main-menu-container .menu-smart ul ul ul a:not(.cart-thumb):not(.btn) {
    margin-left: 15px;
  }
  .main-menu-container .menu-smart ul ul ul ul a:not(.cart-thumb):not(.btn) {
    margin-left: 20px;
  }
}
.menu-container {
  overflow: visible;
  width: 100%;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
@media (min-width: 960px) {
  .vmenu .main-header .menu-container {
    overflow-y: auto;
    box-sizing: border-box;
  }
}
@media (max-width: 959px) {
  .menu-wrapper:not(.menu-sticky) .menu-container {
    position: relative !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 959px) {
  .menu-container {
    position: relative !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.menu-hide.menu-container {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out,-moz-transform 0.5s ease-in-out,-o-transform 0.5s ease-in-out,transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
}
.no-header .menu-container {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out,-moz-transform 0.5s ease-in-out,-o-transform 0.5s ease-in-out,transform 0.5s ease-in-out;
}
@media (max-width: 959px) {
  .menu-container .row-brand {
    float: left;
  }
}
.menu-container .navbar-brand * {
  line-height: 1em;
}
@media (max-width: 959px) {
  .menu-wrapper div[class*=col-lg-] {
    display: block;
  }
}
.menu-wrapper div[class*=col-lg-].middle {
  vertical-align: middle;
}
#main-logo {
  line-height: 0px;
  text-align: center;
  position: relative;
  z-index: 10;
  display: inline-block;
}
body[class*=vmenu-] #main-logo {
  text-align: inherit;
}
#main-logo .text-logo {
  white-space: nowrap;
  text-transform: none !important;
  letter-spacing: 0px !important;
}
#main-logo a > * {
  margin: 0px;
  width: auto;
}
.logo-container .html-code {
  position: relative;
  text-align: left;
  height: 100%;
}
.menu-overlay-left .logo-container .html-code,
.vmenu-position-left .logo-container .html-code {
  text-align: right;
}
@media (max-width: 959px) {
  .menu-overlay-left .logo-container .html-code,
  .vmenu-position-left .logo-container .html-code {
    text-align: left;
  }
}
.logo-container .html-code .logo-canvas {
  display: block;
  height: 100% !important;
  visibility: hidden;
}
.vmenu-middle .logo-container .html-code .logo-canvas {
  display: inline-block;
  text-align: center;
}
.vmenu-container .logo-container .html-code {
  display: inline-block;
}
.logo-container .html-code svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.menu-overlay-left .logo-container .html-code svg,
.vmenu-position-left .logo-container .html-code svg {
  float: right;
}
@media (max-width: 959px) {
  .logo-container .html-code svg {
    text-align: left;
  }
}
.logo-container .logo-image {
  position: relative;
  display: block;
}
.logo-container .logo-image img {
  height: 100%;
  width: auto;
}
#main-logo .html-code .dummy {
  height: 100%;
}
#main-logo .html-code .dummy:before {
  content: "";
  padding-left: 100%;
  height: 100%;
  display: block;
}
#main-logo .navbar-brand img {
  width: auto;
  height: 100%;
}
.menu-container {
  float: none!important;
  z-index: 2;
}
.menu-container:before,
.menu-container:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.menu-container:after {
  clear: both;
}
.menu-container:before,
.menu-container:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.menu-container:after {
  clear: both;
}
body.menu-offcanvas .main-container {
  z-index: 3;
  position: relative;
}
@media (min-width: 960px) {
  .menu-primary .row {
    border-collapse: collapse;
  }
}
#masthead:not(.menu-absolute) {
  z-index: 2000;
  position: relative;
}
.logo-container {
  line-height: 0px;
  vertical-align: top;
}
body[class*=vmenu-]:not(.menu-overlay):not(.menu-offcanvas) .logo-container {
  padding: 54px 54px 0px 54px;
}
.logo-container > * {
  margin: 0 auto;
  line-height: normal;
}
/*
----------------------------------------------------------

#Menu-Position: Desktop View

----------------------------------------------------------
*/
@media (min-width: 960px) {
  body.hmenu-position-right .menu-primary-inner {
    text-align: right;
  }
  body.hmenu-position-left .menu-primary-inner {
    text-align: left;
  }
  body.hmenu-position-center .menu-primary-inner {
    text-align: center;
  }
  .menu-primary-inner > * {
    text-align: left;
  }
  .menu-secondary .col-lg-12 {
    text-align: right;
  }
  body.hmenu-position-center .logo-container,
  body.hmenu-position-center .main-menu-container .navbar-nav-last {
    min-width: 200px;
  }
  body.hmenu-center .menu-primary-inner {
    padding: 0 !important;
  }
  body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body[class*=hmenu-] .logo-container {
    padding-left: 0px !important;
  }
  body[class*=hmenu-].hmenu-position-left .logo-container {
    padding-right: 18px !important;
  }
  body[class*=hmenu-] .pull-left-menu,
  body[class*=hmenu-] .pull-left-menu > ul,
  body[class*=hmenu-] .pull-left-menu > ul > li:first-child > a:first-child {
    padding-left: 0px !important;
  }
  body[class*=hmenu-] .menu-wrapper .row-inner > [class*=col-lg-]:first-child,
  body[class*=hmenu-] .menu-wrapper .row-inner > [class*=col-lg-]:only-child {
    padding-left: 0px !important;
  }
  body[class*=hmenu-] .navbar-nav-last {
    text-align: right;
  }
  body[class*=hmenu-] .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
    border-left-width: 1px;
    border-left-style: solid;
  }
  body[class*=hmenu-] .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
    margin: 0px 0px 0px 36px;
    padding: 0px 0px 0px 36px;
    float: right;
  }
  body[class*=hmenu-] .menu-item-button a::before {
    height: 0 !important;
  }
  body[class*=hmenu-] .menu-item-button a::after {
    height: 0;
  }
  body[class*=hmenu-] .navbar-nav-last > ul > li:first-child > a,
  body[class*=hmenu-] .navbar-nav-last > ul > li:only-child > a {
    margin-left: 0px;
    padding-left: 0px !important;
  }
  body[class*=hmenu-] .navbar-nav-last > ul > li:first-child > a i,
  body[class*=hmenu-] .navbar-nav-last > ul > li:only-child > a i {
    margin-left: 0px !important;
  }
  body[class*=hmenu-] .navbar-nav-last > ul > li:last-child > a,
  body[class*=hmenu-] .navbar-nav-last > ul > li:only-child > a {
    margin-right: 0px;
    padding-right: 0px !important;
  }
  body[class*=hmenu-] .navbar-nav-last > ul > li:last-child > a i,
  body[class*=hmenu-] .navbar-nav-last > ul > li:only-child > a i {
    margin-right: 0px !important;
  }
  body[class*=hmenu-] .navbar-nav-last > ul,
  body[class*=hmenu-] .navbar-nav-last > li:last-child > a,
  body[class*=hmenu-] .navbar-nav-last > li:only-child > a,
  body[class*=hmenu-] .navbar-nav-last > div:last-child > ul,
  body[class*=hmenu-] .navbar-nav-last > a:only-child,
  body[class*=hmenu-] .navbar-nav-last > a:only-child > li:last-child > a {
    padding-right: 0px;
  }
  body[class*=hmenu-] .menu-bloginfo {
    padding-left: 0px;
  }
  body.hmenu-center .main-menu-container .menu-horizontal-inner > * {
    display: inline-block;
    float: left;
  }
  body.hmenu-center .main-menu-container .menu-horizontal-inner > .nav > ul > li {
    height: 54px;
  }
  body.hmenu-center .main-menu-container .menu-item-button a::before {
    height: 9px !important;
  }
  body.hmenu-center .main-menu-container .menu-item-button a::after {
    height: 0;
  }
  .ie .main-menu-container .menu-horizontal-inner {
    min-height: 20px;
  }
  .main-menu-container .menu-horizontal-inner .fa-angle-right.fa-dropdown {
    display: none;
  }
  .navbar-header img {
    max-width: none;
  }
  .menu-smart.menu-justified > li {
    text-align: center;
  }
  .no-touch .menu-container-fixed {
    z-index: 1100;
    position: fixed;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  body.hmenu .menu-container .navbar-nav {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
  }
  .menu-absolute {
    left: 0;
    right: 0;
    z-index: 1000;
    position: absolute;
  }
  .no-touch .with-header .menu-sticky {
    position: absolute;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
    display: table;
    border-collapse: separate;
    overflow: hidden;
    table-layout: fixed;
  }
  .menu-horizontal .mega-menu-inner > li.menu-item {
    display: table-cell;
    float: none !important;
  }
  .row-offcanvas .logo-container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .vmenu-position-right.menu-offcanvas .box-container {
    position: relative;
  }
  .vmenu-position-right.menu-offcanvas .main-header {
    left: 100%;
  }
  body[class*=vmenu-] .main-header {
    display: table-cell;
    vertical-align: top;
  }
  body[class*=vmenu-] .logo-container img {
    display: inline-block;
  }
  body[class*=vmenu-] .main-menu-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  body[class*=vmenu-] .main-menu-container .menu-sidebar {
    display: table-cell;
  }
  .vmenu-center .menu-container .row-inner * {
    text-align: center;
  }
  .vmenu-right .menu-container .row-inner * {
    text-align: right;
  }
  .vmenu-right .menu-smart a i.fa-dropdown {
    float: left;
    top: .4em;
  }
  .vmenu-left .menu-container .row-inner * {
    text-align: left;
  }
  .vmenu-left .menu-smart a i.fa-dropdown {
    float: right;
    top: .4em;
  }
  .menu-accordion form input {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .vmenu-top .menu-sidebar {
    vertical-align: top;
  }
  .vmenu-middle .menu-sidebar {
    vertical-align: middle;
  }
  .vmenu-bottom .menu-sidebar {
    vertical-align: bottom;
  }
  .vmenu-center .navbar-main i.fa-dropdown {
    padding: 0em 0em 0em 0.75em;
    margin-left: 0.3em;
  }
  .vmenu-container {
    position: fixed;
    height: 100%;
    box-sizing: content-box;
    z-index: 3000;
  }
  .vmenu-container > .row {
    height: 100% !important;
  }
  .menu-smart.menu-justified > li li {
    text-align: left;
  }
  .menu-wrapper .row-menu .row-menu-inner {
    padding: 0px 36px 0px 36px;
  }
  .menu-wrapper .row {
    table-layout: auto;
    position: relative;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  body[class*=vmenu-] .main-menu-container {
    height: 100% !important;
  }
}
/*
----------------------------------------------------------

#Menu-Position: Mobile View

----------------------------------------------------------
*/
@media (max-width: 959px) {
  .menu-container {
    top: 0px !important;
  }
  .menu-container .logo-container {
    position: relative;
    padding: 27px 36px 27px 36px !important;
  }
  .main-menu-container {
    float: left;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
  .main-menu-container .menu-sidebar-inner {
    padding: 27px 0px 27px 0px;
  }
  .main-menu-container .row-inner:not(:first-child) .menu-sidebar-inner {
    padding-top: 0;
  }
  .main-menu-container .row-inner:first-child:not(:only-child) .menu-sidebar-inner {
    padding-bottom: 0;
  }
  .vmenu-container .row-inner {
    display: block;
    width: 100%;
  }
  .menu-sidebar-inner {
    line-height: 0px;
  }
  .menu-sidebar-inner > * {
    line-height: normal;
  }
  .menu-smart a i.fa-dropdown {
    float: right;
    right: 7px;
    top: .3em;
  }
  .menu-smart a i.fa-dropdown.fa-angle-right {
    right: 8px;
  }
  .menu-horizontal-inner .menu-smart {
    padding: 27px 0px 27px 0px;
  }
  .menu-horizontal-inner .navbar-nav:not(:first-child) .menu-smart {
    padding-top: 0;
  }
  .menu-horizontal-inner .navbar-nav:first-child:not(:only-child) .menu-smart {
    padding-bottom: 0;
  }
  #main-logo.navbar-header {
    display: inline-block;
  }
}
/*
----------------------------------------------------------

#Menu-Position: Offcanvas

----------------------------------------------------------
*/
body.menu-offcanvas .logo-offcanvas {
  text-align: right;
}
body.menu-offcanvas .logo-offcanvas img {
  margin: 0 auto;
  display: inline-block;
}
body.menu-offcanvas .logo-offcanvas .mmb-container.mobile-hidden {
  left: 0px;
  right: auto;
}
.overlay .mmb-container.mobile-hidden {
  top: 0;
  left: auto;
  right: 0px;
  z-index: 10000;
}
body.menu-offcanvas.vmenu-position-right .logo-offcanvas {
  text-align: left;
}
body.menu-offcanvas.vmenu-position-right .logo-offcanvas .mmb-container {
  left: auto;
  right: 0px;
}
body .menu-button-offcanvas {
  display: inline-block;
}
body[class*=hmenu-] .menu-wrapper [class*=col-lg-]:not(.logo-container) {
  padding-left: 0;
  padding-right: 0;
}
body[class*=vmenu-] .vmenu-container .logo-container > *:first-child {
  line-height: 0;
}
@media (min-width: 960px) {
  body.menu-offcanvas .main-header {
    position: absolute;
    z-index: 10000;
    top: 0px;
  }
  body.menu-offcanvas .menu-wrapper {
    z-index: 999;
  }
  body.menu-offcanvas .vmenu-container,
  body.menu-offcanvas .row-offcanvas,
  body.menu-offcanvas .main-container {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: -moz-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: -o-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86),-moz-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86),-o-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86),transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .firefox body.menu-offcanvas.boxed-width .main-header,
  .ie body.menu-offcanvas.boxed-width .main-header {
    height: 100%;
  }
  .firefox body.menu-offcanvas.boxed-width:not(.off-opened) .main-header,
  .ie body.menu-offcanvas.boxed-width:not(.off-opened) .main-header {
    z-index: 1;
  }
  .firefox body.menu-offcanvas.boxed-width .menu-container,
  .ie body.menu-offcanvas.boxed-width .menu-container {
    clip: rect(0, auto, auto, 0);
  }
  body.menu-offcanvas:not(.off-opened) .vmenu-container {
    pointer-events: none;
  }
}
/*
----------------------------------------------------------

#Menu-Position: Overlay

----------------------------------------------------------
*/
.menu-overlay .vmenu-container {
  margin: auto;
  overflow: scroll;
}
.menu-overlay .vmenu-container .main-menu-container {
  display: table-cell;
}
@media (min-width: 960px) {
  .menu-overlay .vmenu-container .menu-primary-inner {
    padding-top: 0;
  }
}
@media (max-width: 959px) {
  .menu-overlay .overlay-menu {
    position: relative;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (min-width: 960px) {
  .menu-overlay .logo-container,
  .menu-offcanvas .logo-container {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .menu-overlay-left .logo-container,
  .vmenu-position-left.menu-offcanvas .logo-container {
    text-align: right;
  }
}
@media (min-width: 960px) {
  .menu-overlay-left .mmb-container,
  .vmenu-position-left.menu-offcanvas .mmb-container {
    left: 0 !important;
    right: auto !important;
  }
}
.top-menu {
  position: relative;
  z-index: 3000;
}
.top-menu li {
  text-align: left;
}
/*
----------------------------------------------------------

#Menu-Toggle

----------------------------------------------------------
*/
.mmb-container {
  position: absolute;
  top: 50%;
  right: 0;
}
.mmb-container.mmb-container-overlay {
  position: fixed;
  top: 0;
  z-index: 100000;
}
.mmb-container.mmb-container-overlay .menu-button-overlay {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.mobile-menu-button {
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 27px 36px 27px 36px;
  cursor: pointer;
}
.menu-overlay .mobile-menu-button {
  display: block;
}
@media screen and (max-width: 959px) {
  .mobile-menu-button {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .overlay-menu .menu-button-overlay {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .overlay-menu .mmb-container {
    padding: 27px 0px 27px 0px;
  }
}
.lines-button {
  transition: .3s;
}
.lines,
.lines:before,
.lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.lines {
  position: relative;
  top: -2px;
}
.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 10px center;
  transform-origin: 10px center;
}
.lines:before {
  top: 6px;
}
.lines:after {
  top: -6px;
}
.lines-button.x2.close .lines:before,
.lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
  -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
  transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 20px;
}
.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
}
.lines-button.x2.close .lines,
.lines-button.x2.closing .lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent !important;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
/*
----------------------------------------------------------

#Isotope

----------------------------------------------------------
*/
.isotope-system:not(.index-single) .isotope-container {
  opacity: 0;
}
.row-parent.default-padding:not(.limit-width) .isotope-filters > .menu-horizontal.limit-width > .menu-smart,
.row-parent.no-h-padding .isotope-filters > .menu-horizontal > .menu-smart,
.row-parent.default-padding:not(.limit-width) .isotope-wrapper > .pagination,
.row-parent.no-h-padding .isotope-footer-inner > .pagination {
  padding-left: 36px;
  padding-right: 36px;
}
.row-parent .row-parent.default-padding:not(.limit-width) .isotope-filters > .menu-horizontal.limit-width > .menu-smart,
.row-parent .row-parent.no-h-padding .isotope-filters > .menu-horizontal > .menu-smart,
.row-parent .row-parent.default-padding:not(.limit-width) .isotope-wrapper > .pagination,
.row-parent .row-parent.no-h-padding .isotope-footer-inner > .pagination {
  padding-left: 0;
  padding-right: 0;
}
.isotope-filters.with-bg .menu-smart {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.isotope-filters {
  position: relative;
}
.firefox .isotope-filters {
  overflow: hidden;
}
.isotope-filters ul.menu-smart li {
  display: inline-block !important;
}
@media (min-width: 960px) {
  .isotope-filters ul.menu-smart li {
    float: none;
  }
}
@media (max-width: 959px) {
  .isotope-filters ul.menu-smart li {
    border: none;
  }
}
@media (min-width: 960px) {
  .isotope-filters ul.menu-smart li.float-left {
    float: left;
  }
}
@media (min-width: 960px) {
  .isotope-filters ul.menu-smart li.float-right {
    float: right;
  }
  .isotope-filters ul.menu-smart li.float-right span {
    padding-right: 0px;
  }
  .isotope-filters ul.menu-smart li.float-right + li span {
    padding-left: 0px;
  }
}
.isotope-filters ul.menu-smart {
  padding: 0px;
}
@media (max-width: 959px) {
  .isotope-filters ul.menu-smart {
    border: none;
    text-align: center;
    padding-bottom: 14.4px;
  }
  .with-bg.isotope-filters ul.menu-smart {
    padding-top: 14.4px;
  }
  div[class*=shift_y_neg] .isotope-filters ul.menu-smart {
    padding-bottom: 2px;
  }
}
.isotope-filters ul.menu-smart li:first-child span {
  padding-left: 0px;
}
.isotope-filters ul.menu-smart li:last-child span {
  padding-right: 0px;
}
.isotope-filters ul.menu-smart > li > span {
  display: block;
  padding: 0px 9px 36px 9px;
}
.with-bg.isotope-filters ul.menu-smart > li > span {
  padding: 36px 9px 36px 9px;
}
.double-gutter.isotope-filters ul.menu-smart > li > span {
  padding: 0px 9px 36px 9px;
}
.with-bg.double-gutter.isotope-filters ul.menu-smart > li > span {
  padding: 36px 9px 36px 9px;
}
div[class*=shift_y_neg] .isotope-filters ul.menu-smart > li > span {
  padding-bottom: 27px;
}
@media (max-width: 959px) {
  .isotope-filters ul.menu-smart > li > span {
    padding: 0px 0px 0px 0px !important;
  }
}
.isotope-filters ul.menu-smart > li > span > a {
  font-size: 11px;
  text-transform: none !important;
  font-weight: 500 !important;
  line-height: 1.2em;
}
@media (max-width: 959px) {
  :not(.with-bg).isotope-filters ul.menu-smart > li > span > a {
    padding: 0px 9px 18px 9px !important;
  }
  .with-bg.isotope-filters ul.menu-smart > li > span > a {
    padding: 18px 9px 18px 9px !important;
  }
}
.isotope-filters ul.menu-smart.text-uppercase > li > span > a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.isotope-filters .menu-horizontal {
  overflow: visible !important;
}
.isotope-filters.px-gutter {
  margin-bottom: 1px;
}
.isotope-filters.half-gutter {
  margin-bottom: 18px;
}
.isotope-filters.single-gutter {
  margin-bottom: 36px;
}
.isotope-filters.double-gutter {
  margin-bottom: 72px;
}
@media (max-width: 959px) {
  .isotope-filters.double-gutter {
    margin-bottom: 36px;
  }
}
.isotope-filters:not(.with-bg) {
  margin-bottom: 0px;
}
.isotope-filters.double-gutter:not(.with-bg) {
  margin-bottom: 36px;
}
@media (max-width: 959px) {
  .isotope-filters.double-gutter:not(.with-bg) {
    margin-bottom: 0px;
  }
}
.isotope-wrapper {
  position: relative;
}
.isotope-wrapper:before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  content: "";
}
.isotope-wrapper.isotope-loading:before {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 3000;
}
.isotope-general-light .isotope-wrapper.isotope-loading:before {
  background-image: url(/wp-content/themes/uncode/library/img/oval-anim-light.svg);
}
.isotope-general-dark .isotope-wrapper.isotope-loading:before {
  background-image: url(/wp-content/themes/uncode/library/img/oval-anim-dark.svg);
}
.isotope-general-light .isotope-wrapper.isotope-loading:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.isotope-general-dark .isotope-wrapper.isotope-loading:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.isotope-wrapper.isotope-reloaded:before {
  opacity: 0;
}
.isotope-wrapper.half-gutter .isotope-layout,
.owl-carousel-container.half-gutter,
.index-system.half-gutter {
  margin-right: -18px;
}
.isotope-wrapper.single-gutter .isotope-layout,
.owl-carousel-container.single-gutter,
.index-system.single-gutter {
  margin-right: -36px;
}
.isotope-wrapper.double-gutter .isotope-layout,
.owl-carousel-container.double-gutter,
.index-system.double-gutter {
  margin-right: -72px;
}
@media (max-width: 959px) {
  .isotope-wrapper.double-gutter .isotope-layout,
  .owl-carousel-container.double-gutter,
  .index-system.double-gutter {
    margin-right: -36px;
  }
}
.isotope-wrapper.no-gutter {
  overflow: hidden;
}
.isotope-wrapper.px-gutter,
.index-system.px-gutter .index-wrapper {
  margin-top: -1px !important;
  overflow: hidden;
}
.isotope-wrapper.half-gutter,
.index-system.half-gutter .index-wrapper {
  margin-top: -18px !important;
}
.isotope-wrapper.single-gutter,
.index-system.single-gutter .index-wrapper {
  margin-top: -36px !important;
}
.isotope-wrapper.double-gutter,
.index-system.double-gutter .index-wrapper {
  margin-top: -72px !important;
}
@media (max-width: 959px) {
  .isotope-wrapper.double-gutter,
  .index-system.double-gutter .index-wrapper {
    margin-top: -36px !important;
  }
}
.isotope-wrapper.isotope-inner-padding.double-gutter {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 959px) {
  .isotope-wrapper.isotope-inner-padding.double-gutter {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 569px) {
  .isotope-wrapper.isotope-inner-padding.double-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
.isotope-wrapper.isotope-inner-padding.single-gutter {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.isotope-wrapper.isotope-inner-padding.half-gutter {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.isotope-filters.filters-inner-padding.double-gutter .menu-smart {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
@media (max-width: 959px) {
  .isotope-filters.filters-inner-padding.double-gutter .menu-smart {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
.isotope-filters.filters-inner-padding.single-gutter .menu-smart {
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 569px) {
  .isotope-filters.filters-inner-padding.single-gutter .menu-smart {
    padding-left: 0;
    padding-right: 0;
  }
}
.isotope-filters.filters-inner-padding.half-gutter .menu-smart {
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 569px) {
  .isotope-filters.filters-inner-padding.half-gutter .menu-smart {
    padding-left: 0;
    padding-right: 0;
  }
}
.isotope-layout {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.tmb-animate.tmb {
  opacity: 0;
}
.px-gutter .tmb {
  padding-right: 1px;
}
.half-gutter .tmb {
  padding-right: 18px;
}
.single-gutter .tmb {
  padding-right: 36px;
}
.double-gutter .tmb {
  padding-right: 72px;
}
@media (max-width: 959px) {
  .double-gutter .tmb {
    padding-right: 36px;
  }
}
.tmb .t-inside {
  background-clip: content-box;
}
.no-touch .isotope-container .tmb .t-inside {
  opacity: 0;
}
.px-gutter:not(.owl-carousel-container) .tmb .t-inside {
  margin-top: 1px;
}
.half-gutter:not(.owl-carousel-container) .tmb .t-inside {
  margin-top: 18px;
}
.single-gutter:not(.owl-carousel-container) .tmb .t-inside {
  margin-top: 36px;
}
.double-gutter:not(.owl-carousel-container) .tmb .t-inside {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .double-gutter:not(.owl-carousel-container) .tmb .t-inside {
    margin-top: 36px;
  }
}
.isotope-menu {
  background: #000;
  padding: 36px 0px 36px 0px;
}
.isotope-footer {
  opacity: 0;
}
.isotope-footer .pagination {
  line-height: 0px;
}
.with-bg.isotope-footer .pagination {
  padding-left: 36px;
  padding-right: 36px;
}
.with-bg.isotope-footer .pagination > li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.isotope-footer.half-gutter {
  margin-top: 36px;
}
.isotope-footer.px-gutter {
  margin-top: 1px;
}
.isotope-footer.single-gutter {
  margin-top: 36px;
}
.isotope-footer.double-gutter {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .isotope-footer.double-gutter {
    margin-top: 36px;
  }
}
.isotope-footer .pagination > li {
  display: inline-block;
}
.loadmore-button,
.loading-button {
  display: inline-block;
  text-align: center;
  margin: 18px 18px 18px 18px;
}
.isotope-infinite-button + .loadmore-button {
  display: block !important;
}
.loadmore-button .icon-container {
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
}
.loadmore-button a,
.loading-button .icon-container {
  margin: 0px !important;
}
.index-single {
  float: left;
  width: 100%;
}
.index-single,
.index-single > *,
.index-single > * > * {
  height: 100% !important;
}
/*
----------------------------------------------------------

#iLightbox

----------------------------------------------------------
*/
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container iframe,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ilightbox-closedhand * {
  cursor: url('/wp-content/themes/uncode/library/img/ilightbox/css/closedhand.cur'), default !important;
}
.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: 4px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 100003;
  top: 50% !important;
  left: 50% !important;
  margin-top: -24px;
  margin-left: -24px;
}
.ilightbox-loader div {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-loader.horizontal {
  left: 45%;
  top: 4px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-loader.horizontal div {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
  top: 5px;
  left: 0px;
  height: 25px;
  width: 100%;
}
.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
  width: 25px;
  height: 23px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
  display: none;
}
.ilightbox-prev-button {
  -webkit-border-radius: 0px 0px 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 2px 2px;
  background-clip: padding-box;
}
.ilightbox-next-button {
  -webkit-border-radius: 2px 2px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0px 0px;
  background-clip: padding-box;
}
.ilightbox-prev-button.horizontal {
  -webkit-border-radius: 0px 2px 2px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 2px 2px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 2px 2px 0px;
  background-clip: padding-box;
}
.ilightbox-next-button.horizontal {
  -webkit-border-radius: 2px 0px 0px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0px 0px 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0px 0px 2px;
  background-clip: padding-box;
}
.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  overflow: hidden;
}
.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 60px;
  height: 100%;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
}
.no-touch .ilightbox-thumbnails .ilightbox-thumbnails-grid {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 0px;
  position: relative;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: bicubic;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  z-index: 1;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}
.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none;
}
.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}
.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: block !important;
  position: relative;
  left: 30px;
  right: 30px;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ilightbox-holder .ilightbox-container iframe + div {
  position: absolute !important;
}
.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 1px;
  padding-left: 0;
  z-index: 20003;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: none;
  list-style: none;
  height: 16px;
  margin: 0 auto;
  text-align: center;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  display: inline-block;
  float: none;
  margin-left: 1px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/social_icons/facebook_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/social_icons/digg_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/social_icons/twitter_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/social_icons/delicious_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/social_icons/reddit_16.png');
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/social_icons/google_plus_16.png');
}
.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}
.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  width: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 60px;
}
.ilightbox-button {
  position: fixed;
  z-index: 100011;
  cursor: pointer;
}
.ilightbox-button span {
  display: block;
  width: 100%;
  height: 100%;
}
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
  display: none !important;
}
.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}
.ilightbox-overlay.black {
  background: #141618;
}
.ilightbox-loader.black div {
  background: transparent url('/wp-content/themes/uncode/library/img/oval-anim-dark.svg') no-repeat center;
}
.ilightbox-holder.black .ilightbox-container .ilightbox-caption {
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
.ilightbox-holder.black .ilightbox-alert {
  background: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/alert.png') no-repeat center top;
  color: #555;
}
.ilightbox-toolbar.black a {
  background: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/buttons.png') no-repeat 7px 6px;
}
.ilightbox-toolbar.black a.ilightbox-close {
  position: absolute;
  right: 5px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close {
  position: relative;
  right: 0px;
}
.ilightbox-toolbar.black a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close:hover {
  background-position: 50%;
}
.ilightbox-toolbar.black a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #141618;
}
.ilightbox-toolbar.black a.ilightbox-fullscreen {
  background-position: 6px -33px;
  margin-left: 5px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen {
  margin-left: 0px;
}
.ilightbox-toolbar.black a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen:hover {
  background-position: 50%;
}
.ilightbox-toolbar.black a.ilightbox-play {
  background-position: 8px -58px;
}
.ilightbox-toolbar.black a.ilightbox-play:hover {
  background-position: -32px -58px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-play:hover {
  background-position: 50%;
}
.ilightbox-toolbar.black a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.black a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-pause:hover {
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.black {
  background: #141618;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.black {
  background: #141618;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.isMobile .ilightbox-toolbar.black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/fullscreen-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/fullscreen-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/x-mark-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/x-mark-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-next-button {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrow-next-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-prev-button {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrow-prev-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-play {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/play-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/play-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-pause {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/pause-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/pause-icon-ie.png')\9;
}
.ilightbox-holder.black .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
  color: #fff;
}
.ilightbox-thumbnails.black .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/thumb-overlay-play.png') no-repeat center;
}
.ilightbox-button.black.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.ilightbox-next-button.black,
.ilightbox-button.ilightbox-prev-button.black {
  bottom: 0;
  right: 0;
  left: 0;
  left: 35%\9;
  right: auto\9;
  width: 20%;
  height: 38px;
  margin: auto;
  background: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrows_vertical.png') no-repeat 50% -125px;
}
.ilightbox-button.ilightbox-prev-button.black {
  top: 0;
  bottom: auto;
  background-position: 50% -36px;
}
.ilightbox-button.ilightbox-next-button.black.horizontal,
.ilightbox-button.ilightbox-prev-button.black.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 36%\9;
  bottom: auto\9;
  width: 38px;
  height: 20%;
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrows_horizontal.png');
  background-position: -125px 50%;
}
.ilightbox-button.ilightbox-prev-button.black.horizontal {
  right: auto;
  left: 0;
  background-position: -38px 50%;
}
.ilightbox-holder.black .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.black,
.ilightbox-button.ilightbox-prev-button.black {
  background-color: #141618;
}
.ilightbox-overlay.white {
  background: #fff;
}
.ilightbox-loader.white div {
  background: transparent url('/wp-content/themes/uncode/library/img/oval-anim-light.svg') no-repeat center;
}
.ilightbox-holder.white .ilightbox-container .ilightbox-caption {
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #141618;
  text-align: center;
}
.ilightbox-holder.white .ilightbox-alert {
  background: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/alert.png') no-repeat center top;
  color: #89949B;
}
.ilightbox-toolbar.white a {
  background: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/buttons.png') no-repeat 7px 6px;
}
.ilightbox-toolbar.white a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #fff;
}
.ilightbox-toolbar.white a.ilightbox-close {
  position: absolute;
  right: 5px;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-close {
  position: relative;
  right: 0px;
}
.ilightbox-toolbar.white a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.ilightbox-toolbar.white a.ilightbox-fullscreen {
  background-position: 6px -33px;
  margin-left: 5px;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-fullscreen {
  margin-left: 0px;
}
.ilightbox-toolbar.white a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.ilightbox-toolbar.white a.ilightbox-play {
  background-position: 8px -58px;
}
.ilightbox-toolbar.white a.ilightbox-play:hover {
  background-position: -32px -58px;
}
.ilightbox-toolbar.white a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.white a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.white {
  background: #fff;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.white a,
.isMobile .ilightbox-toolbar.white a:hover {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-fullscreen {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/fullscreen-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/fullscreen-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-close {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/x-mark-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/x-mark-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-next-button {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-next-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-next-button.disabled {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-next-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-prev-button {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-prev-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-prev-button.disabled {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-prev-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-play {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/play-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/play-icon-ie.png')\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-pause {
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/pause-icon-64.png');
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/pause-icon-ie.png')\9;
}
.ilightbox-thumbnails.white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/thumb-overlay-play.png') no-repeat center;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-button.white.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
  bottom: 0;
  right: 0;
  left: 0;
  top: 35%\9;
  right: auto\9;
  width: 20%;
  height: 38px;
  margin: auto;
  background: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrows_vertical.png') no-repeat 50% -125px;
}
.ilightbox-button.ilightbox-prev-button.white {
  top: 0;
  bottom: auto;
  background-position: 50% -36;
}
.ilightbox-button.ilightbox-next-button.white.horizontal,
.ilightbox-button.ilightbox-prev-button.white.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 36%\9;
  bottom: auto\9;
  width: 38px;
  height: 20%;
  background-image: url('/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrows_horizontal.png');
  background-position: -125px 50%;
}
.ilightbox-button.ilightbox-prev-button.white.horizontal {
  right: auto;
  left: 0;
  background-position: -38px 50%;
}
.ilightbox-holder.white .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
  background-color: rgba(20, 22, 24, 0.25);
}
/*
----------------------------------------------------------
#OwlCarousel
----------------------------------------------------------
*/
.owl-carousel-wrapper {
  overflow: hidden;
}
.owl-carousel-wrapper.style-metro {
  height: 100%;
  display: block;
}
.owl-carousel-wrapper.style-metro .owl-carousel-container,
.owl-carousel-wrapper.style-metro .owl-stage-outer,
.owl-carousel-wrapper.style-metro .owl-carousel,
.owl-carousel-wrapper.style-metro .owl-stage {
  height: 100%;
  display: block;
}
.owl-carousel-wrapper.style-metro .owl-item {
  height: 100% !important;
}
.owl-carousel-wrapper.style-metro .tmb-carousel,
.owl-carousel-wrapper.style-metro .tmb-carousel > div,
.owl-carousel-wrapper.style-metro .t-entry-visual,
.owl-carousel-wrapper.style-metro .t-entry-visual-tc {
  display: block !important;
  height: 100%;
}
.row-slider .owl-carousel-wrapper .owl-carousel-wrapper {
  padding: 0;
  height: 100%;
}
.owl-carousel-container {
  position: relative;
}
.owl-carousel-container.carousel-inner-padding.owl-carousel-container .owl-carousel {
  padding-left: 36px;
  padding-right: 36px;
}
.owl-carousel-container:before {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.owl-carousel-container.owl-carousel-loading {
  min-height: 120px;
}
.owl-carousel-container.owl-carousel-loading .owl-carousel {
  height: 0;
}
@media (min-width: 570px) {
  .owl-dots-outside.owl-carousel[data-dots="true"] {
    margin-bottom: 54px;
  }
}
@media (max-width: 569px) {
  .owl-dots-outside.owl-carousel[data-dotsmobile="true"] {
    margin-bottom: 54px;
  }
}
.owl-height {
  -webkit-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.isotope-system .owl-height {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.owl-nav.disabled {
  display: none;
}
.owl-prev,
.owl-next {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 2000;
}
.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}
@media (max-width: 959px) {
  .owl-prev,
  .owl-next {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 569px) {
  .owl-carousel[data-navmobile="false"] .owl-prev,
  .owl-carousel[data-navmobile="false"] .owl-next {
    display: none;
  }
}
@media (max-width: 959px) {
  .uncode-slider .owl-prev,
  .uncode-slider .owl-next {
    display: none;
  }
}
.header-style-light .owl-prev,
.header-style-light .owl-next {
  color: #000;
}
.owl-prev i,
.owl-next i {
  font-size: 21px;
  position: relative;
  top: 33px;
}
.owl-prev .owl-nav-container,
.owl-next .owl-nav-container {
  height: 90px;
  width: 36px;
  top: -44px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  text-align: center;
}
.owl-prev {
  left: 0;
  -webkit-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.owl-prev .owl-nav-container {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.carousel-inner-padding .owl-prev .owl-nav-container {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.owl-prev i {
  text-indent: -1px;
}
.touch .owl-prev {
  margin-left: 0 !important;
}
.owl-next {
  right: 0px;
  -webkit-transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.owl-next .owl-nav-container {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.carousel-inner-padding .owl-next .owl-nav-container {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.owl-carousel-container.half-gutter .owl-next {
  right: 18px !important;
}
.owl-carousel-container.single-gutter .owl-next {
  right: 36px !important;
}
.owl-carousel-container.double-gutter .owl-next {
  right: 72px !important;
}
@media (max-width: 959px) {
  .owl-carousel-container.double-gutter .owl-next {
    right: 36px !important;
  }
}
.owl-next i {
  text-indent: 1px;
}
.touch .owl-next {
  margin-right: 0 !important;
}
.owl-dots {
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -moz-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  -o-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
  transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
}
.owl-dots-inside > .owl-dots {
  bottom: 0;
  padding: 9px 9px 9px 9px;
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
}
.header-wrapper .owl-dots-inside > .owl-dots {
  padding: 9px 9px 18px 9px;
}
.owl-carousel-container.px-gutter .owl-dots {
  margin-left: 2px;
}
.owl-carousel-container.half-gutter .owl-dots {
  margin-left: -9px;
}
.owl-carousel-container.single-gutter .owl-dots {
  margin-left: -18px;
}
.owl-carousel-container.double-gutter .owl-dots {
  margin-left: -36px;
}
@media (max-width: 959px) {
  .owl-carousel-container.double-gutter .owl-dots {
    margin-left: -18px;
  }
}
.owl-dots-outside > .owl-dots {
  padding: 18px 0px 0px 0px;
  bottom: -54px;
}
.uncode-slider .owl-dots-outside > .owl-dots {
  bottom: auto;
}
.header-scrolled .owl-dots {
  opacity: 0;
}
.owl-dots.disabled {
  display: none;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
}
.owl-dots-inside .owl-dots .owl-dot span {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.owl-dots-outside .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}
.no-touch .owl-dots .owl-dot span {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.owl-prev,
.owl-next,
.owl-dots {
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: easein;
  -moz-animation-timing-function: easein;
  -o-animation-timing-function: easein;
  animation-timing-function: easein;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.owl-loaded .owl-prev,
.owl-loaded .owl-next,
.owl-loaded .owl-dots {
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 10;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item {
  display: inline-block;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .row-child {
  display: block;
  height: 100%;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .row-inner {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .column_child {
  display: table-cell !important;
}
.no-touch .uncode-slider .owl-carousel .row-child {
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.no-touch .uncode-slider .owl-carousel .block-bg-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
  display: none;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-height-equal.owl-carousel .owl-stage {
  height: 100%;
  display: table;
  table-layout: fixed;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0px, 0, 0);
}
.carousel-inner-padding .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  -webkit-touch-callout: none;
  display: inline-table;
  table-layout: fixed;
  vertical-align: top;
}
.owl-valign-bottom.owl-carousel .owl-item {
  vertical-align: bottom;
}
.owl-valign-middle.owl-carousel .owl-item {
  vertical-align: middle;
}
.owl-height-equal.owl-carousel .owl-item {
  height: 100%;
  display: table-cell;
}
.owl-height-equal.owl-carousel .owl-item > .tmb {
  height: 100%;
  display: block;
}
.owl-height-equal.owl-carousel .owl-item > .tmb > .t-inside {
  height: 100%;
  display: table;
  table-layout: fixed;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loaded.owl-height-forced {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.owl-carousel.owl-loaded.owl-height-forced .owl-stage {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.owl-carousel.owl-loaded.owl-height-forced .owl-stage .owl-item {
  display: table-cell;
  height: 100%;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/wp-content/themes/uncode/library/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.uncode-slider .owl-height-forced .owl-stage-outer {
  display: table-cell;
  width: 100%;
}
.uncode-slider .owl-height-forced .owl-stage-outer .owl-stage {
  height: 100%;
}
/*
----------------------------------------------------------

#OwlCarousel-Textual

----------------------------------------------------------
*/
.textual-carousel .tmb .t-inside {
  border: 0px !important;
}
.textual-carousel .t-entry-visual-overlay-in,
.textual-carousel .t-entry-visual,
.textual-carousel .t-inside {
  background: transparent !important;
}
.textual-carousel .tmb .tweet.fluid-object {
  max-width: 1200px;
  margin: 0 auto;
  background: transparent !important;
  padding: 0px !Important;
}
.textual-carousel .tmb .twitter-footer {
  margin: 18px 0px 0px 0px;
}
.textual-carousel .tmb .twitter-tweet a:last-of-type {
  display: block;
}
.textual-carousel .tmb .regular-text {
  padding: 0px 45px 0px 45px !important;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.textual-carousel .tmb .regular-text .pullquote {
  border: 0;
  background: transparent !important;
  color: white !important;
  padding: 0px;
}
.textual-carousel .tmb .regular-text .pullquote > p {
  font-size: inherit;
  letter-spacing: inherit;
}
.textual-carousel .tmb .regular-text .pullquote img.avatar {
  max-width: 36px;
  min-height: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0px;
  border: 0px;
}
/*
----------------------------------------------------------
#Elements-Text
----------------------------------------------------------
*/
.el-text {
  margin: 18px 0px 0px 0px;
  clear: both;
}
.heading-text.el-text > *:first-child {
  margin-top: 0 !important;
  display: inline-block;
}
.heading-text.el-text > *:first-child.bigtext {
  display: block;
}
.heading-text.el-text > *:last-child {
  margin-bottom: 0 !important;
}
.el-text i > span ~ span {
  display: block;
}
.el-text hr {
  margin-left: 0;
}
.el-text hr.separator-reduced {
  font-size: 14px;
  width: 40px;
  position: relative;
  display: block;
  content: "";
  margin: 18px 0px 18px 0px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-top: 0px;
}
.el-text > * > span {
  display: block;
}
.el-text + .clear {
  margin-top: 0 !important;
}
.countdown {
  line-height: 1;
}
.countdown small {
  line-height: inherit;
  font-size: 1em;
}
.counter-text,
.counter-text p {
  margin: 0px 0px 0px 0px;
}
/*
----------------------------------------------------------
#Headers
----------------------------------------------------------
*/
.header-wrapper {
  -webkit-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
  -moz-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
  -o-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
  transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
}
@media (max-width: 569px) {
  .header-wrapper .header-bg-wrapper + div,
  .header-wrapper .header-bg-wrapper:only-child {
    min-height: 300px;
  }
  .header-wrapper .header-bg-wrapper:only-child {
    position: relative;
  }
}
.header-wrapper .header-scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
}
@media (max-width: 959px) {
  .header-wrapper .header-scrolldown {
    display: none;
  }
}
.header-wrapper .header-scrolldown:hover {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: .8 !important;
}
.header-wrapper .header-scrolldown i {
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.header-style-light .header-wrapper .header-scrolldown i {
  color: #000;
}
@media (min-width: 960px) {
  .header-scrolled .header-wrapper .header-scrolldown {
    opacity: 0 !important;
  }
}
@media (max-width: 570px) {
  .header-wrapper .owl-next,
  .header-wrapper .owl-prev {
    display: none;
  }
}
.header-wrapper .owl-next .owl-nav-container,
.header-wrapper .owl-prev .owl-nav-container {
  width: 90px;
  height: 100px;
  top: -50px;
  background: none;
  filter: none;
}
.header-wrapper .owl-next .owl-nav-container i,
.header-wrapper .owl-prev .owl-nav-container i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s;
  transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out, opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 26px;
  top: 34px;
}
.header-scrolled .header-wrapper .owl-next .owl-nav-container i,
.header-scrolled .header-wrapper .owl-prev .owl-nav-container i {
  opacity: 0;
}
.header-wrapper .owl-next:hover i {
  opacity: .6;
  -webkit-transform: translateX(5px) scale(0.9);
  -moz-transform: translateX(5px) scale(0.9);
  -o-transform: translateX(5px) scale(0.9);
  -ms-transform: translateX(5px) scale(0.9);
  transform: translateX(5px) scale(0.9);
}
.header-wrapper .owl-prev:hover i {
  opacity: .6;
  -webkit-transform: translateX(-5px) scale(0.9);
  -moz-transform: translateX(-5px) scale(0.9);
  -o-transform: translateX(-5px) scale(0.9);
  -ms-transform: translateX(-5px) scale(0.9);
  transform: translateX(-5px) scale(0.9);
}
.header-scrolled .header-wrapper .uncode-slider .row-child,
.header-scrolled .header-wrapper .row-header:not(.row-slider) {
  opacity: 0;
}
@media (min-width: 960px) {
  .header-scrolled .header-scroll-opacity .header-main-container {
    opacity: 0 !important;
  }
}
@media (max-width: 959px) {
  .header-bg-wrapper > .header-bg {
    background-attachment: scroll !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: 100% !important;
  }
}
.header-wrapper {
  display: table;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header-wrapper .owl-carousel-container,
.header-wrapper .owl-carousel.owl-theme,
.header-wrapper .owl-stage,
.header-wrapper .owl-stage-outer,
.header-wrapper .owl-item,
.header-wrapper .owl-item .item,
.header-wrapper .owl-item .header-main-container,
.header-wrapper .header-content {
  height: 100%;
}
.header-wrapper .header-bg-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-wrapper .header-bg {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.header-wrapper .header-bg-overlay {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-wrapper .header-bg-overlay-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}
.header-wrapper .header-main-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.touch .header-wrapper .header-main-container {
  padding-top: 0px !important;
}
.header-wrapper .header-main-container.header-carousel {
  margin-top: -25px;
  margin-bottom: 25px;
  padding-top: 50px;
}
.header-wrapper .header-content {
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
@media (max-width: 959px) {
  .header-wrapper .header-content {
    padding-top: 0px !important;
  }
}
.header-wrapper .header-content.header-align-left {
  text-align: left;
}
.header-wrapper .header-content.header-align-right {
  text-align: right;
}
.header-wrapper .header-content.header-left .header-content-inner {
  margin-right: auto;
  margin-left: inherit;
}
.header-wrapper .header-content.header-left hr {
  margin-left: 0px;
}
.header-wrapper .header-content.header-left .buttons-wrapper .btn:first-child {
  margin-left: 0;
}
.header-wrapper .header-content.header-right .header-content-inner {
  margin-left: auto;
  margin-right: inherit;
}
.header-wrapper .header-content.header-right hr {
  margin-right: 0px;
}
.header-wrapper .header-content.header-right .buttons-wrapper .btn:last-child {
  margin-right: 0;
}
.header-wrapper .header-content.header-top {
  vertical-align: top;
}
.header-wrapper .header-content.header-bottom {
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .header-wrapper .header-content .buttons-wrapper {
    font-size: 12px;
  }
}
.header-wrapper .header-content-inner {
  margin: 0 auto;
  padding: 54px 36px 54px 36px !important;
}
@media (max-width: 959px) {
  .header-wrapper .header-content-inner {
    max-width: none !important;
  }
}
.header-classic.header-wrapper .header-content-inner {
  padding: 54px 36px 54px 36px !important;
}
.header-wrapper .header-content-inner > iframe {
  max-width: 100%;
}
.header-wrapper .header-content-inner .wp-audio-shortcode {
  max-width: 500px;
  margin: auto;
}
.header-wrapper .header-content-inner blockquote.pullquote p:first-child {
  font-size: 25px;
}
.header-wrapper .header-content-inner > .header-title > span {
  display: block;
}
.header-wrapper .header-content-inner > p > * {
  margin-top: 0px;
}
.header-wrapper .header-content-inner > *:first-child,
.header-wrapper .heading-text > *:first-child {
  margin-top: 0 !important;
}
.header-wrapper .heading-text:not(.heading-bigtext) {
  display: inline-block;
}
.header-wrapper .header-subtitle {
  margin: 9px 0px 0px 0px;
}
.header-wrapper .column_parent {
  height: 100% !important;
}
.header-wrapper blockquote {
  padding: 0px;
}
@media (max-width: 959px) {
  .header-main-container {
    padding-top: 0px !important;
  }
}
.header-main-container .owl-carousel .owl-item {
  float: left !important;
}
.header-bg.self-video .wp-video,
.header-bg.self-video .mejs-video {
  width: 100% !important;
  height: 100% !important;
}
.header-bg.self-video .mejs-layers,
.header-bg.self-video .mejs-controls {
  display: none;
}
.header-bg.self-video video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blocks-animation .header-title > .animate_when_almost_visible {
  display: inline-block;
}
@media (max-width: 959px) {
  .header-main-container .row-inner {
    padding-top: 0px !important;
  }
}
.header-wrapper:not(.header-only-text):before,
.uncode-slider:not(.slider-loaded):before {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  content: "";
  z-index: 1;
  opacity: 1;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.style-light .header-wrapper:not(.header-only-text):before,
.style-light .uncode-slider:not(.slider-loaded):before,
.style-dark .style-light .header-wrapper:not(.header-only-text):before,
.style-dark .style-light .uncode-slider:not(.slider-loaded):before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABPtJREFUeNrsnCFv20AUx+2kIDBgIGDAYCBgUiNlwGyeNFC2gIGBSUtJ6dZP0PUTtKUlTVlBpaWsbC4LiZRKBQEDBgMeCygIGNh72bvk9eKzY8dJE9896RQnSuzzL//37t357izLWCqzN6ESBwcHDh1WqaB59DqCMsCD8/NzXztgAKcGLw6VGgMk25HicwHwDoq/boj2GhXUgFKHUlFAwDKGEkoK22XKayh+24VyA/C6WwsMIFXoBl1JRQgloBLCTQYpz9ug876F0pLOjee6hHIK5x1tBTAC5VKpMEhDLHAjw5yvh/C+QGkzeAjrbBXg7BVUfo+Bwsr6BGq8BtdvU+xz2PWP4dqnGwUMKlol9+AVxYA8eKZWVwaH9djPoz72ClTlb0LzT3X7RuCqeanNXrJCLdZyYet2tapgu2QLfcFa3Q6Uw6z1tDNWAtX0iUm+BxW43eQMHer8neV26JrvskCzM8JqU9KJgfz2uWJVhrqjyn6Qi2aCZi8JqwMXDLepL0gx92dWaLZOsPKAVkpxnb0iwKJO/AQStZwNclMrN2Dwj7isNbzaZlgKaB7c48kivysv2Cx/pLcY4B+sgli/3w+bzeYfSrpdOL6Hz4aZFUZxq0VvsXvTswpmcE8dys3QLqjXktklPQqMYxpCKaod0kgH3utJJmBE2qW33XV0np9RZRjH9ultm/K11AoTrhjkPSSzodB85ppHqYBRoBfdnq6ljx2zVtNLozDhioNN60yvWGUYx87iVFZSxK66GKqx9DPhlh71CBIV5rI0YqQbLVKZgPZ1EWB1NgSiq11KDV80MHpmOMm7dGgZE1rMSV5Gg6RKhQmfHVrGRHbwIQ6YY4BN7Yb1duaBUb+xJpJV3WmxBzkOm/vxRGECVljkblBK86VQ9QSYoBgaTlMbxAHjT6uN/bd7et2NdUnDaWoillfjElcTv2Y2inPJquEz11IO4hRWZX0pYwrbMQgS7c4Ay5aLzbnkiDJ+xzBSWymiRTA26y7W5MwhKq2oGFRzLMIoYKGUwBqbpRORChubfGzOanEKC4zC0gGbuiSNjRmLGMEpsW4AX7aifWrB0qsRf3pWUvTO60ZcUwaBKg9DGxhgc8CGSmA0sxDlVwFJ1jV3x8jHjVGJq/iCq7G6lI8bo4CJWYZO0my8gqqLr8vsJQKjFkGQ9TRWVxA1+Vk13UmQbeikMmnWpZ80WsFVFrDmtKWRujzqcAeqkee4KZtdFsvqGqjLYe7oq76nBEaxTLhmq8jdJWl6/SDuuUbStHNf5GUFd03Pmk2vj13GGLsSpN/v/202m0j7DZQXcDyGz34XTF3ohu/p7XXSsqDEpTMA6BFBweErLAgQPhsVBBYO3+CyIHwY1FtkpUt5kROjqgAUShYvUIfjXwiyALDarFW8XuR3aZb/oW+HdIE2e0Cw7bAma9UX/W150S9SPHsg10S1vd5GpUXA6qSZD1dOczEFtEdcRrdFudbnrLBSA5OgvcSWk2JaBT7/teGwPEqNdrLCQtNh3wp51xYcJL3NOi216DujuKx/OKa6LbVItqh77zRY9i7U381jrXrRdneSQeWiqpUBYx3Zde4fVqM42pCu16PsPdc/aht3qKtRjwPdX94iUOyP2FuVojd5D0RhNfoNX6liSX/AStT7bMAiFOJYybtsqkxADayYkdHCAItRoGU93cdVBmQmLBvTwP4JMADEPDW9MJgjiwAAAABJRU5ErkJggg==');
  background-size: 38px;
}
.style-dark .header-wrapper:not(.header-only-text):before,
.style-dark .uncode-slider:not(.slider-loaded):before,
.style-light .style-dark .header-wrapper:not(.header-only-text):before,
.style-light .style-dark .uncode-slider:not(.slider-loaded):before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABNtJREFUeNrsnC132zAUhqWeAcPAshmGzTDQY4GBZU3ZWDs2tu4XbPsFa9lYPVa2DC1sHgtbxswWaNZJ3Xtz7hTLjms5H7buOTppmsSWHr260pUlCeGtlslDyMTDw0OIPwcsRfjfEklIKWe9A6bgnKqXoUqnSIOCr2mA55ZLaHipSj9VShTEtHPAoKAIoIKCr6yQcpUyfGeEz14AaohU9NtEpdtdKFC2CCkApJGhIg1lATBLVcis5nX1NWOAnBjX1ur7qNKNuu7qKIAB1AgpMCClqiBLx/eL0Xw5vBXAfXANTjrOvK79MQOlM6ubyUJlPG+52Q8A7S1ruvr+r9W9bw4KGMssz+hs1w6Z5WdqgNOVduFC3dKxqrSK5ofQ/SNv1+rlEk3VidpkwwxNjPFS0pazbdhD37F86g7hYteZCFR6pWsQKT70ETrySfYdbmTnsN6gSR6Fad+m0h9A+/EUaLIuLPUyxQg9h7wzcUSGCv4Kv6Y7pZd13IjsEywX0E5q3GfcBVgI4h8hoefU8N67rpGYOfiwK1M1KBfZtbNumcEaiY6ZKtMVgxY3vViAC2pYZ6Kjpsp2B2C/qnrOKh8Ws1FyIrprFyhjiJCqPjCQpiZ433bwvOdOYAVo2q7K/HSZwiYU8qgLLkTHTZUxQZCu7VMtYCBMlBPRHyOVxbYOwKYwaorpoQXTLatMTyDQbMblVsDgu4Z4OxP9s3fkkop82UmJuhZ9UpehssSmsiJgpK5U9NdujY6vGBieGeommfehZ6zoMR/HZeb0lakw+nAhvFGzPC8DFnpga/vCop1NYJjvOqXBque1HiFEPL7kCiNYWZfDoJrhUmq4qmJgXlxrKwXGH7N7+2e/8frcK8yBwshyz2ltq22Db28WOykYg/kmudkk12OxZwXdqW+SbGihxmDf+P82gOkBrIf232B+ZmuSS6O39FYQ+Xin38DpkwUei52Fb5INmmTugVmB5UXAMg/MCizbAMZWGA92tpzxsIcUtOeJs9lw+ktj1N9nC03/5YE5AEZz+UPPa81gYQWGZZh6SiM4ptXRLfivCGOwlbk09aQkQo96rK7IYLEVsLBL61lrqCtk/qsamO1pSR/VVbS2xBZ805RG1CeVsZ3DnEE1MENlcY/UFZepq0xhRDgXBQsyOtwzhijzzPY9KzAQnuPtGLOPXYWlyzbG23nZurjSCURsFKVd/mcdFtgZyphVbY7dZsY1YU0z7qC6YtYUKxdAVwLDSPeenGKX/Bk70kHb/TYbzraa08fuL+o1J1ipeOywdBkmrFfcaonq1g9BsIyRAtHpMUND3qcUXKNswikw5s+oE5geY/NEnqfk5EXNjRvyCTekHjNkbX9+RLCoGWpYN3UfWssGN58YUf3BbuBi4yweJz5pS1DTcyti1ss8bhF0fbaOo/iQn8sza3IQiXSUIRr4CUQHs32rDarSlUk7W3R+PjetUOkwc7oWhyxzc4QZ+R5AmadLLaD+xnmRLcufwLW+Kw6PxSIDlHM3IVvKPI2g+fPNBSVXqoOahiwJBqqV06Vky7UeodZD46MlUoaAd1VDRXR2Ymi5btrmMVy7OgOR9mBGwr4UIRP2BclBxe9SsaPtivs4ZZMOgORKqWNrZYp/+9F3uq/gUM5xLVPQWkl+Kam37ttfAQYAZ993RnTunIQAAAAASUVORK5CYII=');
  background-size: 38px;
}
@media (min-width: 960px) {
  #page-header {
    display: table-row;
    width: 100%;
  }
}
#page-header .header-wrapper > .header-bg-wrapper,
#page-header .header-wrapper .header-scrolldown,
#page-header .header-wrapper .row-container > .row-background {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#page-header .header-wrapper .uncode-slider .row-child,
#page-header .header-wrapper .row-parent,
#page-header .header-main-container {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#page-header .header-only-text .header-main-container {
  opacity: 1;
}
@media (max-width: 959px) {
  #page-header .row .uncol {
    padding-top: 0 !important;
  }
}
#page-header[data-imgready="true"] .header-wrapper:not(.header-only-text):before {
  opacity: 0;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
#page-header[data-imgready="true"] .header-wrapper > * {
  opacity: 1;
}
#page-header[data-imgready="true"] .header-wrapper .row-container > .row-background {
  opacity: 1;
}
.uncode-slider {
  height: 100%;
}
.header-wrapper .uncode-slider > .owl-carousel {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.uncode-slider .row-container,
.uncode-slider .row-child {
  height: 100% !important;
}
.uncode-slider .row-inner {
  height: 100%;
}
@media (max-width: 1499px) {
  .uncode-slider .row-inner > .column_child:only-child {
    height: 100% !important;
  }
}
@media (max-width: 1499px) {
  .uncode-slider .text-lead > * {
    font-size: 16px;
    line-height: 1.75;
    margin: 18px 0 0;
  }
}
@media (max-width: 959px) {
  .uncode-slider .text-lead > * {
    font-size: 13px;
    line-height: 1.75;
    margin: 18px 0 0;
  }
}
@media (max-width: 959px) {
  .uncode-slider .uncoltable {
    padding-top: 0 !important;
  }
}
.no-touch .bigtext {
  opacity: 0;
}
.post-info {
  margin: 18px 0px 0px 0px;
}
.post-info span {
  margin: 0px 14px 0px 14px;
  font-weight: 400;
}
@media (max-width: 569px) {
  .post-info {
    font-size: 10px !important;
  }
  .post-info span {
    margin: 0px 9px 0px 9px;
  }
}
.post-info div {
  display: inline;
}
/** Parallax header **/
.no-touch .header-parallax > .header-bg-wrapper > .header-bg:not(.header-carousel-wrapper),
.no-touch .header-parallax > .header-bg-wrapper > .header-bg.header-carousel-wrapper .t-background-cover {
  height: 130%;
  height: calc(100% + 30vh);
}
/*
----------------------------------------------------------

#Thumbs

----------------------------------------------------------
*/
.tmb .avatar {
  border-radius: 50%;
}
.tmb a.inactive-link {
  pointer-events: none;
  cursor: default;
}
.index-single .tmb {
  height: 100%;
  width: 100% !important;
}
.index-single .style-masonry .tmb {
  position: relative !important;
}
.tmb > .t-inside {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.index-single .tmb > .t-inside {
  height: 100%;
}
.tmb-loaded.tmb > .t-inside {
  opacity: 1;
}
.img-circle.tmb > .t-inside .t-entry-visual {
  border-radius: 50%;
}
.img-circle.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.img-round.tmb > .t-inside .t-entry-visual {
  border-radius: 4px;
}
.img-round.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.tmb-no-bg.tmb > .t-inside {
  background: none;
}
.tmb > .t-inside hr {
  margin-top: 18px;
  margin-bottom: 18px;
}
.tmb > .t-inside hr.separator-reduced {
  width: 90px;
  border-top-width: 2px;
}
.tmb > .t-inside .spacer.half-space {
  margin-top: 18px;
}
.tmb > .t-inside .spacer.single-space {
  margin-top: 36px;
}
.tmb > .t-inside .spacer.double-space {
  margin-top: 72px;
}
.tmb-round.tmb > .t-inside {
  border-radius: 4px;
}
.tmb-media-first.tmb-round.tmb > .t-inside .t-entry-visual {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.tmb-media-first.tmb-round.tmb > .t-inside .t-entry-text {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tmb-media-last.tmb-round.tmb > .t-inside .t-entry-visual {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.tmb-media-last.tmb-round.tmb > .t-inside .t-entry-text {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tmb .t-entry-text-tc:not(.no-block-padding) .t-entry > *:first-child {
  margin-top: 0px !important;
}
.tmb .t-entry.t-entry-team .t-entry-title {
  margin: 5px 0px 0px 0px !important;
}
.tmb .t-entry .t-entry-cat {
  font-size: 13px;
  text-transform: uppercase;
}
.tmb .t-entry .t-buttons-socials {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
}
.tmb .t-entry-visual .t-entry .t-buttons-socials {
  margin: 18px 0px 0px 0px !important;
}
.tmb .t-entry-visual {
  position: relative;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
.tmb .t-entry-visual .pushed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tmb.tmb-no-media.tmb .t-entry-visual .pushed {
  position: relative;
  display: block;
}
.tmb-quote.tmb .t-entry-visual blockquote {
  margin-top: 0;
}
.tmb-quote.tmb .t-entry-visual .t-overlay-inner,
.tmb-quote.tmb .t-entry-visual .t-overlay-wrap {
  position: relative;
}
.tmb .t-entry-visual img {
  width: 100%;
  max-width: none;
  z-index: 1;
  position: relative;
  display: block;
}
.tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > img,
.tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > a > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tmb .t-entry-visual .t-background-cover {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmb .t-entry-visual .t-background-cover > * {
  margin: 0px !important;
  border: none !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  z-index: 1000;
}
.tmb .t-entry-visual .t-background-cover .mejs-video {
  width: 100% !important;
  height: 100% !important;
}
.tmb .t-entry-visual .t-background-click {
  z-index: auto !important;
}
.tmb-image-anim.tmb .t-entry-visual img,
.tmb-image-anim.tmb .t-entry-visual .t-background-cover,
.tmb-image-anim.tmb .t-entry-visual .fluid-object,
.tmb-image-color-anim.tmb .t-entry-visual img,
.tmb-image-color-anim.tmb .t-entry-visual .t-background-cover,
.tmb-image-color-anim.tmb .t-entry-visual .fluid-object {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.tmb .t-entry-visual .t-entry {
  width: 100%;
}
.tmb .t-entry-visual .t-entry-visual-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.tmb .t-entry-visual .t-entry-visual-overlay .t-entry-visual-overlay-in {
  width: 100%;
  height: 100%;
}
:not(.tmb-overlay-showed).tmb .t-entry-visual .t-entry-visual-overlay {
  opacity: 0;
}
.tmb-overlay-showed.tmb .t-entry-visual .t-entry-visual-overlay {
  opacity: 1;
}
.tmb-overlay-gradient-bottom.tmb .t-entry-visual .t-entry-visual-overlay {
  background-color: transparent !important;
}
.tmb-overlay-gradient-top.tmb .t-entry-visual .t-entry-visual-overlay {
  background-color: transparent !important;
}
.tmb .t-entry-visual .t-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.tmb-overlay-bottom.tmb .t-entry-visual .t-overlay-wrap {
  margin-top: 1px;
}
.tmb.tmb-no-media.tmb .t-entry-visual .t-overlay-wrap {
  position: relative;
}
.tmb .t-entry-visual .t-overlay-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tmb.tmb-no-media.tmb .t-entry-visual .t-overlay-inner {
  position: relative;
}
.tmb .t-entry-visual .t-overlay-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tmb-overlay-bottom.tmb .t-entry-visual .t-overlay-content {
  vertical-align: bottom;
}
.tmb-overlay-top.tmb .t-entry-visual .t-overlay-content {
  vertical-align: top;
}
.tmb-overlay-text-justify.tmb .t-entry-visual .t-overlay-content {
  text-align: justify;
}
.tmb-overlay-text-justify.tmb .t-entry-visual .t-overlay-content hr {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tmb-overlay-text-center.tmb .t-entry-visual .t-overlay-content {
  text-align: center;
}
.tmb-overlay-text-center.tmb .t-entry-visual .t-overlay-content hr {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content {
  text-align: left;
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content hr {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content .separator-reduced {
  margin-left: 0;
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content {
  text-align: right;
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content hr {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content .separator-reduced {
  margin-right: 0;
}
@media (max-width: 959px) {
  .tmb-overlay-text-mobile-justify.tmb .t-entry-visual .t-overlay-content {
    text-align: justify;
  }
  .tmb-overlay-text-mobile-justify.tmb .t-entry-visual .t-overlay-content hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tmb-overlay-text-mobile-center.tmb .t-entry-visual .t-overlay-content {
    text-align: center;
  }
  .tmb-overlay-text-mobile-center.tmb .t-entry-visual .t-overlay-content hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content {
    text-align: left;
  }
  .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content hr {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content .separator-reduced {
    margin-left: 0;
  }
  .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content {
    text-align: right;
  }
  .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content hr {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content .separator-reduced {
    margin-right: 0;
  }
}
.tmb .t-entry-visual .t-overlay-icon {
  font-size: 18px;
}
.tmb .t-entry-visual .t-overlay-text {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.tmb .t-entry-visual .t-overlay-text .t-single-line .t-entry-excerpt {
  margin-top: 0;
}
.tmb .t-entry-visual .t-overlay-text .t-single-line .t-entry-excerpt > p:first-child {
  margin-top: 0;
}
.tmb .t-entry-visual .t-overlay-text .t-single-line .t-entry-excerpt .btn {
  margin-top: 0;
}
.tmb-overlay-pad-double.tmb .t-entry-visual .t-overlay-text {
  padding: 72px;
}
.tmb-text-showed.tmb .t-entry-visual .t-overlay-text {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.no-touch .tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual .t-overlay-text {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.no-touch .tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual .t-overlay-text {
  -webkit-transform: translate(0px, 36px);
  -moz-transform: translate(0px, 36px);
  -o-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}
.tmb-overlay-right.tmb .t-entry-visual .t-overlay-text {
  float: right;
  padding-left: 0px;
}
.tmb-overlay-left.tmb .t-entry-visual .t-overlay-text {
  float: left;
  padding-right: 0px;
}
.tmb-overlay-text-reduced.tmb .t-entry-visual .t-overlay-text {
  width: 75%;
}
.tmb-overlay-text-reduced-2.tmb .t-entry-visual .t-overlay-text {
  width: 50%;
}
.tmb .t-entry-visual .t-overlay-text .t-entry > *:first-child {
  margin-top: 0px;
}
.no-touch .tmb-desaturated.tmb .t-entry-visual img,
.no-touch .tmb-desaturated.tmb .t-entry-visual .t-background-cover,
.no-touch .tmb-desaturated.tmb .t-entry-visual .fluid-object {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover img,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:focus img,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover .t-background-cover,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:focus .t-background-cover,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover .fluid-object,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:focus .fluid-object {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
}
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover img,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:focus img,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover .t-background-cover,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:focus .t-background-cover,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover .fluid-object,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:focus .fluid-object {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.no-touch .tmb-image-anim.tmb .t-entry-visual:hover img,
.no-touch .tmb-image-anim.tmb .t-entry-visual:focus img,
.no-touch .tmb-image-anim.tmb .t-entry-visual:hover .t-background-cover,
.no-touch .tmb-image-anim.tmb .t-entry-visual:focus .t-background-cover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.tmb-overlay-showed.tmb-overlay-anim.tmb .t-entry-visual:hover .t-entry-visual-overlay,
.tmb-overlay-showed.tmb-overlay-anim.tmb .t-entry-visual:focus .t-entry-visual-overlay {
  opacity: 0;
}
:not(.tmb-overlay-showed).tmb-overlay-anim.tmb .t-entry-visual:hover .t-entry-visual-overlay,
:not(.tmb-overlay-showed).tmb-overlay-anim.tmb .t-entry-visual:focus .t-entry-visual-overlay {
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.no-touch .tmb-overlay-text-anim.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-text-showed.tmb .t-entry-visual:focus .t-overlay-text {
  -webkit-transition-delay: 0ms !important;
  -moz-transition-delay: 0ms !important;
  -o-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}
.tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:hover .t-overlay-text,
.tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:focus .t-overlay-text {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:focus .t-overlay-text {
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text,
.tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:focus .t-overlay-text {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:focus .t-overlay-text {
  -webkit-transform: translate(0px, 36px);
  -moz-transform: translate(0px, 36px);
  -o-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}
.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text,
.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-overlay-text {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.no-touch .tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-overlay-text {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text,
.tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-overlay-text {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.no-touch .tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-overlay-text {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.style-masonry .tmb .t-entry-visual:hover hr:not(.separator-reduced),
.style-masonry .tmb .t-entry-visual:focus hr:not(.separator-reduced) {
  width: 100%;
}
.tmb .t-entry-text {
  -webkit-backface-visibility: hidden;
  text-align: left;
}
.tmb-content-justify.tmb .t-entry-text {
  text-align: justify;
}
.tmb-content-justify.tmb .t-entry-text hr {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tmb-content-center.tmb .t-entry-text {
  text-align: center;
}
.tmb-content-center.tmb .t-entry-text hr {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tmb-content-left.tmb .t-entry-text {
  text-align: left;
}
.tmb-content-left.tmb .t-entry-text hr {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.tmb-content-left.tmb .t-entry-text .separator-reduced {
  margin-left: 0;
}
.tmb-content-right.tmb .t-entry-text {
  text-align: right;
}
.tmb-content-right.tmb .t-entry-text hr {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.tmb-content-right.tmb .t-entry-text .separator-reduced {
  margin-right: 0;
}
@media (max-width: 569px) {
  .tmb-content-mobile-justify.tmb .t-entry-text {
    text-align: justify;
  }
  .tmb-content-mobile-justify.tmb .t-entry-text hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tmb-content-mobile-center.tmb .t-entry-text {
    text-align: center;
  }
  .tmb-content-mobile-center.tmb .t-entry-text hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tmb-content-mobile-left.tmb .t-entry-text {
    text-align: left;
  }
  .tmb-content-mobile-left.tmb .t-entry-text hr {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .tmb-content-mobile-left.tmb .t-entry-text .separator-reduced {
    margin-left: 0;
  }
  .tmb-content-mobile-right.tmb .t-entry-text {
    text-align: right;
  }
  .tmb-content-mobile-right.tmb .t-entry-text hr {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .tmb-content-mobile-right.tmb .t-entry-text .separator-reduced {
    margin-right: 0;
  }
}
.tmb-no-bg.tmb .t-entry-text .t-entry-text-tc {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
.tmb .t-entry-text .t-entry-text-tc .t-entry > *:not(hr):last-child {
  width: 100%;
}
.tmb .t-entry-text .t-entry-title .tmb-content-under:not(.tmb-text-space-reduced) + * {
  padding-top: 9px;
}
.tmb .t-entry {
  /*.tmb-text-inline& {
      .t-entry-inline, .t-entry-meta.t-entry-inline > *:not(.t-entry-category):not(:only-child) {
        display: inline-block;
        width: auto !important;
        padding-right: @app-padding-base / 2 !important;
        margin-right: @app-padding-base / 2 !important;
        border-top-width: 0 !important;
        border-bottom-width: 0 !important;
        border-left-width: 0 !important;
        &:extend(.tmb-border all);
        //&:extend(.tmb-color-text all);
        line-height: @app-padding-base;
        font-weight: @font-weight-600;
        // *:not(:hover) {
        //   &:extend(.tmb-color-text all);
        // }
        * {
          font-weight: @font-weight-600;
        }
        .tmb-content-under& {
          &:extend(.tmb-border-under all);
        }
      }
      > *:last-child {
        border-right-width: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
      }
      .t-entry-author {
        span {
          margin: 0;
        }
        .avatar {
          display: none !important;
        }
      }
    }*/
}
.tmb-text-space-reduced.tmb .t-entry hr {
  margin-top: 9px;
  margin-bottom: 9px;
}
.tmb-text-space-reduced.tmb .t-entry > *:not(hr):not(.t-entry-readmore):not(:first-child) {
  margin-top: 0px !important;
}
:not(.tmb-post).tmb .t-entry > *:not(hr) {
  margin: 9px 0px 0px 0px;
}
.tmb .t-entry .t-entry-title {
  word-break: break-word;
}
.tmb-entry-title-uppercase.tmb .t-entry .t-entry-title {
  text-transform: uppercase;
}
.tmb-entry-title-lowercase.tmb .t-entry .t-entry-title {
  text-transform: lowercase;
}
.tmb-entry-title-capitalize.tmb .t-entry .t-entry-title {
  text-transform: capitalize;
}
.tmb .t-entry .t-entry-title.single-line > * {
  margin-top: 0;
}
.tmb .t-entry p.t-entry-type {
  font-size: 12px;
}
.tmb .t-entry p.t-entry-meta {
  /*:not(.tmb-text-inline)*/
}
.tmb .t-entry p.t-entry-meta span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.tmb .t-entry p.t-entry-meta .fa-push-right {
  margin-left: 9px;
}
.tmb .t-entry p.t-entry-meta span:first-child {
  margin: 0px 0px 0px 0px;
}
.tmb .t-entry p.t-entry-meta span:first-child .fa-push-right {
  margin-left: 0;
}
.tmb .t-entry p.t-entry-meta .t-entry-category {
  text-transform: capitalize;
  display: inline-block;
}
.tmb .t-entry p.t-entry-meta .t-entry-category.t-entry-category-colored {
  padding: 0px 7px;
}
.tmb .t-entry p.t-entry-meta .t-entry-category .cat-comma {
  display: inline;
  padding-right: 3px;
}
.tmb .t-entry p.t-entry-readmore .btn {
  margin: 0px 0px 0px 0px;
}
.tmb .t-entry p.t-entry-author img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.tmb .t-entry p.t-entry-author img > img {
  border-radius: 50%;
}
.tmb .t-entry p.t-entry-author i {
  margin: 0px 6px 0px 0px;
}
.tmb .t-entry p.t-entry-author span {
  font-size: 12px;
  margin: 0px 0px 0px 9px;
  vertical-align: middle;
  white-space: inherit;
}
.tmb-content-under.tmb .t-entry p.t-entry-author span {
  font-weight: 600;
}
.tmb .t-entry p.t-entry-small {
  font-size: 12px;
}
.tmb .t-entry p.t-entry-member-social a {
  display: inline-block;
  padding: 0px 5px 0px 5px !important;
}
.tmb .t-entry p.t-entry-member-social a:first-child {
  padding-left: 0px !important;
}
.tmb .t-entry p.t-entry-member-social a:last-child {
  padding-right: 0px !important;
}
.tmb .t-entry p.t-entry-member-social a i {
  padding: 0px !important;
}
.tmb .t-entry p.t-entry-comments {
  font-size: 12px;
}
.tmb .t-entry p.t-entry-comments .extras .extras-wrap {
  display: inline-block;
}
.tmb .t-entry p.t-entry-comments .extras > span {
  padding: 0px 14px 0px 0px;
}
.tmb .t-entry p.t-entry-comments .extras > span:last-child {
  padding: 0px;
}
.tmb .t-entry p.t-entry-comments .extras a {
  font-weight: normal;
  padding: 0px 14px 0px 0px;
}
.tmb .t-entry p.t-entry-comments .extras a.dot-irecommendthis {
  background: none !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
.tmb .t-entry p.t-entry-comments .extras a:last-child {
  padding-right: 0px;
}
.tmb .t-entry p.t-entry-comments .extras i {
  position: relative;
  top: 1px;
  padding: 0px 5px 0px 0px;
}
.tmb .t-entry p.t-entry-comments .extras.t-reading-time {
  float: right;
  margin-top: 0px;
}
.tmb .t-entry-excerpt > p:first-child {
  margin-top: 0;
}
.style-metro .tmb .t-inside .t-entry-visual {
  display: table-cell;
  height: 100%;
  position: relative;
  width: 100%;
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 959px) {
  .index-wrapper .style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
    position: relative;
  }
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont > a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}
.style-metro .tmb .t-inside .t-entry-text {
  display: table;
  table-layout: fixed;
  height: 1px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.style-metro .tmb .t-inside .t-entry-text .t-entry-text-tc {
  display: table-cell;
  width: 100%;
}
.tmb-woocommerce.tmb .t-entry .t-entry-category a,
.tmb-woocommerce.tmb .t-entry .t-entry-category .cat-comma {
  font-weight: 400;
}
.tmb-woocommerce.tmb .t-entry span.price {
  display: block;
}
.tmb-woocommerce.tmb .t-entry span.price del {
  display: inline;
  font-size: inherit !important;
}
.tmb-woocommerce.tmb .t-entry span.price ins {
  display: inline;
  font-size: inherit !important;
  text-decoration: none;
}
.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  position: absolute;
  height: 40px;
  bottom: -40px;
  width: 100%;
  padding: 10px;
  z-index: 1000;
  text-align: center;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
  font-size: 12px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.tmb-woocommerce.tmb .t-entry-visual:hover .add-to-cart-overlay a,
.tmb-woocommerce.tmb .t-entry-visual:focus .add-to-cart-overlay a {
  bottom: 0px;
}
.tmb .dummy {
  margin-top: -1px;
}
.tmb-carousel .dummy {
  margin-top: 0px;
}
@media (max-width: 569px) {
  .tmb-content-overlay .h1,
  .tmb-content-overlay .h2,
  .tmb-content-overlay .h3,
  .tmb-content-overlay .h4,
  .tmb-content-overlay .h5,
  .tmb-content-overlay .h6 {
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin: 27px 0 0 !important;
    margin-top: 0 !important;
    line-height: initial !important;
  }
}
.isotope-container .tmb .regular-text .pullquote {
  border: 0;
  background: #1b1d1f !important;
  color: white !important;
  padding: 36px 36px 36px 36px;
}
.tmb-entry-title-uppercase.isotope-container .tmb .regular-text .pullquote {
  text-transform: uppercase;
}
.tmb-entry-title-lowercase.isotope-container .tmb .regular-text .pullquote {
  text-transform: lowercase;
}
.tmb-entry-title-capitalize.isotope-container .tmb .regular-text .pullquote {
  text-transform: capitalize;
}
.isotope-container .tmb .regular-text .pullquote p small {
  text-transform: none;
}
.isotope-container .tmb .regular-text .pullquote p:first-child {
  font-family: inherit;
}
.isotope-container .tmb .fluid-svg {
  margin-top: 0px;
}
.isotope-container .tmb .fluid-svg img {
  margin: auto;
}
.isotope-container .tmb .fluid-svg svg {
  width: 100%;
  height: 100%;
}
.isotope-container .tmb .fluid-object.tweet {
  background: #1b1d1f !important;
  color: white !important;
}
.isotope-container .tmb .fluid-object.tweet .twitter-item {
  text-align: center;
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .interact {
  display: none;
}
.isotope-container .tmb .fluid-object.tweet .twitter-footer small a {
  display: block;
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .tweet-text {
  margin-top: 0px;
  margin-bottom: 0px;
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .twitter-footer span:before {
  content: "-";
  margin: 0px 9px 0px 0px;
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .twitter-footer span a {
  display: none;
}
.uncode-single-media-wrapper.tmb-shadow {
  margin-bottom: 4px;
}
/*
----------------------------------------------------------

#Overlay

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
    transition: opacity 0.5s 0.5s, visibility 0s 1s;
  }
  .overlay input {
    background-color: transparent !Important;
    border-width: 1px;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .overlay .navbar-main,
  .overlay .search-container {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .overlay.overlay-contentscale .menu-sidebar-inner,
  .overlay.overlay-contentscale .search-container form {
    opacity: 0;
    -webkit-transform: translateY(-35%) rotateX(45deg);
    transform: translateY(-35%) rotateX(45deg);
  }
  .open.overlay.overlay-contentscale .menu-sidebar-inner,
  .open.overlay.overlay-contentscale .search-container form {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
  }
  .close.overlay.overlay-contentscale .menu-sidebar-inner,
  .close.overlay.overlay-contentscale .search-container form {
    -webkit-transform: translateY(35%) rotateX(-45deg);
    transform: translateY(35%) rotateX(-45deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
  }
  .overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .overlay.overlay-sequential .search-container form {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  }
  .open-items.overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .open-items.overlay.overlay-sequential .search-container form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
  }
  .close.overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .close.overlay.overlay-sequential .search-container form {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.4s 0s !important;
    transition: opacity 0.4s 0s !important;
  }
  .overlay.overlay-search {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .overlay.overlay-search .mmb-container {
    top: 40px;
    z-index: 10001;
  }
  .overlay.overlay-search .search-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh;
  }
  .overlay.overlay-search .search-container .search-container-inner {
    width: 100%;
    max-width: none;
  }
  .overlay.overlay-search .search-container .search-container-inner i {
    margin-top: -0.5em;
    right: 1.5em;
  }
  .overlay.overlay-search .search-container form {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    max-width: 60vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .overlay.overlay-search .search-container form .search-container-inner input {
    display: inline-block;
    margin: 0px;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh;
    padding: 1em 3em 1em 1.5em;
  }
}
@media (max-width: 959px) {
  .overlay.overlay-search {
    display: none;
  }
}
.overlay .overlay-close.no-toggle {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/*
----------------------------------------------------------

#Onepage-scroll

----------------------------------------------------------
*/
.onepage-wrapper {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}
.onepage-pagination {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .onepage-pagination {
    display: none;
  }
}
.no-touch .onepage-pagination li {
  text-align: right;
  height: 1.5em;
}
.no-touch .onepage-pagination a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
}
.no-touch .onepage-pagination span.cd-dot-cont:hover .cd-dot,
.no-touch .onepage-pagination a.is-selected .cd-dot {
  background-color: #ffffff;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.no-touch .onepage-pagination span.cd-dot-cont:hover + .cd-label {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.no-touch .cd-dot-cont {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  display: inline-block;
  text-align: center;
}
.no-touch .onepage-pagination .cd-dot {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.no-touch .onepage-pagination .cd-label {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 18px 6px 18px;
  position: relative;
  margin-right: 12px;
  color: #fff;
  display: inline-block;
  top: -5px;
  border-radius: 1px;
  font-weight: 600;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.no-touch .onepage-pagination .cd-label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: inherit;
}
body.wrap.disabled-onepage-scroll {
  display: block !important;
}
body.wrap.disabled-onepage-scroll > div[data-parent="true"],
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}
/*
----------------------------------------------------------

#Widgets

----------------------------------------------------------
*/
.widget-container {
  margin: 54px 0px 0px 0px;
}
.widget-container:first-child {
  margin-top: 0;
}
.widget-container .widget-title {
  word-break: break-word;
  padding: 0px 0px 27px 0px;
  margin: 0px 0px 27px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 0;
}
footer .widget-container .widget-title {
  border: 0;
  padding: 0;
  margin: 0px 0px 36px 0px;
}
.widget-container a {
  font-weight: 500;
}
.widget-container ul li {
  padding: 0px 0px 5px 0px;
}
.widget-container ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-container ul > li > ul {
  margin-left: 10px;
}
footer .widget-container ul > li > ul {
  margin: 0;
}
.widget-container.widget_recent_entries a {
  display: block;
}
.widget-container.widget_recent_entries .post-date {
  font-size: 11px;
}
.widget-container .tagcloud {
  margin: 18px 0px 0px 0px;
}
.widget-container .tagcloud a {
  font-size: 11px !important;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  margin: 0px 5px 9px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.widget-container.widget_rss img {
  display: none;
}
.widget-container.widget_text img {
  margin: 18px 0px 0px 0px;
}
.widget-container.widget_calendar #wp-calendar {
  width: 100%;
}
.widget-container.widget_calendar #wp-calendar caption {
  text-align: left;
  padding: 0px 0px 9px 0px;
}
.widget-container.widget_calendar table#wp-calendar td,
.widget-container.widget_calendar table#wp-calendar th {
  text-align: center;
  padding: 9px 9px 8px 9px;
  font-size: 12px;
}
.widget-container.widget_archive li a:before,
.widget-container.widget_categories li a:before,
.widget-container.widget_meta li a:before,
.widget-container.widget_product_categories li a:before {
  font-family: "uncodeicon";
  content: "\f105";
  margin-right: 12px;
  margin-top: 3px;
}
.widget-container.widget_recent_comments li,
.widget-container.widget_recent_entries li,
.widget-container.widget_pages li,
.widget-container.widget_top_rated_products li,
.widget-container.widget_recent_reviews li {
  padding-left: 18px;
  position: relative;
}
.widget-container.widget_recent_comments li:before,
.widget-container.widget_recent_entries li:before,
.widget-container.widget_pages li:before,
.widget-container.widget_top_rated_products li:before,
.widget-container.widget_recent_reviews li:before {
  font-family: "uncodeicon";
  content: "\e664";
  position: absolute;
  font-size: 8px;
  left: 0px;
  top: 4px;
}
footer .widget-container.widget_recent_comments li:before,
footer .widget-container.widget_recent_entries li:before,
footer .widget-container.widget_pages li:before,
footer .widget-container.widget_top_rated_products li:before,
footer .widget-container.widget_recent_reviews li:before {
  content: '';
}
footer .widget-container.widget_recent_comments li,
footer .widget-container.widget_recent_entries li,
footer .widget-container.widget_pages li,
footer .widget-container.widget_top_rated_products li,
footer .widget-container.widget_recent_reviews li {
  padding-left: 0;
}
.widget-container.widget_nav_menu li,
.widget-container.widget_custom_menu li {
  text-transform: uppercase;
}
.widget-container.widget_nav_menu li a,
.widget-container.widget_custom_menu li a {
  font-size: 12px;
  display: inline-block;
  padding: 0px 0px 5px 0px;
}
.widget-container.widget_nav_menu .menu-item a:before,
.widget-container.widget_custom_menu .menu-item a:before {
  font-family: "uncodeicon";
  content: "\f105";
  margin-right: 9px;
  margin-top: 3px;
}
.widget-container.widget_latest_tweets_widget li:first-child .tweet-text,
.widget-container.widget_latest_tweets li:first-child .tweet-text {
  margin-top: 0;
}
.widget-container.widget_latest_tweets_widget .tweet-details,
.widget-container.widget_latest_tweets .tweet-details {
  padding-left: 1.5em;
  margin: 0px 0px 0px 0px;
}
.widget-container.widget_latest_tweets_widget .tweet-text,
.widget-container.widget_latest_tweets .tweet-text {
  position: relative;
  padding-left: 1.5em;
  margin: 5px 0px 0px 0px;
}
.widget-container.widget_latest_tweets_widget .tweet-text:before,
.widget-container.widget_latest_tweets .tweet-text:before {
  font-family: "uncodeicon";
  content: "\f099";
  font-size: 16px;
  margin-left: .5em;
  position: absolute;
  margin-left: -1.5em;
}
.widget-container.widget_search > form {
  margin: 18px 0px 0px 0px;
}
.widget-container.widget_search > form input[type="search"] {
  width: 100%;
}
.widget-container button,
.widget-container .btn {
  padding: 5px 15px 5px 15px !important;
}
.search-container-inner {
  position: relative;
}
.search-container-inner input {
  padding-right: 36px;
}
.rtl .search-container-inner input {
  padding-left: 36px;
  padding-right: 18px;
}
.search-container-inner i.fa {
  position: absolute;
  right: 1.35em;
  top: 50%;
  margin-top: -9px;
}
.rtl .search-container-inner i.fa {
  left: 1.35em;
  right: auto;
}
.widget_nav_menu li.active > a {
  text-decoration: none;
}
/*
----------------------------------------------------------

#Footer

----------------------------------------------------------
*/
footer {
  display: table-row;
  width: 100%;
  height: 1px;
}
footer .footer-last {
  font-size: 13px;
}
footer .footer-last p {
  font-size: 13px;
}
footer .footer-last .icon-box.icon-inline {
  line-height: 13px;
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 959px) {
  footer .footer-last {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  footer .footer-last .uncell {
    display: block;
    text-align: center;
  }
  footer .footer-last .uncell + .uncell {
    padding-top: 0;
  }
}
footer .footer-last .uncell {
  padding-top: 27px;
  padding-bottom: 27px;
}
footer .footer-last .uncell > *:first-child {
  margin-top: 0;
}
footer .footer-center {
  padding-top: 108px;
  padding-bottom: 108px;
}
footer .footer-center .uncell {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
footer .footer-center .uncell + .uncell {
  padding-top: 27px;
}
footer .footer-last.footer-center .social-icon i {
  font-size: 24px;
}
footer .footer-last:not(.footer-center) .social-icon i {
  font-size: 18px;
}
.vmenu-footer {
  padding: 18px 54px 18px 54px;
  font-size: 12px;
}
.vmenu-footer p {
  font-size: 12px;
}
.vmenu-footer > *:first-child {
  margin-top: 0;
}
.footer-scroll-top {
  z-index: 100;
  display: none;
  position: fixed;
  right: 22px;
  bottom: 22px;
}
.footer-scroll-top.footer-scroll-higher {
  bottom: 61px;
}
.footer-scroll-top:not(.window-scrolled) {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.window-scrolled .footer-scroll-top {
  opacity: 1;
  display: block;
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.hide-scrollup .footer-scroll-top {
  display: block;
}
.footer-scroll-top i {
  border-radius: 2px;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.window-scrolled .footer-scroll-top:hover {
  opacity: .8;
}
/*
----------------------------------------------------------

#Comments

----------------------------------------------------------
*/
#comments .comments-title,
#respond .comments-title,
#comments #reply-title,
#respond #reply-title {
  margin: 36px 0px 0px 0px;
}
#comments .btn-comments,
#respond .btn-comments {
  padding: 5px 10px !important;
  font-size: 12px;
}
#comments .comment-list .comments-list:first-child,
#respond .comment-list .comments-list:first-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 36px;
}
#comments .comments-list .comment-content,
#respond .comments-list .comment-content {
  border-top-width: 1px;
  border-top-style: solid;
}
#cancel-comment-reply-link {
  display: block;
  padding: 36px 0px 36px 0px;
}
.comment-notes {
  font-weight: normal;
  margin: 9px 0px 0px 0px;
}
.comment-list {
  padding: 0;
}
.comment-list li {
  list-style-type: none;
}
.comment {
  margin: 36px 0px 0px 0px;
}
div.comment-meta.post-meta {
  margin-left: 0;
  padding: 0px 18px 18px 18px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
@media (min-width: 960px) {
  div.comment-meta.post-meta {
    margin-left: 90px;
  }
}
section.child-comments.comments-list {
  padding: 0px 0px 0px 90px;
}
@media (max-width: 959px) {
  section.child-comments.comments-list {
    padding: 0px 0px 0px 18px;
  }
}
.comment-content {
  position: relative;
  padding: 36px 0px 0px 0px;
}
.comment-content .comment-meta {
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 959px) {
  .comment-content .comment-meta {
    padding: 0px !important;
  }
}
.comment-content .gravatar {
  float: left;
}
@media (max-width: 959px) {
  .comment-content .gravatar {
    float: none;
  }
}
.comment-content .gravatar img.avatar {
  max-width: 72px;
  min-height: 72px;
}
@media (min-width: 960px) {
  .comment-content .gravatar img.avatar {
    display: block;
  }
}
.comment-content .logged-in-as {
  display: inline-block;
  margin: 9px 0px 0px 0px;
  font-size: 12px;
}
@media (max-width: 959px) {
  .comment-content .logged-in-as {
    margin: 0px 18px 27px 0px;
  }
}
.comment-content .comment-author {
  display: inline-block;
  text-transform: capitalize;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
}
.comment-content .comment-meta p {
  margin: 9px 0px 0px 0px;
}
.comment-content .comment-meta-item {
  margin: 9px 0px 0px 0px;
  display: block;
}
.comment-content .comment-meta-item,
.comment-content .comment-reply-link span {
  font-size: 11px;
}
.comment-content .comment-reply-link {
  margin: 18px 0px 0px 0px;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .comment-content .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 32px;
  }
}
.comment-form .comment-form-comment label {
  text-indent: -9999px;
  position: absolute;
  left: -9999px;
}
.comment-form .comment-form-comment.comment-loggedin {
  margin-top: 0px !important;
}
.comment-form .comment-form-comment.comment-loggedin textarea {
  margin-top: 0px;
}
.comment-form .comment-figure {
  width: 90px;
  float: left;
}
.comment-form .comment-figure .gravatar {
  margin: 0;
}
@media (max-width: 959px) {
  .comment-form .comment-figure {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .comments-area .form-indent .comment-form .form-submit {
    margin-left: 108px;
  }
}
.form-submit {
  margin: 27px 0px 0px 0px;
}
.gravatar img.avatar {
  max-width: 5em;
  min-height: 5em;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 auto;
}
#comment-nav-below {
  margin-top: 36px;
}
.comment-navigation a {
  white-space: nowrap;
}
.comment-navigation .page-next,
.comment-navigation .page-prev {
  width: auto;
}
/*
----------------------------------------------------------

#Author

----------------------------------------------------------
*/
.author-details {
  text-align: center;
  padding: 18px 18px 18px 18px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.author-details-data .author-name {
  font-size: 20px;
  line-height: 1.2;
  margin: 27px 0 0;
  margin: 0px 0px 0px 0px;
}
.author-details-data .author-heading {
  margin: 9px 0px 0px 0px;
}
.author-details-data .author-heading span {
  font-size: 13px;
  text-transform: uppercase;
}
.author-details-data .author-description {
  margin: 14px 0px 0px 0px;
  font-size: 13px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.author-details-data .author-url {
  display: block;
  margin: 14px 0px 0px 0px;
  font-size: 13px;
}
.author-details-data .author-socials {
  margin: 14px 0px 0px 0px;
}
/*
----------------------------------------------------------

#Twitter

----------------------------------------------------------
*/
.twitter-item {
  text-align: center;
  word-break: break-word;
}
.twitter-item .tweet-text > span {
  quotes: "\201C" "\201D";
}
.twitter-item .tweet-text > span:before {
  font-family: Georgia, serif;
  content: open-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: .2em;
}
.twitter-item .tweet-text > span:after {
  font-family: Georgia, serif;
  content: close-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-left: .1em;
}
.twitter-item .twitter-item-data i.fa-twitter {
  font-size: 54px;
}
.twitter-item .interact {
  margin: 14px 0px 0px 0px;
}
.twitter-item .interact a {
  margin: 0px 2px 0px 2px;
}
.twitter-item .interact i {
  width: 26px;
  font-size: 14px;
  display: inline-block;
}
/*
----------------------------------------------------------

#Share

----------------------------------------------------------
*/
.share-module {
  margin: 18px 0px 0px 0px;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.share-module-inner {
  display: table-cell;
  vertical-align: middle;
}
/*
----------------------------------------------------------

#Share

----------------------------------------------------------
*/
div[class*=sharer-].share-button {
  display: inline-table !important;
  font-size: 14px;
  width: 34px;
  position: relative;
  top: -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div[class*=sharer-].share-button.social-center {
  margin: auto;
}
div[class*=sharer-].share-button.social-right {
  margin-left: auto;
}
div[class*=sharer-].share-button.share-vertical .social {
  display: none;
}
div[class*=sharer-].share-button.share-vertical .social.active {
  display: block;
}
.uncode-share .share-title {
  display: inline-block;
  padding-right: 0px;
  margin: 0px;
  line-height: 36px;
  vertical-align: top;
}
div[class*=sharer-].share-button [class*=social-]:before {
  font-family: 'uncodeicon' !important;
}
div[class*=sharer-].share-button label {
  cursor: pointer;
  margin: 0;
  padding: 5px 8px;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 2px;
}
div[class*=sharer-].share-button label span {
  display: none;
}
div[class*=sharer-].share-button .social {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-left: 0;
  opacity: 0;
}
div[class*=sharer-].share-button .social.top {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: -180px;
}
div[class*=sharer-].share-button .social.load {
  -webkit-transition: none!important;
  transition: none!important;
}
div[class*=sharer-].share-button .social.active {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 1;
}
div[class*=sharer-].share-button .social.active.top {
  -webkit-transform: scale(1) translateY(-10px);
  -moz-transform: scale(1) translateY(-10px);
  -o-transform: scale(1) translateY(-10px);
  -ms-transform: scale(1) translateY(-10px);
  transform: scale(1) translateY(-10px);
}
div[class*=sharer-].share-button .social ul {
  color: #fff;
  margin: auto;
  padding: 2px;
  display: table;
  table-layout: fixed;
  background-color: #222;
  border-radius: 1px;
}
div[class*=sharer-].share-button .social ul:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  margin-top: -5px;
  border-width: 5px 5px 0;
  border-top-color: #404040;
  left: 50%;
  margin-left: -5px;
}
.share-button .social ul,
.share-button .social {
  position: relative;
  z-index: 1;
}
div[class*=sharer-].share-button .social ul li {
  cursor: pointer;
  text-align: center;
  display: block !Important;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}
div[class*=sharer-].share-button .social ul li:before {
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}
.share-button:not(.only-icon) .social ul li[class*=facebook]:hover,
.share-button:not(.only-icon) .social ul li[class*=facebook]:focus {
  background-color: #3B5998;
}
.share-button:not(.only-icon) .social ul li[class*=twitter]:hover,
.share-button:not(.only-icon) .social ul li[class*=twitter]:focus {
  background-color: #3B8ACA;
}
.share-button:not(.only-icon) .social ul li[class*=gplus]:hover,
.share-button:not(.only-icon) .social ul li[class*=gplus]:focus {
  background-color: #d7473d;
}
.share-button:not(.only-icon) .social ul li[class*=pinterest]:hover,
.share-button:not(.only-icon) .social ul li[class*=pinterest]:focus {
  background-color: #c5142b;
}
.share-button:not(.only-icon) .social ul li[class*=linkedin]:hover,
.share-button:not(.only-icon) .social ul li[class*=linkedin]:focus {
  background-color: #2C8CC0;
}
.share-button:not(.only-icon) .social ul li[class*=paper-plane]:hover,
.share-button:not(.only-icon) .social ul li[class*=paper-plane]:focus {
  background-color: #999;
}
.share-button.only-icon .social ul li[class*=facebook]:hover:before,
.share-button.only-icon .social ul li[class*=facebook]:focus:before {
  color: #3B5998;
}
.share-button.only-icon .social ul li[class*=twitter]:hover:before,
.share-button.only-icon .social ul li[class*=twitter]:focus:before {
  color: #3B8ACA;
}
.share-button.only-icon .social ul li[class*=gplus]:hover:before,
.share-button.only-icon .social ul li[class*=gplus]:focus:before {
  color: #d7473d;
}
.share-button.only-icon .social ul li[class*=pinterest]:hover:before,
.share-button.only-icon .social ul li[class*=pinterest]:focus:before {
  color: #c5142b;
}
.share-button.only-icon .social ul li[class*=linkedin]:hover:before,
.share-button.only-icon .social ul li[class*=linkedin]:focus:before {
  color: #2C8CC0;
}
.share-button.only-icon .social ul li[class*=xing]:hover:before,
.share-button.only-icon .social ul li[class*=xing]:focus:before {
  color: #126567;
}
.share-button.only-icon .social ul li[class*=paper-plane]:hover:before,
.share-button.only-icon .social ul li[class*=paper-plane]:focus:before {
  color: #999;
}
div[class*=sharer-].share-button.only-icon {
  display: inline-block !important;
  margin-left: -10px;
  margin-bottom: -10px;
  top: 1px;
}
.social-export:before {
  content: "\f1e0" !important;
  font-size: 16px;
}
.social-facebook:before {
  content: "\f09a" !important;
}
.social-twitter:before {
  content: "\f099" !important;
}
.social-gplus:before {
  content: "\f0d5" !important;
}
.social-pinterest:before {
  content: "\f0d2" !important;
}
.social-linkedin:before {
  content: "\f0e1" !important;
}
.social-xing:before {
  content: "\f168" !important;
}
.social-paper-plane:before {
  content: "\f1d8" !important;
}
div[class*=sharer-].share-button.share-inline {
  width: auto;
  display: inline-block !important;
}
.share-button.share-inline .social.top {
  opacity: 1;
  margin-top: 0px !important;
  width: auto;
  float: none !important;
}
.share-button.share-inline .social.top ul {
  width: auto;
  background: none;
  border: none;
  color: inherit;
  margin: 0px;
}
.social-center.share-button.share-inline .social.top ul {
  margin: auto;
}
.social-right.share-button.share-inline .social.top ul {
  margin-left: auto;
}
.share-button.share-inline .social.top li {
  display: inline-block !important;
  margin-right: 2px;
}
.share-button.share-inline .social.top li:hover {
  color: white !important;
}
.share-button.share-inline .social-export {
  display: none;
}
div[class*=sharer-].share-button.share-inline .social ul:after {
  display: none;
}
.share-button.share-inline.share-bigger li {
  font-size: 1.5em;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}
.portfolio-share {
  padding-top: 18px;
}
.sharedaddy {
  margin-top: 36px;
}
/*
----------------------------------------------------------

#VC-Modules

----------------------------------------------------------
*/
/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 3px 9px 3px 9px;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0px 0px 0px 0px;
}
.vc_progress_bar .vc_progress_label {
  font-size: 13px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.vc_progress_bar .vc_progress_label:first-child {
  margin-top: 0;
}
.vc_progress_bar .vc_label_units {
  float: right;
  line-height: 0;
  position: relative;
  top: 11.7px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  width: 0%;
  top: 0;
  left: 0;
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.vc_pie_chart .wpb_wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
/*** Pie chart **/
.vc_pie_chart {
  z-index: 0;
  text-align: center;
  opacity: 0;
  max-width: 160px;
  min-width: 100px;
}
.align_center .vc_pie_chart,
.align_left .align_center .vc_pie_chart,
.align_right .align_center .vc_pie_chart {
  margin: 0 auto !important;
}
.align_left .vc_pie_chart,
.align_right .align_left .vc_pie_chart,
.align_center .align_left .vc_pie_chart {
  margin-left: 0px !important;
  margin-right: auto !important;
}
.align_right .vc_pie_chart,
.align_left .align_right .vc_pie_chart,
.align_center .align_right .vc_pie_chart {
  margin-left: auto !important;
  margin-right: 0px !important;
}
.vc_pie_chart.vc_ready {
  opacity: 1;
}
.vc_pie_chart .vc_pie_wrapper {
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  top: 0px;
}
.vc_pie_chart canvas {
  position: relative;
  z-index: 1;
  left: -50%;
  margin-top: -50%;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.vc_pie_chart .vc_pie_chart_value {
  font-size: 150%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-width: 7px;
  border-style: solid;
  border-radius: 999px;
  border-radius: 50%;
}
/*
----------------------------------------------------------

#Media-Elements

----------------------------------------------------------
*/
.mejs-container {
  clear: both;
  outline: 0;
}
.mejs-container * {
  font-family: Monospace, Helvetica, Arial;
}
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
  background: #222;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  display: table;
  table-layout: fixed;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #0073aa;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}
.mejs-controls .mejs-offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
span.mejs-offscreen {
  display: none;
}
.mejs-controls a:focus > .mejs-offscreen {
  background-color: #f1f1f1;
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 0;
  top: 15px;
  text-decoration: none;
  text-transform: none;
  width: auto;
}
.mejs-overlay-loading {
  background: transparent;
}
/* Override theme styles that may conflict with controls. */
.mejs-controls button:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.me-cannotplay {
  width: auto !important;
}
.media-embed-details .wp-audio-shortcode {
  display: inline-block;
  max-width: 400px;
}
.audio-details .embed-media-settings {
  overflow: visible;
}
.media-embed-details .embed-media-settings .setting span {
  max-width: 400px;
  width: auto;
}
.media-embed-details .embed-media-settings .checkbox-setting span {
  display: inline-block;
}
.media-embed-details .embed-media-settings {
  padding-top: 0;
  top: 28px;
}
.media-embed-details .instructions {
  padding: 16px 0;
  max-width: 600px;
}
.media-embed-details .setting p,
.media-embed-details .setting a {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}
.media-embed-details .setting a:hover {
  color: #f00;
}
.media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}
.wp-video {
  width: 100% !important;
  height: auto;
}
.wp-video > .mejs-offscreen {
  display: none;
}
.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
  margin-top: 18px;
}
video.wp-video-shortcode,
.wp-video-shortcode video {
  max-width: 100%;
  display: inline-block;
}
.mejs-container:not(.mejs-container-fullscreen) video {
  object-fit: cover;
}
.video-details .wp-video-holder {
  width: 100%;
  max-width: 640px;
}
.wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}
.wp-admin .wp-playlist {
  margin: 0 0 18px;
}
.wp-playlist video {
  display: inline-block;
  max-width: 100%;
}
.wp-playlist audio {
  display: none;
  max-width: 100%;
  width: 400px;
}
.wp-playlist .mejs-container {
  margin: 0;
  width: 100%;
}
.wp-playlist .mejs-controls .mejs-button button {
  outline: 0;
}
.wp-playlist-light {
  background: #fff;
  color: #000;
}
.wp-playlist-dark {
  color: #fff;
  background: #000;
}
.wp-playlist-caption {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item .wp-playlist-caption {
  text-decoration: none;
  color: #000;
  max-width: -webkit-calc(60%);
  max-width: calc(60%);
}
.wp-playlist-item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-album {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-playlist-item-artist {
  font-size: 12px;
  text-transform: uppercase;
}
.wp-playlist-item-length {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}
.rtl .wp-playlist-item-length {
  left: 3px;
  right: auto;
}
.wp-playlist-tracks {
  margin-top: 10px;
}
.wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
}
.wp-playlist-item:last-child {
  border-bottom: 0;
}
.wp-playlist-light .wp-playlist-caption {
  color: #333;
}
.wp-playlist-dark .wp-playlist-caption {
  color: #dedede;
}
.wp-playlist-playing {
  font-weight: bold;
  background: #f7f7f7;
}
.wp-playlist-light .wp-playlist-playing {
  background: #fff;
  color: #000;
}
.wp-playlist-dark .wp-playlist-playing {
  background: #000;
  color: #fff;
}
.wp-playlist-current-item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}
.wp-playlist .wp-playlist-current-item img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}
.rtl .wp-playlist .wp-playlist-current-item img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  overflow: hidden!important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px !important;
  font-size: 35px;
  border: 3px solid white;
  color: white !important;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  line-height: 53px;
  text-indent: 17px;
  opacity: .8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mejs-overlay-button:before {
  content: "\f04b";
  font-family: 'uncodeicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mejs-overlay:hover .mejs-overlay-button {
  opacity: 1;
}
.mejs-overlay-loading:before {
  background-image: url(/wp-content/themes/uncode/library/img/oval-anim-dark.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  content: "";
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
  -ms-filter: brightness(2);
  filter: brightness(2);
}
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background-color: #1b1d1f;
  height: 30px;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mejs-container.wp-video-shortcode .mejs-controls {
  opacity: 0;
}
.mejs-container:hover .mejs-controls {
  opacity: 1;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 7px 5px !important;
  padding: 0 !important;
  position: absolute !important;
  height: 16px !important;
  width: 16px !important;
  border: 0 !important;
  line-height: 16px;
  text-indent: 2px;
  background: transparent !important;
}
.mejs-controls .mejs-button button:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  z-index: 6;
  font-family: 'uncodeicon';
  font-size: 14px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
.mejs-controls .mejs-play button:before {
  content: "\e098";
  text-indent: 4px;
}
.mejs-controls .mejs-pause button:before {
  content: "\e099";
}
.mejs-controls .mejs-stop button:before {
  content: "\e09a";
}
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 9px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #222324;
  outline: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 36px;
  height: 17px;
  top: -13px;
  margin-left: -18px;
  text-align: center;
  color: white;
  outline: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
.mejs-controls .mejs-fullscreen-button button:before {
  content: "\e110";
}
.mejs-controls .mejs-unfullscreen button:before {
  content: "\e111";
}
.mejs-controls .mejs-mute button:before {
  content: "\e0c6";
}
.mejs-controls .mejs-unmute button:before {
  content: "\e0c7";
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(50, 50, 50, 0.7);
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  cursor: N-resize;
  margin: 0;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
  display: block;
  float: left;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 14px;
  width: 50px;
  height: 2px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #222324;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 14px;
  width: 50px;
  height: 2px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #fff;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none!important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none!important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(/wp-content/themes/uncode/library/css/background.png);
  background: rgba(20, 20, 20, 0.8);
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none!important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none!important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
video.background-video-shortcode::-webkit-media-controls {
  display: none !important;
}
.uncode-live-search i {
  font-size: 18px;
}
ul.dwls_search_results {
  display: block;
  padding: 0px 27px 0px 27px;
  max-height: 500px;
  margin: 0;
  position: absolute;
  left: 0;
  overflow: auto;
  z-index: 9999;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 1px;
}
ul.dwls_search_results li {
  display: block;
  padding: 18px 0px 18px 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0 0 0 0;
  text-align: left;
  text-decoration: none;
}
ul.dwls_search_results li p {
  margin: 5px 0px 0px 0px;
}
ul.dwls_search_results li a,
ul.dwls_search_results li a:visited {
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
}
ul.dwls_search_results .daves-wordpress-live-search_title span {
  display: block;
}
ul.dwls_search_results .daves-wordpress-live-search_title .search-category {
  font-size: 90%;
}
ul.dwls_search_results .daves-wordpress-live-search_title span {
  display: block;
}
ul.dwls_search_results .daves-wordpress-live-search_author {
  margin: 5px 0px 0px 0px;
  font-size: 90%;
}
ul.dwls_search_results .daves-wordpress-live-search_date {
  margin: 0;
  font-size: 90%;
}
ul.dwls_search_results .excerpt,
ul.dwls_search_results .meta {
  width: 100%;
}
ul.dwls_search_results .clearfix {
  float: none !important;
  clear: both !important;
}
.search_footer {
  width: 100%;
  padding: 27px 0px 27px 0px;
  font-size: 10px !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search_footer a,
.search_footer a:visited {
  margin-right: 1em;
  text-decoration: none;
}
.dwls_search_results_activity_indicator {
  z-index: 999999;
}
#search_results_activity_indicator {
  width: 32px;
  height: 32px;
}
.style-light#search_results_activity_indicator {
  background-image: url(/wp-content/themes/uncode/library/img/oval-anim-light.svg);
}
.style-dark#search_results_activity_indicator {
  background-image: url(/wp-content/themes/uncode/library/img/oval-anim-dark.svg);
}
/* BEGIN post thumbnails */
/* END post thumbnails */
/* BEGIN post excerpt */
/* END post excerpt */
.wp-caption,
.gallery-caption {
  width: auto !important;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  display: table;
  table-layout: fixed;
}
.wp-caption-text {
  font-style: normal;
}
.bypostauthor {
  font-style: normal;
}
/* styles for img sizes */
img.size-full {
  width: auto;
  height: auto;
}
/* not classes, but surely something you should take care of */
.entry-content > *:first-child {
  margin-top: 0px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* the main classes used for alignment */
.alignleft {
  float: left;
  padding: 0px 23px 0px 0px;
  box-sizing: border-box;
}
.alignright {
  float: right;
  padding: 0px 0px 0px 23px;
  box-sizing: border-box;
}
.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
img.alignnone {
  float: none;
}
img.aligncenter {
  display: block;
}
/* WordPress Gallery 
------------------------------------------ */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.gallery:after {
  display: table;
  content: "";
  clear: both;
}
.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
/*
----------------------------------------------------------

#Animations

----------------------------------------------------------
*/
/* CSS Animations */
html:not(.no-cssanimations) .blocks-animation .header-title > *,
html:not(.no-cssanimations) .blocks-animation .post-info {
  opacity: 0;
}
html:not(.no-cssanimations) .animate_when_almost_visible {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
html:not(.no-cssanimations) .uncode-pricing.animate_when_almost_visible {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).top-t-bottom {
  -webkit-animation-name: anim_ttb;
  -moz-animation-name: anim_ttb;
  -o-animation-name: anim_ttb;
  animation-name: anim_ttb;
  opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).bottom-t-top {
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).left-t-right {
  -webkit-animation-name: anim_ltr;
  -moz-animation-name: anim_ltr;
  -o-animation-name: anim_ltr;
  animation-name: anim_ltr;
  opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).right-t-left {
  -webkit-animation-name: anim_rtl;
  -moz-animation-name: anim_rtl;
  -o-animation-name: anim_rtl;
  animation-name: anim_rtl;
  opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-in {
  -webkit-animation-name: zoom-in;
  -moz-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-out {
  -webkit-animation-name: zoom-out;
  -moz-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.zoom-reverse {
  -webkit-animation-name: zoom-reverse;
  -moz-animation-name: zoom-reverse;
  -o-animation-name: zoom-reverse;
  animation-name: zoom-reverse;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).alpha-anim {
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
  opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="100"] {
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="200"] {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="300"] {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="500"] {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="600"] {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="700"] {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="800"] {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="900"] {
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="1000"] {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
/* Top to bottom keyframes */
@-webkit-keyframes anim_ttb {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_ttb {
  0% {
    -moz-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_ttb {
  0% {
    -o-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_ttb {
  0% {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Bottom to top keyframes */
@-webkit-keyframes anim_btt {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_btt {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_btt {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_btt {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Left to right keyframes */
@-webkit-keyframes anim_ltr {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_ltr {
  0% {
    -moz-transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_ltr {
  0% {
    -o-transform: translate3d(-100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_ltr {
  0% {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Right to left keyframes */
@-webkit-keyframes anim_rtl {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_rtl {
  0% {
    -moz-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_rtl {
  0% {
    -o-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_rtl {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Appear from center in keyframes */
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-in {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Appear from center out keyframes */
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-out {
  0% {
    -o-transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Disappear from center keyframes */
@-webkit-keyframes zoom-reverse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}
@-moz-keyframes zoom-reverse {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
}
@-o-keyframes zoom-reverse {
  0% {
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes zoom-reverse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
/* Alpha keyframes */
@-webkit-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: 'uncodeicon';
  src: url('/wp-content/themes/uncode/library/fonts/uncode-icons.eot');
  src: url('/wp-content/themes/uncode/library/fonts/uncode-icons.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/uncode/library/fonts/uncode-icons.woff') format('woff'), url('/wp-content/themes/uncode/library/fonts/uncode-icons.ttf') format('truetype'), url('/wp-content/themes/uncode/library/fonts/uncode-icons.svg#uncodeicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa.fa-push-right {
  margin-right: .3em;
}
.fa.fa-push-left {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  border: 2px solid #c0c0c0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -o-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  -ms-border-radius: 2.5em;
  border-radius: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-stack-3x {
  font-size: 3em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-times2:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before {
  content: "\f013";
}
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before {
  content: "\f03b";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before {
  content: "\f03e";
}
.fa-photo:before {
  content: "\f03e";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before {
  content: "\f044";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before {
  content: "\f064";
}
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-warning2:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart:before {
  content: "\f080";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss3:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before {
  content: "\f0c1";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-scissors2:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before {
  content: "\f0e2";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before {
  content: "\f0e4";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-flash2:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-phone:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before {
  content: "\f112";
}
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before {
  content: "\f123";
}
.fa-star-half-full:before {
  content: "\f123";
}
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before {
  content: "\f127";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before {
  content: "\f153";
}
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before {
  content: "\f156";
}
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before {
  content: "\f157";
}
.fa-jpy:before {
  content: "\f157";
}
.fa-rmb:before {
  content: "\f157";
}
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before {
  content: "\f158";
}
.fa-rub:before {
  content: "\f158";
}
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before {
  content: "\f159";
}
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before {
  content: "\f195";
}
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before {
  content: "\f19c";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before {
  content: "\f1b9";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before {
  content: "\f1ba";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before {
  content: "\f1cd";
}
.fa-life-buoy:before {
  content: "\f1cd";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-life-saver:before {
  content: "\f1cd";
}
.fa-support2:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before {
  content: "\f1d0";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before {
  content: "\f1d7";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before {
  content: "\f20b";
}
.fa-shekel:before {
  content: "\f20b";
}
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before {
  content: "\f236";
}
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before {
  content: "\f240";
}
.fa-battery-full2:before {
  content: "\f240";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before {
  content: "\f242";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before {
  content: "\f243";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before {
  content: "\f244";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before {
  content: "\f251";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before {
  content: "\f252";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before {
  content: "\f253";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass2:before {
  content: "\f254";
}
.fa-hand-grab-o:before {
  content: "\f255";
}
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before {
  content: "\f26c";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin2:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag2:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-eye2:before {
  content: "\e064";
}
.fa-paper-clip:before {
  content: "\e065";
}
.fa-mail:before {
  content: "\e066";
}
.fa-toggle:before {
  content: "\e067";
}
.fa-layout:before {
  content: "\e068";
}
.fa-link3:before {
  content: "\e069";
}
.fa-bell2:before {
  content: "\e06a";
}
.fa-lock3:before {
  content: "\e06b";
}
.fa-unlock2:before {
  content: "\e06c";
}
.fa-ribbon:before {
  content: "\e06d";
}
.fa-image2:before {
  content: "\e06e";
}
.fa-signal2:before {
  content: "\e06f";
}
.fa-target:before {
  content: "\e070";
}
.fa-clipboard2:before {
  content: "\e071";
}
.fa-clock:before {
  content: "\e072";
}
.fa-watch:before {
  content: "\e073";
}
.fa-air-play:before {
  content: "\e074";
}
.fa-camera3:before {
  content: "\e075";
}
.fa-video:before {
  content: "\e076";
}
.fa-disc:before {
  content: "\e077";
}
.fa-printer:before {
  content: "\e078";
}
.fa-monitor:before {
  content: "\e079";
}
.fa-server2:before {
  content: "\e07a";
}
.fa-cog2:before {
  content: "\e07b";
}
.fa-heart3:before {
  content: "\e07c";
}
.fa-paragraph2:before {
  content: "\e07d";
}
.fa-align-justify2:before {
  content: "\e07e";
}
.fa-align-left2:before {
  content: "\e07f";
}
.fa-align-center2:before {
  content: "\e080";
}
.fa-align-right2:before {
  content: "\e081";
}
.fa-book2:before {
  content: "\e082";
}
.fa-layers:before {
  content: "\e083";
}
.fa-stacked:before {
  content: "\e084";
}
.fa-stack-2:before {
  content: "\e085";
}
.fa-paper:before {
  content: "\e086";
}
.fa-paper-stack:before {
  content: "\e087";
}
.fa-search3:before {
  content: "\e088";
}
.fa-zoom-in:before {
  content: "\e089";
}
.fa-zoom-out:before {
  content: "\e08a";
}
.fa-reply2:before {
  content: "\e08b";
}
.fa-circle-plus:before {
  content: "\e08c";
}
.fa-circle-minus:before {
  content: "\e08d";
}
.fa-circle-check:before {
  content: "\e08e";
}
.fa-circle-cross:before {
  content: "\e08f";
}
.fa-square-plus:before {
  content: "\e090";
}
.fa-square-minus:before {
  content: "\e091";
}
.fa-square-check:before {
  content: "\e092";
}
.fa-square-cross:before {
  content: "\e093";
}
.fa-microphone2:before {
  content: "\e094";
}
.fa-record:before {
  content: "\e095";
}
.fa-skip-back:before {
  content: "\e096";
}
.fa-rewind:before {
  content: "\e097";
}
.fa-play2:before {
  content: "\e098";
}
.fa-pause2:before {
  content: "\e099";
}
.fa-stop2:before {
  content: "\e09a";
}
.fa-fast-forward2:before {
  content: "\e09b";
}
.fa-skip-forward:before {
  content: "\e09c";
}
.fa-shuffle:before {
  content: "\e09d";
}
.fa-repeat2:before {
  content: "\e09e";
}
.fa-folder2:before {
  content: "\e09f";
}
.fa-umbrella2:before {
  content: "\e0a0";
}
.fa-moon:before {
  content: "\e0a1";
}
.fa-thermometer:before {
  content: "\e0a2";
}
.fa-drop:before {
  content: "\e0a3";
}
.fa-sun:before {
  content: "\e0a4";
}
.fa-cloud3:before {
  content: "\e0a5";
}
.fa-cloud-upload2:before {
  content: "\e0a6";
}
.fa-cloud-download2:before {
  content: "\e0a7";
}
.fa-upload3:before {
  content: "\e0a8";
}
.fa-download3:before {
  content: "\e0a9";
}
.fa-location:before {
  content: "\e0aa";
}
.fa-location-2:before {
  content: "\e0ab";
}
.fa-map2:before {
  content: "\e0ac";
}
.fa-battery:before {
  content: "\e0ad";
}
.fa-head:before {
  content: "\e0ae";
}
.fa-briefcase3:before {
  content: "\e0af";
}
.fa-speech-bubble:before {
  content: "\e0b0";
}
.fa-anchor3:before {
  content: "\e0b1";
}
.fa-globe3:before {
  content: "\e0b2";
}
.fa-box:before {
  content: "\e0b3";
}
.fa-reload:before {
  content: "\e0b4";
}
.fa-share2:before {
  content: "\e0b5";
}
.fa-marquee:before {
  content: "\e0b6";
}
.fa-marquee-plus:before {
  content: "\e0b7";
}
.fa-marquee-minus:before {
  content: "\e0b8";
}
.fa-tag2:before {
  content: "\e0b9";
}
.fa-power:before {
  content: "\e0ba";
}
.fa-command:before {
  content: "\e0bb";
}
.fa-alt:before {
  content: "\e0bc";
}
.fa-esc:before {
  content: "\e0bd";
}
.fa-bar-graph:before {
  content: "\e0be";
}
.fa-bar-graph-2:before {
  content: "\e0bf";
}
.fa-pie-graph:before {
  content: "\e0c0";
}
.fa-star2:before {
  content: "\e0c1";
}
.fa-arrow-left2:before {
  content: "\e0c2";
}
.fa-arrow-right2:before {
  content: "\e0c3";
}
.fa-arrow-up2:before {
  content: "\e0c4";
}
.fa-arrow-down2:before {
  content: "\e0c5";
}
.fa-volume:before {
  content: "\e0c6";
}
.fa-mute:before {
  content: "\e0c7";
}
.fa-content-right:before {
  content: "\e100";
}
.fa-content-left:before {
  content: "\e101";
}
.fa-grid:before {
  content: "\e102";
}
.fa-grid-2:before {
  content: "\e103";
}
.fa-columns2:before {
  content: "\e104";
}
.fa-loader:before {
  content: "\e105";
}
.fa-bag:before {
  content: "\e106";
}
.fa-ban2:before {
  content: "\e107";
}
.fa-flag3:before {
  content: "\e108";
}
.fa-trash2:before {
  content: "\e109";
}
.fa-expand3:before {
  content: "\e110";
}
.fa-contract:before {
  content: "\e111";
}
.fa-maximize:before {
  content: "\e112";
}
.fa-minimize:before {
  content: "\e113";
}
.fa-plus2:before {
  content: "\e114";
}
.fa-minus2:before {
  content: "\e115";
}
.fa-check2:before {
  content: "\e116";
}
.fa-cross:before {
  content: "\e117";
}
.fa-move:before {
  content: "\e118";
}
.fa-delete:before {
  content: "\e119";
}
.fa-menu:before {
  content: "\e120";
}
.fa-archive2:before {
  content: "\e121";
}
.fa-inbox2:before {
  content: "\e122";
}
.fa-outbox:before {
  content: "\e123";
}
.fa-file2:before {
  content: "\e124";
}
.fa-file-add:before {
  content: "\e125";
}
.fa-file-subtract:before {
  content: "\e126";
}
.fa-help:before {
  content: "\e127";
}
.fa-open:before {
  content: "\e128";
}
.fa-ellipsis:before {
  content: "\e129";
}
.fa-times:before {
  content: "\e600";
}
.fa-tick:before {
  content: "\e601";
}
.fa-plus3:before {
  content: "\e602";
}
.fa-minus3:before {
  content: "\e603";
}
.fa-equals:before {
  content: "\e604";
}
.fa-divide:before {
  content: "\e605";
}
.fa-chevron-right2:before {
  content: "\e606";
}
.fa-chevron-left2:before {
  content: "\e607";
}
.fa-arrow-right-thick:before {
  content: "\e608";
}
.fa-arrow-left-thick:before {
  content: "\e609";
}
.fa-th-small:before {
  content: "\e60a";
}
.fa-th-menu:before {
  content: "\e60b";
}
.fa-th-list2:before {
  content: "\e60c";
}
.fa-th-large2:before {
  content: "\e60d";
}
.fa-home2:before {
  content: "\e60e";
}
.fa-arrow-forward:before {
  content: "\e60f";
}
.fa-arrow-back:before {
  content: "\e610";
}
.fa-rss:before {
  content: "\e611";
}
.fa-location2:before {
  content: "\e612";
}
.fa-link2:before {
  content: "\e613";
}
.fa-image3:before {
  content: "\e614";
}
.fa-arrow-up-thick:before {
  content: "\e615";
}
.fa-arrow-down-thick:before {
  content: "\e616";
}
.fa-starburst:before {
  content: "\e617";
}
.fa-starburst-outline:before {
  content: "\e618";
}
.fa-star3:before {
  content: "\e619";
}
.fa-flow-children:before {
  content: "\e61a";
}
.fa-export:before {
  content: "\e61b";
}
.fa-delete2:before {
  content: "\e61c";
}
.fa-delete-outline:before {
  content: "\e61d";
}
.fa-cloud-storage:before {
  content: "\e61e";
}
.fa-wi-fi:before {
  content: "\e61f";
}
.fa-heart4:before {
  content: "\e620";
}
.fa-flash:before {
  content: "\e621";
}
.fa-cancel:before {
  content: "\e622";
}
.fa-backspace:before {
  content: "\e623";
}
.fa-attachment2:before {
  content: "\e624";
}
.fa-arrow-move:before {
  content: "\e625";
}
.fa-warning:before {
  content: "\e626";
}
.fa-user2:before {
  content: "\e627";
}
.fa-radar:before {
  content: "\e628";
}
.fa-lock-open:before {
  content: "\e629";
}
.fa-lock-closed:before {
  content: "\e62a";
}
.fa-location-arrow2:before {
  content: "\e62b";
}
.fa-info2:before {
  content: "\e62c";
}
.fa-user-delete:before {
  content: "\e62d";
}
.fa-user-add:before {
  content: "\e62e";
}
.fa-media-pause:before {
  content: "\e62f";
}
.fa-group2:before {
  content: "\e630";
}
.fa-chart-pie:before {
  content: "\e631";
}
.fa-chart-line:before {
  content: "\e632";
}
.fa-chart-bar:before {
  content: "\e633";
}
.fa-chart-area:before {
  content: "\e634";
}
.fa-video2:before {
  content: "\e635";
}
.fa-point-of-interest:before {
  content: "\e636";
}
.fa-infinity:before {
  content: "\e637";
}
.fa-globe4:before {
  content: "\e638";
}
.fa-eye3:before {
  content: "\e639";
}
.fa-cog3:before {
  content: "\e63a";
}
.fa-camera4:before {
  content: "\e63b";
}
.fa-upload4:before {
  content: "\e63c";
}
.fa-scissors:before {
  content: "\e63d";
}
.fa-refresh3:before {
  content: "\e63e";
}
.fa-pin:before {
  content: "\e63f";
}
.fa-key3:before {
  content: "\e640";
}
.fa-info-large:before {
  content: "\e641";
}
.fa-eject2:before {
  content: "\e642";
}
.fa-download4:before {
  content: "\e643";
}
.fa-zoom:before {
  content: "\e644";
}
.fa-zoom-out2:before {
  content: "\e645";
}
.fa-zoom-in2:before {
  content: "\e646";
}
.fa-sort-numerically:before {
  content: "\e647";
}
.fa-sort-alphabetically:before {
  content: "\e648";
}
.fa-input-checked:before {
  content: "\e649";
}
.fa-calender:before {
  content: "\e64a";
}
.fa-world:before {
  content: "\e64b";
}
.fa-notes:before {
  content: "\e64c";
}
.fa-code2:before {
  content: "\e64d";
}
.fa-arrow-sync:before {
  content: "\e64e";
}
.fa-arrow-shuffle:before {
  content: "\e64f";
}
.fa-arrow-repeat:before {
  content: "\e650";
}
.fa-arrow-minimise:before {
  content: "\e651";
}
.fa-arrow-maximise:before {
  content: "\e652";
}
.fa-arrow-loop:before {
  content: "\e653";
}
.fa-anchor4:before {
  content: "\e654";
}
.fa-spanner:before {
  content: "\e655";
}
.fa-puzzle2:before {
  content: "\e656";
}
.fa-power2:before {
  content: "\e657";
}
.fa-plane2:before {
  content: "\e658";
}
.fa-pi:before {
  content: "\e659";
}
.fa-phone3:before {
  content: "\e65a";
}
.fa-microphone3:before {
  content: "\e65b";
}
.fa-media-rewind:before {
  content: "\e65c";
}
.fa-flag4:before {
  content: "\e65d";
}
.fa-adjust-brightness:before {
  content: "\e65e";
}
.fa-waves:before {
  content: "\e65f";
}
.fa-social-twitter:before {
  content: "\e660";
}
.fa-social-facebook:before {
  content: "\e661";
}
.fa-social-dribbble:before {
  content: "\e662";
}
.fa-media-stop:before {
  content: "\e663";
}
.fa-media-record:before {
  content: "\e664";
}
.fa-media-play:before {
  content: "\e665";
}
.fa-media-fast-forward:before {
  content: "\e666";
}
.fa-media-eject:before {
  content: "\e667";
}
.fa-social-vimeo:before {
  content: "\e668";
}
.fa-social-tumbler:before {
  content: "\e669";
}
.fa-social-skype:before {
  content: "\e66a";
}
.fa-social-pinterest:before {
  content: "\e66b";
}
.fa-social-linkedin:before {
  content: "\e66c";
}
.fa-social-last-fm:before {
  content: "\e66d";
}
.fa-social-github:before {
  content: "\e66e";
}
.fa-social-flickr:before {
  content: "\e66f";
}
.fa-at2:before {
  content: "\e670";
}
.fa-times-outline:before {
  content: "\e671";
}
.fa-plus-outline:before {
  content: "\e672";
}
.fa-minus-outline:before {
  content: "\e673";
}
.fa-tick-outline:before {
  content: "\e674";
}
.fa-th-large-outline:before {
  content: "\e675";
}
.fa-equals-outline:before {
  content: "\e676";
}
.fa-divide-outline:before {
  content: "\e677";
}
.fa-chevron-right-outline:before {
  content: "\e678";
}
.fa-chevron-left-outline:before {
  content: "\e679";
}
.fa-arrow-right-outline:before {
  content: "\e67a";
}
.fa-arrow-left-outline:before {
  content: "\e67b";
}
.fa-th-small-outline:before {
  content: "\e67c";
}
.fa-th-menu-outline:before {
  content: "\e67d";
}
.fa-th-list-outline:before {
  content: "\e67e";
}
.fa-news:before {
  content: "\e67f";
}
.fa-home-outline:before {
  content: "\e680";
}
.fa-arrow-up-outline:before {
  content: "\e681";
}
.fa-arrow-forward-outline:before {
  content: "\e682";
}
.fa-arrow-down-outline:before {
  content: "\e683";
}
.fa-arrow-back-outline:before {
  content: "\e684";
}
.fa-trash3:before {
  content: "\e685";
}
.fa-rss-outline:before {
  content: "\e686";
}
.fa-message:before {
  content: "\e687";
}
.fa-location-outline:before {
  content: "\e688";
}
.fa-link-outline:before {
  content: "\e689";
}
.fa-image-outline:before {
  content: "\e68a";
}
.fa-export-outline:before {
  content: "\e68b";
}
.fa-cross2:before {
  content: "\e68c";
}
.fa-wi-fi-outline:before {
  content: "\e68d";
}
.fa-star-outline:before {
  content: "\e68e";
}
.fa-media-pause-outline:before {
  content: "\e68f";
}
.fa-mail2:before {
  content: "\e690";
}
.fa-heart-outline:before {
  content: "\e691";
}
.fa-flash-outline:before {
  content: "\e692";
}
.fa-cancel-outline:before {
  content: "\e693";
}
.fa-beaker2:before {
  content: "\e694";
}
.fa-arrow-move-outline:before {
  content: "\e695";
}
.fa-watch2:before {
  content: "\e696";
}
.fa-warning-outline:before {
  content: "\e697";
}
.fa-time:before {
  content: "\e698";
}
.fa-radar-outline:before {
  content: "\e699";
}
.fa-lock-open-outline:before {
  content: "\e69a";
}
.fa-location-arrow-outline:before {
  content: "\e69b";
}
.fa-info-outline:before {
  content: "\e69c";
}
.fa-backspace-outline:before {
  content: "\e69d";
}
.fa-attachment-outline:before {
  content: "\e69e";
}
.fa-user-outline:before {
  content: "\e69f";
}
.fa-user-delete-outline:before {
  content: "\e6a0";
}
.fa-user-add-outline:before {
  content: "\e6a1";
}
.fa-lock-closed-outline:before {
  content: "\e6a2";
}
.fa-group-outline:before {
  content: "\e6a3";
}
.fa-chart-pie-outline:before {
  content: "\e6a4";
}
.fa-chart-line-outline:before {
  content: "\e6a5";
}
.fa-chart-bar-outline:before {
  content: "\e6a6";
}
.fa-chart-area-outline:before {
  content: "\e6a7";
}
.fa-video-outline:before {
  content: "\e6a8";
}
.fa-point-of-interest-outline:before {
  content: "\e6a9";
}
.fa-map4:before {
  content: "\e6aa";
}
.fa-key-outline:before {
  content: "\e6ab";
}
.fa-infinity-outline:before {
  content: "\e6ac";
}
.fa-globe-outline:before {
  content: "\e6ad";
}
.fa-eye-outline:before {
  content: "\e6ae";
}
.fa-cog-outline:before {
  content: "\e6af";
}
.fa-camera-outline:before {
  content: "\e6b0";
}
.fa-upload-outline:before {
  content: "\e6b1";
}
.fa-support:before {
  content: "\e6b2";
}
.fa-scissors-outline:before {
  content: "\e6b3";
}
.fa-refresh-outline:before {
  content: "\e6b4";
}
.fa-info-large-outline:before {
  content: "\e6b5";
}
.fa-eject-outline:before {
  content: "\e6b6";
}
.fa-download-outline:before {
  content: "\e6b7";
}
.fa-battery-mid:before {
  content: "\e6b8";
}
.fa-battery-low:before {
  content: "\e6b9";
}
.fa-battery-high:before {
  content: "\e6ba";
}
.fa-zoom-outline:before {
  content: "\e6bb";
}
.fa-zoom-out-outline:before {
  content: "\e6bc";
}
.fa-zoom-in-outline:before {
  content: "\e6bd";
}
.fa-tag3:before {
  content: "\e6be";
}
.fa-tabs-outline:before {
  content: "\e6bf";
}
.fa-pin-outline:before {
  content: "\e6c0";
}
.fa-message-typing:before {
  content: "\e6c1";
}
.fa-directions:before {
  content: "\e6c2";
}
.fa-battery-full:before {
  content: "\e6c3";
}
.fa-battery-charge:before {
  content: "\e6c4";
}
.fa-pipette:before {
  content: "\e6c5";
}
.fa-pencil3:before {
  content: "\e6c6";
}
.fa-folder3:before {
  content: "\e6c7";
}
.fa-folder-delete:before {
  content: "\e6c8";
}
.fa-folder-add:before {
  content: "\e6c9";
}
.fa-edit3:before {
  content: "\e6ca";
}
.fa-document2:before {
  content: "\e6cb";
}
.fa-document-delete:before {
  content: "\e6cc";
}
.fa-document-add:before {
  content: "\e6cd";
}
.fa-brush:before {
  content: "\e6ce";
}
.fa-thumbs-up2:before {
  content: "\e6cf";
}
.fa-thumbs-down2:before {
  content: "\e6d0";
}
.fa-pen:before {
  content: "\e6d1";
}
.fa-sort-numerically-outline:before {
  content: "\e6d2";
}
.fa-sort-alphabetically-outline:before {
  content: "\e6d3";
}
.fa-social-last-fm-circular:before {
  content: "\e6d4";
}
.fa-social-github-circular:before {
  content: "\e6d5";
}
.fa-compass3:before {
  content: "\e6d6";
}
.fa-bookmark2:before {
  content: "\e6d7";
}
.fa-input-checked-outline:before {
  content: "\e6d8";
}
.fa-code-outline:before {
  content: "\e6d9";
}
.fa-calender-outline:before {
  content: "\e6da";
}
.fa-business-card:before {
  content: "\e6db";
}
.fa-arrow-up3:before {
  content: "\e6dc";
}
.fa-arrow-sync-outline:before {
  content: "\e6dd";
}
.fa-arrow-right3:before {
  content: "\e6de";
}
.fa-arrow-repeat-outline:before {
  content: "\e6df";
}
.fa-arrow-loop-outline:before {
  content: "\e6e0";
}
.fa-arrow-left3:before {
  content: "\e6e1";
}
.fa-flow-switch:before {
  content: "\e6e2";
}
.fa-flow-parallel:before {
  content: "\e6e3";
}
.fa-flow-merge:before {
  content: "\e6e4";
}
.fa-document-text:before {
  content: "\e6e5";
}
.fa-clipboard4:before {
  content: "\e6e6";
}
.fa-calculator2:before {
  content: "\e6e7";
}
.fa-arrow-minimise-outline:before {
  content: "\e6e8";
}
.fa-arrow-maximise-outline:before {
  content: "\e6e9";
}
.fa-arrow-down3:before {
  content: "\e6ea";
}
.fa-gift3:before {
  content: "\e6eb";
}
.fa-film2:before {
  content: "\e6ec";
}
.fa-database2:before {
  content: "\e6ed";
}
.fa-bell3:before {
  content: "\e6ee";
}
.fa-anchor-outline:before {
  content: "\e6ef";
}
.fa-adjust-contrast:before {
  content: "\e6f0";
}
.fa-world-outline:before {
  content: "\e6f1";
}
.fa-shopping-bag:before {
  content: "\e6f2";
}
.fa-power-outline:before {
  content: "\e6f3";
}
.fa-notes-outline:before {
  content: "\e6f4";
}
.fa-device-tablet:before {
  content: "\e6f5";
}
.fa-device-phone:before {
  content: "\e6f6";
}
.fa-device-laptop:before {
  content: "\e6f7";
}
.fa-device-desktop:before {
  content: "\e6f8";
}
.fa-briefcase4:before {
  content: "\e6f9";
}
.fa-stopwatch:before {
  content: "\e6fa";
}
.fa-spanner-outline:before {
  content: "\e6fb";
}
.fa-puzzle-outline:before {
  content: "\e6fc";
}
.fa-printer2:before {
  content: "\e6fd";
}
.fa-pi-outline:before {
  content: "\e6fe";
}
.fa-lightbulb2:before {
  content: "\e6ff";
}
.fa-flag-outline:before {
  content: "\e700";
}
.fa-contacts:before {
  content: "\e701";
}
.fa-archive3:before {
  content: "\e702";
}
.fa-weather-stormy:before {
  content: "\e703";
}
.fa-weather-shower:before {
  content: "\e704";
}
.fa-weather-partly-sunny:before {
  content: "\e705";
}
.fa-weather-downpour:before {
  content: "\e706";
}
.fa-weather-cloudy:before {
  content: "\e707";
}
.fa-plane-outline:before {
  content: "\e708";
}
.fa-phone-outline:before {
  content: "\e709";
}
.fa-microphone-outline:before {
  content: "\e70a";
}
.fa-weather-windy:before {
  content: "\e70b";
}
.fa-weather-windy-cloudy:before {
  content: "\e70c";
}
.fa-weather-sunny:before {
  content: "\e70d";
}
.fa-weather-snow:before {
  content: "\e70e";
}
.fa-weather-night:before {
  content: "\e70f";
}
.fa-media-stop-outline:before {
  content: "\e710";
}
.fa-media-rewind-outline:before {
  content: "\e711";
}
.fa-media-record-outline:before {
  content: "\e712";
}
.fa-media-play-outline:before {
  content: "\e713";
}
.fa-media-fast-forward-outline:before {
  content: "\e714";
}
.fa-media-eject-outline:before {
  content: "\e715";
}
.fa-wine2:before {
  content: "\e716";
}
.fa-waves-outline:before {
  content: "\e717";
}
.fa-ticket2:before {
  content: "\e718";
}
.fa-tags2:before {
  content: "\e719";
}
.fa-plug2:before {
  content: "\e71a";
}
.fa-headphones2:before {
  content: "\e71b";
}
.fa-credit-card2:before {
  content: "\e71c";
}
.fa-coffee2:before {
  content: "\e71d";
}
.fa-book3:before {
  content: "\e71e";
}
.fa-beer2:before {
  content: "\e71f";
}
.fa-volume2:before {
  content: "\e720";
}
.fa-volume-up2:before {
  content: "\e721";
}
.fa-volume-mute:before {
  content: "\e722";
}
.fa-volume-down2:before {
  content: "\e723";
}
.fa-social-vimeo-circular:before {
  content: "\e724";
}
.fa-social-twitter-circular:before {
  content: "\e725";
}
.fa-social-pinterest-circular:before {
  content: "\e726";
}
.fa-social-linkedin-circular:before {
  content: "\e727";
}
.fa-social-facebook-circular:before {
  content: "\e728";
}
.fa-social-dribbble-circular:before {
  content: "\e729";
}
.fa-tree2:before {
  content: "\e72a";
}
.fa-thermometer2:before {
  content: "\e72b";
}
.fa-social-tumbler-circular:before {
  content: "\e72c";
}
.fa-social-skype-outline:before {
  content: "\e72d";
}
.fa-social-flickr-circular:before {
  content: "\e72e";
}
.fa-social-at-circular:before {
  content: "\e72f";
}
.fa-shopping-cart2:before {
  content: "\e730";
}
.fa-messages:before {
  content: "\e731";
}
.fa-leaf2:before {
  content: "\e732";
}
.fa-feather:before {
  content: "\e733";
}
.fa-mobile2:before {
  content: "\e000";
}
.fa-laptop2:before {
  content: "\e001";
}
.fa-desktop2:before {
  content: "\e002";
}
.fa-tablet2:before {
  content: "\e003";
}
.fa-phone2:before {
  content: "\e004";
}
.fa-document:before {
  content: "\e005";
}
.fa-documents:before {
  content: "\e006";
}
.fa-search2:before {
  content: "\e007";
}
.fa-clipboard3:before {
  content: "\e008";
}
.fa-newspaper:before {
  content: "\e009";
}
.fa-notebook:before {
  content: "\e00a";
}
.fa-book-open:before {
  content: "\e00b";
}
.fa-browser:before {
  content: "\e00c";
}
.fa-calendar2:before {
  content: "\e00d";
}
.fa-presentation:before {
  content: "\e00e";
}
.fa-picture:before {
  content: "\e00f";
}
.fa-pictures:before {
  content: "\e010";
}
.fa-video3:before {
  content: "\e011";
}
.fa-camera2:before {
  content: "\e012";
}
.fa-printer3:before {
  content: "\e013";
}
.fa-toolbox:before {
  content: "\e014";
}
.fa-briefcase2:before {
  content: "\e015";
}
.fa-wallet:before {
  content: "\e016";
}
.fa-gift2:before {
  content: "\e017";
}
.fa-bargraph:before {
  content: "\e018";
}
.fa-grid2:before {
  content: "\e019";
}
.fa-expand2:before {
  content: "\e01a";
}
.fa-focus:before {
  content: "\e01b";
}
.fa-edit2:before {
  content: "\e01c";
}
.fa-adjustments:before {
  content: "\e01d";
}
.fa-ribbon2:before {
  content: "\e01e";
}
.fa-hourglass:before {
  content: "\e01f";
}
.fa-lock2:before {
  content: "\e020";
}
.fa-megaphone:before {
  content: "\e021";
}
.fa-shield2:before {
  content: "\e022";
}
.fa-trophy2:before {
  content: "\e023";
}
.fa-flag2:before {
  content: "\e024";
}
.fa-map3:before {
  content: "\e025";
}
.fa-puzzle:before {
  content: "\e026";
}
.fa-basket:before {
  content: "\e027";
}
.fa-envelope2:before {
  content: "\e028";
}
.fa-streetsign:before {
  content: "\e029";
}
.fa-telescope:before {
  content: "\e02a";
}
.fa-gears2:before {
  content: "\e02b";
}
.fa-key2:before {
  content: "\e02c";
}
.fa-paperclip2:before {
  content: "\e02d";
}
.fa-attachment:before {
  content: "\e02e";
}
.fa-pricetags:before {
  content: "\e02f";
}
.fa-lightbulb:before {
  content: "\e030";
}
.fa-layers2:before {
  content: "\e031";
}
.fa-pencil2:before {
  content: "\e032";
}
.fa-tools:before {
  content: "\e033";
}
.fa-tools-2:before {
  content: "\e034";
}
.fa-scissors3:before {
  content: "\e035";
}
.fa-paintbrush:before {
  content: "\e036";
}
.fa-magnifying-glass:before {
  content: "\e037";
}
.fa-circle-compass:before {
  content: "\e038";
}
.fa-linegraph:before {
  content: "\e039";
}
.fa-mic:before {
  content: "\e03a";
}
.fa-strategy:before {
  content: "\e03b";
}
.fa-beaker:before {
  content: "\e03c";
}
.fa-caution:before {
  content: "\e03d";
}
.fa-recycle2:before {
  content: "\e03e";
}
.fa-anchor2:before {
  content: "\e03f";
}
.fa-profile-male:before {
  content: "\e040";
}
.fa-profile-female:before {
  content: "\e041";
}
.fa-bike:before {
  content: "\e042";
}
.fa-wine:before {
  content: "\e043";
}
.fa-hotairballoon:before {
  content: "\e044";
}
.fa-globe2:before {
  content: "\e045";
}
.fa-genius:before {
  content: "\e046";
}
.fa-map-pin:before {
  content: "\e047";
}
.fa-dial:before {
  content: "\e048";
}
.fa-chat:before {
  content: "\e049";
}
.fa-heart2:before {
  content: "\e04a";
}
.fa-cloud2:before {
  content: "\e04b";
}
.fa-upload2:before {
  content: "\e04c";
}
.fa-download2:before {
  content: "\e04d";
}
.fa-target2:before {
  content: "\e04e";
}
.fa-hazardous:before {
  content: "\e04f";
}
.fa-piechart:before {
  content: "\e050";
}
.fa-speedometer:before {
  content: "\e051";
}
.fa-global:before {
  content: "\e052";
}
.fa-compass2:before {
  content: "\e053";
}
.fa-lifesaver:before {
  content: "\e054";
}
.fa-clock2:before {
  content: "\e055";
}
.fa-aperture:before {
  content: "\e056";
}
.fa-quote:before {
  content: "\e057";
}
.fa-scope:before {
  content: "\e058";
}
.fa-alarmclock:before {
  content: "\e059";
}
.fa-refresh2:before {
  content: "\e05a";
}
.fa-happy:before {
  content: "\e05b";
}
.fa-sad:before {
  content: "\e05c";
}
.fa-facebook2:before {
  content: "\e05d";
}
.fa-twitter2:before {
  content: "\e05e";
}
.fa-googleplus:before {
  content: "\e05f";
}
.fa-rss2:before {
  content: "\e060";
}
.fa-tumblr2:before {
  content: "\e061";
}
.fa-linkedin2:before {
  content: "\e062";
}
.fa-dribbble2:before {
  content: "\e063";
}
