@import url('https://fonts.googleapis.com/css?family=Fauna One');
@import url('https://fonts.googleapis.com/css2?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');



body {
  margin: 0px !important;
  font-size: 15px !important;
  padding: 0px !important;
  font-family: "Lato";
  color: #000 !important;
  font-weight: 400 !important;
}

/* Heading Banner Image */

.bannerimg h1 {
  font-family: "Lato", sans-serif !important;
  font-size: 52px !important;
  font-weight: 100;
  color: #fff !important;
  line-height: 70px !important;
}

.bannerimg h4 {
  font-family: "Lato", sans-serif !important;
  font-size: 30px !important;
  font-weight: 100;
  color: #fff !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

#btn_email {
  font-family: "Lato", sans-serif !important;
  font-size: 24px !important;
  font-weight: 100;
  color: #fff !important;
  width: 700px !important;
  height: 55px !important;
  background-color: transparent !important;
  border: solid 1px #fff !important;
  border-radius: 4px !important;
  margin-bottom: 10px !important;
}

#btn_email::-moz-placeholder {
  color: #fff !important;
}

#btn_email:-ms-input-placeholder {
  color: #fff !important;
}

#btn_email::placeholder {
  color: #fff !important;
}

.bannerimg button.btn-danger {
  font-family: "Lato", sans-serif !important;
  font-size: 24px !important;
  color: #fff !important;
  width: 38% !important;
  height: 55px !important;
  background-color: transparent !important;
  border: solid 1px #fff !important;
  border-radius: 4px !important;
}

.bannerimg button.btn-danger:last-child {
  margin-left: 7px !important;
}

.bannerimg button.btn-danger:hover {
  font-family: "Lato", sans-serif !important;
  font-size: 24px !important;
  color: #fff !important;
  width: 38% !important;
  height: 55px !important;
  background-color: #ff0000 !important;
  border: solid 0px #fff !important;
  border-radius: 4px !important;
}

.bannerimg {
  background-image: url(/img/img_banner1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: 80px 0px 100px 0px;
  margin: 0px;
  text-align: center;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.nopadding-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}




/* Form */
.form-group textarea {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 5px 10px;
    margin-bottom:0px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}


/* Text Editor Style */
#toolbar [data-wysihtml-action] { float: right; }
#toolbar,  textarea { width: 100%; padding: 10px; -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
textarea { height: 280px; border: 2px solid green; font-family: 'Lato' !important; font-size: 12px; }
.confirmbtn { font-weight:normal !important; font-size:12px !important; font-family: 'Lato' !important; margin:0px !important; background-color:#ff0000 !important; border:solid 0px #666 !important; padding:12px 15px !important; border-radius:4px !important; cursor:hand !important; }
.toolbar label { font-weight:normal !important; font-size:12px !important; font-family: 'Lato' !important; margin:0px !important; }
.toolbar input { height:40px; border: solid 1px #d9d9d9 !important; border-radius:4px !important; margin: 0px 5px 0px 5px !important; padding:0px 0px 0px 10px !important; }
textarea:focus { color: black; border: 2px solid black; }
.wysihtml-command-active, .wysihtml-action-active { font-weight: bold; }
.toolbar [data-wysihtml-dialog] { margin: 5px 0px; padding: 15px; background-color:#f2f2f2 !important; border-radius:4px !important; }
a[data-wysihtml-command-value="red"] { color: red; }
a[data-wysihtml-command-value="green"] { color: green; }
a[data-wysihtml-command-value="blue"] { color: blue; }
.wysihtml-editor, .wysihtml-editor table td { outline: 1px dotted #abc; }
code { background: #ddd; padding: 10px; white-space: pre; display: block; margin: 1em 0; }
.toolbar { display: block; border-radius: 4px; border: 0px solid #fff !important; margin-bottom: 9px; line-height: 1em; }
.toolbar a { height: 1.5em; border-radius: 3px; font-size: 12px; line-height: 2em; text-decoration: none; color: #666 !important; background: transparent; border: 0px solid #ddd; padding: 0 0.2em; margin: 0px 5px; }
.toolbar a.wysihtml-command-active, .toolbar .wysihtml-action-active { background: transparent; color: #666 !important; }
.toolbar .block { padding: 0px; display: inline-block; background: transparent; border:solid 0px #999 !important; margin: 0px; line-height:35px; text-align:justify; }
div[data-wysihtml-dialog="createTable"] { position: relative; background: white; }
div[data-wysihtml-dialog="createTable"] td { width: 10px; height: 5px; border: 1px solid #666; }
.wysihtml-editor table td.wysiwyg-tmp-selected-cell { outline: 2px solid green; }
.editor-container-tag { padding: 5px 10px; position: relative; color: white; background: rgba(0,0,0,0.8); width: 100px; margin-left: -50px; -webkit-transition: 0.1s left, 0.1s top }
.wrap { max-width: 700px; margin: 0px; }
.editable .wysihtml-uneditable-container { outline: 1px dotted gray; position: relative; }
.editable .wysihtml-uneditable-container-right { float: right; width: 50%; margin-left: 2em; margin-bottom: 1em; }
.editable .wysihtml-uneditable-container-left { float: left; width: 50%; margin-right: 2em; margin-bottom: 1em; }

/* Sticky Header */
.navbar-fixed { z-index: 99; position: fixed !important; transition: 0.5s; }
.mobilenavbar-fixed { z-index: 100; position: fixed !important;  transition: 0.5s; padding:10px !important; }
.navbar-fixedseven { top:10px !important; z-index:100; cursor:hand !important; position:fixed !important; right:0px !important; width:100% !important; transition:0.5s; }
.headersmall { float: left; background-image: url(../img/img_headersmall.png); background-repeat: no-repeat; background-size: cover; border:0px; text-align: center !important; width: 100% !important; padding: 0px !important; margin-left:-2px; background-position: top right; }

/*  Panel Body Styling */
#dashboardupload .card { box-sizing:border-box !important; }
#dashboardupload .card-body { float:left; border:0px; width:100%; background:#fff; box-sizing:border-box !important; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
#dashboardupload .card-body:hover { float:left; border:0px; width:100%; color:#fff; background:#ff0000; box-sizing:border-box !important; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
#dashboardupload .card-body a:hover { color:#fff; border:0px; text-decoration:none; }

#loginpanel .card-body { float:left; width:100%; border:solid 1px #ff0000; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
#loginpanel .card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; font-style:italic; }
#loginpanel .card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
#loginpanel .form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
#loginpanel .btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }
#loginpanel .form-control { display: block; width: 100% !important; height: 50px !important; padding: 6px 12px !important; font-size: 14px !important; box-shadow:none !important; color: #000 !important; margin-bottom:10px !important; border-radius: 4px !important; }


#signup .card-body { float:left; width:100%; border:solid 1px #ff0000; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
#signup .card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; font-style:italic; }
#signup .card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
#signup .form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
#signup .btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }
#signup .form-control { display: block; width: 100% !important; height: 50px !important; padding: 6px 12px !important; font-size: 14px !important; box-shadow:none !important; color: #000 !important; margin-bottom:10px !important; border-radius: 4px !important; }


#adminpanel .card-body { float:left; width:100%; border:solid 1px #ff0000; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
#adminpanel .card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; font-style:italic; }
#adminpanel .card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
#adminpanel .form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
#adminpanel .btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }
#adminpanel .form-control { display: block; width: 100% !important; height: 50px !important; padding: 6px 12px !important; font-size: 14px !important; box-shadow:none !important; color: #000 !important; margin-bottom:10px !important; border-radius: 4px !important; }

#adminpanel .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #ff0000 !important; cursor: default; background-color: #fff !important; border: 1px solid #ff0000 !important; border-bottom-color: #fff !important; }
#adminpanel .nav-tabs { border-bottom: 1px solid #ff0000; }
#adminpanel .nav>li>a { position: relative; display: block; padding: 10px 15px !important; color: #000 !important; }
#adminpanel .tab-content { border-left: solid 1px #ff0000 !important; border-bottom:solid 1px #ff0000 !important; border-right : solid 1px #ff0000 !important; }
#published .tab-content { padding:20px !important; border-left: solid 0px #ff0000 !important; border-bottom:solid 0px #ff0000 !important; border-right : solid 0px #ff0000 !important; }
#unpublished .tab-content { padding:20px !important; border-left: solid 0px #ff0000 !important; border-bottom:solid 0px #ff0000 !important; border-right : solid 0px #ff0000 !important; }


/*#published .tab-content { padding:20px !important; border-left: solid 0px #ff0000 !important; border-bottom:solid 0px #ff0000 !important; border-right : solid 0px #ff0000 !important; }*/
/*#unpublished .tab-content { padding:20px !important; border-left: solid 0px #ff0000 !important; border-bottom:solid 0px #ff0000 !important; border-right : solid 0px #ff0000 !important; }*/

#homecontentupload .card-body { float:left; width:100%; border:solid 1px #ff0000; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
#homecontentupload .card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; font-style:italic; }
#homecontentupload .card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
#homecontentupload .form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
#homecontentupload .btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }
#homecontentupload .form-control { display: block; width: 100% !important; height: 50px !important; padding: 6px 12px !important; font-size: 14px !important; box-shadow:none !important; color: #000 !important; margin-bottom:10px !important; border-radius: 4px !important; }
#homecontentupload small { color:#ff0000 !important; margin-bottom:10px !important; }

/* Page Scroll to Top */
html { scroll-behavior: smooth !important; }
.pagetop { float: right; position: fixed; display:block; z-index: 3000; right: 10px; bottom: 10px; border: solid 0px #fff; color: #000; background-color: rgba(237, 29, 36, 0.5); padding: 0px; }
.pagetop i { color: #000; font-size: 2.4em; padding: 0px 10px 0px 10px; }
.pagetop i a { display: block; cursor: hand; text-decoration: none; }



@media all and (min-width: 320px) and (max-width: 480px) {

/*#blogdetailpanel p { text-align:left; }*/
#blogdetailpanel h2 { text-align:left; }
#blogdetailpanel ul {margin-left:-20px; text-align:left; }
#blogbannertitle { padding:100px 20px 100px 20px !important }

/* Text Editor Style */
#toolbar [data-wysihtml-action] { float: right; }
#toolbar,  textarea { width: 100%; padding: 10px; -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
textarea { height: 280px; border: 2px solid green; font-family: 'Lato' !important; font-size: 12px; }
.toolbar label { font-weight:normal !important; font-size:12px !important; font-family: 'Lato' !important; margin:0px !important; }
.confirmbtn { font-weight:normal !important; font-size:12px !important; font-family: 'Lato' !important; margin:0px !important; background-color:#ff0000 !important; border:solid 0px #666 !important; padding:5px 10px !important; border-radius:4px !important; }
.toolbar input { height:35px; border: solid 1px #d9d9d9 !important; border-radius:4px !important; margin: 0px 0px 5px 0px !important; width:100% !important; padding:0px 0px 0px 10px !important; }
textarea:focus { color: black; border: 2px solid black; }
.wysihtml-command-active, .wysihtml-action-active { font-weight: bold; }
.toolbar [data-wysihtml-dialog] { margin: 5px 0px; padding: 15px; background-color:#f2f2f2 !important; border-radius:4px !important; }
a[data-wysihtml-command-value="red"] { color: red; }
a[data-wysihtml-command-value="green"] { color: green; }
a[data-wysihtml-command-value="blue"] { color: blue; }
.wysihtml-editor, .wysihtml-editor table td { outline: 1px dotted #abc; }
code { background: #ddd; padding: 10px; white-space: pre; display: block; margin: 1em 0; }
.toolbar { display: block; border-radius: 4px; border: 0px solid #fff !important; margin-bottom: 9px; line-height: 1em; }
.toolbar a { height: 1.5em; border-radius: 3px; font-size: 12px; line-height: 2em; text-decoration: none; color: #666 !important; background: transparent; border: 0px solid #ddd; padding: 0 0.2em; margin: 0px 5px; }
.toolbar a.wysihtml-command-active, .toolbar .wysihtml-action-active { background: transparent; color: #666 !important; }
.toolbar .block { padding: 0px; display: inline-block; background: transparent; border:solid 0px #999 !important; margin: 0px; line-height:35px; text-align:justify; }
div[data-wysihtml-dialog="createTable"] { position: relative; background: white; }
div[data-wysihtml-dialog="createTable"] td { width: 10px; height: 5px; border: 1px solid #666; }
.wysihtml-editor table td.wysiwyg-tmp-selected-cell { outline: 2px solid green; }
.editor-container-tag { padding: 5px 10px; position: relative; color: white; background: rgba(0,0,0,0.8); width: 100px; margin-left: -50px; -webkit-transition: 0.1s left, 0.1s top }
.wrap { max-width: 700px; margin: 0px; }
.editable .wysihtml-uneditable-container { outline: 1px dotted gray; position: relative; }
.editable .wysihtml-uneditable-container-right { float: right; width: 50%; margin-left: 2em; margin-bottom: 1em; }
.editable .wysihtml-uneditable-container-left { float: left; width: 50%; margin-right: 2em; margin-bottom: 1em; }


/* Admin Panel Tabs */
#mobileadminpanel .accordion1 { float:left; background-color: rgba(48, 48, 48) !important; color: #fff; cursor: pointer; padding: 10px; width: 100%; border: none; text-align: center; outline: none; font-size: 18px !important; transition: 0.4s; }
#mobileadminpanel .active, .accordion1:hover { background-color: rgba(255, 0, 0) !important; color: #000 !important; border-radius: 0px; border: none; text-align: center; }
#mobileadminpanel .accordion1 h2 { color: #fff !important; }
#mobileadminpanel .paneltab { padding: 0px 10px 0px 10px !important; display: none; border:solid 0px #ff0000; background-color: transparent; color:#fff; overflow: hidden; }

#mobileadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#mobileadminpanel .nav-tabs { border:none !important }
#mobileadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#mobileadminpanel .nav-tabs > li a.active,
#mobileadminpanel .nav-tabs > li a:focus.active, 
#mobileadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }


/* News Admin Panel Tabs */
#newsadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#newsadminpanel .nav-tabs { border:none !important }
#newsadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#newsadminpanel .nav-tabs > li a.active,
#newsadminpanel .nav-tabs > li a:focus.active,
#newsadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

/* Blog Admin Panel Tabs */
#blogadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#blogadminpanel .nav-tabs { border:none !important }
#blogadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#blogadminpanel .nav-tabs > li a.active,
#blogadminpanel .nav-tabs > li a:focus.active, 
#blogadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

#tabspanel .panel-default>.panel-heading { color: #fff !important; background-color: #333 !important; border: none !important; border-radius: 0px !important; border-bottom: solid 1px #666 !important; }
#tabspanel .panel-default { border-color: transparent; border: 0px !important; }
#tabspanel #accordion { float:left !important; padding: 0px !important; width: 100% !important; }

.enquirenowbtn { font-family:'Lato' !important; font-size:16px; color:#fff !important; background-color: #ff0000; border: none; padding: 10px 20px !important; border-radius:8px !important; }
.enquirenowbtn a { color: #fff; font-size: 14px !important; font-family: 'Lato' !important;  font-weight:700 !important; font-style:italic !important; }
.enquirenowbtn:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; border: none; }
.enquirenowbtn:hover a { color: #fff; text-decoration:none; transition:0.3s; }
.enquirenowbtn a:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; }
.enquirenowbtn a:selected { color: #fff; text-decoration:none;   }


.card-body { float:left; width:100%; border:solid 1px #ff0000; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
.card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; font-style:italic; }
.card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
.form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
.btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }
    
  #whitepaperbottomsection {
  background-color: #303030;
  box-sizing: border-box;
  padding: 20px;
}

  .bannerback2 {
    float: left;
    background-color: #333;
    padding: 20px;
    width: 100%;
  }

  .bannerback {
    float: left;
    background-image: url(../img/img_bannerback.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center !important;
    width: 100% !important;
    padding: 20px 20px !important;
    background-position: bottom right;
  }

  .bannerback img {
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
  }

  .bannerback h1 {
    font-family: "Fauna One" !important;
    font-size: 24px !important;
    line-height:38px !important;
    color: #aeaeae !important;
    padding: 0px !important;
    margin-top: 20px !important;
  }

  .bannerback h2 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 27px;
    color: #aeaeae !important;
    margin-top: 10px;
    margin-bottom: 0px !important;
  }

  .bannerback .logocaption {
    width: 100%;
    color: #aeaeae;
    text-align: center;
    font-style: italic;
    font-family: "Lato" !important;
    font-size: 13px !important;
    color: #aeaeae !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  
  .benefitstitle {
    border-bottom: solid 2px #eb2226;
    width: 44% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .ourcustomers {
    border-bottom: solid 2px #eb2226;
    width: 78% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .problemswesolve {
    border-bottom: solid 2px #eb2226;
    width: 70% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .whytechnomine {
    border-bottom: solid 2px #eb2226;
    width: 82% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .casestudiestitle {
    border-bottom: solid 2px #eb2226;
    width: 72% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .ourstory {
    border-bottom: solid 2px #eb2226;
    width: 51% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .valuestitle {
    border-bottom: solid 2px #eb2226;
    width: 32% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }


  

  .casestudies input.btn-danger {
    font-family: "Lato" !important;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    width: 155px;
    height: 50px !important;
    background-color: #ff0000 !important;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: inherit !important;
    border: solid 0px #fff !important;
    border-radius: 8px !important;
  }

  .casestudies input.btn-danger:hover {
    font-family: "Lato" !important;
    font-size: 18px;
    color: #f2f2f2 !important;
    width: 155px;
    height: 50px !important;
    background-color: transparent !important;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #f2f2f2 !important;
    border-radius: 8px !important;
  }

  .casestudies div.btn-danger {
    font-family: "Lato" !important;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    width: 155px;
    height: 50px !important;
    background-color: #ff0000 !important;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: inherit !important;
    border: solid 0px #fff !important;
    border-radius: 8px !important;
  }

  .casestudies div.btn-danger:hover {
    font-family: "Lato" !important;
    font-size: 18px;
    color: #f2f2f2 !important;
    width: 155px;
    height: 50px !important;
    background-color: transparent !important;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #f2f2f2 !important;
    border-radius: 8px !important;
  }

  .casestudies button.btn-danger {
    font-family: "Lato", sans-serif !important;
    font-size: 18px !important;
    color: #f2f2f2 !important;
    height: 55px !important;
    background-color: transparent !important;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #f2f2f2 !important;
    border-radius: 4px !important;
  }

  .casestudies button.btn-danger:last-child {
    margin-left: 7px !important;
  }

  .casestudies button.btn-danger:hover {
    font-family: "Lato", sans-serif !important;
    font-size: 18px !important;
    color: #fff !important;
    height: 55px !important;
    background-color: #ff0000 !important;
    border: solid 0px #fff !important;
    border-radius: 4px !important;
  }

  .sidemenutitle {
    padding: 0px 0px 0px 15px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ff0000;
  }

  #sidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #sidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 0px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #sidemenutabs ul li a {
    text-decoration: none;
  }

  #desktopsidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #desktopsidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 10px 10px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #bannerback2 .hamburgermenu {
  background-image:url('../img/icon_hamburgermenu.png');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 30px;
  margin: 0px 20px 30px 0px !important;
  border: none;
  background: transparent;
  color: #fff;
}

  #bannerback2 .logo {
    background-size: contain !important;
    background-position: center !important;
    background-image: url("/img/img_logo_gray.png");
    background-position: bottom left;
    background-repeat: no-repeat;
  }

  #bannerback2 h2 {
    width: 100%;
  }

  #casestudies .casestudyimageone {
    font-size: 11px;
    line-height: 15px;
    padding: 58% 10px !important;
    background-image: url("/img/img_casestudies.png");
    min-height: 60% !important;
    width: 100% !important;
    margin: 30px 0px 0px 0px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagetwo {
    font-size: 11px;
    line-height: 15px;
    padding: 58% 10px !important;
    background-image: url("/img/img_casestudies.png");
    min-height: 60% !important;
    width: 100% !important;
    margin: 30px 0px 0px 0px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagethree {
    font-size: 11px;
    line-height: 15px;
    padding: 58% 10px !important;
    background-image: url("/img/img_casestudies.png");
    min-height: 60% !important;
    width: 100% !important;
    margin: 30px 0px 0px 0px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #whitepaperleftimagesection h1 {
    font-size: 36px !important;
    text-align: center !important;
    line-height: 50px !important;
    padding: 0px !important;
  }

  #zetawhitepaper1mobile h2 {
    font-size: 24px !important;
  }

  .bannerback h4 {
    line-height: 45px !important;
    margin-bottom: 20px !important;
  }

  #whitepaperheadersection {
    padding: 20px !important;
    background-color: transparent !important;
  }

  #bottomlogo {
    margin: 0px 0px 20px 0px !important;
    text-align: center !important;
  }

  #whitepaperbottomsection input::-moz-placeholder {
    padding-left: 10px !important;
  }

  #whitepaperbottomsection input:-ms-input-placeholder {
    padding-left: 10px !important;
  }

  #whitepaperbottomsection input::placeholder {
    padding-left: 10px !important;
  }

  #whitepaperbottomsection input[id=email] {
    width: 100% !important;
    height: 50px !important;
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
  }

  #whitepaperbottomsection input[type=submit] {
    width: 100% !important;
    height: 50px !important;
    margin: 0px 0px 20px 0px !important;
  }

  #whitepaperbottomsection input[type=submit]:hover {
    width: 100% !important;
    height: 50px !important;
    margin: 0px 0px 20px 0px !important;
  }

  #imagepanel img {
    padding: 0px;
    margin-bottom: 0px;
  }

  #imagepanel h3 {
    font-family: "Lato" !important;
    font-size: 16px !important;
    line-height: 30px;
    color: #000 !important;
    text-align: left;
  }

  #imagepanel .graysquare {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 35px 0px !important;
  }

  #imagepanel .graysquareone {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 15px !important;
  }

  #imagepanel .subscribe {
    border-radius: 16px;
    padding-right: 0px;
    background-color: #333;
    height: 55px;
    border: none;
    margin-top: 30px;
  }

  #socialicon img {
    border-radius: 20px !important;
    margin: 20px 0px 0px !important;
  }

  #whitepaperleftimagesection p.caption {
    text-align: center !important;
  }

  #contactus input {
    border: none !important;
    height: 50px;
    padding: 6px 12px 6px 6px;
  }

  #contactus h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 36px;
    color: #333 !important;
    margin: 0px !important;
  }

  #contactus textarea {
    border: none !important;
    height: 65px !important;
    padding: 6px 12px 6px 6px;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  #contactus input[type=submit] {
    background-color: #eb2226 !important;
    border: none !important;
    color: #fff !important;
  }

  #contactus .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none !important;
    line-height: 1.42857143;
    box-shadow:none !important;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  ul.ourstorylist {
    margin-left: -40px;
  }

  ul.ourstorylist li h4 {
    list-style-type: none;
    line-height: 70px;
    margin: 0px;
  }

  ul.ourstorylist li {
    list-style-type: none;
  }

  #values .values {
    background-image: url("/img/img_values_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
  }

  #values .valuesone {
    background-image: url("/img/img_values_redback.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
  }

  #benefits .benefits {
    border: solid 1px #aeaeae;
    padding: 15px;
    margin: 0px 10px 15px 0px;
    width: 100%;
    height: 250px;
    box-shadow:0px 0px 4px rgba(0,0,0,0.5);
  }
  
  #benefits .benefits:last-child {
    border: solid 1px #aeaeae;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: 250px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  #problems .problems {
    background-image: url("/img/img_services_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 275px;
    box-shadow:0px 0px 4px rgba(0,0,0,0.5);
  }

  #customers .customersgray {
    background-color: #303030;
    padding: 55px 35px 55px 35px !important;
    width: 335px;
    height: auto !important;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Lato";
    margin: 0px 50px;
  }

  #customers .customersred {
    background-color: #eb2226;
    padding: 55px;
    width: 335px;
    height: auto !important;
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height:auto;
    font-family: "Lato";
    margin: 0px 50px;
  }

  #customers .customersred ul {
    margin-left: -15px;
    line-height: 50px;
  }
  
  #subscribe .emailsubscribe { float:left; padding-left:15px; padding-right:15px; border-top-left-radius:16px; border-bottom-left-radius:16px; color:#fff; background-color:#333; height:55px; width:60%; border:none }
  #subscribe .emailsubscribebtn { float:left; color:#fff; border-radius:16px; background-color:#eb2226; height:55px; width:40%; border:none }
  
}

@media all and (min-width: 480px) and (max-width: 768px) {

/*#blogdetailpanel p { text-align:left; }*/
#blogdetailpanel h2 { text-align:left; }
#blogdetailpanel ul {margin-left:-20px }
#blogbannertitle { padding:100px 20px 100px 20px !important }

/* Text Editor Style */
#toolbar [data-wysihtml-action] { float: right; }
#toolbar,  textarea { width: 100%; padding: 10px; -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
textarea { height: 280px; border: 2px solid green; font-family: 'Lato' !important; font-size: 12px; }
.confirmbtn { font-weight:normal !important; font-size:12px !important; font-family: 'Lato' !important; margin:0px !important; background-color:#ff0000 !important; border:solid 0px #666 !important; padding:5px 10px !important; border-radius:4px !important; }
.toolbar label { font-weight:normal !important; font-size:12px !important; font-family: 'Lato' !important; margin:0px !important; }
.toolbar input { height:35px; border: solid 1px #d9d9d9 !important; border-radius:4px !important; margin: 0px 0px 5px 0px !important; width:100% !important; padding:0px 0px 0px 10px !important; }
textarea:focus { color: black; border: 2px solid black; }
.wysihtml-command-active, .wysihtml-action-active { font-weight: bold; }
.toolbar [data-wysihtml-dialog] { margin: 5px 0px; padding: 15px; background-color:#f2f2f2 !important; border-radius:4px !important; }
a[data-wysihtml-command-value="red"] { color: red; }
a[data-wysihtml-command-value="green"] { color: green; }
a[data-wysihtml-command-value="blue"] { color: blue; }
.wysihtml-editor, .wysihtml-editor table td { outline: 1px dotted #abc; }
code { background: #ddd; padding: 10px; white-space: pre; display: block; margin: 1em 0; }
.toolbar { display: block; border-radius: 4px; border: 0px solid #fff !important; margin-bottom: 9px; line-height: 1em; }
.toolbar a { height: 1.5em; border-radius: 3px; font-size: 12px; line-height: 2em; text-decoration: none; color: #666 !important; background: transparent; border: 0px solid #ddd; padding: 0 0.2em; margin: 0px 5px; }
.toolbar a.wysihtml-command-active, .toolbar .wysihtml-action-active { background: transparent; color: #666 !important; }
.toolbar .block { padding: 0px; display: inline-block; background: transparent; border:solid 0px #999 !important; margin: 0px; line-height:35px; text-align:justify; }
div[data-wysihtml-dialog="createTable"] { position: relative; background: white; }
div[data-wysihtml-dialog="createTable"] td { width: 10px; height: 5px; border: 1px solid #666; }
.wysihtml-editor table td.wysiwyg-tmp-selected-cell { outline: 2px solid green; }
.editor-container-tag { padding: 5px 10px; position: relative; color: white; background: rgba(0,0,0,0.8); width: 100px; margin-left: -50px; -webkit-transition: 0.1s left, 0.1s top }
.wrap { max-width: 700px; margin: 0px; }
.editable .wysihtml-uneditable-container { outline: 1px dotted gray; position: relative; }
.editable .wysihtml-uneditable-container-right { float: right; width: 50%; margin-left: 2em; margin-bottom: 1em; }
.editable .wysihtml-uneditable-container-left { float: left; width: 50%; margin-right: 2em; margin-bottom: 1em; }
  
.enquirenowbtn { font-family:'Lato' !important; font-size:16px; color:#fff !important; background-color: #ff0000; border: none; padding: 10px 20px !important; border-radius:8px !important; }
.enquirenowbtn a { color: #fff; font-size: 14px !important; font-family: 'Lato' !important;  font-weight:700 !important; font-style:italic !important; }
.enquirenowbtn:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; border: none; }
.enquirenowbtn:hover a { color: #fff; text-decoration:none; transition:0.3s; }
.enquirenowbtn a:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; }
.enquirenowbtn a:selected { color: #fff; text-decoration:none;   }

.card-body { float:left; width:100%; border:solid 1px #ff0000; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
.card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; font-style:italic; }
.card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
.form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
.btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }

/* Admin Panel Tabs */
#mobileadminpanel .accordion1 { float:left; background-color: rgba(48, 48, 48) !important; color: #fff; cursor: pointer; padding: 10px; width: 100%; border: none; text-align: center; outline: none; font-size: 18px !important; transition: 0.4s; }
#mobileadminpanel .active, .accordion1:hover { background-color: rgba(255, 0, 0) !important; color: #000 !important; border-radius: 0px; border: none; text-align: center; }
#mobileadminpanel .accordion1 h2 { color: #fff !important; }
#mobileadminpanel .paneltab { padding: 0px 10px 0px 10px !important; display: none; border:solid 0px #ff0000; background-color: transparent; color:#fff; overflow: hidden; }

#mobileadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#mobileadminpanel .nav-tabs { border:none !important }
#mobileadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#mobileadminpanel .nav-tabs > li a.active,
#mobileadminpanel .nav-tabs > li a:focus.active, 
#mobileadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

/* News Admin Panel Tabs */
#newsadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#newsadminpanel .nav-tabs { border:none !important }
#newsadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#newsadminpanel .nav-tabs > li a.active,
#newsadminpanel .nav-tabs > li a:focus.active,
#newsadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

/* Blog Admin Panel Tabs */
#blogadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#blogadminpanel .nav-tabs { border:none !important }
#blogadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#blogadminpanel .nav-tabs > li a.active,
#blogadminpanel .nav-tabs > li a:focus.active, 
#blogadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

#tabspanel .panel-default>.panel-heading { color: #fff !important; background-color: #333 !important; border: none !important; border-radius: 0px !important; border-bottom: solid 1px #666 !important; }
#tabspanel .panel-default { border-color: transparent; border: 0px !important; }
#tabspanel #accordion { float:left !important; padding: 0px !important; width: 100% !important; }

#whitepaperbottomsection {
  background-color: #303030;
  box-sizing: border-box;
  padding: 30px;
}
  
  .bannerback2 {
    float: left;
    background-color: #333;
    padding: 20px;
    width: 100%;
  }

  .bannerback {
    float: left;
    background-image: url(../img/img_bannerback.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    text-align: center !important;
    background-color: #333;
    padding: 20px 20px !important;
    background-position: bottom right;
  }

  .bannerback img {
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
  }

  .bannerback h1 {
    font-family: "Fauna One" !important;
    font-size: 24px !important;
    line-height:38px !important;
    color: #aeaeae !important;
    padding: 0px !important;
  }

  .bannerback h2 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 27px;
    color: #aeaeae !important;
    margin-top: 10px;
    margin-bottom: 0px !important;
  }

  .bannerback h4 {
    font-family: "Lato" !important;
    font-weight: 100 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #fff !important;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }

  .bannerback .logocaption {
    width: 100%;
    color: #aeaeae;
    text-align: center;
    font-style: italic;
    font-family: "Lato" !important;
    font-size: 13px !important;
    color: #aeaeae !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }


 

  .benefitstitle {
    border-bottom: solid 2px #eb2226;
    width: 32% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .ourcustomers {
    border-bottom: solid 2px #eb2226;
    width: 34% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .problemswesolve {
    border-bottom: solid 2px #eb2226;
    width: 36% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .whytechnomine {
    border-bottom: solid 2px #eb2226;
    width: 72% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .casestudiestitle {
    border-bottom: solid 2px #eb2226;
    width: 34% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .ourstory {
    border-bottom: solid 2px #eb2226;
    width: 32% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }
  .valuestitle {
    width: 32% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 24px !important;
  }


  .casestudies input.btn-danger {
    font-family: "Lato" !important;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    width: 155px;
    height: 50px !important;
    background-color: #ff0000 !important;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: inherit !important;
    border: solid 0px #fff !important;
    border-radius: 8px !important;
  }

  .casestudies input.btn-danger:hover {
    font-family: "Lato" !important;
    font-size: 18px;
    color: #f2f2f2 !important;
    width: 155px;
    height: 50px !important;
    background-color: transparent !important;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #f2f2f2 !important;
    border-radius: 8px !important;
  }

  .casestudies div.btn-danger {
    font-family: "Lato" !important;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    width: 155px;
    height: 50px !important;
    background-color: #ff0000 !important;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: inherit !important;
    border: solid 0px #fff !important;
    border-radius: 8px !important;
  }

  .casestudies div.btn-danger:hover {
    font-family: "Lato" !important;
    font-size: 18px;
    color: #f2f2f2 !important;
    width: 155px;
    height: 50px !important;
    background-color: transparent !important;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #f2f2f2 !important;
    border-radius: 8px !important;
  }

  .casestudies button.btn-danger {
    font-family: "Lato", sans-serif !important;
    font-size: 18px !important;
    color: #f2f2f2 !important;
    height: 55px !important;
    background-color: transparent !important;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #f2f2f2 !important;
    border-radius: 4px !important;
  }

  .casestudies button.btn-danger:last-child {
    margin-left: 7px !important;
  }

  .casestudies button.btn-danger:hover {
    font-family: "Lato", sans-serif !important;
    font-size: 18px !important;
    color: #fff !important;
    height: 55px !important;
    background-color: #ff0000 !important;
    border: solid 0px #fff !important;
    border-radius: 4px !important;
  }

  .sidemenutitle {
    padding: 0px 0px 0px 15px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ff0000;
  }

  #sidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #sidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 0px 0px 0px 0px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #sidemenutabs ul li a {
    text-decoration: none;
  }

  #desktopsidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #desktopsidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 10px 10px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #bannerback2 .hamburgermenu {
  background-image:url('../img/icon_hamburgermenu.png');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 30px;
  margin: 30px 20px 30px 0px !important;
  border: none;
  background: transparent;
  color: #fff;
}

  #bannerback2 .logo {
    width: 100%;
    height: 30px;
    background-image: url("/img/img_logo_gray.png");
    background-position: bottom center !important;
    background-repeat: no-repeat;
  }

  #bannerback2 h2 {
    width: 100%;
  }

  #casestudies .casestudyimageone {
    font-size: 11px;
    line-height: 15px;
    padding: 135px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 22px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagetwo {
    font-size: 11px;
    line-height: 15px;
    padding: 135px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 22px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagethree {
    font-size: 11px;
    line-height: 15px;
    padding: 135px 16px;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 22px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #whitepaperleftimagesection h1 {
    font-size: 36px !important;
    text-align: center !important;
    line-height: 50px !important;
    padding: 0px !important;
  }

  #zetawhitepaper1mobile h2 {
    font-size: 24px !important;
  }

  #whitepaperheadersection {
    padding: 20px !important;
    background-color: transparent !important;
  }

  #bottomlogo {
    margin: 0px 0px 20px 0px !important;
    text-align: center !important;
  }

  #whitepaperbottomsection input::-moz-placeholder {
    padding-left: 10px !important;
  }

  #whitepaperbottomsection input:-ms-input-placeholder {
    padding-left: 10px !important;
  }

  #whitepaperbottomsection input::placeholder {
    padding-left: 10px !important;
  }

  #whitepaperbottomsection input[id=email] {
    width: 100% !important;
    height: 50px !important;
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
  }

  #whitepaperbottomsection input[type=submit] {
    width: 100% !important;
    height: 50px !important;
  }

  #whitepaperbottomsection input[type=submit]:hover {
    width: 100% !important;
    height: 50px !important;
  }

  #imagepanel img {
    padding: 0px;
    margin-bottom: 15px;
  }
  
  

  #imagepanel h3 {
    font-family: "Lato" !important;
    font-size: 22px;
    line-height: 30px;
    color: #000 !important;
    text-align: left;
  }

  #imagepanel .graysquare {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 75px 0px;
  }

  #imagepanel .graysquareone {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 15px;
  }

  #imagepanel .subscribe {
    border-radius: 16px;
    padding-right: 0px;
    background-color: #333;
    height: 55px;
    border: none;
    margin-top: 30px;
  }

  #socialicon img {
    border-radius: 20px !important;
    margin: 20px 0px 0px !important;
  }

  #whitepaperleftimagesection p.caption {
    text-align: center !important;
  }

  #contactus input {
    border: none !important;
    height: 50px;
    padding: 6px 12px 6px 6px;
  }

  #contactus h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 36px;
    color: #333 !important;
  }

  #contactus textarea {
    border: none !important;
    height: 65px !important;
    padding: 6px 12px 6px 6px;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  #contactus input[type=submit] {
    background-color: #eb2226 !important;
    border: none !important;
    color: #fff !important;
  }

  #contactus .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none !important;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  ul.ourstorylist {
    margin-left: -40px;
  }

  ul.ourstorylist li h4 {
    list-style-type: none;
    line-height: 70px;
    margin: 0px;
  }

  ul.ourstorylist li {
    list-style-type: none;
  }

  #values .values {
    background-image: url("/img/img_values_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
  }

  #values .valuesone {
    background-image: url("/img/img_values_redback.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
  }

  #benefits .benefits {
    border: solid 1px #aeaeae;
    padding: 15px;
    margin: 0px 10px 15px 0px;
    width: 48.5% !important;
    height: 250px !important;
    box-shadow:0px 0px 4px rgba(0,0,0,0.5);
  }
  
  #benefits .benefits:last-child {
    border: solid 1px #aeaeae;
    padding: 10px;
    margin: 0px 10px 10px 0px;
    width: 100% !important;
    height: 250px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  #problems .problems {
    background-image: url("/img/img_services_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 275px;
    box-shadow:0px 0px 4px rgba(0,0,0,0.5);
  }

  #customers .customersgray {
    background-color: #303030;
    padding: 45px !important;
    width: 100% !important;
    height: auto !important;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Lato";
    margin: 0px !important;
  }

  #customers .customersred {
    background-color: #eb2226;
    padding: 50px 35px 55px 35px !important;
    width: 100% !important;
    height: auto !important;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height:auto;
    font-family: "Lato";
    margin: 0px !important;
  }

  #customers .customersred ul {
    margin-left: -15px;
    line-height: 50px;
  }
  
  #subscribe .emailsubscribe { float:left; padding-left:15px; padding-right:15px; border-top-left-radius:16px; border-bottom-left-radius:16px; color:#fff; background-color:#333; height:55px; width:60%; border:none }
  #subscribe .emailsubscribebtn { float:left; color:#fff; border-radius:16px; background-color:#eb2226; height:55px; width:40%; border:none }
}

@media all and (min-width: 768px) and (max-width: 1024px) {

#blogdetailpanel ul {margin-left:-20px }
#blogbannertitle { padding:100px 100px 100px 100px !important }

.enquirenowbtn { font-family:'Lato' !important; font-size:16px; color:#fff !important; background-color: #ff0000; border: none; padding: 10px 20px !important; border-radius:8px !important; }
.enquirenowbtn a { color: #fff; font-size: 14px !important; font-family: 'Lato' !important;  font-weight:700 !important; font-style:italic !important; }
.enquirenowbtn:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; border: none; }
.enquirenowbtn:hover a { color: #fff; text-decoration:none; transition:0.3s; }
.enquirenowbtn a:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; }
.enquirenowbtn a:selected { color: #fff; text-decoration:none;   }

.card-body { float:left; width:100%; border:solid 1px #ff0000; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
.card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; font-style:italic; }
.card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
.form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
.btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }


/* News Admin Panel Tabs */
#newsadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#newsadminpanel .nav-tabs { border:none !important }
#newsadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#newsadminpanel .nav-tabs > li a.active,
#newsadminpanel .nav-tabs > li a:focus.active,
#newsadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

/* Blog Admin Panel Tabs */
#blogadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#blogadminpanel .nav-tabs { border:none !important }
#blogadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#blogadminpanel .nav-tabs > li a.active,
#blogadminpanel .nav-tabs > li a:focus.active, 
#blogadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

    #whitepaperbottomsection {
  background-color: #303030;
  box-sizing: border-box;
  padding: 30px 60px;
}


  #imagepanel img {
    padding: 0px;
    margin-bottom: 0px;
    margin-right: -2px;
  }

  #imagepanel h3 {
    font-family: "Lato" !important;
    font-size: 22px;
    line-height: 30px;
    color: #000 !important;
    text-align: left;
  }

  #imagepanel .graysquare {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 75px 0px;
  }

  #imagepanel .graysquareone {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 35px;
  }

  #imagepanel .subscribe {
    border-radius: 16px;
    padding-right: 0px;
    background-color: #333;
    height: 55px;
    border: none;
    margin-top: 30px;
  }

  #whitepaperleftimagesection p.caption {
    text-align: center !important;
  }

  #socialicon img {
    border-radius: 20px !important;
    margin: 20px 0px 0px !important;
  }



 

  .benefitstitle {
    border-bottom: solid 2px #eb2226;
    width: 22% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 32px !important;
  }
  .ourcustomers {
    border-bottom: solid 2px #eb2226;
    width: 40% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 32px !important;
  }
  .problemswesolve {
    border-bottom: solid 2px #eb2226;
    width: 48% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 32px !important;
  }
  .whytechnomine {
    border-bottom: solid 2px #eb2226;
    width: 80% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 32px !important;
  }
  .casestudiestitle {
    border-bottom: solid 2px #eb2226;
    width: 33% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 32px !important;
  }
  .ourstory {
    border-bottom: solid 2px #eb2226;
    width: 25% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 32px !important;
  }
  .valuestitle {
    border-bottom: solid 2px #eb2226;
    width: 20% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 32px !important;
  }



  .sidemenutitle {
    padding: 0px 0px 0px 15px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ff0000;
  }

  #sidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #sidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 0px 0px 0px 0px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #sidemenutabs ul li a {
    text-decoration: none;
  }

  #desktopsidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #desktopsidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 10px 10px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #bannerback2 .hamburgermenu {
  background-image:url('../img/icon_hamburgermenu.png');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 30px;
  margin: 30px 20px 30px 0px !important;
  border: none;
  background: transparent;
  color: #fff;
}

  #bannerback2 .logo {
    width: 100%;
    height: 30px;
    background-image: url("/img/img_logo_gray.png");
    background-position: bottom left;
    background-repeat: no-repeat;
  }

  #bannerback2 h2 {
    width: 100%;
  }

  #contactus input {
    border: none !important;
    height: 50px;
    padding: 6px 12px 6px 6px;
  }

  #contactus h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 36px;
    color: #333 !important;
    margin: 0px !important;
  }

  #contactus textarea {
    border: none !important;
    height: 65px !important;
    padding: 6px 12px 6px 6px;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  #contactus input[type=submit] {
    background-color: #eb2226 !important;
    border: none !important;
    color: #fff !important;
  }

  #contactus .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none !important;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  ul.ourstorylist {
    margin-left: -40px;
  }

  ul.ourstorylist li h4 {
    list-style-type: none;
    line-height: 70px;
    margin: 0px;
  }

  ul.ourstorylist li {
    list-style-type: none;
  }

  #values .values {
    background-image: url("/img/img_values_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
  }

  #values .valuesone {
    background-image: url("/img/img_values_redback.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
  }

  #benefits .benefits {
    border: solid 1px #aeaeae;
    padding: 15px;
    margin: 0px 10px 15px 0px;
    width: 100%;
    height: 280px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }
  

  #problems .problems {
    background-image: url("/img/img_services_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 275px;
  }

  #customers .customersgray {
    background-color: #303030;
    padding: 45px;
    width: 50% !important;
    height: 345px !important;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Lato";
    /*margin: 0px 50px;*/
  }

  #customers .customersred {
    background-color: #eb2226;
    padding: 45px;
    width: 50% !important;
    height: 345px !important;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height:40px !important;
    font-family: "Lato";
    /*margin: 0px 50px;*/
  }

  #customers .customersred ul {
    margin-left: -15px;
    line-height: 50px;
  }
  
  #subscribe .emailsubscribe { float:left; padding-left:15px; padding-right:15px; border-top-left-radius:16px; border-bottom-left-radius:16px; color:#fff; background-color:#333; height:55px; width:60%; border:none }
  #subscribe .emailsubscribebtn { float:left; color:#fff; border-radius:16px; background-color:#eb2226; height:55px; width:40%; border:none }
}

@media all and (min-width: 1024px) and (max-width: 1320px) {

#blogdetailpanel ul {margin-left:-20px }
#blogbannertitle { padding:100px 20px 100px 20px !important }

/* News Admin Panel Tabs */
#newsadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#newsadminpanel .nav-tabs { border:none !important }
#newsadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#newsadminpanel .nav-tabs > li a.active,
#newsadminpanel .nav-tabs > li a:focus.active,
#newsadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

/* Blog Admin Panel Tabs */
#blogadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#blogadminpanel .nav-tabs { border:none !important }
#blogadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#blogadminpanel .nav-tabs > li a.active,
#blogadminpanel .nav-tabs > li a:focus.active, 
#blogadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }
    
.enquirenowbtn { font-family:'Lato' !important; font-size:16px; color:#fff !important; background-color: #ff0000; border: none; padding: 10px 20px !important; border-radius:8px !important; }
.enquirenowbtn a { color: #fff; font-size: 14px !important; font-family: 'Lato' !important;  font-weight:700 !important; font-style:italic !important; }
.enquirenowbtn:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; border: none; }
.enquirenowbtn:hover a { color: #fff; text-decoration:none; transition:0.3s; }
.enquirenowbtn a:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; }
.enquirenowbtn a:selected { color: #fff; text-decoration:none;   }
    
.card-body { float:left; width:100%; border:solid 1px #ff0000; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }
.card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; font-style:italic; }
.card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
.form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
.btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }

.bannerback { float: left; background-image: url(../img/img_bannerback.png); background-repeat: no-repeat; background-size: cover !important; padding: 50px 25px !important; background-position: bottom right; }
  
#whitepaperbottomsection { background-color: #303030; box-sizing: border-box; padding: 55px 125px 25px 125px }
#whitepaperbottomsection a { color:#fff; text-decoration: none; letter-spacing:0.5px }

.bannerback img { height: auto; width: 100%; margin-bottom: 40px; background-color: transparent; }
.bannerback h1 { font-family: "Fauna One" !important; font-weight: 100 !important; font-size: 24px !important; line-height:38px !important; color: #fff !important; margin-top: 40px; }
.bannerback h2 { font-family: "Fauna One" !important; font-weight: 100 !important; font-size: 23.9px; color: #aeaeae !important; margin-top: 10px; margin-bottom: 0px; }
.bannerback h4 { font-family: "Lato" !important; font-weight: 100 !important; font-size: 16px !important; line-height: 24px !important; color: #fff !important; margin-top: 30px; margin-bottom: 40px; }
.bannerback .logocaption { width: 37% !important; color: #aeaeae; text-align: center; font-style: italic; font-family: "Lato" !important; font-size: 13px !important; color: #aeaeae !important; margin-top: 0px !important; margin-bottom: 40px !important }
.bannerback #btn_email { font-family: "Lato" !important; font-size: 24px !important; color: #f2f2f2 !important; width: 20em !important; height: 55px !important; background-color: transparent !important; border: solid 1px #f2f2f2 !important; border-radius: 4px !important; margin-bottom: 10px !important }

.benefitstitle { border-bottom: solid 2px #eb2226; width: 17% !important; text-align: center; font-family: "Fauna One"; font-size: 32px !important; }
.ourcustomers { border-bottom: solid 2px #eb2226; width: 30% !important; text-align: center; font-family: "Fauna One"; font-size: 32px !important; }
.problemswesolve { border-bottom: solid 2px #eb2226; width: 36% !important; text-align: center; font-family: "Fauna One"; font-size: 32px !important; }
.whytechnomine { border-bottom: solid 2px #eb2226; width: 60% !important; text-align: center; font-family: "Fauna One"; font-size: 32px !important; }
.casestudiestitle { border-bottom: solid 2px #eb2226; width: 25% !important; text-align: center; font-family: "Fauna One"; font-size: 32px !important; }
.ourstory { border-bottom: solid 2px #eb2226; width: 20% !important; text-align: center; font-family: "Fauna One"; font-size: 32px !important; }
.valuestitle { border-bottom: solid 2px #eb2226; width: 12% !important; text-align: center; font-family: "Fauna One"; font-size: 32px !important; }
#imagepanel img { padding: 0px; margin-bottom: 0px; margin-right: -2px; }
#imagepanel h3 { font-family: "Lato" !important; font-size: 20px !important; line-height: 30px; color: #000 !important; }
#imagepanel .graysquare { font-family: "Lato"; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6); padding: 75px 0px; }
#imagepanel .graysquareone { font-family: "Lato"; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6); padding: 35px; }
#imagepanel .subscribe { border-radius: 16px; padding-right: 0px; background-color: #333; height: 55px; border: none; margin-top: 30px; }

  #whitepaperleftimagesection p.caption {
    text-align: center !important;
  }

  #socialicon img {
    border-radius: 20px !important;
    margin: 20px 0px 0px !important;
  }

  .sidemenutitle {
    padding: 0px 0px 0px 15px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ff0000;
  }

  #sidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #sidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 0px 0px 0px 0px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #sidemenutabs ul li a {
    text-decoration: none;
  }

  #desktopsidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #desktopsidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 10px 10px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #bannerback2 .hamburgermenu {
  background-image:url('../img/icon_hamburgermenu.png');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 30px;
  margin: 30px 20px 30px 0px !important;
  border: none;
  /*background: transparent;*/
  color: #fff;
}

  #bannerback2 .logo {
    width: 51%;
    height: 30px;
    background-image: url("/img/img_logo_gray.png");
    background-position: bottom left;
    background-repeat: no-repeat;
  }

  #bannerback2 h2 {
    width: 100%;
  }

  #casestudies .casestudyimageone {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 9px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagetwo {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 10px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagethree {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 9px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #contactus input {
    border: none !important;
    height: 50px;
  }

  #contactus h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 36px;
    color: #333 !important;
    margin: 0px !important;
  }

  #contactus textarea {
    border: none !important;
    height: 65px !important;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  #contactus input[type=submit] {
    background-color: #eb2226 !important;
    border: none !important;
    color: #fff !important;
  }

  #contactus .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none !important;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  ul.ourstorylist {
    margin-left: -40px;
  }

  ul.ourstorylist li h4 {
    list-style-type: none;
    line-height: 70px;
    margin: 0px;
  }

  ul.ourstorylist li {
    list-style-type: none;
  }

  #values .values {
    background-image: url("/img/img_values_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
    background-size: contain;
  }

  #values .valuesone {
    background-image: url("/img/img_values_redback.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
    background-size: contain;
  }

  #benefits .benefits {
    border: solid 1px #aeaeae;
    padding: 15px;
    margin: 0px 10px 15px 0px;
    width: 23.9% !important;
    height: 280px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }
  
  #benefits .benefits:last-child {
    border: solid 1px #aeaeae;
    padding: 10px;
    margin: 0px 10px 0px 0px;
    width: 24.5%;
    height: 280px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  #problems .problems {
    background-image: url("/img/img_services_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 275px;
  }

  #customers .customersgray {
    background-color: #303030;
    padding: 55px 45px;
    width: 49%;
    height: 325px !important;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: "Lato";
    margin: 0px;
  }

  #customers .customersred {
    background-color: #eb2226;
    padding: 65px;
    width: 49%;
    height: 325px !important;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height:38px !important;
    font-family: "Lato";
    margin: 0px;
  }

  #customers .customersred ul {
    margin-left: -15px;
    line-height: 50px;
  }
  
  .enquirenowbtn { font-family:'Lato' !important; font-size:16px; color:#fff !important; background-color: #ff0000; border: none; padding: 10px 20px !important; border-radius:8px !important; }
    .enquirenowbtn a { color: #fff; font-size: 14px !important; font-family: 'Lato' !important;  font-weight:700 !important; font-style:italic !important; }
    .enquirenowbtn:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; border: none; }
    .enquirenowbtn:hover a { color: #fff; text-decoration:none; transition:0.3s; }
    .enquirenowbtn a:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; }
    .enquirenowbtn a:selected { color: #fff; text-decoration:none;   }
  
  #subscribe .emailsubscribe { float:left; padding-left:15px; padding-right:15px; border-top-left-radius:16px; border-bottom-left-radius:16px; color:#fff; background-color:#333; height:55px; width:60%; border:none }
  #subscribe .emailsubscribebtn { float:left; color:#fff; border-radius:16px; background-color:#eb2226; height:55px; width:40%; border:none }
}

@media all and (min-width: 1320px) {
    
#blogdetailpanel ul {margin-left:-20px }    
#blogbannertitle { padding:150px 0px 150px 142px !important }

/* News Admin Panel Tabs */
#newsadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#newsadminpanel .nav-tabs { border:none !important }
#newsadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#newsadminpanel .nav-tabs > li a.active,
#newsadminpanel .nav-tabs > li a:focus.active,
#newsadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

/* Blog Admin Panel Tabs */
#blogadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#blogadminpanel .nav-tabs { border:none !important }
#blogadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important; }
#blogadminpanel .nav-tabs > li a.active,
#blogadminpanel .nav-tabs > li a:focus.active, 
#blogadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

#blogsupload .form-control { display: block; width: 100% !important; height: 45px; padding: 6px 12px; font-family: 'Lato' !important; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none;
border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
#blogsupload label { display: inline-block; max-width: 100%; font-family:'Lato' !important; margin-bottom: 5px; font-weight: 700; }
#blogsupload .form-group { margin-bottom: 15px !important; }
#blogsupload .form-group:last-child { margin-bottom: 0px !important; }

.enquirenowbtn { font-family:'Lato' !important; font-size:16px; color:#fff !important; background-color: #ff0000; border: none; padding: 10px 20px !important; border-radius:8px !important; }
.enquirenowbtn a { color: #fff; font-size: 14px !important; font-family: 'Lato' !important;  font-weight:700 !important; font-style:italic !important; }
.enquirenowbtn:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; border: none; }
.enquirenowbtn:hover a { color: #fff; text-decoration:none; transition:0.3s; }
.enquirenowbtn a:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; }
.enquirenowbtn a:selected { color: #fff; text-decoration:none;   }

/*.card-body { float:left; width:100%; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }*/
.card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; }
.card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
.form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
.btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }

.card-body { float: left; width: 100%; border: solid 1px #ff0000; background: #fff; padding: 15px; font-size: 16px; font-family: 'Lato' !important; font-weight: 100; }



    #whitepaperbottomsection { background-color: #303030; box-sizing: border-box; padding: 75px 125px 35px 125px }
    #whitepaperbottomsection a { color:#fff; text-decoration: none; letter-spacing:0.5px }

    input:-internal-autofill-selected { background-color:transparent !important; }
  
  .bannerback2 {
    float: left;
    background-color: #333;
    padding: 20px;
    width: 100%;
  }

  .bannerback {
    float: left;
    background-image: url(../img/img_bannerback.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 75px 125px !important;
    background-position: bottom right;
  }

  .bannerback img {
    height: auto;
    width: 50%;
    margin-bottom: 40px;
    background-color: transparent;
  }

  .bannerback h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 24px !important;
    line-height:38px !important;
    color: #fff !important;
    margin-top: 40px;
  }

  .bannerback h2 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 23.9px;
    color: #aeaeae !important;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .bannerback h4 {
    font-family: "Lato" !important;
    font-weight: 100 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #fff !important;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .bannerback .logocaption {
    width: 37% !important;
    color: #aeaeae;
    text-align: center;
    font-style: italic;
    font-family: "Lato" !important;
    font-size: 13px !important;
    color: #aeaeae !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }

  .bannerback #btn_email {
    font-family: "Lato" !important;
    font-size: 24px !important;
    color: #f2f2f2 !important;
    width: 20em !important;
    height: 55px !important;
    background-color: transparent !important;
    border: solid 1px #f2f2f2 !important;
    border-radius: 4px !important;
    margin-bottom: 10px !important;
  }

  #imagepanel img {
    padding: 0px;
    margin-bottom: 0px;
    margin-right: -2px;
  }

  #imagepanel h3 {
    font-family: "Lato" !important;
    font-size: 20px !important;
    line-height: 30px;
    color: #000 !important;
  }

  #imagepanel .graysquare {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 75px 0px;
  }

  #imagepanel .graysquareone {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 35px;
  }

  #imagepanel .subscribe {
    border-radius: 16px;
    padding-right: 0px;
    background-color: #333;
    height: 55px;
    border: none;
    margin-top: 30px;
  }

  #whitepaperleftimagesection p.caption {
    text-align: center !important;
  }

  #socialicon img {
    border-radius: 20px !important;
    margin: 20px 0px 0px !important;
  }



  .benefitstitle {
    border-bottom: solid 2px #eb2226;
    width: 16% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .ourcustomers {
    border-bottom: solid 2px #eb2226;
    width: 30% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .problemswesolve {
    border-bottom: solid 2px #eb2226;
    width: 37% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .whytechnomine {
    border-bottom: solid 2px #eb2226;
    width: 61% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .casestudiestitle {
    border-bottom: solid 2px #eb2226;
    width: 25% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .ourstory {
    border-bottom: solid 2px #eb2226;
    width: 20% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .valuestitle {
    border-bottom: solid 2px #eb2226;
    width: 13% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .sidemenutitle {
    padding: 0px 0px 0px 15px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ff0000;
  }
  
  
  

  #sidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #sidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 0px 0px 0px 0px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #sidemenutabs ul li a {
    text-decoration: none;
  }

  #desktopsidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #desktopsidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 10px 10px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #bannerback2 .hamburgermenu {
  background-image:url('../img/icon_hamburgermenu.png');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 30px;
  margin: 30px 20px 30px 0px !important;
  border: none;
  /*background: transparent;*/
  color: #fff;
}

  #bannerback2 .logo {
    width: 51% !important;
    height: 30px;
    background-image: url("/img/img_logo_gray.png");
    background-position: bottom left;
    background-repeat: no-repeat;
  }

  #bannerback2 h2 {
    width: 100%;
  }

  #casestudies .casestudyimageone {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 19px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagetwo {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 25px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagethree {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 25px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #contactus input {
    border: none !important;
    height: 50px;
  }

  #contactus h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 36px;
    color: #333 !important;
    margin: 0px !important;
  }

  #contactus textarea {
    border: none !important;
    height: 65px !important;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  #contactus input[type=submit] {
    background-color: #eb2226 !important;
    border: none !important;
    color: #fff !important;
  }

  #contactus .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none !important;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  ul.ourstorylist {
    margin-left: -40px;
  }

  ul.ourstorylist li h4 {
    list-style-type: none;
    line-height: 70px;
    margin: 0px;
  }

  ul.ourstorylist li {
    list-style-type: none;
  }

  #values .values {
    background-image: url("/img/img_values_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 175px;
    background-size: contain;
  }

  #values .valuesone {
    background-image: url("/img/img_values_redback.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
    background-size: contain;
  }

  #benefits .benefits {
    border: solid 1px #aeaeae;
    padding: 15px;
    margin: 0px 10px 15px 0px;
    width: 24.5%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    height: 280px;
  }
  
  /*#benefits .benefits:last-child {*/
  /*  border: solid 1px #aeaeae;*/
  /*  padding: 10px;*/
  /*  margin: 0px 0px 0px 0px;*/
  /*  width: 24.5%;*/
  /*  height: 280px;*/
  /*}*/

  #problems .problems {
    background-image: url("/img/img_services_back.png");
    background-size: contain !important;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 275px;
  }

  #customers .customersgray {
    background-color: #303030;
    padding: 55px;
    width: 49% !important;
    height: 355px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Lato";
    margin: 0px !important;
  }

  #customers .customersred {
    background-color: #eb2226;
    padding: 55px;
    width: 49% !important;
    height: 355px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height:40px;
    font-family: "Lato";
    margin: 0px !important;
  }

  #customers .customersred ul {
    margin-left: -15px;
    line-height: 50px;
  }
  
  #subscribe .emailsubscribe { float:left; padding-left:15px; padding-right:15px; border-top-left-radius:16px; border-bottom-left-radius:16px; color:#fff; background-color:#333; height:55px; width:60%; border:none }
  #subscribe .emailsubscribebtn { float:left; color:#fff; border-radius:16px; background-color:#eb2226; height:55px; width:40%; border:none }
}



@media all and (min-width: 1200px) and (max-width: 2640px) {
    
    
#blogdetailpanel ul {margin-left:-20px }    
#blogbannertitle { padding:150px 0px 150px 142px !important }

/* News Admin Panel Tabs */
#newsadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#newsadminpanel .nav-tabs { border:none !important }
#newsadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#newsadminpanel .nav-tabs > li a.active,
#newsadminpanel .nav-tabs > li a:focus.active,
#newsadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

/* Blog Admin Panel Tabs */
#blogadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#blogadminpanel .nav-tabs { border:none !important }
#blogadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important; }
#blogadminpanel .nav-tabs > li a.active,
#blogadminpanel .nav-tabs > li a:focus.active, 
#blogadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

#blogsupload .form-control { display: block; width: 100% !important; height: 45px; padding: 6px 12px; font-family: 'Lato' !important; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none;
border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
#blogsupload label { display: inline-block; max-width: 100%; font-family:'Lato' !important; margin-bottom: 5px; font-weight: 700; }
#blogsupload .form-group { margin-bottom: 15px !important; }
#blogsupload .form-group:last-child { margin-bottom: 0px !important; }

.enquirenowbtn { font-family:'Lato' !important; font-size:16px; color:#fff !important; background-color: #ff0000; border: none; padding: 10px 20px !important; border-radius:8px !important; }
.enquirenowbtn a { color: #fff; font-size: 14px !important; font-family: 'Lato' !important;  font-weight:700 !important; font-style:italic !important; }
.enquirenowbtn:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; border: none; }
.enquirenowbtn:hover a { color: #fff; text-decoration:none; transition:0.3s; }
.enquirenowbtn a:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; }
.enquirenowbtn a:selected { color: #fff; text-decoration:none;   }

/*.card-body { float:left; width:100%; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }*/
.card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; }
.card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
.form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
.btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }

.card-body { float: left; width: 100%; border: solid 1px #ff0000; background: #fff; padding: 15px; font-size: 16px; font-family: 'Lato' !important; font-weight: 100; }



    #whitepaperbottomsection { background-color: #303030; box-sizing: border-box; padding: 75px 125px 35px 125px }
    #whitepaperbottomsection a { color:#fff; text-decoration: none; letter-spacing:0.5px }

    input:-internal-autofill-selected { background-color:transparent !important; }
  
  .bannerback2 {
    float: left;
    background-color: #333;
    padding: 20px;
    width: 100%;
  }

  .bannerback {
    float: left;
    background-image: url(../img/img_bannerback.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 75px 125px !important;
    background-position: bottom right;
  }

  .bannerback img {
    height: auto;
    width: 50%;
    margin-bottom: 40px;
    background-color: transparent;
  }

  .bannerback h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 24px !important;
    line-height:38px !important;
    color: #fff !important;
    margin-top: 40px;
  }

  .bannerback h2 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 23.9px;
    color: #aeaeae !important;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .bannerback h4 {
    font-family: "Lato" !important;
    font-weight: 100 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #fff !important;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .bannerback .logocaption {
    width: 37% !important;
    color: #aeaeae;
    text-align: center;
    font-style: italic;
    font-family: "Lato" !important;
    font-size: 13px !important;
    color: #aeaeae !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }

  .bannerback #btn_email {
    font-family: "Lato" !important;
    font-size: 24px !important;
    color: #f2f2f2 !important;
    width: 20em !important;
    height: 55px !important;
    background-color: transparent !important;
    border: solid 1px #f2f2f2 !important;
    border-radius: 4px !important;
    margin-bottom: 10px !important;
  }

  #imagepanel img {
    padding: 0px;
    margin-bottom: 0px;
    margin-right: -2px;
  }

  #imagepanel h3 {
    font-family: "Lato" !important;
    font-size: 20px !important;
    line-height: 30px;
    color: #000 !important;
  }

  #imagepanel .graysquare {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 75px 0px;
  }

  #imagepanel .graysquareone {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 35px;
  }

  #imagepanel .subscribe {
    border-radius: 16px;
    padding-right: 0px;
    background-color: #333;
    height: 55px;
    border: none;
    margin-top: 30px;
  }

  #whitepaperleftimagesection p.caption {
    text-align: center !important;
  }

  #socialicon img {
    border-radius: 20px !important;
    margin: 20px 0px 0px !important;
  }



  .benefitstitle {
    border-bottom: solid 2px #eb2226;
    width: 16% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .ourcustomers {
    border-bottom: solid 2px #eb2226;
    width: 30% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .problemswesolve {
    border-bottom: solid 2px #eb2226;
    width: 37% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .whytechnomine {
    border-bottom: solid 2px #eb2226;
    width: 61% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .casestudiestitle {
    border-bottom: solid 2px #eb2226;
    width: 25% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .ourstory {
    border-bottom: solid 2px #eb2226;
    width: 20% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .valuestitle {
    border-bottom: solid 2px #eb2226;
    width: 13% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .sidemenutitle {
    padding: 0px 0px 0px 15px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ff0000;
  }
  
  
  

  #sidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #sidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 0px 0px 0px 0px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #sidemenutabs ul li a {
    text-decoration: none;
  }

  #desktopsidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #desktopsidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 10px 10px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #bannerback2 .hamburgermenu {
  background-image:url('../img/icon_hamburgermenu.png');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 30px;
  margin: 30px 20px 30px 0px !important;
  border: none;
  /*background: transparent;*/
  color: #fff;
}

  #bannerback2 .logo {
    width: 51% !important;
    height: 30px;
    background-image: url("/img/img_logo_gray.png");
    background-position: bottom left;
    background-repeat: no-repeat;
  }

  #bannerback2 h2 {
    width: 100%;
  }

  #casestudies .casestudyimageone {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 19px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagetwo {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 25px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagethree {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 25px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #contactus input {
    border: none !important;
    height: 50px;
  }

  #contactus h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 36px;
    color: #333 !important;
    margin: 0px !important;
  }

  #contactus textarea {
    border: none !important;
    height: 65px !important;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  #contactus input[type=submit] {
    background-color: #eb2226 !important;
    border: none !important;
    color: #fff !important;
  }

  #contactus .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none !important;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  ul.ourstorylist {
    margin-left: -40px;
  }

  ul.ourstorylist li h4 {
    list-style-type: none;
    line-height: 70px;
    margin: 0px;
  }

  ul.ourstorylist li {
    list-style-type: none;
  }

  #values .values {
    background-image: url("/img/img_values_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 175px;
    background-size: contain;
  }

  #values .valuesone {
    background-image: url("/img/img_values_redback.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
    background-size: contain;
  }

  #benefits .benefits {
    border: solid 1px #aeaeae;
    padding: 15px;
    margin: 0px 10px 15px 0px;
    width: 100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    height: 250px;
  }
  
  /*#benefits .benefits:last-child {*/
  /*  border: solid 1px #aeaeae;*/
  /*  padding: 10px;*/
  /*  margin: 0px 0px 0px 0px;*/
  /*  width: 24.5%;*/
  /*  height: 280px;*/
  /*}*/

  #problems .problems {
    background-image: url("/img/img_services_back.png");
    background-size: contain !important;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 275px;
  }

  #customers .customersgray {
    background-color: #303030;
    padding: 55px;
    width: 49% !important;
    height: 355px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Lato";
    margin: 0px !important;
  }

  #customers .customersred {
    background-color: #eb2226;
    padding: 55px;
    width: 49% !important;
    height: 355px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height:40px;
    font-family: "Lato";
    margin: 0px !important;
  }

  #customers .customersred ul {
    margin-left: -15px;
    line-height: 50px;
  }
  
  #subscribe .emailsubscribe { float:left; padding-left:15px; padding-right:15px; border-top-left-radius:16px; border-bottom-left-radius:16px; color:#fff; background-color:#333; height:55px; width:60%; border:none }
  #subscribe .emailsubscribebtn { float:left; color:#fff; border-radius:16px; background-color:#eb2226; height:55px; width:40%; border:none }
    
}


@media all and (min-width: 1440px) and (max-width: 2960px) {
    
#blogdetailpanel ul {margin-left:-20px }    
#blogbannertitle { padding:150px 0px 150px 142px !important }

/* News Admin Panel Tabs */
#newsadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#newsadminpanel .nav-tabs { border:none !important }
#newsadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important }
#newsadminpanel .nav-tabs > li a.active,
#newsadminpanel .nav-tabs > li a:focus.active,
#newsadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

/* Blog Admin Panel Tabs */
#blogadminpanel .nav-tabs > li { float: left; text-align: center; height: auto }
#blogadminpanel .nav-tabs { border:none !important }
#blogadminpanel .nav-tabs > li a { color: #000 !important; margin-right:0px !important; border:none !important; }
#blogadminpanel .nav-tabs > li a.active,
#blogadminpanel .nav-tabs > li a:focus.active, 
#blogadminpanel .nav-tabs > li a:hover.active { color: #fff !important; background-color: #ff0000 !important; border-radius:0px !important; }

#blogsupload .form-control { display: block; width: 100% !important; height: 45px; padding: 6px 12px; font-family: 'Lato' !important; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none;
border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
#blogsupload label { display: inline-block; max-width: 100%; font-family:'Lato' !important; margin-bottom: 5px; font-weight: 700; }
#blogsupload .form-group { margin-bottom: 15px !important; }
#blogsupload .form-group:last-child { margin-bottom: 0px !important; }

.enquirenowbtn { font-family:'Lato' !important; font-size:16px; color:#fff !important; background-color: #ff0000; border: none; padding: 10px 20px !important; border-radius:8px !important; }
.enquirenowbtn a { color: #fff; font-size: 14px !important; font-family: 'Lato' !important;  font-weight:700 !important; font-style:italic !important; }
.enquirenowbtn:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; border: none; }
.enquirenowbtn:hover a { color: #fff; text-decoration:none; transition:0.3s; }
.enquirenowbtn a:hover { color: #fff; text-decoration:none; background-color: #333; transition:0.3s; }
.enquirenowbtn a:selected { color: #fff; text-decoration:none;   }

/*.card-body { float:left; width:100%; background:#fff; padding:15px; font-size:16px; font-family: 'Lato' !important; font-weight:100; }*/
.card-header { background-color:#ff0000; padding:5px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato' !important; text-transform:uppercase; font-weight:700; }
.card-footer { color:#000; font-size:14px; font-family: 'Lato' !important; }
.form-label { color:#000; font-size:16px !important; font-family: 'Lato' !important; }
.btn-primary { background-color:#ff0000; padding:10px 20px; text-align:center; color:#fff; font-size:18px; font-family: 'Lato'; font-weight:400 }

.card-body { float: left; width: 100%; border: solid 1px #ff0000; background: #fff; padding: 15px; font-size: 16px; font-family: 'Lato' !important; font-weight: 100; }



    #whitepaperbottomsection { background-color: #303030; box-sizing: border-box; padding: 75px 125px 35px 125px }
    #whitepaperbottomsection a { color:#fff; text-decoration: none; letter-spacing:0.5px }

    input:-internal-autofill-selected { background-color:transparent !important; }
  
  .bannerback2 {
    float: left;
    background-color: #333;
    padding: 20px;
    width: 100%;
  }

  .bannerback {
    float: left;
    background-image: url(../img/img_bannerback.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 75px 125px !important;
    background-position: bottom right;
  }

  .bannerback img {
    height: auto;
    width: 50%;
    margin-bottom: 40px;
    background-color: transparent;
  }

  .bannerback h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 24px !important;
    line-height:38px !important;
    color: #fff !important;
    margin-top: 40px;
  }

  .bannerback h2 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 23.9px;
    color: #aeaeae !important;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .bannerback h4 {
    font-family: "Lato" !important;
    font-weight: 100 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #fff !important;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .bannerback .logocaption {
    width: 37% !important;
    color: #aeaeae;
    text-align: center;
    font-style: italic;
    font-family: "Lato" !important;
    font-size: 13px !important;
    color: #aeaeae !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }

  .bannerback #btn_email {
    font-family: "Lato" !important;
    font-size: 24px !important;
    color: #f2f2f2 !important;
    width: 20em !important;
    height: 55px !important;
    background-color: transparent !important;
    border: solid 1px #f2f2f2 !important;
    border-radius: 4px !important;
    margin-bottom: 10px !important;
  }

  #imagepanel img {
    padding: 0px;
    margin-bottom: 0px;
    margin-right: -2px;
  }

  #imagepanel h3 {
    font-family: "Lato" !important;
    font-size: 20px !important;
    line-height: 30px;
    color: #000 !important;
  }

  #imagepanel .graysquare {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 75px 0px;
  }

  #imagepanel .graysquareone {
    font-family: "Lato";
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 35px;
  }

  #imagepanel .subscribe {
    border-radius: 16px;
    padding-right: 0px;
    background-color: #333;
    height: 55px;
    border: none;
    margin-top: 30px;
  }

  #whitepaperleftimagesection p.caption {
    text-align: center !important;
  }

  #socialicon img {
    border-radius: 20px !important;
    margin: 20px 0px 0px !important;
  }



  .benefitstitle {
    border-bottom: solid 2px #eb2226;
    width: 16% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .ourcustomers {
    border-bottom: solid 2px #eb2226;
    width: 30% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .problemswesolve {
    border-bottom: solid 2px #eb2226;
    width: 37% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .whytechnomine {
    border-bottom: solid 2px #eb2226;
    width: 61% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .casestudiestitle {
    border-bottom: solid 2px #eb2226;
    width: 25% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .ourstory {
    border-bottom: solid 2px #eb2226;
    width: 20% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .valuestitle {
    border-bottom: solid 2px #eb2226;
    width: 13% !important;
    text-align: center;
    font-family: "Fauna One";
    font-size: 36px !important;
  }
  .sidemenutitle {
    padding: 0px 0px 0px 15px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ff0000;
  }
  
  
  

  #sidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #sidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 0px 0px 0px 0px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #sidemenutabs ul li a {
    text-decoration: none;
  }

  #desktopsidemenutabs ul {
    list-style-type: none;
    color: #fff;
    margin-left: -40px;
    line-height: 40px;
  }

  #desktopsidemenutabs ul li {
    border-bottom: solid 1px #666;
    padding: 10px 10px;
    cursor: hand;
    color: #fff;
    display: block;
  }

  #bannerback2 .hamburgermenu {
  background-image:url('../img/icon_hamburgermenu.png');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 30px;
  margin: 30px 20px 30px 0px !important;
  border: none;
  /*background: transparent;*/
  color: #fff;
}

  #bannerback2 .logo {
    width: 51% !important;
    height: 30px;
    background-image: url("/img/img_logo_gray.png");
    background-position: bottom left;
    background-repeat: no-repeat;
  }

  #bannerback2 h2 {
    width: 100%;
  }

  #casestudies .casestudyimageone {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 19px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagetwo {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 25px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #casestudies .casestudyimagethree {
    font-size: 11px;
    line-height: 15px;
    padding: 150px 16px !important;
    background-image: url("/img/img_casestudies.png");
    height: 292px !important;
    width: 292px !important;
    margin: 25px !important;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
  }

  #contactus input {
    border: none !important;
    height: 50px;
  }

  #contactus h1 {
    font-family: "Fauna One" !important;
    font-weight: 100 !important;
    font-size: 36px;
    color: #333 !important;
    margin: 0px !important;
  }

  #contactus textarea {
    border: none !important;
    height: 65px !important;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  #contactus input[type=submit] {
    background-color: #eb2226 !important;
    border: none !important;
    color: #fff !important;
  }

  #contactus .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none !important;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #333 !important;
    border-radius: 0px !important;
  }

  ul.ourstorylist {
    margin-left: -40px;
  }

  ul.ourstorylist li h4 {
    list-style-type: none;
    line-height: 70px;
    margin: 0px;
  }

  ul.ourstorylist li {
    list-style-type: none;
  }

  #values .values {
    background-image: url("/img/img_values_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 175px;
    background-size: contain;
  }

  #values .valuesone {
    background-image: url("/img/img_values_redback.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
    background-size: contain;
  }

  #benefits .benefits {
    border: solid 1px #aeaeae;
    padding: 15px;
    margin: 0px 10px 15px 0px;
    width: 100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    height: 250px;
  }
  
  /*#benefits .benefits:last-child {*/
  /*  border: solid 1px #aeaeae;*/
  /*  padding: 10px;*/
  /*  margin: 0px 0px 0px 0px;*/
  /*  width: 24.5%;*/
  /*  height: 280px;*/
  /*}*/

  #problems .problems {
    background-image: url("/img/img_services_back.png");
    background-size: contain !important;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 275px;
  }

  #customers .customersgray {
    background-color: #303030;
    padding: 55px;
    width: 49% !important;
    height: 355px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Lato";
    margin: 0px !important;
  }

  #customers .customersred {
    background-color: #eb2226;
    padding: 55px;
    width: 49% !important;
    height: 355px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height:40px;
    font-family: "Lato";
    margin: 0px !important;
  }

  #customers .customersred ul {
    margin-left: -15px;
    line-height: 50px;
  }
  
  #subscribe .emailsubscribe { float:left; padding-left:15px; padding-right:15px; border-top-left-radius:16px; border-bottom-left-radius:16px; color:#fff; background-color:#333; height:55px; width:60%; border:none }
  #subscribe .emailsubscribebtn { float:left; color:#fff; border-radius:16px; background-color:#eb2226; height:55px; width:40%; border:none }
    
}




input:focus {
  outline: none !important;
}

select:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

#contactus input {
  border: none !important;
  height: 50px;
  padding: 6px 12px 6px 6px;
}

#contactus h1 {
  font-family: "Fauna One" !important;
  font-weight: 100 !important;
  font-size: 36px;
  color: #333 !important;
  margin: 0px !important;
}

#contactus textarea {
  border: none !important;
  height: 65px !important;
  padding: 6px 12px 6px 6px;
  border-bottom: 1px solid #333 !important;
  border-radius: 0px !important;
}

#contactus input[type=submit] {
  background-color: #eb2226 !important;
  border: none !important;
  color: #fff !important;
}

#contactus .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px 6px 6px;
  font-size: 14px;
  box-shadow:none !important;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #333 !important;
  border-radius: 0px !important;
}

ul.ourstorylist {
  margin-left: -40px;
}

ul.ourstorylist li h4 {
  list-style-type: none;
  line-height: 70px;
  margin: 0px;
}

ul.ourstorylist li {
  list-style-type: none;
}

#values .values {
  background-image: url("/img/img_values_back.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 175px;
  background-size: contain;
}

#values .valuesone {
  background-image: url("/img/img_values_redback.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 175px;
  background-size: contain;
}

/*#benefits .benefits { border:solid 1px #aeaeae; padding:20px; margin:0px 10px 15px 0px; width:24%; height:300px; }*/

/*#benefits .benefits:last-child {*/
/*    border: solid 1px #aeaeae;*/
/*    padding: 10px;*/
/*    margin: 0px 0px 0px 0px;*/
/*    width: 24.5%;*/
/*    height: 280px;*/
/*  }*/

#problems .problems {
  background-image: url("/img/img_services_back.png");
  background-position: top left;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 275px;
}

/*#customers .customersgray {*/
/*  background-color: #303030;*/
/*  padding: 55px;*/
/*  width: 50%;*/
/*  height: 335px;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  font-size: 24px;*/
/*  font-family: "Lato";*/
/*  margin: 0px !important;*/
/*}*/

/*#customers .customersred {*/
/*  background-color: #eb2226;*/
/*  padding: 55px;*/
/*  width: 50%;*/
/*  height: 335px;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  font-size: 24px;*/
/*  line-height: 45px;*/
/*  font-family: "Lato";*/
/*  margin: 0px !important;*/
/*}*/

/*#customers .customersred ul {*/
/*  margin-left: -15px;*/
/*  line-height: 50px;*/
/*}*/

.bannerback2 {
  float: left;
  background-color: #333;
  padding: 20px;
  width: 100%;
}

.bannerback {
  float: left;
  background-image:url('../img/img_bannerback.png');
  background-repeat:no-repeat;
  background-size:cover;
  padding: 75px 125px;
  width: 100%;
  background-position: bottom right;
}

.bannerback img {
  height: auto;
  width: 100%;
  margin-bottom: 0px;
  background-color: transparent;
}

.bannerback h1 {
  font-family: "Fauna One" !important;
  font-weight: 100 !important;
  font-size: 24px !important;
  line-height:38px !important;
  color: #fff !important;
  margin-top: 40px;
}

.bannerback h2 {
  font-family: "Fauna One" !important;
  font-weight: 100 !important;
  font-size: 23.9px;
  color: #aeaeae !important;
  margin-top: 10px;
  margin-bottom: 0px;
}

.bannerback h4 {
  font-family: "Lato" !important;
  font-weight: 100 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #fff !important;
  margin-top: 30px;
  margin-bottom: 40px;
}

.bannerback .logocaption {
  width: 34%;
  color: #aeaeae;
  text-align: center;
  font-style: italic;
  font-family: "Lato" !important;
  font-size: 13px !important;
  color: #aeaeae !important;
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

.bannerback #btn_email {
  font-family: "Lato" !important;
  font-size: 24px !important;
  color: #f2f2f2 !important;
  width: 20em !important;
  height: 55px !important;
  background-color: transparent !important;
  border: solid 1px #f2f2f2 !important;
  border-radius: 4px !important;
  margin-bottom: 10px !important;
}


.bannerback #btn_email::-moz-placeholder {
  color: #f2f2f2 !important;
}

.bannerback #btn_email:-ms-input-placeholder {
  color: #f2f2f2 !important;
}

.bannerback #btn_email::placeholder {
  color: #f2f2f2 !important;
}

.bannerback a.btn-danger {
  font-family: "Lato" !important;
  /*font-size: 18px;*/
  color: #fff !important;
  text-transform: uppercase;
  /*width: 155px;*/
  background-color: #ff0000 !important;
  padding: 20px !important;
  border: solid 0px #fff !important;
  border-radius: 8px !important;
}

/*.bannerback input.btn-danger:hover {*/
/*  font-family: "Lato" !important;*/
/*  font-size: 18px;*/
/*  color: #fff !important;*/
/*  text-transform: uppercase;*/
/*  width: 155px;*/
/*  background-color: #333 !important;*/
/*  padding: 20px !important;*/
/*  text-transform: inherit !important;*/
/*  border: solid 0px #fff !important;*/
/*  border-radius: 8px !important;*/
/*}*/

.bannerback button.btn-danger {
  font-family: "Lato", sans-serif !important;
  font-size: 18px !important;
  color: #f2f2f2 !important;
  height: 55px !important;
  background-color: transparent !important;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #f2f2f2 !important;
  border-radius: 4px !important;
}

.bannerback button.btn-danger:last-child {
  margin-left: 7px !important;
}

.bannerback button.btn-danger:hover {
  font-family: "Lato", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
  height: 55px !important;
  background-color: #ff0000 !important;
  border: solid 0px #fff !important;
  border-radius: 4px !important;
}

.casestudies input.btn-danger {
  font-family: "Lato" !important;
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  height: 50px !important;
  background-color: #ff0000 !important;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: inherit !important;
  border: solid 0px #fff !important;
  border-radius: 8px !important;
}

.casestudies input.btn-danger:hover {
  font-family: "Lato" !important;
  font-size: 18px;
  color: #f2f2f2 !important;
  width: 100%;
  height: 50px !important;
  background-color: transparent !important;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #f2f2f2 !important;
  border-radius: 8px !important;
}

.casestudies div.btn-danger {
  font-family: "Lato" !important;
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  width: 155px;
  height: 50px !important;
  background-color: #ff0000 !important;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: inherit !important;
  border: solid 0px #fff !important;
  border-radius: 8px !important;
}

.casestudies div.btn-danger:hover {
  font-family: "Lato" !important;
  font-size: 18px;
  color: #f2f2f2 !important;
  width: 100%;
  height: 50px !important;
  background-color: transparent !important;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #f2f2f2 !important;
  border-radius: 8px !important;
}

.casestudies button.btn-danger {
  font-family: "Lato", sans-serif !important;
  font-size: 18px !important;
  color: #f2f2f2 !important;
  height: 55px !important;
  background-color: transparent !important;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #f2f2f2 !important;
  border-radius: 4px !important;
}

.casestudies button.btn-danger:last-child {
  margin-left: 7px !important;
}

.casestudies button.btn-danger:hover {
  font-family: "Lato", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
  height: 55px !important;
  background-color: #ff0000 !important;
  border: solid 0px #fff !important;
  border-radius: 4px !important;
}

.sidemenutitle {
  padding: 0px 0px 0px 15px;
  font-size: 30px;
  margin-bottom: 20px;
  color: #ff0000;
}

#desktopsidemenutabs ul {
  list-style-type: none;
  color: #fff;
  margin-left: -40px;
  line-height: 40px;
}

#desktopsidemenutabs ul li {
  border-bottom: solid 1px #666;
  padding: 10px 10px;
  cursor: hand;
  color: #fff;
  display: block;
}

#sidemenutabs ul {
  list-style-type: none;
  color: #fff;
  margin-left: -40px;
  line-height: 40px;
}

#sidemenutabs ul li {
  border-bottom: solid 1px #666;
  padding: 0px 0px 0px 0px;
  cursor: hand;
  color: #fff;
  display: block;
}

#sidemenutabs ul li a {
  text-decoration: none;
}

#bannerback2 .hamburgermenu {
  background-image:url('../img/icon_hamburgermenu.png');
  background-repeat:no-repeat;
  background-size:contain;
  width: 30px;
  height: 30px;
  margin: 30px 20px 30px 0px;
  border: none;
  /*background: transparent;*/
  color: #fff;
}

#bannerback2 .logo {
  width: 100% !important;
  height: 92px;
  background-image: url("/img/img_logo_gray.png");
  background-size: contain;
  background-position: bottom left !important;
  background-repeat: no-repeat;
}

#bannerback2 h2 {
  width: 100%;
}

#casestudies .casestudyimageone {
  font-size: 11px;
  line-height: 15px;
  padding: 135px 16px;
  background-image: url("/img/img_casestudies.png");
  height: 292px;
  width: 292px;
  margin: 25px;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}

#casestudies .casestudyimagetwo {
  font-size: 11px;
  line-height: 15px;
  padding: 135px 16px;
  background-image: url("/img/img_casestudies.png");
  height: 292px;
  width: 292px;
  margin: 25px;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}

#casestudies .casestudyimagethree {
  font-size: 11px;
  line-height: 15px;
  padding: 135px 16px;
  background-image: url("/img/img_casestudies.png");
  height: 292px;
  width: 292px;
  margin: 25px;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}

#whitepaperbottomsection h2 {
  font-family: "Fauna One" !important;
  font-weight: 100 !important;
  font-size: 27px;
  color: #ff0000 !important;
  margin-top: 10px;
  margin-bottom: 0px;
}

.bannerback2 {
  float: left;
  background-color: #333;
  padding: 20px;
  width: 100%;
}

#socialicon img {
  border-radius: 20px !important;
  margin: 0px 0px 0px !important;
}

/************** SAMPLE OPTION-2 ******************/

/* White Paper Landing Page Section */

#bannerback2 .bannerback {
  background-image: url(../img/img_curve.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: 0px;
  text-align: left !important;
}



#whitepaperbottomsection a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
}

#whitepaperbottomsection h4 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#whitepaperbottomsection p {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
}

#whitepaperbottomsection input[id=email] {
  border: solid 0px #f2f2f2;
  border-radius: 4px;
  width: 61%;
  height: 50px;
  padding: 5px 0px 5px 10px;
  margin-bottom: 0px;
}

#whitepaperbottomsection input[type=submit] {
  background-color: #ff0000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  width: 36%;
  height: 50px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px 20px 0px 20px;
}

#whitepaperbottomsection input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  width: 36%;
  height: 50px;
  margin-bottom: 0px;
  margin-left: 10px;
}

#zetawhitepaper input[type=button] {
  background-color: #ff0000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0px;
  padding: 0px 20px 0px 20px;
  border: solid 1px #fff !important;
}

#zetawhitepaper input[type=button]:hover {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0px;
  border: none !important;
}

/* Mobile right side sliding menu */

#whitepaperformbackmobile {
  width: 0%;
  margin-right: 0px;
}

#zetawhitepaper1mobile .whitepaperformbackmobile {
  background-color: #333;
  min-height: 100%;
  float: right;
  padding: 20px;
  display: none;
  right: -400px;
  position: fixed;
  z-index: 1000;
}

#zetawhitepaper1mobile h4 {
  font-size: 22px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 30px;
}

#zetawhitepaper1mobile label {
  color: #fff;
}

#zetawhitepaper1mobile span {
  color: #fff;
}

#zetawhitepaper1mobile .formrow {
  margin-bottom: 20px;
}

#zetawhitepaper1mobile input {
  border: solid 0px #f2f2f2;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 5px 0px 5px 10px;
  margin-bottom: 10px;
}

#zetawhitepaper1mobile textarea {
  border: solid 0px #f2f2f2;
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
}

#zetawhitepaper1mobile input[type=submit] {
  background-color: #ff0000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding: 0px 20px 0px 20px;
}

#zetawhitepaper1mobile input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
}

#zetawhitepaper1mobile input::-moz-placeholder {
  padding: 10px;
  color: #999;
}

#zetawhitepaper1mobile input:-ms-input-placeholder {
  padding: 10px;
  color: #999;
}

#zetawhitepaper1mobile input::placeholder {
  padding: 10px;
  color: #999;
}

#zetawhitepaper1mobile textarea::-moz-placeholder {
  padding: 0px 10px 0px;
  color: #999;
}

#zetawhitepaper1mobile textarea:-ms-input-placeholder {
  padding: 0px 10px 0px;
  color: #999;
}

#zetawhitepaper1mobile textarea::placeholder {
  padding: 0px 10px 0px;
  color: #999;
}

#zetawhitepaper1mobile .closebtn {
  float: right;
  cursor: pointer;
  /*text-align: right;*/
  width: 32px;
  font-size: 36px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  padding: 0px 0px 0px 0px;
}

#whitepaperformbackdesktop {
  width: 0%;
  margin-right: 0px;
}

#whitepaperformbackdesktop i {
  font-size: 30px;
  color: #fff;
}

#whitepaperheadersection {
  background-color: #ff0000;
  color: #fff;
  padding: 20px 150px 20px 150px;
}

#whitepaperheadersection img {
  padding: 8px 0px 0px 0px;
}

#whitepaperleftimagesection h1 {
  color: #f2f2f2;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 47px;
}

#whitepaperleftimagesection a {
  color: #f2f2f2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

#whitepaperleftimagesection p {
  color: #f2f2f2;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  line-height: 1.7em;
  text-align: justify;
}

#whitepaperleftimagesection div.caption {
  color: #f2f2f2;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.7em;
  text-align: center;
}

#leadcapturewhitepaper img {
  width: 100%;
  height: auto;
}

#imagepanel img {
  padding: 0px;
  margin-bottom: 0px;
  margin-right: -2px;
}

#imagepanel h3 {
  font-family: "Lato" !important;
  font-size: 18px;
  line-height: 30px;
  color: #000 !important;
}

#imagepanel .graysquare {
  font-family: "Lato";
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  padding: 75px 0px;
}

#imagepanel .graysquareone {
  font-family: "Lato";
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  padding: 35px;
}

#imagepanel .subscribe {
  border-radius: 16px;
  padding-right: 0px;
  background-color: #333;
  height: 55px;
  border: none;
  margin-top: 30px;
}

#subscriptionemail label {
  display: none;
  color: #fff !important;
}

.spacer10 {
  float: left;
  height: 10px;
  width: 100%;
}

.spacer20 {
  float: left;
  height: 20px;
  width: 100%;
}

.spacer30 {
  float: left;
  height: 30px;
  width: 100%;
}

.spacer40 {
  float: left;
  height: 40px;
  width: 100%;
}

.spacer50 {
  float: left;
  height: 50px;
  width: 100%;
}

.spacer60 {
  float: left;
  height: 60px;
  width: 100%;
}

.spacer70 {
  float: left;
  height: 70px;
  width: 100%;
}

.spacer80 {
  float: left;
  height: 80px;
  width: 100%;
}

.spacer90 {
  float: left;
  height: 90px;
  width: 100%;
}

.spacer100 {
  float: left;
  height: 100px;
  width: 100%;
}

/* White Paper form */

.realtorsbox {
  width: 24px !important;
  height: 24px !important;
}

#zetawhitepaper1desktop .whitepaperformbackdesktop {
  background-color: #333;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.7);
  width: 30%;
  min-height: 100%;
  float: right;
  padding: 20px;
  display: none;
  right: -400px;
  position: fixed;
  z-index: 100;
}

#zetawhitepaper1desktop h4 {
  font-size: 22px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 30px;
}

#zetawhitepaper1desktop label {
  color: #fff;
  padding: 10px 0px 0px 0px !important;
  font-weight: 100;
}

#zetawhitepaper1desktop span {
  color: #fff;
}

#zetawhitepaper1desktop .formrow {
  margin-bottom: 20px;
}

#zetawhitepaper1desktop input {
  border: solid 0px #f2f2f2;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 5px 0px 5px 10px;
  margin-bottom: 10px;
  line-height: initial !important;
}

#zetawhitepaper1desktop input[type=radio] {
  border: solid 0px #f2f2f2;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 10px !important;
}

#zetawhitepaper1desktop textarea {
  border: solid 0px #f2f2f2;
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
}

#zetawhitepaper1desktop textarea:focus {
  border-left: solid 4px #ff0000;
  box-sizing: border-box;
}

#zetawhitepaper1desktop input:focus {
  border-left: solid 4px #ff0000;
  box-sizing: border-box;
}

#zetawhitepaper1desktop input:blur {
  border-left: solid 0px transparent;
  box-sizing: border-box;
}

#zetawhitepaper1desktop input[type=submit] {
  background-color: #ff0000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding: 0px 20px 0px 20px;
}

#zetawhitepaper1desktop input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
}

#zetawhitepaper1desktop input::-moz-placeholder {
  padding: 10px;
  color: #999;
}

#zetawhitepaper1desktop input:-ms-input-placeholder {
  padding: 10px;
  color: #999;
}

#zetawhitepaper1desktop input::placeholder {
  padding: 10px;
  color: #999;
}

#zetawhitepaper1desktop textarea::-moz-placeholder {
  padding: 0px 10px 0px;
  color: #999;
}

#zetawhitepaper1desktop textarea:-ms-input-placeholder {
  padding: 0px 10px 0px;
  color: #999;
}

#zetawhitepaper1desktop textarea::placeholder {
  padding: 0px 10px 0px;
  color: #999;
}

#zetawhitepaper1desktop .closebtn {
  float: right;
  cursor: pointer;
  text-align: right;
  width: 32px;
  font-size: 36px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  padding: 0px 0px 0px 0px;
}

/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */

input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to overide default borders */

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa url("/images/filterui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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;
}

.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.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-remove:before,
.fa-close:before,
.fa-times: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.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,
.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,
.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-warning:before,
.fa-exclamation-triangle: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-o:before,
.fa-bar-chart: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-gears:before,
.fa-cogs: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-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.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,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard: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-o:before {
  content: "\F0A2";
}

.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-phone:before,
.fa-mobile: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,
.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,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.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,
.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-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap: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-pp: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,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.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,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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,
.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-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.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,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-pin: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-bag: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-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#subscribe .emailsubscribe { float:left; padding-left:15px; padding-right:15px; border-top-left-radius:16px; border-bottom-left-radius:16px; color:#fff; background-color:#333; height:55px; width:60%; border:none }
  #subscribe .emailsubscribebtn { float:left; color:#fff; border-radius:16px; background-color:#eb2226; height:55px; width:40%; border:none }

