/* #Reset & Basics (Inspired by E. Meyers)================================================== */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {        margin: 0;        padding: 0;        border: 0;        font-size: 100%;        font: inherit;        vertical-align: baseline; }    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {        display: block; }    ol, ul {        list-style: none; }    blockquote, q {        quotes: none; }    blockquote:after,    q:after {        content: '';        content: none; }    table {        border-collapse: collapse;        border-spacing: 0; }        :focus { outline:0; }/* #Basic Styles================================================== */html{height:100%;position:relative;-webkit-font-smoothing: antialiased;}/* make sure it is at least as tall as the viewport */    body {        color: #65707b;        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */        -webkit-text-size-adjust: 100%;        background-color: #fdfdfd;height:100%;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429; }/* #Typography================================================== */    h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: 300;}    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }    h1 { font-size: 49px; line-height: 51px; margin-bottom: 20px; letter-spacing: -0.06em; }    h2 { font-size: 35px; line-height: 40px; margin-bottom: 20px; letter-spacing: -0.04em; }    h3 { font-size: 28px; line-height: 34px; margin-bottom: 14px; }    h4 { font-size: 18px; line-height: 25px; margin-bottom: 12px; }    h5 { font-size: 17px; line-height: 24px; margin-bottom: 10px; }    h6 { font-size: 14px; line-height: 21px; }    h3.magic, h4.magic,    h5.magic, h6.magic, p.magic { color: #81898f; font-weight: 500; }    h5.helvetic5 { font-family:Helvetica, Arial, sans-serif; font-size: 18px; line-height: 24px; margin-bottom:14px; }    h1 strong { font-weight:900; letter-spacing: -0.05em; }    h3 strong, h4 strong, h5 strong, h6 strong { font-weight:500; }    h3 strong { letter-spacing: -0.02em; }    p { margin: 0 0 21px 0; font-family: Helvetica, Arial; letter-spacing: 0.05px; font-size:15px; line-height:1.5;}    p img { margin: 0; }    em { font-style: italic; }    strong { font-weight: bold; }    p strong { font-size:15px; }    small { font-size: 70%; line-height:1.3; }    p small { font-size:11px;}    ul, ol {    list-style: none outside none;    margin-bottom: 10px;    margin-top: 0;    padding: 0;}/* Text Highlights */    .highlight1 { padding:2px 5px; background:#85bc36; color:#fff; vertical-align:baseline; }    .highlight2 { padding:2px 5px; background:#f4f4f4; color:#666; vertical-align:baseline; }    .highlight3 { padding:14px 7px; background:#fff; vertical-align:baseline; display:block; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; margin:7px 3px; }    .highlight4 { background-color:#fffdcc; vertical-align:baseline; padding:1px 3px;}/*    Blockquotes  */    blockquote, blockquote p { font-size: 15px; line-height: 24px;  }    blockquote {border:none; position:relative; margin: 0 0 21px; padding: 18px 10px 14px 60px; /*background: url(../images/b-qot1.png) no-repeat 12px 9px;*/}    blockquote:before { position:absolute; left:12px; top:26px; content:'\201C'; font-size:62px; color:#bbb; font-weight:bold; font-family: Georgia, Times, serif; }    blockquote cite { display: block; font-style: italic;  font-size: 12px; color: #777f87; }    blockquote cite:before { content: "\2014 \0020"; }    blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }    blockquote small { font-size:13px; font-style: italic;}    blockquote img { max-width:100%; width:auto; display:inline; }    hr { border: solid #e5e5e5; border-width: 1px 0 0; clear: both; margin: 14px 0 35px; height: 0; width: auto; }    hr.boldbx { border-width: 4px 0 0; border-color:#efefef; }    ::selection { background: #e4744f; color: #fff; }    ::-moz-selection { background: #e4744f; color: #fff; }/* #Links================================================== */    a, a:visited {  text-decoration: none; outline: 0; color: #0093d0; }    a:hover, a:focus { color: #ff9900;outline: 0; }    p a, p a:visited { line-height: inherit; }    a:active { outline:none; opacity: 0.75; }/* #Lists================================================== */ul.ImgUL {list-style:none;padding:0px;}li p { line-height: 18px; }ul.check li, li.check { background:url(../images/li-check.png) no-repeat left 4px; }ul.plus li, li.plus { background:url(../images/li-plus.png) no-repeat left 4px; }ul.minus li, li.minus { background:url(../images/li-minus.png) no-repeat left 1px; }ul.star li, li.star { background:url(../images/li-star.png) no-repeat left 4px; }ul.arrow li, li.arrow { background:url(../images/li-arrow.png) no-repeat left 4px; }ul.arrow2 li, li.arrow2 { background:url(../images/li-arrow2.png) no-repeat left 2px; }ul.square li, li.square { background:url(../images/li-square.png) no-repeat left 2px; }ul.circle li, li.circle { background:url(../images/li-circle.png) no-repeat left 3px; }ul.cross li, li.cross { background:url(../images/li-cross.png) no-repeat left 2px; }ul.check li, li.check, ul.plus li, li.plus, ul.minus li, li.minus, ul.star li, li.star, ul.arrow li, li.arrow, ul.arrow2 li, li.arrow2, ul.square li, li.square, ul.circle li, li.circle, ul.cross li, li.cross { padding:0 0 1px 16px;  line-height: 19px; margin-bottom: 8px; }.arrow-list3 li:before {content: '\e3f2'; font-family: icomoon; font-size: 12px; color: #999; margin-right: 5px;}.arrow-list2 li:before {content: '\e3d2'; font-family: icomoon; font-size: 12px; color: #999; margin-right: 5px;}.arrow-list1 li:before {content: '\e3c2'; font-family: icomoon; font-size: 12px; color: #999; margin-right: 5px;}.arrow-list li:before {content: '\e410'; font-family: icomoon; font-size: 12px; color: #999; margin-right: 5px;}.checked-list li:before {content: '\e42d'; font-family: icomoon; font-size: 12px; color: green; margin-right: 5px;}.checked-list2 li:before {content: '\e36f'; font-family: icomoon; font-size: 12px; color: green; margin-right: 5px;}.plus-list li:before {content: '\e375'; font-family: icomoon; font-size: 12px; color: green; margin-right: 5px;}.minus-list li:before {content: '\e374'; font-family: icomoon; font-size: 12px; color: red; margin-right: 5px;}.fire-list li:before {content: '\e23d'; font-family: icomoon; font-size: 12px; color: orange; margin-right: 5px;}  /*  :)  *//* #Images================================================== */    p img { margin-bottom:14px;}/* form focus ------*/.form-control:focus {border-color: #2376de;outline: 0 none;}/* Distance (Vertical Spaces) */.vertical-space, .vertical-space1, .vertical-space2, .vertical-space3, .vertical-space4, .vertical-space5 { display:block; width:100%; margin:0; clear:both; border:0 none; height:20px; }.vertical-space2 { height:40px; }.vertical-space3 { height:60px; }.vertical-space4 { height:80px; }.vertical-space5 { height:100px; }*+html hr.vertical-space, *+html hr.vertical-space1, *+html hr .vertical-space2, *+html hr.vertical-space3, *+html hr.vertical-space4, *+html hr.vertical-space5 { height:0px; margin:10px 0; background:#fff; border:1px solid #fff;}*+html hr.vertical-space2 { margin:20px 0; }*+html hr.vertical-space3 { margin:30px 0; }*+html hr.vertical-space4 { margin:40px 0; }*+html hr.vertical-space5 { margin:50px 0; }h4.subtitle { border-bottom: 1px solid #e5e5e5; letter-spacing:0em; font-weight:bold; text-transform:uppercase; margin:35px 0 21px 0; line-height:2; font-size:16px; padding-bottom:5px; clear:both;}h4.subtitle.boldbrdr { border-bottom-width:4px;}h4.subtitle img { float:left; margin-right:5px; vertical-align:baseline }h4.subtitle.r1dd { margin-top:20px;}.title { background:#fff url(../images/title-left1.png) repeat-x 0 6px; overflow:hidden; margin-bottom:21px; clear:both; }.title h4, .title h3 { background:#fff; display:inline; margin-left:18px; padding:0 3px; font-weight:500; text-transform:capitalize; font-size:18px; }/* ================================================== *//* Dropcaps */.dropcap1, .dropcap2, .dropcap3 { text-transform:uppercase; line-height:1; float: left; font-size: 44px; margin: 0 8px 0 0; font-family: Times, serif, Arial; }.dropcap2, .dropcap3 {    background: #4a4a4a; color: #fff; display: block; padding:10px; border-radius:5px; margin-top: -2px; }.dropcap3 { background: #0093d0; }/* ================================================== *//* ================================================== *//* alerts */.alert {padding: 8px 35px 8px 36px;background:url(../images/alert-notice-ico.png) no-repeat;background-position: 9px 50%;margin-bottom: 18px;color: #c09853;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);background-color: #fcf8e3;border: 1px solid #f3d9a6;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}.alert img {float: left;margin:-2px 6px 4px -4px;}.alert-heading {color: inherit;}.alert .close {position: relative;top: -2px;right: -21px;line-height: 18px;}.alert-success {color: #468847;background:url(../images/alert-success-ico.png) no-repeat;background-position: 8px 50%;background-color: #e1eec9;border-color: #8fbe32;}.alert-danger,.alert-error {color: #b94a48;background:url(../images/alert-error-ico.png) no-repeat;background-position: 9px 50%;background-color: #fce6e9;border-color: #ed9aa3;}.alert-info {color: #3a87ad;background:url(../images/alert-info-ico.png) no-repeat;background-position: 9px 50%;background-color: #d9edf7;border-color: #98cdd8;}.alert-block {padding-top: 14px;padding-bottom: 14px;}.alert-block > p,.alert-block > ul {margin-bottom: 0;}.alert-block p + p {margin-top: 5px;}/* ================================================== *//* #progress */@-webkit-keyframes progress-bar-stripes {  from {    background-position: 40px 0;  }  to {    background-position: 0 0;  }}    @-moz-keyframes progress-bar-stripes {      from {        background-position: 40px 0;      }      to {        background-position: 0 0;      }    }    @-ms-keyframes progress-bar-stripes {      from {        background-position: 40px 0;      }      to {        background-position: 0 0;      }    }    @-o-keyframes progress-bar-stripes {      from {        background-position: 0 0;      }      to {        background-position: 40px 0;      }    }    @keyframes progress-bar-stripes {      from {        background-position: 40px 0;      }      to {        background-position: 0 0;      }    }    .progress {      height: 32px;      margin-bottom: 18px;      overflow: hidden;      background-color: #f7f7f7;      background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);      background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));      background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);      background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);      background-image: linear-gradient(top, #f5f5f5, #f9f9f9);      background-repeat: repeat-x;      -webkit-border-radius: 4px;         -moz-border-radius: 4px;              border-radius: 4px;      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);         -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);              box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);    }    .progress .bar {      width: 0;      height: 34px;      font-family:"Open Sans";      font-size: 16px;      line-height:33px;      color: #ffffff;      text-align: left;      padding-left:12px;      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);      background-color: #0e90d2;      background-repeat: repeat-x;      -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);         -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);              box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);      -webkit-box-sizing: border-box;         -moz-box-sizing: border-box;          -ms-box-sizing: border-box;              box-sizing: border-box;      -webkit-transition: width 0.6s ease;         -moz-transition: width 0.6s ease;          -ms-transition: width 0.6s ease;           -o-transition: width 0.6s ease;              transition: width 0.6s ease;    }    .progress .bar small { color:#fafafa; font-size:12px; }    .progress-striped .bar {      background-color: #149bdf;    }    .progress.active .bar {      -webkit-animation: progress-bar-stripes 2s linear infinite;         -moz-animation: progress-bar-stripes 2s linear infinite;          -ms-animation: progress-bar-stripes 2s linear infinite;           -o-animation: progress-bar-stripes 2s linear infinite;              animation: progress-bar-stripes 2s linear infinite;    }    .progress-danger .bar, .progress-red .bar {      background-color: #e53f51;    }    .progress-success .bar, .progress-green .bar {      background-color: #8fbe32;    }    .progress-info .bar, .progress-blue .bar {      background-color: #03acdc;    }    .progress-warning .bar, .progress-orange .bar {      background-color: #f98805;    }/* tabs */.nav-tabs a { color: #333333;}.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color: #2376de;}.tab-content > .active, .pill-content > .active { border: 1px solid #DDDDDD; display: block; border-top: none;}#myTabContent .icon-box {padding: 0px 20px;}#myTabContent p  {font-size: 14px;}/* ================================================== *//* #Buttons */.button,button, a.price-send,input[type="submit"],input[type="reset"],input[type="button"]{-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;border:0 none;color: #fff;display: inline-block;font-size: 14px;text-transform:capitalize;font-weight: 400;font-family: Helvetica, Arial, sans-serif;text-decoration: none;text-shadow: 0 -1px rgba(0, 0, 0, .29);cursor: pointer;margin-bottom: 21px;line-height: 1;padding: 12px 40px;background: #8fbe32;}.button:hover,button:hover, a.price-send:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button.green:hover,button.green:hover,input[type="submit"].green:hover,input[type="reset"].green:hover,input[type="button"].green:hover  {background: #9ecd40;-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;}.button.full-width,button.full-width,input[type="submit"].full-width,input[type="reset"].full-width,input[type="button"].full-width {width: 100%;padding-left: 0 !important;padding-right: 0 !important;text-align: center;}.button.large,button.large,input[type="submit"].large,input[type="reset"].large,input[type="button"].large {padding: 16px 60px;font-size:15px;}.button.small,button.small,input[type="submit"].small,input[type="reset"].small,input[type="button"].small {padding: 8px 30px;font-size: 12px;}.button.green,button.green,input[type="submit"].green,input[type="reset"].green,input[type="button"].green  {background: #8fbe32;}.button.blue,button.blue,input[type="submit"].blue,input[type="reset"].blue,input[type="button"].blue {background: #128abc; /* Old browsers */}.button.blue:hover,button.blue:hover,input[type="submit"].blue:hover,input[type="reset"].blue:hover,input[type="button"].blue:hover {background: #32a6d6;}.button.red,button.red,input[type="submit"].red,input[type="reset"].red,input[type="button"].red {background: #e53f51; /* Old browsers */}.button.red:hover,button.red:hover,input[type="submit"].red:hover,input[type="reset"].red:hover,input[type="button"].red:hover {background: #eb5162;}.button.gray,button.gray,input[type="submit"].gray,input[type="reset"].gray,input[type="button"].gray {color:#656f79;text-shadow: 0 -1px #fff;background: #f3f4f5; /* Old browsers */}.button.gray:hover,button.gray:hover,input[type="submit"].gray:hover,input[type="reset"].gray:hover,input[type="button"].gray:hover {background: #f6f7f7;}.button.cherry,button.cherry,input[type="submit"].cherry,input[type="reset"].cherry,input[type="button"].cherry {background: #93516a; /* Old browsers */}.button.cherry:hover,button.cherry:hover,input[type="submit"].cherry:hover,input[type="reset"].cherry:hover,input[type="button"].cherry:hover {background: #a45d78;}.button.orchid,button.orchid,input[type="submit"].orchid,input[type="reset"].orchid,input[type="button"].orchid {background: #9661ab; /* Old browsers */}.button.orchid:hover,button.orchid:hover,input[type="submit"].orchid:hover,input[type="reset"].orchid:hover,input[type="button"].orchid:hover {background: #a06ab5;}.button.pink,button.pink,input[type="submit"].pink,input[type="reset"].pink,input[type="button"].pink {background: #e64883; /* Old browsers */}.button.pink:hover,button.pink:hover,input[type="submit"].pink:hover,input[type="reset"].pink:hover,input[type="button"].pink:hover {background: #ea598f;}.button.orange,button.orange,input[type="submit"].orange,input[type="reset"].orange,input[type="button"].orange {background: #f98805; /* Old browsers */}.button.orange:hover,button.orange:hover,input[type="submit"].orange:hover,input[type="reset"].orange:hover,input[type="button"].orange:hover {background: #eb9634;}.button.teal,button.teal,input[type="submit"].teal,input[type="reset"].teal,input[type="button"].teal {background: #1fa79e; /* Old browsers */}.button.teal:hover,button.teal:hover,input[type="submit"].teal:hover,input[type="reset"].teal:hover,input[type="button"].teal:hover {background: #34b7ae;}.button.skyblue,button.skyblue,input[type="submit"].skyblue,input[type="reset"].skyblue,input[type="button"].skyblue {background: #03acdc; /* Old browsers */}.button.skyblue:hover,button.skyblue:hover,input[type="submit"].skyblue:hover,input[type="reset"].skyblue:hover,input[type="button"].skyblue:hover {background: #1db7e3;}.button.jade,button.jade,input[type="submit"].jade,input[type="reset"].jade,input[type="button"].jade {background: #0aad80; /* Old browsers */}.button.jade:hover,button.jade:hover,input[type="submit"].jade:hover,input[type="reset"].jade:hover,input[type="button"].jade:hover {background: #19bc8f;}a.button, .button.blue, .button.red, .button.cherry, .button.orchid, .button.pink, .button.orange, .button.teal {color: #fff;}.button:active,button:active, a.price-send:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {color: #c1d7dc;opacity: 0.94;}/* Fix for odd Mozilla border & padding issues */button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}/* ================================================== *//* bootstrap basic starts================================================== */audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}button,input,select[multiple],textarea{background-image:none;}img{vertical-align:middle;}.img-responsive{display:block;max-width:100%;height:auto;}.img-rounded{border-radius:6px;}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}.img-circle{border-radius:50%;}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;}@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important;} a,a:visited{text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} abbr[title]:after{content:" (" attr(title) ")";} .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} pre,blockquote{border:1px solid #999;page-break-inside:avoid;} thead{display:table-header-group;} tr,img{page-break-inside:avoid;} img{max-width:100% !important;} @page {margin:2cm .5cm;}p,h2,h3{orphans:3;widows:3;} h2,h3{page-break-after:avoid;} .navbar{display:none;} .table td,.table th{background-color:#fff !important;} .btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important;} .label{border:1px solid #000;} .table{border-collapse:collapse !important;} .table-bordered th,.table-bordered td{border:1px solid #ddd !important;}}p{margin:0 0 10px;}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4;}@media (min-width:768px){.lead{font-size:21px;}}small{font-size:85%;}cite{font-style:normal;}.text-muted{color:#999999;}.text-primary{color:#428bca;}.text-warning{color:#c09853;}.text-danger{color:#b94a48;}.text-success{color:#468847;}.text-info{color:#3a87ad;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee;}ul,ol{margin-top:0;margin-bottom:10px;}ul ul,ol ul,ul ol,ol ol{margin-bottom:0;}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;list-style:none;}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px;}dl{margin-bottom:20px;}dt,dd{line-height:1.428571429;}dt{font-weight:bold;}dd{margin-left:0;}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} .dl-horizontal dd{margin-left:180px;}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table;} .dl-horizontal dd:after{clear:both;} .dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table;} .dl-horizontal dd:after{clear:both;}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999;}abbr.initialism{font-size:90%;text-transform:uppercase;}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eeeeee;}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25;}blockquote p:last-child{margin-bottom:0;}blockquote small{display:block;line-height:1.428571429;color:#999999;}blockquote small:before{content:'\2014 \00A0';}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}blockquote.pull-right small:before{content:'';}blockquote.pull-right small:after{content:'\00A0 \2014';}q:before,q:after,blockquote:before,blockquote:after{content:"";}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429;}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px;}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px;}pre.prettyprint{margin-bottom:20px;}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0;}.pre-scrollable{max-height:340px;overflow-y:scroll;}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}.container:before,.container:after{content:" ";display:table;}.container:after{clear:both;}.container:before,.container:after{content:" ";display:table;}.container:after{clear:both;}.row{margin-left:-15px;margin-right:-15px;}.row:before,.row:after{content:" ";display:table;}.row:after{clear:both;}.row:before,.row:after{content:" ";display:table;}.row:after{clear:both;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left;}.col-xs-1{width:8.333333333333332%;}.col-xs-2{width:16.666666666666664%;}.col-xs-3{width:25%;}.col-xs-4{width:33.33333333333333%;}.col-xs-5{width:41.66666666666667%;}.col-xs-6{width:50%;}.col-xs-7{width:58.333333333333336%;}.col-xs-8{width:66.66666666666666%;}.col-xs-9{width:75%;}.col-xs-10{width:83.33333333333334%;}.col-xs-11{width:91.66666666666666%;}.col-xs-12{width:100%;}@media (min-width:768px){.container{max-width:750px;} .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left;} .col-sm-1{width:8.333333333333332%;} .col-sm-2{width:16.666666666666664%;} .col-sm-3{width:25%;} .col-sm-4{width:33.33333333333333%;} .col-sm-5{width:41.66666666666667%;} .col-sm-6{width:50%;} .col-sm-7{width:58.333333333333336%;} .col-sm-8{width:66.66666666666666%;} .col-sm-9{width:75%;} .col-sm-10{width:83.33333333333334%;} .col-sm-11{width:91.66666666666666%;} .col-sm-12{width:100%;} .col-sm-push-1{left:8.333333333333332%;} .col-sm-push-2{left:16.666666666666664%;} .col-sm-push-3{left:25%;} .col-sm-push-4{left:33.33333333333333%;} .col-sm-push-5{left:41.66666666666667%;} .col-sm-push-6{left:50%;} .col-sm-push-7{left:58.333333333333336%;} .col-sm-push-8{left:66.66666666666666%;} .col-sm-push-9{left:75%;} .col-sm-push-10{left:83.33333333333334%;} .col-sm-push-11{left:91.66666666666666%;} .col-sm-pull-1{right:8.333333333333332%;} .col-sm-pull-2{right:16.666666666666664%;} .col-sm-pull-3{right:25%;} .col-sm-pull-4{right:33.33333333333333%;} .col-sm-pull-5{right:41.66666666666667%;} .col-sm-pull-6{right:50%;} .col-sm-pull-7{right:58.333333333333336%;} .col-sm-pull-8{right:66.66666666666666%;} .col-sm-pull-9{right:75%;} .col-sm-pull-10{right:83.33333333333334%;} .col-sm-pull-11{right:91.66666666666666%;} .col-sm-offset-1{margin-left:8.333333333333332%;} .col-sm-offset-2{margin-left:16.666666666666664%;} .col-sm-offset-3{margin-left:25%;} .col-sm-offset-4{margin-left:33.33333333333333%;} .col-sm-offset-5{margin-left:41.66666666666667%;} .col-sm-offset-6{margin-left:50%;} .col-sm-offset-7{margin-left:58.333333333333336%;} .col-sm-offset-8{margin-left:66.66666666666666%;} .col-sm-offset-9{margin-left:75%;} .col-sm-offset-10{margin-left:83.33333333333334%;} .col-sm-offset-11{margin-left:91.66666666666666%;}}@media (min-width:992px){.container{max-width:970px;} .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left;} .col-md-1{width:8.333333333333332%;} .col-md-2{width:16.666666666666664%;} .col-md-3{width:25%;} .col-md-4{width:33.33333333333333%;} .col-md-5{width:41.66666666666667%;} .col-md-6{width:50%;} .col-md-7{width:58.333333333333336%;} .col-md-8{width:66.66666666666666%;} .col-md-9{width:75%;} .col-md-10{width:83.33333333333334%;} .col-md-11{width:91.66666666666666%;} .col-md-12{width:100%;} .col-md-push-0{left:auto;} .col-md-push-1{left:8.333333333333332%;} .col-md-push-2{left:16.666666666666664%;} .col-md-push-3{left:25%;} .col-md-push-4{left:33.33333333333333%;} .col-md-push-5{left:41.66666666666667%;} .col-md-push-6{left:50%;} .col-md-push-7{left:58.333333333333336%;} .col-md-push-8{left:66.66666666666666%;} .col-md-push-9{left:75%;} .col-md-push-10{left:83.33333333333334%;} .col-md-push-11{left:91.66666666666666%;} .col-md-pull-0{right:auto;} .col-md-pull-1{right:8.333333333333332%;} .col-md-pull-2{right:16.666666666666664%;} .col-md-pull-3{right:25%;} .col-md-pull-4{right:33.33333333333333%;} .col-md-pull-5{right:41.66666666666667%;} .col-md-pull-6{right:50%;} .col-md-pull-7{right:58.333333333333336%;} .col-md-pull-8{right:66.66666666666666%;} .col-md-pull-9{right:75%;} .col-md-pull-10{right:83.33333333333334%;} .col-md-pull-11{right:91.66666666666666%;} .col-md-offset-0{margin-left:0;} .col-md-offset-1{margin-left:8.333333333333332%;} .col-md-offset-2{margin-left:16.666666666666664%;} .col-md-offset-3{margin-left:25%;} .col-md-offset-4{margin-left:33.33333333333333%;} .col-md-offset-5{margin-left:41.66666666666667%;} .col-md-offset-6{margin-left:50%;} .col-md-offset-7{margin-left:58.333333333333336%;} .col-md-offset-8{margin-left:66.66666666666666%;} .col-md-offset-9{margin-left:75%;} .col-md-offset-10{margin-left:83.33333333333334%;} .col-md-offset-11{margin-left:91.66666666666666%;}}@media (min-width:1200px){.container{max-width:1170px;} .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left;} .col-lg-1{width:8.333333333333332%;} .col-lg-2{width:16.666666666666664%;} .col-lg-3{width:25%;} .col-lg-4{width:33.33333333333333%;} .col-lg-5{width:41.66666666666667%;} .col-lg-6{width:50%;} .col-lg-7{width:58.333333333333336%;} .col-lg-8{width:66.66666666666666%;} .col-lg-9{width:75%;} .col-lg-10{width:83.33333333333334%;} .col-lg-11{width:91.66666666666666%;} .col-lg-12{width:100%;} .col-lg-push-0{left:auto;} .col-lg-push-1{left:8.333333333333332%;} .col-lg-push-2{left:16.666666666666664%;} .col-lg-push-3{left:25%;} .col-lg-push-4{left:33.33333333333333%;} .col-lg-push-5{left:41.66666666666667%;} .col-lg-push-6{left:50%;} .col-lg-push-7{left:58.333333333333336%;} .col-lg-push-8{left:66.66666666666666%;} .col-lg-push-9{left:75%;} .col-lg-push-10{left:83.33333333333334%;} .col-lg-push-11{left:91.66666666666666%;} .col-lg-pull-0{right:auto;} .col-lg-pull-1{right:8.333333333333332%;} .col-lg-pull-2{right:16.666666666666664%;} .col-lg-pull-3{right:25%;} .col-lg-pull-4{right:33.33333333333333%;} .col-lg-pull-5{right:41.66666666666667%;} .col-lg-pull-6{right:50%;} .col-lg-pull-7{right:58.333333333333336%;} .col-lg-pull-8{right:66.66666666666666%;} .col-lg-pull-9{right:75%;} .col-lg-pull-10{right:83.33333333333334%;} .col-lg-pull-11{right:91.66666666666666%;} .col-lg-offset-0{margin-left:0;} .col-lg-offset-1{margin-left:8.333333333333332%;} .col-lg-offset-2{margin-left:16.666666666666664%;} .col-lg-offset-3{margin-left:25%;} .col-lg-offset-4{margin-left:33.33333333333333%;} .col-lg-offset-5{margin-left:41.66666666666667%;} .col-lg-offset-6{margin-left:50%;} .col-lg-offset-7{margin-left:58.333333333333336%;} .col-lg-offset-8{margin-left:66.66666666666666%;} .col-lg-offset-9{margin-left:75%;} .col-lg-offset-10{margin-left:83.33333333333334%;} .col-lg-offset-11{margin-left:91.66666666666666%;}}table{max-width:100%;background-color:transparent;}th{text-align:left;}.table{width:100%;margin-bottom:20px;}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #dddddd;}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd;}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0;}.table tbody+tbody{border-top:2px solid #dddddd;}.table .table{background-color:#ffffff;}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px;}.table-bordered{border:1px solid #dddddd;}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd;}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px;}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9;}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5;}table col[class*="col-"]{float:none;display:table-column;}table td[class*="col-"],table th[class*="col-"]{float:none;display:table-cell;}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5;}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6;}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3;}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7;}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7;}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5;}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be;}@media (max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;border:1px solid #dddddd;}.table-responsive>.table{margin-bottom:0;background-color:#fff;}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap;} .table-responsive>.table-bordered{border:0;}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;} .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;} .table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0;}}fieldset{padding:0;margin:0;border:0;}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}label{display:inline-block;margin-bottom:5px;font-weight:bold;}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}input[type="file"]{display:block;}select[multiple],select[size]{height:auto;}select optgroup{font-size:inherit;font-style:inherit;font-family:inherit;}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto;}.form-control:-moz-placeholder{color:#999999;}.form-control::-moz-placeholder{color:#999999;}.form-control:-ms-input-placeholder{color:#999999;}.form-control::-webkit-input-placeholder{color:#999999;}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555555;vertical-align:middle;background-color:#ffffff;border:1px solid #cccccc;border-radius:4px;/*-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/}.form-control:focus{border-color:#66afe9;outline:0;/*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eeeeee;}textarea.form-control{height:auto;}.form-group{margin-bottom:15px;}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px;vertical-align:middle;}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px;}.radio+.radio,.checkbox+.checkbox{margin-top:-5px;}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer;}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px;}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed;}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-sm{height:30px;line-height:30px;}textarea.input-sm{height:auto;}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}select.input-lg{height:45px;line-height:45px;}textarea.input-lg{height:auto;}.has-warning .help-block,.has-warning .control-label{color:#c09853;}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;}.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3;}.has-error .help-block,.has-error .control-label{color:#b94a48;}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;}.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede;}.has-success .help-block,.has-success .control-label{color:#468847;}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;}.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8;}.form-control-static{margin-bottom:0;padding-top:7px;}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:15px;vertical-align:middle;} .form-inline .form-control{display:inline-block;} .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;} .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0;}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px;}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px;}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table;}.form-horizontal .form-group:after{clear:both;}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table;}.form-horizontal .form-group:after{clear:both;}@media (min-width:768px){.form-horizontal .control-label{text-align:right;}}.btn{display:inline-block;padding:6px 16px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:2px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.btn:hover,.btn:focus{color:#333333;text-decoration:none;}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}.btn-default{color:#333333;background-color:#ffffff;border-color:#cccccc;}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333333;background-color:#ebebeb;border-color:#adadad;}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none;}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#ffffff;border-color:#cccccc;}.btn-primary{color:#ffffff;background-color:#428bca;border-color:#357ebd;}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#ffffff;background-color:#3276b1;border-color:#285e8e;}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none;}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd;}.btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236;}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#ffffff;background-color:#ed9c28;border-color:#d58512;}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none;}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236;}.btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a;}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#ffffff;background-color:#d2322d;border-color:#ac2925;}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none;}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a;}.btn-success{color:#ffffff;background-color:#5cb85c;border-color:#4cae4c;}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#ffffff;background-color:#47a447;border-color:#398439;}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none;}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c;}.btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da;}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#ffffff;background-color:#39b3d7;border-color:#269abc;}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none;}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da;}.btn-link{color:#428bca;font-weight:normal;cursor:pointer;border-radius:0;}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent;}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent;}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none;}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-xs{padding:1px 5px;}.btn-block{display:block;width:100%;padding-left:0;padding-right:0;}.btn-block+.btn-block{margin-top:5px;}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}.btn-default .caret{border-top-color:#333333;}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff;}.dropup .btn-default .caret{border-bottom-color:#333333;}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff;}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left;}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2;}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:none;}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px;}.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table;}.btn-toolbar:after{clear:both;}.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table;}.btn-toolbar:after{clear:both;}.btn-toolbar .btn-group{float:left;}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px;}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0;}.btn-group>.btn:first-child{margin-left:0;}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0;}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}.btn-group>.btn-group{float:left;}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0;}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}.btn-group-xs>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;padding:1px 5px;}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px;}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}.btn .caret{margin-left:0;}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0;}.dropup .btn-lg .caret{border-width:0 5px 5px;}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%;}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table;}.btn-group-vertical>.btn-group:after{clear:both;}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table;}.btn-group-vertical>.btn-group:after{clear:both;}.btn-group-vertical>.btn-group>.btn{float:none;}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0;}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0;}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0;}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0;}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;}.btn-group-justified .btn{float:none;display:table-cell;width:1%;}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none;}.input-group{position:relative;display:table;border-collapse:separate;}.input-group.col{float:none;padding-left:0;padding-right:0;}.input-group .form-control{width:100%;margin-bottom:0;}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px;}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto;}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px;}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto;}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell;}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0;}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px;}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px;}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px;}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0;}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0;}.input-group-addon:first-child{border-right:0;}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}.input-group-addon:last-child{border-left:0;}.input-group-btn{position:relative;white-space:nowrap;}.input-group-btn>.btn{position:relative;}.input-group-btn>.btn+.btn{margin-left:-4px;}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2;}.nav{margin-bottom:0;padding-left:0;list-style:none;}.nav:before,.nav:after{content:" ";display:table;}.nav:after{clear:both;}.nav:before,.nav:after{content:" ";display:table;}.nav:after{clear:both;}.nav>li{position:relative;display:block;}.nav>li>a{position:relative;display:block;padding:10px 15px;}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee;}.nav>li.disabled>a{color:#999999;}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed;}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#428bca;}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.nav>li>a>img{max-width:none;}.nav-tabs{border-bottom:1px solid #dddddd;}.nav-tabs>li{float:left;margin-bottom:-1px;}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default;}.nav-tabs.nav-justified{width:100%;border-bottom:0;}.nav-tabs.nav-justified>li{float:none;}.nav-tabs.nav-justified>li>a{text-align:center;}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%;}}.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;margin-right:0;}.nav-tabs.nav-justified>.active>a{border-bottom-color:#ffffff;}.nav-pills>li{float:left;}.nav-pills>li>a{border-radius:5px;}.nav-pills>li+li{margin-left:2px;}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#428bca;}.nav-stacked>li{float:none;}.nav-stacked>li+li{margin-top:2px;margin-left:0;}.nav-justified{width:100%;}.nav-justified>li{float:none;}.nav-justified>li>a{text-align:center;}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%;}}.nav-tabs-justified{border-bottom:0;}.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;margin-right:0;}.nav-tabs-justified>.active>a{border-bottom-color:#ffffff;}.tabbable:before,.tabbable:after{content:" ";display:table;}.tabbable:after{clear:both;}.tabbable:before,.tabbable:after{content:" ";display:table;}.tabbable:after{clear:both;}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none;}.tab-content>.active,.pill-content>.active{display:block;}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}.breadcrumb>li{display:inline-block;}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc;}.breadcrumb>.active{color:#999999;}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eeeeee;}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#ffffff;background-color:#428bca;border-color:#428bca;cursor:default;}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed;}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px;}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px;}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center;}.pager:before,.pager:after{content:" ";display:table;}.pager:after{clear:both;}.pager:before,.pager:after{content:" ";display:table;}.pager:after{clear:both;}.pager li{display:inline;}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px;}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee;}.pager .next>a,.pager .next>span{float:right;}.pager .previous>a,.pager .previous>span{float:left;}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed;}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;}.label[href]:hover,.label[href]:focus{color:#ffffff;text-decoration:none;cursor:pointer;}.label:empty{display:none;}.label-default{background-color:#999999;}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080;}.label-primary{background-color:#428bca;}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9;}.label-success{background-color:#5cb85c;}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44;}.label-info{background-color:#5bc0de;}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5;}.label-warning{background-color:#f0ad4e;}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f;}.label-danger{background-color:#d9534f;}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c;}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999999;border-radius:10px;}.badge:empty{display:none;}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer;}.btn .badge{position:relative;top:-1px;}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#ffffff;}.nav-pills>li>a>.badge{margin-left:3px;}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eeeeee;}.jumbotron h1{line-height:1;color:inherit;}.jumbotron p{line-height:1.4;}.container .jumbotron{border-radius:6px;}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px;}.container .jumbotron{padding-left:60px;padding-right:60px;} .jumbotron h1{font-size:63px;}}.thumbnail{padding:4px;line-height:1.428571429;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;display:block;}.thumbnail>img{display:block;max-width:100%;height:auto;}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca;}.thumbnail>img{margin-left:auto;margin-right:auto;}.thumbnail .caption{padding:9px;color:#333333;}.media,.media-body{overflow:hidden;zoom:1;}.media,.media .media{margin-top:15px;}.media:first-child{margin-top:0;}.media-object{display:block;}.media-heading{margin:0 0 5px;}.media>.pull-left{margin-right:10px;}.media>.pull-right{margin-left:10px;}.media-list{padding-left:0;list-style:none;}.list-group{margin-bottom:20px;padding-left:0;}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;border:1px solid #dddddd;}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px;}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.list-group-item>.badge{float:right;}.list-group-item>.badge+.badge{margin-right:5px;}a.list-group-item{color:#555555;}a.list-group-item .list-group-item-heading{color:#333333;}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5;}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#428bca;border-color:#428bca;}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit;}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7;}.list-group-item-heading{margin-top:0;margin-bottom:5px;}.list-group-item-text{margin-bottom:0;line-height:1.3;}.panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);}.panel-body{padding:15px;}.panel-body:before,.panel-body:after{content:" ";display:table;}.panel-body:after{clear:both;}.panel-body:before,.panel-body:after{content:" ";display:table;}.panel-body:after{clear:both;}.panel>.list-group{margin-bottom:0;}.panel>.list-group .list-group-item{border-width:1px 0;}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0;}.panel>.list-group .list-group-item:last-child{border-bottom:0;}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0;}.panel>.table{margin-bottom:0;}.panel>.panel-body+.table{border-top:1px solid #dddddd;}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;}.panel-title>a{color:inherit;}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden;}.panel-group .panel+.panel{margin-top:5px;}.panel-group .panel-heading{border-bottom:0;}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #dddddd;}.panel-group .panel-footer{border-top:0;}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd;}.panel-default{border-color:#dddddd;}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd;}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#dddddd;}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#dddddd;}.panel-primary{border-color:#428bca;}.panel-primary>.panel-heading{color:#ffffff;background-color:#428bca;border-color:#428bca;}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca;}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca;}.panel-success{border-color:#d6e9c6;}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6;}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6;}.panel-warning{border-color:#fbeed5;}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5;}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5;}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5;}.panel-danger{border-color:#eed3d7;}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7;}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7;}.panel-info{border-color:#bce8f1;}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1;}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1;}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}.well-lg{padding:24px;border-radius:6px;}.well-sm{padding:9px;border-radius:3px;}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:0 dotted;content:"";}.dropdown{position:relative;}.dropdown-toggle:focus{outline:0;}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:210px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap;}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#428bca;}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca;}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999;}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed;}.open>.dropdown-menu{display:block;}.open>a{outline:0;}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999999;}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990;}.pull-right>.dropdown-menu{right:0;left:auto;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000000;content:"";}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto;}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.9;filter:alpha(opacity=90);}.tooltip.top{margin-top:-3px;padding:5px 0;}.tooltip.right{margin-left:3px;padding:0 5px;}.tooltip.bottom{margin-top:3px;padding:5px 0;}.tooltip.left{margin-left:-3px;padding:0 5px;}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;border-radius:4px;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000000;}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000000;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000000;}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000000;}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#ffffff;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);white-space:normal;}.popover.top{margin-top:-10px;}.popover.right{margin-left:10px;}.popover.bottom{margin-top:10px;}.popover.left{margin-left:-10px;}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;}.popover-content{padding:9px 14px;}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}.popover .arrow{border-width:11px;}.popover .arrow:after{border-width:10px;content:"";}.popover.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px;}.popover.top .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff;}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0, 0, 0, 0.25);}.popover.right .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff;}.popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px;}.popover.bottom .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff;}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0, 0, 0, 0.25);}.popover.left .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px;}.modal-open{overflow:hidden;}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px;}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}.modal-dialog{margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:1050;}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);background-clip:padding-box;outline:none;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000000;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50);}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px;}.modal-header .close{margin-top:-2px;}.modal-title{margin:0;line-height:1.428571429;}.modal-body{position:relative;padding:20px;}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer:before,.modal-footer:after{content:" ";display:table;}.modal-footer:after{clear:both;}.modal-footer:before,.modal-footer:after{content:" ";display:table;}.modal-footer:after{clear:both;}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;}.modal-footer .btn-group .btn+.btn{margin-left:-1px;}.modal-footer .btn-block+.btn-block{margin-left:0;}@media screen and (min-width:768px){.modal-dialog{left:50%;right:auto;width:600px;padding-top:30px;padding-bottom:30px;} .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);}}.carousel{position:relative;}.carousel-inner{position:relative;overflow:hidden;width:100%;}.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1;}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}.carousel-inner>.active{left:0;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}.carousel-inner>.next{left:100%;}.carousel-inner>.prev{left:-100%;}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}.carousel-inner>.active.left{left:-100%;}.carousel-inner>.active.right{left:100%;}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-control.left{background-image:-webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);}.carousel-control.right{left:auto;right:0;background-image:-webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);}.carousel-control:hover,.carousel-control:focus{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block;}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif;}.carousel-control .icon-prev:before{content:'\2039';}.carousel-control .icon-next:before{content:'\203a';}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center;}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff;}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-caption .btn{text-shadow:none;}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px;} .carousel-caption{left:20%;right:20%;padding-bottom:30px;} .carousel-indicators{bottom:20px;}}.clearfix:before,.clearfix:after{content:" ";display:table;}.clearfix:after{clear:both;}.pull-right{float:right !important;}.pull-left{float:left !important;}.hide{display:none !important;}.show{display:block !important;}.invisible{visibility:hidden;}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.affix{position:fixed;}@-ms-viewport{width:device-width;}@media screen and (max-width:400px){@-ms-viewport{width:320px;}}.hidden{display:none !important;visibility:hidden !important;}.visible-xs{display:none !important;}tr.visible-xs{display:none !important;}th.visible-xs,td.visible-xs{display:none !important;}@media (max-width:767px){.visible-xs{display:block !important;}tr.visible-xs{display:table-row !important;} th.visible-xs,td.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block !important;}tr.visible-xs.visible-sm{display:table-row !important;} th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block !important;}tr.visible-xs.visible-md{display:table-row !important;} th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-xs.visible-lg{display:block !important;}tr.visible-xs.visible-lg{display:table-row !important;} th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell !important;}}.visible-sm{display:none !important;}tr.visible-sm{display:none !important;}th.visible-sm,td.visible-sm{display:none !important;}@media (max-width:767px){.visible-sm.visible-xs{display:block !important;}tr.visible-sm.visible-xs{display:table-row !important;} th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important;}tr.visible-sm{display:table-row !important;} th.visible-sm,td.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block !important;}tr.visible-sm.visible-md{display:table-row !important;} th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-sm.visible-lg{display:block !important;}tr.visible-sm.visible-lg{display:table-row !important;} th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell !important;}}.visible-md{display:none !important;}tr.visible-md{display:none !important;}th.visible-md,td.visible-md{display:none !important;}@media (max-width:767px){.visible-md.visible-xs{display:block !important;}tr.visible-md.visible-xs{display:table-row !important;} th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block !important;}tr.visible-md.visible-sm{display:table-row !important;} th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important;}tr.visible-md{display:table-row !important;} th.visible-md,td.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-md.visible-lg{display:block !important;}tr.visible-md.visible-lg{display:table-row !important;} th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell !important;}}.visible-lg{display:none !important;}tr.visible-lg{display:none !important;}th.visible-lg,td.visible-lg{display:none !important;}@media (max-width:767px){.visible-lg.visible-xs{display:block !important;}tr.visible-lg.visible-xs{display:table-row !important;} th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block !important;}tr.visible-lg.visible-sm{display:table-row !important;} th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block !important;}tr.visible-lg.visible-md{display:table-row !important;} th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-lg{display:block !important;}tr.visible-lg{display:table-row !important;} th.visible-lg,td.visible-lg{display:table-cell !important;}}.hidden-xs{display:block !important;}tr.hidden-xs{display:table-row !important;}th.hidden-xs,td.hidden-xs{display:table-cell !important;}@media (max-width:767px){.hidden-xs{display:none !important;}tr.hidden-xs{display:none !important;} th.hidden-xs,td.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none !important;}tr.hidden-xs.hidden-sm{display:none !important;} th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none !important;}tr.hidden-xs.hidden-md{display:none !important;} th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-xs.hidden-lg{display:none !important;}tr.hidden-xs.hidden-lg{display:none !important;} th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none !important;}}.hidden-sm{display:block !important;}tr.hidden-sm{display:table-row !important;}th.hidden-sm,td.hidden-sm{display:table-cell !important;}@media (max-width:767px){.hidden-sm.hidden-xs{display:none !important;}tr.hidden-sm.hidden-xs{display:none !important;} th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}tr.hidden-sm{display:none !important;} th.hidden-sm,td.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none !important;}tr.hidden-sm.hidden-md{display:none !important;} th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-sm.hidden-lg{display:none !important;}tr.hidden-sm.hidden-lg{display:none !important;} th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none !important;}}.hidden-md{display:block !important;}tr.hidden-md{display:table-row !important;}th.hidden-md,td.hidden-md{display:table-cell !important;}@media (max-width:767px){.hidden-md.hidden-xs{display:none !important;}tr.hidden-md.hidden-xs{display:none !important;} th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none !important;}tr.hidden-md.hidden-sm{display:none !important;} th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important;}tr.hidden-md{display:none !important;} th.hidden-md,td.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-md.hidden-lg{display:none !important;}tr.hidden-md.hidden-lg{display:none !important;} th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none !important;}}.hidden-lg{display:block !important;}tr.hidden-lg{display:table-row !important;}th.hidden-lg,td.hidden-lg{display:table-cell !important;}@media (max-width:767px){.hidden-lg.hidden-xs{display:none !important;}tr.hidden-lg.hidden-xs{display:none !important;} th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none !important;}tr.hidden-lg.hidden-sm{display:none !important;} th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none !important;}tr.hidden-lg.hidden-md{display:none !important;} th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-lg{display:none !important;}tr.hidden-lg{display:none !important;} th.hidden-lg,td.hidden-lg{display:none !important;}}.visible-print{display:none !important;}tr.visible-print{display:none !important;}th.visible-print,td.visible-print{display:none !important;}@media print{.visible-print{display:block !important;}tr.visible-print{display:table-row !important;} th.visible-print,td.visible-print{display:table-cell !important;} .hidden-print{display:none !important;}tr.hidden-print{display:none !important;} th.hidden-print,td.hidden-print{display:none !important;}}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}.collapse{display:none;}.collapse.in{display:block;}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease;}/* #Basic Styles================================================== */.blox h1.blox-t ,.blox h4.blox-t ,.blox h5.blox-t{text-align: center;}.blox { padding:45px 0 43px; clear:both; background:#f1f8fc; text-shadow: 1px 1px 0 #fff; }.blox .btn{  text-shadow: none; }.blox.nopad { padding:0; margin:0;}.blox.dark { background:#384852;  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.73);}.blox.gray { background:#f1f1f1; }.blox.redbox { background:#ffc5cb; text-shadow:none; }.blox.greenbox { background:#dbebb9; text-shadow:none; }.blox.yellowbox { background:#f7c218; text-shadow:none; }.dark.redbox { background:#de3059; text-shadow:none; }.dark.bluebox { background:#128abc; text-shadow:none; }.blox hr { border-color: rgba(255, 255, 255, 0.2); }.dark.greenbox { background:#5aa300; }.dark.yellowbox { background:#fdb012; text-shadow: 1px 1px 0 #837400;}.blox.dark * { color:#fff; }.blox.dark a { color:#07add4; }.blox.dark a.button { color:#fff; }.blox.dark a:lhover { color:#ff9900;}.blox.dark .magic-link a { color:#fff; }.blox.dark p { color:rgba(255, 255, 255, 0.9); }.blox.dark small { color:rgba(255, 255, 255, 0.8); }.bloxcirc { width:70px; height:70px; border-radius:35px; background:#e53f51 url(../images/ico-bulb1.png) no-repeat center center; position:relative; margin:-78px auto 21px; display:block; }.bloxcirc.portx { width:50px; height:50px; border-radius:25px;  margin:-58px auto 21px; background-color:#0093d0;  }.bloxcirc.bell-bg { background:#e53f51 url(../images/ico-bell1.png) no-repeat center center; }.bloxcirc.flash-bg { background:#e53f51 url(../images/ico-flash1.png) no-repeat center center; }.bloxcirc.eye-bg { background:#e53f51 url(../images/ico-eye1.png) no-repeat center center; }.bloxcirc.calendar-bg { background:#e53f51 url(../images/ico-calendar1.png) no-repeat center center; }.bloxcirc.video-bg { background:#e53f51 url(../images/ico-video1.png) no-repeat center center; }.bloxcirc.clock-bg { background:#e53f51 url(../images/ico-clock1.png) no-repeat center center; }img.drod { padding:4px; background:#f2f6f8; border-radius: 7px;}.blox img.drod { padding:3px 11px; border: 6px solid #d4edf9; background: #fafcfd; border-radius:23px;}.blox.greenbox img.drod { border:0; background: #effad9; }/* Super Columns */.s-qoute-man { padding-left:40px; background: url(../images/quote-ico1.png) no-repeat top right; margin-right:10px;}.s-qoute-man img, .s-team-man img  { width:160px; height:160px; border-radius:80px; max-width:100%;}.s-qoute-man .blog-author { text-align:center; }.alert-info.super { background:#fff url(../images/super-info-bg1.png) repeat-x bottom; padding:14px 12px; display:block; border-color:#b3b9ba; box-shadow: 0px 0px 6px rgba(0,0,0,0.2) inset; }.super p { margin:7px; }.blox.dark.bot-blox { padding:14px 0; clear:both; background: #303740 url(../images/pattern-bg2.png); border-top:5px solid #242e38; margin:0; }.dark.bot-blox .magic-link { margin:0; float:right; }*+html .blox.dark.bot-blox { margin-bottom:-21px; }.blox.section-bg1 { background:url(../images/section-bg1.jpg) no-repeat center; }.blox.dark.section-bg2 { background:#8a93a4 url(../images/section-bg3.jpg) no-repeat center top; background-size:cover; background-attachment:fixed; min-height:520px; border-top:5px solid #e5e5e5;}.blox.section-bg3 { background:url(../images/section-bg2.jpg) no-repeat center; }.blox.section-bg4 { background:url(../images/contact-mpic1.jpg) no-repeat center; }.blox.section-bg1, .blox.section-bg4, .blox.section-bg5, .blox.section-bg6  { height:380px; margin-top:0; padding:0; border-top: 1px solid #d9d9d9; }.blox.section-bg5 { background:#384852 url(../images/pricing-tpbg1.jpg) no-repeat center; height:260px;  }.blox.section-bg6 { background:#384852 url(../images/pages-tpbg1.jpg) no-repeat center; height:260px; border-bottom:4px solid #e8e8e8;  }.blox.dark .mex-title { border-bottom: 4px solid rgba(255, 255, 255, 0.27);}.parallax-sec, .parallax-sec2 { background:#eee url(../images/parallax-bg1.jpg) center bottom; background-repeat:no-repeat; background-size:cover;  min-height: 400px;  height: 490px;  margin: 0 auto;  width: 100%;  max-width: 1920px;  position: relative; }.parallax-sec article { position: relative;  text-align: center;  top: 150px; height:120px;  width: 100%;  }.parallax-sec .blox, .parallax-sec .blox.dark { background:none;}.homedark, .aboutdark { width:100%; background:#141319 url(../images/slide-pics/slide5-bg.jpg) no-repeat top; height:560px; border-bottom: 4px solid #f1f1f1; position:relative;}.ElementPage .parallax {background:#eee url(../images/about-ext-img1.jpg) center top fixed; height:400px; border:none;}.homedark #nav a { color:#fff;}.homedark #nav ul a { color:#595959;}.homedark #header { border-bottom: 3px solid rgba(255, 255, 0255, 0.09); }.homedark #search-form, .homedark #search-form2 { opacity:0.77;}.homedark .slogan { padding-right:10%; float:right;}.aboutdark .slogan { position:absolute; bottom:10%; right:7%; float:none;}.aboutdark.wpabtdrk { background:none; border:none;}.slogan h1 { font-size:67px; line-height:80px; }.homedark h1, .homedark h2, .homedark h3, .homedark h4, .homedark h5, .homedark h6, .homedark p { color:#fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); }.slogan  span, .blox.dark .slogan  span { color:#fc4f4f;}@media only screen and (max-width: 767px) {.blox.dark, .blox.gray { height:auto;}.homedark #nav a { color:#595959;}}@media only screen and (max-width: 959px) {.parallax-sec { background-repeat:repeat; background-size:960px auto;   height:400px;}.homedark { height:auto; background-size:cover; }.slogan h1 { font-size:41px; line-height:53px;}.aboutdark .slogan { position:relative; right:auto; margin:0 auto; padding:3%;}}/* * jQuery FlexSlider v2.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Tyler Smith (@mbmufffin) *//* Browser Resets */.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  {outline: none;}.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}/* FlexSlider Necessary Styles*********************************/.flexslider {margin: 0; padding: 0;}.flexslider .slides > li {display: none; position:relative; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */.flexslider .slides img {width: 100%; display: block;}.flex-pauseplay span {text-transform: capitalize;}/* Clearfix for the .slides element */.flexslider * { box-sizing:content-box; -webkit-box-sizing: content-box;		 -moz-box-sizing: content-box;		  -ms-box-sizing: content-box;			  box-sizing: content-box;}.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}html[xmlns] .slides {display: block; position:relative;}* html .slides {height: 1%;}/* No JavaScript Fallback *//* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */.no-js .slides > li:first-child {display: block;}/* FlexSlider Default Theme*********************************/.flexslider { background: #fff; margin: 0; padding: 0; z-index: 1;  position: relative;  zoom: 1;}.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}.loading .flex-viewport {max-height: 300px;}.flexslider .slides {zoom: 1;}.carousel li {margin-right: 5px}/* Direction Nav */.flex-direction-nav {*height: 0;}.flex-direction-nav a {width: 16px; height: 16px; padding:30px 20px; margin: -46px 0 0; background: rgba(0,0,0,0.9); display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0;  -webkit-transition: all .19s ease; }.flex-direction-nav a i { color:#fff; font-size:16px;}.flex-direction-nav a span { display:none;}.flex-direction-nav .flex-next { right: 0px; border-radius: 4px 0 0 4px; }.flex-direction-nav .flex-prev {left: 0x; border-radius: 0 4px 4px 0;}.flexslider:hover .flex-next {opacity: 0.8; }.flexslider:hover .flex-prev {opacity: 0.8; }.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1; background-color: #0c78b8;}.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}/* Control Nav */.flex-control-nav {width: auto; position: absolute; right:56px; bottom: 36px; text-align: center;}.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}.flex-control-paging li a {width: 16px; height: 16px; display: block; background: #fff; background: rgba(255,255,255,0.9); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.7); }.flex-control-paging li a.flex-active { background: #0c78b8; cursor: default; }.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}.flex-control-thumbs li {width: 25%; float: left; margin: 0;}.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}.flex-control-thumbs img:hover {opacity: 1;}.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}/* Caption */.slide-caption {  padding: 30px; max-width:40%; margin: 0;	position: absolute;	display: block;	left: 90px; bottom: 40px;	background-color: #222;	background: rgba(0, 0, 0, 0.5);}.slide-caption h3 {	color: #fff; padding-bottom: 10px;	margin:0; font-weight:400; }.slide-caption p {	margin:0;	line-height: 20px;	color: #c9c9c9;}@media screen and (max-width: 860px) {  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}  .flex-direction-nav .flex-next {opacity: 1; right: 0;}  .flex-direction-nav a { padding:16px 8px; margin-top:-30px; top:50%;}  .flex-control-nav { bottom:16px; right:26px;}  .flex-control-paging li a { width:10px; height:10px;}  .slide-caption { display:none;}  .flex-control-nav li { margin:0 4px;}}@font-face {    font-family: 'icomoon';    src:url('../fonts/icomoon.eot');    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),        url('../fonts/icomoon.woff') format('woff'),        url('../fonts/icomoon.ttf') format('truetype'),        url('../fonts/icomoon.svg#icomoon') format('svg');    font-weight: normal;    font-style: normal;}@media screen and (-webkit-min-device-pixel-ratio:0) {    @font-face {        font-family: 'icomoon';        src: url('../fonts/icomoon.svg#icomoon') format('svg');    }}/* Use the following CSS code if you want to use data attributes for inserting your icons */[data-icon]:before {    font-family: 'icomoon';    content: attr(data-icon);    speak: none;    font-weight: normal;    font-variant: normal;    text-transform: none;    line-height: 1;    -webkit-font-smoothing: antialiased;}/* Use the following CSS code if you want to have a class per icon *//*Instead of a list of all class selectors,you can use the generic selector below, but it's slower:[class*="icomoon-"] {*/.icomoon-home, .icomoon-home-2, .icomoon-home-3, .icomoon-home-4, .icomoon-home-5, .icomoon-home-6, .icomoon-home-7, .icomoon-home-8, .icomoon-home-9, .icomoon-home-10, .icomoon-office, .icomoon-newspaper, .icomoon-pencil, .icomoon-pencil-2, .icomoon-pencil-3, .icomoon-pencil-4, .icomoon-pencil-5, .icomoon-pencil-6, .icomoon-quill, .icomoon-quill-2, .icomoon-quill-3, .icomoon-pen, .icomoon-pen-2, .icomoon-pen-3, .icomoon-pen-4, .icomoon-pen-5, .icomoon-marker, .icomoon-home-11, .icomoon-marker-2, .icomoon-blog, .icomoon-blog-2, .icomoon-brush, .icomoon-palette, .icomoon-palette-2, .icomoon-eyedropper, .icomoon-eyedropper-2, .icomoon-droplet, .icomoon-droplet-2, .icomoon-droplet-3, .icomoon-droplet-4, .icomoon-paint-format, .icomoon-paint-format-2, .icomoon-image, .icomoon-image-2, .icomoon-image-3, .icomoon-images, .icomoon-image-4, .icomoon-image-5, .icomoon-image-6, .icomoon-images-2, .icomoon-image-7, .icomoon-camera, .icomoon-camera-2, .icomoon-camera-3, .icomoon-camera-4, .icomoon-music, .icomoon-music-2, .icomoon-music-3, .icomoon-music-4, .icomoon-music-5, .icomoon-music-6, .icomoon-piano, .icomoon-guitar, .icomoon-headphones, .icomoon-headphones-2, .icomoon-play, .icomoon-play-2, .icomoon-movie, .icomoon-movie-2, .icomoon-movie-3, .icomoon-film, .icomoon-film-2, .icomoon-film-3, .icomoon-film-4, .icomoon-camera-5, .icomoon-camera-6, .icomoon-camera-7, .icomoon-camera-8, .icomoon-camera-9, .icomoon-dice, .icomoon-gamepad, .icomoon-gamepad-2, .icomoon-gamepad-3, .icomoon-pacman, .icomoon-spades, .icomoon-clubs, .icomoon-diamonds, .icomoon-king, .icomoon-queen, .icomoon-rock, .icomoon-bishop, .icomoon-knight, .icomoon-pawn, .icomoon-chess, .icomoon-bullhorn, .icomoon-megaphone, .icomoon-new, .icomoon-connection, .icomoon-connection-2, .icomoon-podcast, .icomoon-radio, .icomoon-feed, .icomoon-connection-3, .icomoon-radio-2, .icomoon-podcast-2, .icomoon-podcast-3, .icomoon-mic, .icomoon-mic-2, .icomoon-mic-3, .icomoon-mic-4, .icomoon-mic-5, .icomoon-book, .icomoon-book-2, .icomoon-books, .icomoon-reading, .icomoon-library, .icomoon-library-2, .icomoon-graduation, .icomoon-file, .icomoon-profile, .icomoon-file-2, .icomoon-file-3, .icomoon-file-4, .icomoon-file-5, .icomoon-file-6, .icomoon-files, .icomoon-file-plus, .icomoon-file-minus, .icomoon-file-download, .icomoon-file-upload, .icomoon-file-check, .icomoon-file-remove, .icomoon-file-7, .icomoon-file-8, .icomoon-file-plus-2, .icomoon-file-minus-2, .icomoon-file-download-2, .icomoon-file-upload-2, .icomoon-file-check-2, .icomoon-file-remove-2, .icomoon-file-9, .icomoon-copy, .icomoon-copy-2, .icomoon-copy-3, .icomoon-copy-4, .icomoon-paste, .icomoon-paste-2, .icomoon-paste-3, .icomoon-stack, .icomoon-stack-2, .icomoon-stack-3, .icomoon-folder, .icomoon-folder-download, .icomoon-folder-upload, .icomoon-folder-plus, .icomoon-folder-plus-2, .icomoon-folder-minus, .icomoon-folder-minus-2, .icomoon-folder8, .icomoon-folder-remove, .icomoon-folder-2, .icomoon-folder-open, .icomoon-folder-3, .icomoon-folder-4, .icomoon-folder-plus-3, .icomoon-folder-minus-3, .icomoon-folder-plus-4, .icomoon-folder-remove-2, .icomoon-folder-download-2, .icomoon-folder-upload-2, .icomoon-folder-download-3, .icomoon-folder-upload-3, .icomoon-folder-5, .icomoon-folder-open-2, .icomoon-folder-6, .icomoon-folder-open-3, .icomoon-certificate, .icomoon-cc, .icomoon-tag, .icomoon-tag-2, .icomoon-tag-3, .icomoon-tag-4, .icomoon-tag-5, .icomoon-tag-6, .icomoon-tag-7, .icomoon-tags, .icomoon-tags-2, .icomoon-tag-8, .icomoon-barcode, .icomoon-barcode-2, .icomoon-qrcode, .icomoon-ticket, .icomoon-cart, .icomoon-cart-2, .icomoon-cart-3, .icomoon-cart-4, .icomoon-cart-5, .icomoon-cart-6, .icomoon-cart-7, .icomoon-cart-plus, .icomoon-cart-minus, .icomoon-cart-add, .icomoon-cart-remove, .icomoon-cart-checkout, .icomoon-cart-remove-2, .icomoon-basket, .icomoon-basket-2, .icomoon-bag, .icomoon-bag-2, .icomoon-bag-3, .icomoon-coin, .icomoon-coins, .icomoon-credit, .icomoon-credit-2, .icomoon-calculate, .icomoon-calculate-2, .icomoon-support, .icomoon-phone, .icomoon-phone-2, .icomoon-phone-3, .icomoon-phone-4, .icomoon-contact-add, .icomoon-contact-remove, .icomoon-contact-add-2, .icomoon-contact-remove-2, .icomoon-call-incoming, .icomoon-call-outgoing, .icomoon-phone-5, .icomoon-phone-6, .icomoon-phone-hang-up, .icomoon-phone-hang-up-2, .icomoon-address-book, .icomoon-address-book-2, .icomoon-notebook, .icomoon-envelop, .icomoon-envelop-2, .icomoon-mail-send, .icomoon-envelop-opened, .icomoon-envelop-3, .icomoon-pushpin, .icomoon-location, .icomoon-location-2, .icomoon-location-3, .icomoon-location-4, .icomoon-location-5, .icomoon-location-6, .icomoon-location-7, .icomoon-compass, .icomoon-compass-2, .icomoon-map, .icomoon-map-2, .icomoon-map-3, .icomoon-map-4, .icomoon-direction, .icomoon-history, .icomoon-history-2, .icomoon-clock, .icomoon-clock-2, .icomoon-clock-3, .icomoon-clock-4, .icomoon-watch, .icomoon-clock-5, .icomoon-clock-6, .icomoon-clock-7, .icomoon-alarm, .icomoon-alarm-2, .icomoon-bell, .icomoon-bell-2, .icomoon-alarm-plus, .icomoon-alarm-minus, .icomoon-alarm-check, .icomoon-alarm-cancel, .icomoon-stopwatch, .icomoon-calendar, .icomoon-calendar-2, .icomoon-calendar-3, .icomoon-calendar-4, .icomoon-calendar-5, .icomoon-print, .icomoon-print-2, .icomoon-print-3, .icomoon-mouse, .icomoon-mouse-2, .icomoon-mouse-3, .icomoon-mouse-4, .icomoon-keyboard, .icomoon-keyboard-2, .icomoon-screen, .icomoon-screen-2, .icomoon-screen-3, .icomoon-screen-4, .icomoon-laptop, .icomoon-mobile, .icomoon-mobile-2, .icomoon-tablet, .icomoon-mobile-3, .icomoon-tv, .icomoon-cabinet, .icomoon-archive, .icomoon-drawer, .icomoon-drawer-2, .icomoon-drawer-3, .icomoon-box, .icomoon-box-add, .icomoon-box-remove, .icomoon-download, .icomoon-upload, .icomoon-disk, .icomoon-cd, .icomoon-storage, .icomoon-storage-2, .icomoon-database, .icomoon-database-2, .icomoon-database-3, .icomoon-undo, .icomoon-redo, .icomoon-rotate, .icomoon-rotate-2, .icomoon-flip, .icomoon-flip-2, .icomoon-unite, .icomoon-subtract, .icomoon-interset, .icomoon-exclude, .icomoon-align-left, .icomoon-align-center-horizontal, .icomoon-align-right, .icomoon-align-top, .icomoon-align-center-vertical, .icomoon-align-bottom, .icomoon-undo-2, .icomoon-redo-2, .icomoon-forward, .icomoon-reply, .icomoon-reply-2, .icomoon-bubble, .icomoon-bubbles, .icomoon-bubbles-2, .icomoon-bubble-2, .icomoon-bubbles-3, .icomoon-bubbles-4, .icomoon-bubble-notification, .icomoon-bubbles-5, .icomoon-bubbles-6, .icomoon-bubble-3, .icomoon-bubble-dots, .icomoon-bubble-4, .icomoon-bubble-5, .icomoon-bubble-dots-2, .icomoon-bubble-6, .icomoon-bubble-7, .icomoon-bubble-8, .icomoon-bubbles-7, .icomoon-bubble-9, .icomoon-bubbles-8, .icomoon-bubble-10, .icomoon-bubble-dots-3, .icomoon-bubble-11, .icomoon-bubble-12, .icomoon-bubble-dots-4, .icomoon-bubble-13, .icomoon-bubbles-9, .icomoon-bubbles-10, .icomoon-bubble-blocked, .icomoon-bubble-quote, .icomoon-bubble-user, .icomoon-bubble-check, .icomoon-bubble-video-chat, .icomoon-bubble-link, .icomoon-bubble-locked, .icomoon-bubble-star, .icomoon-bubble-heart, .icomoon-bubble-paperclip, .icomoon-bubble-cancel, .icomoon-bubble-plus, .icomoon-bubble-minus, .icomoon-bubble-notification-2, .icomoon-bubble-trash, .icomoon-bubble-left, .icomoon-bubble-right, .icomoon-bubble-up, .icomoon-bubble-down, .icomoon-bubble-first, .icomoon-bubble-last, .icomoon-bubble-replu, .icomoon-bubble-forward, .icomoon-bubble-reply, .icomoon-bubble-forward-2, .icomoon-user, .icomoon-users, .icomoon-user-plus, .icomoon-user-plus-2, .icomoon-user-minus, .icomoon-user-minus-2, .icomoon-user-cancel, .icomoon-user-block, .icomoon-users-2, .icomoon-user-2, .icomoon-users-3, .icomoon-user-plus-3, .icomoon-user-minus-3, .icomoon-user-cancel-2, .icomoon-user-block-2, .icomoon-user-3, .icomoon-user-4, .icomoon-user-5, .icomoon-user-6, .icomoon-users-4, .icomoon-user-7, .icomoon-user-8, .icomoon-users-5, .icomoon-vcard, .icomoon-tshirt, .icomoon-hanger, .icomoon-quotes-left, .icomoon-quotes-right, .icomoon-quotes-right-2, .icomoon-quotes-right-3, .icomoon-busy, .icomoon-busy-2, .icomoon-busy-3, .icomoon-busy-4, .icomoon-spinner, .icomoon-spinner-2, .icomoon-spinner-3, .icomoon-spinner-4, .icomoon-spinner-5, .icomoon-spinner-6, .icomoon-spinner-7, .icomoon-spinner-8, .icomoon-spinner-9, .icomoon-spinner-10, .icomoon-spinner-11, .icomoon-spinner-12, .icomoon-microscope, .icomoon-binoculars, .icomoon-binoculars-2, .icomoon-search, .icomoon-search-2, .icomoon-zoom-in, .icomoon-zoom-out, .icomoon-search-3, .icomoon-search-4, .icomoon-zoom-in-2, .icomoon-zoom-out-2, .icomoon-search-5, .icomoon-expand, .icomoon-contract, .icomoon-scale-up, .icomoon-scale-down, .icomoon-expand-2, .icomoon-contract-2, .icomoon-scale-up-2, .icomoon-scale-down-2, .icomoon-fullscreen, .icomoon-expand-3, .icomoon-contract-3, .icomoon-key, .icomoon-key-2, .icomoon-key-3, .icomoon-key-4, .icomoon-key-5, .icomoon-keyhole, .icomoon-lock, .icomoon-lock-2, .icomoon-lock-3, .icomoon-lock-4, .icomoon-unlocked, .icomoon-lock-5, .icomoon-unlocked-2, .icomoon-wrench, .icomoon-wrench-2, .icomoon-wrench-3, .icomoon-wrench-4, .icomoon-settings, .icomoon-equalizer, .icomoon-equalizer-2, .icomoon-equalizer-3, .icomoon-cog, .icomoon-cogs, .icomoon-cog-2, .icomoon-cog-3, .icomoon-cog-4, .icomoon-cog-5, .icomoon-cog-6, .icomoon-cog-7, .icomoon-factory, .icomoon-hammer, .icomoon-tools, .icomoon-screwdriver, .icomoon-screwdriver-2, .icomoon-wand, .icomoon-wand-2, .icomoon-health, .icomoon-aid, .icomoon-patch, .icomoon-bug, .icomoon-bug-2, .icomoon-inject, .icomoon-inject-2, .icomoon-construction, .icomoon-cone, .icomoon-pie, .icomoon-pie-2, .icomoon-pie-3, .icomoon-pie-4, .icomoon-pie-5, .icomoon-pie-6, .icomoon-pie-7, .icomoon-stats, .icomoon-stats-2, .icomoon-stats-3, .icomoon-bars, .icomoon-bars-2, .icomoon-bars-3, .icomoon-bars-4, .icomoon-bars-5, .icomoon-bars-6, .icomoon-stats-up, .icomoon-stats-down, .icomoon-stairs-down, .icomoon-stairs-down-2, .icomoon-chart, .icomoon-stairs, .icomoon-stairs-2, .icomoon-ladder, .icomoon-cake, .icomoon-gift, .icomoon-gift-2, .icomoon-balloon, .icomoon-rating, .icomoon-rating-2, .icomoon-rating-3, .icomoon-podium, .icomoon-medal, .icomoon-medal-2, .icomoon-medal-3, .icomoon-medal-4, .icomoon-medal-5, .icomoon-crown, .icomoon-trophy, .icomoon-trophy-2, .icomoon-trophy-star, .icomoon-diamond, .icomoon-diamond-2, .icomoon-glass, .icomoon-glass-2, .icomoon-bottle, .icomoon-bottle-2, .icomoon-mug, .icomoon-food, .icomoon-food-2, .icomoon-hamburger, .icomoon-cup, .icomoon-cup-2, .icomoon-leaf, .icomoon-leaf-2, .icomoon-apple-fruit, .icomoon-tree, .icomoon-tree-2, .icomoon-paw, .icomoon-steps, .icomoon-flower, .icomoon-rocket, .icomoon-meter, .icomoon-meter2, .icomoon-meter-slow, .icomoon-meter-medium, .icomoon-meter-fast, .icomoon-dashboard, .icomoon-hammer-2, .icomoon-balance, .icomoon-bomb, .icomoon-fire, .icomoon-fire-2, .icomoon-lab, .icomoon-atom, .icomoon-atom-2, .icomoon-magnet, .icomoon-magnet-2, .icomoon-magnet-3, .icomoon-magnet-4, .icomoon-dumbbell, .icomoon-skull, .icomoon-skull-2, .icomoon-skull-3, .icomoon-lamp, .icomoon-lamp-2, .icomoon-lamp-3, .icomoon-lamp-4, .icomoon-remove, .icomoon-remove-2, .icomoon-remove-3, .icomoon-remove-4, .icomoon-remove-5, .icomoon-remove-6, .icomoon-remove-7, .icomoon-remove-8, .icomoon-briefcase, .icomoon-briefcase-2, .icomoon-briefcase-3, .icomoon-airplane, .icomoon-airplane-2, .icomoon-paper-plane, .icomoon-car, .icomoon-gas-pump, .icomoon-bus, .icomoon-truck, .icomoon-bike, .icomoon-road, .icomoon-train, .icomoon-ship, .icomoon-boat, .icomoon-cube, .icomoon-cube-2, .icomoon-cube-3, .icomoon-cube4, .icomoon-pyramid, .icomoon-pyramid-2, .icomoon-cylinder, .icomoon-package, .icomoon-puzzle, .icomoon-puzzle-2, .icomoon-puzzle-3, .icomoon-puzzle-4, .icomoon-glasses, .icomoon-glasses-2, .icomoon-glasses-3, .icomoon-sun-glasses, .icomoon-accessibility, .icomoon-accessibility-2, .icomoon-brain, .icomoon-target, .icomoon-target-2, .icomoon-target-3, .icomoon-gun, .icomoon-gun-ban, .icomoon-shield, .icomoon-shield-2, .icomoon-shield-3, .icomoon-shield-4, .icomoon-soccer, .icomoon-football, .icomoon-baseball, .icomoon-basketball, .icomoon-golf, .icomoon-hockey, .icomoon-racing, .icomoon-eight-ball, .icomoon-bowling-ball, .icomoon-bowling, .icomoon-bowling-2, .icomoon-lightning, .icomoon-power, .icomoon-power-2, .icomoon-switch, .icomoon-power-cord, .icomoon-cord, .icomoon-socket, .icomoon-clipboard, .icomoon-clipboard-2, .icomoon-signup, .icomoon-clipboard-3, .icomoon-clipboard-4, .icomoon-list, .icomoon-list-2, .icomoon-list-3, .icomoon-numbered-list, .icomoon-list-4, .icomoon-list-5, .icomoon-playlist, .icomoon-grid, .icomoon-grid-2, .icomoon-grid-3, .icomoon-grid-4, .icomoon-grid-5, .icomoon-grid-6, .icomoon-tree-3, .icomoon-tree-4, .icomoon-tree-5, .icomoon-menu, .icomoon-menu-2, .icomoon-circle-small, .icomoon-menu-3, .icomoon-menu-4, .icomoon-menu-5, .icomoon-menu-6, .icomoon-menu-7, .icomoon-menu-8, .icomoon-menu-9, .icomoon-cloud, .icomoon-cloud-2, .icomoon-cloud-3, .icomoon-cloud-download, .icomoon-cloud-upload, .icomoon-download-2, .icomoon-upload-2, .icomoon-download-3, .icomoon-upload-3, .icomoon-download-4, .icomoon-upload-4, .icomoon-download-5, .icomoon-upload-5, .icomoon-download-6, .icomoon-upload-6, .icomoon-download-7, .icomoon-upload-7, .icomoon-globe, .icomoon-globe-2, .icomoon-globe-3, .icomoon-earth, .icomoon-network, .icomoon-link, .icomoon-link-2, .icomoon-link-3, .icomoon-link2, .icomoon-link-4, .icomoon-link-5, .icomoon-link-6, .icomoon-anchor, .icomoon-flag, .icomoon-flag-2, .icomoon-flag-3, .icomoon-flag-4, .icomoon-flag-5, .icomoon-flag-6, .icomoon-attachment, .icomoon-attachment-2, .icomoon-eye, .icomoon-eye-blocked, .icomoon-eye-2, .icomoon-eye-3, .icomoon-eye-blocked-2, .icomoon-eye-4, .icomoon-eye-5, .icomoon-eye-6, .icomoon-eye-7, .icomoon-eye-8, .icomoon-bookmark, .icomoon-bookmark-2, .icomoon-bookmarks, .icomoon-bookmark-3, .icomoon-spotlight, .icomoon-starburst, .icomoon-snowflake, .icomoon-temperature, .icomoon-temperature-2, .icomoon-weather-lightning, .icomoon-weather-rain, .icomoon-weather-snow, .icomoon-windy, .icomoon-fan, .icomoon-umbrella, .icomoon-sun, .icomoon-sun-2, .icomoon-brightness-high, .icomoon-brightness-medium, .icomoon-brightness-low, .icomoon-brightness-contrast, .icomoon-contrast, .icomoon-moon, .icomoon-bed, .icomoon-bed-2, .icomoon-star, .icomoon-star-2, .icomoon-star-3, .icomoon-star-4, .icomoon-star-5, .icomoon-star-6, .icomoon-heart, .icomoon-heart-2, .icomoon-heart-3, .icomoon-heart-4, .icomoon-heart-broken, .icomoon-heart-5, .icomoon-heart-6, .icomoon-heart-broken-2, .icomoon-heart-7, .icomoon-heart-8, .icomoon-heart-broken-3, .icomoon-lips, .icomoon-lips-2, .icomoon-thumbs-up, .icomoon-thumbs-up-2, .icomoon-thumbs-down, .icomoon-thumbs-down-2, .icomoon-thumbs-up-3, .icomoon-thumbs-up-4, .icomoon-thumbs-up-5, .icomoon-thumbs-up-6, .icomoon-people, .icomoon-man, .icomoon-male, .icomoon-woman, .icomoon-female, .icomoon-peace, .icomoon-yin-yang, .icomoon-happy, .icomoon-happy-2, .icomoon-smiley, .icomoon-smiley-2, .icomoon-tongue, .icomoon-tongue-2, .icomoon-sad, .icomoon-sad-2, .icomoon-wink, .icomoon-wink-2, .icomoon-grin, .icomoon-grin-2, .icomoon-cool, .icomoon-cool-2, .icomoon-angry, .icomoon-angry-2, .icomoon-evil, .icomoon-evil-2, .icomoon-shocked, .icomoon-shocked-2, .icomoon-confused, .icomoon-confused-2, .icomoon-neutral, .icomoon-neutral-2, .icomoon-wondering, .icomoon-wondering-2, .icomoon-cursor, .icomoon-cursor-2, .icomoon-point-up, .icomoon-point-right, .icomoon-point-down, .icomoon-point-left, .icomoon-pointer, .icomoon-hand, .icomoon-stack-empty, .icomoon-stack-plus, .icomoon-stack-minus, .icomoon-stack-star, .icomoon-stack-picture, .icomoon-stack-down, .icomoon-stack-up, .icomoon-stack-cancel, .icomoon-stack-checkmark, .icomoon-stack-list, .icomoon-stack-clubs, .icomoon-stack-spades, .icomoon-stack-hearts, .icomoon-stack-diamonds, .icomoon-stack-user, .icomoon-stack-4, .icomoon-stack-music, .icomoon-stack-play, .icomoon-move, .icomoon-resize, .icomoon-resize-2, .icomoon-warning, .icomoon-warning-2, .icomoon-notification, .icomoon-notification-2, .icomoon-question, .icomoon-question-2, .icomoon-question-3, .icomoon-question-4, .icomoon-question-5, .icomoon-plus-circle, .icomoon-plus-circle-2, .icomoon-minus-circle, .icomoon-minus-circle-2, .icomoon-info, .icomoon-info-2, .icomoon-blocked, .icomoon-cancel-circle, .icomoon-cancel-circle-2, .icomoon-checkmark-circle, .icomoon-checkmark-circle-2, .icomoon-cancel, .icomoon-spam, .icomoon-close, .icomoon-close-2, .icomoon-close-3, .icomoon-close-4, .icomoon-close-5, .icomoon-checkmark, .icomoon-checkmark-2, .icomoon-checkmark-3, .icomoon-checkmark-4, .icomoon-spell-check, .icomoon-minus, .icomoon-plus, .icomoon-minus-2, .icomoon-plus-2, .icomoon-enter, .icomoon-exit, .icomoon-enter-2, .icomoon-exit-2, .icomoon-enter-3, .icomoon-exit-3, .icomoon-exit-4, .icomoon-play-3, .icomoon-pause, .icomoon-stop, .icomoon-backward, .icomoon-forward-2, .icomoon-play-4, .icomoon-pause-2, .icomoon-stop-2, .icomoon-backward-2, .icomoon-forward-3, .icomoon-first, .icomoon-last, .icomoon-previous, .icomoon-next, .icomoon-eject, .icomoon-volume-high, .icomoon-volume-medium, .icomoon-volume-low, .icomoon-volume-mute, .icomoon-volume-mute-2, .icomoon-volume-increase, .icomoon-volume-decrease, .icomoon-volume-high-2, .icomoon-volume-medium-2, .icomoon-volume-low-2, .icomoon-volume-mute-3, .icomoon-volume-mute-4, .icomoon-volume-increase-2, .icomoon-volume-decrease-2, .icomoon-volume5, .icomoon-volume4, .icomoon-volume3, .icomoon-volume2, .icomoon-volume1, .icomoon-volume0, .icomoon-volume-mute-5, .icomoon-volume-mute-6, .icomoon-loop, .icomoon-loop-2, .icomoon-loop-3, .icomoon-loop-4, .icomoon-loop-5, .icomoon-shuffle, .icomoon-shuffle-2, .icomoon-wave, .icomoon-wave-2, .icomoon-arrow-first, .icomoon-arrow-right, .icomoon-arrow-up, .icomoon-arrow-right-2, .icomoon-arrow-down, .icomoon-arrow-left, .icomoon-arrow-up-2, .icomoon-arrow-right-3, .icomoon-arrow-down-2, .icomoon-arrow-left-2, .icomoon-arrow-up-left, .icomoon-arrow-up-3, .icomoon-arrow-up-right, .icomoon-arrow-right-4, .icomoon-arrow-down-right, .icomoon-arrow-down-3, .icomoon-arrow-down-left, .icomoon-arrow-left-3, .icomoon-arrow-up-left-2, .icomoon-arrow-up-4, .icomoon-arrow-up-right-2, .icomoon-arrow-right-5, .icomoon-arrow-down-right-2, .icomoon-arrow-down-4, .icomoon-arrow-down-left-2, .icomoon-arrow-left-4, .icomoon-arrow-up-left-3, .icomoon-arrow-up-5, .icomoon-arrow-up-right-3, .icomoon-arrow-right-6, .icomoon-arrow-down-right-3, .icomoon-arrow-down-5, .icomoon-arrow-down-left-3, .icomoon-arrow-left-5, .icomoon-arrow-up-left-4, .icomoon-arrow-up-6, .icomoon-arrow-up-right-4, .icomoon-arrow-right-7, .icomoon-arrow-down-right-4, .icomoon-arrow-down-6, .icomoon-arrow-down-left-4, .icomoon-arrow-left-6, .icomoon-arrow, .icomoon-arrow-2, .icomoon-arrow-3, .icomoon-arrow-4, .icomoon-arrow-5, .icomoon-arrow-6, .icomoon-arrow-7, .icomoon-arrow-8, .icomoon-arrow-up-left-5, .icomoon-arrow-square, .icomoon-arrow-up-right-5, .icomoon-arrow-right-8, .icomoon-arrow-down-right-5, .icomoon-arrow-down-7, .icomoon-arrow-down-left-5, .icomoon-arrow-left-7, .icomoon-arrow-up-7, .icomoon-arrow-right-9, .icomoon-arrow-down-8, .icomoon-arrow-left-8, .icomoon-arrow-up-8, .icomoon-arrow-right-10, .icomoon-arrow-bottom, .icomoon-arrow-left-9, .icomoon-arrow-up-left-6, .icomoon-arrow-up-9, .icomoon-arrow-up-right-6, .icomoon-arrow-right-11, .icomoon-arrow-down-right-6, .icomoon-arrow-down-9, .icomoon-arrow-down-left-6, .icomoon-arrow-left-10, .icomoon-arrow-up-left-7, .icomoon-arrow-up-10, .icomoon-arrow-up-right-7, .icomoon-arrow-right-12, .icomoon-arrow-down-right-7, .icomoon-arrow-down-10, .icomoon-arrow-down-left-7, .icomoon-arrow-left-11, .icomoon-arrow-up-11, .icomoon-arrow-right-13, .icomoon-arrow-down-11, .icomoon-arrow-left-12, .icomoon-arrow-up-12, .icomoon-arrow-right-14, .icomoon-arrow-down-12, .icomoon-arrow-left-13, .icomoon-arrow-up-13, .icomoon-arrow-right-15, .icomoon-arrow-down-13, .icomoon-arrow-left-14, .icomoon-arrow-up-14, .icomoon-arrow-right-16, .icomoon-arrow-down-14, .icomoon-arrow-left-15, .icomoon-arrow-up-15, .icomoon-arrow-right-17, .icomoon-arrow-down-15, .icomoon-arrow-left-16, .icomoon-arrow-up-16, .icomoon-arrow-right-18, .icomoon-arrow-down-16, .icomoon-arrow-left-17, .icomoon-menu-10, .icomoon-menu-11, .icomoon-menu-close, .icomoon-menu-close-2, .icomoon-enter-4, .icomoon-enter-5, .icomoon-esc, .icomoon-backspace, .icomoon-backspace-2, .icomoon-backspace-3, .icomoon-tab, .icomoon-transmission, .icomoon-transmission-2, .icomoon-sort, .icomoon-sort-2, .icomoon-key-keyboard, .icomoon-key-A, .icomoon-key-up, .icomoon-key-right, .icomoon-key-down, .icomoon-key-left, .icomoon-command, .icomoon-checkbox-checked, .icomoon-checkbox-unchecked, .icomoon-square, .icomoon-checkbox-partial, .icomoon-checkbox, .icomoon-checkbox-unchecked-2, .icomoon-checkbox-partial-2, .icomoon-checkbox-checked-2, .icomoon-checkbox-unchecked-3, .icomoon-checkbox-partial-3, .icomoon-radio-checked, .icomoon-radio-unchecked, .icomoon-circle, .icomoon-circle-2, .icomoon-crop, .icomoon-crop-2, .icomoon-vector, .icomoon-rulers, .icomoon-scissors, .icomoon-scissors-2, .icomoon-scissors-3, .icomoon-filter, .icomoon-filter-2, .icomoon-filter-3, .icomoon-filter-4, .icomoon-font, .icomoon-font-size, .icomoon-type, .icomoon-text-height, .icomoon-text-width, .icomoon-height, .icomoon-width, .icomoon-bold, .icomoon-underline, .icomoon-italic, .icomoon-strikethrough, .icomoon-strikethrough-2, .icomoon-font-size-2, .icomoon-bold-2, .icomoon-underline-2, .icomoon-italic-2, .icomoon-strikethrough-3, .icomoon-omega, .icomoon-sigma, .icomoon-nbsp, .icomoon-page-break, .icomoon-page-break-2, .icomoon-superscript, .icomoon-subscript, .icomoon-superscript-2, .icomoon-subscript-2, .icomoon-text-color, .icomoon-highlight, .icomoon-pagebreak, .icomoon-clear-formatting, .icomoon-table, .icomoon-table-2, .icomoon-insert-template, .icomoon-pilcrow, .icomoon-left-to-right, .icomoon-right-to-left, .icomoon-paragraph-left, .icomoon-paragraph-center, .icomoon-paragraph-right, .icomoon-paragraph-justify, .icomoon-paragraph-left-2, .icomoon-paragraph-center-2, .icomoon-paragraph-right-2, .icomoon-paragraph-justify-2, .icomoon-indent-increase, .icomoon-indent-decrease, .icomoon-paragraph-left-3, .icomoon-paragraph-center-3, .icomoon-paragraph-right-3, .icomoon-paragraph-justify-3, .icomoon-indent-increase-2, .icomoon-indent-decrease-2, .icomoon-share, .icomoon-new-tab, .icomoon-new-tab-2, .icomoon-popout, .icomoon-embed, .icomoon-code, .icomoon-console, .icomoon-seven-segment-0, .icomoon-seven-segment-1, .icomoon-seven-segment-2, .icomoon-seven-segment-3, .icomoon-seven-segment-4, .icomoon-seven-segment-5, .icomoon-seven-segment-6, .icomoon-seven-segment-7, .icomoon-seven-segment-8, .icomoon-seven-segment-9, .icomoon-share-2, .icomoon-share-3, .icomoon-mail, .icomoon-mail-2, .icomoon-mail-3, .icomoon-mail-4, .icomoon-google, .icomoon-google-plus, .icomoon-google-plus-2, .icomoon-google-plus-3, .icomoon-google-plus-4, .icomoon-google-drive, .icomoon-facebook, .icomoon-facebook-2, .icomoon-facebook-3, .icomoon-facebook-4, .icomoon-instagram, .icomoon-twitter, .icomoon-twitter-2, .icomoon-twitter-3, .icomoon-feed-2, .icomoon-feed-3, .icomoon-feed-4, .icomoon-youtube, .icomoon-youtube-2, .icomoon-vimeo, .icomoon-vimeo2, .icomoon-vimeo-2, .icomoon-lanyrd, .icomoon-flickr, .icomoon-flickr-2, .icomoon-flickr-3, .icomoon-flickr-4, .icomoon-picassa, .icomoon-picassa-2, .icomoon-dribbble, .icomoon-dribbble-2, .icomoon-dribbble-3, .icomoon-forrst, .icomoon-forrst-2, .icomoon-deviantart, .icomoon-deviantart-2, .icomoon-steam, .icomoon-steam-2, .icomoon-github, .icomoon-github-2, .icomoon-github-3, .icomoon-github-4, .icomoon-github-5, .icomoon-wordpress, .icomoon-wordpress-2, .icomoon-joomla, .icomoon-blogger, .icomoon-blogger-2, .icomoon-tumblr, .icomoon-tumblr-2, .icomoon-yahoo, .icomoon-tux, .icomoon-apple, .icomoon-finder, .icomoon-android, .icomoon-windows, .icomoon-windows8, .icomoon-soundcloud, .icomoon-soundcloud-2, .icomoon-skype, .icomoon-reddit, .icomoon-linkedin, .icomoon-lastfm, .icomoon-lastfm-2, .icomoon-delicious, .icomoon-stumbleupon, .icomoon-stumbleupon-2, .icomoon-stackoverflow, .icomoon-pinterest, .icomoon-pinterest-2, .icomoon-xing, .icomoon-xing-2, .icomoon-flattr, .icomoon-foursquare, .icomoon-foursquare-2, .icomoon-paypal, .icomoon-paypal-2, .icomoon-paypal-3, .icomoon-yelp, .icomoon-libreoffice, .icomoon-file-pdf, .icomoon-file-openoffice, .icomoon-file-word, .icomoon-file-excel, .icomoon-file-zip, .icomoon-file-powerpoint, .icomoon-file-xml, .icomoon-file-css, .icomoon-html5, .icomoon-html5-2, .icomoon-css3, .icomoon-chrome, .icomoon-firefox, .icomoon-IE, .icomoon-opera, .icomoon-safari, .icomoon-IcoMoon, .icomoon-home-12 {    font-family: 'icomoon';    speak: none;    font-style: normal;    font-weight: normal;    font-variant: normal;    text-transform: none;    line-height: 1;    -webkit-font-smoothing: antialiased;}.icomoon-home:before {    content: "\e001";}.icomoon-home-2:before {    content: "\e002";}.icomoon-home-3:before {    content: "\e008";}.icomoon-home-4:before {    content: "\e1f4";}.icomoon-home-5:before {    content: "\e1f3";}.icomoon-home-6:before {    content: "\e1f2";}.icomoon-home-7:before {    content: "\e1f1";}.icomoon-home-8:before {    content: "\e1f0";}.icomoon-home-9:before {    content: "\e1ef";}.icomoon-home-10:before {    content: "\e1ee";}.icomoon-office:before {    content: "\e009";}.icomoon-newspaper:before {    content: "\e00a";}.icomoon-pencil:before {    content: "\e00b";}.icomoon-pencil-2:before {    content: "\e00c";}.icomoon-pencil-3:before {    content: "\e00d";}.icomoon-pencil-4:before {    content: "\e00e";}.icomoon-pencil-5:before {    content: "\e00f";}.icomoon-pencil-6:before {    content: "\e010";}.icomoon-quill:before {    content: "\e011";}.icomoon-quill-2:before {    content: "\e013";}.icomoon-quill-3:before {    content: "\e012";}.icomoon-pen:before {    content: "\e014";}.icomoon-pen-2:before {    content: "\e015";}.icomoon-pen-3:before {    content: "\e016";}.icomoon-pen-4:before {    content: "\e017";}.icomoon-pen-5:before {    content: "\e000";}.icomoon-marker:before {    content: "\e028";}.icomoon-home-11:before {    content: "\e003";}.icomoon-marker-2:before {    content: "\e027";}.icomoon-blog:before {    content: "\e004";}.icomoon-blog-2:before {    content: "\e026";}.icomoon-brush:before {    content: "\e025";}.icomoon-palette:before {    content: "\e024";}.icomoon-palette-2:before {    content: "\e005";}.icomoon-eyedropper:before {    content: "\e023";}.icomoon-eyedropper-2:before {    content: "\e006";}.icomoon-droplet:before {    content: "\e022";}.icomoon-droplet-2:before {    content: "\e007";}.icomoon-droplet-3:before {    content: "\e021";}.icomoon-droplet-4:before {    content: "\e020";}.icomoon-paint-format:before {    content: "\e01f";}.icomoon-paint-format-2:before {    content: "\e018";}.icomoon-image:before {    content: "\e01e";}.icomoon-image-2:before {    content: "\e01d";}.icomoon-image-3:before {    content: "\e019";}.icomoon-images:before {    content: "\e01c";}.icomoon-image-4:before {    content: "\e01a";}.icomoon-image-5:before {    content: "\e01b";}.icomoon-image-6:before {    content: "\e029";}.icomoon-images-2:before {    content: "\e02a";}.icomoon-image-7:before {    content: "\e02b";}.icomoon-camera:before {    content: "\e02c";}.icomoon-camera-2:before {    content: "\e02d";}.icomoon-camera-3:before {    content: "\e02e";}.icomoon-camera-4:before {    content: "\e02f";}.icomoon-music:before {    content: "\e030";}.icomoon-music-2:before {    content: "\e031";}.icomoon-music-3:before {    content: "\e032";}.icomoon-music-4:before {    content: "\e033";}.icomoon-music-5:before {    content: "\e034";}.icomoon-music-6:before {    content: "\e035";}.icomoon-piano:before {    content: "\e036";}.icomoon-guitar:before {    content: "\e037";}.icomoon-headphones:before {    content: "\e038";}.icomoon-headphones-2:before {    content: "\e039";}.icomoon-play:before {    content: "\e03a";}.icomoon-play-2:before {    content: "\e03b";}.icomoon-movie:before {    content: "\e03c";}.icomoon-movie-2:before {    content: "\e03d";}.icomoon-movie-3:before {    content: "\e03e";}.icomoon-film:before {    content: "\e03f";}.icomoon-film-2:before {    content: "\e040";}.icomoon-film-3:before {    content: "\e041";}.icomoon-film-4:before {    content: "\e042";}.icomoon-camera-5:before {    content: "\e043";}.icomoon-camera-6:before {    content: "\e044";}.icomoon-camera-7:before {    content: "\e045";}.icomoon-camera-8:before {    content: "\e046";}.icomoon-camera-9:before {    content: "\e047";}.icomoon-dice:before {    content: "\e048";}.icomoon-gamepad:before {    content: "\e049";}.icomoon-gamepad-2:before {    content: "\e04a";}.icomoon-gamepad-3:before {    content: "\e04b";}.icomoon-pacman:before {    content: "\e04c";}.icomoon-spades:before {    content: "\e04d";}.icomoon-clubs:before {    content: "\e04e";}.icomoon-diamonds:before {    content: "\e04f";}.icomoon-king:before {    content: "\e050";}.icomoon-queen:before {    content: "\e051";}.icomoon-rock:before {    content: "\e052";}.icomoon-bishop:before {    content: "\e053";}.icomoon-knight:before {    content: "\e054";}.icomoon-pawn:before {    content: "\e055";}.icomoon-chess:before {    content: "\e056";}.icomoon-bullhorn:before {    content: "\e057";}.icomoon-megaphone:before {    content: "\e058";}.icomoon-new:before {    content: "\e059";}.icomoon-connection:before {    content: "\e05a";}.icomoon-connection-2:before {    content: "\e05b";}.icomoon-podcast:before {    content: "\e05c";}.icomoon-radio:before {    content: "\e05d";}.icomoon-feed:before {    content: "\e05e";}.icomoon-connection-3:before {    content: "\e05f";}.icomoon-radio-2:before {    content: "\e060";}.icomoon-podcast-2:before {    content: "\e061";}.icomoon-podcast-3:before {    content: "\e062";}.icomoon-mic:before {    content: "\e063";}.icomoon-mic-2:before {    content: "\e064";}.icomoon-mic-3:before {    content: "\e065";}.icomoon-mic-4:before {    content: "\e066";}.icomoon-mic-5:before {    content: "\e067";}.icomoon-book:before {    content: "\e068";}.icomoon-book-2:before {    content: "\e069";}.icomoon-books:before {    content: "\e06a";}.icomoon-reading:before {    content: "\e06b";}.icomoon-library:before {    content: "\e06c";}.icomoon-library-2:before {    content: "\e06d";}.icomoon-graduation:before {    content: "\e06e";}.icomoon-file:before {    content: "\e06f";}.icomoon-profile:before {    content: "\e070";}.icomoon-file-2:before {    content: "\e071";}.icomoon-file-3:before {    content: "\e072";}.icomoon-file-4:before {    content: "\e073";}.icomoon-file-5:before {    content: "\e074";}.icomoon-file-6:before {    content: "\e075";}.icomoon-files:before {    content: "\e076";}.icomoon-file-plus:before {    content: "\e077";}.icomoon-file-minus:before {    content: "\e078";}.icomoon-file-download:before {    content: "\e079";}.icomoon-file-upload:before {    content: "\e07a";}.icomoon-file-check:before {    content: "\e07b";}.icomoon-file-remove:before {    content: "\e07c";}.icomoon-file-7:before {    content: "\e07d";}.icomoon-file-8:before {    content: "\e07e";}.icomoon-file-plus-2:before {    content: "\e07f";}.icomoon-file-minus-2:before {    content: "\e080";}.icomoon-file-download-2:before {    content: "\e081";}.icomoon-file-upload-2:before {    content: "\e082";}.icomoon-file-check-2:before {    content: "\e083";}.icomoon-file-remove-2:before {    content: "\e084";}.icomoon-file-9:before {    content: "\e085";}.icomoon-copy:before {    content: "\e086";}.icomoon-copy-2:before {    content: "\e087";}.icomoon-copy-3:before {    content: "\e088";}.icomoon-copy-4:before {    content: "\e089";}.icomoon-paste:before {    content: "\e08a";}.icomoon-paste-2:before {    content: "\e08b";}.icomoon-paste-3:before {    content: "\e08c";}.icomoon-stack:before {    content: "\e08d";}.icomoon-stack-2:before {    content: "\e08e";}.icomoon-stack-3:before {    content: "\e08f";}.icomoon-folder:before {    content: "\e090";}.icomoon-folder-download:before {    content: "\e091";}.icomoon-folder-upload:before {    content: "\e092";}.icomoon-folder-plus:before {    content: "\e093";}.icomoon-folder-plus-2:before {    content: "\e094";}.icomoon-folder-minus:before {    content: "\e095";}.icomoon-folder-minus-2:before {    content: "\e096";}.icomoon-folder8:before {    content: "\e097";}.icomoon-folder-remove:before {    content: "\e098";}.icomoon-folder-2:before {    content: "\e099";}.icomoon-folder-open:before {    content: "\e09a";}.icomoon-folder-3:before {    content: "\e09b";}.icomoon-folder-4:before {    content: "\e09c";}.icomoon-folder-plus-3:before {    content: "\e09d";}.icomoon-folder-minus-3:before {    content: "\e09e";}.icomoon-folder-plus-4:before {    content: "\e09f";}.icomoon-folder-remove-2:before {    content: "\e0a0";}.icomoon-folder-download-2:before {    content: "\e0a1";}.icomoon-folder-upload-2:before {    content: "\e0a2";}.icomoon-folder-download-3:before {    content: "\e0a3";}.icomoon-folder-upload-3:before {    content: "\e0a4";}.icomoon-folder-5:before {    content: "\e0a5";}.icomoon-folder-open-2:before {    content: "\e0a6";}.icomoon-folder-6:before {    content: "\e0a7";}.icomoon-folder-open-3:before {    content: "\e0a8";}.icomoon-certificate:before {    content: "\e0a9";}.icomoon-cc:before {    content: "\e0aa";}.icomoon-tag:before {    content: "\e0ab";}.icomoon-tag-2:before {    content: "\e0ac";}.icomoon-tag-3:before {    content: "\e0ad";}.icomoon-tag-4:before {    content: "\e0ae";}.icomoon-tag-5:before {    content: "\e0af";}.icomoon-tag-6:before {    content: "\e0b0";}.icomoon-tag-7:before {    content: "\e0b1";}.icomoon-tags:before {    content: "\e0b2";}.icomoon-tags-2:before {    content: "\e0b3";}.icomoon-tag-8:before {    content: "\e0b4";}.icomoon-barcode:before {    content: "\e0b5";}.icomoon-barcode-2:before {    content: "\e0b6";}.icomoon-qrcode:before {    content: "\e0b7";}.icomoon-ticket:before {    content: "\e0b8";}.icomoon-cart:before {    content: "\e0b9";}.icomoon-cart-2:before {    content: "\e0ba";}.icomoon-cart-3:before {    content: "\e0bb";}.icomoon-cart-4:before {    content: "\e0bc";}.icomoon-cart-5:before {    content: "\e0bd";}.icomoon-cart-6:before {    content: "\e0be";}.icomoon-cart-7:before {    content: "\e0bf";}.icomoon-cart-plus:before {    content: "\e0c0";}.icomoon-cart-minus:before {    content: "\e0c1";}.icomoon-cart-add:before {    content: "\e0c2";}.icomoon-cart-remove:before {    content: "\e0c3";}.icomoon-cart-checkout:before {    content: "\e0c4";}.icomoon-cart-remove-2:before {    content: "\e0c5";}.icomoon-basket:before {    content: "\e0c6";}.icomoon-basket-2:before {    content: "\e0c7";}.icomoon-bag:before {    content: "\e0c8";}.icomoon-bag-2:before {    content: "\e0c9";}.icomoon-bag-3:before {    content: "\e0ca";}.icomoon-coin:before {    content: "\e0cb";}.icomoon-coins:before {    content: "\e0cc";}.icomoon-credit:before {    content: "\e0cd";}.icomoon-credit-2:before {    content: "\e0ce";}.icomoon-calculate:before {    content: "\e0cf";}.icomoon-calculate-2:before {    content: "\e0d0";}.icomoon-support:before {    content: "\e0d1";}.icomoon-phone:before {    content: "\e0d2";}.icomoon-phone-2:before {    content: "\e0d3";}.icomoon-phone-3:before {    content: "\e0d4";}.icomoon-phone-4:before {    content: "\e0d5";}.icomoon-contact-add:before {    content: "\e0d6";}.icomoon-contact-remove:before {    content: "\e0d7";}.icomoon-contact-add-2:before {    content: "\e0d8";}.icomoon-contact-remove-2:before {    content: "\e0d9";}.icomoon-call-incoming:before {    content: "\e0da";}.icomoon-call-outgoing:before {    content: "\e0db";}.icomoon-phone-5:before {    content: "\e0dc";}.icomoon-phone-6:before {    content: "\e0dd";}.icomoon-phone-hang-up:before {    content: "\e0de";}.icomoon-phone-hang-up-2:before {    content: "\e0df";}.icomoon-address-book:before {    content: "\e0e0";}.icomoon-address-book-2:before {    content: "\e0e1";}.icomoon-notebook:before {    content: "\e0e2";}.icomoon-envelop:before {    content: "\e0e3";}.icomoon-envelop-2:before {    content: "\e0e4";}.icomoon-mail-send:before {    content: "\e0e5";}.icomoon-envelop-opened:before {    content: "\e0e6";}.icomoon-envelop-3:before {    content: "\e0e7";}.icomoon-pushpin:before {    content: "\e0e8";}.icomoon-location:before {    content: "\e0e9";}.icomoon-location-2:before {    content: "\e0ea";}.icomoon-location-3:before {    content: "\e0eb";}.icomoon-location-4:before {    content: "\e0ec";}.icomoon-location-5:before {    content: "\e0ed";}.icomoon-location-6:before {    content: "\e0ee";}.icomoon-location-7:before {    content: "\e0ef";}.icomoon-compass:before {    content: "\e0f0";}.icomoon-compass-2:before {    content: "\e0f1";}.icomoon-map:before {    content: "\e0f2";}.icomoon-map-2:before {    content: "\e0f3";}.icomoon-map-3:before {    content: "\e0f4";}.icomoon-map-4:before {    content: "\e0f5";}.icomoon-direction:before {    content: "\e0f6";}.icomoon-history:before {    content: "\e0f7";}.icomoon-history-2:before {    content: "\e0f8";}.icomoon-clock:before {    content: "\e0f9";}.icomoon-clock-2:before {    content: "\e0fa";}.icomoon-clock-3:before {    content: "\e0fb";}.icomoon-clock-4:before {    content: "\e0fc";}.icomoon-watch:before {    content: "\e0fd";}.icomoon-clock-5:before {    content: "\e0fe";}.icomoon-clock-6:before {    content: "\e0ff";}.icomoon-clock-7:before {    content: "\e100";}.icomoon-alarm:before {    content: "\e101";}.icomoon-alarm-2:before {    content: "\e102";}.icomoon-bell:before {    content: "\e103";}.icomoon-bell-2:before {    content: "\e104";}.icomoon-alarm-plus:before {    content: "\e105";}.icomoon-alarm-minus:before {    content: "\e106";}.icomoon-alarm-check:before {    content: "\e107";}.icomoon-alarm-cancel:before {    content: "\e108";}.icomoon-stopwatch:before {    content: "\e109";}.icomoon-calendar:before {    content: "\e10a";}.icomoon-calendar-2:before {    content: "\e10b";}.icomoon-calendar-3:before {    content: "\e10c";}.icomoon-calendar-4:before {    content: "\e10d";}.icomoon-calendar-5:before {    content: "\e10e";}.icomoon-print:before {    content: "\e10f";}.icomoon-print-2:before {    content: "\e110";}.icomoon-print-3:before {    content: "\e111";}.icomoon-mouse:before {    content: "\e112";}.icomoon-mouse-2:before {    content: "\e113";}.icomoon-mouse-3:before {    content: "\e114";}.icomoon-mouse-4:before {    content: "\e115";}.icomoon-keyboard:before {    content: "\e116";}.icomoon-keyboard-2:before {    content: "\e117";}.icomoon-screen:before {    content: "\e118";}.icomoon-screen-2:before {    content: "\e119";}.icomoon-screen-3:before {    content: "\e11a";}.icomoon-screen-4:before {    content: "\e11b";}.icomoon-laptop:before {    content: "\e11c";}.icomoon-mobile:before {    content: "\e11d";}.icomoon-mobile-2:before {    content: "\e11e";}.icomoon-tablet:before {    content: "\e11f";}.icomoon-mobile-3:before {    content: "\e120";}.icomoon-tv:before {    content: "\e121";}.icomoon-cabinet:before {    content: "\e122";}.icomoon-archive:before {    content: "\e123";}.icomoon-drawer:before {    content: "\e124";}.icomoon-drawer-2:before {    content: "\e125";}.icomoon-drawer-3:before {    content: "\e126";}.icomoon-box:before {    content: "\e127";}.icomoon-box-add:before {    content: "\e128";}.icomoon-box-remove:before {    content: "\e129";}.icomoon-download:before {    content: "\e12a";}.icomoon-upload:before {    content: "\e12b";}.icomoon-disk:before {    content: "\e12c";}.icomoon-cd:before {    content: "\e12d";}.icomoon-storage:before {    content: "\e12e";}.icomoon-storage-2:before {    content: "\e12f";}.icomoon-database:before {    content: "\e130";}.icomoon-database-2:before {    content: "\e131";}.icomoon-database-3:before {    content: "\e132";}.icomoon-undo:before {    content: "\e133";}.icomoon-redo:before {    content: "\e134";}.icomoon-rotate:before {    content: "\e135";}.icomoon-rotate-2:before {    content: "\e136";}.icomoon-flip:before {    content: "\e137";}.icomoon-flip-2:before {    content: "\e138";}.icomoon-unite:before {    content: "\e139";}.icomoon-subtract:before {    content: "\e13a";}.icomoon-interset:before {    content: "\e13b";}.icomoon-exclude:before {    content: "\e13c";}.icomoon-align-left:before {    content: "\e13d";}.icomoon-align-center-horizontal:before {    content: "\e13e";}.icomoon-align-right:before {    content: "\e13f";}.icomoon-align-top:before {    content: "\e140";}.icomoon-align-center-vertical:before {    content: "\e141";}.icomoon-align-bottom:before {    content: "\e142";}.icomoon-undo-2:before {    content: "\e143";}.icomoon-redo-2:before {    content: "\e144";}.icomoon-forward:before {    content: "\e145";}.icomoon-reply:before {    content: "\e146";}.icomoon-reply-2:before {    content: "\e147";}.icomoon-bubble:before {    content: "\e148";}.icomoon-bubbles:before {    content: "\e149";}.icomoon-bubbles-2:before {    content: "\e14a";}.icomoon-bubble-2:before {    content: "\e14b";}.icomoon-bubbles-3:before {    content: "\e14c";}.icomoon-bubbles-4:before {    content: "\e14d";}.icomoon-bubble-notification:before {    content: "\e14e";}.icomoon-bubbles-5:before {    content: "\e14f";}.icomoon-bubbles-6:before {    content: "\e150";}.icomoon-bubble-3:before {    content: "\e151";}.icomoon-bubble-dots:before {    content: "\e152";}.icomoon-bubble-4:before {    content: "\e153";}.icomoon-bubble-5:before {    content: "\e154";}.icomoon-bubble-dots-2:before {    content: "\e155";}.icomoon-bubble-6:before {    content: "\e156";}.icomoon-bubble-7:before {    content: "\e157";}.icomoon-bubble-8:before {    content: "\e158";}.icomoon-bubbles-7:before {    content: "\e159";}.icomoon-bubble-9:before {    content: "\e15a";}.icomoon-bubbles-8:before {    content: "\e15b";}.icomoon-bubble-10:before {    content: "\e15c";}.icomoon-bubble-dots-3:before {    content: "\e15d";}.icomoon-bubble-11:before {    content: "\e15e";}.icomoon-bubble-12:before {    content: "\e15f";}.icomoon-bubble-dots-4:before {    content: "\e160";}.icomoon-bubble-13:before {    content: "\e161";}.icomoon-bubbles-9:before {    content: "\e162";}.icomoon-bubbles-10:before {    content: "\e163";}.icomoon-bubble-blocked:before {    content: "\e164";}.icomoon-bubble-quote:before {    content: "\e165";}.icomoon-bubble-user:before {    content: "\e166";}.icomoon-bubble-check:before {    content: "\e167";}.icomoon-bubble-video-chat:before {    content: "\e168";}.icomoon-bubble-link:before {    content: "\e169";}.icomoon-bubble-locked:before {    content: "\e16a";}.icomoon-bubble-star:before {    content: "\e16b";}.icomoon-bubble-heart:before {    content: "\e16c";}.icomoon-bubble-paperclip:before {    content: "\e16d";}.icomoon-bubble-cancel:before {    content: "\e16e";}.icomoon-bubble-plus:before {    content: "\e16f";}.icomoon-bubble-minus:before {    content: "\e170";}.icomoon-bubble-notification-2:before {    content: "\e171";}.icomoon-bubble-trash:before {    content: "\e172";}.icomoon-bubble-left:before {    content: "\e173";}.icomoon-bubble-right:before {    content: "\e174";}.icomoon-bubble-up:before {    content: "\e175";}.icomoon-bubble-down:before {    content: "\e176";}.icomoon-bubble-first:before {    content: "\e177";}.icomoon-bubble-last:before {    content: "\e178";}.icomoon-bubble-replu:before {    content: "\e179";}.icomoon-bubble-forward:before {    content: "\e17a";}.icomoon-bubble-reply:before {    content: "\e17b";}.icomoon-bubble-forward-2:before {    content: "\e17c";}.icomoon-user:before {    content: "\e17d";}.icomoon-users:before {    content: "\e17e";}.icomoon-user-plus:before {    content: "\e17f";}.icomoon-user-plus-2:before {    content: "\e180";}.icomoon-user-minus:before {    content: "\e181";}.icomoon-user-minus-2:before {    content: "\e182";}.icomoon-user-cancel:before {    content: "\e183";}.icomoon-user-block:before {    content: "\e184";}.icomoon-users-2:before {    content: "\e185";}.icomoon-user-2:before {    content: "\e186";}.icomoon-users-3:before {    content: "\e187";}.icomoon-user-plus-3:before {    content: "\e188";}.icomoon-user-minus-3:before {    content: "\e189";}.icomoon-user-cancel-2:before {    content: "\e18a";}.icomoon-user-block-2:before {    content: "\e18b";}.icomoon-user-3:before {    content: "\e18c";}.icomoon-user-4:before {    content: "\e18d";}.icomoon-user-5:before {    content: "\e18e";}.icomoon-user-6:before {    content: "\e18f";}.icomoon-users-4:before {    content: "\e190";}.icomoon-user-7:before {    content: "\e191";}.icomoon-user-8:before {    content: "\e192";}.icomoon-users-5:before {    content: "\e193";}.icomoon-vcard:before {    content: "\e194";}.icomoon-tshirt:before {    content: "\e195";}.icomoon-hanger:before {    content: "\e196";}.icomoon-quotes-left:before {    content: "\e197";}.icomoon-quotes-right:before {    content: "\e198";}.icomoon-quotes-right-2:before {    content: "\e199";}.icomoon-quotes-right-3:before {    content: "\e19a";}.icomoon-busy:before {    content: "\e19b";}.icomoon-busy-2:before {    content: "\e19c";}.icomoon-busy-3:before {    content: "\e19d";}.icomoon-busy-4:before {    content: "\e19e";}.icomoon-spinner:before {    content: "\e19f";}.icomoon-spinner-2:before {    content: "\e1a0";}.icomoon-spinner-3:before {    content: "\e1a1";}.icomoon-spinner-4:before {    content: "\e1a2";}.icomoon-spinner-5:before {    content: "\e1a3";}.icomoon-spinner-6:before {    content: "\e1a4";}.icomoon-spinner-7:before {    content: "\e1a5";}.icomoon-spinner-8:before {    content: "\e1a6";}.icomoon-spinner-9:before {    content: "\e1a7";}.icomoon-spinner-10:before {    content: "\e1a8";}.icomoon-spinner-11:before {    content: "\e1a9";}.icomoon-spinner-12:before {    content: "\e1aa";}.icomoon-microscope:before {    content: "\e1ab";}.icomoon-binoculars:before {    content: "\e1ac";}.icomoon-binoculars-2:before {    content: "\e1ad";}.icomoon-search:before {    content: "\e1ae";}.icomoon-search-2:before {    content: "\e1af";}.icomoon-zoom-in:before {    content: "\e1b0";}.icomoon-zoom-out:before {    content: "\e1b1";}.icomoon-search-3:before {    content: "\e1b2";}.icomoon-search-4:before {    content: "\e1b3";}.icomoon-zoom-in-2:before {    content: "\e1b4";}.icomoon-zoom-out-2:before {    content: "\e1b5";}.icomoon-search-5:before {    content: "\e1b6";}.icomoon-expand:before {    content: "\e1b7";}.icomoon-contract:before {    content: "\e1b8";}.icomoon-scale-up:before {    content: "\e1b9";}.icomoon-scale-down:before {    content: "\e1ba";}.icomoon-expand-2:before {    content: "\e1bb";}.icomoon-contract-2:before {    content: "\e1bc";}.icomoon-scale-up-2:before {    content: "\e1bd";}.icomoon-scale-down-2:before {    content: "\e1be";}.icomoon-fullscreen:before {    content: "\e1bf";}.icomoon-expand-3:before {    content: "\e1c0";}.icomoon-contract-3:before {    content: "\e1c1";}.icomoon-key:before {    content: "\e1c2";}.icomoon-key-2:before {    content: "\e1c3";}.icomoon-key-3:before {    content: "\e1c4";}.icomoon-key-4:before {    content: "\e1c5";}.icomoon-key-5:before {    content: "\e1c6";}.icomoon-keyhole:before {    content: "\e1c7";}.icomoon-lock:before {    content: "\e1c8";}.icomoon-lock-2:before {    content: "\e1c9";}.icomoon-lock-3:before {    content: "\e1ca";}.icomoon-lock-4:before {    content: "\e1cb";}.icomoon-unlocked:before {    content: "\e1cc";}.icomoon-lock-5:before {    content: "\e1cd";}.icomoon-unlocked-2:before {    content: "\e1ce";}.icomoon-wrench:before {    content: "\e1cf";}.icomoon-wrench-2:before {    content: "\e1d0";}.icomoon-wrench-3:before {    content: "\e1d1";}.icomoon-wrench-4:before {    content: "\e1d2";}.icomoon-settings:before {    content: "\e1d3";}.icomoon-equalizer:before {    content: "\e1d4";}.icomoon-equalizer-2:before {    content: "\e1d5";}.icomoon-equalizer-3:before {    content: "\e1d6";}.icomoon-cog:before {    content: "\e1d7";}.icomoon-cogs:before {    content: "\e1d8";}.icomoon-cog-2:before {    content: "\e1d9";}.icomoon-cog-3:before {    content: "\e1da";}.icomoon-cog-4:before {    content: "\e1db";}.icomoon-cog-5:before {    content: "\e1dc";}.icomoon-cog-6:before {    content: "\e1dd";}.icomoon-cog-7:before {    content: "\e1de";}.icomoon-factory:before {    content: "\e1df";}.icomoon-hammer:before {    content: "\e1e0";}.icomoon-tools:before {    content: "\e1e1";}.icomoon-screwdriver:before {    content: "\e1e2";}.icomoon-screwdriver-2:before {    content: "\e1e3";}.icomoon-wand:before {    content: "\e1e4";}.icomoon-wand-2:before {    content: "\e1e5";}.icomoon-health:before {    content: "\e1e6";}.icomoon-aid:before {    content: "\e1e7";}.icomoon-patch:before {    content: "\e1e8";}.icomoon-bug:before {    content: "\e1e9";}.icomoon-bug-2:before {    content: "\e1ea";}.icomoon-inject:before {    content: "\e1eb";}.icomoon-inject-2:before {    content: "\e1ec";}.icomoon-construction:before {    content: "\e1ed";}.icomoon-cone:before {    content: "\e1f5";}.icomoon-pie:before {    content: "\e1f6";}.icomoon-pie-2:before {    content: "\e1f7";}.icomoon-pie-3:before {    content: "\e1f8";}.icomoon-pie-4:before {    content: "\e1f9";}.icomoon-pie-5:before {    content: "\e1fa";}.icomoon-pie-6:before {    content: "\e1fb";}.icomoon-pie-7:before {    content: "\e1fc";}.icomoon-stats:before {    content: "\e1fd";}.icomoon-stats-2:before {    content: "\e1fe";}.icomoon-stats-3:before {    content: "\e1ff";}.icomoon-bars:before {    content: "\e200";}.icomoon-bars-2:before {    content: "\e201";}.icomoon-bars-3:before {    content: "\e202";}.icomoon-bars-4:before {    content: "\e203";}.icomoon-bars-5:before {    content: "\e204";}.icomoon-bars-6:before {    content: "\e205";}.icomoon-stats-up:before {    content: "\e206";}.icomoon-stats-down:before {    content: "\e207";}.icomoon-stairs-down:before {    content: "\e208";}.icomoon-stairs-down-2:before {    content: "\e209";}.icomoon-chart:before {    content: "\e20a";}.icomoon-stairs:before {    content: "\e20b";}.icomoon-stairs-2:before {    content: "\e20c";}.icomoon-ladder:before {    content: "\e20d";}.icomoon-cake:before {    content: "\e20e";}.icomoon-gift:before {    content: "\e20f";}.icomoon-gift-2:before {    content: "\e210";}.icomoon-balloon:before {    content: "\e211";}.icomoon-rating:before {    content: "\e212";}.icomoon-rating-2:before {    content: "\e213";}.icomoon-rating-3:before {    content: "\e214";}.icomoon-podium:before {    content: "\e215";}.icomoon-medal:before {    content: "\e216";}.icomoon-medal-2:before {    content: "\e217";}.icomoon-medal-3:before {    content: "\e218";}.icomoon-medal-4:before {    content: "\e219";}.icomoon-medal-5:before {    content: "\e21a";}.icomoon-crown:before {    content: "\e21b";}.icomoon-trophy:before {    content: "\e21c";}.icomoon-trophy-2:before {    content: "\e21d";}.icomoon-trophy-star:before {    content: "\e21e";}.icomoon-diamond:before {    content: "\e21f";}.icomoon-diamond-2:before {    content: "\e220";}.icomoon-glass:before {    content: "\e221";}.icomoon-glass-2:before {    content: "\e222";}.icomoon-bottle:before {    content: "\e223";}.icomoon-bottle-2:before {    content: "\e224";}.icomoon-mug:before {    content: "\e225";}.icomoon-food:before {    content: "\e226";}.icomoon-food-2:before {    content: "\e227";}.icomoon-hamburger:before {    content: "\e228";}.icomoon-cup:before {    content: "\e229";}.icomoon-cup-2:before {    content: "\e22a";}.icomoon-leaf:before {    content: "\e22b";}.icomoon-leaf-2:before {    content: "\e22c";}.icomoon-apple-fruit:before {    content: "\e22d";}.icomoon-tree:before {    content: "\e22e";}.icomoon-tree-2:before {    content: "\e22f";}.icomoon-paw:before {    content: "\e230";}.icomoon-steps:before {    content: "\e231";}.icomoon-flower:before {    content: "\e232";}.icomoon-rocket:before {    content: "\e233";}.icomoon-meter:before {    content: "\e234";}.icomoon-meter2:before {    content: "\e235";}.icomoon-meter-slow:before {    content: "\e236";}.icomoon-meter-medium:before {    content: "\e237";}.icomoon-meter-fast:before {    content: "\e238";}.icomoon-dashboard:before {    content: "\e239";}.icomoon-hammer-2:before {    content: "\e23a";}.icomoon-balance:before {    content: "\e23b";}.icomoon-bomb:before {    content: "\e23c";}.icomoon-fire:before {    content: "\e23d";}.icomoon-fire-2:before {    content: "\e23e";}.icomoon-lab:before {    content: "\e23f";}.icomoon-atom:before {    content: "\e240";}.icomoon-atom-2:before {    content: "\e241";}.icomoon-magnet:before {    content: "\e242";}.icomoon-magnet-2:before {    content: "\e243";}.icomoon-magnet-3:before {    content: "\e244";}.icomoon-magnet-4:before {    content: "\e245";}.icomoon-dumbbell:before {    content: "\e246";}.icomoon-skull:before {    content: "\e247";}.icomoon-skull-2:before {    content: "\e248";}.icomoon-skull-3:before {    content: "\e249";}.icomoon-lamp:before {    content: "\e24a";}.icomoon-lamp-2:before {    content: "\e24b";}.icomoon-lamp-3:before {    content: "\e24c";}.icomoon-lamp-4:before {    content: "\e24d";}.icomoon-remove:before {    content: "\e24e";}.icomoon-remove-2:before {    content: "\e24f";}.icomoon-remove-3:before {    content: "\e250";}.icomoon-remove-4:before {    content: "\e251";}.icomoon-remove-5:before {    content: "\e252";}.icomoon-remove-6:before {    content: "\e253";}.icomoon-remove-7:before {    content: "\e254";}.icomoon-remove-8:before {    content: "\e255";}.icomoon-briefcase:before {    content: "\e256";}.icomoon-briefcase-2:before {    content: "\e257";}.icomoon-briefcase-3:before {    content: "\e258";}.icomoon-airplane:before {    content: "\e259";}.icomoon-airplane-2:before {    content: "\e25a";}.icomoon-paper-plane:before {    content: "\e25b";}.icomoon-car:before {    content: "\e25c";}.icomoon-gas-pump:before {    content: "\e25d";}.icomoon-bus:before {    content: "\e25e";}.icomoon-truck:before {    content: "\e25f";}.icomoon-bike:before {    content: "\e260";}.icomoon-road:before {    content: "\e261";}.icomoon-train:before {    content: "\e262";}.icomoon-ship:before {    content: "\e263";}.icomoon-boat:before {    content: "\e264";}.icomoon-cube:before {    content: "\e265";}.icomoon-cube-2:before {    content: "\e266";}.icomoon-cube-3:before {    content: "\e267";}.icomoon-cube4:before {    content: "\e268";}.icomoon-pyramid:before {    content: "\e269";}.icomoon-pyramid-2:before {    content: "\e26a";}.icomoon-cylinder:before {    content: "\e26b";}.icomoon-package:before {    content: "\e26c";}.icomoon-puzzle:before {    content: "\e26d";}.icomoon-puzzle-2:before {    content: "\e26e";}.icomoon-puzzle-3:before {    content: "\e26f";}.icomoon-puzzle-4:before {    content: "\e270";}.icomoon-glasses:before {    content: "\e271";}.icomoon-glasses-2:before {    content: "\e272";}.icomoon-glasses-3:before {    content: "\e273";}.icomoon-sun-glasses:before {    content: "\e274";}.icomoon-accessibility:before {    content: "\e275";}.icomoon-accessibility-2:before {    content: "\e276";}.icomoon-brain:before {    content: "\e277";}.icomoon-target:before {    content: "\e278";}.icomoon-target-2:before {    content: "\e279";}.icomoon-target-3:before {    content: "\e27a";}.icomoon-gun:before {    content: "\e27b";}.icomoon-gun-ban:before {    content: "\e27c";}.icomoon-shield:before {    content: "\e27d";}.icomoon-shield-2:before {    content: "\e27e";}.icomoon-shield-3:before {    content: "\e27f";}.icomoon-shield-4:before {    content: "\e280";}.icomoon-soccer:before {    content: "\e281";}.icomoon-football:before {    content: "\e282";}.icomoon-baseball:before {    content: "\e283";}.icomoon-basketball:before {    content: "\e284";}.icomoon-golf:before {    content: "\e285";}.icomoon-hockey:before {    content: "\e286";}.icomoon-racing:before {    content: "\e287";}.icomoon-eight-ball:before {    content: "\e288";}.icomoon-bowling-ball:before {    content: "\e289";}.icomoon-bowling:before {    content: "\e28a";}.icomoon-bowling-2:before {    content: "\e28b";}.icomoon-lightning:before {    content: "\e28c";}.icomoon-power:before {    content: "\e28d";}.icomoon-power-2:before {    content: "\e28e";}.icomoon-switch:before {    content: "\e28f";}.icomoon-power-cord:before {    content: "\e290";}.icomoon-cord:before {    content: "\e291";}.icomoon-socket:before {    content: "\e292";}.icomoon-clipboard:before {    content: "\e293";}.icomoon-clipboard-2:before {    content: "\e294";}.icomoon-signup:before {    content: "\e295";}.icomoon-clipboard-3:before {    content: "\e296";}.icomoon-clipboard-4:before {    content: "\e297";}.icomoon-list:before {    content: "\e298";}.icomoon-list-2:before {    content: "\e299";}.icomoon-list-3:before {    content: "\e29a";}.icomoon-numbered-list:before {    content: "\e29b";}.icomoon-list-4:before {    content: "\e29c";}.icomoon-list-5:before {    content: "\e29d";}.icomoon-playlist:before {    content: "\e29e";}.icomoon-grid:before {    content: "\e29f";}.icomoon-grid-2:before {    content: "\e2a0";}.icomoon-grid-3:before {    content: "\e2a1";}.icomoon-grid-4:before {    content: "\e2a2";}.icomoon-grid-5:before {    content: "\e2a3";}.icomoon-grid-6:before {    content: "\e2a4";}.icomoon-tree-3:before {    content: "\e2a5";}.icomoon-tree-4:before {    content: "\e2a6";}.icomoon-tree-5:before {    content: "\e2a7";}.icomoon-menu:before {    content: "\e2a8";}.icomoon-menu-2:before {    content: "\e2a9";}.icomoon-circle-small:before {    content: "\e2aa";}.icomoon-menu-3:before {    content: "\e2ab";}.icomoon-menu-4:before {    content: "\e2ac";}.icomoon-menu-5:before {    content: "\e2ad";}.icomoon-menu-6:before {    content: "\e2ae";}.icomoon-menu-7:before {    content: "\e2af";}.icomoon-menu-8:before {    content: "\e2b0";}.icomoon-menu-9:before {    content: "\e2b1";}.icomoon-cloud:before {    content: "\e2b2";}.icomoon-cloud-2:before {    content: "\e2b3";}.icomoon-cloud-3:before {    content: "\e2b4";}.icomoon-cloud-download:before {    content: "\e2b5";}.icomoon-cloud-upload:before {    content: "\e2b6";}.icomoon-download-2:before {    content: "\e2b7";}.icomoon-upload-2:before {    content: "\e2b8";}.icomoon-download-3:before {    content: "\e2b9";}.icomoon-upload-3:before {    content: "\e2ba";}.icomoon-download-4:before {    content: "\e2bb";}.icomoon-upload-4:before {    content: "\e2bc";}.icomoon-download-5:before {    content: "\e2bd";}.icomoon-upload-5:before {    content: "\e2be";}.icomoon-download-6:before {    content: "\e2bf";}.icomoon-upload-6:before {    content: "\e2c0";}.icomoon-download-7:before {    content: "\e2c1";}.icomoon-upload-7:before {    content: "\e2c2";}.icomoon-globe:before {    content: "\e2c3";}.icomoon-globe-2:before {    content: "\e2c4";}.icomoon-globe-3:before {    content: "\e2c5";}.icomoon-earth:before {    content: "\e2c6";}.icomoon-network:before {    content: "\e2c7";}.icomoon-link:before {    content: "\e2c8";}.icomoon-link-2:before {    content: "\e2c9";}.icomoon-link-3:before {    content: "\e2ca";}.icomoon-link2:before {    content: "\e2cb";}.icomoon-link-4:before {    content: "\e2cc";}.icomoon-link-5:before {    content: "\e2cd";}.icomoon-link-6:before {    content: "\e2ce";}.icomoon-anchor:before {    content: "\e2cf";}.icomoon-flag:before {    content: "\e2d0";}.icomoon-flag-2:before {    content: "\e2d1";}.icomoon-flag-3:before {    content: "\e2d2";}.icomoon-flag-4:before {    content: "\e2d3";}.icomoon-flag-5:before {    content: "\e2d4";}.icomoon-flag-6:before {    content: "\e2d5";}.icomoon-attachment:before {    content: "\e2d6";}.icomoon-attachment-2:before {    content: "\e2d7";}.icomoon-eye:before {    content: "\e2d8";}.icomoon-eye-blocked:before {    content: "\e2d9";}.icomoon-eye-2:before {    content: "\e2da";}.icomoon-eye-3:before {    content: "\e2db";}.icomoon-eye-blocked-2:before {    content: "\e2dc";}.icomoon-eye-4:before {    content: "\e2dd";}.icomoon-eye-5:before {    content: "\e2de";}.icomoon-eye-6:before {    content: "\e2df";}.icomoon-eye-7:before {    content: "\e2e0";}.icomoon-eye-8:before {    content: "\e2e1";}.icomoon-bookmark:before {    content: "\e2e2";}.icomoon-bookmark-2:before {    content: "\e2e3";}.icomoon-bookmarks:before {    content: "\e2e4";}.icomoon-bookmark-3:before {    content: "\e2e5";}.icomoon-spotlight:before {    content: "\e2e6";}.icomoon-starburst:before {    content: "\e2e7";}.icomoon-snowflake:before {    content: "\e2e8";}.icomoon-temperature:before {    content: "\e2e9";}.icomoon-temperature-2:before {    content: "\e2ea";}.icomoon-weather-lightning:before {    content: "\e2eb";}.icomoon-weather-rain:before {    content: "\e2ec";}.icomoon-weather-snow:before {    content: "\e2ed";}.icomoon-windy:before {    content: "\e2ee";}.icomoon-fan:before {    content: "\e2ef";}.icomoon-umbrella:before {    content: "\e2f0";}.icomoon-sun:before {    content: "\e2f1";}.icomoon-sun-2:before {    content: "\e2f2";}.icomoon-brightness-high:before {    content: "\e2f3";}.icomoon-brightness-medium:before {    content: "\e2f4";}.icomoon-brightness-low:before {    content: "\e2f5";}.icomoon-brightness-contrast:before {    content: "\e2f6";}.icomoon-contrast:before {    content: "\e2f7";}.icomoon-moon:before {    content: "\e2f8";}.icomoon-bed:before {    content: "\e2f9";}.icomoon-bed-2:before {    content: "\e2fa";}.icomoon-star:before {    content: "\e2fb";}.icomoon-star-2:before {    content: "\e2fc";}.icomoon-star-3:before {    content: "\e2fd";}.icomoon-star-4:before {    content: "\e2fe";}.icomoon-star-5:before {    content: "\e2ff";}.icomoon-star-6:before {    content: "\e300";}.icomoon-heart:before {    content: "\e301";}.icomoon-heart-2:before {    content: "\e302";}.icomoon-heart-3:before {    content: "\e303";}.icomoon-heart-4:before {    content: "\e304";}.icomoon-heart-broken:before {    content: "\e305";}.icomoon-heart-5:before {    content: "\e306";}.icomoon-heart-6:before {    content: "\e307";}.icomoon-heart-broken-2:before {    content: "\e308";}.icomoon-heart-7:before {    content: "\e309";}.icomoon-heart-8:before {    content: "\e30a";}.icomoon-heart-broken-3:before {    content: "\e30b";}.icomoon-lips:before {    content: "\e30c";}.icomoon-lips-2:before {    content: "\e30d";}.icomoon-thumbs-up:before {    content: "\e30e";}.icomoon-thumbs-up-2:before {    content: "\e30f";}.icomoon-thumbs-down:before {    content: "\e310";}.icomoon-thumbs-down-2:before {    content: "\e311";}.icomoon-thumbs-up-3:before {    content: "\e312";}.icomoon-thumbs-up-4:before {    content: "\e313";}.icomoon-thumbs-up-5:before {    content: "\e314";}.icomoon-thumbs-up-6:before {    content: "\e315";}.icomoon-people:before {    content: "\e316";}.icomoon-man:before {    content: "\e317";}.icomoon-male:before {    content: "\e318";}.icomoon-woman:before {    content: "\e319";}.icomoon-female:before {    content: "\e31a";}.icomoon-peace:before {    content: "\e31b";}.icomoon-yin-yang:before {    content: "\e31c";}.icomoon-happy:before {    content: "\e31d";}.icomoon-happy-2:before {    content: "\e31e";}.icomoon-smiley:before {    content: "\e31f";}.icomoon-smiley-2:before {    content: "\e320";}.icomoon-tongue:before {    content: "\e321";}.icomoon-tongue-2:before {    content: "\e322";}.icomoon-sad:before {    content: "\e323";}.icomoon-sad-2:before {    content: "\e324";}.icomoon-wink:before {    content: "\e325";}.icomoon-wink-2:before {    content: "\e326";}.icomoon-grin:before {    content: "\e327";}.icomoon-grin-2:before {    content: "\e328";}.icomoon-cool:before {    content: "\e329";}.icomoon-cool-2:before {    content: "\e32a";}.icomoon-angry:before {    content: "\e32b";}.icomoon-angry-2:before {    content: "\e32c";}.icomoon-evil:before {    content: "\e32d";}.icomoon-evil-2:before {    content: "\e32e";}.icomoon-shocked:before {    content: "\e32f";}.icomoon-shocked-2:before {    content: "\e330";}.icomoon-confused:before {    content: "\e331";}.icomoon-confused-2:before {    content: "\e332";}.icomoon-neutral:before {    content: "\e333";}.icomoon-neutral-2:before {    content: "\e334";}.icomoon-wondering:before {    content: "\e335";}.icomoon-wondering-2:before {    content: "\e336";}.icomoon-cursor:before {    content: "\e337";}.icomoon-cursor-2:before {    content: "\e338";}.icomoon-point-up:before {    content: "\e339";}.icomoon-point-right:before {    content: "\e33a";}.icomoon-point-down:before {    content: "\e33b";}.icomoon-point-left:before {    content: "\e33c";}.icomoon-pointer:before {    content: "\e33d";}.icomoon-hand:before {    content: "\e33e";}.icomoon-stack-empty:before {    content: "\e33f";}.icomoon-stack-plus:before {    content: "\e340";}.icomoon-stack-minus:before {    content: "\e341";}.icomoon-stack-star:before {    content: "\e342";}.icomoon-stack-picture:before {    content: "\e343";}.icomoon-stack-down:before {    content: "\e344";}.icomoon-stack-up:before {    content: "\e345";}.icomoon-stack-cancel:before {    content: "\e346";}.icomoon-stack-checkmark:before {    content: "\e347";}.icomoon-stack-list:before {    content: "\e348";}.icomoon-stack-clubs:before {    content: "\e349";}.icomoon-stack-spades:before {    content: "\e34a";}.icomoon-stack-hearts:before {    content: "\e34b";}.icomoon-stack-diamonds:before {    content: "\e34c";}.icomoon-stack-user:before {    content: "\e34d";}.icomoon-stack-4:before {    content: "\e34e";}.icomoon-stack-music:before {    content: "\e34f";}.icomoon-stack-play:before {    content: "\e350";}.icomoon-move:before {    content: "\e351";}.icomoon-resize:before {    content: "\e352";}.icomoon-resize-2:before {    content: "\e353";}.icomoon-warning:before {    content: "\e354";}.icomoon-warning-2:before {    content: "\e355";}.icomoon-notification:before {    content: "\e356";}.icomoon-notification-2:before {    content: "\e357";}.icomoon-question:before {    content: "\e358";}.icomoon-question-2:before {    content: "\e359";}.icomoon-question-3:before {    content: "\e35a";}.icomoon-question-4:before {    content: "\e35b";}.icomoon-question-5:before {    content: "\e35c";}.icomoon-plus-circle:before {    content: "\e35d";}.icomoon-plus-circle-2:before {    content: "\e35e";}.icomoon-minus-circle:before {    content: "\e35f";}.icomoon-minus-circle-2:before {    content: "\e360";}.icomoon-info:before {    content: "\e361";}.icomoon-info-2:before {    content: "\e362";}.icomoon-blocked:before {    content: "\e363";}.icomoon-cancel-circle:before {    content: "\e364";}.icomoon-cancel-circle-2:before {    content: "\e365";}.icomoon-checkmark-circle:before {    content: "\e366";}.icomoon-checkmark-circle-2:before {    content: "\e367";}.icomoon-cancel:before {    content: "\e368";}.icomoon-spam:before {    content: "\e369";}.icomoon-close:before {    content: "\e36a";}.icomoon-close-2:before {    content: "\e36b";}.icomoon-close-3:before {    content: "\e36c";}.icomoon-close-4:before {    content: "\e36d";}.icomoon-close-5:before {    content: "\e36e";}.icomoon-checkmark:before {    content: "\e36f";}.icomoon-checkmark-2:before {    content: "\e370";}.icomoon-checkmark-3:before {    content: "\e371";}.icomoon-checkmark-4:before {    content: "\e372";}.icomoon-spell-check:before {    content: "\e373";}.icomoon-minus:before {    content: "\e374";}.icomoon-plus:before {    content: "\e375";}.icomoon-minus-2:before {    content: "\e376";}.icomoon-plus-2:before {    content: "\e377";}.icomoon-enter:before {    content: "\e378";}.icomoon-exit:before {    content: "\e379";}.icomoon-enter-2:before {    content: "\e37a";}.icomoon-exit-2:before {    content: "\e37b";}.icomoon-enter-3:before {    content: "\e37c";}.icomoon-exit-3:before {    content: "\e37d";}.icomoon-exit-4:before {    content: "\e37e";}.icomoon-play-3:before {    content: "\e37f";}.icomoon-pause:before {    content: "\e380";}.icomoon-stop:before {    content: "\e381";}.icomoon-backward:before {    content: "\e382";}.icomoon-forward-2:before {    content: "\e383";}.icomoon-play-4:before {    content: "\e384";}.icomoon-pause-2:before {    content: "\e385";}.icomoon-stop-2:before {    content: "\e386";}.icomoon-backward-2:before {    content: "\e387";}.icomoon-forward-3:before {    content: "\e388";}.icomoon-first:before {    content: "\e389";}.icomoon-last:before {    content: "\e38a";}.icomoon-previous:before {    content: "\e38b";}.icomoon-next:before {    content: "\e38c";}.icomoon-eject:before {    content: "\e38d";}.icomoon-volume-high:before {    content: "\e38e";}.icomoon-volume-medium:before {    content: "\e38f";}.icomoon-volume-low:before {    content: "\e390";}.icomoon-volume-mute:before {    content: "\e391";}.icomoon-volume-mute-2:before {    content: "\e392";}.icomoon-volume-increase:before {    content: "\e393";}.icomoon-volume-decrease:before {    content: "\e394";}.icomoon-volume-high-2:before {    content: "\e395";}.icomoon-volume-medium-2:before {    content: "\e396";}.icomoon-volume-low-2:before {    content: "\e397";}.icomoon-volume-mute-3:before {    content: "\e398";}.icomoon-volume-mute-4:before {    content: "\e399";}.icomoon-volume-increase-2:before {    content: "\e39a";}.icomoon-volume-decrease-2:before {    content: "\e39b";}.icomoon-volume5:before {    content: "\e39c";}.icomoon-volume4:before {    content: "\e39d";}.icomoon-volume3:before {    content: "\e39e";}.icomoon-volume2:before {    content: "\e39f";}.icomoon-volume1:before {    content: "\e3a0";}.icomoon-volume0:before {    content: "\e3a1";}.icomoon-volume-mute-5:before {    content: "\e3a2";}.icomoon-volume-mute-6:before {    content: "\e3a3";}.icomoon-loop:before {    content: "\e3a4";}.icomoon-loop-2:before {    content: "\e3a5";}.icomoon-loop-3:before {    content: "\e3a6";}.icomoon-loop-4:before {    content: "\e3a7";}.icomoon-loop-5:before {    content: "\e3a8";}.icomoon-shuffle:before {    content: "\e3a9";}.icomoon-shuffle-2:before {    content: "\e3aa";}.icomoon-wave:before {    content: "\e3ab";}.icomoon-wave-2:before {    content: "\e3ac";}.icomoon-arrow-first:before {    content: "\e3ad";}.icomoon-arrow-right:before {    content: "\e3ae";}.icomoon-arrow-up:before {    content: "\e3af";}.icomoon-arrow-right-2:before {    content: "\e3b0";}.icomoon-arrow-down:before {    content: "\e3b1";}.icomoon-arrow-left:before {    content: "\e3b2";}.icomoon-arrow-up-2:before {    content: "\e3b3";}.icomoon-arrow-right-3:before {    content: "\e3b4";}.icomoon-arrow-down-2:before {    content: "\e3b5";}.icomoon-arrow-left-2:before {    content: "\e3b6";}.icomoon-arrow-up-left:before {    content: "\e3b7";}.icomoon-arrow-up-3:before {    content: "\e3b8";}.icomoon-arrow-up-right:before {    content: "\e3b9";}.icomoon-arrow-right-4:before {    content: "\e3ba";}.icomoon-arrow-down-right:before {    content: "\e3bb";}.icomoon-arrow-down-3:before {    content: "\e3bc";}.icomoon-arrow-down-left:before {    content: "\e3bd";}.icomoon-arrow-left-3:before {    content: "\e3be";}.icomoon-arrow-up-left-2:before {    content: "\e3bf";}.icomoon-arrow-up-4:before {    content: "\e3c0";}.icomoon-arrow-up-right-2:before {    content: "\e3c1";}.icomoon-arrow-right-5:before {    content: "\e3c2";}.icomoon-arrow-down-right-2:before {    content: "\e3c3";}.icomoon-arrow-down-4:before {    content: "\e3c4";}.icomoon-arrow-down-left-2:before {    content: "\e3c5";}.icomoon-arrow-left-4:before {    content: "\e3c6";}.icomoon-arrow-up-left-3:before {    content: "\e3c7";}.icomoon-arrow-up-5:before {    content: "\e3c8";}.icomoon-arrow-up-right-3:before {    content: "\e3c9";}.icomoon-arrow-right-6:before {    content: "\e3ca";}.icomoon-arrow-down-right-3:before {    content: "\e3cb";}.icomoon-arrow-down-5:before {    content: "\e3cc";}.icomoon-arrow-down-left-3:before {    content: "\e3cd";}.icomoon-arrow-left-5:before {    content: "\e3ce";}.icomoon-arrow-up-left-4:before {    content: "\e3cf";}.icomoon-arrow-up-6:before {    content: "\e3d0";}.icomoon-arrow-up-right-4:before {    content: "\e3d1";}.icomoon-arrow-right-7:before {    content: "\e3d2";}.icomoon-arrow-down-right-4:before {    content: "\e3d3";}.icomoon-arrow-down-6:before {    content: "\e3d4";}.icomoon-arrow-down-left-4:before {    content: "\e3d5";}.icomoon-arrow-left-6:before {    content: "\e3d6";}.icomoon-arrow:before {    content: "\e3d7";}.icomoon-arrow-2:before {    content: "\e3d8";}.icomoon-arrow-3:before {    content: "\e3d9";}.icomoon-arrow-4:before {    content: "\e3da";}.icomoon-arrow-5:before {    content: "\e3db";}.icomoon-arrow-6:before {    content: "\e3dc";}.icomoon-arrow-7:before {    content: "\e3dd";}.icomoon-arrow-8:before {    content: "\e3de";}.icomoon-arrow-up-left-5:before {    content: "\e3df";}.icomoon-arrow-square:before {    content: "\e3e0";}.icomoon-arrow-up-right-5:before {    content: "\e3e1";}.icomoon-arrow-right-8:before {    content: "\e3e2";}.icomoon-arrow-down-right-5:before {    content: "\e3e3";}.icomoon-arrow-down-7:before {    content: "\e3e4";}.icomoon-arrow-down-left-5:before {    content: "\e3e5";}.icomoon-arrow-left-7:before {    content: "\e3e6";}.icomoon-arrow-up-7:before {    content: "\e3e7";}.icomoon-arrow-right-9:before {    content: "\e3e8";}.icomoon-arrow-down-8:before {    content: "\e3e9";}.icomoon-arrow-left-8:before {    content: "\e3ea";}.icomoon-arrow-up-8:before {    content: "\e3eb";}.icomoon-arrow-right-10:before {    content: "\e3ec";}.icomoon-arrow-bottom:before {    content: "\e3ed";}.icomoon-arrow-left-9:before {    content: "\e3ee";}.icomoon-arrow-up-left-6:before {    content: "\e3ef";}.icomoon-arrow-up-9:before {    content: "\e3f0";}.icomoon-arrow-up-right-6:before {    content: "\e3f1";}.icomoon-arrow-right-11:before {    content: "\e3f2";}.icomoon-arrow-down-right-6:before {    content: "\e3f3";}.icomoon-arrow-down-9:before {    content: "\e3f4";}.icomoon-arrow-down-left-6:before {    content: "\e3f5";}.icomoon-arrow-left-10:before {    content: "\e3f6";}.icomoon-arrow-up-left-7:before {    content: "\e3f7";}.icomoon-arrow-up-10:before {    content: "\e3f8";}.icomoon-arrow-up-right-7:before {    content: "\e3f9";}.icomoon-arrow-right-12:before {    content: "\e3fa";}.icomoon-arrow-down-right-7:before {    content: "\e3fb";}.icomoon-arrow-down-10:before {    content: "\e3fc";}.icomoon-arrow-down-left-7:before {    content: "\e3fd";}.icomoon-arrow-left-11:before {    content: "\e3fe";}.icomoon-arrow-up-11:before {    content: "\e3ff";}.icomoon-arrow-right-13:before {    content: "\e400";}.icomoon-arrow-down-11:before {    content: "\e401";}.icomoon-arrow-left-12:before {    content: "\e402";}.icomoon-arrow-up-12:before {    content: "\e403";}.icomoon-arrow-right-14:before {    content: "\e404";}.icomoon-arrow-down-12:before {    content: "\e405";}.icomoon-arrow-left-13:before {    content: "\e406";}.icomoon-arrow-up-13:before {    content: "\e407";}.icomoon-arrow-right-15:before {    content: "\e408";}.icomoon-arrow-down-13:before {    content: "\e409";}.icomoon-arrow-left-14:before {    content: "\e40a";}.icomoon-arrow-up-14:before {    content: "\e40b";}.icomoon-arrow-right-16:before {    content: "\e40c";}.icomoon-arrow-down-14:before {    content: "\e40d";}.icomoon-arrow-left-15:before {    content: "\e40e";}.icomoon-arrow-up-15:before {    content: "\e40f";}.icomoon-arrow-right-17:before {    content: "\e410";}.icomoon-arrow-down-15:before {    content: "\e411";}.icomoon-arrow-left-16:before {    content: "\e412";}.icomoon-arrow-up-16:before {    content: "\e413";}.icomoon-arrow-right-18:before {    content: "\e414";}.icomoon-arrow-down-16:before {    content: "\e415";}.icomoon-arrow-left-17:before {    content: "\e416";}.icomoon-menu-10:before {    content: "\e417";}.icomoon-menu-11:before {    content: "\e418";}.icomoon-menu-close:before {    content: "\e419";}.icomoon-menu-close-2:before {    content: "\e41a";}.icomoon-enter-4:before {    content: "\e41b";}.icomoon-enter-5:before {    content: "\e41c";}.icomoon-esc:before {    content: "\e41d";}.icomoon-backspace:before {    content: "\e41e";}.icomoon-backspace-2:before {    content: "\e41f";}.icomoon-backspace-3:before {    content: "\e420";}.icomoon-tab:before {    content: "\e421";}.icomoon-transmission:before {    content: "\e422";}.icomoon-transmission-2:before {    content: "\e423";}.icomoon-sort:before {    content: "\e424";}.icomoon-sort-2:before {    content: "\e425";}.icomoon-key-keyboard:before {    content: "\e426";}.icomoon-key-A:before {    content: "\e427";}.icomoon-key-up:before {    content: "\e428";}.icomoon-key-right:before {    content: "\e429";}.icomoon-key-down:before {    content: "\e42a";}.icomoon-key-left:before {    content: "\e42b";}.icomoon-command:before {    content: "\e42c";}.icomoon-checkbox-checked:before {    content: "\e42d";}.icomoon-checkbox-unchecked:before {    content: "\e42e";}.icomoon-square:before {    content: "\e42f";}.icomoon-checkbox-partial:before {    content: "\e430";}.icomoon-checkbox:before {    content: "\e431";}.icomoon-checkbox-unchecked-2:before {    content: "\e432";}.icomoon-checkbox-partial-2:before {    content: "\e433";}.icomoon-checkbox-checked-2:before {    content: "\e434";}.icomoon-checkbox-unchecked-3:before {    content: "\e435";}.icomoon-checkbox-partial-3:before {    content: "\e436";}.icomoon-radio-checked:before {    content: "\e437";}.icomoon-radio-unchecked:before {    content: "\e438";}.icomoon-circle:before {    content: "\e439";}.icomoon-circle-2:before {    content: "\e43a";}.icomoon-crop:before {    content: "\e43b";}.icomoon-crop-2:before {    content: "\e43c";}.icomoon-vector:before {    content: "\e43d";}.icomoon-rulers:before {    content: "\e43e";}.icomoon-scissors:before {    content: "\e43f";}.icomoon-scissors-2:before {    content: "\e440";}.icomoon-scissors-3:before {    content: "\e441";}.icomoon-filter:before {    content: "\e442";}.icomoon-filter-2:before {    content: "\e443";}.icomoon-filter-3:before {    content: "\e444";}.icomoon-filter-4:before {    content: "\e445";}.icomoon-font:before {    content: "\e446";}.icomoon-font-size:before {    content: "\e447";}.icomoon-type:before {    content: "\e448";}.icomoon-text-height:before {    content: "\e449";}.icomoon-text-width:before {    content: "\e44a";}.icomoon-height:before {    content: "\e44b";}.icomoon-width:before {    content: "\e44c";}.icomoon-bold:before {    content: "\e44d";}.icomoon-underline:before {    content: "\e44e";}.icomoon-italic:before {    content: "\e44f";}.icomoon-strikethrough:before {    content: "\e450";}.icomoon-strikethrough-2:before {    content: "\e451";}.icomoon-font-size-2:before {    content: "\e452";}.icomoon-bold-2:before {    content: "\e453";}.icomoon-underline-2:before {    content: "\e454";}.icomoon-italic-2:before {    content: "\e455";}.icomoon-strikethrough-3:before {    content: "\e456";}.icomoon-omega:before {    content: "\e457";}.icomoon-sigma:before {    content: "\e458";}.icomoon-nbsp:before {    content: "\e459";}.icomoon-page-break:before {    content: "\e45a";}.icomoon-page-break-2:before {    content: "\e45b";}.icomoon-superscript:before {    content: "\e45c";}.icomoon-subscript:before {    content: "\e45d";}.icomoon-superscript-2:before {    content: "\e45e";}.icomoon-subscript-2:before {    content: "\e45f";}.icomoon-text-color:before {    content: "\e460";}.icomoon-highlight:before {    content: "\e461";}.icomoon-pagebreak:before {    content: "\e462";}.icomoon-clear-formatting:before {    content: "\e463";}.icomoon-table:before {    content: "\e464";}.icomoon-table-2:before {    content: "\e465";}.icomoon-insert-template:before {    content: "\e466";}.icomoon-pilcrow:before {    content: "\e467";}.icomoon-left-to-right:before {    content: "\e468";}.icomoon-right-to-left:before {    content: "\e469";}.icomoon-paragraph-left:before {    content: "\e46a";}.icomoon-paragraph-center:before {    content: "\e46b";}.icomoon-paragraph-right:before {    content: "\e46c";}.icomoon-paragraph-justify:before {    content: "\e46d";}.icomoon-paragraph-left-2:before {    content: "\e46e";}.icomoon-paragraph-center-2:before {    content: "\e46f";}.icomoon-paragraph-right-2:before {    content: "\e470";}.icomoon-paragraph-justify-2:before {    content: "\e471";}.icomoon-indent-increase:before {    content: "\e472";}.icomoon-indent-decrease:before {    content: "\e473";}.icomoon-paragraph-left-3:before {    content: "\e474";}.icomoon-paragraph-center-3:before {    content: "\e475";}.icomoon-paragraph-right-3:before {    content: "\e476";}.icomoon-paragraph-justify-3:before {    content: "\e477";}.icomoon-indent-increase-2:before {    content: "\e478";}.icomoon-indent-decrease-2:before {    content: "\e479";}.icomoon-share:before {    content: "\e47a";}.icomoon-new-tab:before {    content: "\e47b";}.icomoon-new-tab-2:before {    content: "\e47c";}.icomoon-popout:before {    content: "\e47d";}.icomoon-embed:before {    content: "\e47e";}.icomoon-code:before {    content: "\e47f";}.icomoon-console:before {    content: "\e480";}.icomoon-seven-segment-0:before {    content: "\e481";}.icomoon-seven-segment-1:before {    content: "\e482";}.icomoon-seven-segment-2:before {    content: "\e483";}.icomoon-seven-segment-3:before {    content: "\e484";}.icomoon-seven-segment-4:before {    content: "\e485";}.icomoon-seven-segment-5:before {    content: "\e486";}.icomoon-seven-segment-6:before {    content: "\e487";}.icomoon-seven-segment-7:before {    content: "\e488";}.icomoon-seven-segment-8:before {    content: "\e489";}.icomoon-seven-segment-9:before {    content: "\e48a";}.icomoon-share-2:before {    content: "\e48b";}.icomoon-share-3:before {    content: "\e48c";}.icomoon-mail:before {    content: "\e48d";}.icomoon-mail-2:before {    content: "\e48e";}.icomoon-mail-3:before {    content: "\e48f";}.icomoon-mail-4:before {    content: "\e490";}.icomoon-google:before {    content: "\e491";}.icomoon-google-plus:before {    content: "\e492";}.icomoon-google-plus-2:before {    content: "\e493";}.icomoon-google-plus-3:before {    content: "\e494";}.icomoon-google-plus-4:before {    content: "\e495";}.icomoon-google-drive:before {    content: "\e496";}.icomoon-facebook:before {    content: "\e497";}.icomoon-facebook-2:before {    content: "\e498";}.icomoon-facebook-3:before {    content: "\e499";}.icomoon-facebook-4:before {    content: "\e49a";}.icomoon-instagram:before {    content: "\e49b";}.icomoon-twitter:before {    content: "\e49c";}.icomoon-twitter-2:before {    content: "\e49d";}.icomoon-twitter-3:before {    content: "\e49e";}.icomoon-feed-2:before {    content: "\e49f";}.icomoon-feed-3:before {    content: "\e4a0";}.icomoon-feed-4:before {    content: "\e4a1";}.icomoon-youtube:before {    content: "\e4a2";}.icomoon-youtube-2:before {    content: "\e4a3";}.icomoon-vimeo:before {    content: "\e4a4";}.icomoon-vimeo2:before {    content: "\e4a5";}.icomoon-vimeo-2:before {    content: "\e4a6";}.icomoon-lanyrd:before {    content: "\e4a7";}.icomoon-flickr:before {    content: "\e4a8";}.icomoon-flickr-2:before {    content: "\e4a9";}.icomoon-flickr-3:before {    content: "\e4aa";}.icomoon-flickr-4:before {    content: "\e4ab";}.icomoon-picassa:before {    content: "\e4ac";}.icomoon-picassa-2:before {    content: "\e4ad";}.icomoon-dribbble:before {    content: "\e4ae";}.icomoon-dribbble-2:before {    content: "\e4af";}.icomoon-dribbble-3:before {    content: "\e4b0";}.icomoon-forrst:before {    content: "\e4b1";}.icomoon-forrst-2:before {    content: "\e4b2";}.icomoon-deviantart:before {    content: "\e4b3";}.icomoon-deviantart-2:before {    content: "\e4b4";}.icomoon-steam:before {    content: "\e4b5";}.icomoon-steam-2:before {    content: "\e4b6";}.icomoon-github:before {    content: "\e4b7";}.icomoon-github-2:before {    content: "\e4b8";}.icomoon-github-3:before {    content: "\e4b9";}.icomoon-github-4:before {    content: "\e4ba";}.icomoon-github-5:before {    content: "\e4bb";}.icomoon-wordpress:before {    content: "\e4bc";}.icomoon-wordpress-2:before {    content: "\e4bd";}.icomoon-joomla:before {    content: "\e4be";}.icomoon-blogger:before {    content: "\e4bf";}.icomoon-blogger-2:before {    content: "\e4c0";}.icomoon-tumblr:before {    content: "\e4c1";}.icomoon-tumblr-2:before {    content: "\e4c2";}.icomoon-yahoo:before {    content: "\e4c3";}.icomoon-tux:before {    content: "\e4c4";}.icomoon-apple:before {    content: "\e4c5";}.icomoon-finder:before {    content: "\e4c6";}.icomoon-android:before {    content: "\e4c7";}.icomoon-windows:before {    content: "\e4c8";}.icomoon-windows8:before {    content: "\e4c9";}.icomoon-soundcloud:before {    content: "\e4ca";}.icomoon-soundcloud-2:before {    content: "\e4cb";}.icomoon-skype:before {    content: "\e4cc";}.icomoon-reddit:before {    content: "\e4cd";}.icomoon-linkedin:before {    content: "\e4ce";}.icomoon-lastfm:before {    content: "\e4cf";}.icomoon-lastfm-2:before {    content: "\e4d0";}.icomoon-delicious:before {    content: "\e4d1";}.icomoon-stumbleupon:before {    content: "\e4d2";}.icomoon-stumbleupon-2:before {    content: "\e4d3";}.icomoon-stackoverflow:before {    content: "\e4d4";}.icomoon-pinterest:before {    content: "\e4d5";}.icomoon-pinterest-2:before {    content: "\e4d6";}.icomoon-xing:before {    content: "\e4d7";}.icomoon-xing-2:before {    content: "\e4d8";}.icomoon-flattr:before {    content: "\e4d9";}.icomoon-foursquare:before {    content: "\e4da";}.icomoon-foursquare-2:before {    content: "\e4db";}.icomoon-paypal:before {    content: "\e4dc";}.icomoon-paypal-2:before {    content: "\e4dd";}.icomoon-paypal-3:before {    content: "\e4de";}.icomoon-yelp:before {    content: "\e4df";}.icomoon-libreoffice:before {    content: "\e4e0";}.icomoon-file-pdf:before {    content: "\e4e1";}.icomoon-file-openoffice:before {    content: "\e4e2";}.icomoon-file-word:before {    content: "\e4e3";}.icomoon-file-excel:before {    content: "\e4e4";}.icomoon-file-zip:before {    content: "\e4e5";}.icomoon-file-powerpoint:before {    content: "\e4e6";}.icomoon-file-xml:before {    content: "\e4e7";}.icomoon-file-css:before {    content: "\e4e8";}.icomoon-html5:before {    content: "\e4e9";}.icomoon-html5-2:before {    content: "\e4ea";}.icomoon-css3:before {    content: "\e4eb";}.icomoon-chrome:before {    content: "\e4ec";}.icomoon-firefox:before {    content: "\e4ed";}.icomoon-IE:before {    content: "\e4ee";}.icomoon-opera:before {    content: "\e4ef";}.icomoon-safari:before {    content: "\e4f0";}.icomoon-IcoMoon:before {    content: "\e4f1";}.icomoon-home-12:before {    content: "\e4f2";}            .ls-layer h1, .ls-layer h2, .ls-layer h3, .ls-layer h4, .ls-layer h5, .ls-layer h6 { font-weight:400;}            .ls-layer h2 { font-weight:300; font-size:49px;}            .ls-layer h1 {text-transform:uppercase; line-height:56px; font-weight:bold;}            .ls-layer h4 { border:1px solid #444; border-width:1px 0; padding:16px 0; margin:40px 0;}            .ls-layer h3 { color:#128abc; }            .ls-layer p { line-height:26px; }            .l1-s1s {                height: 110px;                color: white;                background: #0093d0;                opacity: .74;                filter: alpha(opacity=70);                width: 650px;                text-align: center;            }            .l2-s1s {                color: white;                background: #0093d0;                opacity: .69;                filter: alpha(opacity=60);                white-space: nowrap;                left:0;            }            h1.l2-s1s { background:#ff9900; opacity: .76; filter: alpha(opacity=70); }            .l3-s1 {                width:440px;                padding-bottom:12px;                color: black;                background: white;                opacity: .59;                box-shadow: 0px 4px 10px -5px black;            }            @media screen and (max-width: 1024px) {            .ls-layer h1, .ls-layer h3 { left:0; margin-left:100px;}            }/*Item Name : Universal Mega MenuItem URI : http://codecanyon.net/item/universal-responsive-mega-menu/4984236Author URI : http://codecanyon.net/user/Pixelworkshop/Version : 1.05*//*TABLE OF CONTENTS00 PAGE STYLING (REMOVABLE)01 MENU BAR   1. Mega Menu Bar   2. Mega Menu Trigger Button02 DROP DOWNS    1. Common Styling    2. Footer    3. Drop Down Containers03 COLUMNS GRID04 MULTILEVEL DROP DOWN05 CONTENT & TYPOGRAPHY   1. Basic Typography   2. Lists   3. Other Styling   4. Inline Images   5. Icons   6. Form Elements06 DROP DOWN TABS07 MOBILE DEVICES08 RETINA DISPLAYS*//*  _______________________________________    00 PAGE STYLING (REMOVABLE)    _______________________________________  *//*  _______________________________________    01 MENU BAR    _______________________________________  *//*  If you have several menus on the same page, you can here  define some properties separately for each of them  by using their respective ID.*/#mgmenu1 {    z-index: 12;}#mgmenu2 {    margin-top: 12px;    z-index: 11;}/* 1. Mega Menu Bar */.mgmenu_container,.mgmenu_fixed,.mgmenu_footer {    width:100%;    /*min-height: 41px;*/    z-index:10;    max-width: inherit;/* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45OSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40OCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,0.99) 3%, rgba(255,255,255,0.48) 97%, rgba(255,255,255,0.32) 98%, rgba(255,255,255,0) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(2%,rgba(255,255,255,1)), color-stop(3%,rgba(255,255,255,0.99)), color-stop(97%,rgba(255,255,255,0.48)), color-stop(98%,rgba(255,255,255,0.32)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0.99) 3%,rgba(255,255,255,0.48) 97%,rgba(255,255,255,0.32) 98%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0.99) 3%,rgba(255,255,255,0.48) 97%,rgba(255,255,255,0.32) 98%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0.99) 3%,rgba(255,255,255,0.48) 97%,rgba(255,255,255,0.32) 98%,rgba(255,255,255,0) 100%); /* W3C */box-shadow: 0 1px 1px #B5B5B5;background-color:#ccc; border: none;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px; margin-bottom:0px; -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 -3px 0px 0 rgba(0, 0, 0, 0.09) inset; padding-bottom:3px;}.mgmenu_container {    position:relative;    margin:0 auto;}.mgmenu_fixed,.mgmenu_footer {    width: inherit;    max-width: inherit;    position:fixed;    top:0;    /* IE7 Fix */    *width:expression(this.parentNode.currentStyle['width']);}.mgmenu_footer {    top: auto;    bottom:0;}ul.mgmenu li span a i {padding-left: 10px;}/* icons */.icomoon-arrow-right-3 {    float: right;}.icomoon-grid {    padding-right: 10px;    font-size: 16px;}.icomoon-arrow-down-2.visible-xs {float: right;}.mgmenu {    font-family:Arial, Helvetica, sans-serif;    font-size:13px;    list-style:none;    padding:0 15px;    margin:0 auto;    position:relative; /* For IE7 */    line-height:1;}.mgmenu > li {    float: left;    margin: 0;    -webkit-transition:background .3s;    -moz-transition:background .3s;    -o-transition:background .3s;    -ms-transition:background .3s;    transition:background .3s;    border-left: 1px solid #EFEFEF;    border-right: 1px solid #DDDDDD;    border-top: #fff solid 3px;    }.mgmenu > li:nth-child(2) { border-left-color: #DDDDDD; }        .mgmenu > li:hover,        .mgmenu > li.active,        .mgmenu > li.current {            border-top: 3px solid #2376DE;            background:#fff;        }        .mgmenu > li.active :hover {border-top: none !important;}        .mgmenu li.noactive {            background:none;        }        .mgmenu > li > a,        .mgmenu > li > span {        display: block;        font-family: Arial;        font-weight:bold;        font-size: 12px;        text-shadow: 1px 1px 0 rgba(255,255,255,0.9);        padding: 18px 10px 19px 16px;        text-transform:uppercase;        color: #5a5d62;        outline:0;        }        .mgmenu > li > span:hover,        .mgmenu > li > a:hover,        .mgmenu > li > a:focus,        .mgmenu > li.current > a,        .mgmenu > li.current > span {            cursor:pointer;            background: #fff!important;            outline:none;            text-shadow:none;        }        .mgmenu > li .mgmenu_drop {            /*background-image:url("../img/mgmenu/downArrow.png");*/            background-repeat: no-repeat;            background-position:right 19px;            padding-right:20px;        }        .mgmenu_footer .mgmenu > li .mgmenu_drop {            /*background-image:url("../img/mgmenu/upArrow.png");*/        }        .mgmenu > li.right_item {            float:right;            margin-right:0;        }        .mgmenu_container > .mgmenu > li.mgmenu_button,        .mgmenu_fixed > .mgmenu > li.mgmenu_button,        .mgmenu_footer > .mgmenu > li.mgmenu_button {            display: none;            cursor: pointer;            -webkit-transition: none;            -moz-transition: none;            -o-transition: none;            -ms-transition: none;            transition: none;            background-color:#292929;            border: none;            box-shadow: none;            font-size: 16px;            font-family: 'Open Sans',sans-serif;            line-height:12px;             padding: 26px 4% 38px;            color:#efefef;        }        .mgmenu_container > .mgmenu > li.mgmenu_button_active,        .mgmenu_fixed > .mgmenu > li.mgmenu_button_active,        .mgmenu_footer > .mgmenu > li.mgmenu_button_active {            background-color:#000000;        }        .mgm_button_text {float: left;}/* 2. Mega Menu Trigger Button */.mgmenu_trigger {    position: fixed;    z-index:2;    margin:0 auto;    right:0;    margin-right: 20px;    width:35px;    height:41px;    display: block;}.mgmenu_trigger {/*    top: 0;    background-image:url("../img/mgmenu/button_up.png");    background-position:center center;    background-repeat:no-repeat;    background-color: #121212;*/}.mgmenu_trigger.active {    /*background-image:url("../img/mgmenu/mgmenu/button_down.png");*/}.mgmenu_footer ~ .mgmenu_trigger {    top:auto;    bottom: 0;    /*background-image:url("../img/mgmenu/mgmenu/button_down.png");*/}.mgmenu_footer ~ .mgmenu_trigger.active {    /*background-image:url("../img/mgmenu/mgmenu/button_up.png");*/}/*  _______________________________________    02 DROP DOWNS    _______________________________________  *//* 1. Common Styling */.mgmenu li .dropdown_container,.mgmenu li .dropdown_fullwidth,.mgmenu li .mgmenu_multilevel {    position:absolute;    top:auto;    display: none;    float:left;    zoom:1;    z-index: 10;    margin:0px 0 40px -1px;    padding:4px 0 2px 0;    -webkit-border-radius:0 0 3px 3px;    -moz-border-radius:0 0 3px 3px;    border-radius:0 0 3px 3px;    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);    -o-box-shadow: 0 2px 2px rgba(0,0,0,0.05);    box-shadow: 0 2px 2px rgba(0,0,0,0.05);    border:1px solid #CCCCCC;    border-top:none;    color: #212121;    background-color: #FFFFFF;    border-top: 3px solid #2376DE;}.mgmenu li .dropdown_container {    left:auto;}.mgmenu li .dropdown_fullwidth {    left:0;}.mgmenu li.right_item .dropdown_container {    left:auto;    right:-1px;}/* 2. Footer */.mgmenu_footer .mgmenu > li .dropdown_container,.mgmenu_footer .mgmenu > li .dropdown_fullwidth,.mgmenu_footer .mgmenu > li .mgmenu_multilevel {    margin:0 0 0 -1px;    top:auto;    bottom:0;    -webkit-border-radius:3px 3px 0 0;    -moz-border-radius:3px 3px 0 0;    border-radius:3px 3px 0 0;    -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);    -moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);    -o-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);    box-shadow: 0 -2px 2px rgba(0,0,0,0.05);    border:1px solid #CCCCCC;    border-bottom:none;}.mgmenu > li:hover .dropdown_container,.mgmenu > li:hover .dropdown_fullwidth,.mgmenu > li.right_item:hover .dropdown_container {    display: block;}/* 3. Drop Down Containers */.mgmenu li .dropdown_1column {    width: 8.3334%;    padding-left: 2%;    padding-right: 2%;}.mgmenu li .dropdown_2columns {    width: 16.6667%;/*    padding-left: 1.8333%;    padding-right: 1.8333%;*/}.mgmenu li .dropdown_3columns {    width: 25%;    padding-left: 1.5%;    padding-right: 1.5%;}.mgmenu li .dropdown_4columns {    width: 33.3334%;    padding-left: 1.333%;    padding-right: 1.333%;}.mgmenu li .dropdown_5columns {    width: 41.6667%;    padding-left: 1.166%;    padding-right: 1.166%;}.mgmenu li .dropdown_6columns {    width: 50%;    padding-left: 1%;    padding-right: 1%;}.mgmenu li .dropdown_7columns {    width: 58.3334%;    padding-left: 0.833%;    padding-right: 0.833%;}.mgmenu li .dropdown_8columns {    width: 66.6667%;    padding-left: 0.666%;    padding-right: 0.666%;}.mgmenu li .dropdown_9columns {    width: 75%;    padding-left: 0.5%;    padding-right: 0.5%;}.mgmenu li .dropdown_10columns {    width: 83.3334%;    padding-left: 0.333%;    padding-right: 0.333%;}.mgmenu li .dropdown_11columns {    width: 91.6667%;    padding-left: 0.1666%;    padding-right: 0.1666%;}.mgmenu li .dropdown_fullwidth {    width: 100%;}/*  _______________________________________    03 COLUMNS GRID    _______________________________________  */.mgmenu .col_1,.mgmenu .col_2,.mgmenu .col_3,.mgmenu .col_4,.mgmenu .col_5,.mgmenu .col_6,.mgmenu .col_7,.mgmenu .col_8,.mgmenu .col_9,.mgmenu .col_10,.mgmenu .col_11,.mgmenu .col_12 {    float: left;    display:inline;    position: relative;    padding-left: 2%;    padding-right: 2%;    /*    Rounding error with IE7.    Lower margin values will absorb the difference.    */    *padding-left: 1.9%;    *padding-right: 1.9%;}.mgmenu .col_1 {width:4.33%;}.mgmenu .col_2 {width:12.66%;}.mgmenu .col_3 {width:21%;}.mgmenu .col_4 {width:29.33%;}.mgmenu .col_5 {width:37.66%;}.mgmenu .col_6 {width:46%;}.mgmenu .col_7 {width:54.33%;}.mgmenu .col_8 {width:62.66%;}.mgmenu .col_9 {width:71%;}.mgmenu .col_10 {width:79.33%;}.mgmenu .col_11 {width:87.66%;}.mgmenu .col_12 {width:96%;}.mgmenu .clear {    clear: both;    display: block;    overflow: hidden;    visibility: hidden;    width: 0;    height: 18px;}.mgmenu .col_border {    -webkit-box-shadow: -1px 0 0 rgba(0,0,0,0.15);    -moz-box-shadow: -1px 0 0 rgba(0,0,0,0.15);    -o-box-shadow: -1px 0 0 rgba(0,0,0,0.15);    box-shadow: -1px 0 0 rgba(0,0,0,0.15);}/*  _______________________________________________    04 MULTILEVEL DROP DOWN    _______________________________________________  */.mgmenu .dropdown_flyout,.mgmenu .dropdown_flyout .dropdown_flyout_level {    padding: 0;    margin: 0;    list-style: none;    z-index: 9;    -webkit-border-radius:0 0 3px 3px;    -moz-border-radius:0 0 3px 3px;    border-radius:0 0 3px 3px;}.mgmenu .dropdown_flyout .dropdown_flyout_level {    -webkit-border-radius:3px;    -moz-border-radius:3px;    border-radius:3px;    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);    -o-box-shadow: 0 2px 2px rgba(0,0,0,0.05);    box-shadow: 0 2px 2px rgba(0,0,0,0.05);    border:1px solid #CCCCCC;    background: #fff;    border-top: #2376DE 3px solid;}.mgmenu .dropdown_flyout .dropdown_flyout_level li{ border-bottom: 1px solid #EFEFEF;padding: 0px;}.mgmenu .dropdown_flyout li {    float: left;    width: 100%;/*    padding: 3px 0 3px 0;*/    border-bottom: 1px solid #EFEFEF;}.mgmenu .dropdown_flyout ul li {    width: 160px;    padding: 3px 10px 3px 10px;}.mgmenu .dropdown_flyout li.last,.mgmenu .dropdown_flyout li:last-child {    border: none;}.mgmenu .dropdown_flyout a {    display: block;    width: 100%;      font-size: 13px;    padding: 10px;    font-family: 'Open Sans',sans-serif;}.mgmenu .dropdown_flyout .dropdown_flyout_level {    position: absolute;    margin:15px 0 0 4px;    padding:6px;    left:98%;    top:-21px;    display: none;    zoom:1;    float: left;}.mgmenu .dropdown_flyout .dropdown_flyout_level_left {    left:-102%;    right:100%;}.mgmenu .dropdown_flyout .dropdown_parent {    /*background:url("../img/mgmenu/rightArrow.png") no-repeat 90% 9px;*/}.mgmenu .dropdown_flyout .dropdown_parent_left {    /*background:url("../img/mgmenu/leftArrow.png") no-repeat 90% 9px;*/}.mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level,.mgmenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {    display: block;}.mgmenu .dropdown_flyout .flyout_heading {    font-family: Georgia, Times, "Times New Roman", serif;    padding-bottom: 9px;    margin-bottom: 9px;    font-size: 16px;    border-bottom: 1px solid #cccccc;    -webkit-box-shadow:0 1px 1px #f4f4f4;    -moz-box-shadow:0 1px 1px #f4f4f4;    -o-box-shadow:0 1px 1px #f4f4f4;    box-shadow:0 1px 1px #f4f4f4;}/*  _______________________________________    05 CONTENT & TYPOGRAPHY    _______________________________________  *//* 1. Basic Typography */.mgmenu p,.mgmenu h1,.mgmenu h2,.mgmenu h3,.mgmenu h4,.mgmenu h5,.mgmenu h6 {    padding:0;    margin:0;    font-weight: normal;    color:#222222;    text-shadow:1px 1px 1px #ffffff;    margin-bottom:18px;}.mgmenu h1,.mgmenu h2,.mgmenu h3,.mgmenu h4,.mgmenu h5,.mgmenu h6 {}.mgmenu p {    font-size:12px;}.mgmenu h1 {    font-size:32px;}.mgmenu h2 {    font-size:28px;}.mgmenu h3 {    font-size:24px;}.mgmenu h4 {    font-size:15px;    margin-bottom: 0px !important;}.mgmenu h5 {    font-size:16px;}.mgmenu h6 {    font-size:14px;    text-transform:uppercase;}.mgmenu a {    text-decoration: none;    color:#5a5d62;    -webkit-transition:color .3s;    -moz-transition:color .3s;    -o-transition:color .3s;    -ms-transition:color .3s;    transition:color .3s;}.mgmenu a:hover {    color:#2376DE;}.mgmenu a:focus {    background: none;}/* 2. Lists */.mgmenu > li ul,.mgmenu > li ol {    padding:0 0 0 18px;    margin:0 0 18px 0;}.mgmenu > li ul {    list-style:square;}.mgmenu > li ol {    list-style:decimal;}.mgmenu > li ul.no_bullets {    list-style:none;    padding:0;}.mgmenu > li ul.no_bullets li {    line-height: 24px;}.mgmenu > li ul li,.mgmenu > li ol li {    font-size:12px;    line-height:22px;    position:relative;    color:#222222;    text-shadow:1px 1px 1px #ffffff;}/* 3. Other Styling */.mgmenu blockquote {    color:#aaaaaa;    border-left: 5px solid #cccccc;    padding-left: 20px;    font-family: Georgia, serif;    font-style: italic;    font-size: 18px;    line-height: 27px;}.mgmenu .text_box {    width: 84%;    background: #ffffff;    padding: 12px 8% 12px 8%;    -webkit-box-shadow: 0 1px 1px #bbbbbb;    -moz-box-shadow: 0 1px 1px #bbbbbb;    -o-box-shadow: 0 1px 1px #bbbbbb;    box-shadow: 0 1px 1px #bbbbbb;}.mgmenu .text_box_black {    background: #212121;}.mgmenu .text_box_red {    background: #e48a76;}.mgmenu .text_box_blue {    background: #92bfd1;}.mgmenu .text_box_green {    background: #b4ca91;}.mgmenu .text_box_yellow {    background: #f3d067;}.mgmenu .text_box_purple {    background: #C0ADDB;}.mgmenu .text_box_brown {    background: #b2aa9f;}.mgmenu .text_box_black,.mgmenu .text_box_red,.mgmenu .text_box_blue,.mgmenu .text_box_green,.mgmenu .text_box_yellow,.mgmenu .text_box_purple,.mgmenu .text_box_brown {    color:#ffffff;    text-shadow:none;    -webkit-box-shadow:none;    -moz-box-shadow:none;    -o-box-shadow:none;    box-shadow:none;}.mgmenu .img_description {    text-align: center;    margin-top: 10px;}.mgmenu hr {    width: 100%;    height: 0;    *height:2px;    margin-bottom: 18px;    border:none;    border-bottom:1px solid #f4f4f4;    border-top:1px solid #ccc;}.mgmenu .video_container {    position: relative;    padding-bottom: 56.25%;    padding-top: 30px;    height: 0;    overflow: hidden;    margin-bottom: 18px;}    .mgmenu .video_container iframe,    .mgmenu .video_container object,    .mgmenu .video_container embed {        position: absolute;        top: 0;        left: 0;        width: 100%;        height: 100%;        border:none;        outline: none;    }.mgmenu iframe {    border:0;    outline: none;     width: 100%;    font-size:100%;    vertical-align:baseline;    background:transparent;    margin-bottom: 12px;}/* 4. Inline Images */.mgmenu img {    border:none;}.mgmenu .inline_img {    max-width: 100%;    height: auto;    width: auto\9;    box-sizing: border-box;    -webkit-box-shadow: 0 1px 1px #999999;    -moz-box-shadow: 0 1px 1px #999999;    -o-box-shadow: 0 1px 1px #999999;    box-shadow: 0 1px 1px #999999;    margin-bottom:18px;    margin-top: 6px;}.mgmenu a .inline_img {    opacity: 0.8;    -webkit-transition:opacity .3s;    -moz-transition:opacity .3s;    -o-transition:opacity .3s;    -ms-transition:opacity .3s;    transition:opacity .3s;}.mgmenu a:hover .inline_img {    opacity: 1;}.mgmenu .inline_img_border {    border:5px solid #fff;}/* 5. Icons */.mgmenu .mini_icon {    /*background-image: url("../img/mgmenu/icons/mini-icons-white.png");*/    background-repeat: no-repeat;    margin-top: -2px;    padding-left: 6px;    float: left;    width: 20px;    height: 20px;}/* Row 1 */.mgmenu .ic_empty_document{ background-position: 0 0;  }.mgmenu .ic_documents{ background-position: -32px 0;  }.mgmenu .ic_text_document{ background-position: -64px 0;  }.mgmenu .ic_folder{ background-position: -96px 0;  }.mgmenu .ic_picture{ background-position: -128px 0;  }.mgmenu .ic_cloud{ background-position: -160px 0;  }.mgmenu .ic_archive{ background-position: -192px 0;  }.mgmenu .ic_download{ background-position: -224px 0;  }.mgmenu .ic_user{ background-position: -256px 0;  }.mgmenu .ic_tag{ background-position: -288px 0;  }/* Row 2 */.mgmenu .ic_lock{ background-position: 0 -32px;  }.mgmenu .ic_unlock{ background-position: -32px -32px;  }.mgmenu .ic_mail{ background-position: -64px -32px;  }.mgmenu .ic_brush{ background-position: -96px -32px;  }.mgmenu .ic_refresh{ background-position: -128px -32px;  }.mgmenu .ic_grid{ background-position: -160px -32px;  }.mgmenu .ic_list{ background-position: -192px -32px;  }.mgmenu .ic_delete{ background-position: -224px -32px;  }.mgmenu .ic_settings{ background-position: -256px -32px;  }.mgmenu .ic_time{ background-position: -288px -32px;  }/* Row 3 */.mgmenu .ic_bookmark{ background-position: 0 -64px;  }.mgmenu .ic_calendar{ background-position: -32px -64px;  }.mgmenu .ic_graph{ background-position: -64px -64px;  }.mgmenu .ic_pin{ background-position: -96px -64px;  }.mgmenu .ic_chat{ background-position: -128px -64px;  }.mgmenu .ic_chats{ background-position: -160px -64px;  }.mgmenu .ic_print{ background-position: -192px -64px;  }.mgmenu .ic_attachment{ background-position: -224px -64px;  }.mgmenu .ic_power{ background-position: -256px -64px;  }.mgmenu .ic_favorite{ background-position: -288px -64px;  }/* Row 4 */.mgmenu .ic_sound{ background-position: 0 -96px;  }.mgmenu .ic_edit{ background-position: -32px -96px;  }.mgmenu .ic_fullscreen{ background-position: -64px -96px;  }.mgmenu .ic_target{ background-position: -96px -96px;  }.mgmenu .ic_sync{ background-position: -128px -96px;  }.mgmenu .ic_zoom{ background-position: -160px -96px;  }.mgmenu .ic_plus{ background-position: -192px -96px;  }.mgmenu .ic_minus{ background-position: -224px -96px;  }.mgmenu .ic_cancel{ background-position: -256px -96px;  }.mgmenu .ic_ok{ background-position: -288px -96px;  }/* Row 5 */.mgmenu .ic_users{ background-position: 0 -128px;  }.mgmenu .ic_calc{ background-position: -32px -128px;  }.mgmenu .ic_left{ background-position: -64px -128px;  }.mgmenu .ic_right{ background-position: -96px -128px;  }.mgmenu .ic_up{ background-position: -128px -128px;  }.mgmenu .ic_down{ background-position: -160px -128px;  }.mgmenu .ic_up_circle{ background-position: -192px -128px;  }.mgmenu .ic_down_circle{ background-position: -224px -128px;  }.mgmenu .ic_left_circle{ background-position: -256px -128px;  }.mgmenu .ic_right_circle{ background-position: -288px -128px;  }.mgmenu .menubar_icon {    padding: 0;    list-style: none;    float: left;}.mgmenu .menubar_icon:hover {    background:none;}.mgmenu .menubar_icon ul > li {    list-style: none;    float: left;    -webkit-transition:background-color .3s;    -moz-transition:background-color .3s;    -o-transition:background-color .3s;    -ms-transition:background-color .3s;    transition:background-color .3s;}.mgmenu .menubar_icon ul > li:hover {    background-color:#131313;}.mgmenu .menubar_icon ul > li > a {    background-repeat: no-repeat;    background-position: center center;    background-size: 24px 24px;    display: block;    padding: 7px 4px 9px 4px;    width: 24px;    height: 24px;}.mgmenu .icon_vimeo {    /*background-image: url("../img/mgmenu/icons/icon_vimeo.png");*/}.mgmenu .icon_dribbble {    /*background-image: url("../img/mgmenu/icons/icon_dribbble.png");*/}.mgmenu .icon_twitter {    /*background-image: url("../img/mgmenu/icons/icon_twitter.png");*/}.mgmenu .icon_facebook {    /*background-image: url("../img/mgmenu/icons/icon_facebook.png");*/}.mgmenu .icon_flickr {    /*background-image: url("../img/mgmenu/icons/icon_flickr.png");*/}/* 6. Form Elements */.mgmenu .contact_form {    display: block;    margin-bottom:10px;}.mgmenu .contact_form label {    font-size: 12px;    font-family:Arial, Helvetica, sans-serif;}.mgmenu .form_element {    color: #000000;    background-color:#fbfbfb;    border:1px solid #dddddd;    font-family:Arial, Helvetica, sans-serif;    font-size:12px;    width: 96%;    padding:9px 2% 9px 2%;    margin:12px 0 18px 0;    -webkit-box-shadow: 0 1px 1px #efefef;    -moz-box-shadow: 0 1px 1px #efefef;    -o-box-shadow: 0 1px 1px #efefef;    box-shadow: 0 1px 1px #efefef;    -webkit-transition: background-color 0.3s ease-out;    -moz-transition: background-color 0.3s ease-out;    -o-transition: background-color 0.3s ease-out;    -ms-transition: background-color 0.3s ease-out;    transition: background-color 0.3s ease-out;}    .mgmenu .form_element:hover{        background-color:#fcfcfc;    }    .mgmenu .form_element:focus {        background-color:#ffffff;    }    .mgmenu .form_element:focus {        outline:none;    }.mgmenu .contact_form textarea {    height:120px;    resize:none;}.mgmenu .contact_form .required {    color:#C00;}.mgmenu .contact_form .error,.mgmenu .contact_form .success {    width: 96%;    padding:9px 2% 9px 2%;    margin: 12px 0 6px 0;    border:1px solid rgba(0,0,0,0.15);    text-shadow:1px 1px 1px #ffffff;    -webkit-box-shadow: 0 1px 1px #efefef;    -moz-box-shadow: 0 1px 1px #efefef;    -o-box-shadow: 0 1px 1px #efefef;    box-shadow: 0 1px 1px #efefef;}    .mgmenu .contact_form .error {        background:#f7cac4;        color:#992213;    }    .mgmenu .contact_form .success {        background:#d8f6bc;        color:#2f530b;        margin-bottom: 12px;    }.mgmenu .contact_form .button {    padding: 7px 12px;    margin:9px 12px 0 0;    white-space: nowrap;    font-size: 11px;    text-transform: uppercase;    vertical-align: middle;    cursor: pointer;    border: 1px solid #000000;    color: #ffffff;    background-color: #222222;    text-shadow: 0 1px 1px #000000;    -webkit-transition: background-color 0.3s;    -moz-transition: background-color 0.3s;    -o-transition: background-color 0.3s;    -ms-transition: background-color 0.3s;    transition: background-color 0.3s;}    .mgmenu .contact_form .button:active {    }    .mgmenu .contact_form .button:hover,    .mgmenu .contact_form .button:focus {        color: #ffffff;        background-color: #1A1A1A;    }.mgmenu .contact_form .select_element {    float: left;    width:310px;    overflow: hidden;    position: relative;    background-color:#fbfbfb;    border:1px solid #dddddd;    font-family:Arial, Helvetica, sans-serif;    font-size:12px;    width: 100%;    margin:12px 0 18px 0;    -webkit-box-shadow: 0 1px 1px #efefef;    -moz-box-shadow: 0 1px 1px #efefef;    -o-box-shadow: 0 1px 1px #efefef;    box-shadow: 0 1px 1px #efefef;}    .mgmenu .contact_form .select_element select {        width:100%;        height:30px;        font-size:12px;        color: #999;        padding: 6px 0 6px 10px;        border: 0;        background: none;        outline: none;    }    .mgmenu .contact_form .select_element select option {        background: #fdfdfd;        width: 100%;        color: #666;    }    @media screen and (-webkit-min-device-pixel-ratio:0) {        .mgmenu .contact_form .select_element:after {            content: '';            position: absolute;            top: 50%;            right: 10px;            margin-top: -3px;            border: 5px solid transparent;            border-top: 5px solid #333333;            pointer-events: none;        }        .mgmenu .contact_form .select_element select,        .mgmenu .contact_form .select_element select option {            -webkit-appearance: none;            appearance: none;        }    }/*  _______________________________________    06 DROP DOWN TABS    _______________________________________  */.mgmenu li > .mgmenu_tabs {    padding: 0 !important;}.mgmenu_tabs > ul {    list-style: none;    margin: 0;    padding: 0;}.mgmenu_tabs_hide {    display:none;}.mgmenu_tabs .mgmenu_tabs_nav {    width:20%;    float:left;    position: relative;    margin:0;    padding: 0;}.mgmenu_tabs .mgmenu_tabs_panels {    margin: 0;    padding: 21px 1% 12px 1%;    width: 78%;    *width:77.9%; /* IE7 bug */    float: left;    background-color: #ffffff;    -webkit-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);    -moz-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);    -o-box-shadow: -1px 0px 1px rgba(0,0,0,0.05);    box-shadow: -1px 0px 1px rgba(0,0,0,0.05);}.mgmenu_tabs .mgmenu_tabs_nav li {    list-style: none;    margin:0;    border:none;    margin:0;    float: left;    width: 100%;    clear: left;    -webkit-transition: background 0.5s ease;    -moz-transition: background 0.5s ease;    -o-transition: background 0.5s ease;    -ms-transition: background 0.5s ease;    transition: background 0.5s ease;}.mgmenu_tabs .mgmenu_tabs_nav li a {    font-size:12px;    outline:0;    text-decoration:none;    display:block;    padding: 9px 15px 9px 15px;}.mgmenu_tabs li a.current,.mgmenu_tabs li a.current:hover {    background-color: #ffffff;    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);    -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);    -o-box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);    box-shadow: 0 -1px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05);    top:1px;}/* Right Tabs */.mgmenu_tabs_right .mgmenu_tabs_panels {    -webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);    -moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);    -o-box-shadow: 1px 0px 1px rgba(0,0,0,0.05);    box-shadow: 1px 0px 1px rgba(0,0,0,0.05);}/* Top & Bottom Tabs */.mgmenu_tabs_top .mgmenu_tabs_nav,.mgmenu_tabs_bottom .mgmenu_tabs_nav {    width:100%;}.mgmenu_tabs_top .mgmenu_tabs_panels,.mgmenu_tabs_bottom .mgmenu_tabs_panels {    padding: 21px 1% 12px 1%;    width: 98%;    *width:97.9%; /* IE7 bug */}.mgmenu_tabs_top .mgmenu_tabs_nav li,.mgmenu_tabs_bottom .mgmenu_tabs_nav li {    float: none;    width: auto;    clear: none;    display: inline;}.mgmenu_tabs_top .mgmenu_tabs_nav li a,.mgmenu_tabs_bottom .mgmenu_tabs_nav li a {    display:inline;    float: left;}.mgmenu_tabs_top li a.current,.mgmenu_tabs_top li a.current:hover,.mgmenu_tabs_bottom li a.current,.mgmenu_tabs_bottom li a.current:hover {    -webkit-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);    -moz-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);    -o-box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);    box-shadow: -1px 0 1px rgba(0,0,0,0.05), 1px 0px 1px rgba(0,0,0,0.05);}.mgmenu_tabs_top .mgmenu_tabs_panels {    -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);    -moz-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);    -o-box-shadow: 0px -1px 1px rgba(0,0,0,0.05);    box-shadow: 0px -1px 1px rgba(0,0,0,0.05);}.mgmenu_tabs_bottom .mgmenu_tabs_panels {    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);    -o-box-shadow: 0px 1px 1px rgba(0,0,0,0.05);    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);}/* circle image in dropdown */.WrapperToRight { padding-top:26px !important; right: 0px;}.WrapperToRight img {width: 100px; border: 5px solid #ddd;opacity:1;}.WrapperToRight img:hover,.WrapperToRight img:focus {opacity:1;border: 5px solid #5DA9C5;}.WrapperToRight div {text-align: center;}.header4 .WrapperToRight {right: auto;}.header5 .WrapperToRight {right: auto;}/* full-width dropdown */.dropdown_fullwidth .img-circle { max-width: 100%; width: 80px;}.galleryInMenu img {max-width: 100%; border: 3px solid #efefef; }/* ie8 fix */.no-rgba .WrapperToRight {right:67px;}.no-rgba .mgmenu{  max-width:1170px; }.no-rgba .mgmenu_container  {/*background: #40494C !important;*/ }.no-rgba .lightNav .header5 .mgmenu > li:last-child {border-right: 1px solid #ccc;}.no-rgba .lightNav .header4 .mgmenu > li:last-child {border-right: 1px solid #313131;}.mgmenu_tabs li a.current,.mgmenu_tabs li a.current:hover {background: #ddd; color: #333;}/*  _______________________________________    07 MOBILE DEVICES    _______________________________________  *//* menu size like bootstrap container */@media screen and (min-width: 783px) {.mgmenu {max-width:750px;}.WrapperToRight {right:67px;}.WrapperToRight div {margin-bottom: 30px;}}@media (min-width:992px) {.mgmenu {max-width:970px;}}@media (min-width:1200px){.mgmenu{max-width:1170px;}}@media only screen and (max-width: 782px) {    .mgmenu {padding:0px;}    .mgmenu_container,    .mgmenu_fixed,    .mgmenu_footer {        width:100% !important;        height:auto;        margin:0;        position:relative;        left:auto;        top:auto;        bottom:auto;        background: #ddd;        padding: 0px;        max-width: none;        box-shadow: none;    }    .mgmenu_footer {    }    .mgmenu_container .mgmenu > li,    .mgmenu_fixed .mgmenu > li,    .mgmenu_footer .mgmenu > li {        float:none;        width:auto;        border:none;        display: block;        padding: 0;    }    .mgmenu > li > span,    .mgmenu > li > a,    .mgmenu > li.current > a, .mgmenu > li.current > span { display:block; background:#e9e9e9; border-bottom:1px solid #e0e0e0;}        .mgmenu > li .mgmenu_drop {            background-position:96% 19px;        }    .mgmenu > li .dropdown_container,    .mgmenu > li .dropdown_fullwidth,    .mgmenu_footer .mgmenu > li .dropdown_container,    .mgmenu_footer .mgmenu > li .dropdown_fullwidth {        position:absolute;        top:auto;        bottom:auto;        width: 100%;        margin:0 0 0 -1px;        -webkit-border-radius:0 0 3px 3px;        -moz-border-radius:0 0 3px 3px;        border-radius:0 0 3px 3px;        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);        -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);        -o-box-shadow: 0 2px 2px rgba(0,0,0,0.05);        box-shadow: 0 2px 2px rgba(0,0,0,0.05);        border:1px solid #CCCCCC;        border-top:none;    }    .mgmenu li .dropdown_1column,    .mgmenu li .dropdown_2columns,    .mgmenu li .dropdown_3columns,    .mgmenu li .dropdown_4columns,    .mgmenu li .dropdown_5columns,    .mgmenu li .dropdown_6columns,    .mgmenu li .dropdown_7columns,    .mgmenu li .dropdown_8columns,    .mgmenu li .dropdown_9columns,    .mgmenu li .dropdown_10columns,    .mgmenu li .dropdown_11columns,    .mgmenu li .dropdown_fullwidth {        width: 100%;        padding-left:0;        padding-right:0;    }    .mgmenu .col_1,    .mgmenu .col_2,    .mgmenu .col_3,    .mgmenu .col_4,    .mgmenu .col_5,    .mgmenu .col_6,    .mgmenu .col_7,    .mgmenu .col_8,    .mgmenu .col_9,    .mgmenu .col_10,    .mgmenu .col_11,    .mgmenu .col_12 {        width:92%;        margin-left: 4%;        margin-right: 4%;        padding: 0;        float: left;        display: block;    }    .mgmenu .col_border {        box-shadow:none;    }    /* Multilevel drop down */    .mgmenu .dropdown_flyout,    .mgmenu .dropdown_flyout .dropdown_flyout_level,    .mgmenu .dropdown_flyout .dropdown_flyout_level_left {        position: relative;        left:auto;        right:auto;        top:auto;        padding: 0;        margin: 6px 4% 0 4%;    }    .mgmenu .dropdown_flyout .dropdown_flyout_level {        border:none;        background: none;        box-shadow:none;    }    .mgmenu .dropdown_flyout li,    .mgmenu .dropdown_flyout ul li {        width: 100%;        padding: 6px 0 6px 0;    }    .mgmenu li .dropdown_flyout .dropdown_parent {        /*background:url("../img/mgmenu/downArrow-b.png") no-repeat 98% 14px;*/    }    /* Tabs */    .mgmenu li > .mgmenu_tabs {        width: 100%;    }    .mgmenu_tabs .mgmenu_tabs_nav {        width:100%;        float:left;        margin:0;        padding: 0;    }    .mgmenu_tabs .mgmenu_tabs_panels {        padding: 21px 0 12px 0;        width: 100%;    }    /* Other Elements */    .mgmenu_trigger {        display: none;    }    .mgmenu blockquote {        margin-left: 12px;    }    .mgmenu .img_description {        text-align: left;    }    .mgmenu .menubar_icon {        z-index: 9;        float: none !important;        padding: 0 0 14px 0 !important;    }    .mgmenu .menubar_icon ul {        width: 100%;        padding: 0 0 9px 0 !important;    }    .mgmenu .menubar_icon ul > li {        padding-left: 2%;        padding-right: 2%;    }}/*------------ HEADER 2 -------------------*/.header2  .mgmenu_container,.header2 .mgmenu_fixed,.header2 .mgmenu_footer {background-image:none; background-color: transparent;box-shadow: 0 1px 1px #B5B5B5; border: none;border-radius:0px;box-shadow:none;}.lightNav2 {    width:100%;    /*min-height: 41px;*/    z-index:10;    max-width: inherit;/* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45OSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40OCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,0.99) 3%, rgba(255,255,255,0.48) 97%, rgba(255,255,255,0.32) 98%, rgba(255,255,255,0) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(2%,rgba(255,255,255,1)), color-stop(3%,rgba(255,255,255,0.99)), color-stop(97%,rgba(255,255,255,0.48)), color-stop(98%,rgba(255,255,255,0.32)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0.99) 3%,rgba(255,255,255,0.48) 97%,rgba(255,255,255,0.32) 98%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0.99) 3%,rgba(255,255,255,0.48) 97%,rgba(255,255,255,0.32) 98%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,0.99) 3%,rgba(255,255,255,0.48) 97%,rgba(255,255,255,0.32) 98%,rgba(255,255,255,0) 100%); /* W3C */box-shadow: 0 1px 1px #B5B5B5;background-color:#ccc; border: none;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px; margin-bottom:0px; -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 -3px 0px 0 rgba(0, 0, 0, 0.09) inset; padding-bottom:3px;}.lightNav2 .header2 .mgmenu > li { border-left: none;border-right: none; border-top: transparent solid 3px;}.lightNav2 .header2 .mgmenu > li:nth-child(2) { border-left:none; padding-right: 10px; }.lightNav2 .header2 .mgmenu_tabs li a.current,.lightNav2 .header2 .mgmenu_tabs li a.current:hover {background: #ddd; color: #333;}.lightNav2 .header2 .mgmenu { float: none; font-family: Arial,Helvetica,sans-serif;  font-size: 13px;  line-height: 1; list-style: none outside none;    margin: 0;  margin-left: -15px;}.lightNav2 .header2 .mgmenu li .dropdown_container,.lightNav2 .header2  .mgmenu li .mgmenu_multilevel {margin-top: 0px;}.lightNav2 .header2  .mgmenu li .dropdown_fullwidth {margin-top: 0px;}.lightNav2 .header2 .mgmenu > li span p { margin-bottom: 0;color: #999;}.lightNav2 .header2 .mgmenu > li:hover,.lightNav2 .header2  .mgmenu > li.active,.lightNav2 .header2  .mgmenu > li.current { background: none repeat scroll 0 0 #fff;border-color: #5DA9C5;}.lightNav2 .header2 .mgmenu > li:last-child span { padding: 18px 20px 19px;}.lightNav2 .header2 .mgmenu > li > a,.lightNav2 .header2  .mgmenu > li > span {  padding: 20px 10px 17px 16px !important;}@media screen and (min-width: 999px) and (max-width: 1040px;){.lightNav2 .header2 .WrapperToRight {left:67px;}.lightNav2 .header2 .WrapperToRight div {margin-bottom: 30px;}}@media screen and (min-width: 783px) and (max-width: 998px){.lightNav2 .header2 .WrapperToRight {left:0px !important;}}@media only screen and (max-width: 782px) {.lightNav2 .header2 .mgmenu > li:nth-child(2) { padding-right: 0px; }.lightNav2 .header2 .mgmenu > li:nth-child(2) .dropdown_container { margin-left: 0px;}.lightNav2 .header2 .mgmenu { margin-left: 0px;}.mgmenu .dropdown_flyout .dropdown_flyout_level {width: 100%;margin: 0px;}.lightNav2 .header2 .mgmenu > li:nth-child(2) {margin-left: 0px;}.lightNav2 .header2 .mgmenu {  margin: 0 -15px;}.lightNav2 .header2 .mgmenu > li:hover,.lightNav2 .header2  .mgmenu > li.active,.lightNav2 .header2  .mgmenu > li.current { background: none repeat scroll 0 0 #999;border-color: #5DA9C5;}.lightNav2 .header2 .mgmenu li > .mgmenu_tabs { width: auto;}.lightNav2 .header2 .mgmenu > li { border-left: medium none;  border-right: medium none; border-top: none;}}/*------------ HEADER 3 -------------------*/.header3  .mgmenu_container,.header3 .mgmenu_fixed,.header3 .mgmenu_footer {background-image:none; background-color: transparent;box-shadow: 0 1px 1px #B5B5B5; border: none;border-radius:0px;box-shadow:none;}.darkNav3 {    background: none repeat scroll 0 0 #333333 !important;}.darkNav3 .header3 .mgmenu > li { border-top: 3px solid #333333; }.darkNav3 .header3 .mgmenu > li:hover,.darkNav3 .header3  .mgmenu > li.active,.darkNav3 .header3  .mgmenu > li.current { background: #333 !important;border-top-color: #5DA9C5;}.darkNav3 .header3 .mgmenu > li > span:hover,.darkNav3 .header3 .mgmenu > li > a:hover,.darkNav3 .header3 .mgmenu > li > a:focus,.darkNav3 .header3 .mgmenu > li.current > a,.darkNav3 .header3 .mgmenu > li.current > span {background: #555 !important;outline:none;text-shadow:none;}.darkNav3 .header3 .mgmenu .dropdown_flyout .dropdown_flyout_level {background: #333 ;outline:none;text-shadow:none; border-color: #555; border-top-color:#5DA9C5; }.darkNav3 .header3 .mgmenu .dropdown_flyout li { border-bottom: 1px solid #292929;}.darkNav3 .header3 .mgmenu > li:last-child span { padding: 18px 20px 19px;}.darkNav3 .header3 .mgmenu > li:nth-last-child(2) span {  padding-right: 20px;}.darkNav3 .header3 .mgmenu li .dropdown_container,.darkNav3 .header3  .mgmenu li .dropdown_fullwidth,.darkNav3 .header3  .mgmenu li .mgmenu_multilevel {    background-color: #333333;  border-color: #5DA9C5 #555 #555; border-radius: 0 0 3px 3px; border-right: 1px solid #555; border-style: solid;    color: #fff;}.darkNav3 .header3 .mgmenu > li ul li,.darkNav3 .header3  .mgmenu > li ol li { text-shadow: none;}.darkNav3 .header3 .mgmenu a {  color: #FFFFFF; text-shadow:none;}.darkNav3 .header3 .mgmenu a:hover {  color: #5DA9C5; }.darkNav3 .header3 .mgmenu > li span p { color: #999999; margin-bottom: 0; text-shadow: none;}.darkNav3 .header3 .mgmenu .dropdown_flyout li { border-bottom: 1px solid #292929;}.darkNav3 .header3 .mgmenu {float: none;font-family: Arial,Helvetica,sans-serif;font-size: 13px;line-height: 1; list-style: none outside none; margin: 0;}.darkNav3 .header3 .mgmenu .dropdown_flyout li.last,.darkNav3 .header3  .mgmenu .dropdown_flyout li:last-child {  border: medium none;}.darkNav3 .header3 .mgmenu li .dropdown_container,.darkNav3 .header3  .mgmenu li .dropdown_fullwidth,.darkNav3 .header3  .mgmenu li .mgmenu_multilevel {margin-top: 0px;}.darkNav3 .header3 .mgmenu > li span p { margin-bottom: 0;}.darkNav3 .header3 .mgmenu p,.darkNav3 .header3  .mgmenu h1,.darkNav3 .header3  .mgmenu h2,.darkNav3 .header3  .mgmenu h3,.darkNav3 .header3  .mgmenu h4,.darkNav3 .header3  .mgmenu h5,.darkNav3 .header3  .mgmenu h6 {color: #fff; text-shadow:none;}.darkNav3 .header3 .mgmenu hr {border-color:#313131; }.darkNav3 .header3 .mgmenu_tabs li a.current,.darkNav3 .header3 .mgmenu_tabs li a.current:hover {background: #202020; color: #eee;}.darkNav3 .header3 ul > li { color: #EEEEEE !important; border: none;}.darkNav3 .header3 .mgmenu_tabs .mgmenu_tabs_panels {background: #333;}.darkNav3 .header3 .mgmenu > li:last-child span { padding: 18px 20px 19px;}.darkNav3 .header3  .mgmenu { float: none; font-family: Arial,Helvetica,sans-serif;  font-size: 13px;  line-height: 1; list-style: none outside none;    margin: 0;  margin-left: -15px;}.darkNav3 .header3  .mgmenu > li:nth-child(2) {  border-left: medium none;}.darkNav3 .header3 .mgmenu > li > a,.darkNav3 .header3  .mgmenu > li > span {  padding: 20px 20px 17px 16px !important;}@media screen and (min-width: 999px) and (max-width: 1040px;){.darkNav3 .header3 .WrapperToRight {left: 0px; right: auto;}.darkNav3 .header3 .WrapperToRight div {margin-bottom: 30px;}}@media screen and (min-width: 783px) and (max-width: 998px){.header3 .WrapperToRight {    left: 0 !important;}}@media only screen and (max-width: 782px) {.darkNav3 .header3 .mgmenu { float: none; margin: 0 -15px;}.darkNav3 .header3 .mgmenu > li { border-top: none;}.darkNav3 .header3 .mgmenu_container > .mgmenu > li.mgmenu_button,.darkNav3 .header3  .mgmenu_fixed > .mgmenu > li.mgmenu_button,.darkNav3 .header3  .mgmenu_footer > .mgmenu > li.mgmenu_button { background-color: #999999;color: #fff;}.darkNav3 .header3 .mgmenu > li:hover, .darkNav3 .header3 .mgmenu > li.active, .darkNav3 .header3 .mgmenu > li.current {    background: #999 !important; border-top-color: transparent;}.darkNav3 .header3 .mgmenu > li > span:hover, .darkNav3 .header3 .mgmenu > li > a:hover, .darkNav3 .header3 .mgmenu > li > a:focus, .darkNav3 .header3 .mgmenu > li.current > a, .darkNav3 .header3 .mgmenu > li.current > span { background: none repeat scroll 0 0 #fff !important; text-shadow: none;}.darkNav3 .header3 .mgmenu li .dropdown_container, .darkNav3 .header3 .mgmenu li .dropdown_fullwidth, .darkNav3 .header3 .mgmenu li .mgmenu_multilevel {    background-color: #e9e9e9; border-color: #e0e0e0; border-radius: 0px;    border: none; }.darkNav3 .header3 .mgmenu .dropdown_flyout .dropdown_flyout_level {    background: none repeat scroll 0 0 #e9e9e9; border:none;  outline: medium none;    text-shadow: none;}.darkNav3 .header3 .mgmenu .dropdown_flyout li { border-bottom: 1px solid #e0e0e0;}.darkNav3 .header3 .mgmenu > li:nth-child(2) { margin-left: 0px;padding-right: 0px;}.darkNav3 .header3 .mgmenu a { color: #333;}.darkNav3 .header3 .mgmenu a:hover {color: #000;}.darkNav3 .header3 .mgmenu p, .darkNav3 .header3 .mgmenu h1, .darkNav3 .header3 .mgmenu h2, .darkNav3 .header3 .mgmenu h3, .darkNav3 .header3 .mgmenu h4, .darkNav3 .header3 .mgmenu h5, .darkNav3 .header3 .mgmenu h6 , .darkNav3 .header3 .mgmenu ul > li{ color: #333 ; text-shadow: none !important;}.darkNav3 .header3 .mgmenu_tabs li a.current,.darkNav3 .header3 .mgmenu_tabs li a.current:hover {    background: #ddd;  color: #333;}.darkNav3 .header3 .mgmenu > li:last-child { border-right: none;}.darkNav3 .header3 .mgmenu > li {border-left: none;}.darkNav3 .header3 .mgmenu hr { border-color: #ddd;}.header3 .mgmenu_tabs .mgmenu_tabs_panels {background: #e9e9e9 !important;}}/*------------ HEADER 4 -------------------*/.header4.dark  .mgmenu_container,.header4.dark .mgmenu_fixed,.header4.dark .mgmenu_footer {background-image:none; background-color: transparent;box-shadow: 0 1px 1px #B5B5B5; border: none;border-radius:0px;box-shadow:none;}.header4.dark {    background: none repeat scroll 0 0 #333333 !important;}.header4.dark .mgmenu > li { border-top: 3px solid #333333; }.header4.dark .mgmenu > li:hover,.header4.dark  .mgmenu > li.active,.header4.dark  .mgmenu > li.current {     background: #333 !important;     border-top-color: #E05C5C; }.header4.dark .mgmenu > li > span:hover,.header4.dark .mgmenu > li > a:hover,.header4.dark .mgmenu > li > a:focus,.header4.dark .mgmenu > li.current > a,.header4.dark .mgmenu > li.current > span {    background: #555 !important;    outline:none;    text-shadow:none;}.header4.dark .mgmenu .dropdown_flyout .dropdown_flyout_level {background: #333 ;outline:none;text-shadow:none; border-color: #555; border-top-color:#5DA9C5; }.header4.dark .mgmenu .dropdown_flyout li { border-bottom: 1px solid #292929;}.header4.dark .mgmenu > li:last-child span { padding: 18px 20px 19px;}.header4.dark .mgmenu > li:nth-last-child(2) span {  padding-right: 20px;}.header4.dark .mgmenu li .dropdown_container,.header4.dark  .mgmenu li .dropdown_fullwidth,.header4.dark  .mgmenu li .mgmenu_multilevel {    background-color: #333333;    border-color: #5DA9C5 #555 #555;    border-radius: 0 0 3px 3px;    border-right: 1px solid #555;    border-style: solid;    color: #fff;}.header4.dark .mgmenu > li ul li,.header4.dark  .mgmenu > li ol li { text-shadow: none;}.header4.dark .mgmenu a {  color: #FFFFFF; text-shadow:none;}.header4.dark .mgmenu a:hover {  color: #E05C5C; }.header4.dark .mgmenu > li span p { color: #999999; margin-bottom: 0; text-shadow: none;}.header4.dark .mgmenu .dropdown_flyout li { border-bottom: 1px solid #292929; border-right: none;}.header4.dark .mgmenu {    float: none;    font-family: Arial,Helvetica,sans-serif;    font-size: 13px;    line-height: 1;    list-style: none outside none;    margin: 0;}.header4.dark .mgmenu .dropdown_flyout li.last,.header4.dark  .mgmenu .dropdown_flyout li:last-child {    border: medium none;}.header4.dark .mgmenu li .dropdown_container,.header4.dark  .mgmenu li .dropdown_fullwidth,.header4.dark  .mgmenu li .mgmenu_multilevel {    margin-top: 0px;}.header4.dark .mgmenu > li span p { margin-bottom: 0;}.header4.dark .mgmenu p,.header4.dark  .mgmenu h1,.header4.dark  .mgmenu h2,.header4.dark  .mgmenu h3,.header4.dark  .mgmenu h4,.header4.dark  .mgmenu h5,.header4.dark  .mgmenu h6 {    color: #fff;    text-shadow:none;}.header4.dark .mgmenu hr {border-color:#313131; }.header4.dark .mgmenu_tabs li a.current,.header4.dark .mgmenu_tabs li a.current:hover {    background: #202020;    color: #eee;}.header4.dark .mgmenu > li {    color: #EEEEEE !important;    border-right: 1px solid #292929;    border-left: none;}.header4.dark .mgmenu_tabs .mgmenu_tabs_panels {background: #333;}.header4.dark .mgmenu_tabs .mgmenu_tabs_panels li {color: #fff;}.header4.dark .mgmenu > li:last-child span { padding: 18px 20px 19px;}.header4.dark  .mgmenu {    float: none;    font-family: Arial,Helvetica,sans-serif;    font-size: 13px;    line-height: 1;    list-style: none outside none;    margin: 0;    margin-left: -15px;}.header4.dark  .mgmenu > li:nth-child(2) {  border-left: #292929 1px solid;}.header4.dark .mgmenu > li > a,.header4.dark  .mgmenu > li > span {  padding: 20px 15px 17px 15px !important;}@media screen and (min-width: 999px) and (max-width: 1040px;){.header4.dark .WrapperToRight {left: 0px; right: auto;}.header4.dark .WrapperToRight div {margin-bottom: 30px;}}@media screen and (min-width: 783px) and (max-width: 998px){.header3 .WrapperToRight {    left: 0 !important;}.header4.dark .mgmenu > li > a,.header4.dark  .mgmenu > li > span {  padding: 20px 25px 17px 25px !important;}}@media only screen and (max-width: 782px) {.header4.dark .mgmenu { float: none; margin: 0 -15px;}.header4.dark .mgmenu > li { border-top: none;}.header4.dark .mgmenu_container > .mgmenu > li.mgmenu_button,.header4.dark  .mgmenu_fixed > .mgmenu > li.mgmenu_button,.header4.dark  .mgmenu_footer > .mgmenu > li.mgmenu_button {    background-color: #999999;color: #fff;}.header4.dark .mgmenu > li:hover, .header4.dark .mgmenu > li.active, .header4.dark .mgmenu > li.current {    background: #999 !important; border-top-color: transparent;}.header4.dark .mgmenu > li > span:hover, .header4.dark .mgmenu > li > a:hover, .header4.dark .mgmenu > li > a:focus, .header4.dark .mgmenu > li.current > a, .header4.dark .mgmenu > li.current > span { background: none repeat scroll 0 0 #fff !important; text-shadow: none;}.header4.dark .mgmenu li .dropdown_container, .header4.dark .mgmenu li .dropdown_fullwidth, .header4.dark .mgmenu li .mgmenu_multilevel {    background-color: #e9e9e9; border-color: #e0e0e0; border-radius: 0px;    border: none; }.header4.dark .mgmenu .dropdown_flyout .dropdown_flyout_level {    background: none repeat scroll 0 0 #e9e9e9; border:none;  outline: medium none;    text-shadow: none;}.header4.dark .mgmenu .dropdown_flyout li { border-bottom: 1px solid #e0e0e0;}.header4.dark .mgmenu > li:nth-child(2) { margin-left: 0px;}.header4.dark .mgmenu a { color: #333;}.header4.dark .mgmenu a:hover {color: #000;}.header4.dark .mgmenu p, .header4.dark .mgmenu h1, .header4.dark .mgmenu h2, .header4.dark .mgmenu h3, .header4.dark .mgmenu h4, .header4.dark .mgmenu h5, .header4.dark .mgmenu h6 , .header4.dark .mgmenu ul > li{ color: #333 !important; text-shadow: none !important;}.header4.dark .mgmenu_tabs li a.current,.header4.dark .mgmenu_tabs li a.current:hover {    background: #ddd;  color: #333;}.header4.dark .mgmenu > li:last-child { border-right: none;}.header4.dark .mgmenu > li {border-left: none;}.header4.dark .mgmenu hr { border-color: #ddd;}.header4.dark .mgmenu_tabs .mgmenu_tabs_panels {background: #e9e9e9 !important;}.header4.dark .mgmenu > li:nth-child(2) {  padding-right: 0px;}.header4.dark ul > li { color: #EEEEEE !important; border:none;}}/* -------- HEADER 5 ----------*/.Headerlogo2 .logo {  margin: 25px 0 10px;}.header5  .mgmenu_container,.header5 .mgmenu_fixed,.header5 .mgmenu_footer {background-image:none; background-color: transparent;box-shadow: 0 1px 1px #B5B5B5; border: none;border-radius:0px;box-shadow:none; padding:0px;}.header5 .mgmenu {  float: right; margin: 23px 0;}.header5 .mgmenu > li {    float: left;  margin: 0; border: none;}.header5 .mgmenu > li > a,.header5 .mgmenu > li > span {  color: #fff;  display: block;  font-family: 'Open Sans',sans-serif;    font-size: 15px;  outline: 0 none;   padding: 18px 20px 19px; font-weight: 500; text-shadow:none; text-transform: none;}.header5 .mgmenu > li:hover,.header5  .mgmenu > li.active,.header5  .mgmenu > li.current { background: none repeat scroll 0 0 #353C3E !important;    }.header5 .mgmenu > li > span:hover,.header5  .mgmenu > li > a:hover,.header5  .mgmenu > li > a:focus,.header5  .mgmenu > li.current > a, .mgmenu > li.current > span {    background: none repeat scroll 0 0 #353C3E !important;    cursor: pointer;    outline: medium none;    text-shadow: none;}.header5 .mgmenu li .dropdown_container,.header5  .mgmenu li .dropdown_fullwidth,.header5  .mgmenu li .mgmenu_multilevel {background: #333; border-right-color:#555; border-left-color:#555; border-bottom-color:#555;}.header5 .mgmenu .dropdown_flyout .dropdown_flyout_level {   -moz-border-bottom-colors: none;  -moz-border-left-colors: none;    -moz-border-right-colors: none;   -moz-border-top-colors: none;   background: none repeat scroll 0 0 #333;    border-color: #2376DE  #555 #555;    border-image: none;    border-radius: 3px;    border-right: 1px solid #555;    border-style: solid;    border-width: 3px 1px 1px;    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); width: 100%;}.header5 .mgmenu .dropdown_flyout li { border-bottom: 1px solid #292929;  }.header5 .mgmenu .dropdown_flyout a { color: #fff; text-shadow:none;}.header5 .mgmenu a {  color: #fff;  text-decoration: none;}.header5 .mgmenu a:hover {  color: #5DA9C5;  text-decoration: none;}.header5 .WrapperToRight {right:0px !important;}.header5 .mgmenu_tabs .mgmenu_tabs_panels {background: #333;}.header5 .mgmenu_tabs .mgmenu_tabs_panels li {color: #fff; text-shadow:none; }.header5 .mgmenu p, .header5 .mgmenu h1, .header5 .mgmenu h2, .header5 .mgmenu h3, .header5 .mgmenu h4, .header5 .mgmenu h5, .header5 .mgmenu h6 , .header5 .mgmenu ul > li{ color: #fff !important; text-shadow: none !important;}.header5 .mgmenu_tabs li a.current,.header5  .mgmenu_tabs li a.current:hover { background:  #292929 !important;  color: #fff !important;    text-shadow:none;}/* menu size like bootstrap container */@media screen and (min-width: 783px) {.header5 .mgmenu {max-width:750px;}.header1 .WrapperToRight {right:0px;}.WrapperToRight div {margin-bottom: 30px;}}@media (min-width:992px) {.header5 .mgmenu {max-width:970px;}}@media (max-width:992px) {.header5 .mgmenu {    float: none;   margin-left: -30px;}}@media (min-width:1200px){.header5 .mgmenu{max-width:1170px;}}@media only screen and (max-width: 782px) {.header5 .mgmenu > li:hover,.header5  .mgmenu > li.active,.header5  .mgmenu > li.current { background: none repeat scroll 0 0 #999 !important;    color: #333;}.header5 .mgmenu > li > span:hover,.header5  .mgmenu > li > a:hover,.header5  .mgmenu > li > a:focus,.header5  .mgmenu > li.current > a, .mgmenu > li.current > span {    background: none repeat scroll 0 0 #fff !important;    cursor: pointer;    outline: medium none;    text-shadow: none;}.header5 {    margin-bottom: -12px;}.Headerlogo2 {    margin-bottom: 20px;    text-align: center;}.header5 .mgmenu {    float: none;    margin: 0 -15px;}.header5 .mgmenu a { color: #333 !important;}.header5 .mgmenu a:hover {color: #000 !important;}    .header5 .mgmenu_container,    .header5 .mgmenu_fixed,    .header5 .mgmenu_footer {        width:100% !important;        height:auto;        margin:0;        position:relative;        left:auto;        top:auto;        bottom:auto;        background: #999;        padding: 0px;        max-width: none;        box-shadow: none;        color: #fff;    }.header5     .mgmenu_footer {    }    .header5 .mgmenu_container .mgmenu > li,    .header5 .mgmenu_fixed .mgmenu > li,    .header5 .mgmenu_footer .mgmenu > li {        float:none;        width:auto;        border:none;        display: block;        padding: 0;    }    .header5 .mgmenu > li > span,    .header5 .mgmenu > li > a,    .header5 .mgmenu > li.current > a, .mgmenu > li.current > span { display:block; background:#e9e9e9 !important; border-bottom:1px solid #e0e0e0 !important;}    .header5 .mgmenu > li .mgmenu_drop {            background-position:96% 19px;        }.header5 .mgmenu .dropdown_flyout li.last,.header5  .mgmenu .dropdown_flyout li:last-child {    border: medium none;}.header5 .mgmenu li .dropdown_container, .header5 .mgmenu li .dropdown_fullwidth, .header5 .mgmenu li .mgmenu_multilevel {    background-color: #e9e9e9; border-color: #e0e0e0; border-radius: 0px;    border: none; }.header5 .mgmenu .dropdown_flyout .dropdown_flyout_level {    background: none repeat scroll 0 0 #e9e9e9; border:none;  outline: medium none;box-shadow: none;    text-shadow: none;}.header5 .mgmenu .dropdown_flyout li { border-bottom: 1px solid #e0e0e0;}    .header5 .mgmenu > li > a, .mgmenu > li > span { padding: 18px 20px 19px !important;}.header5 .mgmenu_container > .mgmenu > li.mgmenu_button,.header5 .mgmenu_fixed > .mgmenu > li.mgmenu_button,.header5 .mgmenu_footer > .mgmenu > li.mgmenu_button {    background-color: #999;    border: medium none;    box-shadow: none;    color: #fff;    cursor: pointer;    display: none;    font-family: 'Open Sans',sans-serif;    font-size: 16px;    line-height: 12px;    padding: 20px 4% 40px !important;    transition: none 0s ease 0s;    width: 100%;}    .header5 .mgmenu .col_border {        box-shadow:none;    }.header5 .mgmenu p, .header5 .mgmenu h1, .header5 .mgmenu h2, .header5 .mgmenu h3, .header5 .mgmenu h4, .header5 .mgmenu h5, .header5 .mgmenu h6 , .header5 .mgmenu ul > li{ color: #333 !important; text-shadow: none !important;}.header5 .mgmenu_tabs li a.current,.header5 .mgmenu_tabs li a.current:hover {    background: #ddd !important;  color: #333 !important;}.header5 .mgmenu li > .mgmenu_tabs { border: medium none !important; }.header5 .mgmenu > li:last-child { border-right: none;}.header5 .mgmenu > li {border-left: none;}.header5 .mgmenu hr { border-color: #ddd;}.header5 .mgmenu_tabs .mgmenu_tabs_panels {background: #e9e9e9 !important;}.header5 .mgmenu > li:nth-child(2) {  padding-right: 0px;}.header5 ul > li { color: #EEEEEE !important; border:none;}}/* ------------------------------------------------------------------------    This you can edit.------------------------------------------------------------------------- */    /* ----------------------------------        Default Theme    ----------------------------------- */    div.pp_default .pp_top,    div.pp_default .pp_top .pp_middle,    div.pp_default .pp_top .pp_left,    div.pp_default .pp_top .pp_right,    div.pp_default .pp_bottom,    div.pp_default .pp_bottom .pp_left,    div.pp_default .pp_bottom .pp_middle,    div.pp_default .pp_bottom .pp_right { height: 13px; }    div.pp_default .pp_top .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */    div.pp_default .pp_top .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */    div.pp_default .pp_top .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */    div.pp_default .pp_content .ppt { color: #f8f8f8; }    div.pp_default .pp_content_container .pp_left { background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }    div.pp_default .pp_content_container .pp_right { background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }    div.pp_default .pp_content { background-color: #fff; } /* Content background */    div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */    div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */    div.pp_default .pp_expand { background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */    div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */    div.pp_default .pp_contract { background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */    div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */    div.pp_default .pp_close { width: 30px; height: 30px; background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */    div.pp_default #pp_full_res .pp_inline { color: #000; }    div.pp_default .pp_gallery ul li a { background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }    div.pp_default .pp_gallery ul li a:hover,    div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }    div.pp_default .pp_social { margin-top: 7px; }    div.pp_default .pp_gallery a.pp_arrow_previous,    div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }    div.pp_default .pp_nav .pp_play,    div.pp_default .pp_nav .pp_pause { background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }    div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }    div.pp_default .pp_details { position: relative; }    div.pp_default a.pp_arrow_previous,    div.pp_default a.pp_arrow_next { background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }    div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */    div.pp_default .pp_content_container .pp_details { margin-top: 5px; }    div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }    div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }    div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }    div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }    div.pp_default .pp_bottom .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */    div.pp_default .pp_bottom .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */    div.pp_default .pp_bottom .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */    div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */    /* ----------------------------------        Light Rounded Theme    ----------------------------------- */    div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */    div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */    div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */    div.light_rounded .pp_content .ppt { color: #000; }    div.light_rounded .pp_content_container .pp_left,    div.light_rounded .pp_content_container .pp_right { background: #fff; }    div.light_rounded .pp_content { background-color: #fff; } /* Content background */    div.light_rounded .pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */    div.light_rounded .pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */    div.light_rounded .pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */    div.light_rounded .pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */    div.light_rounded .pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */    div.light_rounded .pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */    div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */    div.light_rounded .pp_details { position: relative; }    div.light_rounded .pp_description { margin-right: 85px; }    div.light_rounded #pp_full_res .pp_inline { color: #000; }    div.light_rounded .pp_gallery a.pp_arrow_previous,    div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }    div.light_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }    div.light_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }    div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */        div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }    div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */        div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }    div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */    div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */    div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */    div.light_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */    /* ----------------------------------        Dark Rounded Theme    ----------------------------------- */    div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */    div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */    div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */    div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */    div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */    div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */    div.dark_rounded .pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */    div.dark_rounded .pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */    div.dark_rounded .pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */    div.dark_rounded .pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */    div.dark_rounded .pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */    div.dark_rounded .pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */    div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */    div.dark_rounded .pp_details { position: relative; }    div.dark_rounded .pp_description { margin-right: 85px; }    div.dark_rounded .currentTextHolder { color: #c4c4c4; }    div.dark_rounded .pp_description { color: #fff; }    div.dark_rounded #pp_full_res .pp_inline { color: #fff; }    div.dark_rounded .pp_gallery a.pp_arrow_previous,    div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }    div.dark_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }    div.dark_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }    div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */        div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }    div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */        div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }    div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */    div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */    div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */    div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */    /* ----------------------------------        Dark Square Theme    ----------------------------------- */    div.dark_square .pp_left ,    div.dark_square .pp_middle,    div.dark_square .pp_right,    div.dark_square .pp_content { background: #000; }    div.dark_square .currentTextHolder { color: #c4c4c4; }    div.dark_square .pp_description { color: #fff; }    div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */    div.dark_square .pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */    div.dark_square .pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */    div.dark_square .pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */    div.dark_square .pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */    div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */    div.dark_square .pp_details { position: relative; }    div.dark_square .pp_description { margin: 0 85px 0 0; }    div.dark_square #pp_full_res .pp_inline { color: #fff; }    div.dark_square .pp_gallery a.pp_arrow_previous,    div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }    div.dark_square .pp_nav { clear: none; }    div.dark_square .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }    div.dark_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }    div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */        div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }    div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */        div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }    div.dark_square .pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */    div.dark_square .pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */    /* ----------------------------------        Light Square Theme    ----------------------------------- */    div.light_square .pp_left ,    div.light_square .pp_middle,    div.light_square .pp_right,    div.light_square .pp_content { background: #fff; }    div.light_square .pp_content .ppt { color: #000; }    div.light_square .pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */    div.light_square .pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */    div.light_square .pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */    div.light_square .pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */    div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */    div.light_square .pp_details { position: relative; }    div.light_square .pp_description { margin-right: 85px; }    div.light_square #pp_full_res .pp_inline { color: #000; }    div.light_square .pp_gallery a.pp_arrow_previous,    div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }    div.light_square .pp_nav .pp_play { background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }    div.light_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }    div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */        div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }    div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */        div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }    div.light_square .pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */    div.light_square .pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */    div.light_square .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */    /* ----------------------------------        Facebook style Theme    ----------------------------------- */    div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */    div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */    div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */    div.facebook .pp_content .ppt { color: #000; }    div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */    div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */    div.facebook .pp_content { background: #fff; } /* Content background */    div.facebook .pp_expand { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */    div.facebook .pp_expand:hover { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */    div.facebook .pp_contract { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */    div.facebook .pp_contract:hover { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */    div.facebook .pp_close { width: 22px; height: 22px; background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */    div.facebook .pp_details { position: relative; }    div.facebook .pp_description { margin: 0 37px 0 0; }    div.facebook #pp_full_res .pp_inline { color: #000; }    div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */    div.facebook .pp_arrow_previous { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */        div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }    div.facebook .pp_arrow_next { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */        div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }    div.facebook .pp_nav { margin-top: 0; }    div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }    div.facebook .pp_nav .pp_play { background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }    div.facebook .pp_nav .pp_pause { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }    div.facebook .pp_next:hover { background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */    div.facebook .pp_previous:hover { background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */    div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */    div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */    div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner *//* ------------------------------------------------------------------------    DO NOT CHANGE------------------------------------------------------------------------- */    div.pp_pic_holder a:focus { outline:none; }    div.pp_overlay {        background: #000;        display: none;        left: 0;        position: absolute;        top: 0;        width: 100%;        z-index: 9500;    }    div.pp_pic_holder {        display: none;        position: absolute;        width: 100px;        z-index: 10000;    }        .pp_top {            height: 20px;            position: relative;        }            * html .pp_top { padding: 0 20px; }            .pp_top .pp_left {                height: 20px;                left: 0;                position: absolute;                width: 20px;            }            .pp_top .pp_middle {                height: 20px;                left: 20px;                position: absolute;                right: 20px;            }                * html .pp_top .pp_middle {                    left: 0;                    position: static;                }            .pp_top .pp_right {                height: 20px;                left: auto;                position: absolute;                right: 0;                top: 0;                width: 20px;            }        .pp_content { height: 40px; min-width: 40px; }        * html .pp_content { width: 40px; }        .pp_fade { display: none; }        .pp_content_container {            position: relative;            text-align: left;            width: 100%;        }            .pp_content_container .pp_left { padding-left: 20px; }            .pp_content_container .pp_right { padding-right: 20px; }            .pp_content_container .pp_details {                float: left;                margin: 10px 0 2px 0;            }                .pp_description {                    display: none;                    margin: 0;                }                .pp_social { float: left; margin: 0; }                .pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }                .pp_social .twitter { float: left; }                .pp_nav {                    clear: right;                    float: left;                    margin: 3px 10px 0 0;                }                    .pp_nav p {                        float: left;                        margin: 2px 4px;                        white-space: nowrap;                    }                    .pp_nav .pp_play,                    .pp_nav .pp_pause {                        float: left;                        margin-right: 4px;                        text-indent: -10000px;                    }                    a.pp_arrow_previous,                    a.pp_arrow_next {                        display: block;                        float: left;                        height: 15px;                        margin-top: 3px;                        overflow: hidden;                        text-indent: -10000px;                        width: 14px;                    }        .pp_hoverContainer {            position: absolute;            top: 0;            width: 100%;            z-index: 2000;        }        .pp_gallery {            display: none;            left: 50%;            margin-top: -50px;            position: absolute;            z-index: 10000;        }            .pp_gallery div {                float: left;                overflow: hidden;                position: relative;            }            .pp_gallery ul {                float: left;                height: 35px;                margin: 0 0 0 5px;                padding: 0;                position: relative;                white-space: nowrap;            }            .pp_gallery ul a {                border: 1px #000 solid;                border: 1px rgba(0,0,0,0.5) solid;                display: block;                float: left;                height: 33px;                overflow: hidden;            }            .pp_gallery ul a:hover,            .pp_gallery li.selected a { border-color: #fff; }            .pp_gallery ul a img { border: 0; }            .pp_gallery li {                display: block;                float: left;                margin: 0 5px 0 0;                padding: 0;            }            .pp_gallery li.default a {                background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;                display: block;                height: 33px;                width: 50px;            }            .pp_gallery li.default a img { display: none; }            .pp_gallery .pp_arrow_previous,            .pp_gallery .pp_arrow_next {                margin-top: 7px !important;            }        a.pp_next {            background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;            display: block;            float: right;            height: 100%;            text-indent: -10000px;            width: 49%;        }        a.pp_previous {            background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;            display: block;            float: left;            height: 100%;            text-indent: -10000px;            width: 49%;        }        a.pp_expand,        a.pp_contract {            cursor: pointer;            display: none;            height: 20px;            position: absolute;            right: 30px;            text-indent: -10000px;            top: 10px;            width: 20px;            z-index: 20000;        }        a.pp_close {            position: absolute; right: 0; top: 0;            display: block;            line-height:22px;            text-indent: -10000px;        }        .pp_bottom {            height: 20px;            position: relative;        }            * html .pp_bottom { padding: 0 20px; }            .pp_bottom .pp_left {                height: 20px;                left: 0;                position: absolute;                width: 20px;            }            .pp_bottom .pp_middle {                height: 20px;                left: 20px;                position: absolute;                right: 20px;            }                * html .pp_bottom .pp_middle {                    left: 0;                    position: static;                }            .pp_bottom .pp_right {                height: 20px;                left: auto;                position: absolute;                right: 0;                top: 0;                width: 20px;            }        .pp_loaderIcon {            display: block;            height: 24px;            left: 50%;            margin: -12px 0 0 -12px;            position: absolute;            top: 50%;            width: 24px;        }        #pp_full_res {            line-height: 1 !important;        }            #pp_full_res .pp_inline {                text-align: left;            }                #pp_full_res .pp_inline p { margin: 0 0 15px 0; }        div.ppt {            color: #fff;            display: none;            font-size: 17px;            margin: 0 0 5px 15px;            z-index: 9999;        }        /* #Misc================================================== */.ls-layer h3, .ls-layer h4, .ls-layer h5, .ls-layer h6 { font-weight:400;}.ls-layer h2 { font-weight:300; font-size:49px;}.ls-layer h1 {text-transform:uppercase; line-height:56px; font-weight:bold;}.ls-layer h4 { border:1px solid #444; border-width:1px 0; padding:16px 0; margin:40px 0;}.ls-layer h3 { color:#128abc; }.ls-layer p { line-height:26px; }.l1-s1s {    height: 110px;    color: white;    background: #0093d0;    opacity: .74;    filter: alpha(opacity=70);    width: 650px;    text-align: center;}.l2-s1s {    color: white;    background: #0093d0;    opacity: .69;    filter: alpha(opacity=60);    white-space: nowrap;    left:0;}h1.l2-s1s { background:#ff9900; opacity: .76; filter: alpha(opacity=70); }.l3-s1 {    width:440px;    padding-bottom:12px;    color: black;    background: white;    opacity: .59;    box-shadow: 0px 4px 10px -5px black;}@media screen and (max-width: 1024px) {.ls-layer h1, .ls-layer h3 { left:0; margin-left:100px;}}@charset "utf-8";/* Imports mgmenu Stylesheet *//*-----------------------------------------------------------------------------------*//* #Site Styles================================================== *//* WRAPPER */#wrap {    margin: 0 auto;    position: relative;    padding: 0;    background: #fff;}#boxed-wrap {    margin: 0 auto;    background: #fff;    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);    border: 1px solid #d6dbdc;    border-bottom: none;}#boxed-wrap .navbar-nav li:first-child {    border-left: none;}#hero {    width: 100%;    padding: 0;    clear: both;    border-bottom: 7px solid #ddd;}/*--------------------------------------------------------*//* HEADER *//* -------------------------------------------------------*/#header2 {    text-align: center;}header {    background-color: #353c3e;    min-height: 80px;    padding-bottom: 12px;}.logo {    margin: 20px 0px 10px 0px;}.logo img {    max-width: 100%;}#site-title {    text-transform: capitalize;    font-weight: 900;    line-height: 1;}#site-title small {    font-size: 16px;    line-height: 1.2;    display: block;    font-weight: normal;    letter-spacing: -0.02em;}/* top bar */.top-bar {    background: #353c3e;    min-height: 40px;    border-bottom: 3px solid #434b52;    padding: 10px 0;}.top-links {    float: left;    color: #5b6670;    font-size: 13px;    padding: 6px 0 0 0;    font-weight: bold;}.top-links.rgtflot {    float: right;    padding-right: 10px;}.top-links img,.container .top-links p {    float: left;    margin: 4px 3px 0 0;}.container .top-links p {    color: #d9d9d9;    font-weight: bold;    font-size: 12px;    line-height: 1;    margin: 5px 9px 0 0;}.top-links a,.top-links span {    color: #9aa6af;    font-size: 11px;    display: inline;    margin: 0 7px;    text-transform: uppercase;    font-weight: bold;    font-family: 'Open Sans', Arial;}.top-links a:first-child {    margin-left: 0;}.top-links a:hover {    color: #ff932a}.top-co-inf {    margin-top: 8px;    color: #6d6e71;}.top-bar h6 {    margin: 0 16px 0 0;    font-size: 14px;    margin: 0 20px;    font-weight: 400;    color: #bbc2c7;    display: inline-block;}.top-bar h6 i {    font-size: 16px;    background: #232829;    color: #a3acb2;    display: inline;    padding: 5px;    border-radius: 34px;    vertical-align: middle;}.top-co-inf h6 {    float: right;    margin: 0 0 0 30px;}.top-co-inf h6:first-child {    margin-right: -15px;}.socialfollow {    margin: 0 auto;    padding-top: 40px;    text-align: center;}.socialfollow a:first-of-type {    margin-left: 0;}.footer-in .socialfollow a:hover {    text-decoration: none;}.headerSocial .socialfollow a.facebook:hover {    background: #3b5996;}.headerSocial .socialfollow a.twitter:hover {    background: #00acee;}.headerSocial .socialfollow a.vimeo:hover {    background: #0dadd6;}.headerSocial .socialfollow a.dribble:hover {    background: #d53e68;}.headerSocial .socialfollow a.youtube:hover {    background: #cb322c;}.headerSocial .socialfollow a.pinterest:hover {    background: #cb2027;}.headerSocial .socialfollow a.google:hover {    background: #c3391c;}.headerSocial .socialfollow a.linkedin:hover {    background: #0073b2;}.headerSocial .socialfollow .socialfollow a.rss:hover {    background: #f29a1d;}.socialfollow img {    opacity: 0.79;}.headerSocial .socialfollow i {    color: #fff;    font-size: 20px;    opacity: 0.95;    padding: 0px;}.headerSocial .socialfollow a:last-of-type {    margin-right: 0px;}.headerSocial .socialfollow a {    background-color: #62696B;    border-radius: 0px;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    display: inline-block;    margin: 7px 5px 0;    padding: 10px;    text-decoration: none;    transition: all 0.31s ease 0s;    height: 40px;    overflow: hidden;}.headerSocial .socialfollow {    padding: 0px !important;    text-align: right;    padding-top: 20px !important;    margin: 0px auto !important;}/* -------------------------------------------------------*//* NAVBAR *//* -------------------------------------------------------*/#search-form {    float: right;    margin: 11px auto 3px auto;}#search-form .search-text-box,#search-form2 .search-text-box2 {    background-color: #fdfdfd;    background-image: url(../images/search-icon.png);    background-position: 12px 50%;    background-repeat: no-repeat;    border: 0 none;    border-radius: 18px;    color: transparent;    cursor: text;    font-size: 13px;    color: #444;    height: 35px;    line-height: 18px;    padding: 7px 5px 8px 30px;    transition: all 0.3s ease-in-out 0s;    border: 1px solid #d2d2d2;    color: #333;    box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(0, 0, 0, 0.1) inset;    -webkit-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(0, 0, 0, 0.1) inset;    -moz-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(0, 0, 0, 0.1) inset;    width: 190px;}#search-form .search-text-box:focus {    border-color: #b7b7b7;}/* -------------------------------------------------------*//* MAIN CONTENT *//* -------------------------------------------------------*/.mainContent {    background-color: #FFFFFF;    min-height: 300px;    padding: 10px 0px;}.btn-primary {    background-color: #2376de;    border: none;    font-weight: bold;    color: #fff;}.panel-group .btn-primary {    color: #FFFFFF;}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {    background-color: #1A8E8C;    border: none;    color: #FFFFFF;}.sectionTitle h2,.sectionTitle p {    text-align: center;}.sectionTitle p {    color: #999999;    font-family: 'Yanone Kaffeesatz', sans-serif;    font-size: 25px;    font-weight: normal;    margin: 0 auto;    width: 60%;    line-height: 1.2;}.sectionTitle.darkBG p {    color: #fff;}.sectionTitle h2,.fw-aside-left h2 {    font-size: 59px;    font-weight: 700;}.fw-aside-left h2 {    text-align: right;}.sectionTitleHeaderDivider {    width: 150px;    border-bottom: 3px solid #5dba7a;    display: block;    height: 15px;    margin: -25px auto 30px;}.fw-aside-left .sectionTitleHeaderDivider {    float: right;}.slider .btn-primary {    color: #FFFFFF;}.clients .sectionTitle h2 {    color: #FF5C30;    text-shadow: none;}.team {    background: none repeat scroll 0 0 #EFEFEF;}.team h2 {    color: #58A77D;}.team .socialfollow a {    background-color: #EFEFEF;}.aboutCarousel {    margin-bottom: 30px;}.aboutWelcome p {    color: #999;    font-size: 15px;}.skills .sectionTitleHeaderDivider {    border-color: #555;}.full-width.orange {    background-color: #FF5C30;}.full-width.orange h2 {    color: #fff;    text-shadow: 0 1px 1px #333333;}/* -------------------------------------------------------*//* SLIDER *//* -------------------------------------------------------*/.slider {    background-color: #FFFFFF;}.sliderAdjustLeft {    display: inline-block;    left: 50%;    position: absolute;    top: 50%;    z-index: 5;}.sliderAdjustRight {    display: inline-block;    right: 50%;    position: absolute;    top: 50%;    z-index: 5;}/* OUR PROCESS SECTION */.our-pros-sec {    width: 100%;    position: relative;    min-height: 460px;    background: #fff url(../images/our-process-imbg1.png) no-repeat center;    text-align: center;    margin: 50px 0;}.our-pros-sec h1 {    border-bottom: 4px solid rgba(0, 0, 0, 0.08);    display: inline-block;    padding-bottom: 20px;    margin-bottom: 20px;    font-size: 49px;    line-height: 51px;    margin-bottom: 20px;    letter-spacing: -0.06em;}.our-pros {    position: relative;    height: 320px;    padding-top: 50px;    width: 960px;    margin: 0 auto;}.our-pros-item {    position: relative;    margin: 0 20px;    float: left;    width: 178px;    height: 295px;}.our-pros-item h4 {    font-weight: 400;    margin-top: 20px;    text-align: center;    position: relative;}.our-pros-item h4:before {    content: "";    position: absolute;    border-bottom: 3px solid #e5e5e5;    width: 70px;    height: 1px;    left: 50%;    bottom: -10px;    margin-left: -35px;    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);}.our-pros-item.item3pros .our-pros-img {    margin-top: 25px;}.our-pros-img {    position: relative;    overflow: hidden;    width: 178px;    height: 178px;    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);    border-radius: 50%;}.our-pros-item.big-pros {    width: 267px;    margin-left: 30px;    margin-right: 0;}.our-pros-item.big-pros .our-pros-img {    width: 267px;    height: 267px;}.our-pros-img img {    max-width: 100%;    height: auto;}.our-pros-img:before {    content: "";    position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0;    border-radius: 50%;    -webkit-box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.5);    -moz-box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.5);    box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.5);    -webkit-transition: all 0.18s ease;    -moz-transition: all 0.18s ease;    -o-transition: all 0.18s ease;    transition: all 0.18s ease;}.our-pros-img:hover:before {    -webkit-box-shadow: inset 0 0 40px 14px rgba(255, 255, 255, 0.5);    -moz-box-shadow: inset 0 0 40px 14px rgba(255, 255, 255, 0.5);    box-shadow: inset 0 0 40px 14px rgba(255, 255, 255, 0.5);}@media only screen and (min-width: 1200px) {    .our-pros {        width: 1100px;    }    .our-pros-item {        margin: 0 30px;    }    .our-pros-item.big-pros {        margin-left: 80px;    }}@media only screen and (max-width: 959px) {    .our-pros {        width: 760px;    }    .our-pros-item {        margin: 0 -20px 0 0;    }    .our-pros-item.big-pros {        margin-left: -10px;        width: 210px;    }}@media only screen and (max-width: 767px) {    .our-pros-sec {        background: #fff url(../images/our-process-imbg2.png) no-repeat center top;        min-height: 1380px;    }    .our-pros-sec h1 {        margin-top: -12px;    }    .our-pros {        width: 300px;        height: auto;        padding-top: 90px;    }    .our-pros-item {        margin-left: 30px;        margin-right: 0;        height: 273px;    }    .our-pros-item.item3pros .our-pros-img {        margin-top: 0;    }    .our-pros-item.big-pros {        margin-left: 30px;        width: 178px;        height: 273px;    }    .our-pros-item.big-pros .our-pros-img {        margin: 0;        width: 178px;        height: 178px;    }    .our-pros-item h4 {        display: inline-block;        background: #fff;        padding: 5px 1px;    }}/* -------------------------------------------------------*//* FOOTER *//* -------------------------------------------------------*/footer h3 {    padding-bottom: 5px;    margin-top: 10px;    /*border-bottom: 1px solid #5f6c7f;*/    /*box-shadow: 0 1px 0 #383e47;*/    color: #fff;    font-family: "Open Sans", Arial;    font-size: 22px;    font-weight: 300;    letter-spacing: 0;    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);}footer {    background-color: #1b1b1b;    border-top: 5px solid #ccc;    color: #ccc;    margin: 0px;    padding-top: 20px;}.footerDivider {    border-bottom: 1px solid #383E47;    border-top: 1px solid #5F6C7F;    margin: 30px 0 25px;}footer .footerBottom {    background: #141414;    color: #fff;    padding: 10px 0;    margin-top: 20px;}footer .footerBottom .footerLogo {    padding-bottom: 8px;    padding-right: 10px;}.footerMenu {    padding-right: 0px;    margin-top: 150px;}.copyright {    padding-left: 0px;    color: #555;    margin-top: 50px;}.copyright a {    color: #999;}.footerMenu ul {    list-style: none outside none;    padding: 0px;    margin: 0px;    float: right;    font-size: 12px;}.footerMenu ul li {    float: left;    padding: 0px 0px 0px 15px;}.footerMenu ul li a {    color: #a9a9a9;    font-size: 13px;    font-family: 'Open Sans', serif;}.footerMenu ul li:after {    content: '|';    padding-left: 15px;    color: #333;}.footerMenu ul li:last-child:after {    content: none;}.footerMenu ul li a:hover {    color: yellow;}footer .footerNewsletter p {    font-size: 13px;    margin-bottom: 24px;}footer .footerNewsletter .form-control {    background: #e9e9e9;    border: none;    height: 30px;    width: 140px;    float: left;    color: #333;}footer .footerNewsletter #newsletterForm .btn {    height: 30px;    background: #ccc;    color: #333;    text-shadow: none;    font-weight: 400;}footer .footerNewsletter #newsletterForm {    float: left;}footer .footerNewsletter .input-group {    width: 204px;}footer .footerTweets ul {    padding: 0px;    list-style: none;    margin: 0px;    padding: 0px;    font-size: 12px;}footer .footerTweets ul li {    color: #777;    font-size: 13px;    margin: 5px 0;    padding: 9px 10px 0 24px;    position: relative;}footer .footerTweets ul li:before {    position: absolute;    left: 2px;    top: 12px;    font-family: 'icomoon';    font-size: 16px;    color: #00acee;    content: "\e49c";    speak: none;    font-style: normal;    font-weight: normal;    text-transform: none;    line-height: 1;    -webkit-font-smoothing: antialiased;}footer .footerTweets ul li a {    color: #FFFFFF;}footer .footerTweets ul li a:hover {    cursor: pointer;    text-decoration: underline;}footer .footerTweets .footerTweetDate {    display: block;    clear: both;    font-size: 12px;    color: #eee;}footer .footerContactInfo {    background: url("../images/world-map.png") no-repeat scroll center center rgba(0, 0, 0, 0);}footer .footerContactInfo .list-group-item:first-child {    border-top-left-radius: 0px;    border-top-right-radius: 0px;    -webkit-border-top-left-radius: 0px;    -webkit-border-top-right-radius: 0px;    -moz-border-top-left-radius: 0px;    -moz-border-top-right-radius: 0px;}footer .footerContactInfo .list-group-item {    border: none;    display: block;    margin-bottom: 0px;    padding: 7px 0px;    position: relative;    font-size: 13px;}footer .footerContactInfo .contactItemIcon {    float: left;    border-radius: 50%;    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    display: block;    height: 30px;    margin-right: 0px;    width: 30px;    margin-top: -4px;}footer .footerContactInfo .contactItemIcon i {    color: #ddd;    display: block;    font-size: 15px;    height: 30px;    padding: 7px 0px;    width: 30px;}footer .footerContactInfo .socialfollow i {    color: #fff;    font-size: 18px;    opacity: 0.95;    padding: 0px;}footer .footerContactInfo .socialfollow a {    border-radius: 0;    -webkit-border-radius: 0;    -moz-border-radius: 0;    display: inline-block;    height: 40px;    margin: 7px 5px 0;    padding: 10px;    text-decoration: none;    transition: all 0.31s ease 0s;}footer .footerContactInfo .socialfollow a:first-of-type {    margin-left: 0 !important;}footer .footerContactInfo .list-group li.list-group-item:hover {    cursor: inherit;}footer .footerTestimonials {    position: relative;}footer .tagcloud a:link,.tagcloud a:visited {    line-height: 16px;    padding: 4px 10px;    font-size: 12px;    margin: 0 4px 4px 0;    float: left;    min-width: 18px;    border-radius: 2px;    -webkit-border-radius: 2px;    -moz-border-radius: 2px;    width: auto;    color: #fff;    display: block;    text-decoration: none;}footer .tagcloud a:hover {    color: #fff;    background-color: #495D7E;}footer .footerTestimonials .testimonialsImg img {    width: 80px;}footer .footerTestimonials .testimonialsImg {    float: left;    margin: 0 10px 10px 0;}footer .footerTestimonials .testimonialsText {    clear: both;    padding: 10px;    border-radius: 0px;    background: #151515;}footer .footerTestimonials .testimonialsText p {    background-image: none;    color: #CCCCCC;    font-size: 13px;    font-style: italic;    margin: 0;    padding: 0;}footer .testimonialsInfo > h4 {    font-size: 21px;    font-weight: normal;    letter-spacing: -1px;    margin: 0;}footer .testimonialsInfo p {    color: #FFFFFF;    font-size: 13px;    letter-spacing: 1px;}footer .testimonialsInfo {    padding-top: 20px;}footer .footerTestimonials #myTab a {    background: #1b1b1b;    padding: 0px !important;    border-radius: 0px !important;    border: none;}footer .footerTestimonials #myTab a:hover {    border: none;}footer .footerTestimonials #myTab a i {    color: #fff;}footer .footerTestimonials #myTab a:hover i {    color: #ddd;}footer .footerTestimonials #myTab li.active a i {    color: #00ACEE;}footer .footerTestimonials .tab-content .tab-pane {    border: none;}footer .footerTestimonials #myTab {    border: medium none;    display: inline-block;    float: right;    margin-top: -40px;}footer .worldMap > img {    max-width: 100%;}/* Scroll to top */#scroll-top a.scrollup {    width: 32px;    height: 32px;    padding: 7px 8px 9px !important;    border-radius: 4px;    background: #818c90;    position: fixed;    bottom: 48px;    right: 32px;    display: none;    opacity: 0.89;    filter: alpha(opacity=89);    z-index: 499841;}#scroll-top a.scrollup i {    font-size: 16px;    color: #fff;}#scroll-top a.scrollup:hover {    background-color: #E04B23;    cursor: pointer;}.Error404Section .tagcloud a:link,.Error404Section .tagcloud a:visited {    line-height: 18px;    padding: 8px 16px;    font-size: 14px;    margin: 0 8px 8px 0;    float: left;    min-width: 40px;    width: auto;    display: block;    text-decoration: none;    color: #777;    background: #eee;}.Error404Section .tagcloud a:hover {    color: #fff;    background: #FF5C30;    border-radius: 3px;}/* ------------------*//* SHOP Section*//* ------------------*/.ShopSection .shop-item h1 {    color: #999;    font-size: 35px;    font-weight: 300;}.ShopSection .shop-item h4 a {    font-weight: 300;}.ShopSection .shop-item {    display: block;    position: relative;}.ShopSection .shop-item img {    border: 1px solid #e5e5e5;    max-width: 100%;}.ShopSection .shop-item .product-shop {    height: 42px;    margin-right: -2px;    border-top: 3px solid #e5e5e5;    padding-top: 8px;    margin-bottom: 40px;}.ShopSection p.price {    font-family: "Open Sans", Arial;}.ShopSection p.price span.amount,h2.price span.amount {    color: #6bb15f;    font-size: 18px;    font-weight: 400;}.ShopSection p.price small,h2.price small {    color: #797979;    font-size: 13px;    text-decoration: line-through;    margin-right: 10px;}.ShopSection h2.price small {    font-size: 21px;}.ShopSection h2.price span.amount {    font-size: 34px;}.ShopSection .shop-item .onsale {    height: 40px;    width: 40px;    padding: 4px;    font-size: 12px;    font-weight: bold;    position: absolute;    text-align: center;    line-height: 32px;    top: -14px;    left: 35px;    margin: 0;    background: #2376de;    color: #fff;    -webkit-border-radius: 30px;    -moz-border-radius: 30px;    border-radius: 30px;}.ShopSection .side-list ul,ul.side-list {    list-style: none;    margin-left: 0;    margin-bottom: 30px;    border-top: 1px solid #e5e5e5;    padding: 0px;}.ShopSection .side-list li {    border-bottom: 1px solid #e5e5e5;    padding: 15px 0 5px;    margin: 0;}.ShopSection .side-list li:hover {    background: #fdfdfd;}.ShopSection .side-list img {    float: left;    width: 62px;    height: 62px;    padding: 2px;    background: #e5e5e5;    margin-right: 10px;}.ShopSection .side-list h5 {    font-size: 15px;    margin: 0 0 10px;}.ShopSection .side-cart {    padding: 0 0 10px 0;    margin-bottom: 30px;    position: relative;}.ShopSection .side-cart h4.subtitle {    font-weight: 600;    margin-top: 0px;    color: #2376de;    margin-bottom: 2px;    margin-left: 0;    padding-bottom: 5px;}.ShopSection .sidebar h4 {    border: none;    font-weight: 600;}.ShopSection .side-cart i {    float: left;    display: inline-block;    font-size: 18px;    color: inherit;    margin-right: 5px;    margin-top: 4px;}.ShopSection .side-cart .side-list {    border-top: 3px solid #2376de;    margin-bottom: 2px;}.ShopSection .side-cart .total {    border-top: 2px solid #dfdfdf;    padding-top: 12px;}.ShopSection .side-cart .button {    float: left;    margin-right: 10px;    background: #ff5d5e;}.ShopSection .buttons_added a.addtocart {    padding: 6px 12px 5px 26px;    background-color: #fff;    border-radius: 5px;}.ShopSection .buttons_added a.addtocart:before {    left: 10px;    top: 9px;}.ShopSection .buttons_added a.addtocart:hover {    background-color: #f6f6f6;}.ShopSection .buttons_added input[type=text] {    width: 30px;    text-align: center;    float: left;    padding: 5px 10px;    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset;    border: 1px solid #9a9a9a;    margin: 0;}.ShopSection .buttons_added input[type=button] {    float: left;    font-size: 20px;    height: 28px;    margin: 0;    padding: 2px 16px 5px;}.ShopSection .buttons_added input[type=button].minus {    border-radius: 3px 0 0 3px;}.ShopSection .buttons_added input[type=button].plus {    border-radius: 0 3px 3px 0;}.ShopSection .result-count {    display: inline-block;    float: left;    margin-right: 20px;    border-left: 7px solid #2376de;    padding: 4px 0 4px 7px;}.ShopSection .ordering {    float: right;}.ShopSection a.addtocart,.ShopSection a.select-options {    padding: 4px 2px 2px 0px;    color: #7f7f7f;    float: right;    display: inline-block;    font-size: 13px;    font-weight: 300;}.ShopSection a.select-options {    float: left;}.ShopSection a.addtocart:hover,.ShopSection a.select-options:hover {    color: #2376de;    cursor: pointer;}.ShopSection a.addtocart:before,.ShopSection a.select-options:before {    font-family: icomoon;    content: "\e0ca";    color: inherit;    top: 8px;    left: 1px;    font-size: 13px;    margin-right: 5px;}.ShopSection a.select-options:before {    font-family: icomoon;    content: "\e08f";}.ShopSection .ElementTabs .tab-content {    border: none;    border: 1px solid #ddd;    border-top: none;    padding: 0 25px 25px;}/* ------------------*//* 404 Section *//* ------------------*/.Error404Section h1 {    color: #db4848;    font-size: 145px;    font-weight: 800;    margin-bottom: 40px;    line-height: 1;    letter-spacing: 1px;}/* ------------------*//* W-col8col4 Section*//* ------------------*/.W-col8col4 p {    color: #777;}.W-col8col4 img {    max-width: 100%;}.W-col4-img {    text-align: center;}.W-col8col4 .btn i {    float: left;    font-size: 25px;    margin: 0px;    margin-right: 5px;}.W-col8col4 .btn span {    border-left: 1px solid #CCCCCC;    display: block;    float: right;    font-family: open sans;    font-weight: normal;    height: 26px;    padding-left: 8px;    padding-top: 3px;}.W-col8col4 .btn {    box-shadow: 1px 2px 2px #CCCCCC;    background: #eee;    color: #333;    border: 1px solid #ddd;}.W-col8col4 .btn:hover {    box-shadow: none;    background: #eee;    border: 1px solid #ddd;    color: #333;}.W-col8col4 .btn:hover i {    color: #333;}.W-col8col4 ul {    list-style: none outside none;}/* ------------------*//* FULL WIDTH DARK BG Section *//* ------------------*/.full-width.darkBG {    background: #1A8E8C;}.full-width.darkBG h2 {    color: #FFFFFF;    font-size: 50px;    font-weight: 800;    letter-spacing: 0;    text-shadow: 0px 1px 1px #333333;    text-transform: none;}.full-width.darkBG .sectionTitle h4 {    color: #FFFFFF;    font-size: 21px;    font-weight: 400;    text-align: center;    line-height: 1.2;    margin: 0 auto;    margin-top: 26px;}.full-width.darkBG .thumbnail {    height: 380px;    background-color: #1A8E8C;    border: none;    -moz-border-radius: none;    -webkit-border-radius: none;    border-radius: none;    cursor: pointer;    padding-top: 20px;    padding-top: 30px;    border-bottom: 8px solid #1A8E8C;    border-radius: 0px}.full-width.darkBG .thumbnail:hover {    background: #18817F;    border-bottom: 8px solid #177876;}.full-width.darkBG .thumbnail h3 {    color: #FFFFFF;    font-size: 20px;    font-weight: 400;    line-height: 20px;    padding: 15px 0;    text-align: center;    border-bottom: 1px solid #1A8E8C;}.full-width.darkBG .thumbnail:hover h3 {    color: #71D14B;    padding-bottom: 15px;    border-bottom: 1px solid rgba(255, 255, 255, 0.5);}.full-width.darkBG .thumbnail p {    text-align: center;    font-size: 14px;    letter-spacing: 0px;    color: #4ACCCA;}.full-width.darkBG .thumbnail:hover p {    color: #fff;}.full-width.darkBG .thumbnail .caption div.captionImage {    text-align: center;    width: 100%;}.full-width.darkBG .thumbnail .caption div.captionImage > img {    max-height: 100px;}.full-width.darkBG .btn-primary {    display: none;    background: #71D14B;    color: #999;    font-style: normal;}.full-width.darkBG .thumbnail:hover .btn-primary {    color: #FFFFFF;    display: block;    margin: 0 auto;    margin-top: 20px;    width: 115px;}.full-width.darkBG .btn-primary:hover,.full-width.darkBG .btn-primary:focus,.full-width.darkBG .btn-primary:active,.full-width.darkBG .btn-primary.active,.full-width.darkBG .open .dropdown-toggle.btn-primary {    background: #71D14B;    color: #fff;}.thumbnail .caption p a.btn i {    font-size: 9px;    padding: 0 5px 0 0;}/* -------------------------------------------------------*//* BLOG PAGE*//* -------------------------------------------------------*/.blogSection .clients h2 {    color: #E4322F;}.blogSection .clients .sectionTitleHeaderDivider {    border-color: #E4322F;}.blog-post h3,.blog-post.single h1 {    padding-bottom: 4px;    font-family: "Roboto Slab";    line-height: 1.3;    font-size: 28px;    font-weight: 400;}.blog-post.single h1 {    font-size: 44px;    color: #292929;}.blog-post.single .postContent p {    font-size: 17px;    color: #393939;}.blog-post h3 a,.blog-post h1 a {    color: #555;}.blog-post h3 a:hover,.blog-post h1 a:hover {    color: #2376de;}.blogSection .postContent {    clear: both;    padding: 0px;    padding-top: 5px;}.blogSection.SinglePost .postContent {    clear: both;    padding: 0px;    padding-top: 0px !important;}.blog-post .blogPostImage img.postPic,.blogSection .postPic,.blogSection .blog-post img,.blogSection .blog-post iframe,.blogSection .blog-single-post img,.blogSection .blog-single-post iframe {    border-bottom: 3px solid #DDDDDD;    margin-bottom: 14px;    max-width: 100%;}.blogSection .blogMetaData {    border-bottom: 1px solid #e5e5e5;    border-top: 1px solid #e5e5e5;    padding: 10px 0;    margin-bottom: 20px;    font-size: 13px;    color: #999;    font-family: 'Open Sans', Arial, serif;}.blogSection .blogMetaData .PostDate {    font-weight: bold;}.blogSection .blogMetaData a {    color: #888;}.blogSection .blogMetaData a:hover {    text-decoration: underline;}.blogSection .postContent .btn-primary {    float: right;}.btn-primary:visited {    color: #fff;}.blogSection .blog-post:hover .ll,.blogSection .blog-post:hover .ff {    display: block;}.blogSection .blog-post .blogPostImage {    position: relative;}.blogSection .blog-post .blogPostImage:hover {    cursor: pointer;}.blogSection .blog-post .ll i,.blogSection .blog-post .ff i {    color: #FFFFFF;    display: block;    font-size: 18px;    height: 40px;    padding: 10px 10px 10px 11px;}.blogSection .blog-post .ll {    background: none repeat scroll 0 0 #FF5C30;    border-radius: 50%;    display: none;    height: 40px;    left: 50px;    position: absolute;    bottom: 30px;    width: 40px;}.blogSection .blog-post .ff {    background: none repeat scroll 0 0 #FF5C30;    border-radius: 50%;    display: none;    height: 40px;    left: 100px;    position: absolute;    bottom: 30px;    width: 40px;}.blogSection .blog-post .ll:hover,.blogSection .blog-post .ff:hover {    background: #fff !important;}.blogSection .blog-post .ll:hover i,.blogSection .blog-post .ff:hover i {    color: #FF5C30 !important;}.singlePost {} blockquote:before {    color: #FF5C30;}blockquote {    border-color: #FF5C30;    color: #777;}.blogSection .btn-default {    background-color: #ffa200;    border: none;    color: #fff;    font-weight: bold;    padding: 3px 25px;}.blogSection .popPosts ul img {    display: block;    float: left;    width: 70px;    margin: 0px 10px 0px 0px;    border: 1px solid #ddd;}.blogSection .popPosts ul {    list-style: none;    margin: 0px;    padding: 0px;    margin-bottom: 20px;}.blogSection .popPosts ul li {    clear: both;    height: 90px;    border-bottom: 1px solid #ccc;    padding-top: 9px;}.blogSection .popPosts ul li:hover {    background: #eee;    cursor: pointer;}.blogSection .popPosts ul .popPostDetails {    position: relative;}.blogSection .popPosts ul .popPostDetails p {    color: #555555;    font-family: Open Sans;    margin: 0;}.blogSection .popPosts ul .popPostDetails .dateAndComments {    color: #999;    font-style: italic;    font-size: 12px;    position: absolute;    bottom: -36px;}.blogSection .popPosts ul a {    color: #333;}/* ------------------*//* CONNECT  in homepage*//* ------------------*/.homeConnet {    background-color: #9EB5B6;    padding: 10px 0px;}.homeConnet .socialfollow i {    color: #eee;    opacity: 0.95;    font-size: 38px;    padding: 2px;    display: block;}.homeConnet .socialfollow a {    background-color: #6F8687;    display: inline-block;    margin: 7px 5px 0;    overflow: hidden;    padding: 10px;    text-decoration: none;    transition: all 0.31s ease 0s;}.homeConnet h2 {    color: #fff;    margin: 0px;}/* ------------------*//* BLOG in homepage*//* ------------------*/.HomeBlogLatestPosts h2 {    color: #B3B5B8;}.HomeBlogLatestPosts h5 {    margin-top: -3px;    font-family: "Roboto Slab";    font-weight: 400;    line-height: 1.3;}.HomeBlogLatestPosts h5 a {    color: rgb(68, 68, 68);    transition: color 0.18s ease 0s;}.HomeBlogLatestPosts h5 a:hover {    color: #FF5C30;}.HomeBlogLatestPosts p {    font-size: 14px;    color: #919191;    margin-bottom: 14px;}.HomeBlogLatestPosts img {    border-bottom: 2px solid #E5E5E5;    border-radius: 1px;    margin-bottom: 14px;    max-width: 100%;}.HomeBlogLatestPosts p.LatestPostDate {    color: #aaa;    border-top: 2px solid #eee;    padding-top: 6px;    font-size: 12px;}.HomeBlogLatestPosts .HomeBlogPagination ul {    float: right;    list-style: none outside none;    margin: 0;    padding: 20px;    padding-right: 0px;}.HomeBlogLatestPosts .HomeBlogPagination ul li {    float: left;    margin-left: 5px;    margin-bottom: 10px;}.HomeBlogLatestPosts .HomeBlogPagination ul li a {    width: 160px;    border-radius: 5px;    display: block;    padding: 8px 15px;    text-align: center;    background: #9EB5B6;    color: #fff;    font-weight: bold;}.HomeBlogLatestPosts .HomeBlogPagination ul li a:hover {    background: #60B240;}.HomeBlogLatestPosts .HomeBlogPagination ul li a i {    font-size: 11px;    padding: 0 5px;}.HomeBlogLatestPosts .flex-direction-nav a,.tline-box .flex-direction-nav a {    padding: 16px 8px;    margin-top: -28px;    top: 50%;}.HomeBlogLatestPosts .flex-control-paging li a,.tline-box .flex-control-paging li a {    width: 12px;    height: 12px;}.HomeBlogLatestPosts .flex-control-nav,.tline-box .flex-control-nav {    bottom: 15px;    right: 24px;}.HomeBlogLatestPosts .flex-control-nav li,.tline-box .flex-control-nav li {    margin: 0 3px;}.HomeBlogLatestPosts .flexslider .slides > li,.tline-box .flexslider .slides > li {    margin-bottom: 6px;}.HomeBlogLatestPosts .flexslider img {    margin-bottom: 8px;}/* ------------------*//* PORTFOLIO in homepage*//* ------------------*/.HomePortfolioSection .portfolio figure.portfolio-item {    padding: 0px;    margin: 0;}.homePinterest {    background-color: #efefef;    padding: 0px;}.homeAsidePageControl {    list-style: none outside none;    margin: 0px auto;    padding: 0;    text-align: center;    width: 65px;}.homeAsidePageControl li {    float: left;    margin-right: 15px;}.homeAsidePageControl li:last-child {    float: left;    margin-right: 0px;}.asideCircle {    background-color: #525D61;    display: block;    height: 25px;    margin: 0 auto;    width: 25px;    cursor: pointer;}.asideCircle i {    font-size: 10px;    line-height: 24px;    margin: 0 8px;    color: #fff;}.asideCircle:hover {    background-color: #5DBA7A;}.homePinterest .btn {    display: block;    padding: 5px 15px;}.portfolioItems {    padding: 0px;    min-height: 690px;    overflow: hidden;}nav.primary {    padding: 10px;}nav.primary .portfolioFilters a.selected,nav.primary ul li a:active {    background: none repeat scroll 0 0 #E04B23;    color: #FFFFFF;    font-weight: normal;    margin-top: 0 !important;    padding: 7px 15px;    text-align: center;    width: auto;    padding: 7px 15px;    font-size: 14px;    line-height: 1.2;}nav.primary .portfolioFilters .portf {    color: #61A300;    font-weight: bold;    margin-right: 10px;    padding-top: 5px;}nav.primary .portfolioFilters {    text-align: center;    clear: both;    list-style: none outside none;    margin: 0 auto 50px;    min-width: 300px;}nav.primary .portfolioFilters {    margin-right: 10px;}nav.primary .portfolioFilters a {    font-style: italic;    border-radius: 20px;    -webkit-border-radius: 20px;    -moz-border-radius: 20px;    padding: 7px 15px;    font-size: 14px;    line-height: 1.2;    color: #FFFFFF;    font-weight: normal;    margin-top: 0 !important;    padding: 7px 15px;    text-align: center;    width: auto;}nav.primary .portfolioFilters a:hover {    background: #E04B23;}.portfolio figure.portfolio-item figcaption {    background: #efefef;}.portfolio figure.portfolio-item figcaption a {    color: #555;}.portfolio figure.portfolio-item figcaption a:hover {    color: #2376de;}.portfolio figure.portfolio-item figcaption p {    font-family: open sans;    font-size: 13px;    border-bottom: 3px solid #ddd;}.portfolio figure.portfolio-item figcaption h4 {    font-size: 18px;    margin: 16px auto 10px auto;}.portfolio figure.portfolio-item .img-item img {    opacity: 1;    -webkit-transform: scale(1, 1);    -webkit-transition-timing-function: ease-out;    -webkit-transition-duration: 250ms;    -moz-transform: scale(1, 1);    -moz-transition-timing-function: ease-out;    -moz-transition-duration: 250ms;}.portfolio .portfolio-item:hover .img-item img {    cursor: pointer;    -webkit-transform: scale(1.2, 1.2);    -webkit-transition-timing-function: ease-out;    -webkit-transition-duration: 250ms;    -moz-transform: scale(1.2, 1.2);    -moz-transition-timing-function: ease-out;    -moz-transition-duration: 250ms;    position: relative;}.portfolio .portfolio-item:hover figcaption p {} .portfolio .portfolio-item:hover figcaption {} .portfolio .zoomex {    background: none no-repeat scroll center center rgba(0, 0, 0, 0.35);}.portfolio .portfolio-item:hover .ll,.portfolio .portfolio-item:hover .ff {    display: block;}.portfolio .portfolio-item .ll:hover,.portfolio .portfolio-item .ff:hover {    background: #333;    color: #fff;}.portfolio .portfolio-item .ll i,.portfolio .portfolio-item .ff i {    color: #FFFFFF;    display: block;    font-size: 18px;    height: 40px;    padding: 10px 10px 10px 11px;}.portfolio .portfolio-item .ll {    display: none;    background: none repeat scroll 0 0 #FF5C30;    border-radius: 50%;    height: 40px;    position: absolute;    top: 50%;    width: 40px;    left: 50%;    margin-top: -20px;    margin-left: 10px;}.portfolio .portfolio-item .ff {    display: none;    background: none repeat scroll 0 0 #FF5C30;    border-radius: 50%;    height: 40px;    position: absolute;    top: 50%;    width: 40px;    left: 50%;    margin-top: -20px;    margin-left: -50px;}.zoomex,.zoomex2 {    width: 100%;    background: rgba(0, 0, 0, .35) url(../images/fancy-big-ico.png) no-repeat center;    opacity: 0;    -webkit-transition: all .3s ease-in-out;    -moz-transition: all .3s ease-in-out;    -ms-transition: all .3s ease-in-out;    -o-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;    color: transparent;    display: block;    left: 0;    filter: alpha(opacity=0);    position: absolute;    top: 0;    bottom: 0;}.zoomex2 {    background: rgba(0, 0, 0, .42) url(../images/zoomexbg1.png) repeat-x bottom;    background: url(../images/zoomexbg1.png) repeat-x bottom\9;}.zoomex2 * {    filter: alpha(opacity=0)\9;}.zoomex2 i {    color: inherit;    font-size: 11px;    padding: 10px;    border: 2px solid #fff;    border-radius: 50%;}.zoomex2 a.zoomlink1,.zoomex2 a.zoomlink2 {    position: absolute;    bottom: 14%;    left: 50%;    color: #fff;    margin-left: -45px;}.zoomex2 a.zoomlink2 {    margin-left: 12px;}.zoomex2 a:hover i {    color: #0b91d3;    border-color: #0b91d3;}.zoomex2 h6 {    font-weight: bold;    color: #fff;    font-size: 22px;    text-align: center;    position: absolute;    bottom: 44%;    left: auto;    width: 100%;}.zoomex2 h6 small {    font-size: 13px;    font-weight: 400;    display: block;    margin-top: 16px;}.img-item:hover .zoomex,.prettyPhoto:hover .zoomex,.img-item:hover .zoomex2,.img-item:hover .zoomex2 * {    opacity: 1;    filter: alpha(opacity=100);}.portfolio-item-dets {    width: 290px;    float: right;    border-bottom: 2px solid #e5e5e5;    margin-top: 20px;}.portfolio-item-dets i {    margin-left: -5px;    font-size: 32px;    color: #ddd;}.portfolio-item-dets i.liked,.portfolio-item-dets i:hover {    color: #e53f51;    cursor: pointer;}.portfolio-item-like-box {    width: 36px;    text-align: center;    float: left;    padding-bottom: 10px;    color: #c3c3c3;    padding-left: 25px;    margin-right: 40px;}.portfolio-item-detail-box {    width: 193px;    float: left;    padding: 7px 0 10px 20px;    color: #c3c3c3;    border-left: 1px solid #e5e5e5;    line-height: 1;}.portfolio-item-detail-box a {    color: #bbb;}.portfolio-item-detail-box a:hover {    text-decoration: underline;}.portfolio-item-like-box span {    padding-left: 5px;}.portfolio-item-detail-box hr {    margin: 10px 0;}.portfolio-item i.icomoon-heart-7 {    color: #ef7c88;    margin-top: 3px;}.related-works p {    font-size: 12px;    text-transform: uppercase;}.related-works .portfolio-item {    margin-right: 30px;    width: 260px;}/* -------------------------------------------------------*//* CONTACT PAGE*//* -------------------------------------------------------*//* Optional responsive image override */img {    max-width: none;}.map {    padding: 0px;}.mainContent.googleMap {    padding: 0px;    min-height: 350px;}.mainContent.googleMap iframe {    border-bottom: 5px solid #ccc;}.contactDetails h4 {    border-bottom: 3px solid #ddd;    padding-bottom: 5px;    text-align: left;}.contactDetails .list-group-item:first-child {    border-top-left-radius: 0px;    border-top-right-radius: 0px;    -webkit-border-top-left-radius: 0px;    -webkit-border-top-right-radius: 0px;    -moz-border-top-left-radius: 0px;    -moz-border-top-right-radius: 0px;}.contactDetails .container {    background: url("../images/contactMapBG.png") no-repeat scroll 81px 50px rgba(0, 0, 0, 0);}.contactDetails .list-group-item {    background: transparent;    border: none;    display: block;    margin-bottom: 0px;    padding: 13px 0px;    position: relative;    color: #555;    font-size: 12px;}.contactItemIcon {    float: left;    border-radius: 50%;    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    display: block;    height: 30px;    margin-right: 10px;    width: 30px;    margin-top: -4px;}.contactItemIcon i {    color: #999;    display: block;    font-size: 15px;    height: 30px;    padding: 8px;    width: 30px;}.btn-default {    border: none;    font-size: 14px;    line-height: 1.2;    margin-right: 10px;    border-radius: 5px;    display: block;    padding: 7px 15px;    text-align: center;    background: #9EB5B6;    color: #fff;    font-weight: bold;    margin-bottom: 10px;}.btn-default:hover {    background: #2376de;    border: none;    color: #fff;}.contactForm .btn-default:hover {    background: #60B240;    border: none;}.contactForm .btn-default.reset:hover {    font-size: 14px;    line-height: 1.2;    background: #2376de !important;    border: none;    border-radius: 5px;    display: block;    padding: 7px 15px;    text-align: center;    color: #fff;    font-weight: bold;}.contactInfo,.contactForm {    min-height: 490px;}/* -------------------------------------------------------*//* PORTFOLIO PAGE*//* -------------------------------------------------------*/.PortfolioSection .full-width.orange {    background-color: #FF5C30;}.PortfolioSection .full-width.orange h2 {    color: #fff;}.PortfolioSection .portfolioDetails h4 {    border-bottom: 3px solid #ddd;    padding-bottom: 5px;    text-align: left;    letter-spacing: 2px;}.PortfolioSection .portfolioDetails .list-group-item:first-child {    border-top-left-radius: 0px;    border-top-right-radius: 0px;    -webkit-border-top-left-radius: 0px;    -webkit-border-top-right-radius: 0px;    -moz-border-top-left-radius: 0px;    -moz-border-top-right-radius: 0px;}.PortfolioSection .portfolioDetails .list-group-item {    border: none;    display: block;    margin-bottom: 0px;    padding: 13px 0px;    position: relative;    color: #555;    font-size: 14px;}.PortfolioSection {    background-color: #efefef !important;}.PortfolioSection .carousel {    border: 4px solid #DDDDDD;}.PortfolioSection .portfolioCarousel {    min-height: 50px;}.PortfolioSection nav.primary {    padding: 10px;}.PortfolioSection nav.primary .portfolioFilters a.selected,.PortfolioSection nav.primary ul li a:active {    background: none repeat scroll 0 0 #E04B23;    color: #FFFFFF;    font-weight: normal;    margin-top: 0 !important;    padding: 7px 15px;    text-align: center;    width: auto;    padding: 7px 15px;    font-size: 14px;    line-height: 1.2;}.PortfolioSection nav.primary .portfolioFilters .portf {    color: #61A300;    font-weight: bold;    margin-right: 10px;    padding-top: 5px;}.PortfolioSection nav.primary .portfolioFilters {    text-align: center;    clear: both;    list-style: none outside none;    margin: 0 auto 50px;    min-width: 300px;}.PortfolioSection nav.primary .portfolioFilters {    margin-right: 10px;}.PortfolioSection nav.primary .portfolioFilters a {    font-style: italic;    border-radius: 20px;    -webkit-border-radius: 20px;    -moz-border-radius: 20px;    padding: 7px 15px;    font-size: 14px;    line-height: 1.2;    color: #333;    font-weight: normal;    margin-top: 0 !important;    padding: 7px 15px;    text-align: center;    width: auto;}.PortfolioSection nav.primary .portfolioFilters a:hover {    background: #E04B23;    color: #fff;}/* ------------------*//* PRICING Section*//* ------------------*/.pricing-table2 {    text-align: center;    border-radius: 5px;    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    margin-bottom: 21px;    border: 1px solid #e5e5e5;    color: #999;}.pricing-table2 .price-header,.pricing-table2 .price-footer {    background: #fbfbfb;    border-radius: 5px 5px 0 0;    -webkit-border-radius: 5px 5px 0 0;    -moz-border-radius: 5px 5px 0 0;}.pricing-table2 .price-footer {    background-color: #db4848;    padding-top: 20px;    padding-bottom: 20px;    border-top: 1px solid #e5e5e5;    border-radius: 0 0 5px 5px;    -webkit-border-radius: 0 0 5px 5px;    -moz-border-radius: 0 0 5px 5px;}.pricing-table2 .price-footer a {    color: #FFFFFF;    font-size: 16px;    margin-bottom: 0;    text-transform: uppercase;    display: block;    width: 100%;}.pricing-table2 .price-header {    border-bottom: 1px solid #e5e5e5;}.pricing-table2 ul.features {    padding: 0px;    list-style: none outside none;}.pricing-table2 ul.features li {    padding: 12px;    font-family: Arial, sans-serif;}.pricing-table2 ul.features li:nth-child(even) {    background: #efefef;}.pricing-table2 .plan-title {    text-transform: capitalize;    font-family: 'Montserrat', sans-serif;    font-weight: normal;    font-size: 18px;    line-height: 36px;    background-color: #465155;    border-radius: 5px 5px 0 0;    -webkit-border-radius: 5px 5px 0 0;    -moz-border-radius: 5px 5px 0 0;    padding: 9px 15px;    margin: 0 -1px;    color: #fff;}.pricing-table2 .plan-price {    line-height: normal;    background: #fafafa;    padding: 12px 15px;    margin: 0;    border-top: 1px solid rgba(255, 255, 255, 0.4);}.pricing-table2 .plan-price span {    font-weight: 700;    font-size: 34px;    color: #465155;    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);}.pricing-table2.featured .plan-title,.pricing-table2.featured .plan-price span,.pricing-table2.featured .plan-price small {    color: #fff;}.plan-price small {    font-size: 14px;    font-weight: 400;}.pricing-table2.featured .plan-title {    line-height: 46px;    background-color: #e53f51;    font-size: 14px;}.pricing-table2.featured .plan-price {    border-top: 1px solid #d63243;    background: #f45365;    padding: 15px;}.pricing-table2.featured .plan-price span {    font-size: 42px;    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);}.basicHeader {    background-color: #8dd7d8 !important;}.basicFooter {    background-color: #55acad !important;}/* -------------------------------------------------------*//* ELEMENTS *//* -------------------------------------------------------*/.ElementButtons p button {    margin: 5px;}/* welcome*/.welcome p {    font-size: 14px;}/* magicmore */a.magicmore {    position: relative;    padding: 3px 12px 2px 0;    color: #0093d0;    -webkit-transition: all 0.18s ease;    -moz-transition: all 0.18s ease;    -ms-transition: all 0.18s ease;    -o-transition: all 0.18s ease;    transition: all 0.18s ease;}a.magicmore:hover {    color: #ffa02f;    background-position: 100% 69%;}a.magicmore:after {    position: absolute;    font-family: 'icomoon';    speak: none;    font-style: normal;    font-weight: normal;    content: "\e3b0";    color: inherit;    top: 8px;    right: 1px;    font-size: 8px;    text-transform: none;    line-height: 1;    -webkit-font-smoothing: antialiased;}a.magicmore:hover:after {    right: 0;}a.magicmore,p a.magicmore {    font-size: 14px;}/* pie*/.easyPieChart {    position: relative;    text-align: center;}.easyPieChart canvas {    position: absolute;    top: 0;    left: 0;}.pie {    text-align: center;    font-size: 15px;    position: relative;    margin: 0 auto 20px;}.pie p {    font-size: 12px;    position: absolute;    margin: 0;    bottom: -40px;    width: 100%;}.pricing-table2 a.magicmore:after {    content: "";}/* feature*/.features h3 {    border-bottom: 2px solid #DAE5ED;    font-size: 22px;    font-weight: lighter;    margin-top: 0;    padding-bottom: 5px;}.OurSkills > p {    color: #999999;}.featureItem {} .featureItem:hover {    cursor: pointer;}.featureItem h5 {} .featureItem p {    font-size: 12px;    text-align: left;}.featureItemIcon {    background: none repeat scroll 0 0 #EFEFEF;    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    display: block;    float: left;    height: 80px;    margin-right: 10px;    width: 80px;}.featureItemIcon i {    color: #FFFFFF;    display: block;    font-size: 35px;    height: 80px;    padding: 20px;    width: 80px;}.featureItemIcon.first {    background-color: #0093d0;}.featureItemIcon.second {    background-color: #0aad80;}.featureItemIcon.third {    background-color: #E02626;}.featureItemIcon.forth {    background-color: #f98805;}/* tabs */.nav-tabs a {    color: #333333;}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {    color: #2376de;}.tab-content > .active,.pill-content > .active {    border: 1px solid #DDDDDD;    display: block;    border-top: none;}#myTabContent .icon-box {    padding: 0px 20px;}#myTabContent p {    font-size: 14px;}#myTabContent.tab-content div#Description.tab-pane {    border: none;}#myTabContent.tab-content div#Reviews.tab-pane {    border: none;}/* testimonials */.testimonial {    margin-bottom: 60px;}.testimonialsAuthor {    position: relative;}.testimonialsAuthor ul {    left: 100px;    list-style: none outside none;    margin: 0;    padding: 0;    position: absolute;    top: -27px;}.testimonialsAuthor ul li {} .testimonialsAuthor .aName {    font-family: Open Sans;    font-size: 18px;    font-weight: normal;    letter-spacing: -1px;    margin-bottom: 7px;    padding-bottom: 0;}.testimonialsAuthor .aPosition {    color: #2376de;    font-size: 15px;    letter-spacing: 1px;    margin-top: 8px;}.testimonialsText {    background: #EEEEEE;    border-radius: 9px;    clear: both;    padding: 10px 25px 10px;}.testimonialsText p {    padding-top: 40px;    font-style: italic;    font-size: 15px;    color: #737373;    line-height: 1.6;    margin-bottom: 16px;}.profilePicture {    float: left;    left: 20px;    position: absolute;    top: -30px;    width: 70px;}/* iconbox3c  */.iconbox3c .thumbnail {    background-color: #FFFFFF;    border: none;    -moz-border-radius: none;    -webkit-border-radius: none;    border-radius: none;    cursor: pointer;    padding-top: 20px;    padding-top: 30px;    border-bottom: 8px solid #fff;    border-radius: 0px}.iconbox3c .thumbnail:hover {    background: #efefef;    border-bottom: 8px solid #ddd;}.iconbox3c .thumbnail:hover .homeThumbnailCircle {    border: 10px solid #D66F51;}.iconbox3c .thumbnail:hover .homeThumbnailCircle i {    color: #D66F51;}.iconbox3c .thumbnail h3 {    font-size: 23px;    text-align: center;    margin-top: 11px;    font-weight: 400;    color: #717171;    padding-bottom: 10px;    border-bottom: 1px solid #ddd;    font-weight: normal;}.iconbox3c .thumbnail:hover h3 {    color: #D66F51;}.iconbox3c .thumbnail p {    text-align: center;    letter-spacing: 0px;    color: #898989;}.iconbox3c .homeThumbnailCircle {    border: 10px solid #DDDDDD;    display: block;    height: 170px;    margin: 0 auto;    width: 170px;}.iconbox3c .homeThumbnailCircle i {    display: block;    font-size: 71px;    margin: 0 auto;    padding: 40px 42px 34px 20px;    text-align: center;    width: 170px;}.iconbox3c .btn-primary {    background: transparent;    color: #999;    font-style: normal;}.iconbox3c .btn-primary:hover,.iconbox3c .btn-primary:focus,.iconbox3c .btn-primary:active,.iconbox3c .btn-primary.active,.iconbox3c .open .dropdown-toggle.btn-primary {    background: #D66F51;    color: #fff;}.iconbox3c .thumbnail .caption p a.btn i {    font-size: 9px;    padding: 0 5px 0 0;}.iconbox3c .thumbnail .img-circle i.left {    color: #FF8E8E;}.iconbox3c .thumbnail .img-circle i.center {    color: #A87FAA;}.iconbox3c .thumbnail .img-circle i.right {    color: #62951E;}/* ICON BOX */.icon-box {    vertical-align: baseline;    margin-bottom: 30px;}.icon-box img,.icon-box5 img,.icon-box i {    float: left;    display: block;    vertical-align: text-top;    margin: -1px 20px 95px 0;}.icon-box5 img {    margin: 0 12px 0 0;}.icon-box5 i,.icon-box i {    font-size: 32px;    color: #484b4d;    float: left;    margin-right: 10px;    cursor: default;}.icon-box i {    margin-right: 20px;}.icon-box h5 {    margin-bottom: 10px;    line-height: 1;}.container .icon-box p {    margin-bottom: 12px;}.container .icon-box5 p {    margin-top: 4px;    margin-right: 20px;    margin-bottom: 10px;}.icon-box2 {    vertical-align: baseline;    text-align: center;    border-radius: 5px;    padding: 10px 0;    -webkit-transition: background .3s ease-in-out;    -moz-transition: background .3s ease-in-out;    -ms-transition: background .3s ease-in-out;    -o-transition: background .3s ease-in-out;    transition: background .3s ease-in-out;}.icon-box2:hover {    background-color: #fafafa;    cursor: default;}.icon-box3 i,.icon-box4 i {    font-size: 48px;    color: #666e74;    margin-bottom: 10px;    display: inline-block;    -webkit-transition: all .3s ease-in-out;    -moz-transition: all .3s ease-in-out;    -ms-transition: all .3s ease-in-out;    -o-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;}.icon-box3:hover i {    color: #0093d0;    cursor: default;}.icon-box3 h5,.icon-box4 h5 {    margin-bottom: 4px;    color: #666e74;    font-size: 16px;    letter-spacing: 0.25px;}.icon-box3 h5 strong,.icon-box4 h5 strong {    font-weight: bold;}.icon-box3 p {    line-height: 21px;    margin-right: 10px;}.icon-colorx i,i.icon-colorx,.blox.dark .icon-colorx i {    color: #e53f51;}.icon-box4 {    text-align: center;    margin-bottom: 20px;}.icon-box4 i {    padding: 30px;    font-size: 32px;    background: #f2f2f2;    border-radius: 50%;    margin-bottom: 24px;    cursor: default;}.container .icon-box4 p {    margin: 0 10px 30px;}.icon-box4:hover i {    color: #fff;    background: #0093d0;}.icon-box6 {    position: relative;    background-color: #fff;    border: 1px solid #e5e5e5;    border-radius: 3px;    padding: 36px 20px 28px;    text-shadow: 0 0 0 0;    margin: 40px 0 20px;    height: 150px;}.icon-box6 * {    text-shadow: none;}.icon-box6 i {    font-size: 24px;    padding: 15px 16px 17px;    background: #e53f51;    color: #fff;    position: absolute;    top: -30px;    left: 50%;    margin-left: -27px;    border-radius: 30px;    cursor: default;}.icon-box6 h4,.blox .icon-box6 h4,.blox.dark .icon-box6 h4 {    color: #363636;    font-weight: 400;}.container .icon-box6 p,.container .blox .icon-box6 p,.container .blox.dark .icon-box6 p {    color: #818181;    margin-bottom: 12px;}.mexibox,.icon-box7 {    padding: 0px 0 10px 0;}.mexibox i,.icon-box7 i {    display: block;    text-align: center;    padding: 40px 0;    border-radius: 2px;    background: #f7f7f7;    font-size: 64px;    line-height: 1;    margin-bottom: 20px;    -webkit-transition: all .3s ease-in-out;    -moz-transition: all .3s ease-in-out;    -ms-transition: all .3s ease-in-out;    -o-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;}.mexibox:hover i,.icon-box7:hover i {    background: #0093d0;    color: #fff;    cursor: default;}/* ================================================== *//* CLIENTS -----------*/ul.our-clients {    display: block;    margin-bottom: 20px;    box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.1);    -moz-box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.1);    -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);}ul.our-clients li {    float: left;    display: inline;    width: 177px;    padding: 12px;    text-align: center;    margin-right: 20px;}ul.our-clients li:hover {    background: #fdfdfd;}ul.our-clients:after {    clear: both;}ul.our-clients img {    max-width: 100%;}.clients .sectionTitle h2 {    color: #FF5C30 !important;    text-shadow: none;}ul.jcarousel-list li img {    max-width: 100%;}/* TEAM ------*/.our-team .socialfollow a.facebook:hover {    background: #3b5996;    border-color: #3b5996;}.our-team .socialfollow a.twitter:hover {    background: #00acee;    border-color: #00acee;}.our-team .socialfollow a.vimeo:hover {    background: #0dadd6;    border-color: #0dadd6;}.our-team .socialfollow a.dribble:hover {    background: #d53e68;    border-color: #d53e68;}.our-team .socialfollow a.youtube:hover {    background: #cb322c;    border-color: #cb322c;}.our-team .socialfollow a.pinterest:hover {    background: #cb2027;    border-color: #cb2027;}.our-team .socialfollow a.google:hover {    background: #c3391c;    border-color: #c3391c;}.our-team .socialfollow a.linkedin:hover {    background: #0073b2;    border-color: #0073b2;}.our-team .socialfollow .socialfollow a.rss:hover {    background: #f29a1d;    border-color: #f29a1d;}.our-team .socialfollow a:hover i {    color: #fff !important;}.socialfollow img {    opacity: 0.79;}.our-team .socialfollow i {    color: #ddd;    font-size: 18px;    opacity: 0.95;    padding: 0px;}.our-team .socialfollow a:last-of-type {    margin-right: 0px;}.our-team .socialfollow a {    border-radius: 50%;    display: inline-block;    margin: 0 2px;    overflow: hidden;    padding: 9px 10px 6px !important;    text-decoration: none;    transition: all 0.31s ease 0s;    border: 2px solid #e5e5e5;    width: auto;}.our-team .socialfollow a:hover i {    color: #fff;}.our-team img {    width: 200px;    border: 8px solid transparent;}.our-team:hover img {    border: 8px solid #58A77D;}.our-team {    text-align: center;    margin-bottom: 75px;    cursor: pointer;}.our-team .socialfollow {    margin: 0 auto;    padding-top: 0;}.our-team h2 {    color: #58A77D;}.our-team h4 {    font-size: 22px;    line-height: 20px;    margin-top: 12px;}.our-team .sectionTitleHeaderDivider {    border-color: #e4322f;}figcaption h4 strong small {    border-bottom: 1px solid #CCCCCC;    color: #58A77D;    display: block;    margin: 0px auto 10px;    padding: 10px;    width: 80%;}.our-team:hover {} figcaption h4 {    color: #555;    margin-bottom: -10px;}figure.our-team figcaption h4 strong {    font-weight: normal !important;}figure.our-team:hover figcaption h4 strong {    color: #E13138;}figure.our-team p {    color: #CCCCCC;    margin: 0;    padding: 10px;}.our-team:hover p {    color: #716765;}/*    ACCORDION */.acc-trigger {    border-top: 3px solid #f3f2f2;    cursor: pointer;    display: block;    margin: 0;}.acc-trigger:last-of-type,.acc-container:last-of-type {    border-bottom: 3px solid #f3f2f2;    margin-bottom: 20px;}.no-js .acc-trigger:last-of-type {    border-bottom: none;}.acc-trigger a {    background: url(../images/accordion-ico.png) no-repeat 6px 18px;    display: block;    color: #656f78;    padding: 19px 14px 16px 40px;    text-decoration: none;    text-shadow: none;    font-weight: bold;    font-size: 16px;}.acc-trigger a:hover {    background-color: #fbfbfb;}.acc-trigger a:hover,.acc-trigger.active a,.acc-trigger.active a:hover {    color: #E05C5C;}.acc-trigger.active a:hover {    background-color: transparent;}.acc-trigger.active {    cursor: pointer;    border-top-color: #b0afaf;    background-color: #fff;}.acc-trigger.active:last-of-type {    border-bottom: none;    margin-bottom: 0;}.acc-trigger.active a {    background-position: 6px -54px;    cursor: pointer;}.acc-container .content {    padding: 0 14px 21px 40px;}/* tooltip */.tooltips p {    line-height: 1.7;}/* sidebar */.sidebar .tagcloud a:link,.tagcloud a:visited {    line-height: 16px;    padding: 4px 10px;    font-size: 14px;    margin: 0 4px 4px 0;    float: left;    min-width: 18px;    width: auto;    display: block;    text-decoration: none;    color: #777;    background: #eee;}.sidebar .tagcloud a:hover {    color: #FF5C30;}.sidebar .form-control {    padding-right: 40px;    background: #fff url('../images/find-ico1.png') no-repeat right center;    border: none;    color: #333;    -moz-border-radius: 5px !important;    -webkit-border-radius: 5px !important;    border-radius: 5px !important;    border: 1px solid #ccc;}.sidebar .navbar-form {    height: auto;    margin: 0 !important;    padding: 0;    padding: 20px 0px;}.sidebar .box {} .sidebar .box.leftside {    background-position: 245px;    padding-right: 60px;}.sidebar .box h4.subtitle {    text-align: left;    color: #54606B;    margin-bottom: 14px;    border: none;}.sidebar .box p,.box li {    font-size: 14px;}.sidebar .box p {} .sidebar .box .box > img {    border-radius: 3%;    -webkit-border-radius: 3%;    -moz-border-radius: 3%;    float: left;    margin: 0 5px 0 0;    width: 80px;}.sidebar .list-group-item {    padding: 0px;}.sidebar .list-group-item a {    color: #555;    display: block;    padding: 8px 0px;}.sidebar .list-group-item a:hover {    color: #CC1C33;}.sidebar .list-group li.list-group-item:hover {    cursor: pointer;}.sidebar li.list-group-item a:before {    color: #CC1C33;    content: "\e3c2";    float: left;    font-family: icomoon;    padding: 0px 5px;}.sidebar li.list-group-item:hover a:before {    color: #CC1C33;    content: "\e3c2";    font-family: icomoon;}.sidebar .box .socialfollow i {    color: #fff;    font-size: 18px;    opacity: 0.95;    padding: 0px;}.sidebar .box .socialfollow a:first-of-type {    margin-left: 0px;}.sidebar .box .socialfollow a {    background-color: #50595C;    border-radius: 0px;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    display: inline-block;    margin: 7px 5px 0;    padding: 10px;    text-decoration: none;    transition: all 0.31s ease 0s;    height: 40px;}.sidebar .box .socialfollow {    padding: 0px !important;    text-align: left;    padding-top: 20px !important;}.sidebar .box .list-group-item:first-child {    border-top-left-radius: 0px;    border-top-right-radius: 0px;    -webkit-border-top-left-radius: 0px;    -webkit-border-top-right-radius: 0px;    -moz-border-top-left-radius: 0px;    -moz-border-top-right-radius: 0px;}.sidebar .box .list-group-item {    border: none;    display: block;    margin-bottom: 0px;    padding: 0px;    position: relative;    color: #999;    font-size: 12px;}.list-group-item:last-child {    border-radius: 0px;}/* pagination */.pagination > li {    display: inline-block;}.pagination li a {    background: none repeat scroll 0 0 #DDDDDD;    border: medium none;    border-radius: 4px !important;    color: #999999;    font-weight: bold;    margin: 0 5px;}.pagination li a:hover {    background: #E04B23;    color: #fff;}.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {    background-color: #71D14B;    border: none;    color: #FFFFFF;}.pagination li:first-child a:hover,.pagination li:last-child a:hover {    background-color: #71D14B;    border: none;    color: #FFFFFF;}/* h1 header */.h1Header {    background: #2376de url("../images/topH1Bg.jpg") repeat-x scroll center;    border-bottom: 5px solid #f3f3f3;    height: 128px;    overflow: hidden;    padding: 12px 0;}.h1Header h1 {    margin: 0px;    color: #FFFFFF;    font-size: 41px;    font-weight: 800;    letter-spacing: 0;    padding-bottom: 5px;    text-transform: uppercase;    text-shadow: 0 1px 1px #555555;}.h1Header .sectionTitleHeaderDivider {    -moz-border-bottom-colors: none;    -moz-border-left-colors: none;    -moz-border-right-colors: none;    -moz-border-top-colors: none;    border-color: #FFFFFF -moz-use-text-color -moz-use-text-color;    border-image: none;    border-right: medium none;    border-style: solid none none;    border-width: 1px medium medium;    margin: 0;    width: 100px;    height: 10px;}.h1Header .sectionTitle p {    color: #fff !important;    font-family: 'Open Sans', sans-serif;    font-size: 15px !important;    font-weight: normal;    letter-spacing: 2px;    margin: 0 auto;    text-transform: uppercase;    width: 80%;}.h1Header .breadcrumbs {    border-top: 1px solid #FFFFFF;    display: inline-block;    list-style: none outside none;    margin: 0;    padding: 10px 0;}.h1Header .breadcrumbs li {    float: left;    margin-right: 10px;}.h1Header .breadcrumbs li a {    color: #FFFFFF;    font-family: arial;    font-size: 14px;}.h1Header .breadcrumbs li a:before {    content: '/';    color: #fff;    font-style: 12px;    font-weight: bold;    padding-right: 10px;}.h1Header .breadcrumbs li:first-child a:before {    content: '';    padding-right: 0px;}.sectionTitle {    padding-bottom: 20px;    padding-top: 5px;}/* TESTIMONIALS */.testimonial-content {    padding: 12px;    position: relative;    border: 1px solid #f6f6f6;    background: #f4f4f4;    border-radius: 4px;}.container .testimonial-content p {    margin: 6px;}.testimonial-content h4 {    padding: 10px;    line-height: 1.7;    color: #595959;    margin-top: 7px;    font-family: "Roboto Slab";}.testimonial-arrow {    position: absolute;    width: 127px;    height: 14px;    background: #fff url(../images/nav-bott1.png) no-repeat;    left: 50px;    bottom: -14px;}.testimonial-brand {    position: relative;    margin: 12px 16px 8px 0px;}.testimonial-brand img {    width: 90px;    height: 90px;    border-radius: 45px;    float: left;}.testimonial-brand h5 {    float: left;    clear: right;    margin: 20px;    color: #6f6f6f;}.testimonial-brand h5 strong {    font-weight: 600;}.testimonial-brand h5 em {    font-size: 14px;    font-style: normal;    font-family: Arial, Helvetica, sans-serif;}/* ISOTOPE */.portfolio {    display: block;    padding-bottom: 20px;    margin-bottom: 20px;}.portfolio h4,.recent-works-items h4,.shop-item h4,.side-list h5 {    font-weight: 400;    margin: 10px 0 7px;    font-size: 18px;}.portfolio h4 a,.recent-works-items h4 a,.shop-item h4 a,.side-list h5 a {    color: #494949;}.portfolio h4 a:hover,.recent-works-items h4 a:hover,.shop-item h4 a:hover,.side-list h5 a:hover {    text-decoration: underline;}.portfolio p,.recent-works-items p {    color: #909090;    margin-bottom: 40px;    padding-bottom: 20px;    border-bottom: 4px solid #ededed;    text-transform: uppercase;}.portfolio-item h3 {    color: #696969;}.portfolio-item h5 {    margin-top: 8px;}.img-item {    position: relative;    overflow: hidden;}.zoomex {    width: 100%;    background: rgba(0, 0, 0, .35) url(../images/fancy-big-ico.png) no-repeat center;    opacity: 0;    -webkit-transition: all .3s ease-in-out;    -moz-transition: all .3s ease-in-out;    -ms-transition: all .3s ease-in-out;    -o-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;    color: transparent;    display: block;    left: 0;    filter: alpha(opacity=0);    position: absolute;    top: 0;    bottom: 0;}.img-item:hover .zoomex {    opacity: 1;}.Single-Item:hover .prt-img-hov-bg,.prettyPhoto:hover .zoomex {    opacity: 1;    filter: alpha(opacity=100);}#Iframe-Item .zoomex {    background: rgba(0, 0, 0, .5) url(../images/fancy-big-ico2.png) no-repeat center;}#Iframe-Item:hover .zoomex {    opacity: 1;}.portfolio h4 {    font-size: 21px;    margin: 16px 0 10px;}.portfolio h4 {    font-size: 16px;}.portfolio p {    font-size: 12px;    border-bottom-width: 3px;}.col2-item img {    width: 420px;    height: 150px;    margin-bottom: 10px;}.col2-item .prt-img-hov-bg {    bottom: 114px;}.proj-det {    padding-left: 10px;}.recent-works-items h4 {    font-size: 20px;}.recent-works-items p {    border: 0 none;    padding-bottom: 2px;}.isotope-item {    z-index: 2;}.isotope-hidden.isotope-item {    pointer-events: none;    z-index: 1;}.isotope,.isotope .isotope-item {    -webkit-transition-duration: 0.8s;    -moz-transition-duration: 0.8s;    transition-duration: 0.8s;}.isotope {    -webkit-transition-property: height, width;    -moz-transition-property: height, width;    transition-property: height, width;}.isotope .isotope-item {    -webkit-transition-property: -webkit-transform, opacity;    -moz-transition-property: -moz-transform, opacity;    transition-property: transform, opacity;}/* COMMENT */.commentbox {    min-height: 156px;    border-radius: 6px;    text-align: left;    margin: 12px 0;}#commentform {    padding-top: 12px;    border-top: 1px dotted #d3d3d3;}#commentform label {    font-size: 17px;    font-weight: 300;    display: inline;}#commentform .required {    margin-left: 3px;}/* comments list */ol.commentlist {    padding: 0;    margin-left: 0;    background: #fff;    border-top: 1px solid #e5e8ec;}.commentlist li {    list-style: none;    margin: 0;    padding: 12px 0 0 0;    border: 1px solid #e5e8ec;    border-width: 0 0px 1px 0px;    overflow: hidden;}.commentlist li a:link,.commentlist li a:visited {    color: #227bad;}.commentlist li .comment-info {    margin: 0;    padding: 0;    overflow: hidden;}.commentlist li .comment-info img {    float: left;    margin: 1px 11px 4px;    background: #fff;    border: 1px solid #e8eaec;    display: inline;}.commentlist li .comment-info cite {    display: block;    font-family: Arial;    font-size: 13px;    line-height: 17px;    text-transform: capitalize;    margin: 0;    padding: 5px 65px 5px 20px;    font-style: normal;    font-weight: bold;}.commentlist li .comment-info cite .comment-data {    font-size: 11px;    font-weight: normal;}.commentlist li .comment-text {    clear: both;    margin: 0;    padding: 0 20px 25px 20px;}.commentlist li .comment-text p {    margin: 5px 0 20px 0;    padding: 0;}.commentlist li .comment-text .reply a {    background-color: #2376de;    border-radius: 4px;    color: #FFFFFF;    font-size: 12px;    padding: 4px 8px;}.commentlist li .comment-text .reply a:hover {    background-color: #555;    color: #fff;}.commentlist li ul.children {    margin: 0;    padding: 0;}.commentlist li ul.children li.depth-2,.commentlist li ul.children li.depth-3 {    margin-left: 40px;    border-style: solid;    border-color: #e1e6e8;    border-width: 1px 0 0 1px;}.commentlist li.thread-alt {    background: #fdfdfd;    border-color: #E2E4E7;}.commentbox h3 {    margin-top: 14px;}.comment-form-comment textarea {    width: 98%;}.form-allowed-tags {    font-size: 11px;    padding: 6px;    background: #f3f3f3;}/* PORTFOLIO - MASONRY */.img-item {    position: relative;    overflow: hidden;}.zoomex {    width: 100%;    background: rgba(0, 0, 0, .35) url(../images/fancy-big-ico.png) no-repeat center;    opacity: 0;    -webkit-transition: all .3s ease-in-out;    -moz-transition: all .3s ease-in-out;    -ms-transition: all .3s ease-in-out;    -o-transition: all .3s ease-in-out;    transition: all .3s ease-in-out;    color: transparent;    display: block;    left: 0;    filter: alpha(opacity=0);    position: absolute;    top: 0;    bottom: 0;}.img-item:hover .zoomex {    opacity: 1;}.Single-Item:hover .prt-img-hov-bg,.prettyPhoto:hover .zoomex {    opacity: 1;    filter: alpha(opacity=100);}#Iframe-Item .zoomex {    background: rgba(0, 0, 0, .5) url(../images/fancy-big-ico2.png) no-repeat center;}#Iframe-Item:hover .zoomex {    opacity: 1;}/*.prettyPhoto > img {width: 100%;}*/.img-item > img {    width: 100%;}.pin-box {    /*border-radius: 3px;*/    overflow: hidden;}.pin-box,.tline-box {    background: none repeat scroll 0 0 #FFFFFF;    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);*/    display: block;    float: left;    margin: 0px;    padding: 0px;    width: 200px;}/* Social Icons */.social-icons a {    border: 0;    float: left;    margin: 1px 7px 0 12px;    opacity: 0.5;    text-decoration: none;    -webkit-transition: opacity 0.5s ease;    -moz-transition: opacity 0.5s ease;    -ms-transition: opacity 0.5s ease;    -o-transition: opacity 0.5s ease;    transition: opacity 0.5s ease;}.social-icons a:hover {    opacity: 1;}.social-icons.members {    clear: both;    text-align: center;    margin-bottom: 10px;}.social-icons.members a {    text-align: center;    float: none;}.footer-in a img {    float: left;    margin: 3px 4px 0 1px;}.socialfollow {    margin: 0 auto;    padding-top: 40px;    text-align: center;}.socialfollow a:first-of-type {    margin-left: 0;}.footer-in .socialfollow a:hover {    text-decoration: none;}.socialfollow a.facebook:hover,.latestPostLeft .socialfollow a.facebook:hover,.blogSection .sidebar a.facebook:hover,.contactInfo .socialfollow a.facebook:hover {    background: #3b5996;}.top-bar .socialfollow a.facebook:hover i,.our-team .socialfollow a.facebook:hover i {    color: #3b5996;}.socialfollow a.twitter:hover,.latestPostLeft .socialfollow a.twitter:hover,.blogSection .sidebar a.twitter:hover,.contactInfo .socialfollow a.twitter:hover {    background: #00acee;}.top-bar .socialfollow a.twitter:hover i,.our-team .socialfollow a.twitter:hover i {    color: #00acee;}.socialfollow a.vimeo:hover,.latestPostLeft .socialfollow a.vimeo:hover,.blogSection .sidebar a.vimeo:hover,.contactInfo .socialfollow a.vimeo:hover {    background: #0dadd6;}.top-bar .socialfollow a.vimeo:hover i,.our-team .socialfollow a.vimeo:hover i {    color: #0dadd6;}.socialfollow a.dribble:hover,.latestPostLeft .socialfollow a.dribble:hover,.blogSection .sidebar a.dribble:hover,.contactInfo .socialfollow a.dribble:hover {    background: #d53e68;}.top-bar .socialfollow a.dribble:hover i,.our-team .socialfollow a.dribble:hover i {    color: #d53e68;}.socialfollow a.youtube:hover,.latestPostLeft .socialfollow a.youtube:hover,.blogSection .sidebar a.youtube:hover,.contactInfo .socialfollow a.youtube:hover {    background: #cb322c;}.top-bar .socialfollow a.youtube:hover i,.our-team .socialfollow a.youtube:hover i {    color: #cb322c;}.socialfollow a.pinterest:hover,.latestPostLeft .socialfollow a.pinterest:hover,.blogSection .sidebar a.pinterest:hover,.contactInfo .socialfollow a.pinterest:hover {    background: #cb2027;}.top-bar .socialfollow a.pinterest:hover i,.our-team .socialfollow a.pinterest:hover i {    color: #cb2027;}.socialfollow a.google:hover,.latestPostLeft .socialfollow a.google:hover,.blogSection .sidebar a.google:hover,.contactInfo .socialfollow a.google:hover {    background: #c3391c;}.top-bar .socialfollow a.google:hover i,.our-team .socialfollow a.google:hover i {    color: #c3391c;}.socialfollow a.linkedin:hover,.latestPostLeft .socialfollow a.linkedin:hover,.blogSection .sidebar a.linkedin:hover,.contactInfo .socialfollow a.linkedin:hover {    background: #0073b2;}.top-bar .socialfollow a.linkedin:hover i,.our-team .socialfollow a.linkedin:hover i {    color: #0073b2;}.socialfollow a.rss:hover,.latestPostLeft .socialfollow a.rss:hover,.blogSection .sidebar .socialfollow a.rss:hover,.contactInfo .socialfollow .socialfollow a.rss:hover {    background: #f29a1d;}.top-bar .socialfollow a.rss:hover i,.our-team .socialfollow a.rss:hover i {    color: #f29a1d;}.socialfollow img {    opacity: 0.79;}.footer.litex .socialfollow i {    color: #343434;}.footer.litex .socialfollow a:hover i {    color: #fff;}.top-bar .socialfollow {    float: right;    margin-right: 10px;}.top-bar .socialfollow.lftflot {    float: left;}.top-bar .socialfollow img {    opacity: 0.97;}.top-bar .socialfollow a,.our-team .socialfollow a,.latestPostLeft .socialfollow a {    padding: 4px;    margin: 1px 4px;    background: #fff;}.top-bar .socialfollow i,.our-team .socialfollow i,.latestPostLeft .socialfollow i {    color: #979797;    -webkit-transition: all 0.25s ease;    -moz-transition: all 0.25s ease;    -ms-transition: all 0.125s ease;    -o-transition: all 0.25s ease;    transition: all 0.25s ease;}.top-bar .socialfollow a:hover,.our-team .socialfollow a:hover,.latestPostLeft .socialfollow a:hover {    background: none;}/*    jCarousel */.jcarousel-container {    max-width: 100%;    padding: 0;    display: block;    position: relative;}.jcarousel-clip {    position: relative;    overflow: hidden;    width: 100%;}ul.jcarousel-list {    overflow: hidden;    position: relative;    top: 0px;    margin: 0px;    padding: 0px;    left: 0px;}ul.jcarousel-list li {    float: left;    list-style: none;}ul.jcarousel-list li img {    max-width: 100%;}.jcarousel-item {    display: block;}.jcarousel-next,.jcarousel-prev {    background-color: #818c90;    width: 12px;    height: 13px;    padding: 5px;    border-radius: 0 2px 2px 0;    position: absolute;    right: 0;    top: -70px;    cursor: pointer;    -webkit-transition: all 0.2s ease;    -moz-transition: all 0.2s ease;    -ms-transition: all 0.2s ease;    -o-transition: all 0.2s ease;    transition: all 0.2s ease;    -webkit-box-sizing: content-box;    -moz-box-sizing: content-box;    -ms-box-sizing: content-box;    box-sizing: content-box;}.jcarousel-prev {    right: 23px;    border-radius: 2px 0 0 2px;}.jcarousel-next:after,.jcarousel-prev:after {    position: absolute;    top: 6px;    right: 6px;    font-family: 'icomoon';    font-size: 10px;    color: #fff;    content: "\e3b0";    speak: none;    font-style: normal;    font-weight: normal;    text-transform: none;    line-height: 1;    -webkit-font-smoothing: antialiased;}.jcarousel-prev:after {    content: "\e3b2";}.jcarousel-next:hover,.jcarousel-next:active,.jcarousel-prev:hover,.jcarousel-prev:active {    background-color: #ff9900;}.jcarousel-next-disabled,.jcarousel-next-disabled:hover,.jcarousel-prev-disabled,.jcarousel-prev-disabled:hover {    background-color: #e5e8ea;    cursor: auto;    border-bottom-color: #e0e0e0;}.related-works .jcarousel-next,.related-works .jcarousel-prev {    margin-right: 10px;}.related-works p {    text-transform: uppercase;    font-size: 12px;}section.related-works div.jcarousel-next,section.related-works div.jcarousel-prev {    top: -50px !important;}.related-works li.portfolio-item p a {    color: #2376de;}.related-works li.portfolio-item p a:hover {    color: #333;}/*    3d socials */.Three-Dee {    text-shadow: 1px 1px rgba(80, 88, 89, 0.5), 2px 2px rgba(80, 88, 89, 0.5), 3px 3px rgba(80, 88, 89, 0.5), 4px 4px rgba(80, 88, 89, 0.5), 5px 5px rgba(80, 88, 89, 0.5), 6px 6px rgba(80, 88, 89, 0.5), 7px 7px rgba(80, 88, 89, 0.5), 8px 8px rgba(80, 88, 89, 0.5), 9px 9px rgba(80, 88, 89, 0.5), 10px 10px rgba(80, 88, 89, 0.5), 11px 11px rgba(80, 88, 89, 0.5), 12px 12px rgba(80, 88, 89, 0.5), 13px 13px rgba(80, 88, 89, 0.5), 14px 14px rgba(80, 88, 89, 0.5), 15px 15px rgba(80, 88, 89, 0.5), 16px 16px rgba(80, 88, 89, 0.5), 17px 17px rgba(80, 88, 89, 0.5), 18px 18px rgba(80, 88, 89, 0.5), 19px 19px rgba(80, 88, 89, 0.5), 20px 20px rgba(80, 88, 89, 0.5), 21px 21px rgba(80, 88, 89, 0.5), 22px 22px rgba(80, 88, 89, 0.5), 23px 23px rgba(80, 88, 89, 0.5), 24px 24px rgba(80, 88, 89, 0.5), 25px 25px rgba(80, 88, 89, 0.5), 26px 26px rgba(80, 88, 89, 0.5), 27px 27px rgba(80, 88, 89, 0.5), 28px 28px rgba(80, 88, 89, 0.5), 29px 29px rgba(80, 88, 89, 0.5), 30px 30px rgba(80, 88, 89, 0.5), 31px 31px rgba(80, 88, 89, 0.5), 32px 32px rgba(80, 88, 89, 0.5), 33px 33px rgba(80, 88, 89, 0.5), 34px 34px rgba(80, 88, 89, 0.5), 35px 35px rgba(80, 88, 89, 0.5), 36px 36px rgba(80, 88, 89, 0.5), 37px 37px rgba(80, 88, 89, 0.5), 38px 38px rgba(80, 88, 89, 0.5);}/* #Timeline */#main-content-pin {    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;}#main-content-pin {    background: url("../images/bgb1.png") repeat fixed 0 0 rgba(0, 0, 0, 0);    max-width: 100%;    padding-top: 30px;}#main-timeline {    background: #FBFBFB;    padding-top: 30px;}#pin-content,#tline-content {    width: auto;    margin: 0 auto;    position: relative;    overflow: hidden;}#tline-content {    background: url(../images/tline-cnt-bg1.png) repeat-y center center;    width: 900px;    margin: 0 auto;}#tline-content p {    margin-bottom: 32px;}.pin-box,.tline-box {    width: 212px;    width: 210px;    padding: 12px;    display: block;    background: #fff;    margin: 10px;    float: left;    border: 1px solid #efefef\9;    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.33);}.pin-box {    border-radius: 3px;    overflow: hidden;}.pin-box .img-item,.pin-box iframe {    max-width: 236px;    margin: -12px;    margin-bottom: 0;}.img-item img {    margin-bottom: -6px;}.pin-box .zoomex {    border-radius: 3px 3px 0 0;}.tline-box iframe,.tline-box img {    width: 100%;    max-width: 100%;    border-bottom: 2px solid #e5e5e5;}.pin-box h4,.tline-box h4 {    font-size: 18px;    font-weight: 400;    margin-top: 8px;    margin-bottom: 10px;}.pin-box h4 {    font-size: 15px;    margin-bottom: 4px;}.pin-box h4 a,.tline-box h4 a {    color: #434343;}.pin-box h4 a:hover,.tline-box h4 a:hover {    color: #d11e25;}.pin-ecxt h6.blog-author,.tline-ecxt h6.blog-author,.tline-box h6 {    font-size: 12px;    font-weight: 600;}.pin-ecxt,.tline-ecxt {    border-bottom: 1px solid #efefef;    padding: 0 12px 8px;    margin: 0 -12px 8px -12px;}.container .pin-ecxt2 p,.pin-ecxt2 p small {    font-size: 12px;    font-weight: bold;    margin: 0;}.pin-ecxt2 p {    line-height: 20px;}.pin-ecxt2 p small {    color: #a2a2a2;    display: block;}.pin-ecxt2 img {    width: 40px;    height: 40px;    float: left;    margin: 0;    margin-top: 4px;    margin-right: 10px;    border-radius: 3px;}.tline-box {    /*width:46.15%;*/    width: 45.3%;    padding: 10px;    padding-bottom: 20px;    margin-top: 21px;    min-height: 160px;    border-radius: 3px;    position: relative;    border: 1px solid #d7dce7;    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.3);    -webkit-box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.3);}.tline-row-l,.tline-row-r {    background: url(../images/tmln-ro-r1.png) no-repeat right 12%;    width: 46px;    height: 17px;    margin-right: -44px;    display: block;    position: absolute;    right: 0;    top: 16px;}.tline-row-r {    background: url(../images/tmln-ro-l1.png) no-repeat left 12%;    left: 0;    margin: 0;    margin-left: -43px;}.tline-box.rgtline {    float: right;    margin-top: 53px;    right: 0;    clear: right;}.tline-box:hover {    box-shadow: 0 1px 6px -2px rgba(141, 161, 199, 0.9);    -webkit-box-shadow: 0 1px 11px -3px rgba(141, 161, 199, 0.9);}.tline-topdate {    width: 150px;    height: 40px;    position: relative;    display: block;    clear: both;    zoom: 1;    padding: 4px;    border: 2px solid #e5e5e5;    background: #fff;    font-size: 16px;    text-align: center;    font-weight: bold;    line-height: 26px;    color: #aaa;    margin: 0 auto 7px;    border-radius: 2px;    text-shadow: 0 1px 1px #fff;}.tline-topdate.enddte {    bottom: 0;    margin-bottom: 0;}.blog-q {    border-left: 1px solid #d8d8d8;    padding-left: 12px;}.blog-q em {    color: #a5adae;}p.blog-inpic {    margin-top: 21px;}p.blog-inpic img {    float: left;    border: 1px solid #c9c9c9;    background: #f9f9f9;    width: 280px;    max-width: 100%;    padding: 6px;    margin: 0 14px 14px 0;}.date-sp-wrap {    max-width: 100px;    margin: 0 10px;    float: left;}.blog-date-sp,.blog-com-sp {    height: 40px;    padding: 6px;    padding-bottom: 20px;    width: 90px;    float: right;    border-top-left-radius: 6px;    color: #fff;    background: #636e75 url(../images/blg-date-botpic1.png) no-repeat bottom right;    font-weight: bold;    font-family: Arial, sans-serif;}.blog-date-sp h3 {    width: 30px;    float: left;    margin: 1px 5px;    color: #0093d0;}.blog-date-sp span {    float: right;    margin: 5px;    margin-right: 12px;    color: #a2aab0;    font-size: 12px;    line-height: 1.2;}.blog-com-sp {    background: none;    color: #95a2aa;    padding: 0 6px 8px;    margin-top: -12px;    text-align: center;    font-size: 12px;    height: 16px;    border-radius: 0px;    border-bottom-left-radius: 11px;}.blog-com-sp a {    color: #95a2aa;}.pin-box .blog-date-sp,.pin-box .blog-com-sp,.tline-box .blog-date-sp,.tline-box .blog-com-sp {    position: relative;    bottom: 0;    margin: -12px;    margin-top: 7px;    width: 50%;    border: 0;    border-radius: 0;    background: #ebebeb;    padding: 0;}.pin-box .blog-com-sp,.tline-box .blog-com-sp {    float: left;    height: 40px;    padding: 12px 23px 0 0;}.pin-box .blog-date-sp h3,.tline-box .blog-date-sp h3 {    margin-left: 12px;    text-shadow: 0 0 1px rgba(80, 88, 89, 0.5);}.tline-box .blog-date-sp,.tline-box .blog-com-sp {    background: #e9e9e9;    width: 49%;    margin: -10px;    margin-bottom: 0;}h6.blog-date,h6.blog-cat {    color: #69ba45;}h6.blog-author {    color: #a0a0a0;    font-weight: 400;}h6.blog-date a,h6.blog-cat a,h6.blog-author a {    color: inherit;}h6.blog-date a:hover,h6.blog-cat a:hover,h6.blog-author a:hover {    text-decoration: underline;}.blog-single-post h6.blog-author {    letter-spacing: 0.2em;}.tline-box h6.blog-cat {    font-size: 13px;    color: #888;    padding-bottom: 7px;    border-bottom: 2px solid #e5e5e5;    font-weight: 500;    margin-bottom: 8px;}.tline-box h6.blog-cat strong {    font-weight: 700;}.tline-box h4 {    font-size: 21px;}.muted > a {    display: inline-block;}.moonicons-box1 {    font-size: 14px;    display: inline-block;    width: 15em;    padding: .25em .5em;    background: #fff;    margin: .5em 1em .5em 0;    border: 1px solid #e8e8e8;}/* EXTRAS */.mex-title {    border-bottom: 4px solid rgba(0, 0, 0, 0.08);    display: inline-block;    padding-bottom: 20px;    margin-bottom: 20px;}h2.mex-title {    font-weight: 400;}.brdr-r1,.brdr-r2 {    border-right: 1px solid #e5e5e5;    padding-right: 19px;}.brdr-l1,.brdr-l2 {    border-left: 1px solid #e5e5e5;    padding-left: 19px;}.brdr-r2 {    padding-right: 27px;}.brdr-l2 {    padding-left: 27px;}.pad-r27 {    padding-right: 27px;}.pad-l27 {    padding-left: 27px;}.alignright {    text-align: right;}img.alignright {    float: right;}.alignleft {    text-align: left;}img.alignleft {    float: left;}.aligncenter {    text-align: center;}/* -------------------------------------------------------*//* MEDIA QUERIES *//* -------------------------------------------------------*/@media only screen and (max-width: 479px) {    .jcarousel-next,    .jcarousel-prev {        top: -85px;    }    .Headerlogo {        text-align: center;    }    .input-group {        margin-bottom: 20px;    }    .h1Header h1 {        color: #FFFFFF;        font-size: 22px;        font-weight: 800;        letter-spacing: 0;        margin: 0 0 5px 0;        text-shadow: 0 1px 1px #555555;        text-transform: uppercase;        line-height: 1.2;    }    .h1Header .breadcrumbs {        display: inline-block;        list-style: none outside none;        margin: 0;        padding: 0;        padding-top: 5px;    }    .h1Header {        padding: 25px 0;    }    .W-col8col4 h2 {        font-size: 35px;    }    .form-control {        box-shadow: none;        -webkit-box-shadow: none;        -moz-box-shadow: none;    }    .homeConnet .socialfollow i {        font-size: 25px !important;        padding: 0 !important;    }    .PortfolioSection nav.primary ul li a.selected,    .PortfolioSection nav.primary ul li a:active {        background: none repeat scroll 0 0 #61A300;        color: #FFFFFF;        font-weight: normal;        margin-top: 0 !important;        padding: 7px 15px;        text-align: center;        width: auto;        padding: 7px 15px;        display: block;        font-size: 14px;        line-height: 1.2;    }    .PortfolioSection nav.primary ul li.portf {        color: #61A300;        font-weight: bold;        margin-right: 10px;        padding-top: 5px;        text-align: center;    }    .PortfolioSection nav.primary ul {        clear: both;        list-style: none outside none;        width: 100%;        padding: 0px;        padding-bottom: 10px;    }    .PortfolioSection nav.primary ul li {        float: left;        clear: both;        width: 100%;        margin: 5px auto;    }    .PortfolioSection nav.primary ul li a {        border-radius: 5px;        -webkit-border-radius: 5px;        -moz-border-radius: 5px;        padding: 4px 10px;        margin: 0px;        display: block;        font-size: 14px;        line-height: 1.2;        background: none repeat scroll 0 0 #40494C;        color: #FFFFFF;        font-weight: normal;        margin-top: 0 !important;        padding: 4px 10px;        text-align: center;        width: auto;    }    .PortfolioSection nav.primary ul li a:hover {        background: none repeat scroll 0 0 green;    }    .PortfolioSection .profilePicture {        width: 80px;    }    nav.primary .portfolioFilters {        min-width: 100px !important;    }    nav.primary .portfolioFilters a {        display: block;        margin-bottom: 10px;    }    .blogSection article.blog-post .postContentTitle h3 {        font-size: 20px !important;        line-height: 1.2;        margin: 0;        text-align: left !important;    }    .icon-box img,    .icon-box5 img,    .icon-box i {        display: block;        float: none;        margin: 0;        text-align: center;    }    .icon-box h5 {        line-height: 1;        margin-bottom: 20px;        text-align: center;    }    #tline-content {        width: 100%;    }    .tline-box {        width: 95%;    }    .tline-row-l,    .tline-row-r {        display: none    }    .tline-box.rgtline {        float: left;        left: 0;    }    .copyright .copyText {        clear: both;    }}/* ---------*/@media only screen and (min-width: 480px) and (max-width: 767px) {    .jcarousel-next,    .jcarousel-prev {        top: -85px;    }    .Headerlogo {        text-align: center;    }    .form-control {        box-shadow: none;        -webkit-box-shadow: none;        -moz-box-shadow: none;    }    .input-group {        margin-bottom: 20px;    }    .mainContent .socialfollow {        margin: 0 auto;        padding-top: 0;    }    #tline-content {        width: 98%;    }    .tline-box {        width: 97%;    }    .tline-box p {        font-size: 12px;    }    .tline-box h4 {        font-size: 16px;    }    .tline-row-l,    .tline-row-r {        display: none    }    .tline-box.rgtline {        float: left;        left: 0;    }}/* ---------*/@media only screen and (max-width: 1010px) {    .BottomSearch input {        background: #434C4F;        color: #fff;        width: 300px;        margin: 0 auto;        border: none;    }    .BottomSearch {        text-align: center;    }    .copyright {        text-align: center;        margin-top: 20px;    }}@media only screen and (max-width: 767px) {    .TopSearch .TopSearch {        margin: 0px;        margin: 10px 0 -10px 0;    }    /* top bat */    .top-bar {        text-align: center;        padding-bottom: 20px;    }    .top-co-inf {        clear: both;        padding-top: 20px;        text-align: center;    }    .top-co-inf h6 {        float: none;        margin: 0px;        padding-right: 20px;    }    /* tabs */    #ElementTab.nav-tabs > li {        float: none;        margin-bottom: -1px;        border-radius: 0px;    }    #ElementTab.nav-tabs > li a {        border-radius: 0px;        border: none;        border-bottom: 1px solid #ddd;    }    #ElementTab.nav-tabs > li.active {        border: none;        color: #333;        border-top: 1px solid #ccc;        border-bottom: 1px solid #ccc;    }    #ElementTab.nav-tabs > li.active a {        border-radius: 0px;        border: none;        background: #efefef;    }    .jcarousel-next,    .jcarousel-prev {        padding: 12px;        box-sizing: content-box;    }    .jcarousel-prev {        right: 38px;    }    .jcarousel-next:after,    .jcarousel-prev:after {        top: 13px;        right: 13px;    }    .HomePortfolioSection .portfolio figure.portfolio-item {        padding: 0px;        margin-bottom: 20px;    }    /*.navbar-default .navbar-nav > li > a {text-shadow:none;}*/    /* ABOUT */    .FeaturesAccordion {} .our-team img {        width: 50% !important;    }    figure.our-team p {        color: #999;    }    /* isotope portfolio */    .PortfolioSection nav.primary,    nav.primary ul li {} .PortfolioSection nav.primary {} .PortfolioSection nav.primary ul li a.selected,    .PortfolioSection nav.primary ul li a:active {        background: none repeat scroll 0 0 #61A300;        color: #FFFFFF;        font-weight: normal;        margin-top: 0 !important;        padding: 7px 15px;        text-align: center;        width: auto;        padding: 7px 15px;        display: block;        font-size: 14px;        line-height: 1.2;    }    .PortfolioSection nav.primary ul li.portf {        color: #61A300;        font-weight: bold;        margin-right: 10px;        padding-top: 5px;    }    /*.PortfolioSection  nav.primary ul { list-style: none; margin-bottom: 20px; float: left;clear: both;}*/    .PortfolioSection nav.primary ul li {        float: left;        margin-right: 10px;        margin-bottom: 10px;    }    .PortfolioSection nav.primary ul li a {        border-radius: 5px;        -webkit-border-radius: 5px;        -moz-border-radius: 5px;        padding: 7px 15px;        display: block;        font-size: 14px;        line-height: 1.2;        background: none repeat scroll 0 0 #40494C;        color: #FFFFFF;        font-weight: normal;        margin-top: 0 !important;        padding: 7px 15px;        text-align: center;        width: auto;    }    .PortfolioSection nav.primary ul li a:hover {        background: none repeat scroll 0 0 green;    }    /* BLOG */    .blogSection article.blog-post .postContentTitle h3 {        font-size: 20px;    }    .blogSection .mainContent .blog-date-sec {        -moz-border-bottom-colors: none;        -moz-border-left-colors: none;        -moz-border-right-colors: none;        -moz-border-top-colors: none;        border-color: #20BC66 #EEEEEE #EEEEEE;        border-image: none;        border-style: solid;        border-width: 10px 1px 1px;        box-shadow: 0 0 3px #DDDDDD;        -webkit-box-shadow: 0 0 3px #DDDDDD;        -moz-box-shadow: 0 0 3px #DDDDDD;        max-width: 48px;        padding: 0;        text-align: center;    }    .blogSection .mainContent .blog-date-sec h3 {        border-bottom: 2px solid #CCCCCC;        color: #999999;        font-size: 28px;        font-weight: bold;        margin-bottom: 5px;        margin-top: 0;        padding-bottom: 5px;        padding-top: 10px;        text-align: center;    }    .blogSection .mainContent .blog-date-sec span {        color: #999999;        font-size: 12px;        font-weight: bold;        padding: 0px;    }    .blogSection article.blog-post .postContentTitle h3 {        font-size: 24px;        line-height: 1.2;        margin: 0;        text-align: left !important;    }    .blogSection .postmetadata {        margin-bottom: 35px !important;        margin-top: 10px;    }    .blogSection .postmetadata h6 {        float: none;        font-size: 13px !important;        margin: 0;        text-align: left !important;        background-color: #fff;        padding-bottom: 0 !important;    }    .blogSection .postContent {        padding: 0;    }    /* HOME */    div.thumbnail {        margin-bottom: 10px !important;    }    .our-team img {        width: 50% !important;    }    .sectionTitle h2,    .fw-aside-left h2 {        font-size: 40px;        letter-spacing: 0px;    }    .sectionTitle p {        font-size: 24px;        width: 100%;    }    .full-width.darkBG h2 {        font-size: 40px;        text-shadow: none;    }    .full-width.darkBG .sectionTitle p {        font-size: 18px;        width: 100%;        text-shadow: none;    }    h3 {        font-size: 20px;        line-height: 25px;        margin-bottom: 14px;    }}/* ---------*/@media screen and (min-width: 768px) {    .blogSection .popPosts ul li {        height: 110px !important;    }}@media screen and (min-width: 767px) {    .ls-layer h1,    .ls-layer h3 {        left: 10px;    }}@media screen and (max-width: 992px) {    .portfolio-item-dets {        border-bottom: 2px solid #E5E5E5;        float: right;        margin-top: 20px;        width: 100%;        margin-right: 0px;    }}@media screen and (min-width: 768px) {    #tline-content {        width: 739px;    }    .tline-box {        width: 326px;    }}/* BOXED-WRAP */@media screen and (min-width: 1181px) {    #boxed-wrap {        width: 1170px;    }}@media screen and (min-width: 1010px) and (max-width: 1180px) {    #boxed-wrap {        width: 960px;    }}@media screen and (min-width: 800px) and (max-width: 1009px) {    #boxed-wrap {        width: 750px;    }}/* ---------*//* ------------The old IE8 gets friendly with us !!----------*/.formInputName {    display: none;}.no-rgba .h1Header {    background-image: url("../images/topH1Bg.jpg");}.no-rgba .formInputName {    display: block;}/* -------------------------------------------------------*//*------------Puntos de antenas en el mapa------------ */    .dot {      width: 1px;      height: 1px;      border: 10px solid #EB6E6E;      -webkit-border-radius: 30px;      -moz-border-radius: 30px;      border-radius: 30px;      background-color: #716f42;      z-index: 10;      position: absolute;    }    .pulse {      border: 5px solid #EB6E6E;      background: transparent;      -webkit-border-radius: 50%;      -moz-border-radius: 50%;      border-radius: 50%;      height: 300px;      width: 300px;      -webkit-animation: pulse 3s linear;      -moz-animation: pulse 3s linear;      animation: pulse 3s linear;      -webkit-animation-iteration-count: infinite;      -moz-animation-iteration-count: infinite;      animation-iteration-count: infinite;      position: absolute;      z-index: 1;      opacity: 0;    }    #dot1{        top: 163px;        left: 235px;    }    #pulse1{        top: 23px;        left: 95px;    }    #dot2{        top: 331px;        left: 355px;    }    #pulse2{        top: 189px;        left: 214px;    }    #dot3{        top: 426px;        left: 470px;    }    #pulse3{        top: 285px;        left: 331px;    }    @-moz-keyframes pulse {      0% {        -moz-transform: scale(0);        opacity: 1.0;      }      100% {        -moz-transform: scale(1);        opacity: 0.0;      }    }    @-webkit-keyframes pulse {      0% {        -webkit-transform: scale(0);        opacity: 1.0;      }      100% {        -webkit-transform: scale(1);        opacity: 0.0;      }    }    .icono{        color: #E05C5C;        font-size: 59px;    }    /* -------------------------------------------------------*/