@charset "utf-8";[class^="drop-"] > li:before, [class*=" drop-"] > li:before{
	font-family: 'Drop-icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

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

ul.drop-bullet, ol.drop-bullet{
  list-style:none;
  display:inline-block;
  
}
ul.drop-bullet > li, ol.drop-bullet >li {
  clear:left;
}
ol.drop-bullet {
  counter-reset: liNum;
}
ol.drop-bullet > li {
  counter-increment:liNum 1;
}

ul.drop-bullet > li:before, ol.drop-bullet > li:before {
  content:"";
  height: 1em;
  width: 1em;
  font-size: 80%; 
  line-height: 1.5em;
  display:block;
  float:left;
  margin-left:-1.5em;
  background-position:center;
  background-repeat:no-repeat;
  background-size:100%;
}
ol.drop-bullet > li:before{
  content:counter(liNum);
  text-align:center;
}

ul.drop-pushpin li:before {
 content: "\e600";  
}
ul.drop-radio-unchecked li:before {
 content: "\e601"; 
}
ul.drop-cog li:before { 
 content: "\e602"; 
}
ul.drop-flag li:before { 
 content: "\e603";  
}
ul.drop-star li:before {
 content: "\e604";  
}
ul.drop-minus li:before {
 content: "\e605"; 
}
ul.drop-plus li:before { 
 content: "\e606"; 
}
ul.drop-play li:before { 
 content: "\e607";  
}
ul.drop-arrow-right li:before { 
 content: "\e608";  
}
ul.drop-checkbox-checked li:before { 
 content: "\e609";  
}
ul.drop-radio-checked li:before { 
 content: "\e60a";  
}
ul.drop-checkmark li:before { 
 content: "\e60b";  
}

ol.ol-circles {
    list-style-type: none;

    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}

ol.ol-circles > li {
    position: relative;
    padding-left: 0.5em;
    min-height: 2em;
}
ol.ol-circles > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
    color: #f5f5f5;
 
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.ol-boxes {
      counter-reset: li-counter;
    list-style-type: none;

    margin: 0;
    margin-left: 2em;
    padding: 0;
     
  
}
ol.ol-boxes > li{
    position: relative;
    padding-left: 0.5em;
 
}
ol.ol-boxes > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 1em;
    line-height: 1;
    text-align: center;
    color: #f5f5f5;
 
    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}

/* Drop Buttons */

/* General button style (reset) */
.dropbtn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 6px 16px;
	display: inline-block;
	margin: 3px 6px;
    text-decoration: none;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.dropbtn:hover, a.dropbtn:focus , a.dropbtn:active {
      text-decoration: none;
}
.dropbtn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@-webkit-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@-moz-keyframes fillToRight {
	to { 
		width: 100%;
	}
}

@keyframes fillToRight {
	to { 
		width: 100%;
	}
}
.cke_editable .csRow { 
    margin-top: 5px;
}
.cke_editable  .csColumn {        
    box-sizing: border-box;
    border: 4px dashed #f1f1f1;
}

@media(max-width:480px) {
    div.csRow div.csColumn{
      width:100% !important;
  }
}
/* Summary */
div ul.tableOfContent {
    background-color: #f7f7f7;
    padding: 10px;
    max-width: 50%;
}

ul.tableOfContent li.toc-level1 ul.tableOfContent {
    padding-top: 0;
    padding-bottom: 0;
}

ul.tableOfContent li {
    list-style-type: none;
    padding: 3px;
}

ul.tableOfContent a {
    text-decoration: none;
}

ul.tableOfContent li.toc-level1 a { 
    font-size: 18px;
    font-weight: bold;    
}

ul.tableOfContent li.toc-level2 a { 
    font-size: 16px;
    font-weight: bold;    
}

ul.tableOfContent li.toc-level3 a { 
    font-size: 14px;
    font-weight: normal;
}

ul.tableOfContent li.toc-level4 a { 
    font-size: 12px;
    font-weight: normal;
}

.droplist  {
    list-style-type: none;
}
.droplist li:before {
    font-size: 13px;
}
label.dd-option-text,
label.dd-selected-text {
    line-height: 16px !important;
    margin-bottom: 0px;
}

.dd-option {
    padding: 4px 10px !important;
}
.dd-selected {
     padding: 4px 10px !important;
}
#bulleted_icon {
    top:10px
}
.dd-option-image, .dd-selected-image {
    width: 16px;
    height: 16px;
}


blockquote
{
        
  background: none;
  border-left: 5px solid #f1f1f1;
  color: #8B8E97;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  padding-left: 15px;
  padding: 10px;
  float: left;
}
.cke_contents_ltr img.cke_anchor {
    border-color: #333 !important;
}
.blue-message{background:none repeat scroll 0 0 #39f;color:#fff;text-shadow:none;font-size:14px;line-height:24px;padding:10px}.green-message{background:none repeat scroll 0 0 #8cc14c;color:#fff;text-shadow:none;font-size:14px;line-height:24px;padding:10px}.orange-message{background:none repeat scroll 0 0 #faa732;color:#fff;text-shadow:none;font-size:14px;line-height:24px;padding:10px}.red-message{background:none repeat scroll 0 0 #da4d31;color:#fff;text-shadow:none;font-size:14px;line-height:24px;padding:10px}.grey-message{background:none repeat scroll 0 0 #53555c;color:#fff;text-shadow:none;font-size:14px;line-height:24px;padding:10px}.left-block{background:none repeat scroll 0 0px,radial-gradient(ellipse at center center,#fff 0%,#f2f2f2 100%) repeat scroll 0 0 rgba(0,0,0,0);color:#8b8e97;padding:10px;margin:10px;float:left}.right-block{background:none repeat scroll 0 0px,radial-gradient(ellipse at center center,#fff 0%,#f2f2f2 100%) repeat scroll 0 0 rgba(0,0,0,0);color:#8b8e97;padding:10px;margin:10px;float:right}.blockquotes{background:none;border-left:5px solid #f1f1f1;color:#8B8E97;font-size:14px;font-style:italic;line-height:22px;padding-left:15px;padding:10px;width:60%;float:left}
.drop_h1{color:}.drop_h2{}.drop_h3{}
[data-rokboxicon]:before{font-family:'rokbox';content:attr(data-rokboxicon);speak:none;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased}[class^="rokbox-icon-"]:before,[class*=" rokbox-icon-"]:before{font-family:'rokbox';font-style:normal;speak:none;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased}.rokbox-icon-next:before{content:"\6e"}.rokbox-icon-previous:before{content:"\70"}.rokbox-icon-fullscreen:before{content:"\66"}.rokbox-icon-exit-fullscreen:before{content:"\73"}.rokbox-icon-close:before{content:"\78"}.rokbox-icon-unfit-screen:before{content:"\77"}.rokbox-icon-fit-screen:before{content:"\64"}body.rokbox-opened{overflow:hidden}.rokbox-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA09pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoMTMuMCAyMDEyMDMwNS5tLjQxNSAyMDEyLzAzLzA1OjIxOjAwOjAwKSAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDRDMkMyRjk3ODkxMTFFMkFCMUVCOThBOEM0MEFCQUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDRDMkMyRkE3ODkxMTFFMkFCMUVCOThBOEM0MEFCQUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNEMyQzJGNzc4OTExMUUyQUIxRUI5OEE4QzQwQUJBQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNEMyQzJGODc4OTExMUUyQUIxRUI5OEE4QzQwQUJBQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrFZyHMAAAItSURBVHja7NMBDQAACMOwg383GMQACkgrYckqyQR4rSUAowNGB4wOGB0wOmB0wOiA0cHogNEBowNGB4wOGB0wOmB0MDpgdMDogNEBowNGB4wOGB2MDhgdMDpgdMDogNEBowNGB4wORgeMDhgdMDpgdMDogNEBo4PRAaMDRgeMDhgdMDpgdMDoYHTA6IDRAaMDRgeMDhgdMDpgdDA6YHTA6IDRAaMDRgeMDhgdjA4YHTA6YHTA6IDRAaMDRgejA0YHjA4YHTA6YHTA6IDRAaOD0QGjA0YHjA4YHTA6YHTA6GB0wOiA0QGjA0YHjA4YHTA6GB0wOmB0wOiA0QGjA0YHjA4YHYwOGB0wOmB0wOiA0QGjA0YHowNGB4wOGB0wOmB0wOiA0cHogNEBowNGB4wOGB0wOmB0wOhgdMDogNEBowNGB4wOGB0wOhgdMDpgdMDogNEBowNGB4wORgeMDhgdMDpgdMDogNEBowNGB6MDRgeMDhgdMDpgdMDogNHB6IDRAaMDRgeMDhgdMDpgdDA6YHTA6IDRAaMDRgeMDhgdMDoYHTA6YHTA6IDRAaMDRgeMDkYHjA4YHTA6YHTA6IDRAaOD0QGjA0YHjA4YHTA6YHTA6IDRweiA0QGjA0YHjA4YHTA6YHQwOmB0wOiA0QGjA0YHjA4YHYwOGB0wOmB0wOiA0QGjA0YHjA5GB4wOGB0wOmB0wOiA0QGjg9EBowNGB4wOGB0wOmB04LICDABTNgKn7mrGuAAAAABJRU5ErkJggg==) \9;background-color:rgba(0,0,0,0.7);z-index:25000;overflow:auto;display:none;opacity:0;filter:alpha(opacity=0)}.rokbox-wrapper.error .rokbox-header h3{color:#B94A48}.rokbox-wrapper .rokbox-outer{display:table;height:100%;width:100%}.rokbox-wrapper .rokbox-outer .rokbox-row{display:table-row;width:100%;height:100%}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner{display:table-cell;text-align:center;vertical-align:middle}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container{margin:20px 40px;display:inline-block;outline:medium none;text-align:left;position:relative;background:black;min-width:100px;min-height:100px;max-width:1200px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;vertical-align:middle}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container img,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container iframe,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container object,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container embed{border-radius:4px;image-rendering:optimizequality;border:0}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container img{width:100%;height:auto;max-width:100%}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container:hover .rokbox-controls{opacity:1;filter:alpha(opacity=100)}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-loading .rokbox-loader{display:block}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-loading .rokbox-loader .rokbox-loader-image{-webkit-animation:rotate .7s linear infinite;-moz-animation:rotate .7s linear infinite;-ms-animation:rotate .7s linear infinite;-o-animation:rotate .7s linear infinite;animation:rotate .7s linear infinite}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-content{border-radius:6px;height:100%;-webkit-transform:translateZ(0)}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-content .rokbox-contentborder{border:1px solid #555;border:1px solid rgba(255,255,255,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:6px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-content #rokbox-error{background:#FFF;color:#333;padding:5px 20px;max-width:330px;word-wrap:break-word;border-radius:6px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-loader{width:60px;height:60px;border-radius:60px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.4) inset,1px 1px 1px rgba(255,255,255,0.1);-moz-box-shadow:0 0 5px rgba(0,0,0,0.4) inset,1px 1px 1px rgba(255,255,255,0.1);box-shadow:0 0 5px rgba(0,0,0,0.4) inset,1px 1px 1px rgba(255,255,255,0.1);background-color:#000;background-color:rgba(0,0,0,0.7);position:absolute;top:50%;left:50%;z-index:5;margin-left:-30px;margin-top:-30px;display:none}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-loader .rokbox-loader-image{background-repeat:no-repeat;background-position:50% 50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAY5SURBVGiB7Zo7rBVFGMd/314eAopBMEJIQBQSkRjRgkpDY9TYGG2wIVpATCw0sdGCQm19xM7KWFuZYEEsJBhiAUrEECVIggEElYTwRu69556/xexy5s6Zmd09ewLxyj+ZzD7Ozny/881+81qTxP9Jxe024FbrDvBc1x3gua55qRtm1rlwSQuAZ4DngPXAQ8AGYAI4AxwCPjGz7zpXNlx3+kYsdahomaRtkr6UdF7SlKRpSTNK692RK0zbEecaF7CkRZLelvSnpOuS/pF0Q9KkpF4GVuX9rf8JYEkTkrZLOi7piqSrkq4FwP0aYEnafyuAk+9ww0LXAZ8DTwIGqMwpjynPmwSEx7rY0lQjR2lJzwP7gM04uArQPyY47qR+v2+Sin6/P3JEHQlY0nbgC2AxA0A/QXvoI7mbPqSZFZJGsr31Q5JeBj4sn43BxqB7NcXOALvq6jbXV1ZpYhToVg9I2gx8RD1g7P5Mpuhdub643+9bAFt5e17b5m2piBwOPCStBL4GVpUVFl7lhZeHx/75hPfMX8BBagYeCdjKOCttmyqKYhZIiqtRlJY0AXwGPMDAi30GLSQWsHzv/gLsBr4FbgCHzSzn8ZuqgbXyJwvLcmvVtFvaiYvGfQbeggF0lSs4/gr4wMyON6xnlrzmWgddSJpvZtN1ZdY2aUn3A3uBJZFKi0heAGeBHWZ2sC1kpaAp+69PClqSrldNO8XVJGjtAO7Cec5PipwL+B7Y2gUWwHsnU7DhHzFRNu2ssh6WdC9ucLGkuhypyPfuAWBbk6bVVJLmk4cOA9jloig0qodfYuBdPwiF3u4DJ4Gd44QFkNRjOOr70X/Wn17n5TrgFxgGm0mcv2Vm50eiyhnomvYU6SYdxpEscDJKS1oFbGQQmf2mU00Sqkr2mNkPo0LVycz6kvrAfDLNubKpjO7RNp3rlqpuKCzQTxX4xyORtNMkzns5WKjpl3PAm0gD+8c/mtnvba1vq4iXQ3t8OxcwAvAaBsBh4X4+1ol7jXrM9nKl0K4kVw54NcPAsQoON7F0TOrhxuMpeyrNTxWQA74PF4HDwsKKTuRtHKt6DAKlr7rzm8oBLyTtYV9XM2WMVZJkZhPB5SRcTDngSTJN4zYqBG6lHPA1YGl5nFqiEW7YebGLEU1lZtWcum7JKDn1zAFfYjCGrhRbp1rDLQLGdTf+6DAGHi4izlJuaHma2cPHmeB4BhdENrYyuZsW4zw8wWAFJbaykvRwDvgUw2PnmUh6vCNEGy1lGDaELoDkBCYHfIzhSUIsbZK0uiNIrSQtZAAcg/RTcrknB3yE4Wbsw/fKNAO80ommmVYzgPVTDPhaqpAksJmdA34j7WUffIukDV2JUpJ0D7CCtEd98MncAmHdfHgf6YAVBq/XS8PGqnLFo9pTbtKcL+XKqwPeC1wnH7yq8xXAG5I6bdD5KncWHsV1j2GgioEDXMiVmQU2s8vAN8RXOGL5euBNSYtb0wUqPfsEsJw0YHWt6o7Om1l2W6fJquVuBl6OLfeEnn4YeEfSg20AfUlaBjxF/L1NNWkB5+rKbrTVIulFXCT2l2fDxbzwPe/hpo57mq51Sbobt/CwkuE/Mlwe9nMBp8zsrFdWJ+B5wHvA2gRwrHn3vPw0cBQ3lZwuewAkVc11Ja7bWcpwQPTr8Ov07bgi6Yi/v9QJuCxgGfB+aZRfYWhU6OUwT6XwmdgfGfPwJPCTmU0F9ka5Gm+XmtkF4FPcKCa1A5HajYhtrd4sOkixpdfYeLnyyK8hbE6t9ofN7ARu5z8G1hYUz+jcNkpqAb4AjpnZlTYMrftMMzsg98FZNZysCyapbz/qYOXlsXtHzezvtvaPNEgws/2SLgGv4lZFYpAx6KGiGqSwFU4DP1eBr7XtTYNWTOVW6mu4rwJiWzGxfjqVUpMU/1W5CBwys+TkwLMtztUFuCy4ALYAz+KGgDHg3CJC7F4IfB04Kulk+GlDxq44V1dgr4IFuNHR07hXJdU/5yBDj07i+u/jdUPGiD1xrnEBexUtAh4p0zrce1g3BvfzadyXtqeAP9p0OYEd0etjBw4qnYf7ZHgtsAy317yc2YDncE32Ag70TNMPXmrqjl5PAs9VtRp4zAXdAZ7rugM81/UvFqRNaj0E8YoAAAAASUVORK5CYII=);width:100%;height:100%}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div{position:absolute;cursor:pointer;display:block;font-size:12px;color:#fff;text-align:center;text-shadow:0 0 10px rgba(0,0,0,0.7)}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-close,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-unfitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-fitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-next{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-close{position:absolute;top:2px;right:2px;width:20px;height:20px;padding:2px;z-index:2}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-unfitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-fitscreen{position:absolute;top:2px;left:2px;width:20px;height:20px;padding:2px;z-index:2}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-unfitscreen{display:none}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-fullscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-exit-fullscreen{position:absolute;top:2px;left:2px;width:20px;height:20px;padding:2px;display:none}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-next{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.2s ease-in-out;-moz-transition:opacity 0.2s ease-in-out;-ms-transition:opacity 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;position:absolute;top:0;bottom:0;z-index:1;display:block;background:rgba(0,0,0,0.001);background-image:url(data:image/gif;base64,R0lGODlh+gD6AIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2ICgxMy4wIDIwMTIwMzA1Lm0uNDE1IDIwMTIvMDMvMDU6MjE6MDA6MDApICAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1M0Y0OTlGOTkzRTExMUUyQjBERkY1NTUxNTc3RTExMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1M0Y0OTlGQTkzRTExMUUyQjBERkY1NTUxNTc3RTExMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUzRjQ5OUY3OTNFMTExRTJCMERGRjU1NTE1NzdFMTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUzRjQ5OUY4OTNFMTExRTJCMERGRjU1NTE1NzdFMTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAAAsAAAAAPoA+gAAAv+Ej6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JM1/aN5/rO9/4PDAqHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9Lr9js/r9/y+/w8YKDhIWGh4iJiouMjY6PgIGSk5SVlpeYmZqbnJ2en5CRoqOkpaanqKmqq6ytrq+gobKztLW2t7i5uru8vb6/sLHCw8TFxsfIycrLzM3Oz8DB0tPU1dbX2Nna29zd3t/Q0eLj5OXm5+jp6uvs7e7v4OHy8/T19vf4+fr7/P3+//DzCgwIEECxo8iDChwoUMGzp8CDGixIkUK1q8iDGjxo1WHDt6/AgypMiRJEuaPIkypcqVLFu6fAkzpsyZNGvavIkzp86dPHv6/Ak0qNChRIsaPYo0qdKlTJs6fQo1qtSpVKtavYo1q9atXLt6/Qo2rNixZMteKAAAOw==) \9}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-previous:hover,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-next:hover{opacity:1;filter:alpha(opacity=100)}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-previous div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-next div{font-size:36px;top:50%;margin-top:-18px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-previous{left:0;width:20%}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-previous div{left:10px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-next{right:0;width:80%}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-controls div.rokbox-next div{right:10px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-content .rokbox-content-element{padding:15px;background:white}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-content .rokbox-content-element,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-content>div{border-radius:6px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-close,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-close,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-close,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-close,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-close{top:-22px;right:-22px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-unfitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-fitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-unfitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-fitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-unfitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-fitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-unfitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-fitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-unfitscreen,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-fitscreen{top:-22px;left:-22px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-next{width:40px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-previous{left:-40px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-previous div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-previous div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-previous div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-previous div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-previous div{left:0}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-next{right:-40px}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-controls div.rokbox-next div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-controls div.rokbox-next div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-controls div.rokbox-next div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-controls div.rokbox-next div,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-controls div.rokbox-next div{right:0}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-iframe .rokbox-caption,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-caption,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-swf .rokbox-caption,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-audio .rokbox-caption,.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-video .rokbox-caption{position:relative}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-caption{position:absolute;-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-ms-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;left:0;bottom:0;right:0;z-index:5;padding:5px 10px;font-size:15px;border-radius:0 0 3px 3px;background:#000;background:rgba(0,0,0,0.3);-webkit-box-shadow:0 -1px 0 rgba(255,255,255,0.1);-moz-box-shadow:0 -1px 0 rgba(255,255,255,0.1);box-shadow:0 -1px 0 rgba(255,255,255,0.1);color:#fff}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-caption:hover{-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-ms-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;background:#000;background:rgba(0,0,0,0.7)}.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container .rokbox-caption.rokbox-hidden{display:none}.rokbox-wrapper .rokbox-outer .rokbox-header,.rokbox-wrapper .rokbox-outer .rokbox-footer{display:none;background:rgba(0,0,0,0.6);border:1px solid #000;-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);-moz-box-shadow:0 0 4px rgba(0,0,0,0.5);box-shadow:0 0 4px rgba(0,0,0,0.5)}.rokbox-wrapper .rokbox-outer .rokbox-header>div,.rokbox-wrapper .rokbox-outer .rokbox-footer>div{color:#fff;font-size:20px;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:50%}.rokbox-wrapper .rokbox-outer .rokbox-header>div.rokbox-previous,.rokbox-wrapper .rokbox-outer .rokbox-footer>div.rokbox-previous{float:left}.rokbox-wrapper .rokbox-outer .rokbox-header>div.rokbox-close,.rokbox-wrapper .rokbox-outer .rokbox-header>div.rokbox-next,.rokbox-wrapper .rokbox-outer .rokbox-footer>div.rokbox-close,.rokbox-wrapper .rokbox-outer .rokbox-footer>div.rokbox-next{float:right;text-align:right}.rokbox-wrapper .rokbox-outer .rokbox-header>div.rokbox-close,.rokbox-wrapper .rokbox-outer .rokbox-footer>div.rokbox-close{font-size:15px;width:50px}.rokbox-wrapper .rokbox-outer .rokbox-header:before,.rokbox-wrapper .rokbox-outer .rokbox-header:after,.rokbox-wrapper .rokbox-outer .rokbox-footer:before,.rokbox-wrapper .rokbox-outer .rokbox-footer:after{content:" ";display:table}.rokbox-wrapper .rokbox-outer .rokbox-header:after,.rokbox-wrapper .rokbox-outer .rokbox-footer:after{clear:both}.rokbox-wrapper.touch-device .rokbox-header,.rokbox-wrapper.touch-device .rokbox-footer{display:block}.rokbox-wrapper.touch-device .rokbox-controls{display:none}@media (max-width:767px){.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container{margin:5px 10px}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes rotate{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}@-o-keyframes rotate{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(360deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

.g-main-nav .g-dropdown, .g-main-nav .g-standard .g-dropdown .g-dropdown { position: absolute; top: auto; left: auto; opacity: 0; visibility: hidden; overflow: hidden; }

.g-main-nav .g-standard .g-dropdown.g-active, .g-main-nav .g-fullwidth .g-dropdown.g-active { opacity: 1; visibility: visible; overflow: visible; }

.g-main-nav ul, #g-mobilemenu-container ul { margin: 0; padding: 0; list-style: none; }

@-webkit-viewport { width: device-width; }

@-moz-viewport { width: device-width; }

@-ms-viewport { width: device-width; }

@-o-viewport { width: device-width; }

@viewport { width: device-width; }

html { height: 100%; font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

body { margin: 0; }

#g-page-surround { min-height: 100vh; position: relative; overflow: hidden; }

article, aside, details, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background: transparent; text-decoration: none; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

mark { background: #ff0; color: #000; }

sub, sup { line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { height: auto; max-width: 100%; display: inline-block; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }

iframe, svg { max-width: 100%; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { height: 0; }

pre { overflow: auto; }

code { vertical-align: bottom; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

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

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

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

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; width: 100%; }

tr, td, th { vertical-align: middle; }

th, td { padding: 0.375rem 0; }

th { text-align: left; }

@media print { body { background: #fff !important; color: #000 !important; } }

.g-container { margin: 0 auto; padding: 0; }

.g-block .g-container { width: auto; }

.g-grid { display: flex; flex-flow: row wrap; list-style: none; margin: 0; padding: 0; text-rendering: optimizespeed; }

.g-grid.nowrap { flex-flow: row; }

.g-block { flex: 1; min-width: 0; min-height: 0; }

.first-block { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; }

.last-block { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.size-5 { flex: 0 5%; width: 5%; }

.size-6 { flex: 0 6%; width: 6%; }

.size-7 { flex: 0 7%; width: 7%; }

.size-8 { flex: 0 8%; width: 8%; }

.size-9 { flex: 0 9%; width: 9%; }

.size-10 { flex: 0 10%; width: 10%; }

.size-11 { flex: 0 11%; width: 11%; }

.size-12 { flex: 0 12%; width: 12%; }

.size-13 { flex: 0 13%; width: 13%; }

.size-14 { flex: 0 14%; width: 14%; }

.size-15 { flex: 0 15%; width: 15%; }

.size-16 { flex: 0 16%; width: 16%; }

.size-17 { flex: 0 17%; width: 17%; }

.size-18 { flex: 0 18%; width: 18%; }

.size-19 { flex: 0 19%; width: 19%; }

.size-20 { flex: 0 20%; width: 20%; }

.size-21 { flex: 0 21%; width: 21%; }

.size-22 { flex: 0 22%; width: 22%; }

.size-23 { flex: 0 23%; width: 23%; }

.size-24 { flex: 0 24%; width: 24%; }

.size-25 { flex: 0 25%; width: 25%; }

.size-26 { flex: 0 26%; width: 26%; }

.size-27 { flex: 0 27%; width: 27%; }

.size-28 { flex: 0 28%; width: 28%; }

.size-29 { flex: 0 29%; width: 29%; }

.size-30 { flex: 0 30%; width: 30%; }

.size-31 { flex: 0 31%; width: 31%; }

.size-32 { flex: 0 32%; width: 32%; }

.size-33 { flex: 0 33%; width: 33%; }

.size-34 { flex: 0 34%; width: 34%; }

.size-35 { flex: 0 35%; width: 35%; }

.size-36 { flex: 0 36%; width: 36%; }

.size-37 { flex: 0 37%; width: 37%; }

.size-38 { flex: 0 38%; width: 38%; }

.size-39 { flex: 0 39%; width: 39%; }

.size-40 { flex: 0 40%; width: 40%; }

.size-41 { flex: 0 41%; width: 41%; }

.size-42 { flex: 0 42%; width: 42%; }

.size-43 { flex: 0 43%; width: 43%; }

.size-44 { flex: 0 44%; width: 44%; }

.size-45 { flex: 0 45%; width: 45%; }

.size-46 { flex: 0 46%; width: 46%; }

.size-47 { flex: 0 47%; width: 47%; }

.size-48 { flex: 0 48%; width: 48%; }

.size-49 { flex: 0 49%; width: 49%; }

.size-50 { flex: 0 50%; width: 50%; }

.size-51 { flex: 0 51%; width: 51%; }

.size-52 { flex: 0 52%; width: 52%; }

.size-53 { flex: 0 53%; width: 53%; }

.size-54 { flex: 0 54%; width: 54%; }

.size-55 { flex: 0 55%; width: 55%; }

.size-56 { flex: 0 56%; width: 56%; }

.size-57 { flex: 0 57%; width: 57%; }

.size-58 { flex: 0 58%; width: 58%; }

.size-59 { flex: 0 59%; width: 59%; }

.size-60 { flex: 0 60%; width: 60%; }

.size-61 { flex: 0 61%; width: 61%; }

.size-62 { flex: 0 62%; width: 62%; }

.size-63 { flex: 0 63%; width: 63%; }

.size-64 { flex: 0 64%; width: 64%; }

.size-65 { flex: 0 65%; width: 65%; }

.size-66 { flex: 0 66%; width: 66%; }

.size-67 { flex: 0 67%; width: 67%; }

.size-68 { flex: 0 68%; width: 68%; }

.size-69 { flex: 0 69%; width: 69%; }

.size-70 { flex: 0 70%; width: 70%; }

.size-71 { flex: 0 71%; width: 71%; }

.size-72 { flex: 0 72%; width: 72%; }

.size-73 { flex: 0 73%; width: 73%; }

.size-74 { flex: 0 74%; width: 74%; }

.size-75 { flex: 0 75%; width: 75%; }

.size-76 { flex: 0 76%; width: 76%; }

.size-77 { flex: 0 77%; width: 77%; }

.size-78 { flex: 0 78%; width: 78%; }

.size-79 { flex: 0 79%; width: 79%; }

.size-80 { flex: 0 80%; width: 80%; }

.size-81 { flex: 0 81%; width: 81%; }

.size-82 { flex: 0 82%; width: 82%; }

.size-83 { flex: 0 83%; width: 83%; }

.size-84 { flex: 0 84%; width: 84%; }

.size-85 { flex: 0 85%; width: 85%; }

.size-86 { flex: 0 86%; width: 86%; }

.size-87 { flex: 0 87%; width: 87%; }

.size-88 { flex: 0 88%; width: 88%; }

.size-89 { flex: 0 89%; width: 89%; }

.size-90 { flex: 0 90%; width: 90%; }

.size-91 { flex: 0 91%; width: 91%; }

.size-92 { flex: 0 92%; width: 92%; }

.size-93 { flex: 0 93%; width: 93%; }

.size-94 { flex: 0 94%; width: 94%; }

.size-95 { flex: 0 95%; width: 95%; }

.size-33-3 { flex: 0 33.33333%; width: 33.33333%; max-width: 33.33333%; }

.size-16-7 { flex: 0 16.66667%; width: 16.66667%; max-width: 16.66667%; }

.size-14-3 { flex: 0 14.28571%; width: 14.28571%; max-width: 14.28571%; }

.size-12-5 { flex: 0 12.5%; width: 12.5%; max-width: 12.5%; }

.size-11-1 { flex: 0 11.11111%; width: 11.11111%; max-width: 11.11111%; }

.size-9-1 { flex: 0 9.09091%; width: 9.09091%; max-width: 9.09091%; }

.size-8-3 { flex: 0 8.33333%; width: 8.33333%; max-width: 8.33333%; }

.size-100 { width: 100%; max-width: 100%; flex-grow: 0; flex-basis: 100%; }

.g-main-nav:not(.g-menu-hastouch) .g-dropdown { z-index: 10; top: -9999px; }

.g-main-nav:not(.g-menu-hastouch) .g-dropdown.g-active { top: 100%; }

.g-main-nav:not(.g-menu-hastouch) .g-dropdown .g-dropdown { top: 0; }

.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active { top: auto; }

.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown .g-dropdown.g-active { top: 0; }

.g-main-nav .g-toplevel > li { display: inline-block; cursor: pointer; transition: background .2s ease-out, transform .2s ease-out; }

.g-main-nav .g-toplevel > li.g-menu-item-type-particle, .g-main-nav .g-toplevel > li.g-menu-item-type-module { cursor: initial; }

.g-main-nav .g-toplevel > li .g-menu-item-content { display: inline-block; vertical-align: middle; cursor: pointer; }

.g-main-nav .g-toplevel > li .g-menu-item-container { transition: transform .2s ease-out; }

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator { display: inline-block; vertical-align: middle; line-height: normal; }

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after { display: inline-block; cursor: pointer; width: 1.5rem; opacity: 0.5; font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome; font-weight: 900; content: ""; text-align: right; }

.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after { content: ""; }

.g-main-nav .g-dropdown { transition: opacity .2s ease-out, transform .2s ease-out; z-index: 1; }

.g-main-nav .g-sublevel > li { transition: background .2s ease-out, transform .2s ease-out; }

.g-main-nav .g-sublevel > li.g-menu-item-type-particle, .g-main-nav .g-sublevel > li.g-menu-item-type-module { cursor: initial; }

.g-main-nav .g-sublevel > li .g-menu-item-content { display: inline-block; vertical-align: middle; word-break: break-word; }

.g-main-nav .g-sublevel > li.g-parent .g-menu-item-content { margin-right: 2rem; }

.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator { position: absolute; right: 0.738rem; top: 0.838rem; width: auto; text-align: center; }

.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after { content: ""; text-align: center; }

.g-main-nav .g-sublevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after { content: ""; }

[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-item-content { margin-right: inherit; margin-left: 2rem; text-align: right; }

[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator { right: inherit; left: 0.738rem; transform: rotate(180deg); }

.g-menu-item-container { display: block; position: relative; }

.g-menu-item-container input, .g-menu-item-container textarea { color: #666; }

.g-main-nav .g-standard { position: relative; }

.g-main-nav .g-standard .g-sublevel > li { position: relative; }

.g-main-nav .g-standard .g-dropdown { top: 100%; }

.g-main-nav .g-standard .g-dropdown.g-dropdown-left { right: 0; }

.g-main-nav .g-standard .g-dropdown.g-dropdown-center { left: 50%; transform: translateX(-50%); }

.g-main-nav .g-standard .g-dropdown.g-dropdown-right { left: 0; }

.g-main-nav .g-standard .g-dropdown .g-dropdown { top: 0; }

.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-left { left: auto; right: 100%; }

.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right { left: 100%; right: auto; }

.g-main-nav .g-standard .g-dropdown .g-block { flex-grow: 0; flex-basis: 100%; }

.g-main-nav .g-standard .g-go-back { display: none; }

.g-main-nav .g-fullwidth .g-dropdown { position: absolute; left: 0; right: 0; }

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-left { right: 0; left: inherit; }

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-center { left: inherit; right: inherit; left: 50%; transform: translateX(-50%); }

.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-right { left: 0; right: inherit; }

.g-main-nav .g-fullwidth .g-dropdown .g-block { position: relative; overflow: hidden; }

.g-main-nav .g-fullwidth .g-dropdown .g-go-back { display: block; }

.g-main-nav .g-fullwidth .g-dropdown .g-go-back.g-level-1 { display: none; }

.g-main-nav .g-fullwidth .g-sublevel .g-dropdown { top: 0; transform: translateX(100%); }

.g-main-nav .g-fullwidth .g-sublevel .g-dropdown.g-active { transform: translateX(0); }

.g-main-nav .g-fullwidth .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container { transform: translateX(-100%); }

.g-go-back.g-level-1 { display: none; }

.g-go-back a span { display: none; }

.g-go-back a:before { display: block; text-align: center; width: 1.28571em; font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome; font-weight: 900; content: ""; opacity: 0.5; }

.g-menu-item-container > i { vertical-align: middle; margin-right: 0.2rem; }

.g-menu-item-subtitle { display: block; font-size: 0.8rem; line-height: 1.1; }

.g-nav-overlay, .g-menu-overlay { top: 0; right: 0; bottom: 0; left: 0; z-index: -1; opacity: 0; position: absolute; transition: opacity .3s ease-out, z-index .1s ease-out; }

#g-mobilemenu-container .g-toplevel { position: relative; }

#g-mobilemenu-container .g-toplevel li { display: block; position: static !important; margin-right: 0; cursor: pointer; }

#g-mobilemenu-container .g-toplevel li .g-menu-item-container { padding: 0.938rem 1rem; }

#g-mobilemenu-container .g-toplevel li .g-menu-item-content { display: inline-block; line-height: 1rem; }

#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-content { position: relative; }

#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator { position: absolute; right: 0.938rem; text-align: center; }

#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after { display: inline-block; text-align: center; opacity: 0.5; width: 1.5rem; line-height: normal; font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome; font-weight: 900; content: ""; }

#g-mobilemenu-container .g-toplevel .g-dropdown { top: 0; background: transparent; position: absolute; left: 0; right: 0; z-index: 1; transition: transform .2s ease-out; transform: translateX(100%); }

#g-mobilemenu-container .g-toplevel .g-dropdown.g-active { transform: translateX(0); z-index: 0; }

#g-mobilemenu-container .g-toplevel .g-dropdown .g-go-back { display: block; }

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block { width: 100%; overflow: visible; }

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back { display: none; }

#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back { display: block; }

#g-mobilemenu-container .g-toplevel .g-dropdown-column { float: none; padding: 0; }

#g-mobilemenu-container .g-toplevel .g-dropdown-column [class*="size-"] { flex: 0 1 100%; max-width: 100%; }

#g-mobilemenu-container .g-sublevel { cursor: default; }

#g-mobilemenu-container .g-sublevel li { position: static; }

#g-mobilemenu-container .g-sublevel .g-dropdown { top: 0; }

#g-mobilemenu-container .g-menu-item-container { transition: transform .2s ease-out; }

#g-mobilemenu-container .g-toplevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-toplevel.g-slide-out > .g-go-back > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-go-back > .g-menu-item-container { transform: translateX(-100%); }

#g-mobilemenu-container .g-menu-item-subtitle { line-height: 1.5; }

#g-mobilemenu-container i { float: left; line-height: 1.4rem; margin-right: 0.3rem; }

.g-menu-overlay.g-menu-overlay-open { z-index: 2; position: fixed; opacity: 1; height: 100vh; }

h1, h2, h3, h4, h5, h6 { margin: 0.75rem 0 1.5rem 0; text-rendering: optimizeLegibility; }

p { margin: 1.5rem 0; }

ul, ol, dl { margin-top: 1.5rem; margin-bottom: 1.5rem; }

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl { margin-top: 0; margin-bottom: 0; }

ul { margin-left: 1.5rem; padding: 0; }

dl { padding: 0; }

ol { padding-left: 1.5rem; }

blockquote { margin: 1.5rem 0; padding-left: 0.75rem; }

cite { display: block; }

cite:before { content: "\2014 \0020"; }

pre { margin: 1.5rem 0; padding: 0.938rem; }

hr { border-left: none; border-right: none; border-top: none; margin: 1.5rem 0; }

fieldset { border: 0; padding: 0.938rem; margin: 0 0 1.5rem 0; }

label { margin-bottom: 0.375rem; }

label abbr { display: none; }

textarea, select[multiple=multiple] { transition: border-color; padding: 0.375rem 0.375rem; }

textarea:focus, select[multiple=multiple]:focus { outline: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea { transition: border-color; padding: 0.375rem 0.375rem; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus { outline: none; }

textarea { resize: vertical; }

input[type="checkbox"], input[type="radio"] { display: inline; margin-right: 0.375rem; }

input[type="file"] { width: 100%; }

select { max-width: 100%; }

button, input[type="submit"] { cursor: pointer; user-select: none; vertical-align: middle; white-space: nowrap; border: inherit; }

.float-left { float: left !important; }

.float-right { float: right !important; }

.hide, body .g-offcanvas-hide { display: none; }

.clearfix::after { clear: both; content: ""; display: table; }

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

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

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

.full-height { min-height: 100vh; }

.nomarginall { margin: 0 !important; }

.nomarginall .g-content { margin: 0 !important; }

.nomargintop { margin-top: 0 !important; }

.nomargintop .g-content { margin-top: 0 !important; }

.nomarginbottom { margin-bottom: 0 !important; }

.nomarginbottom .g-content { margin-bottom: 0 !important; }

.nomarginleft { margin-left: 0 !important; }

.nomarginleft .g-content { margin-left: 0 !important; }

.nomarginright { margin-right: 0 !important; }

.nomarginright .g-content { margin-right: 0 !important; }

.nopaddingall { padding: 0 !important; }

.nopaddingall .g-content { padding: 0 !important; }

.nopaddingtop { padding-top: 0 !important; }

.nopaddingtop .g-content { padding-top: 0 !important; }

.nopaddingbottom { padding-bottom: 0 !important; }

.nopaddingbottom .g-content { padding-bottom: 0 !important; }

.nopaddingleft { padding-left: 0 !important; }

.nopaddingleft .g-content { padding-left: 0 !important; }

.nopaddingright { padding-right: 0 !important; }

.nopaddingright .g-content { padding-right: 0 !important; }

.g-flushed { padding: 0 !important; }

.g-flushed .g-content { padding: 0; margin: 0; }

.g-flushed .g-container { width: 100%; }

.full-width { flex-grow: 0; flex-basis: 100%; }

.full-width .g-block { flex-grow: 0; flex-basis: 100%; }

.hidden { display: none; visibility: hidden; }

@media print { .visible-print { display: inherit !important; }
  .g-block.visible-print { display: block !important; }
  .hidden-print { display: none !important; } }

.equal-height { display: flex; }

.equal-height .g-content { flex-basis: 100%; }

#g-offcanvas { position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; text-align: left; display: none; -webkit-overflow-scrolling: touch; }

.g-offcanvas-toggle { display: block; position: absolute; top: 0.7rem; left: 0.7rem; z-index: 10; line-height: 1; cursor: pointer; }

.g-offcanvas-active { overflow-x: hidden; }

.g-offcanvas-open { overflow: hidden; }

.g-offcanvas-open body, .g-offcanvas-open #g-page-surround { overflow: hidden; }

.g-offcanvas-open .g-nav-overlay { z-index: 15; position: absolute; opacity: 1; height: 100%; }

.g-offcanvas-open #g-offcanvas { display: block; }

.g-offcanvas-left #g-page-surround { left: 0; }

.g-offcanvas-right #g-offcanvas { left: inherit; }

.g-offcanvas-right .g-offcanvas-toggle { left: inherit; right: 0.7rem; }

.g-offcanvas-right #g-page-surround { right: 0; }

.g-offcanvas-left #g-offcanvas { right: inherit; }

/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */


/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.25rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/rt_antares/scss/antares/_core.scss */
body {
  color: #545353;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8, templates/rt_antares/scss/antares/_core.scss */
a {
  color: #faa724;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 11, templates/rt_antares/scss/antares/_core.scss */
a:hover {
  color: inherit;
}
/* line 16, templates/rt_antares/scss/antares/_core.scss */
body p {
  margin: 1rem 0;
}
/* line 20, templates/rt_antares/scss/antares/_core.scss */
body span.para {
  display: block;
  margin: 1rem 0;
}
/* line 1, templates/rt_antares/scss/antares/_pagesurround.scss */
#g-page-surround {
  background: #fff;
  overflow: hidden;
}
/* line 5, templates/rt_antares/scss/antares/_pagesurround.scss */
.g-bodyonly #g-page-surround {
  color: #545353;
  background: #fff;
}
@media print {
  /* line 12, templates/rt_antares/scss/antares/_pagesurround.scss */
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 9, templates/rt_antares/scss/antares/_typography.scss */
[class^="g-icon-"]:before, [class*=" g-icon-"]:before {
  font-family: "controlfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 21, templates/rt_antares/scss/antares/_typography.scss */
.g-icon-triangle:before {
  content: "\61";
}
/* line 24, templates/rt_antares/scss/antares/_typography.scss */
.g-icon-triangle-stroked:before {
  content: "\62";
}
/* line 27, templates/rt_antares/scss/antares/_typography.scss */
.g-icon-circle-stroked:before {
  content: "\63";
}
/* line 30, templates/rt_antares/scss/antares/_typography.scss */
.g-icon-square-stroked:before {
  content: "\64";
}
/* line 33, templates/rt_antares/scss/antares/_typography.scss */
.g-icon-close:before {
  content: "\65";
}
/* line 37, templates/rt_antares/scss/antares/_typography.scss */
body {
  font-family: "Dosis";
  font-weight: 400;
}
/* line 43, templates/rt_antares/scss/antares/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "Dosis";
  font-weight: 700;
}
/* line 47, templates/rt_antares/scss/antares/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 50, templates/rt_antares/scss/antares/_typography.scss */
.g-title {
  font-family: "Dosis";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 1rem 0;
  position: relative;
}
/* line 58, templates/rt_antares/scss/antares/_typography.scss */
.g-title-bordered .g-title {
  padding: 0.5rem 0;
}
/* line 60, templates/rt_antares/scss/antares/_typography.scss */
.g-title-bordered .g-title:before, .g-title-bordered .g-title:after {
  border: 1px solid rgba(84, 83, 83, 0.5);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 4px;
}
/* line 68, templates/rt_antares/scss/antares/_typography.scss */
.g-title-bordered .g-title:before {
  top: 0;
}
/* line 71, templates/rt_antares/scss/antares/_typography.scss */
.g-title-bordered .g-title:after {
  bottom: 0;
}
/* line 75, templates/rt_antares/scss/antares/_typography.scss */
.g-title-promo .g-title {
  font-size: 2rem;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 900;
}
/* line 81, templates/rt_antares/scss/antares/_typography.scss */
.g-headline {
  font-family: "Dosis";
  font-weight: normal;
  font-size: 1.25rem;
}
/* line 86, templates/rt_antares/scss/antares/_typography.scss */
.g-quote {
  font-family: "Dosis";
  font-weight: normal;
  font-size: 1.25rem;
  font-style: italic;
}
/* line 92, templates/rt_antares/scss/antares/_typography.scss */
.g-tags {
  list-style: none;
  font-family: "Dosis";
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
}
/* line 100, templates/rt_antares/scss/antares/_typography.scss */
.g-tags li {
  display: inline-block;
  color: #fff;
  background: #faa724;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 106, templates/rt_antares/scss/antares/_typography.scss */
.g-tags li a {
  color: #fff;
  display: block;
  padding: 0.25rem 0.5rem;
  line-height: 1rem;
}
/* line 112, templates/rt_antares/scss/antares/_typography.scss */
.g-tags li:hover {
  background: #cd7f05;
}
/* line 117, templates/rt_antares/scss/antares/_typography.scss */
.g-tag {
  font-family: "Dosis";
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.25;
  text-transform: uppercase;
}
/* line 124, templates/rt_antares/scss/antares/_typography.scss */
.g-large {
  font-size: 1.2rem;
  line-height: 1.35;
}
/* line 128, templates/rt_antares/scss/antares/_typography.scss */
.g-small {
  font-size: 0.85rem;
  opacity: 0.8;
}
/* line 133, templates/rt_antares/scss/antares/_typography.scss */
.g-title-hero {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
}
/* line 139, templates/rt_antares/scss/antares/_typography.scss */
.g-title-subhero {
  font-family: "Dosis";
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1.2;
}
/* line 145, templates/rt_antares/scss/antares/_typography.scss */
.g-title-regular {
  font-family: "Dosis";
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.25;
}
/* line 151, templates/rt_antares/scss/antares/_typography.scss */
.g-title-bold {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.25;
}
/* line 158, templates/rt_antares/scss/antares/_typography.scss */
.g-bold {
  font-weight: bold !important;
}
/* line 162, templates/rt_antares/scss/antares/_typography.scss */
.g-italic {
  font-style: italic !important;
}
/* line 167, templates/rt_antares/scss/antares/_typography.scss */
blockquote {
  border-left: 10px solid rgba(84, 83, 83, 0.5);
}
/* line 169, templates/rt_antares/scss/antares/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #878686;
}
/* line 173, templates/rt_antares/scss/antares/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #545353;
  font-size: 1.2rem;
}
/* line 182, templates/rt_antares/scss/antares/_typography.scss */
code, kbd, pre, samp {
  font-family: "Menlo", "Monaco", monospace;
}
/* line 189, templates/rt_antares/scss/antares/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 194, templates/rt_antares/scss/antares/_typography.scss */
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #888;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
/* line 203, templates/rt_antares/scss/antares/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 208, templates/rt_antares/scss/antares/_typography.scss */
pre.prettyprint {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 214, templates/rt_antares/scss/antares/_typography.scss */
hr {
  margin: 1.5rem 0;
  border-bottom: 1px solid rgba(84, 83, 83, 0.5);
}
/* line 218, templates/rt_antares/scss/antares/_typography.scss */
.g-para {
  margin: 0.3rem 0 1rem;
}
/* line 1, templates/rt_antares/scss/antares/_utilities.scss */
.noliststyle {
  list-style: none;
}
/* line 4, templates/rt_antares/scss/antares/_utilities.scss */
.g-uppercase {
  text-transform: uppercase;
}
/* line 7, templates/rt_antares/scss/antares/_utilities.scss */
.g-notexttransform {
  text-transform: none;
}
/* line 10, templates/rt_antares/scss/antares/_utilities.scss */
.g-positive-margin-top {
  margin-top: 23rem;
}
/* line 13, templates/rt_antares/scss/antares/_utilities.scss */
.g-negative-margin-bottom {
  margin-bottom: -25rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nomarginleft, .nomarginleft > .g-content {
  margin-left: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallmarginleft:not(.g-block), .smallmarginleft > .g-content {
  margin-left: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medmarginleft:not(.g-block), .medmarginleft > .g-content {
  margin-left: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largemarginleft:not(.g-block), .largemarginleft > .g-content {
  margin-left: 3rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nomarginright, .nomarginright > .g-content {
  margin-right: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallmarginright:not(.g-block), .smallmarginright > .g-content {
  margin-right: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medmarginright:not(.g-block), .medmarginright > .g-content {
  margin-right: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largemarginright:not(.g-block), .largemarginright > .g-content {
  margin-right: 3rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nomargintop, .nomargintop > .g-content {
  margin-top: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallmargintop:not(.g-block), .smallmargintop > .g-content {
  margin-top: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medmargintop:not(.g-block), .medmargintop > .g-content {
  margin-top: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largemargintop:not(.g-block), .largemargintop > .g-content {
  margin-top: 3rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nomarginbottom, .nomarginbottom > .g-content {
  margin-bottom: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallmarginbottom:not(.g-block), .smallmarginbottom > .g-content {
  margin-bottom: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medmarginbottom:not(.g-block), .medmarginbottom > .g-content {
  margin-bottom: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largemarginbottom:not(.g-block), .largemarginbottom > .g-content {
  margin-bottom: 3rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nomarginall, .nomarginall > .g-content {
  margin: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallmarginall:not(.g-block), .smallmarginall > .g-content {
  margin: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medmarginall:not(.g-block), .medmarginall > .g-content {
  margin: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largemarginall:not(.g-block), .largemarginall > .g-content {
  margin: 3rem;
}
/* line 63, templates/rt_antares/scss/antares/_utilities.scss */
/* line 64, templates/rt_antares/scss/antares/_utilities.scss */
.margin2x > .g-content {
  margin: 1.25rem;
}
/* line 63, templates/rt_antares/scss/antares/_utilities.scss */
/* line 64, templates/rt_antares/scss/antares/_utilities.scss */
.margin3x > .g-content {
  margin: 1.875rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nopaddingleft, .nopaddingleft > .g-content {
  padding-left: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallpaddingleft:not(.g-block), .smallpaddingleft > .g-content {
  padding-left: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medpaddingleft:not(.g-block), .medpaddingleft > .g-content {
  padding-left: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largepaddingleft:not(.g-block), .largepaddingleft > .g-content {
  padding-left: 3rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nopaddingright, .nopaddingright > .g-content {
  padding-right: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallpaddingright:not(.g-block), .smallpaddingright > .g-content {
  padding-right: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medpaddingright:not(.g-block), .medpaddingright > .g-content {
  padding-right: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largepaddingright:not(.g-block), .largepaddingright > .g-content {
  padding-right: 3rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nopaddingtop, .nopaddingtop > .g-content {
  padding-top: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallpaddingtop:not(.g-block), .smallpaddingtop > .g-content {
  padding-top: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medpaddingtop:not(.g-block), .medpaddingtop > .g-content {
  padding-top: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largepaddingtop:not(.g-block), .largepaddingtop > .g-content {
  padding-top: 3rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nopaddingbottom, .nopaddingbottom > .g-content {
  padding-bottom: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallpaddingbottom:not(.g-block), .smallpaddingbottom > .g-content {
  padding-bottom: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medpaddingbottom:not(.g-block), .medpaddingbottom > .g-content {
  padding-bottom: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largepaddingbottom:not(.g-block), .largepaddingbottom > .g-content {
  padding-bottom: 3rem;
}
/* line 25, templates/rt_antares/scss/antares/_utilities.scss */
/* line 26, templates/rt_antares/scss/antares/_utilities.scss */
.nopaddingall, .nopaddingall > .g-content {
  padding: 0;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.smallpaddingall:not(.g-block), .smallpaddingall > .g-content {
  padding: 0.25rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.medpaddingall:not(.g-block), .medpaddingall > .g-content {
  padding: 1rem;
}
/* line 36, templates/rt_antares/scss/antares/_utilities.scss */
/* line 37, templates/rt_antares/scss/antares/_utilities.scss */
.largepaddingall:not(.g-block), .largepaddingall > .g-content {
  padding: 3rem;
}
/* line 63, templates/rt_antares/scss/antares/_utilities.scss */
/* line 64, templates/rt_antares/scss/antares/_utilities.scss */
.padding2x > .g-content {
  padding: 1.876rem;
}
/* line 63, templates/rt_antares/scss/antares/_utilities.scss */
/* line 64, templates/rt_antares/scss/antares/_utilities.scss */
.padding3x > .g-content {
  padding: 2.814rem;
}
/* line 76, templates/rt_antares/scss/antares/_utilities.scss */
.section-horizontal-paddings {
  padding-left: 10%;
  padding-right: 10%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 92, templates/rt_antares/scss/antares/_utilities.scss */
.section-horizontal-paddings-small {
  padding-left: 5%;
  padding-right: 5%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 108, templates/rt_antares/scss/antares/_utilities.scss */
.section-horizontal-paddings-large {
  padding-left: 15%;
  padding-right: 15%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 124, templates/rt_antares/scss/antares/_utilities.scss */
.section-vertical-paddings {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
/* line 130, templates/rt_antares/scss/antares/_utilities.scss */
.section-vertical-paddings-small {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
/* line 136, templates/rt_antares/scss/antares/_utilities.scss */
.section-vertical-paddings-large {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
/* line 141, templates/rt_antares/scss/antares/_utilities.scss */
.g-textpromo-typed {
  visibility: hidden;
}
/* line 145, templates/rt_antares/scss/antares/_utilities.scss */
.typed-cursor {
  display: inline-block;
  opacity: 1;
  font-size: 1.5rem;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
  /* line 153, templates/rt_antares/scss/antares/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 154, templates/rt_antares/scss/antares/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 155, templates/rt_antares/scss/antares/_utilities.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  /* line 153, templates/rt_antares/scss/antares/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 154, templates/rt_antares/scss/antares/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 155, templates/rt_antares/scss/antares/_utilities.scss */
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  /* line 153, templates/rt_antares/scss/antares/_utilities.scss */
  0% {
    opacity: 1;
  }
  /* line 154, templates/rt_antares/scss/antares/_utilities.scss */
  50% {
    opacity: 0;
  }
  /* line 155, templates/rt_antares/scss/antares/_utilities.scss */
  100% {
    opacity: 1;
  }
}
/* line 1, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay {
  background: rgba(33, 33, 33, 0.9);
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 20000;
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 37, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay.open {
  visibility: visible;
  opacity: 1;
}
/* line 42, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-textpromo {
  font-size: 0.9rem;
}
/* line 47, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-pricingtable {
  border: 2px solid #fbbb56;
  background: #cd7f05;
}
/* line 50, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-pricingtable li {
  border-bottom: 2px solid #fbbb56;
}
/* line 52, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-pricingtable li.g-pricingtable-icon, #g-overlay .g-pricingtable li.g-pricingtable-title, #g-overlay .g-pricingtable li.g-pricingtable-subtitle, #g-overlay .g-pricingtable li:last-child {
  border-bottom: 0;
}
/* line 59, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-pricingtable .g-pricingtable-price {
  color: #fff;
}
/* line 65, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav {
  margin: 5rem 0 0 0;
}
/* line 67, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -1%;
  position: relative;
}
/* line 73, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li {
  margin: 0 1%;
  width: 20%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 76, templates/rt_antares/scss/antares/_overlay.scss */
  #g-overlay .g-main-nav .g-toplevel > li {
    width: 18%;
  }
}
/* line 79, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container {
  border: 2px solid;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding: 2rem 0;
}
/* line 85, templates/rt_antares/scss/antares/_overlay.scss */
/* line 86, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f107";
  opacity: 0.75;
}
/* line 91, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
  font-size: 3rem;
  display: block;
  margin: 0.5rem 0;
  opacity: 0.75;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
    font-size: 2.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-overlay .g-main-nav .g-toplevel > li > .g-menu-item-container i.fa {
    font-size: 2rem;
  }
}
/* line 104, templates/rt_antares/scss/antares/_overlay.scss */
/* line 105, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #fff;
}
/* line 107, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected, #g-overlay .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
  color: #fff;
}
/* line 115, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-presets-dropdown .g-dropdown {
  left: 1%;
  right: 1%;
}
/* line 120, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-dropdown {
  background: #faa724;
  border: 2px solid #fff;
  border-radius: 0;
}
/* line 125, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-dropdown > .g-dropdown-column {
  border: 1px solid transparent;
}
/* line 128, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-dropdown a {
  color: #fff;
}
/* line 130, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-dropdown a:hover {
  color: #9b6004;
}
/* line 136, templates/rt_antares/scss/antares/_overlay.scss */
/* line 137, templates/rt_antares/scss/antares/_overlay.scss */
/* line 138, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}
/* line 142, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}
/* line 149, templates/rt_antares/scss/antares/_overlay.scss */
/* line 150, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  background: #e68f05;
  color: #fff;
  border: 1px solid #dc8805;
  border-radius: 2px;
}
/* line 155, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-overlay .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  background: #e68f05;
  color: #fff;
  border: 1px solid #dc8805;
  border-radius: 2px;
}
/* line 163, templates/rt_antares/scss/antares/_overlay.scss */
/* line 164, templates/rt_antares/scss/antares/_overlay.scss */
/* line 165, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
  border: 1px solid transparent;
}
/* line 171, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li:last-child {
  border-bottom: none;
}
/* line 175, templates/rt_antares/scss/antares/_overlay.scss */
/* line 176, templates/rt_antares/scss/antares/_overlay.scss */
/* line 177, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
/* line 185, templates/rt_antares/scss/antares/_overlay.scss */
@media only all and (max-width: 47.99rem) {
  #g-overlay .g-menu-block {
    display: none;
  }
}
/* line 190, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.85rem;
  font-weight: bold;
  opacity: 0.8;
  padding-top: 0;
}
/* line 199, templates/rt_antares/scss/antares/_overlay.scss */
.g-overlaytoggle {
  position: relative;
  padding: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-overlaytoggle {
    display: none;
  }
}
/* line 205, templates/rt_antares/scss/antares/_overlay.scss */
.g-overlaytoggle .nav-toggle {
  cursor: pointer;
}
/* line 207, templates/rt_antares/scss/antares/_overlay.scss */
.g-overlaytoggle .nav-toggle:focus {
  outline: none;
}
/* line 210, templates/rt_antares/scss/antares/_overlay.scss */
.g-overlaytoggle .nav-toggle .g-overlaytoggle-bar, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:before, .g-overlaytoggle .nav-toggle .g-overlaytoggle-bar:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}
/* line 222, templates/rt_antares/scss/antares/_overlay.scss */
.g-overlaytoggle .g-overlaytoggle-bar-wrapper {
  padding: 10px 35px 16px 16px;
  position: absolute;
  right: 0;
  top: 6px;
}
/* line 228, templates/rt_antares/scss/antares/_overlay.scss */
.g-overlaytoggle .g-overlaytoggle-text {
  position: absolute;
  right: 50px;
  top: 5px;
}
/* line 237, templates/rt_antares/scss/antares/_overlay.scss */
.nav-toggle .g-overlaytoggle-bar:before {
  top: -10px;
}
/* line 240, templates/rt_antares/scss/antares/_overlay.scss */
.nav-toggle .g-overlaytoggle-bar:after {
  bottom: -10px;
}
/* line 243, templates/rt_antares/scss/antares/_overlay.scss */
.nav-toggle .g-overlaytoggle-bar, .nav-toggle .g-overlaytoggle-bar:before, .nav-toggle .g-overlaytoggle-bar:after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 246, templates/rt_antares/scss/antares/_overlay.scss */
.nav-toggle.active .g-overlaytoggle-bar {
  background-color: transparent;
}
/* line 249, templates/rt_antares/scss/antares/_overlay.scss */
.nav-toggle.active .g-overlaytoggle-bar:before, .nav-toggle.active .g-overlaytoggle-bar:after {
  top: 0;
}
/* line 252, templates/rt_antares/scss/antares/_overlay.scss */
.nav-toggle.active .g-overlaytoggle-bar:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 255, templates/rt_antares/scss/antares/_overlay.scss */
.nav-toggle.active .g-overlaytoggle-bar:after {
  top: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/* line 259, templates/rt_antares/scss/antares/_overlay.scss */
.navicon {
  position: relative;
  height: 26px;
}
/* line 263, templates/rt_antares/scss/antares/_overlay.scss */
.navicon p {
  margin: 1px 50px 0 0;
}
/* line 266, templates/rt_antares/scss/antares/_overlay.scss */
.navicon-fixed {
  position: fixed;
  top: 59px;
  right: 143px;
}
/* Effects */
/* line 274, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
/* line 279, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 284, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay .g-main-nav .g-toplevel > li {
  opacity: 0;
  margin-top: -80px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
  -moz-transition: opacity 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, margin-top 0.5s;
}
/* line 289, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:first-child {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 292, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 295, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 298, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 301, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li:nth-child(5) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
/* line 304, templates/rt_antares/scss/antares/_overlay.scss */
#g-overlay.open .g-main-nav .g-toplevel > li {
  opacity: 1;
  margin-top: 0;
}
@media print {
  /* line 311, templates/rt_antares/scss/antares/_overlay.scss */
  #g-overlay {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_fixedside.scss */
#g-fixedside {
  background: rgba(13, 13, 13, 0.75);
  color: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 5rem;
  right: 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fixedside {
    width: 3.3333333333rem;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fixedside {
    width: 2.5rem;
  }
}
/* line 28, templates/rt_antares/scss/antares/_fixedside.scss */
#g-fixedside .g-container {
  width: 5rem !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fixedside .g-container {
    width: 3.3333333333rem !important;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fixedside .g-container {
    width: 2.5rem !important;
  }
}
/* line 39, templates/rt_antares/scss/antares/_fixedside.scss */
/* line 40, templates/rt_antares/scss/antares/_fixedside.scss */
#g-fixedside .g-fixedside-social > .g-content {
  margin: 0;
  padding: 0;
}
/* line 44, templates/rt_antares/scss/antares/_fixedside.scss */
/* line 45, templates/rt_antares/scss/antares/_fixedside.scss */
#g-fixedside .g-fixedside-social .g-social a {
  display: block;
  margin: 0;
  padding: 1.563rem 0;
  color: #fff;
}
/* line 50, templates/rt_antares/scss/antares/_fixedside.scss */
#g-fixedside .g-fixedside-social .g-social a:hover {
  background: #545353;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fixedside .g-fixedside-social .g-social a {
    padding: 0.7815rem 0;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fixedside .g-fixedside-social .g-social a {
    padding: 0.7815rem 0;
  }
}
/* line 60, templates/rt_antares/scss/antares/_fixedside.scss */
#g-fixedside .g-fixedside-social .g-social span {
  font-size: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-fixedside .g-fixedside-social .g-social span {
    font-size: 0.9rem;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-fixedside .g-fixedside-social .g-social span {
    font-size: 0.8rem;
  }
}
/* line 72, templates/rt_antares/scss/antares/_fixedside.scss */
.lightcase-open #g-fixedside {
  display: none;
}
@media print {
  /* line 78, templates/rt_antares/scss/antares/_fixedside.scss */
  #g-fixedside {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_top.scss */
#g-top {
  background: #d1d1d1;
  color: #fff;
}
@media print {
  /* line 7, templates/rt_antares/scss/antares/_top.scss */
  #g-top {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_navigation.scss */
/* line 4, templates/rt_antares/scss/antares/_navigation.scss */
/* line 9, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation {
  background: #00384a;
  color: #fff;
  position: relative;
  z-index: 10001;
}
/* line 16, templates/rt_antares/scss/antares/_navigation.scss */
.g-home-positions.g-antares-style #g-navigation, .g-home-particles.g-antares-style #g-navigation {
  background: transparent;
}
/* line 20, templates/rt_antares/scss/antares/_navigation.scss */
/* line 21, templates/rt_antares/scss/antares/_navigation.scss */
.g-home-positions.g-antares-style #g-navigation.headroom-bg-section + #g-slideshow, .g-home-particles.g-antares-style #g-navigation.headroom-bg-section + #g-slideshow, .g-home-positions.g-antares-style #g-navigation.headroom-bg-custom + #g-slideshow, .g-home-particles.g-antares-style #g-navigation.headroom-bg-custom + #g-slideshow {
  margin-top: 0;
}
/* line 28, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-container {
  position: relative;
}
/* line 33, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-logo {
  color: #fff;
}
/* line 38, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav {
  margin: 0.5rem 0 0 0;
  font-family: "Dosis";
}
/* line 41, templates/rt_antares/scss/antares/_navigation.scss */
/* line 43, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 0.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 0.2rem;
  }
}
/* line 48, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
  padding: 0.2345rem 0;
  text-transform: uppercase;
}
/* line 52, templates/rt_antares/scss/antares/_navigation.scss */
/* line 53, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f0d7";
  opacity: 0.75;
}
/* line 58, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container i {
  opacity: 1;
}
/* line 62, templates/rt_antares/scss/antares/_navigation.scss */
/* line 63, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: rgba(255, 255, 255, 0.65);
}
/* line 65, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
  color: rgba(255, 255, 255, 0.65);
}
/* line 73, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown {
  background: #faa724;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 77, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown > .g-dropdown-column {
  border: 1px solid transparent;
}
/* line 80, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown a {
  color: rgba(255, 255, 255, 0.75);
}
/* line 82, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown a:hover {
  color: #503202;
}
/* line 86, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown .g-dropdown-column {
  position: relative;
}
/* line 88, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown .g-dropdown-column:before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  left: -8px;
  right: 8px;
  border-left: 1px solid #f09505;
  border-bottom: 1px solid #f09505;
}
/* line 99, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-dropdown .g-dropdown {
  margin-left: 28px;
}
/* line 104, templates/rt_antares/scss/antares/_navigation.scss */
/* line 105, templates/rt_antares/scss/antares/_navigation.scss */
/* line 106, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #f99d0b;
}
/* line 109, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #f99d0b;
}
/* line 115, templates/rt_antares/scss/antares/_navigation.scss */
/* line 116, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #fff;
  border-bottom: 1px solid #cd7f05;
}
/* line 119, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  color: #fff;
  border-bottom: 1px solid #cd7f05;
}
/* line 125, templates/rt_antares/scss/antares/_navigation.scss */
/* line 126, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle > .g-menu-item-container {
  border: 0;
}
/* line 129, templates/rt_antares/scss/antares/_navigation.scss */
/* line 130, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
  border: 0;
}
/* line 136, templates/rt_antares/scss/antares/_navigation.scss */
/* line 137, templates/rt_antares/scss/antares/_navigation.scss */
/* line 138, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
/* line 146, templates/rt_antares/scss/antares/_navigation.scss */
@media only all and (max-width: 47.99rem) {
  #g-navigation .g-menu-block {
    display: none;
  }
}
/* line 151, templates/rt_antares/scss/antares/_navigation.scss */
#g-navigation .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.85rem;
  font-weight: bold;
  opacity: 0.8;
  padding-top: 0;
}
@media print {
  /* line 161, templates/rt_antares/scss/antares/_navigation.scss */
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_slideshow.scss */
#g-slideshow {
  background: #545353;
  color: #fff;
  position: relative;
  z-index: 100;
}
/* line 8, templates/rt_antares/scss/antares/_slideshow.scss */
.g-home-positions.g-antares-style #g-slideshow, .g-home-particles.g-antares-style #g-slideshow {
  margin-top: -6rem;
}
/* line 14, templates/rt_antares/scss/antares/_slideshow.scss */
/* line 15, templates/rt_antares/scss/antares/_slideshow.scss */
#g-slideshow .fp-slideshow-a .g-flexslider-slideshow-item-subtitle {
  margin-bottom: 3rem;
}
/* line 18, templates/rt_antares/scss/antares/_slideshow.scss */
#g-slideshow .fp-slideshow-a .g-flexslider-slideshow-item-link {
  margin: 3rem auto;
}
/* line 20, templates/rt_antares/scss/antares/_slideshow.scss */
#g-slideshow .fp-slideshow-a .g-flexslider-slideshow-item-link .button {
  padding: 1rem 2rem;
}
/* line 24, templates/rt_antares/scss/antares/_slideshow.scss */
#g-slideshow .fp-slideshow-a .flex-control-paging li a {
  color: #fff;
}
/* line 28, templates/rt_antares/scss/antares/_slideshow.scss */
#g-slideshow .fp-slideshow-a .g-flexslider-testimonial-item-link {
  margin: 3rem auto;
}
/* line 30, templates/rt_antares/scss/antares/_slideshow.scss */
#g-slideshow .fp-slideshow-a .g-flexslider-testimonial-item-link .button {
  padding: 1rem 2rem;
}
@media print {
  /* line 38, templates/rt_antares/scss/antares/_slideshow.scss */
  #g-slideshow {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_header.scss */
#g-header {
  background: #d1d1d1;
  color: #fff;
  position: relative;
  z-index: 99;
}
/* line 10, templates/rt_antares/scss/antares/_header.scss */
/* line 12, templates/rt_antares/scss/antares/_header.scss */
.g-home-positions.g-antares-style #g-header:before, .g-home-particles.g-antares-style #g-header:before {
  font-family: FontAwesome;
  content: "\f10c ";
  font-size: 12rem;
  left: 50%;
  margin-left: -95px;
  opacity: 0.25;
  position: absolute;
  top: -128px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  content: "";
  height: 120px;
  left: 50%;
  margin-left: -60px;
  opacity: 0.1;
  position: absolute;
  top: -60px;
  width: 120px;
}
/* line 32, templates/rt_antares/scss/antares/_header.scss */
.g-home-positions.g-antares-style #g-header:after, .g-home-particles.g-antares-style #g-header:after {
  position: absolute;
  font-size: 12rem;
  top: 4.5rem;
  width: 100%;
  text-align: center;
  content: "Gantry 5";
  z-index: -1;
  color: rgba(0, 0, 0, 0.05);
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-home-positions.g-antares-style #g-header:after, .g-home-particles.g-antares-style #g-header:after {
    font-size: 10rem;
    top: 5.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-home-positions.g-antares-style #g-header:after, .g-home-particles.g-antares-style #g-header:after {
    font-size: 7rem;
    top: 6.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-home-positions.g-antares-style #g-header:after, .g-home-particles.g-antares-style #g-header:after {
    display: none;
  }
}
/* line 57, templates/rt_antares/scss/antares/_header.scss */
/* line 58, templates/rt_antares/scss/antares/_header.scss */
.g-home-positions.g-antares-style #g-header .g-container:before, .g-home-particles.g-antares-style #g-header .g-container:before {
  background: #d1d1d1 url('https://cdn3.laurent-andre.fr/false') top center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
}
/* line 72, templates/rt_antares/scss/antares/_header.scss */
/* line 75, templates/rt_antares/scss/antares/_header.scss */
.g-home-positions #g-header .g-superpromo, .g-home-particles #g-header .g-superpromo, .g-home-positions #g-header .g-promo, .g-home-particles #g-header .g-promo {
  color: #1a1a1a;
}
/* line 82, templates/rt_antares/scss/antares/_header.scss */
#g-header .fp-header-a, #g-header .fp-header-b {
  text-align: center;
  padding-bottom: 38rem;
}
/* line 86, templates/rt_antares/scss/antares/_header.scss */
#g-header .fp-header-a .g-superpromo, #g-header .fp-header-b .g-superpromo, #g-header .fp-header-a .g-promo, #g-header .fp-header-b .g-promo {
  margin: 7rem auto 4rem auto;
  text-shadow: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-a .g-superpromo, #g-header .fp-header-b .g-superpromo, #g-header .fp-header-a .g-promo, #g-header .fp-header-b .g-promo {
    margin: 4rem auto 1rem auto;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-a, #g-header .fp-header-b {
    padding-bottom: 4rem;
  }
}
/* line 99, templates/rt_antares/scss/antares/_header.scss */
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-a .g-block-action-button, #g-header .fp-header-b .g-block-action-button, #g-header .fp-header-a .g-promocontent-altlink, #g-header .fp-header-b .g-promocontent-altlink {
    margin-top: 0;
  }
}
/* line 104, templates/rt_antares/scss/antares/_header.scss */
/* line 105, templates/rt_antares/scss/antares/_header.scss */
#g-header .fp-header-a:hover .g-superpromo, #g-header .fp-header-b:hover .g-superpromo, #g-header .fp-header-a:hover .g-promo, #g-header .fp-header-b:hover .g-promo {
  text-shadow: 5px 5px 0 rgba(250, 167, 36, 0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 112, templates/rt_antares/scss/antares/_header.scss */
/* line 113, templates/rt_antares/scss/antares/_header.scss */
#g-header .fp-header-a .g-superpromo {
  color: #1a1a1a;
}
/* line 117, templates/rt_antares/scss/antares/_header.scss */
/* line 118, templates/rt_antares/scss/antares/_header.scss */
#g-header .fp-header-b .g-promo {
  color: #fff;
}
@media only all and (max-width: 47.99rem) {
  #g-header .fp-header-b .g-promo {
    color: #1a1a1a;
    margin-top: -3rem;
  }
}
/* line 125, templates/rt_antares/scss/antares/_header.scss */
#g-header .fp-header-b:before {
  background: -webkit-linear-gradient( top left, #545353, rgba(71, 71, 71, 0.7));
  background: linear-gradient(to bottom right, #545353, rgba(71, 71, 71, 0.7));
  position: absolute;
  content: "";
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}
/* line 134, templates/rt_antares/scss/antares/_header.scss */
.dir-rtl #g-header .fp-header-b:before {
  background: -webkit-linear-gradient( top right, #545353, rgba(71, 71, 71, 0.7));
  background: linear-gradient(to bottom left, #545353, rgba(71, 71, 71, 0.7));
  left: 0;
  right: 50%;
}
@media print {
  /* line 144, templates/rt_antares/scss/antares/_header.scss */
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.469rem 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
}
/* line 10, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-standard .g-dropdown {
  float: left;
}
/* line 16, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-standard .g-dropdown {
  min-width: 180px;
}
/* line 19, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav {
  z-index: 20;
}
/* line 21, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 22, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 26, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 28, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 30, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  line-height: 1;
}
/* line 35, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 36, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  line-height: normal;
}
/* line 42, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  width: 1.25rem;
  padding: 0.25rem;
  height: 1.25rem;
}
/* line 49, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
/* line 54, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 55, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
  top: -7px !important;
}
/* line 58, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-standard > .g-dropdown .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  top: -7px;
}
/* line 62, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 63, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-standard .g-dropdown:after, .g-main-nav .g-fullwidth .g-dropdown:after {
  left: -30px !important;
}
/* line 68, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-dropdown {
  text-align: left;
  border-radius: 4px;
}
/* line 71, templates/rt_antares/scss/antares/_mainnav.scss */
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
/* line 75, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 76, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-sublevel > li {
  margin: 0.3125rem 0.9375rem;
  padding: 0 0 0.2345rem 0;
}
/* line 79, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  line-height: normal;
  font-size: 0.85rem;
  font-weight: bold;
}
/* line 84, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  vertical-align: top;
}
/* line 89, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 90, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  right: 0;
  top: 0;
  margin-top: -0.65rem;
}
/* line 94, templates/rt_antares/scss/antares/_mainnav.scss */
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  content: "\f0da";
  opacity: 0.5;
  position: relative;
  top: 0.75rem;
}
/* line 107, templates/rt_antares/scss/antares/_mainnav.scss */
.g-menu-item-subtitle {
  opacity: 0.7;
}
/* line 112, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 113, templates/rt_antares/scss/antares/_mainnav.scss */
.g-preset-thumbnails .g-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto !important;
  -moz-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
/* line 115, templates/rt_antares/scss/antares/_mainnav.scss */
.g-preset-thumbnails .g-block > .g-content {
  margin: 1rem 0;
  padding: 0 0.5rem !important;
}
/* line 42, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 43, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 44, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown {
  margin-left: 15px;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: -1;
}
/* line 61, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard > .g-dropdown {
  margin-left: 0;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 21, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 5px;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid transparent;
  z-index: -1;
}
/* line 129, templates/rt_antares/scss/antares/_mainnav.scss */
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.5);
}
/* line 133, templates/rt_antares/scss/antares/_mainnav.scss */
.g-menu-overlay.g-menu-overlay-open {
  z-index: 19;
  display: none;
}
@media only all and (max-width: 47.99rem) {
  .g-menu-overlay.g-menu-overlay-open {
    display: block;
  }
}
/* line 142, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 143, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 144, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 145, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 146, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 147, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 148, templates/rt_antares/scss/antares/_mainnav.scss */
.g-menu-hastouch .g-standard .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 157, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 158, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 159, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 160, templates/rt_antares/scss/antares/_mainnav.scss */
/* line 161, templates/rt_antares/scss/antares/_mainnav.scss */
.g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 4px;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 1, templates/rt_antares/scss/antares/_above.scss */
#g-above {
  background: #fff;
  color: #686868;
  position: relative;
  z-index: 100;
}
/* line 9, templates/rt_antares/scss/antares/_above.scss */
/* line 11, templates/rt_antares/scss/antares/_above.scss */
.g-home-positions.g-antares-style #g-above .g-container, .g-home-particles.g-antares-style #g-above .g-container {
  margin-top: -30rem;
  margin-bottom: -8rem;
}
@media only all and (max-width: 47.99rem) {
  .g-home-positions.g-antares-style #g-above .g-container, .g-home-particles.g-antares-style #g-above .g-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 21, templates/rt_antares/scss/antares/_above.scss */
.g-home-positions #g-above, .g-home-particles #g-above {
  background: transparent;
}
/* line 24, templates/rt_antares/scss/antares/_above.scss */
.g-home-positions #g-above .g-container, .g-home-particles #g-above .g-container {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
/* line 30, templates/rt_antares/scss/antares/_above.scss */
/* line 34, templates/rt_antares/scss/antares/_above.scss */
#g-above .fp-above-a > .g-content, #g-above .fp-above-b > .g-content, #g-above .fp-above-c > .g-content, #g-above .fp-above-d > .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-above {
    background: #a6a6a6 !important;
  }
}
@media print {
  /* line 46, templates/rt_antares/scss/antares/_above.scss */
  #g-above {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_showcase.scss */
#g-showcase {
  background: #d1d1d1;
  color: #fff;
  position: relative;
  z-index: 99;
  background: #d1d1d1 url('https://cdn3.laurent-andre.fr/templates/rt_antares/images/backgrounds/showcase/img-01.jpg') top center no-repeat;
  background-size: cover;
}
/* line 14, templates/rt_antares/scss/antares/_showcase.scss */
/* line 17, templates/rt_antares/scss/antares/_showcase.scss */
.g-home-positions.g-antares-style #g-showcase .g-container, .g-home-particles.g-antares-style #g-showcase .g-container {
  padding: 11rem 0 8rem 0;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-home-positions.g-antares-style #g-showcase .g-container, .g-home-particles.g-antares-style #g-showcase .g-container {
    padding: 2rem 0 11rem 0;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-home-positions.g-antares-style #g-showcase .g-container, .g-home-particles.g-antares-style #g-showcase .g-container {
    padding: 2rem 0 16rem 0;
  }
}
/* line 29, templates/rt_antares/scss/antares/_showcase.scss */
#g-showcase .fp-showcase-a {
  text-align: center;
}
/* line 31, templates/rt_antares/scss/antares/_showcase.scss */
#g-showcase .fp-showcase-a .g-superpromo {
  color: #faa724;
  margin: 3rem auto;
}
/* line 35, templates/rt_antares/scss/antares/_showcase.scss */
#g-showcase .fp-showcase-a .g-block-action-button {
  margin-bottom: 3rem;
}
/* line 37, templates/rt_antares/scss/antares/_showcase.scss */
#g-showcase .fp-showcase-a .g-block-action-button .button {
  padding: 1rem 2rem;
}
/* line 44, templates/rt_antares/scss/antares/_showcase.scss */
/* line 45, templates/rt_antares/scss/antares/_showcase.scss */
#g-showcase .fp-showcase-b .g-contenttabs-style-center {
  margin-bottom: 0;
}
/* line 1, templates/rt_antares/scss/antares/_utility.scss */
#g-utility {
  background: #faa724;
  color: #fff;
}
/* line 6, templates/rt_antares/scss/antares/_utility.scss */
#g-utility .g-container {
  padding-top: 1rem;
}
/* line 11, templates/rt_antares/scss/antares/_utility.scss */
#g-utility .fp-utility-a {
  text-align: center;
}
/* line 16, templates/rt_antares/scss/antares/_utility.scss */
#g-utility .fp-utility-b {
  text-align: center;
  padding: 2rem 0;
}
/* line 22, templates/rt_antares/scss/antares/_utility.scss */
/* line 23, templates/rt_antares/scss/antares/_utility.scss */
#g-utility .fp-utility-c .g-animatedblock-item {
  margin: 0;
}
@media print {
  /* line 30, templates/rt_antares/scss/antares/_utility.scss */
  #g-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_feature.scss */
#g-feature {
  background: #fff;
  color: #686868;
}
/* line 6, templates/rt_antares/scss/antares/_feature.scss */
#g-feature .fp-feature-a {
  text-align: center;
}
/* line 11, templates/rt_antares/scss/antares/_feature.scss */
#g-feature .fp-feature-b {
  margin: 1rem 0 3rem 0;
}
/* line 13, templates/rt_antares/scss/antares/_feature.scss */
#g-feature .fp-feature-b .button {
  padding: 0.5rem 0.75rem;
}
@media print {
  /* line 20, templates/rt_antares/scss/antares/_feature.scss */
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_main.scss */
#g-mainbar {
  background: #fff;
  color: #686868;
}
/* line 6, templates/rt_antares/scss/antares/_main.scss */
/* line 7, templates/rt_antares/scss/antares/_main.scss */
.g-home #g-mainbar .g-gridcontent-item-text2, .g-homepositions #g-mainbar .g-gridcontent-item-text2 {
  color: #686868;
}
/* line 13, templates/rt_antares/scss/antares/_main.scss */
/* line 14, templates/rt_antares/scss/antares/_main.scss */
/* line 15, templates/rt_antares/scss/antares/_main.scss */
.g-typography #g-mainbar > .g-grid:nth-child(even) {
  background: #fcfcfc;
}
/* line 18, templates/rt_antares/scss/antares/_main.scss */
.g-typography #g-mainbar > .g-grid:nth-child(odd) {
  background: #f2f2f2;
}
@media print {
  /* line 26, templates/rt_antares/scss/antares/_main.scss */
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_aside.scss */
#g-aside {
  background: #fff;
  color: #686868;
}
@media print {
  /* line 7, templates/rt_antares/scss/antares/_aside.scss */
  #g-aside {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_sidebar.scss */
#g-sidebar {
  background: #fff;
  color: #686868;
}
@media print {
  /* line 7, templates/rt_antares/scss/antares/_sidebar.scss */
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_expanded.scss */
#g-expanded {
  background: #fafafa;
  color: #686868;
}
/* line 6, templates/rt_antares/scss/antares/_expanded.scss */
#g-expanded a {
  color: #a1a1a1;
}
/* line 8, templates/rt_antares/scss/antares/_expanded.scss */
#g-expanded a:hover {
  color: inherit;
}
/* line 14, templates/rt_antares/scss/antares/_expanded.scss */
#g-expanded .button {
  background: #e68f05;
}
/* line 16, templates/rt_antares/scss/antares/_expanded.scss */
#g-expanded .button:hover, #g-expanded .button:active, #g-expanded .button:focus {
  background: #b47004;
}
/* line 19, templates/rt_antares/scss/antares/_expanded.scss */
/* line 20, templates/rt_antares/scss/antares/_expanded.scss */
/* line 21, templates/rt_antares/scss/antares/_expanded.scss */
.dir-ltr #g-expanded .button.button-special:before {
  border-left: 1px solid #e68f05;
  border-bottom: 1px solid #e68f05;
}
/* line 26, templates/rt_antares/scss/antares/_expanded.scss */
/* line 27, templates/rt_antares/scss/antares/_expanded.scss */
.dir-rtl #g-expanded .button.button-special:after {
  border-right: 1px solid #b47004;
  border-bottom: 1px solid #b47004;
}
/* line 36, templates/rt_antares/scss/antares/_expanded.scss */
#g-expanded .fp-expanded-a {
  text-align: center;
  margin-bottom: 2rem;
}
/* line 39, templates/rt_antares/scss/antares/_expanded.scss */
#g-expanded .fp-expanded-a .g-blockcontent-subcontent {
  text-align: left;
}
/* line 41, templates/rt_antares/scss/antares/_expanded.scss */
.dir-rtl #g-expanded .fp-expanded-a .g-blockcontent-subcontent {
  text-align: right;
}
@media print {
  /* line 49, templates/rt_antares/scss/antares/_expanded.scss */
  #g-expanded {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_extension.scss */
#g-extension {
  background: #fff;
  color: #888;
  background: #fff url('/images/jch-optimize/ng/templates_rt__antares_custom_images_maitre-doeuvre-montaigu-vendee.webp') top center no-repeat;
  background-size: cover;
  padding: 4rem 0 3rem 0;
}
/* line 14, templates/rt_antares/scss/antares/_extension.scss */
/* line 15, templates/rt_antares/scss/antares/_extension.scss */
#g-extension .fp-extension-a .g-blockcontent-headline {
  color: #c8c8c8;
}
/* line 18, templates/rt_antares/scss/antares/_extension.scss */
#g-extension .fp-extension-a .g-blockcontent-description {
  font-size: 1.25rem;
  margin: 3rem 0;
}
/* line 22, templates/rt_antares/scss/antares/_extension.scss */
#g-extension .fp-extension-a .g-blockcontent-alttext {
  color: #c8c8c8;
}
/* line 25, templates/rt_antares/scss/antares/_extension.scss */
#g-extension .fp-extension-a .g-blockcontent-subcontent-desc {
  opacity: 0.8;
}
@media print {
  /* line 32, templates/rt_antares/scss/antares/_extension.scss */
  #g-extension {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_bottom.scss */
#g-bottom {
  background: #fff;
  color: #545353;
}
/* line 6, templates/rt_antares/scss/antares/_bottom.scss */
#g-bottom .g-container {
  padding: 2rem 0 3rem 0;
}
/* line 11, templates/rt_antares/scss/antares/_bottom.scss */
#g-bottom .fp-bottom-a {
  text-align: center;
}
/* line 13, templates/rt_antares/scss/antares/_bottom.scss */
#g-bottom .fp-bottom-a .g-newsletter-form {
  width: 50%;
  margin: 0 auto;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-bottom .fp-bottom-a .g-newsletter-form {
    width: 75%;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-bottom .fp-bottom-a .g-newsletter-form {
    width: 90%;
  }
}
/* line 22, templates/rt_antares/scss/antares/_bottom.scss */
#g-bottom .fp-bottom-a .g-newsletter-form .g-newsletter-inputbox, #g-bottom .fp-bottom-a .g-newsletter-form .g-newsletter-button {
  border: 2px solid transparent;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-bottom .fp-bottom-a .g-newsletter-form .g-newsletter-inputbox, #g-bottom .fp-bottom-a .g-newsletter-form .g-newsletter-button {
    height: 50px;
  }
}
/* line 29, templates/rt_antares/scss/antares/_bottom.scss */
#g-bottom .fp-bottom-a .g-newsletter-form .g-newsletter-inputbox {
  position: relative;
  background: transparent;
  border: 2px solid rgba(84, 83, 83, 0.25);
}
/* line 33, templates/rt_antares/scss/antares/_bottom.scss */
#g-bottom .fp-bottom-a .g-newsletter-form .g-newsletter-inputbox:before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  left: -8px;
  right: 8px;
  border-left: 1px solid rgba(84, 83, 83, 0.25);
  border-bottom: 1px solid rgba(84, 83, 83, 0.25);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-bottom .fp-bottom-a .g-newsletter-form .g-newsletter-inputbox {
    width: 73%;
  }
}
/* line 47, templates/rt_antares/scss/antares/_bottom.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-bottom .fp-bottom-a .g-newsletter-form .g-newsletter-button {
    width: 25%;
  }
}
@media print {
  /* line 57, templates/rt_antares/scss/antares/_bottom.scss */
  #g-bottom {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_footer.scss */
#g-footer {
  background: #00384a;
  color: #fff;
}
/* line 6, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-container {
  padding: 2rem 0 1.5rem 0;
}
/* line 11, templates/rt_antares/scss/antares/_footer.scss */
/* line 12, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .demo-footer-menu.g-horizontalmenu {
  margin-top: 0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
}
/* line 17, templates/rt_antares/scss/antares/_footer.scss */
/* line 18, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .demo-footer-menu.g-horizontalmenu li a {
  font-family: "Dosis";
  text-transform: uppercase;
  color: #fff;
}
/* line 22, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .demo-footer-menu.g-horizontalmenu li a:hover {
  color: #fff;
}
/* line 26, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .demo-footer-menu.g-horizontalmenu li:before, #g-footer .demo-footer-menu.g-horizontalmenu li:after {
  display: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .demo-footer-menu.g-horizontalmenu li {
    font-size: 0.9rem;
    margin: 0 0.35rem;
  }
}
@media only all and (max-width: 30rem) {
  #g-footer .demo-footer-menu.g-horizontalmenu li {
    font-size: 0.8rem;
    margin: 0 0.25rem;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-footer .demo-footer-menu.g-horizontalmenu {
    text-align: center;
  }
}
/* line 46, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-social {
  text-align: right;
}
/* line 48, templates/rt_antares/scss/antares/_footer.scss */
.dir-rtl #g-footer .g-social {
  text-align: left;
}
@media only all and (max-width: 47.99rem) {
  #g-footer .g-social {
    text-align: center;
  }
}
/* line 54, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-social a {
  margin: 0 1rem;
  color: #fff;
}
/* line 57, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-social a:hover {
  color: #faa724;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-social a {
    margin: 0 0.5rem;
  }
}
/* line 64, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-social span {
  font-size: 1.5rem;
}
/* line 71, templates/rt_antares/scss/antares/_footer.scss */
/* line 72, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-infolist.g-gridmenu {
  margin-top: 1rem;
}
/* line 74, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-infolist.g-gridmenu .g-infolist-item {
  border-bottom: none;
  margin: 0 !important;
  padding: 0 0 0.469rem 0;
}
/* line 79, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
    font-size: 0.8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-footer .g-infolist.g-gridmenu .g-infolist-item-title {
    font-size: 0.9rem;
  }
}
/* line 91, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-infolist.g-gridmenu .g-infolist-item-title a {
  font-weight: normal;
}
/* line 95, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-infolist.g-gridmenu .g-infolist-item-text {
  padding: 0;
}
/* line 98, templates/rt_antares/scss/antares/_footer.scss */
/* line 99, templates/rt_antares/scss/antares/_footer.scss */
@media only all and (max-width: 47.99rem) {
  #g-footer .g-infolist.g-gridmenu.g-2cols .g-infolist-item {
    width: 47% !important;
  }
}
/* line 109, templates/rt_antares/scss/antares/_footer.scss */
/* line 110, templates/rt_antares/scss/antares/_footer.scss */
#g-footer .g-about p {
  margin-top: 0.85rem;
  font-size: 0.9rem;
}
/* line 117, templates/rt_antares/scss/antares/_footer.scss */
/* line 118, templates/rt_antares/scss/antares/_footer.scss */
/* line 119, templates/rt_antares/scss/antares/_footer.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-contact.g-office-hours .g-contact-item {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 125, templates/rt_antares/scss/antares/_footer.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-contact.g-office-hours .g-contact-icon {
    display: none;
  }
}
/* line 134, templates/rt_antares/scss/antares/_footer.scss */
@media only all and (max-width: 47.99rem) {
  /* line 136, templates/rt_antares/scss/antares/_footer.scss */
  #g-footer .g-sample-sitemap .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50% !important;
  }
}
/* line 141, templates/rt_antares/scss/antares/_footer.scss */
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-sample-sitemap li a {
    font-size: 0.8rem;
  }
}
@media print {
  /* line 150, templates/rt_antares/scss/antares/_footer.scss */
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright {
  background: #00384a;
  color: #888;
  font-size: 0.9rem;
}
@media only all and (max-width: 47.99rem) {
  #g-copyright {
    border-top: 0;
  }
}
/* line 11, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-container {
  border-top: 2px solid rgba(136, 136, 136, 0.1);
}
/* line 16, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright a {
  color: #888;
}
/* line 18, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright a:hover {
  color: #faa724;
}
/* line 24, templates/rt_antares/scss/antares/_copyright.scss */
@media only all and (max-width: 47.99rem) {
  #g-copyright .g-branding {
    text-align: center;
  }
}
/* line 31, templates/rt_antares/scss/antares/_copyright.scss */
@media only all and (max-width: 47.99rem) {
  #g-copyright .g-copyright {
    text-align: center;
  }
}
/* line 38, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-horizontalmenu {
  text-align: right;
}
/* line 40, templates/rt_antares/scss/antares/_copyright.scss */
.dir-rtl #g-copyright .g-horizontalmenu {
  text-align: left;
}
@media only all and (max-width: 47.99rem) {
  #g-copyright .g-horizontalmenu {
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  #g-copyright .g-horizontalmenu {
    font-size: 0.85rem;
  }
  /* line 48, templates/rt_antares/scss/antares/_copyright.scss */
  #g-copyright .g-horizontalmenu li {
    margin: 0 0.25rem;
  }
  /* line 50, templates/rt_antares/scss/antares/_copyright.scss */
  #g-copyright .g-horizontalmenu li:after {
    display: none;
  }
}
/* line 58, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-totop {
  text-align: center;
  margin: 2rem auto;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 61, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-totop #g-totop {
  position: relative;
  font-size: 1.5rem;
}
/* line 64, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-totop #g-totop i.fa {
  color: #00384a;
  position: relative;
  z-index: 10;
  width: 100%;
}
/* line 70, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-totop #g-totop:before, #g-copyright .g-totop #g-totop:after {
  font-family: "controlfont";
  color: #faa724;
  position: absolute;
  font-size: 5rem;
  left: 50%;
  line-height: 1;
  margin-left: -42px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 78, templates/rt_antares/scss/antares/_copyright.scss */
  #g-copyright .g-totop #g-totop:before, #g-copyright .g-totop #g-totop:after {
    margin-left: -40px;
    margin-top: 3px;
  }
}
/* line 83, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-totop #g-totop:before {
  content: "b";
  top: -42px;
  opacity: 0.5;
}
/* line 88, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-totop #g-totop:after {
  content: "a";
  top: -22px;
}
/* line 93, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-totop .g-totop-text {
  display: block;
  font-size: 1rem;
  position: absolute;
  top: 3rem;
  white-space: nowrap;
  width: 100%;
  color: #faa724;
}
/* line 103, templates/rt_antares/scss/antares/_copyright.scss */
#g-copyright .g-totop:hover {
  opacity: 0.8;
}
@media print {
  /* line 110, templates/rt_antares/scss/antares/_copyright.scss */
  #g-copyright {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_variations.scss */
/* line 2, templates/rt_antares/scss/antares/_variations.scss */
.flush > .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 8, templates/rt_antares/scss/antares/_variations.scss */
/* line 9, templates/rt_antares/scss/antares/_variations.scss */
.nopaddingall > .g-content {
  padding: 0 !important;
}
/* line 14, templates/rt_antares/scss/antares/_variations.scss */
/* line 15, templates/rt_antares/scss/antares/_variations.scss */
.nomarginall > .g-content {
  margin: 0 !important;
}
/* line 20, templates/rt_antares/scss/antares/_variations.scss */
/* line 21, templates/rt_antares/scss/antares/_variations.scss */
.title-center .g-title {
  text-align: center;
  margin: 0 0 2rem 0;
}
/* line 27, templates/rt_antares/scss/antares/_variations.scss */
/* line 28, templates/rt_antares/scss/antares/_variations.scss */
.title-rounded .g-title {
  border-radius: 2rem;
  padding: 0.625rem 1.5rem;
}
/* line 34, templates/rt_antares/scss/antares/_variations.scss */
/* line 35, templates/rt_antares/scss/antares/_variations.scss */
.title-underline .g-title {
  padding: 0.5rem 0;
}
/* line 37, templates/rt_antares/scss/antares/_variations.scss */
.title-underline .g-title:after {
  border: 1px solid rgba(84, 83, 83, 0.5);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
}
/* line 45, templates/rt_antares/scss/antares/_variations.scss */
.dir-rtl .title-underline .g-title:after {
  left: inherit;
  right: 0;
}
/* line 53, templates/rt_antares/scss/antares/_variations.scss */
/* line 54, templates/rt_antares/scss/antares/_variations.scss */
.title-inline .g-title {
  display: inline-block;
  margin-bottom: 0.625rem !important;
}
/* line 60, templates/rt_antares/scss/antares/_variations.scss */
/* line 61, templates/rt_antares/scss/antares/_variations.scss */
.title1 .g-title, .title2 .g-title, .title3 .g-title, .title4 .g-title, .title-white .g-title, .title-grey .g-title, .title-pink .g-title, .title-red .g-title, .title-purple .g-title, .title-orange .g-title, .title-blue .g-title {
  margin: -0.938rem -0.938rem 1.5rem -0.938rem;
  padding: 0.625rem 1rem;
}
/* line 67, templates/rt_antares/scss/antares/_variations.scss */
/* line 68, templates/rt_antares/scss/antares/_variations.scss */
.moduletable[class*="box"], .widget[class*="box"] {
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 72, templates/rt_antares/scss/antares/_variations.scss */
/* line 73, templates/rt_antares/scss/antares/_variations.scss */
.moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/* line 81, templates/rt_antares/scss/antares/_variations.scss */
/* line 82, templates/rt_antares/scss/antares/_variations.scss */
.title1 .g-title, .title1 .button {
  background: #f09505;
  color: #fff;
}
/* line 86, templates/rt_antares/scss/antares/_variations.scss */
.title1 .button {
  background: #f09505;
}
/* line 90, templates/rt_antares/scss/antares/_variations.scss */
/* line 91, templates/rt_antares/scss/antares/_variations.scss */
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #f09505;
}
/* line 96, templates/rt_antares/scss/antares/_variations.scss */
.box1.moduletable, .box1.widget, .box1 > .g-content {
  color: #fff;
}
/* line 100, templates/rt_antares/scss/antares/_variations.scss */
.box1 .button {
  background: #cd7f05;
}
/* line 103, templates/rt_antares/scss/antares/_variations.scss */
.box1 a {
  color: #fde3ba;
}
/* line 105, templates/rt_antares/scss/antares/_variations.scss */
.box1 a:hover {
  color: #fcc56f;
}
/* line 110, templates/rt_antares/scss/antares/_variations.scss */
/* line 111, templates/rt_antares/scss/antares/_variations.scss */
/* line 112, templates/rt_antares/scss/antares/_variations.scss */
.box1 .button:hover, .title1 .button:hover, .box1 .button:active, .title1 .button:active, .box1 .button:focus, .title1 .button:focus {
  background: #fbbb56;
}
/* line 115, templates/rt_antares/scss/antares/_variations.scss */
.box1 .button.button-3, .title1 .button.button-3, .box1 .button.button-4, .title1 .button.button-4 {
  color: #cd7f05;
  border-color: #cd7f05;
}
/* line 118, templates/rt_antares/scss/antares/_variations.scss */
.box1 .button.button-3:hover, .title1 .button.button-3:hover, .box1 .button.button-4:hover, .title1 .button.button-4:hover, .box1 .button.button-3:active, .title1 .button.button-3:active, .box1 .button.button-4:active, .title1 .button.button-4:active, .box1 .button.button-3:focus, .title1 .button.button-3:focus, .box1 .button.button-4:focus, .title1 .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 126, templates/rt_antares/scss/antares/_variations.scss */
/* line 127, templates/rt_antares/scss/antares/_variations.scss */
.title2 .g-title, .title2 .button {
  background: #545353;
  color: #fff;
}
/* line 131, templates/rt_antares/scss/antares/_variations.scss */
.title2 .button {
  background: #545353;
}
/* line 135, templates/rt_antares/scss/antares/_variations.scss */
/* line 136, templates/rt_antares/scss/antares/_variations.scss */
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background: #545353;
}
/* line 141, templates/rt_antares/scss/antares/_variations.scss */
.box2.moduletable, .box2.widget, .box2 > .g-content {
  color: #fff;
}
/* line 145, templates/rt_antares/scss/antares/_variations.scss */
.box2 .button {
  background: #2e2d2d;
}
/* line 148, templates/rt_antares/scss/antares/_variations.scss */
.box2 a {
  color: #070707;
}
/* line 150, templates/rt_antares/scss/antares/_variations.scss */
.box2 a:hover {
  color: #7a7979;
}
/* line 155, templates/rt_antares/scss/antares/_variations.scss */
/* line 156, templates/rt_antares/scss/antares/_variations.scss */
/* line 157, templates/rt_antares/scss/antares/_variations.scss */
.box2 .button:hover, .title2 .button:hover, .box2 .button:active, .title2 .button:active, .box2 .button:focus, .title2 .button:focus {
  background: #6e6c6c;
}
/* line 160, templates/rt_antares/scss/antares/_variations.scss */
.box2 .button.button-3, .title2 .button.button-3, .box2 .button.button-4, .title2 .button.button-4 {
  color: #2e2d2d;
  border-color: #2e2d2d;
}
/* line 163, templates/rt_antares/scss/antares/_variations.scss */
.box2 .button.button-3:hover, .title2 .button.button-3:hover, .box2 .button.button-4:hover, .title2 .button.button-4:hover, .box2 .button.button-3:active, .title2 .button.button-3:active, .box2 .button.button-4:active, .title2 .button.button-4:active, .box2 .button.button-3:focus, .title2 .button.button-3:focus, .box2 .button.button-4:focus, .title2 .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 171, templates/rt_antares/scss/antares/_variations.scss */
/* line 172, templates/rt_antares/scss/antares/_variations.scss */
.title3 .g-title, .title3 .button {
  background: #fac123;
  color: #fff;
}
/* line 176, templates/rt_antares/scss/antares/_variations.scss */
.title3 .button {
  background: #fac123;
}
/* line 180, templates/rt_antares/scss/antares/_variations.scss */
/* line 181, templates/rt_antares/scss/antares/_variations.scss */
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  background: #fac123;
}
/* line 186, templates/rt_antares/scss/antares/_variations.scss */
.box3.moduletable, .box3.widget, .box3 > .g-content {
  color: #fff;
}
/* line 190, templates/rt_antares/scss/antares/_variations.scss */
.box3 .button {
  background: #cc9705;
}
/* line 193, templates/rt_antares/scss/antares/_variations.scss */
.box3 a {
  color: #816003;
}
/* line 195, templates/rt_antares/scss/antares/_variations.scss */
.box3 a:hover {
  color: #fcd66e;
}
/* line 200, templates/rt_antares/scss/antares/_variations.scss */
/* line 201, templates/rt_antares/scss/antares/_variations.scss */
/* line 202, templates/rt_antares/scss/antares/_variations.scss */
.box3 .button:hover, .title3 .button:hover, .box3 .button:active, .title3 .button:active, .box3 .button:focus, .title3 .button:focus {
  background: #e5aa05;
}
/* line 205, templates/rt_antares/scss/antares/_variations.scss */
.box3 .button.button-3, .title3 .button.button-3, .box3 .button.button-4, .title3 .button.button-4 {
  color: #9a7203;
  border-color: #9a7203;
}
/* line 208, templates/rt_antares/scss/antares/_variations.scss */
.box3 .button.button-3:hover, .title3 .button.button-3:hover, .box3 .button.button-4:hover, .title3 .button.button-4:hover, .box3 .button.button-3:active, .title3 .button.button-3:active, .box3 .button.button-4:active, .title3 .button.button-4:active, .box3 .button.button-3:focus, .title3 .button.button-3:focus, .box3 .button.button-4:focus, .title3 .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 216, templates/rt_antares/scss/antares/_variations.scss */
/* line 217, templates/rt_antares/scss/antares/_variations.scss */
.title4 .g-title {
  background: #f2f2f2;
  color: #545353;
}
/* line 221, templates/rt_antares/scss/antares/_variations.scss */
.title4 .button {
  color: #808080 !important;
  background: #ccc;
}
/* line 224, templates/rt_antares/scss/antares/_variations.scss */
.title4 .button:hover {
  color: #999 !important;
}
/* line 228, templates/rt_antares/scss/antares/_variations.scss */
.title4 a {
  color: #faa724;
}
/* line 230, templates/rt_antares/scss/antares/_variations.scss */
.title4 a:hover {
  color: #fcc56f;
}
/* line 235, templates/rt_antares/scss/antares/_variations.scss */
/* line 236, templates/rt_antares/scss/antares/_variations.scss */
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  background: #f2f2f2;
}
/* line 241, templates/rt_antares/scss/antares/_variations.scss */
.box4.moduletable, .box4.widget, .box4 > .g-content {
  color: #545353;
}
/* line 245, templates/rt_antares/scss/antares/_variations.scss */
.box4 .button {
  color: #808080 !important;
  background: #ccc;
}
/* line 248, templates/rt_antares/scss/antares/_variations.scss */
.box4 .button:hover {
  color: #999 !important;
}
/* line 252, templates/rt_antares/scss/antares/_variations.scss */
.box4 a {
  color: #faa724;
}
/* line 254, templates/rt_antares/scss/antares/_variations.scss */
.box4 a:hover {
  color: #fcc56f;
}
/* line 259, templates/rt_antares/scss/antares/_variations.scss */
/* line 260, templates/rt_antares/scss/antares/_variations.scss */
/* line 261, templates/rt_antares/scss/antares/_variations.scss */
.box4 .button:hover, .title4 .button:hover, .box4 .button:active, .title4 .button:active, .box4 .button:focus, .title4 .button:focus {
  background: #d9d9d9;
}
/* line 264, templates/rt_antares/scss/antares/_variations.scss */
.box4 .button.button-3, .title4 .button.button-3, .box4 .button.button-4, .title4 .button.button-4 {
  color: #ccc;
  border-color: #ccc;
}
/* line 267, templates/rt_antares/scss/antares/_variations.scss */
.box4 .button.button-3:hover, .title4 .button.button-3:hover, .box4 .button.button-4:hover, .title4 .button.button-4:hover, .box4 .button.button-3:active, .title4 .button.button-3:active, .box4 .button.button-4:active, .title4 .button.button-4:active, .box4 .button.button-3:focus, .title4 .button.button-3:focus, .box4 .button.button-4:focus, .title4 .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 275, templates/rt_antares/scss/antares/_variations.scss */
.box-white {
  color: #1a1a1a;
}
/* line 278, templates/rt_antares/scss/antares/_variations.scss */
.title-white .g-title {
  color: #1a1a1a;
}
/* line 281, templates/rt_antares/scss/antares/_variations.scss */
.box-grey, .box-pink, .box-red, .box-purple, .box-blue, .box-orange {
  color: #fff;
}
/* line 284, templates/rt_antares/scss/antares/_variations.scss */
/* line 285, templates/rt_antares/scss/antares/_variations.scss */
.title-grey .g-title, .title-pink .g-title, .title-red .g-title, .title-purple .g-title, .title-orange .g-title, .title-blue .g-title {
  color: #fff;
}
/* line 290, templates/rt_antares/scss/antares/_variations.scss */
/* line 291, templates/rt_antares/scss/antares/_variations.scss */
.title-white .g-title, .title-white .button {
  background: #fff;
}
/* line 295, templates/rt_antares/scss/antares/_variations.scss */
/* line 296, templates/rt_antares/scss/antares/_variations.scss */
.box-white.moduletable, .box-white.widget, .box-white.g-outer-box, .box-white > .g-content {
  background: #fff;
}
/* line 301, templates/rt_antares/scss/antares/_variations.scss */
.box-white .button {
  background: #bfbfbf;
}
/* line 304, templates/rt_antares/scss/antares/_variations.scss */
.box-white a {
  color: #bfbfbf;
}
/* line 308, templates/rt_antares/scss/antares/_variations.scss */
/* line 309, templates/rt_antares/scss/antares/_variations.scss */
/* line 310, templates/rt_antares/scss/antares/_variations.scss */
.box-white .button:hover, .title-white .button:hover, .box-white .button:active, .title-white .button:active, .box-white .button:focus, .title-white .button:focus {
  background: #e6e6e6;
}
/* line 313, templates/rt_antares/scss/antares/_variations.scss */
.box-white .button.button-3, .title-white .button.button-3, .box-white .button.button-2, .title-white .button.button-2 {
  color: #bfbfbf;
  border-color: #bfbfbf;
}
/* line 316, templates/rt_antares/scss/antares/_variations.scss */
.box-white .button.button-3:hover, .title-white .button.button-3:hover, .box-white .button.button-2:hover, .title-white .button.button-2:hover, .box-white .button.button-3:active, .title-white .button.button-3:active, .box-white .button.button-2:active, .title-white .button.button-2:active, .box-white .button.button-3:focus, .title-white .button.button-3:focus, .box-white .button.button-2:focus, .title-white .button.button-2:focus {
  color: #000;
  border-color: #000;
}
/* line 324, templates/rt_antares/scss/antares/_variations.scss */
/* line 325, templates/rt_antares/scss/antares/_variations.scss */
.title-grey .g-title, .title-grey .button {
  background: #95a5a6;
}
/* line 329, templates/rt_antares/scss/antares/_variations.scss */
/* line 330, templates/rt_antares/scss/antares/_variations.scss */
.box-grey.moduletable, .box-grey.widget, .box-grey.g-outer-box, .box-grey > .g-content {
  background: #95a5a6;
}
/* line 335, templates/rt_antares/scss/antares/_variations.scss */
.box-grey .button {
  background: #798d8f;
}
/* line 338, templates/rt_antares/scss/antares/_variations.scss */
.box-grey a {
  color: #dae0e0;
}
/* line 340, templates/rt_antares/scss/antares/_variations.scss */
.box-grey a:hover {
  color: #6d8082;
}
/* line 345, templates/rt_antares/scss/antares/_variations.scss */
/* line 346, templates/rt_antares/scss/antares/_variations.scss */
/* line 347, templates/rt_antares/scss/antares/_variations.scss */
.box-grey .button:hover, .title-grey .button:hover, .box-grey .button:active, .title-grey .button:active, .box-grey .button:focus, .title-grey .button:focus {
  background: #b1bdbd;
}
/* line 350, templates/rt_antares/scss/antares/_variations.scss */
.box-grey .button.button-3, .title-grey .button.button-3, .box-grey .button.button-4, .title-grey .button.button-4 {
  color: #566566;
  border-color: #798d8f;
}
/* line 353, templates/rt_antares/scss/antares/_variations.scss */
.box-grey .button.button-3:hover, .title-grey .button.button-3:hover, .box-grey .button.button-4:hover, .title-grey .button.button-4:hover, .box-grey .button.button-3:active, .title-grey .button.button-3:active, .box-grey .button.button-4:active, .title-grey .button.button-4:active, .box-grey .button.button-3:focus, .title-grey .button.button-3:focus, .box-grey .button.button-4:focus, .title-grey .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 361, templates/rt_antares/scss/antares/_variations.scss */
/* line 362, templates/rt_antares/scss/antares/_variations.scss */
.title-pink .g-title, .title-pink .button {
  background: #d13b7b;
}
/* line 366, templates/rt_antares/scss/antares/_variations.scss */
/* line 367, templates/rt_antares/scss/antares/_variations.scss */
.box-pink.moduletable, .box-pink.widget, .box-pink.g-outer-box, .box-pink > .g-content {
  background: #d13b7b;
}
/* line 372, templates/rt_antares/scss/antares/_variations.scss */
.box-pink .button {
  background: #b02963;
}
/* line 375, templates/rt_antares/scss/antares/_variations.scss */
.box-pink a {
  color: #e9a2c1;
}
/* line 377, templates/rt_antares/scss/antares/_variations.scss */
.box-pink a:hover {
  color: #9b2457;
}
/* line 382, templates/rt_antares/scss/antares/_variations.scss */
/* line 383, templates/rt_antares/scss/antares/_variations.scss */
/* line 384, templates/rt_antares/scss/antares/_variations.scss */
.box-pink .button:hover, .title-pink .button:hover, .box-pink .button:active, .title-pink .button:active, .box-pink .button:focus, .title-pink .button:focus {
  background: #db6497;
}
/* line 387, templates/rt_antares/scss/antares/_variations.scss */
.box-pink .button.button-3, .title-pink .button.button-3, .box-pink .button.button-4, .title-pink .button.button-4 {
  color: #721b40;
  border-color: #721b40;
}
/* line 390, templates/rt_antares/scss/antares/_variations.scss */
.box-pink .button.button-3:hover, .title-pink .button.button-3:hover, .box-pink .button.button-4:hover, .title-pink .button.button-4:hover, .box-pink .button.button-3:active, .title-pink .button.button-3:active, .box-pink .button.button-4:active, .title-pink .button.button-4:active, .box-pink .button.button-3:focus, .title-pink .button.button-3:focus, .box-pink .button.button-4:focus, .title-pink .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 398, templates/rt_antares/scss/antares/_variations.scss */
/* line 399, templates/rt_antares/scss/antares/_variations.scss */
.title-red .g-title, .title-red .button {
  background: #ef4a44;
}
/* line 403, templates/rt_antares/scss/antares/_variations.scss */
/* line 404, templates/rt_antares/scss/antares/_variations.scss */
.box-red.moduletable, .box-red.widget, .box-red.g-outer-box, .box-red > .g-content {
  background: #ef4a44;
}
/* line 409, templates/rt_antares/scss/antares/_variations.scss */
.box-red .button {
  background: #eb1d15;
}
/* line 412, templates/rt_antares/scss/antares/_variations.scss */
.box-red a {
  color: #f9bcb9;
}
/* line 414, templates/rt_antares/scss/antares/_variations.scss */
.box-red a:hover {
  color: #d41912;
}
/* line 419, templates/rt_antares/scss/antares/_variations.scss */
/* line 420, templates/rt_antares/scss/antares/_variations.scss */
/* line 421, templates/rt_antares/scss/antares/_variations.scss */
.box-red .button:hover, .title-red .button:hover, .box-red .button:active, .title-red .button:active, .box-red .button:focus, .title-red .button:focus {
  background: #f37773;
}
/* line 424, templates/rt_antares/scss/antares/_variations.scss */
.box-red .button.button-3, .title-red .button.button-3, .box-red .button.button-4, .title-red .button.button-4 {
  color: #a5130e;
  border-color: #a5130e;
}
/* line 427, templates/rt_antares/scss/antares/_variations.scss */
.box-red .button.button-3:hover, .title-red .button.button-3:hover, .box-red .button.button-4:hover, .title-red .button.button-4:hover, .box-red .button.button-3:active, .title-red .button.button-3:active, .box-red .button.button-4:active, .title-red .button.button-4:active, .box-red .button.button-3:focus, .title-red .button.button-3:focus, .box-red .button.button-4:focus, .title-red .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 435, templates/rt_antares/scss/antares/_variations.scss */
/* line 436, templates/rt_antares/scss/antares/_variations.scss */
.title-purple .g-title, .title-purple .button {
  background: #874f9a;
}
/* line 440, templates/rt_antares/scss/antares/_variations.scss */
/* line 441, templates/rt_antares/scss/antares/_variations.scss */
.box-purple.moduletable, .box-purple.widget, .box-purple.g-outer-box, .box-purple > .g-content {
  background: #874f9a;
}
/* line 446, templates/rt_antares/scss/antares/_variations.scss */
.box-purple .button {
  background: #693e78;
}
/* line 449, templates/rt_antares/scss/antares/_variations.scss */
.box-purple a {
  color: #c09ccc;
}
/* line 451, templates/rt_antares/scss/antares/_variations.scss */
.box-purple a:hover {
  color: #5b3567;
}
/* line 456, templates/rt_antares/scss/antares/_variations.scss */
/* line 457, templates/rt_antares/scss/antares/_variations.scss */
/* line 458, templates/rt_antares/scss/antares/_variations.scss */
.box-purple .button:hover, .title-purple .button:hover, .box-purple .button:active, .title-purple .button:active, .box-purple .button:focus, .title-purple .button:focus {
  background: #a06ab2;
}
/* line 461, templates/rt_antares/scss/antares/_variations.scss */
.box-purple .button.button-3, .title-purple .button.button-3, .box-purple .button.button-4, .title-purple .button.button-4 {
  color: #3d2446;
  border-color: #3d2446;
}
/* line 464, templates/rt_antares/scss/antares/_variations.scss */
.box-purple .button.button-3:hover, .title-purple .button.button-3:hover, .box-purple .button.button-4:hover, .title-purple .button.button-4:hover, .box-purple .button.button-3:active, .title-purple .button.button-3:active, .box-purple .button.button-4:active, .title-purple .button.button-4:active, .box-purple .button.button-3:focus, .title-purple .button.button-3:focus, .box-purple .button.button-4:focus, .title-purple .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 472, templates/rt_antares/scss/antares/_variations.scss */
/* line 473, templates/rt_antares/scss/antares/_variations.scss */
.title-blue .g-title, .title-blue .button {
  background: #279fba;
}
/* line 477, templates/rt_antares/scss/antares/_variations.scss */
/* line 478, templates/rt_antares/scss/antares/_variations.scss */
.box-blue.moduletable, .box-blue.widget, .box-blue.g-outer-box, .box-blue > .g-content {
  background: #279fba;
}
/* line 483, templates/rt_antares/scss/antares/_variations.scss */
.box-blue .button {
  background: #1e7b90;
}
/* line 486, templates/rt_antares/scss/antares/_variations.scss */
.box-blue a {
  color: #7dd1e4;
}
/* line 488, templates/rt_antares/scss/antares/_variations.scss */
.box-blue a:hover {
  color: #1a697b;
}
/* line 493, templates/rt_antares/scss/antares/_variations.scss */
/* line 494, templates/rt_antares/scss/antares/_variations.scss */
/* line 495, templates/rt_antares/scss/antares/_variations.scss */
.box-blue .button:hover, .title-blue .button:hover, .box-blue .button:active, .title-blue .button:active, .box-blue .button:focus, .title-blue .button:focus {
  background: #3ebad6;
}
/* line 498, templates/rt_antares/scss/antares/_variations.scss */
.box-blue .button.button-3, .title-blue .button.button-3, .box-blue .button.button-4, .title-blue .button.button-4 {
  color: #114551;
  border-color: #114551;
}
/* line 501, templates/rt_antares/scss/antares/_variations.scss */
.box-blue .button.button-3:hover, .title-blue .button.button-3:hover, .box-blue .button.button-4:hover, .title-blue .button.button-4:hover, .box-blue .button.button-3:active, .title-blue .button.button-3:active, .box-blue .button.button-4:active, .title-blue .button.button-4:active, .box-blue .button.button-3:focus, .title-blue .button.button-3:focus, .box-blue .button.button-4:focus, .title-blue .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 509, templates/rt_antares/scss/antares/_variations.scss */
/* line 510, templates/rt_antares/scss/antares/_variations.scss */
.title-orange .g-title, .title-orange .button {
  background: #ee7933;
}
/* line 514, templates/rt_antares/scss/antares/_variations.scss */
/* line 515, templates/rt_antares/scss/antares/_variations.scss */
.box-orange.moduletable, .box-orange.widget, .box-orange.g-outer-box, .box-orange > .g-content {
  background: #ee7933;
}
/* line 520, templates/rt_antares/scss/antares/_variations.scss */
.box-orange .button {
  background: #dc5e12;
}
/* line 523, templates/rt_antares/scss/antares/_variations.scss */
.box-orange a {
  color: #f8c6a9;
}
/* line 525, templates/rt_antares/scss/antares/_variations.scss */
.box-orange a:hover {
  color: #c45410;
}
/* line 530, templates/rt_antares/scss/antares/_variations.scss */
/* line 531, templates/rt_antares/scss/antares/_variations.scss */
/* line 532, templates/rt_antares/scss/antares/_variations.scss */
.box-orange .button:hover, .title-orange .button:hover, .box-orange .button:active, .title-orange .button:active, .box-orange .button:focus, .title-orange .button:focus {
  background: #f29862;
}
/* line 535, templates/rt_antares/scss/antares/_variations.scss */
.box-orange .button.button-3, .title-orange .button.button-3, .box-orange .button.button-4, .title-orange .button.button-4 {
  color: #95400c;
  border-color: #95400c;
}
/* line 538, templates/rt_antares/scss/antares/_variations.scss */
.box-orange .button.button-3:hover, .title-orange .button.button-3:hover, .box-orange .button.button-4:hover, .title-orange .button.button-4:hover, .box-orange .button.button-3:active, .title-orange .button.button-3:active, .box-orange .button.button-4:active, .title-orange .button.button-4:active, .box-orange .button.button-3:focus, .title-orange .button.button-3:focus, .box-orange .button.button-4:focus, .title-orange .button.button-4:focus {
  color: #fff;
  border-color: #fff;
}
/* line 546, templates/rt_antares/scss/antares/_variations.scss */
/* line 547, templates/rt_antares/scss/antares/_variations.scss */
.spaced .g-content {
  margin: 1px;
}
/* line 552, templates/rt_antares/scss/antares/_variations.scss */
/* line 553, templates/rt_antares/scss/antares/_variations.scss */
.bordered .g-content {
  border: 1px solid rgba(84, 83, 83, 0.5);
  margin: 1px;
}
/* line 559, templates/rt_antares/scss/antares/_variations.scss */
/* line 560, templates/rt_antares/scss/antares/_variations.scss */
.shadow .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 565, templates/rt_antares/scss/antares/_variations.scss */
/* line 566, templates/rt_antares/scss/antares/_variations.scss */
.shadow2 .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 571, templates/rt_antares/scss/antares/_variations.scss */
/* line 572, templates/rt_antares/scss/antares/_variations.scss */
.disabled .g-content {
  opacity: 0.4;
}
/* line 577, templates/rt_antares/scss/antares/_variations.scss */
/* line 578, templates/rt_antares/scss/antares/_variations.scss */
.square .g-content {
  border-radius: none;
}
/* line 583, templates/rt_antares/scss/antares/_variations.scss */
/* line 584, templates/rt_antares/scss/antares/_variations.scss */
.rounded .g-content {
  border-radius: 0.1875rem;
  overflow: hidden;
}
/* line 590, templates/rt_antares/scss/antares/_variations.scss */
.no-bg-image {
  background-image: none !important;
}
/* line 594, templates/rt_antares/scss/antares/_variations.scss */
.g-block-divider {
  border-bottom: 5px solid rgba(84, 83, 83, 0.5);
  margin-top: 1.876rem;
  margin-bottom: 1.876rem;
  padding-top: 1.876rem;
  padding-bottom: 1.876rem;
}
/* line 602, templates/rt_antares/scss/antares/_variations.scss */
/* line 603, templates/rt_antares/scss/antares/_variations.scss */
.equal-height #g-aside, .equal-height #g-mainbar, .equal-height #g-sidebar {
  width: 100%;
}
/* line 608, templates/rt_antares/scss/antares/_variations.scss */
.equal-height .g-content {
  flex-basis: 100%;
  width: auto;
}
/* line 1, templates/rt_antares/scss/antares/_buttons.scss */
.button {
  display: inline-block;
  font-family: "Dosis";
  font-weight: 700;
  text-transform: uppercase;
  background: #faa724;
  color: #fff !important;
  font-size: 1rem;
  border: 2px solid transparent;
  margin: 0 0 0.5rem 0;
  padding: 0.75rem 1.75rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 15, templates/rt_antares/scss/antares/_buttons.scss */
.button:hover, .button:active, .button:focus {
  background: #e68f05;
  color: #fff !important;
}
/* line 20, templates/rt_antares/scss/antares/_buttons.scss */
/* line 22, templates/rt_antares/scss/antares/_buttons.scss */
.button .fa {
  font-size: 1.5rem;
}
/* line 25, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-square {
  border-radius: 0;
}
/* line 27, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-square[class*="button"] {
  border-radius: 0;
}
/* line 31, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-block {
  display: block;
}
/* line 34, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-xlarge {
  font-size: 1.4rem;
}
/* line 37, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-large {
  font-size: 1.2rem;
}
/* line 40, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-medium {
  font-size: 1rem;
}
/* line 43, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-small {
  font-size: 0.8rem;
}
/* line 46, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-xsmall {
  font-size: 0.6rem;
}
/* line 49, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-alt {
  background: #545353;
}
/* line 51, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-alt:hover, .button.button-alt:active, .button.button-alt:focus {
  background: #3a3a3a;
}
/* line 54, templates/rt_antares/scss/antares/_buttons.scss */
/* line 55, templates/rt_antares/scss/antares/_buttons.scss */
/* line 56, templates/rt_antares/scss/antares/_buttons.scss */
.dir-ltr .button.button-alt.button-special:before {
  border-left: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}
/* line 61, templates/rt_antares/scss/antares/_buttons.scss */
/* line 62, templates/rt_antares/scss/antares/_buttons.scss */
.dir-rtl .button.button-alt.button-special:after {
  border-right: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}
/* line 69, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-2 {
  border-radius: 2rem;
}
/* line 72, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-3, .button.button-4, .button.button-grey, .button.button-pink, .button.button-red, .button.button-purple, .button.button-orange, .button.button-blue {
  color: #fff !important;
}
/* line 81, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-3.button-3, .button.button-4.button-3, .button.button-grey.button-3, .button.button-pink.button-3, .button.button-red.button-3, .button.button-purple.button-3, .button.button-orange.button-3, .button.button-blue.button-3, .button.button-3.button-4, .button.button-4.button-4, .button.button-grey.button-4, .button.button-pink.button-4, .button.button-red.button-4, .button.button-purple.button-4, .button.button-orange.button-4, .button.button-blue.button-4 {
  background: transparent;
}
/* line 83, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-3.button-3:hover, .button.button-4.button-3:hover, .button.button-grey.button-3:hover, .button.button-pink.button-3:hover, .button.button-red.button-3:hover, .button.button-purple.button-3:hover, .button.button-orange.button-3:hover, .button.button-blue.button-3:hover, .button.button-3.button-4:hover, .button.button-4.button-4:hover, .button.button-grey.button-4:hover, .button.button-pink.button-4:hover, .button.button-red.button-4:hover, .button.button-purple.button-4:hover, .button.button-orange.button-4:hover, .button.button-blue.button-4:hover, .button.button-3.button-3:active, .button.button-4.button-3:active, .button.button-grey.button-3:active, .button.button-pink.button-3:active, .button.button-red.button-3:active, .button.button-purple.button-3:active, .button.button-orange.button-3:active, .button.button-blue.button-3:active, .button.button-3.button-4:active, .button.button-4.button-4:active, .button.button-grey.button-4:active, .button.button-pink.button-4:active, .button.button-red.button-4:active, .button.button-purple.button-4:active, .button.button-orange.button-4:active, .button.button-blue.button-4:active, .button.button-3.button-3:focus, .button.button-4.button-3:focus, .button.button-grey.button-3:focus, .button.button-pink.button-3:focus, .button.button-red.button-3:focus, .button.button-purple.button-3:focus, .button.button-orange.button-3:focus, .button.button-blue.button-3:focus, .button.button-3.button-4:focus, .button.button-4.button-4:focus, .button.button-grey.button-4:focus, .button.button-pink.button-4:focus, .button.button-red.button-4:focus, .button.button-purple.button-4:focus, .button.button-orange.button-4:focus, .button.button-blue.button-4:focus {
  background: transparent;
}
/* line 88, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-3 {
  border-radius: 2rem;
  color: #faa724 !important;
  border: 2px solid #faa724;
}
/* line 92, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-3:hover, .button.button-3:active, .button.button-3:focus {
  border: 2px solid #cd7f05;
  color: #cd7f05 !important;
}
/* line 97, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-4 {
  color: #faa724 !important;
  border: 2px solid #faa724;
}
/* line 100, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-4:hover, .button.button-4:active, .button.button-4:focus {
  border: 2px solid #cd7f05;
  color: #cd7f05 !important;
}
/* line 105, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-grey {
  background: #95a5a6;
}
/* line 107, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-grey.button-3, .button.button-grey.button-4 {
  color: #95a5a6 !important;
  border: 2px solid #95a5a6;
}
/* line 110, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-grey.button-3:hover, .button.button-grey.button-4:hover, .button.button-grey.button-3:active, .button.button-grey.button-4:active, .button.button-grey.button-3:focus, .button.button-grey.button-4:focus {
  border: 2px solid #6d8082;
  color: #6d8082 !important;
}
/* line 115, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-grey:hover, .button.button-grey:active, .button.button-grey:focus {
  background: #6d8082;
}
/* line 119, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-pink {
  background: #d13b7b;
}
/* line 121, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-pink.button-3, .button.button-pink.button-4 {
  color: #d13b7b !important;
  border: 2px solid #d13b7b;
}
/* line 124, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-pink.button-3:hover, .button.button-pink.button-4:hover, .button.button-pink.button-3:active, .button.button-pink.button-4:active, .button.button-pink.button-3:focus, .button.button-pink.button-4:focus {
  border: 2px solid #9b2457;
  color: #9b2457 !important;
}
/* line 129, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-pink:hover, .button.button-pink:active, .button.button-pink:focus {
  background: #9b2457;
}
/* line 133, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-red {
  background: #ef4a44;
}
/* line 135, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-red.button-3, .button.button-red.button-4 {
  color: #ef4a44 !important;
  border: 2px solid #ef4a44;
}
/* line 138, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-red.button-3:hover, .button.button-red.button-4:hover, .button.button-red.button-3:active, .button.button-red.button-4:active, .button.button-red.button-3:focus, .button.button-red.button-4:focus {
  border: 2px solid #d41912;
  color: #d41912 !important;
}
/* line 143, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-red:hover, .button.button-red:active, .button.button-red:focus {
  background: #d41912;
}
/* line 147, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-purple {
  background: #874f9a;
}
/* line 149, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-purple.button-3, .button.button-purple.button-4 {
  color: #874f9a !important;
  border: 2px solid #874f9a;
}
/* line 152, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-purple.button-3:hover, .button.button-purple.button-4:hover, .button.button-purple.button-3:active, .button.button-purple.button-4:active, .button.button-purple.button-3:focus, .button.button-purple.button-4:focus {
  border: 2px solid #5b3567;
  color: #5b3567 !important;
}
/* line 157, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-purple:hover, .button.button-purple:active, .button.button-purple:focus {
  background: #5b3567;
}
/* line 161, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-orange {
  background: #ee7933;
}
/* line 163, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-orange.button-3, .button.button-orange.button-4 {
  color: #ee7933 !important;
  border: 2px solid #ee7933;
}
/* line 166, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-orange.button-3:hover, .button.button-orange.button-4:hover, .button.button-orange.button-3:active, .button.button-orange.button-4:active, .button.button-orange.button-3:focus, .button.button-orange.button-4:focus {
  border: 2px solid #c45410;
  color: #c45410 !important;
}
/* line 171, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-orange:hover, .button.button-orange:active, .button.button-orange:focus {
  background: #c45410;
}
/* line 175, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-blue {
  background: #279fba;
}
/* line 177, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-blue.button-3, .button.button-blue.button-4 {
  color: #279fba !important;
  border: 2px solid #279fba;
}
/* line 180, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-blue.button-3:hover, .button.button-blue.button-4:hover, .button.button-blue.button-3:active, .button.button-blue.button-4:active, .button.button-blue.button-3:focus, .button.button-blue.button-4:focus {
  border: 2px solid #1a697b;
  color: #1a697b !important;
}
/* line 185, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-blue:hover, .button.button-blue:active, .button.button-blue:focus {
  background: #1a697b;
}
/* line 189, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-arrow {
  position: relative;
}
/* line 191, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-arrow:before, .button.button-arrow:after {
  font-family: FontAwesome;
}
/* line 194, templates/rt_antares/scss/antares/_buttons.scss */
/* line 195, templates/rt_antares/scss/antares/_buttons.scss */
.dir-ltr .button.button-arrow:after {
  content: "\f178";
  margin-left: 1rem;
}
/* line 200, templates/rt_antares/scss/antares/_buttons.scss */
/* line 201, templates/rt_antares/scss/antares/_buttons.scss */
.dir-rtl .button.button-arrow:before {
  content: "\f177";
  margin-right: 1rem;
}
/* line 207, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-special {
  position: relative;
}
/* line 209, templates/rt_antares/scss/antares/_buttons.scss */
/* line 210, templates/rt_antares/scss/antares/_buttons.scss */
.dir-ltr .button.button-special:before {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  left: -8px;
  right: 8px;
  border-left: 1px solid #f09505;
  border-bottom: 1px solid #f09505;
}
/* line 221, templates/rt_antares/scss/antares/_buttons.scss */
/* line 222, templates/rt_antares/scss/antares/_buttons.scss */
.dir-rtl .button.button-special:after {
  position: absolute;
  content: "";
  top: 8px;
  bottom: -8px;
  right: -8px;
  left: 8px;
  border-right: 1px solid #f09505;
  border-bottom: 1px solid #f09505;
}
/* line 234, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-outline {
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff;
}
/* line 238, templates/rt_antares/scss/antares/_buttons.scss */
/* line 239, templates/rt_antares/scss/antares/_buttons.scss */
.dir-ltr .button.button-outline:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 244, templates/rt_antares/scss/antares/_buttons.scss */
/* line 245, templates/rt_antares/scss/antares/_buttons.scss */
.dir-rtl .button.button-outline:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 250, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-outline:hover {
  border: 1px solid #faa724;
  color: #faa724 !important;
}
/* line 253, templates/rt_antares/scss/antares/_buttons.scss */
/* line 254, templates/rt_antares/scss/antares/_buttons.scss */
.dir-ltr .button.button-outline:hover:before {
  border-left: 1px solid #faa724;
  border-bottom: 1px solid #faa724;
}
/* line 259, templates/rt_antares/scss/antares/_buttons.scss */
/* line 260, templates/rt_antares/scss/antares/_buttons.scss */
.dir-rtl .button.button-outline:hover:after {
  border-right: 1px solid #faa724;
  border-bottom: 1px solid #faa724;
}
/* line 267, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-text-only {
  padding: 0 !important;
  background: transparent !important;
  color: #faa724 !important;
}
/* line 271, templates/rt_antares/scss/antares/_buttons.scss */
.button.button-text-only:hover {
  color: #cd7f05;
}
/* line 1, templates/rt_antares/scss/antares/_tables.scss */
table {
  border: 1px solid #dedede;
}
/* line 5, templates/rt_antares/scss/antares/_tables.scss */
th {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
/* line 10, templates/rt_antares/scss/antares/_tables.scss */
td {
  padding: 0.5rem;
  border: 1px solid #dedede;
}
/* line 1, templates/rt_antares/scss/antares/_forms.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 2px solid #c8c8c8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 6, templates/rt_antares/scss/antares/_forms.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #faa724;
}
/* line 10, templates/rt_antares/scss/antares/_forms.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #faa724;
}
/* line 14, templates/rt_antares/scss/antares/_forms.scss */
textarea {
  width: 100%;
  box-sizing: border-box !important;
}
/* line 19, templates/rt_antares/scss/antares/_forms.scss */
fieldset.input {
  margin: 0;
  padding: 0;
}
/* line 24, templates/rt_antares/scss/antares/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  vertical-align: middle;
  border: 2px solid #c8c8c8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  width: 100%;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
/* line 35, templates/rt_antares/scss/antares/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #faa724;
}
/* line 39, templates/rt_antares/scss/antares/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #faa724;
}
/* line 1, templates/rt_antares/scss/antares/_social.scss */
/* line 2, templates/rt_antares/scss/antares/_social.scss */
.g-social a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0.1rem;
  text-align: center;
}
/* line 8, templates/rt_antares/scss/antares/_social.scss */
.g-social a span {
  vertical-align: middle;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-social a {
    padding: 0.1rem 0;
  }
}
/* line 1, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas {
  background: #faa724;
  width: 12rem;
  color: #fff;
}
/* line 5, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas a {
  color: #fff;
}
/* line 7, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas a:hover {
  color: #9b6004;
}
/* line 12, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #fff;
}
/* line 16, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas .button {
  background: transparent;
  border: 2px solid #fff !important;
  color: #fff !important;
}
/* line 20, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas .button:hover {
  border: 2px solid #9b6004 !important;
  color: #9b6004 !important;
}
/* line 24, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas .button:active {
  border: 2px solid #9b6004 !important;
  color: #9b6004 !important;
}
/* line 30, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 34, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas .g-offcanvas-toggle {
  color: #fff;
  left: 9rem;
  top: 1rem;
}
/* line 42, templates/rt_antares/scss/antares/_offcanvas.scss */
.g-offcanvas-toggle {
  display: none;
  font-size: 1rem;
  color: #fac123;
  border: 2px solid #fac123;
  border-radius: 4px;
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  top: 0.6rem;
  left: 1.5rem;
  margin-left: -15px;
  padding-left: 1px;
  z-index: 100001;
}
@media only all and (max-width: 48rem) {
  /* line 45, templates/rt_antares/scss/antares/_offcanvas.scss */
  .g-offcanvas-toggle {
    display: block;
  }
}
/* line 66, templates/rt_antares/scss/antares/_offcanvas.scss */
.toggle-fixed .g-offcanvas-toggle {
  position: fixed;
}
/* line 71, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 72, templates/rt_antares/scss/antares/_offcanvas.scss */
.g-offcanvas-open .g-nav-overlay {
  z-index: 100000;
}
/* line 75, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 76, templates/rt_antares/scss/antares/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 12rem;
}
/* line 80, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 81, templates/rt_antares/scss/antares/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 12rem;
}
/* line 85, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 86, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 87, templates/rt_antares/scss/antares/_offcanvas.scss */
.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
  right: auto;
}
/* line 91, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 92, templates/rt_antares/scss/antares/_offcanvas.scss */
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  left: auto;
}
/* line 100, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 101, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 102, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #faa724;
}
/* line 104, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 105, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #fff;
  padding: 0.938rem;
}
/* line 109, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 110, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 111, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #fff;
}
/* line 115, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #f09505;
}
/* line 118, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #f99d0b;
}
/* line 122, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 123, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 124, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #fbb342;
  background: #fa9f10;
  border-radius: 0.1875rem;
  margin: -0.3rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 127, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #f09505;
}
/* line 137, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 12rem;
}
/* line 140, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul i.fa {
  width: 1.5rem;
}
/* line 147, templates/rt_antares/scss/antares/_offcanvas.scss */
#g-mobilemenu-container {
  margin: -1.563rem;
}
/* line 152, templates/rt_antares/scss/antares/_offcanvas.scss */
/* line 153, templates/rt_antares/scss/antares/_offcanvas.scss */
.g-preset-thumbnails img {
  margin-bottom: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-preset-thumbnails {
    text-align: center;
  }
  /* line 158, templates/rt_antares/scss/antares/_offcanvas.scss */
  .g-preset-thumbnails .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50% !important;
  }
  /* line 162, templates/rt_antares/scss/antares/_offcanvas.scss */
  .g-preset-thumbnails .g-content {
    margin: 0;
  }
}
/* line 1, templates/rt_antares/scss/antares/_error.scss */
/* line 2, templates/rt_antares/scss/antares/_error.scss */
.g-error > .g-content {
  padding: 5.628rem 0;
}
/* line 5, templates/rt_antares/scss/antares/_error.scss */
.g-error h1 {
  font-size: 4rem;
  line-height: 1.1;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  width: 90%;
  margin: 0 auto;
}
/* line 15, templates/rt_antares/scss/antares/_error.scss */
.g-error .g-layercontent {
  padding: 5rem;
}
/* line 1, templates/rt_antares/scss/antares/_comingsoon.scss */
/* line 2, templates/rt_antares/scss/antares/_comingsoon.scss */
.g-comingsoon .g-layercontent {
  padding: 5rem;
}
/* line 1, templates/rt_antares/scss/antares/_offline.scss */
/* line 2, templates/rt_antares/scss/antares/_offline.scss */
.g-offline .g-layercontent {
  padding: 5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-offline .g-layercontent {
    padding: 0;
  }
}
/* line 8, templates/rt_antares/scss/antares/_offline.scss */
.g-offline #grav-login {
  max-width: 36rem;
  color: #a9a9a9;
}
/* line 11, templates/rt_antares/scss/antares/_offline.scss */
.g-offline #grav-login .form-actions {
  margin-top: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .form-actions {
    text-align: center;
  }
}
/* line 17, templates/rt_antares/scss/antares/_offline.scss */
.g-offline #grav-login .button {
  text-transform: capitalize;
}
/* line 20, templates/rt_antares/scss/antares/_offline.scss */
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
/* line 1, templates/rt_antares/scss/antares/_dropdownanimations.scss */
/* line 2, templates/rt_antares/scss/antares/_dropdownanimations.scss */
/* line 3, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 7, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 11, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 16, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
/* line 21, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown-bounce-in-left.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-left;
  -moz-animation-name: g-dropdown-bounce-in-left;
  animation-name: g-dropdown-bounce-in-left;
}
/* line 26, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown-bounce-in-right.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-right;
  -moz-animation-name: g-dropdown-bounce-in-right;
  animation-name: g-dropdown-bounce-in-right;
}
/* line 31, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown-bounce-in-down.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-down;
  -moz-animation-name: g-dropdown-bounce-in-down;
  animation-name: g-dropdown-bounce-in-down;
}
/* line 37, templates/rt_antares/scss/antares/_dropdownanimations.scss */
/* line 38, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 42, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 46, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 51, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
/* line 56, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-left.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-left;
  -moz-animation-name: g-dropdown-bounce-in-left;
  animation-name: g-dropdown-bounce-in-left;
}
/* line 61, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-right.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-right;
  -moz-animation-name: g-dropdown-bounce-in-right;
  animation-name: g-dropdown-bounce-in-right;
}
/* line 66, templates/rt_antares/scss/antares/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-down.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-down;
  -moz-animation-name: g-dropdown-bounce-in-down;
  animation-name: g-dropdown-bounce-in-down;
}
@-webkit-keyframes g-dropdown-zoom {
  /* line 74, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 78, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  /* line 74, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 78, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  /* line 74, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 78, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  /* line 84, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  /* line 88, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  /* line 84, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  /* line 88, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  /* line 84, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  /* line 88, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-left {
  /* line 94, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 98, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  /* line 103, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
  }
  /* line 108, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  /* line 112, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
  }
  /* line 116, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-left {
  /* line 94, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 98, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0);
  }
  /* line 103, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0);
  }
  /* line 108, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  /* line 112, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -moz-transform: translate3d(5px, 0, 0);
  }
  /* line 116, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-left {
  /* line 94, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 98, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  /* line 103, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    -o-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  /* line 108, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 112, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  /* line 116, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-down {
  /* line 122, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 126, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  /* line 131, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  /* line 136, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
  }
  /* line 140, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
  }
  /* line 144, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-down {
  /* line 122, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 126, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }
  /* line 131, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
  }
  /* line 136, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -moz-transform: translate3d(0, -10px, 0);
  }
  /* line 140, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -moz-transform: translate3d(0, 5px, 0);
  }
  /* line 144, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-down {
  /* line 122, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 126, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  /* line 131, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  /* line 136, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 140, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  /* line 144, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-right {
  /* line 150, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 154, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
  }
  /* line 159, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
  }
  /* line 164, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  /* line 168, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
  }
  /* line 172, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-right {
  /* line 150, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 154, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from {
    opacity: 0;
    -moz-transform: translate3d(50px, 0, 0);
  }
  /* line 159, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px, 0, 0);
  }
  /* line 164, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  /* line 168, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -moz-transform: translate3d(-5px, 0, 0);
  }
  /* line 172, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-right {
  /* line 150, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 154, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  /* line 159, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  /* line 164, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  /* line 168, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  /* line 172, templates/rt_antares/scss/antares/_dropdownanimations.scss */
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 1, templates/rt_antares/scss/antares/_logo.scss */
/* line 2, templates/rt_antares/scss/antares/_logo.scss */
.g-logo .g-logo-text {
  font-family: "Dosis";
  font-weight: 700;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 0 0.469rem;
}
@media only all and (max-width: 47.99rem) {
  .g-logo {
    display: block;
    text-align: center;
  }
}
/* line 1, templates/rt_antares/scss/antares/_contact.scss */
/* line 2, templates/rt_antares/scss/antares/_contact.scss */
.g-contact .g-contact-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.5rem;
}
/* line 6, templates/rt_antares/scss/antares/_contact.scss */
.dir-rtl .g-contact .g-contact-item {
  padding-left: 0;
  padding-right: 50px;
}
/* line 11, templates/rt_antares/scss/antares/_contact.scss */
.g-contact .g-contact-icon {
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  border-right: 1px solid rgba(84, 83, 83, 0.5);
  width: 35px;
  height: 45px;
  line-height: 45px;
}
/* line 19, templates/rt_antares/scss/antares/_contact.scss */
.dir-rtl .g-contact .g-contact-icon {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(84, 83, 83, 0.5);
  border-right: 0;
}
/* line 26, templates/rt_antares/scss/antares/_contact.scss */
.g-contact .g-contact-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0.5;
}
/* line 32, templates/rt_antares/scss/antares/_contact.scss */
.g-contact .g-contact-text {
  font-family: "Dosis";
  font-weight: 700;
}
/* line 37, templates/rt_antares/scss/antares/_contact.scss */
/* line 38, templates/rt_antares/scss/antares/_contact.scss */
.g-contact.g-contact-compact .g-contact-item {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 42, templates/rt_antares/scss/antares/_contact.scss */
.g-contact.g-contact-compact .g-contact-label {
  display: none;
}
/* line 45, templates/rt_antares/scss/antares/_contact.scss */
.g-contact.g-contact-compact .g-contact-text {
  font-weight: normal;
}
/* line 50, templates/rt_antares/scss/antares/_contact.scss */
.g-contact .g-contact-map {
  position: relative;
  display: block;
}
/* line 54, templates/rt_antares/scss/antares/_contact.scss */
/* line 55, templates/rt_antares/scss/antares/_contact.scss */
.g-contact .g-contact-map-overlay:before {
  background: rgba(0, 56, 74, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 65, templates/rt_antares/scss/antares/_contact.scss */
/* line 66, templates/rt_antares/scss/antares/_contact.scss */
.g-contact .g-contact-map-overlay:hover:before {
  background: rgba(250, 167, 36, 0.25);
}
/* line 71, templates/rt_antares/scss/antares/_contact.scss */
.g-contact .g-contact-map-marker {
  color: #faa724;
  font-size: 3rem;
  position: absolute;
}
/* line 1, templates/rt_antares/scss/antares/_contentlist.scss */
/* line 2, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist *, .g-contentlist *:before, .g-contentlist *:after {
  box-sizing: border-box !important;
}
/* line 5, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-contentlist-headline, .g-contentlist .g-contentlist-subtitle {
  margin: 0;
}
/* line 9, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-contentlist-headline {
  line-height: 1.8rem;
}
/* line 12, templates/rt_antares/scss/antares/_contentlist.scss */
/* line 13, templates/rt_antares/scss/antares/_contentlist.scss */
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-contentlist-text > .g-content {
    padding: 0.938rem 0;
  }
}
/* line 19, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-contentlist-subtitle {
  font-family: "Dosis";
  font-weight: 400;
  font-size: 0.85rem;
  opacity: 0.75;
  line-height: 2.2rem;
}
/* line 26, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-contentlist-desc {
  margin: 0.5rem 0 1.5rem 0;
}
/* line 29, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-contentlist-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-contentlist-img {
    min-height: 15rem;
    margin: 0 0.625rem;
  }
}
/* line 38, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-contentlist-img-tag {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  display: inline-block;
  font-family: "Dosis";
  font-weight: 700;
  font-size: 0.7rem;
  margin: 1rem;
  padding: 0.15rem 0.75rem;
  text-transform: uppercase;
}
/* line 50, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-contentlist-list {
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 53, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-contentlist-list .g-content {
  background: transparent;
}
/* line 57, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem;
}
/* line 62, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.25rem;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  float: left;
}
/* line 69, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item a {
  position: relative;
  padding-left: 30px;
  color: inherit;
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}
/* line 77, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item a:hover {
  opacity: 1;
}
/* line 80, templates/rt_antares/scss/antares/_contentlist.scss */
.dir-rtl .g-contentlist .g-listgrid .g-listgrid-item a {
  padding-left: 0;
  padding-right: 30px;
}
/* line 85, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item .fa {
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  padding-top: 0.25rem;
}
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-listgrid .g-listgrid-item .fa {
    padding-top: 0;
  }
}
/* line 93, templates/rt_antares/scss/antares/_contentlist.scss */
.dir-rtl .g-contentlist .g-listgrid .g-listgrid-item .fa {
  left: auto;
  right: 0;
}
/* line 99, templates/rt_antares/scss/antares/_contentlist.scss */
/* line 100, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item {
  width: 50%;
}
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 103, templates/rt_antares/scss/antares/_contentlist.scss */
  /* line 104, templates/rt_antares/scss/antares/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item:nth-last-child(2) a {
    border-bottom: 0;
  }
}
/* line 111, templates/rt_antares/scss/antares/_contentlist.scss */
/* line 112, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item {
  width: 33.33333%;
}
@media only all and (min-width: 48rem) {
  /* line 115, templates/rt_antares/scss/antares/_contentlist.scss */
  /* line 116, templates/rt_antares/scss/antares/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:nth-last-child(3) a {
    border-bottom: 0;
  }
}
/* line 123, templates/rt_antares/scss/antares/_contentlist.scss */
/* line 124, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item {
  width: 25%;
}
@media only all and (min-width: 48rem) {
  /* line 127, templates/rt_antares/scss/antares/_contentlist.scss */
  /* line 128, templates/rt_antares/scss/antares/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(3) a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(4) a {
    border-bottom: 0;
  }
}
/* line 135, templates/rt_antares/scss/antares/_contentlist.scss */
/* line 136, templates/rt_antares/scss/antares/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item {
  width: 20%;
}
@media only all and (min-width: 48rem) {
  /* line 139, templates/rt_antares/scss/antares/_contentlist.scss */
  /* line 140, templates/rt_antares/scss/antares/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(3) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(4) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(5) a {
    border-bottom: 0;
  }
}
/* line 147, templates/rt_antares/scss/antares/_contentlist.scss */
/* line 148, templates/rt_antares/scss/antares/_contentlist.scss */
@media only all and (max-width: 47.99rem) {
  /* line 150, templates/rt_antares/scss/antares/_contentlist.scss */
  /* line 151, templates/rt_antares/scss/antares/_contentlist.scss */
  .g-contentlist .g-listgrid[class$="cols"] .g-listgrid-item:last-child a {
    border-bottom: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-contentlist .g-listgrid[class$="cols"] .g-listgrid-item {
    width: 100%;
  }
}
/* line 1, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.g-horizontalmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 5, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.g-horizontalmenu li {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}
/* line 9, templates/rt_antares/scss/antares/_horizontalmenu.scss */
/* line 10, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.dir-ltr .g-horizontalmenu li:first-child {
  margin-left: 0;
}
/* line 13, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.dir-ltr .g-horizontalmenu li:last-child {
  margin-right: 0;
}
/* line 15, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.dir-ltr .g-horizontalmenu li:last-child:after {
  display: none;
}
/* line 19, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.dir-ltr .g-horizontalmenu li:after {
  content: ".";
  font-weight: bold;
  position: absolute;
  right: -20px;
  top: -3px;
}
/* line 27, templates/rt_antares/scss/antares/_horizontalmenu.scss */
/* line 28, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.dir-rtl .g-horizontalmenu li:first-child {
  margin-right: 0;
}
/* line 31, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.dir-rtl .g-horizontalmenu li:last-child {
  margin-left: 0;
}
/* line 33, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.dir-rtl .g-horizontalmenu li:last-child:before {
  display: none;
}
/* line 37, templates/rt_antares/scss/antares/_horizontalmenu.scss */
.dir-rtl .g-horizontalmenu li:before {
  content: ".";
  font-weight: bold;
  position: absolute;
  left: -20px;
  top: -3px;
}
/* line 1, templates/rt_antares/scss/antares/_imagegrid.scss */
/* line 2, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid *, .g-imagegrid *:before, .g-imagegrid *:after {
  box-sizing: border-box !important;
}
/* line 5, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 10, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #faa724;
  position: relative;
}
/* line 17, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item img {
  opacity: 0.5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 21, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover {
  z-index: 10;
}
/* line 23, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 27, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-item:hover .g-imagegrid-link:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 33, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-desc {
  margin: 1.5rem 0;
}
/* line 36, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link {
  display: block;
  position: relative;
  background: #faa724;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 41, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-link:before {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 100%;
  font-family: FontAwesome;
  content: "\f002";
  font-size: 1rem;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  z-index: 1;
  opacity: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 61, templates/rt_antares/scss/antares/_imagegrid.scss */
/* line 62, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
  width: 50%;
}
/* line 66, templates/rt_antares/scss/antares/_imagegrid.scss */
/* line 67, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
  width: 33.33333%;
}
/* line 71, templates/rt_antares/scss/antares/_imagegrid.scss */
/* line 72, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
  width: 25%;
}
/* line 76, templates/rt_antares/scss/antares/_imagegrid.scss */
/* line 77, templates/rt_antares/scss/antares/_imagegrid.scss */
.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 33.33333%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 50%;
  }
}
/* line 1, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2%;
}
/* line 6, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  float: left;
  margin: 0 2% 0.5rem 2%;
  padding: 0 0 0.25rem 0;
  border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
}
/* line 15, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item.g-infolist-with-img {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item.g-infolist-with-img {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
/* line 23, templates/rt_antares/scss/antares/_infolist.scss */
/* line 24, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
/* line 28, templates/rt_antares/scss/antares/_infolist.scss */
/* line 29, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.spaced .g-infolist-item {
  margin: 0.5rem 2%;
  padding: 0.5rem 0 2rem 0;
}
/* line 34, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
/* line 37, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
/* line 39, templates/rt_antares/scss/antares/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
/* line 43, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
/* line 45, templates/rt_antares/scss/antares/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
/* line 51, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
/* line 53, templates/rt_antares/scss/antares/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
/* line 57, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
/* line 59, templates/rt_antares/scss/antares/_infolist.scss */
.dir-rtl .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-img {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* line 70, templates/rt_antares/scss/antares/_infolist.scss */
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-text {
    padding-top: 1rem;
  }
}
/* line 75, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item-title {
  margin: 0 0 0.25rem 0;
  font-family: "Dosis";
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-infolist .g-infolist-item-title {
    font-size: 0.8rem;
  }
}
/* line 85, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-item-desc {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}
/* line 90, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
/* line 93, templates/rt_antares/scss/antares/_infolist.scss */
/* line 94, templates/rt_antares/scss/antares/_infolist.scss */
/* line 95, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-1cols .g-infolist-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 102, templates/rt_antares/scss/antares/_infolist.scss */
/* line 103, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item {
  width: 47%;
}
/* line 105, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item:nth-child(odd) {
  margin-right: 1%;
}
/* line 108, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-2cols .g-infolist-item:nth-child(even) {
  margin-left: 1%;
}
/* line 113, templates/rt_antares/scss/antares/_infolist.scss */
/* line 114, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-3cols .g-infolist-item {
  width: 30.66667%;
}
/* line 116, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
/* line 122, templates/rt_antares/scss/antares/_infolist.scss */
/* line 123, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item {
  width: 22.5%;
}
/* line 125, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 129, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
/* line 135, templates/rt_antares/scss/antares/_infolist.scss */
/* line 136, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
/* line 138, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 142, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
/* line 146, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  /* line 153, templates/rt_antares/scss/antares/_infolist.scss */
  /* line 154, templates/rt_antares/scss/antares/_infolist.scss */
  .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
/* line 162, templates/rt_antares/scss/antares/_infolist.scss */
/* line 163, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
/* line 168, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
/* line 173, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
/* line 179, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Dosis";
  font-weight: bold;
  margin: 0;
}
/* line 187, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
/* line 189, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
/* line 194, templates/rt_antares/scss/antares/_infolist.scss */
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
/* line 1, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent {
  padding: 2rem;
}
/* line 3, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent.g-layercontent-large {
  padding: 5rem 2rem;
}
/* line 6, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent.g-layercontent-medium {
  padding: 3rem 2rem;
}
/* line 9, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent.g-layercontent-small {
  padding: 2rem;
}
/* line 12, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent .g-layercontent-title {
  margin: 0;
  line-height: 3rem;
}
/* line 16, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent .g-layercontent-subtitle, .g-layercontent .g-layercontent-promotext {
  line-height: 2rem;
  opacity: 0.8;
}
/* line 21, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent .g-layercontent-promotext {
  font-size: 1rem;
  font-family: "Dosis";
  font-weight: 700;
  margin-top: 1rem;
}
/* line 27, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent .button {
  margin: 1rem 0 0.75rem 0;
}
/* line 30, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent + .g-layercontent {
  padding-top: 0rem;
}
/* line 33, templates/rt_antares/scss/antares/_layercontent.scss */
.g-layercontent .rounded {
  border-radius: 0.1875rem;
}
/* line 43, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper {
  padding-top: 34px;
  border-radius: 0.1875rem;
  position: relative;
  vertical-align: bottom;
  overflow: hidden;
}
/* line 50, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper.left {
  margin-right: 2rem;
}
/* line 53, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper.right {
  margin-left: 2rem;
}
/* line 57, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper .browser-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 34px;
  background: #eee;
  border-radius: 0.1875rem 0.1875rem 0 0;
  border-bottom: 1px solid #e1e1e1;
}
/* line 66, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button {
  top: 8px;
}
/* line 70, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button {
  position: relative;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #ff3b47;
  border: 1px solid #ff0817;
  border-radius: 100%;
  left: 8px;
}
/* line 81, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button:after, .browser-wrapper .browser-bar .browser-button:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 100%;
  top: -1px;
}
/* line 91, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button:after {
  left: 17px;
  background: #ffbd00;
  border: 1px solid #cc9700;
}
/* line 97, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper .browser-bar .browser-button:before {
  left: 35px;
  background: #00d841;
  border: 1px solid #00a532;
}
/* line 105, templates/rt_antares/scss/antares/_layercontent.scss */
.browser-wrapper img {
  border-radius: 0 0 0.1875rem 0.1875rem;
}
/* line 1, templates/rt_antares/scss/antares/_newsletter.scss */
/* line 2, templates/rt_antares/scss/antares/_newsletter.scss */
.g-newsletter .g-newsletter-form {
  white-space: nowrap;
}
/* line 5, templates/rt_antares/scss/antares/_newsletter.scss */
.g-newsletter .g-newsletter-headtext {
  margin-bottom: 1.5rem;
}
/* line 8, templates/rt_antares/scss/antares/_newsletter.scss */
.g-newsletter .g-newsletter-inputbox, .g-newsletter .g-newsletter-button {
  height: 50px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter .g-newsletter-inputbox, .g-newsletter .g-newsletter-button {
    height: 40px;
  }
}
/* line 15, templates/rt_antares/scss/antares/_newsletter.scss */
.g-newsletter .g-newsletter-inputbox {
  border-radius: 0;
  color: #545353;
  background-color: #d9d9d9;
  border: 0;
  display: inline-block;
  padding: 0.7rem 1.25rem;
  width: 73%;
  margin-right: 0.25rem;
  vertical-align: top;
  box-shadow: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter .g-newsletter-inputbox {
    padding: 0.7rem 0.5rem;
    width: 53%;
  }
}
/* line 31, templates/rt_antares/scss/antares/_newsletter.scss */
.g-newsletter .g-newsletter-button {
  width: 25%;
  padding-left: inherit;
  padding-right: inherit;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter .g-newsletter-button {
    width: 40%;
  }
}
/* line 1, templates/rt_antares/scss/antares/_pricingtable.scss */
.g-pricingtable {
  list-style: none;
  text-align: center;
  margin: 0 -1rem;
  border: 2px solid rgba(84, 83, 83, 0.5);
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
}
/* line 7, templates/rt_antares/scss/antares/_pricingtable.scss */
.g-pricingtable li {
  padding: 0.938rem;
  border-bottom: 2px solid rgba(84, 83, 83, 0.5);
}
/* line 10, templates/rt_antares/scss/antares/_pricingtable.scss */
.g-pricingtable li:last-child {
  border-bottom: 0;
}
/* line 15, templates/rt_antares/scss/antares/_pricingtable.scss */
.g-pricingtable:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 18, templates/rt_antares/scss/antares/_pricingtable.scss */
.g-pricingtable .g-pricingtable-title {
  background: #fbbb56;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "Dosis";
  font-weight: 900;
  text-transform: uppercase;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-pricingtable .g-pricingtable-title {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricingtable .g-pricingtable-title {
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable .g-pricingtable-title {
    font-size: 1.1rem;
  }
}
/* line 36, templates/rt_antares/scss/antares/_pricingtable.scss */
.g-pricingtable .g-pricingtable-subtitle {
  color: #fff;
  background: #fbbb56;
  padding-top: 0;
  margin-top: -1rem;
  font-size: 0.9rem;
}
/* line 43, templates/rt_antares/scss/antares/_pricingtable.scss */
.g-pricingtable .g-pricingtable-price {
  color: #cd7f05;
  font-size: 3rem;
  font-family: "Dosis";
  font-weight: 700;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable .g-pricingtable-price {
    font-size: 1.5rem;
  }
}
/* line 58, templates/rt_antares/scss/antares/_pricingtable.scss */
.g-pricingtable .g-pricingtable-desc {
  font-size: 0.9rem;
  opacity: 0.7;
}
/* line 1, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage {
  position: relative;
  text-align: center;
}
/* line 2, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage *, .g-promoimage *:before, .g-promoimage *:after {
  box-sizing: border-box !important;
}
/* line 7, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect {
  display: block;
  background: #faa724;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 15, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect img {
  position: relative;
  opacity: 0.9;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 21, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-iconbutton {
  border: 5px solid rgba(0, 0, 0, 0.85);
  background: rgba(250, 167, 36, 0.85);
  color: #000;
  border-radius: 100%;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f0f6";
  height: 50px;
  left: 50%;
  line-height: 42px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  z-index: 11;
  text-align: center;
  top: 50%;
  width: 50px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  transition: transform 0.25s;
}
/* line 42, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-caption {
  background: #000;
  color: #fff;
  padding: 0.75rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 3.5rem;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 55, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-caption:before, .g-promoimage .g-promoimage-caption:after {
  pointer-events: none;
}
/* line 59, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-title {
  display: inline-block;
  font-family: "Dosis";
  font-weight: 700;
  font-size: 1.1rem;
  float: left;
}
/* line 66, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-icon a {
  float: right;
}
/* line 68, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-icon a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
}
/* line 74, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-title, .g-promoimage .g-promoimage-icon a {
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
}
/* line 79, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-desc {
  position: absolute;
  bottom: 130%;
  opacity: 0;
  width: 100%;
  left: 0;
  padding: 0.75rem;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 89, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover {
  background: #9b6004;
}
/* line 91, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover img {
  opacity: 0.75;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
/* line 99, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-iconbutton {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 102, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-desc {
  opacity: 1;
}
/* line 105, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-caption, .g-promoimage .g-promoimage-effect:hover .g-promoimage-title, .g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 110, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-title {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 113, templates/rt_antares/scss/antares/_promoimage.scss */
/* line 114, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 117, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 120, templates/rt_antares/scss/antares/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:first-child {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 1, templates/rt_antares/scss/antares/_simplecounter.scss */
.g-simplecounter-block {
  display: block;
  margin: 2rem auto 0.5rem auto;
}
/* line 5, templates/rt_antares/scss/antares/_simplecounter.scss */
.g-simplecounter-calendar {
  text-align: center;
}
/* line 7, templates/rt_antares/scss/antares/_simplecounter.scss */
.g-simplecounter-calendar .counter-block {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
}
/* line 12, templates/rt_antares/scss/antares/_simplecounter.scss */
.g-simplecounter-calendar .number, .g-simplecounter-calendar .word {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 17, templates/rt_antares/scss/antares/_simplecounter.scss */
.g-simplecounter-calendar .number {
  width: 100px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  color: #fff;
  background: -webkit-linear-gradient(#e68f05 0%, #e68f05 50%, #faa724 50%, #faa724 100%);
  background: linear-gradient(to   , #e68f05 50%, #faa724 50%, #faa724 100%);
}
@media only all and (max-width: 47.99rem) {
  .g-simplecounter-calendar .number {
    font-size: 1.5rem;
    width: 85px;
    height: 50px;
    line-height: 50px;
  }
}
/* line 34, templates/rt_antares/scss/antares/_simplecounter.scss */
.g-simplecounter-calendar .word {
  text-transform: uppercase;
}
@media only all and (max-width: 47.99rem) {
  .g-simplecounter-calendar .word {
    font-size: 75%;
  }
}
/* line 1, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 5, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-grid {
  margin-bottom: 2.3445rem;
}
/* line 8, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/rt_antares/scss/antares/_contentarray.scss */
/* line 12, templates/rt_antares/scss/antares/_contentarray.scss */
/* line 13, templates/rt_antares/scss/antares/_contentarray.scss */
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-grid {
    margin-bottom: 0;
  }
}
/* line 27, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 33, templates/rt_antares/scss/antares/_contentarray.scss */
@media only all and (max-width: 47.99rem) {
  .g-content-array .g-array-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 39, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
/* line 43, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-item-title {
  margin: 0;
}
/* line 47, templates/rt_antares/scss/antares/_contentarray.scss */
/* line 48, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
  margin: 15px 0 0;
}
/* line 53, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-array-item-details {
  font-size: 90%;
}
/* line 56, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
/* line 60, templates/rt_antares/scss/antares/_contentarray.scss */
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
/* line 1, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-item {
  position: relative;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
/* line 6, templates/rt_antares/scss/antares/_animatedblock.scss */
/* line 7, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-item:hover .g-animatedblock-item-wrapper {
  opacity: 1;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 11, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-item:hover .g-animatedblock-head {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 14, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-item:hover .g-animatedblock-body {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 20, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 26, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-head {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 30, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-title {
  color: #fff;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
  font-size: 4.5rem;
  line-height: 0.9;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-animatedblock-title {
    font-size: 3rem;
    line-height: 0.85;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-animatedblock-title {
    font-size: 1.5rem;
    line-height: 1.05;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-animatedblock-title {
    font-size: 4.5rem;
    line-height: 0.9;
  }
}
@media only all and (max-width: 30rem) {
  .g-animatedblock-title {
    font-size: 2rem;
    line-height: 1.15;
  }
}
/* line 55, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-title a {
  color: #fff;
  line-height: 0.9;
}
/* line 60, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-body {
  padding: 0.5rem 2.5rem 1rem 2.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-animatedblock-body {
    padding: 0.25rem 1.5rem 0.75rem 1.5rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-animatedblock-body {
    padding: 1rem 3.5rem 2rem 3.5rem;
  }
}
/* line 69, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-body {
  background: #faa724;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 78, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-body a {
  font-weight: bold;
  color: #fff;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-animatedblock-body a {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-animatedblock-body a {
    font-size: 0.8rem;
  }
}
/* line 87, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-body a:hover {
  color: #9b6004;
}
/* line 92, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-desc {
  opacity: 0.75;
  margin: 0.6rem 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-animatedblock-desc {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-animatedblock-desc {
    font-size: 0.8rem;
  }
}
/* line 102, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-tag {
  display: inline-block;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 108, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-readmore {
  float: right;
}
/* line 110, templates/rt_antares/scss/antares/_animatedblock.scss */
.dir-rtl .g-animatedblock-readmore {
  float: left;
}
/* line 114, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-button-container {
  text-align: center;
  margin: 3rem auto 1.5rem auto;
}
/* line 118, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-button {
  border: 3px solid #141414;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  margin: 1rem auto;
  padding: 0.5rem 2rem;
  font-size: 0.9rem;
  color: inherit;
}
/* line 127, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-button:hover {
  opacity: 0.75;
}
/* line 131, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 135, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items .g-animatedblock-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 140, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items .g-animatedblock-item-wrapper {
  margin-top: 6.52%;
  margin-bottom: 6.52%;
  position: relative;
  overflow: hidden;
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 148, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-2cols, .g-animatedblock-items.g-3cols, .g-animatedblock-items.g-4cols, .g-animatedblock-items.g-5cols {
  margin-left: -2%;
  margin-right: -2%;
}
/* line 155, templates/rt_antares/scss/antares/_animatedblock.scss */
/* line 156, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-1cols .g-animatedblock-item {
  width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
/* line 159, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-1cols .g-animatedblock-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 166, templates/rt_antares/scss/antares/_animatedblock.scss */
/* line 167, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-2cols .g-animatedblock-item {
  width: 47%;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
}
/* line 170, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-2cols .g-animatedblock-item:nth-child(odd) {
  margin-right: 1%;
}
/* line 173, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-2cols .g-animatedblock-item:nth-child(even) {
  margin-left: 1%;
}
/* line 178, templates/rt_antares/scss/antares/_animatedblock.scss */
/* line 179, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-3cols .g-animatedblock-item {
  width: 30.66667%;
  -webkit-flex-basis: 30.66667%;
  -moz-flex-basis: 30.66667%;
  flex-basis: 30.66667%;
  -ms-flex-preferred-size: 30.66667%;
}
/* line 182, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-3cols .g-animatedblock-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
/* line 188, templates/rt_antares/scss/antares/_animatedblock.scss */
/* line 189, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-4cols .g-animatedblock-item {
  width: 22.5%;
  -webkit-flex-basis: 22.5%;
  -moz-flex-basis: 22.5%;
  flex-basis: 22.5%;
  -ms-flex-preferred-size: 22.5%;
}
/* line 192, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-4cols .g-animatedblock-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 196, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-4cols .g-animatedblock-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
/* line 202, templates/rt_antares/scss/antares/_animatedblock.scss */
/* line 203, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-5cols .g-animatedblock-item {
  width: 17.6%;
  -webkit-flex-basis: 17.6%;
  -moz-flex-basis: 17.6%;
  flex-basis: 17.6%;
  -ms-flex-preferred-size: 17.6%;
}
/* line 206, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-5cols .g-animatedblock-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 210, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-5cols .g-animatedblock-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
/* line 214, templates/rt_antares/scss/antares/_animatedblock.scss */
.g-animatedblock-items.g-5cols .g-animatedblock-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  /* line 221, templates/rt_antares/scss/antares/_animatedblock.scss */
  /* line 222, templates/rt_antares/scss/antares/_animatedblock.scss */
  .g-animatedblock-items[class*="cols"] .g-animatedblock-item {
    width: 96%;
    -webkit-flex-basis: 96%;
    -moz-flex-basis: 96%;
    flex-basis: 96%;
    -ms-flex-preferred-size: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
/* Safari 6.1+ */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 235, templates/rt_antares/scss/antares/_animatedblock.scss */
  .g-animatedblock-item-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* line 1, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer {
  position: relative;
  padding: 0.938rem;
}
/* line 5, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-info {
    display: block;
  }
}
/* line 12, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-left {
  padding-right: 1.563rem;
}
/* line 14, templates/rt_antares/scss/antares/_audioplayer.scss */
.dir-rtl .g-audioplayer .g-audioplayer-left {
  padding: 0;
  padding-left: 1.563rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-left {
    padding: 0;
    margin-bottom: 1.563rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-left {
    padding: 0;
    margin-bottom: 1.563rem;
  }
}
/* line 26, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
  border-radius: 3px;
  min-width: 200px;
  max-width: 200px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
    width: 100%;
  }
}
/* line 38, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-right {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
/* line 40, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-right .g-audioplayer-nowplaying {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
/* line 45, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-right .g-audioplayer-trackinfo {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
/* line 52, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-playlist {
    font-size: 1.3rem;
  }
}
/* line 59, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol {
  padding-left: 0;
}
/* line 61, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol li {
  padding: 0.925rem 0;
  list-style-position: inside;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
/* line 65, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol li a {
  color: #545353;
}
/* line 68, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol li .fa {
  padding-left: 0.625rem;
  color: #faa724;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 70, templates/rt_antares/scss/antares/_audioplayer.scss */
.dir-rtl .g-audioplayer .g-audioplayer-playlist ol li .fa {
  padding-left: 0;
  padding-right: 0.625rem;
}
/* line 78, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-playlist ol li.playing .fa {
  opacity: 1;
}
/* line 84, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-button {
  float: right;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-button {
    float: none;
  }
}
@media only all and (max-width: 30rem) {
  .g-audioplayer .g-audioplayer-button {
    float: none;
  }
}
/* line 92, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .g-audioplayer-button .button {
  padding: 0.4rem 1.4rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-button .button {
    margin: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-audioplayer .g-audioplayer-button .button {
    margin: 0;
  }
}
/* line 102, templates/rt_antares/scss/antares/_audioplayer.scss */
/* line 103, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 105, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button {
  width: 72px;
  height: 62px;
  border-radius: 5px;
  background: #545353;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  margin: 0.425rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 116, templates/rt_antares/scss/antares/_audioplayer.scss */
/* line 117, templates/rt_antares/scss/antares/_audioplayer.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button .fa-step-forward, .dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button .fa-step-backward {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 121, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:first-child {
  margin-left: 0;
}
/* line 123, templates/rt_antares/scss/antares/_audioplayer.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:first-child {
  margin: 0.425rem;
  margin-right: 0;
}
/* line 128, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:last-child {
  margin-right: 0;
}
/* line 130, templates/rt_antares/scss/antares/_audioplayer.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:last-child {
  margin: 0.425rem;
  margin-left: 0;
}
/* line 135, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:hover {
  background: #faa724;
}
/* line 140, templates/rt_antares/scss/antares/_audioplayer.scss */
/* line 141, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .play-pause .loading, .g-audioplayer .audiojs .play-pause .error, .g-audioplayer .audiojs .play-pause .pause {
  display: none;
}
/* line 145, templates/rt_antares/scss/antares/_audioplayer.scss */
/* line 146, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs.playing .pause {
  display: block;
}
/* line 149, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs.playing .play {
  display: none;
}
/* line 153, templates/rt_antares/scss/antares/_audioplayer.scss */
/* line 154, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs.loading .loading {
  display: block;
}
/* line 157, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs.loading .pause, .g-audioplayer .audiojs.loading .play {
  display: none;
}
/* line 161, templates/rt_antares/scss/antares/_audioplayer.scss */
/* line 162, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs.error .error {
  display: block;
}
/* line 165, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs.error .pause, .g-audioplayer .audiojs.error .play {
  display: none;
}
/* line 168, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs.error .scrubber {
  display: none;
}
/* line 172, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .error-message {
  margin: 0.625rem 0;
  color: #ef4a44;
}
/* line 176, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .scrubber {
  margin: 0.625rem 0;
  padding-bottom: 0.5rem;
  position: relative;
}
/* line 180, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .scrubber .progress {
  height: 6px;
  background: #faa724;
}
/* line 184, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .scrubber .loaded {
  height: 6px;
  background: rgba(128, 128, 128, 0.1);
  position: absolute;
  top: 0;
}
/* line 191, templates/rt_antares/scss/antares/_audioplayer.scss */
.g-audioplayer .audiojs .time {
  font-size: 1.2rem;
  font-weight: 400;
}
/* line 1, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 2, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent h1 {
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: -2px;
  opacity: 0.5;
  line-height: 3.75rem;
}
/* line 9, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-headline {
  font-family: "Dosis";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
/* line 17, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-description {
  font-size: 1.2rem;
}
/* line 20, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-readon {
  margin-top: 1rem;
}
/* line 23, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-subcontent-title {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  margin: 1rem 0;
  text-transform: uppercase;
}
/* line 29, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-icons {
  display: block;
}
/* line 32, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-subcontent-subtitle {
  font-family: "Dosis";
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1;
}
/* line 38, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-subcontent-desc {
  font-size: 0.9rem;
  position: relative;
}
/* line 42, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-subcontent-readon {
  margin-top: 1rem;
}
/* line 45, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-linkicon {
  background: #faa724;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 0.5rem;
}
/* line 53, templates/rt_antares/scss/antares/_blockcontent.scss */
.dir-rtl .g-blockcontent .g-blockcontent-linkicon {
  margin-right: 0;
  margin-left: 0.5rem;
}
/* line 57, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent .g-blockcontent-linkicon i {
  color: #9b6004;
  font-size: 1.25rem;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 66, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-alttext {
  display: inline-block;
  font-size: 1.5rem;
  height: 50px;
  margin-left: 0.5rem;
  vertical-align: middle;
}
/* line 73, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-1, .g-blockcontent-style-2 {
  border-top: 3px solid rgba(0, 0, 0, 0.08);
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
}
/* line 77, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 78, templates/rt_antares/scss/antares/_blockcontent.scss */
.dir-ltr .g-blockcontent-style-1 .g-blockcontent-subcontent-block, .dir-ltr .g-blockcontent-style-2 .g-blockcontent-subcontent-block {
  border-right: 3px solid rgba(0, 0, 0, 0.08);
}
/* line 81, templates/rt_antares/scss/antares/_blockcontent.scss */
.dir-rtl .g-blockcontent-style-1 .g-blockcontent-subcontent-block, .dir-rtl .g-blockcontent-style-2 .g-blockcontent-subcontent-block {
  border-left: 3px solid rgba(0, 0, 0, 0.08);
}
/* line 84, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 85, templates/rt_antares/scss/antares/_blockcontent.scss */
.dir-ltr .g-blockcontent-style-1 .g-blockcontent-subcontent-block:last-child, .dir-ltr .g-blockcontent-style-2 .g-blockcontent-subcontent-block:last-child {
  border-right: 0;
  border-bottom: 0;
}
/* line 89, templates/rt_antares/scss/antares/_blockcontent.scss */
.dir-rtl .g-blockcontent-style-1 .g-blockcontent-subcontent-block:last-child, .dir-rtl .g-blockcontent-style-2 .g-blockcontent-subcontent-block:last-child {
  border-left: 0;
  border-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-blockcontent-style-1 .g-blockcontent-subcontent-block, .g-blockcontent-style-2 .g-blockcontent-subcontent-block {
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  }
  /* line 96, templates/rt_antares/scss/antares/_blockcontent.scss */
  .dir-ltr .g-blockcontent-style-1 .g-blockcontent-subcontent-block, .dir-ltr .g-blockcontent-style-2 .g-blockcontent-subcontent-block {
    border-right: 0;
  }
  /* line 99, templates/rt_antares/scss/antares/_blockcontent.scss */
  .dir-rtl .g-blockcontent-style-1 .g-blockcontent-subcontent-block, .dir-rtl .g-blockcontent-style-2 .g-blockcontent-subcontent-block {
    border-left: 0;
  }
}
/* line 105, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 106, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 107, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-1 .g-blockcontent .g-blockcontent-icons {
  margin: 0 auto 1rem auto;
  border: 2px solid;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
}
/* line 117, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 119, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 120, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-2 .g-blockcontent .g-blockcontent-subcontent-block-content-head, .g-blockcontent-style-3 .g-blockcontent .g-blockcontent-subcontent-block-content-head {
  float: left;
  width: 20%;
}
/* line 123, templates/rt_antares/scss/antares/_blockcontent.scss */
.dir-rtl .g-blockcontent-style-2 .g-blockcontent .g-blockcontent-subcontent-block-content-head, .dir-rtl .g-blockcontent-style-3 .g-blockcontent .g-blockcontent-subcontent-block-content-head {
  float: right;
}
/* line 127, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-2 .g-blockcontent .g-blockcontent-subcontent-block-content-body, .g-blockcontent-style-3 .g-blockcontent .g-blockcontent-subcontent-block-content-body {
  float: right;
  width: 80%;
  padding-left: 1rem;
}
/* line 131, templates/rt_antares/scss/antares/_blockcontent.scss */
.dir-rtl .g-blockcontent-style-2 .g-blockcontent .g-blockcontent-subcontent-block-content-body, .dir-rtl .g-blockcontent-style-3 .g-blockcontent .g-blockcontent-subcontent-block-content-body {
  float: right;
  padding-left: 0;
  padding-right: 1rem;
}
/* line 136, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-2 .g-blockcontent .g-blockcontent-subcontent-block-content-body h4, .g-blockcontent-style-3 .g-blockcontent .g-blockcontent-subcontent-block-content-body h4 {
  margin-top: 0;
}
/* line 140, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-2 .g-blockcontent .g-blockcontent-subcontent-title, .g-blockcontent-style-3 .g-blockcontent .g-blockcontent-subcontent-title {
  margin-bottom: 0.5rem;
}
/* line 145, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 146, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 147, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 148, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-2 .g-blockcontent .g-blockcontent-subcontent-block-content-head .g-blockcontent-subcontent-img {
  border-radius: 100%;
}
/* line 154, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 155, templates/rt_antares/scss/antares/_blockcontent.scss */
/* line 156, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-3 .g-blockcontent .g-blockcontent-subcontent-block-content-head {
  border: 2px solid;
  padding: 0.5rem 0;
}
/* line 160, templates/rt_antares/scss/antares/_blockcontent.scss */
.g-blockcontent-style-3 .g-blockcontent .g-blockcontent-icons {
  margin: auto;
}
/* line 1, templates/rt_antares/scss/antares/_calendar.scss */
/* line 2, templates/rt_antares/scss/antares/_calendar.scss */
/* line 3, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 13, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
/* line 19, templates/rt_antares/scss/antares/_calendar.scss */
/* line 23, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr {
  overflow: hidden;
  font-size: 1vw;
}
@media (max-width: 100rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/theme/mixins/_typography.scss */
  .g-calendar-particle .g-calendar .clndr {
    font-size: 1rem;
  }
}
/* line 27, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls {
  font-size: 1.15vw;
  line-height: 3.5;
  background-color: #faa724;
  color: #fff;
}
@media (max-width: 100rem) {
  .g-calendar-particle .g-calendar .clndr .controls {
    font-size: 1.15rem;
  }
}
/* line 33, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button {
  width: 10%;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 42, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button:hover, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button:hover {
  background-color: #e68f05;
}
/* line 47, templates/rt_antares/scss/antares/_calendar.scss */
/* line 48, templates/rt_antares/scss/antares/_calendar.scss */
/* line 49, templates/rt_antares/scss/antares/_calendar.scss */
/* line 50, templates/rt_antares/scss/antares/_calendar.scss */
.dir-rtl .g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button .fa-arrow-circle-left:before {
  content: "\f0a9";
}
/* line 57, templates/rt_antares/scss/antares/_calendar.scss */
/* line 58, templates/rt_antares/scss/antares/_calendar.scss */
/* line 59, templates/rt_antares/scss/antares/_calendar.scss */
/* line 60, templates/rt_antares/scss/antares/_calendar.scss */
.dir-rtl .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button .fa-arrow-circle-right:before {
  content: "\f0a8";
}
/* line 67, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .controls .month-year {
  width: 80%;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
/* line 77, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container {
  position: relative;
  width: 100%;
  height: 400px;
}
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-calendar-particle .g-calendar .clndr .days-container {
    height: 575px;
  }
}
/* line 87, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
/* line 96, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day, .g-calendar-particle .g-calendar .clndr .days-container .days .empty {
  width: 14.2857142857%;
  display: inline-block;
  padding: 8px 0;
  line-height: 2.5;
  text-align: center;
  color: #545353;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 106, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.today, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.today {
  color: #000;
  font-weight: 500;
}
/* line 111, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event {
  background-color: #616060;
  border-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
/* line 118, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event:hover, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event:hover {
  background-color: #545353;
}
/* line 123, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.adjacent-month, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
/* line 128, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
/* line 133, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .headers {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9fafb;
}
/* line 137, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .headers .day-header {
  width: 14.2857142857%;
  display: inline-block;
  padding: 1rem 0;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  color: rgba(80, 50, 2, 0.4);
  letter-spacing: 1px;
}
/* line 151, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events {
  position: absolute;
  left: 100%;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
/* line 160, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .headers {
  position: relative;
}
/* line 164, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #faa724;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
/* line 173, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 182, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .x-button:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 186, templates/rt_antares/scss/antares/_calendar.scss */
.dir-rtl .g-calendar-particle .g-calendar .clndr .days-container .events .x-button {
  right: 20px;
  left: auto;
}
/* line 192, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list {
  overflow-y: auto;
  height: 90%;
}
/* line 196, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event {
  padding: 8px 20px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
/* line 201, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event a {
  position: relative;
  letter-spacing: 1px;
  background-color: transparent;
  color: #545353;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 209, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event a:hover {
  color: #6e6c6c;
}
/* line 214, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-desc {
  display: block;
  padding: 5px 0;
  font-size: 0.7vw;
}
@media (max-width: 142.8571428571rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-desc {
    font-size: 1rem;
  }
}
/* line 223, templates/rt_antares/scss/antares/_calendar.scss */
/* line 224, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container.show-events .days {
  left: -100%;
}
/* line 228, templates/rt_antares/scss/antares/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container.show-events .events {
  left: 0;
}
/* line 1, templates/rt_antares/scss/antares/_swiper.scss */
/* line 2, templates/rt_antares/scss/antares/_swiper.scss */
@media only all and (max-width: 47.99rem) {
  /* line 4, templates/rt_antares/scss/antares/_swiper.scss */
  .g-swiper.multislides .g-swiper-title, .g-swiper.multislides .g-swiper-text {
    font-size: 1rem !important;
  }
  /* line 7, templates/rt_antares/scss/antares/_swiper.scss */
  .g-swiper.multislides .button {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.75rem !important;
  }
  /* line 11, templates/rt_antares/scss/antares/_swiper.scss */
  /* line 12, templates/rt_antares/scss/antares/_swiper.scss */
  .g-swiper.multislides .swiper-navigation > div {
    font-size: 2rem !important;
  }
}
/* line 19, templates/rt_antares/scss/antares/_swiper.scss */
/* line 20, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
/* line 28, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: 10px;
}
/* line 35, templates/rt_antares/scss/antares/_swiper.scss */
/* line 36, templates/rt_antares/scss/antares/_swiper.scss */
/* line 37, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper.swiper-container-vertical .swiper-navigation + .swiper-pagination-bullets {
  top: unset;
  bottom: 0;
  transform: none;
}
/* line 44, templates/rt_antares/scss/antares/_swiper.scss */
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    right: 0;
  }
}
/* line 50, templates/rt_antares/scss/antares/_swiper.scss */
.dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 47.99rem) {
  .dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    left: 0;
  }
}
/* line 61, templates/rt_antares/scss/antares/_swiper.scss */
/* line 62, templates/rt_antares/scss/antares/_swiper.scss */
/* line 63, templates/rt_antares/scss/antares/_swiper.scss */
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: 10px;
  }
  /* line 67, templates/rt_antares/scss/antares/_swiper.scss */
  .dir-rtl .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: auto;
    left: 10px;
  }
}
/* line 76, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper div[class*="swiper-pagination-parent"] {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
}
/* line 83, templates/rt_antares/scss/antares/_swiper.scss */
/* line 84, templates/rt_antares/scss/antares/_swiper.scss */
/* line 85, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 1rem;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  height: 22px;
  width: 22px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  outline: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
/* line 103, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
/* line 109, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
/* line 123, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border-color: #fff;
}
/* line 128, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #000;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
/* line 143, templates/rt_antares/scss/antares/_swiper.scss */
/* line 144, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #faa724;
}
/* line 149, templates/rt_antares/scss/antares/_swiper.scss */
/* line 150, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide {
  position: relative;
}
/* line 153, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .swiper-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 164, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide video {
  position: absolute;
  z-index: 10;
  width: 100%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
/* line 178, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .swiper-link-overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}
/* line 185, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide {
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 20;
}
/* line 195, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
/* line 201, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
  text-align: center;
}
/* line 204, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.3;
  margin: 1rem 4rem;
  max-width: 1200px;
  color: #fff;
}
@media (max-width: 118.1818181818rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1.3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1rem;
  }
}
/* line 217, templates/rt_antares/scss/antares/_swiper.scss */
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.3;
  margin: 1rem 3rem;
  color: #fff;
}
@media (max-width: 120rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.2rem;
  }
}
/* line 229, templates/rt_antares/scss/antares/_swiper.scss */
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
}
/* line 242, templates/rt_antares/scss/antares/_swiper.scss */
/* line 243, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
  position: absolute;
  font-size: 4rem;
  color: #fff;
  outline: none;
  z-index: 20;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 47.99rem) {
  .swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
    font-size: 3rem;
  }
}
/* line 260, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-navigation div[class*="button-next"] {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
/* line 268, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-navigation div[class*="button-prev"] {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
/* line 276, templates/rt_antares/scss/antares/_swiper.scss */
/* line 277, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-navigation.rtl div[class*="button-prev"] {
  right: 1rem;
  left: auto;
}
/* line 282, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-navigation.rtl div[class*="button-next"] {
  right: auto;
  left: 1rem;
}
/* line 289, templates/rt_antares/scss/antares/_swiper.scss */
div[class*="g-swiper-thumbs"] {
  margin: 2rem 0;
  font-weight: 700;
}
/* line 293, templates/rt_antares/scss/antares/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs {
  box-sizing: border-box;
  cursor: pointer;
}
/* line 298, templates/rt_antares/scss/antares/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  position: relative;
  pointer-events: auto;
}
/* line 306, templates/rt_antares/scss/antares/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 0.9vw;
  height: 100%;
  margin: -1rem 2rem 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 111.1111111111rem) {
  div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
    font-size: 1rem;
  }
}
/* line 316, templates/rt_antares/scss/antares/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title span {
  z-index: 2;
}
/* line 321, templates/rt_antares/scss/antares/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 6px;
  transition: opacity 0.5s ease-in-out;
}
/* line 331, templates/rt_antares/scss/antares/_swiper.scss */
/* line 332, templates/rt_antares/scss/antares/_swiper.scss */
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide-thumb-active:before {
  opacity: 0.25;
}
/* line 337, templates/rt_antares/scss/antares/_swiper.scss */
/* line 338, templates/rt_antares/scss/antares/_swiper.scss */
div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
  font-size: 3rem;
  opacity: 1;
  z-index: 20;
}
@media only all and (max-width: 47.99rem) {
  div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
    font-size: 2rem;
  }
}
/*******************************************/
/* kenburns animation */
/*******************************************/
/* line 354, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburns {
  -webkit-animation: kenburns ease-out;
  -moz-animation: kenburns ease-out;
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  /* line 359, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 362, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
@keyframes kenburns {
  /* line 368, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 371, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
/* line 379, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  -moz-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  /* line 384, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 387, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  /* line 393, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 396, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
/* line 404, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  /* line 410, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 413, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  /* line 419, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 422, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
/* line 430, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  /* line 436, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 439, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  /* line 445, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 448, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
/* line 456, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  /* line 462, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 465, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  /* line 471, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 474, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
/* line 482, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  /* line 488, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 491, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  /* line 497, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 500, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
/* line 508, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  /* line 514, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 517, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  /* line 523, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 526, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
/* line 534, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  /* line 540, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 543, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  /* line 549, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 552, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
/* line 560, templates/rt_antares/scss/antares/_swiper.scss */
.swiper-slide-active .kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  /* line 566, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 569, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  /* line 575, templates/rt_antares/scss/antares/_swiper.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 578, templates/rt_antares/scss/antares/_swiper.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/* line 1, templates/rt_antares/scss/antares/_promocontent.scss */
.g-superpromo, .g-promo {
  font-size: 6rem;
  font-style: italic;
  letter-spacing: 0.25rem;
}
/* line 8, templates/rt_antares/scss/antares/_promocontent.scss */
.g-superpromo {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 1rem 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-superpromo {
    font-size: 4rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-superpromo {
    font-size: 2.5rem;
  }
}
/* line 20, templates/rt_antares/scss/antares/_promocontent.scss */
.g-promo {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-promo {
    font-size: 4rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo {
    font-size: 2.5rem;
  }
}
/* line 32, templates/rt_antares/scss/antares/_promocontent.scss */
.g-subpromo {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "exo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-subpromo {
    font-size: 1.25rem;
    line-height: 1.15;
  }
}
/* line 44, templates/rt_antares/scss/antares/_promocontent.scss */
.g-block-action-button, .g-promocontent-altlink {
  margin-top: 2rem;
}
/* line 48, templates/rt_antares/scss/antares/_promocontent.scss */
.g-textpromo {
  font-size: 1.25rem;
  line-height: 1.5;
  opacity: 0.75;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-textpromo {
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-textpromo {
    font-size: 1rem;
  }
}
/* line 60, templates/rt_antares/scss/antares/_promocontent.scss */
.g-promocontent-box {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  border-top: 3px solid #faa724;
  padding: 1rem 2rem;
}
/* line 64, templates/rt_antares/scss/antares/_promocontent.scss */
.g-promocontent-box .g-title {
  color: #faa724;
}
/* line 66, templates/rt_antares/scss/antares/_promocontent.scss */
.g-promocontent-box .g-title span {
  font-weight: 700;
}
/* line 70, templates/rt_antares/scss/antares/_promocontent.scss */
.g-promocontent-box .g-tags {
  list-style: none;
  font-family: "Dosis";
  font-weight: 400;
  font-size: 1.15rem;
  margin: 0;
  text-transform: none;
}
/* line 77, templates/rt_antares/scss/antares/_promocontent.scss */
.g-promocontent-box .g-tags li {
  display: block;
  color: inherit;
  background: transparent;
  margin-bottom: 0.75rem;
}
/* line 1, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 2, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem -0.25rem;
}
/* line 8, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-desc {
  margin-bottom: 1rem;
}
/* line 11, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
}
/* line 15, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item i.fa, .g-gridcontent .g-gridcontent-item span {
  display: block;
}
/* line 18, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item i.fa {
  margin: 1rem auto 2.5rem auto;
}
/* line 22, templates/rt_antares/scss/antares/_gridcontent.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-readmore {
    text-align: center !important;
    margin-top: 1rem;
  }
}
/* line 27, templates/rt_antares/scss/antares/_gridcontent.scss */
.dir-rtl .g-gridcontent .g-gridcontent-readmore {
  text-align: left;
}
/* line 31, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-img, .g-gridcontent .g-gridcontent-item-content {
  position: relative;
}
/* line 34, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-content {
  border-top: 5px solid #faa724;
  padding: 3rem 2rem;
}
/* line 37, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-content .button {
  margin-top: 1rem;
}
/* line 41, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-text1, .g-gridcontent .g-gridcontent-item-text2 {
  text-transform: uppercase;
}
/* line 44, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-text1 {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
}
/* line 49, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item-text2 {
  font-family: "Dosis";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.25;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gridcontent .g-gridcontent-item-text2 {
    font-size: 2.25rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-item-text2 {
    font-size: 1.5rem;
  }
}
/* line 61, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 62, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-1 .g-gridcontent-item-content {
  background-color: #faa724;
  color: #fff;
}
/* line 66, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-1 .button.button-3, .g-gridcontent .g-gridcontent-title-style-1 .button.button-4 {
  border: 2px solid #fff;
  color: #fff !important;
}
/* line 69, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-1 .button.button-3:hover, .g-gridcontent .g-gridcontent-title-style-1 .button.button-4:hover {
  border: 2px solid #cd7f05;
  color: #cd7f05 !important;
}
/* line 75, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 76, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-2 .g-gridcontent-item-content {
  background-color: rgba(84, 83, 83, 0.15);
  color: #545353;
}
/* line 80, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-2 .button.button-4 {
  border: 2px solid #545353;
  color: #545353 !important;
}
/* line 83, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-2 .button.button-4:hover {
  border: 2px solid #faa724;
  color: #faa724 !important;
}
/* line 89, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 90, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-3 .g-gridcontent-item-content {
  width: 80%;
  margin: -6.25rem auto 0 auto;
  padding: 2rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 1));
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 1));
  color: #545353;
}
/* line 97, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-3 .g-gridcontent-item-text2 {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 2.25rem;
  line-height: 1.25;
  margin: 1rem 0;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-title-style-3 .g-gridcontent-item-text2 {
    font-size: 1.75rem;
  }
}
/* line 108, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 109, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-3 .button.button-4:hover {
  border: 2px solid #faa724;
  color: #faa724 !important;
}
/* line 115, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 116, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-4 .g-gridcontent-item-content {
  border-top: 0;
  padding: 0;
  margin-bottom: 1rem;
}
/* line 121, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-4 .g-gridcontent-item-text2 {
  font-family: "Dosis";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  width: 80%;
  margin: 1rem auto 0.5rem auto;
}
/* line 129, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-style-4 .g-gridcontent-item-desc {
  font-size: 0.9rem;
}
/* line 133, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .button.button-4 {
  border: 2px solid;
}
/* line 136, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .button.arrow {
  background: transparent;
  border: 0;
  color: inherit !important;
  padding: 0.5rem 0;
}
/* line 141, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .button.arrow:after {
  font-family: FontAwesome;
  content: "\f178";
  font-size: 2rem;
}
/* line 145, templates/rt_antares/scss/antares/_gridcontent.scss */
.dir-rtl .g-gridcontent .button.arrow:after {
  content: "\f177";
}
/* line 149, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .button.arrow:hover {
  color: #faa724 !important;
}
/* line 153, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 154, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-2cols .g-gridcontent-item {
  width: 50%;
}
/* line 158, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 159, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-3cols .g-gridcontent-item {
  width: 33.33333%;
}
/* line 163, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 164, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-4cols .g-gridcontent-item {
  width: 25%;
}
/* line 168, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 169, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-5cols .g-gridcontent-item {
  width: 20%;
}
/* line 173, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 174, templates/rt_antares/scss/antares/_gridcontent.scss */
.g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
  width: 16.66667%;
}
/* line 179, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 180, templates/rt_antares/scss/antares/_gridcontent.scss */
@media only all and (max-width: 30rem) {
  .g-gridcontent .g-gridcontent-2cols .g-gridcontent-item {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 185, templates/rt_antares/scss/antares/_gridcontent.scss */
  .g-typography .g-gridcontent .g-gridcontent-2cols .g-gridcontent-item {
    width: 100%;
  }
}
/* line 191, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 192, templates/rt_antares/scss/antares/_gridcontent.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-3cols .g-gridcontent-item, .g-gridcontent .g-gridcontent-5cols .g-gridcontent-item {
    width: 100%;
  }
}
/* line 198, templates/rt_antares/scss/antares/_gridcontent.scss */
/* line 199, templates/rt_antares/scss/antares/_gridcontent.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-4cols .g-gridcontent-item, .g-gridcontent .g-gridcontent-6cols .g-gridcontent-item {
    width: 50%;
  }
}
/* line 1, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 2, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 7, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
}
/* line 12, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-readmore {
  margin: 1rem auto;
}
/* line 16, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-link {
  color: #fff !important;
}
/* line 19, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 25, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-text {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  padding: 3rem;
  border: 2px solid transparent;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 32, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-text:hover {
  background: rgba(200, 154, 28, 0.8);
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 1.5rem 1rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 1rem 0.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 2rem;
  }
}
/* line 45, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-tag, .g-gridpromogallery .g-gridpromogallery-item-title, .g-gridpromogallery .g-gridpromogallery-item-desc {
  display: block;
  margin: 2rem 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-tag, .g-gridpromogallery .g-gridpromogallery-item-title, .g-gridpromogallery .g-gridpromogallery-item-desc {
    margin: 1.5rem 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-tag, .g-gridpromogallery .g-gridpromogallery-item-title, .g-gridpromogallery .g-gridpromogallery-item-desc {
    margin: 1rem 0;
  }
}
/* line 55, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-tag {
  font-family: "Dosis";
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
}
/* line 64, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-title {
  font-family: "Dosis";
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 1rem 0;
  position: relative;
}
/* line 73, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-desc {
  text-transform: uppercase;
  line-height: 1.5;
}
/* line 78, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-arrow {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateX(-1rem);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 84, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.dir-rtl .g-gridpromogallery .g-gridpromogallery-item-arrow {
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  transform: translateX(1rem);
}
/* line 87, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-arrow:before {
  font-family: FontAwesome;
  font-size: 1.5rem;
  content: "\f178";
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-arrow:before {
    bottom: 0.5rem;
    right: 1rem;
  }
}
/* line 99, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.dir-rtl .g-gridpromogallery .g-gridpromogallery-item-arrow:before {
  content: "\f177";
  right: inherit;
  left: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .dir-rtl .g-gridpromogallery .g-gridpromogallery-item-arrow:before {
    right: inherit;
    bottom: 0.5rem;
    left: 1rem;
  }
}
/* line 112, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 113, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item {
  width: 50%;
}
/* line 117, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 118, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-3cols .g-gridpromogallery-item {
  width: 33.33333%;
}
/* line 122, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 123, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item {
  width: 25%;
}
/* line 127, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 128, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-5cols .g-gridpromogallery-item {
  width: 20%;
}
/* line 132, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 133, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
  width: 16.66667%;
}
/* line 138, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 139, templates/rt_antares/scss/antares/_gridpromogallery.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridpromogallery .g-gridpromogallery-3cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-5cols .g-gridpromogallery-item {
    width: 100%;
  }
}
/* line 145, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 146, templates/rt_antares/scss/antares/_gridpromogallery.scss */
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
    width: 100%;
  }
}
/* line 156, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 157, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 158, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-1.g-gridpromogallery-item .g-gridpromogallery-item-tag, .g-promogallery-style-1.g-gridpromogallery-item .g-gridpromogallery-item-desc {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 163, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-1.g-gridpromogallery-item .g-gridpromogallery-item-tag {
  -webkit-transform: translateY(-2rem);
  -moz-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
/* line 166, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-1.g-gridpromogallery-item .g-gridpromogallery-item-desc {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 169, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 170, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-tag, .g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-desc {
  opacity: 1;
}
/* line 174, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-tag {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 177, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-desc {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 180, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 187, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 188, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 189, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-2.g-gridpromogallery-item .g-gridpromogallery-item-text {
  background: #fff;
}
/* line 192, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-2.g-gridpromogallery-item .g-gridpromogallery-item-tag, .g-promogallery-style-2.g-gridpromogallery-item .g-gridpromogallery-item-desc {
  color: #1a1a1a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 198, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 199, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-2.g-gridpromogallery-item:hover .g-gridpromogallery-item-text {
  background: rgba(200, 154, 28, 0.8);
  border: 2px solid transparent !important;
}
/* line 203, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-2.g-gridpromogallery-item:hover .g-gridpromogallery-item-tag, .g-promogallery-style-2.g-gridpromogallery-item:hover .g-gridpromogallery-item-desc {
  color: #1a1a1a;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 208, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-promogallery-style-2.g-gridpromogallery-item:hover .g-gridpromogallery-item-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 215, templates/rt_antares/scss/antares/_gridpromogallery.scss */
/* line 216, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-border-top .g-gridpromogallery-item-text {
  border-top: 2px solid rgba(0, 0, 0, 0.08);
}
/* line 219, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-border-right .g-gridpromogallery-item-text {
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}
/* line 222, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-border-bottom .g-gridpromogallery-item-text {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
/* line 225, templates/rt_antares/scss/antares/_gridpromogallery.scss */
.g-border-left .g-gridpromogallery-item-text {
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}
/* line 1, templates/rt_antares/scss/antares/_contenttabs.scss */
.ui-tabs {
  position: relative;
}
/* line 3, templates/rt_antares/scss/antares/_contenttabs.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 6, templates/rt_antares/scss/antares/_contenttabs.scss */
.ui-tabs .ui-tabs-nav li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  float: left;
  border-bottom-width: 0;
  padding: 0;
  outline: none;
}
/* line 13, templates/rt_antares/scss/antares/_contenttabs.scss */
/* line 14, templates/rt_antares/scss/antares/_contenttabs.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
/* line 18, templates/rt_antares/scss/antares/_contenttabs.scss */
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
  cursor: text;
}
/* line 21, templates/rt_antares/scss/antares/_contenttabs.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
/* line 25, templates/rt_antares/scss/antares/_contenttabs.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  text-decoration: none;
}
/* line 30, templates/rt_antares/scss/antares/_contenttabs.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
/* line 34, templates/rt_antares/scss/antares/_contenttabs.scss */
/* line 35, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-container {
  list-style: none;
}
/* line 38, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab {
  outline: none;
}
/* line 41, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-subtitle, .g-contenttabs .g-contenttabs-tab-title {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  outline: none;
}
/* line 47, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-subtitle {
  position: relative;
  font-size: 2rem;
}
/* line 51, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-title {
  font-family: "Dosis";
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 1rem;
  padding: 0 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-contenttabs .g-contenttabs-tab-title {
    display: none;
  }
}
/* line 63, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-tag {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-style: italic;
  color: rgba(255, 255, 255, 0.95);
}
/* line 71, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-content-tag span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  padding: 0.15rem 0.5rem;
  border-radius: 2px;
}
/* line 78, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-head {
  display: block;
  margin-bottom: 1rem;
  cursor: pointer;
}
/* line 83, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs .g-contenttabs-tab-wrapper-body {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 3rem;
}
/* line 91, templates/rt_antares/scss/antares/_contenttabs.scss */
/* line 92, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs-style-center .g-contenttabs-tab-wrapper {
  margin: 0;
}
/* line 97, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs-style-center {
  text-align: center;
  margin-bottom: 5rem;
}
/* line 100, templates/rt_antares/scss/antares/_contenttabs.scss */
/* line 101, templates/rt_antares/scss/antares/_contenttabs.scss */
/* line 102, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs-style-center .g-contenttabs-tab-wrapper.ui-tabs-active .g-contenttabs-tab-subtitle, .g-contenttabs-style-center .g-contenttabs-tab-wrapper.ui-tabs-active .g-contenttabs-tab-title {
  color: #fff;
}
/* line 106, templates/rt_antares/scss/antares/_contenttabs.scss */
/* line 107, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs-style-center .g-contenttabs-tab-wrapper.ui-tabs-active .g-contenttabs-tab-subtitle:before {
  background: #fff;
}
/* line 113, templates/rt_antares/scss/antares/_contenttabs.scss */
/* line 114, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs-style-center .g-icon-triangle-stroked:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 119, templates/rt_antares/scss/antares/_contenttabs.scss */
/* line 120, templates/rt_antares/scss/antares/_contenttabs.scss */
.g-contenttabs-style-center .g-contenttabs-tab-subtitle:before {
  background: rgba(255, 255, 255, 0.25);
  content: "";
  height: 2px;
  left: 0;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 134, templates/rt_antares/scss/antares/_contenttabs.scss */
  /* line 135, templates/rt_antares/scss/antares/_contenttabs.scss */
  .g-icon-triangle-stroked:before {
    position: relative;
    top: -6px;
  }
}
@media print {
  /* line 143, templates/rt_antares/scss/antares/_contenttabs.scss */
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_popupmodule.scss */
.g-popupmodule-module-wrapper {
  display: none;
}
/* line 6, templates/rt_antares/scss/antares/_popupmodule.scss */
/* line 7, templates/rt_antares/scss/antares/_popupmodule.scss */
/* line 8, templates/rt_antares/scss/antares/_popupmodule.scss */
.rokbox-content #login-form .input-prepend .input-small, .rokbox-content #login-form .input-append .input-small {
  width: 240px;
}
/* line 13, templates/rt_antares/scss/antares/_popupmodule.scss */
.rokbox-content #modlgn-secretkey {
  width: 200px !important;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 19, templates/rt_antares/scss/antares/_popupmodule.scss */
  /* line 20, templates/rt_antares/scss/antares/_popupmodule.scss */
  #login-form .input-prepend, #login-form .input-append {
    width: 95% !important;
  }
  /* line 24, templates/rt_antares/scss/antares/_popupmodule.scss */
  #login-form #modlgn-secretkey {
    width: 183px !important;
  }
}
/* line 1, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid {
  position: relative;
  margin: 0 auto;
}
/* line 4, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 30rem) {
  .g-popupgrid {
    width: 100% !important;
  }
}
/* line 19, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-loaded::after {
  opacity: 0;
}
/* line 23, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item {
  padding: 0.938rem;
  z-index: 1001;
}
@media only all and (max-width: 30rem) {
  .g-popupgrid-item {
    width: 100% !important;
  }
}
/* line 31, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-current {
  opacity: 0 !important;
}
/* line 35, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-img-wrap {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  background: -webkit-linear-gradient(rgba(250, 167, 36, 0.75), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(250, 167, 36, 0.75), rgba(0, 0, 0, 0.5));
}
/* line 42, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus, .g-popupgrid-item-img-wrap:hover {
  outline: none;
}
/* line 44, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus img, .g-popupgrid-item-img-wrap:hover img {
  opacity: 0.7;
}
/* line 46, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-zoom .g-popupgrid-item-img-wrap:focus img, .g-zoom .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 49, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-rotate .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
/* line 52, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-blur .g-popupgrid-item-img-wrap:focus img, .g-blur .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 55, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-grayscale .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 58, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-zoomout.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-zoomout.g-rotate .g-popupgrid-item-img-wrap:hover img {
  -webkit-transform: rotate(5deg) scale(1.15);
  -moz-transform: rotate(5deg) scale(1.15);
  -ms-transform: rotate(5deg) scale(1.15);
  -o-transform: rotate(5deg) scale(1.15);
  transform: rotate(5deg) scale(1.15);
}
/* line 61, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-blur.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-blur.g-grayscale .g-popupgrid-item-img-wrap:hover img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
/* line 65, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-img-wrap:focus .g-popupgrid-description-preview-icon, .g-popupgrid-item-img-wrap:hover .g-popupgrid-description-preview-icon {
  opacity: 1;
}
/* line 69, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-img-wrap img {
  display: block;
  opacity: 0.65;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 76, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-tag {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  margin: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
/* line 89, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-title {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 400;
}
/* line 97, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-content, .g-popupgrid-item-img-wrap .g-popupgrid-description-preview-readmore {
  display: none;
}
/* line 103, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
/* line 124, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-preview::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #262626;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 137, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-preview-open {
  pointer-events: auto;
  visibility: visible;
  z-index: 99999;
}
/* line 141, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-preview-open::before {
  opacity: 1;
}
/* line 146, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-clone {
  position: fixed;
  z-index: 110;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
/* line 153, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-original {
  position: relative;
  z-index: 120;
  display: block;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 162, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-preview-open .g-popupgrid-animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}
/* line 168, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
/* line 174, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-description {
  color: #fff;
}
/* line 178, templates/rt_antares/scss/antares/_popupgrid.scss */
/* line 179, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-preview-area:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* line 190, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-overlay-enable.g-popupgrid-description-preview-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(250, 167, 36, 0.75);
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 200, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-overlay-enable.g-popupgrid-description-preview-icon span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
/* line 208, templates/rt_antares/scss/antares/_popupgrid.scss */
/* line 209, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-overlay-disable.g-popupgrid-description-preview-icon span {
  display: none;
}
/* line 214, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-description-preview {
  font-size: 2em;
  position: absolute;
  z-index: 140;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 1em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
/* line 244, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-preview-open .g-popupgrid-description-preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 252, templates/rt_antares/scss/antares/_popupgrid.scss */
/* line 253, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.75;
}
@media only all and (max-width: 47.99rem) {
  .g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
/* line 264, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
/* line 269, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-content {
  font-size: 1.1rem;
}
/* line 272, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-description-preview .g-popupgrid-description-preview-readmore {
  margin: 1rem 0;
}
/* line 274, templates/rt_antares/scss/antares/_popupgrid.scss */
@media only all and (max-width: 30rem) {
  .g-popupgrid-description-preview .g-popupgrid-description-preview-readmore .button {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
/* Close button */
/* line 285, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #faa724;
  border: none;
  background: none;
}
/* line 294, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-action:hover, .g-popupgrid-action:focus {
  color: #faa724;
  outline: none;
}
/* line 300, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-action-close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
/* line 313, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-preview-image-loaded .g-popupgrid-action-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 319, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}
/* line 328, templates/rt_antares/scss/antares/_popupgrid.scss */
/* line 329, templates/rt_antares/scss/antares/_popupgrid.scss */
/* line 330, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-original + img + .g-popupgrid-original {
  display: none !important;
}
/* line 336, templates/rt_antares/scss/antares/_popupgrid.scss */
/* line 337, templates/rt_antares/scss/antares/_popupgrid.scss */
/* line 338, templates/rt_antares/scss/antares/_popupgrid.scss */
.g-popupgrid-clone + img + .g-popupgrid-clone {
  display: none !important;
}
@media screen and (max-width: 40em) {
  /* line 345, templates/rt_antares/scss/antares/_popupgrid.scss */
  /* line 346, templates/rt_antares/scss/antares/_popupgrid.scss */
  .g-popupgrid-description-preview .g-popupgrid-description-preview-title {
    font-size: 0.5em;
  }
  /* line 349, templates/rt_antares/scss/antares/_popupgrid.scss */
  .g-popupgrid-description-preview .g-popupgrid-description-preview-content {
    display: none;
  }
  /* line 353, templates/rt_antares/scss/antares/_popupgrid.scss */
  .details {
    display: none;
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
@media only all and (max-width: 47.99rem) {
  /* line 4, templates/rt_antares/scss/antares/_fixedheader.scss */
  /* line 6, templates/rt_antares/scss/antares/_fixedheader.scss */
  .disable-mobile .headroom-bg-section {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    position: relative !important;
  }
  /* line 10, templates/rt_antares/scss/antares/_fixedheader.scss */
  .disable-mobile .headroom-bg-section + section, .disable-mobile .headroom-bg-section + header {
    padding-top: 0 !important;
  }
}
/* line 17, templates/rt_antares/scss/antares/_fixedheader.scss */
.headroom-bg-section {
  position: fixed !important;
  width: 100%;
  z-index: 1001;
  right: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 27, templates/rt_antares/scss/antares/_fixedheader.scss */
.headroom-bg-section.headroom--pinned {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 31, templates/rt_antares/scss/antares/_fixedheader.scss */
.headroom-bg-section.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 1, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}
/* line 5, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 10, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider > .g-flexslider-item-container {
  margin: 0;
  padding: 0;
  float: left;
}
/* line 17, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexsider-sliderbottom {
  color: #9b6004;
  background: #faa724;
  position: absolute;
  border-radius: 100%;
  bottom: -30px;
  font-size: 1.75rem;
  width: 60px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -30px;
  text-align: center;
}
/* line 30, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexsider-sliderbottom:after {
  background: #faa724;
  border-radius: 99%;
  content: "";
  width: 18px;
  height: 18px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: 100%;
}
/* line 43, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-item-container:not(:first-child) {
  display: none;
}
/* line 46, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-item-container {
  display: none;
}
/* line 50, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 56, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* line 60, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider {
  margin: 0;
  padding: 0;
}
/* line 63, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 64, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides > .g-flexslider-item-container {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* line 68, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides img {
  width: 100%;
  display: block;
}
/* line 72, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider .g-flexslider-slideshow-slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 83, templates/rt_antares/scss/antares/_flexslider.scss */
html[xmlns] .flexslider .g-flexslider-slideshow-slides {
  display: block;
}
/* line 87, templates/rt_antares/scss/antares/_flexslider.scss */
* html .flexslider .g-flexslider-slideshow-slides {
  height: 1%;
}
/* line 91, templates/rt_antares/scss/antares/_flexslider.scss */
.no-js .flexslider .g-flexslider-slideshow-slides > .g-flexslider-slideshow-item-container:first-child {
  display: block;
}
/* line 95, templates/rt_antares/scss/antares/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}
/* line 98, templates/rt_antares/scss/antares/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides {
  zoom: 1;
}
/* line 100, templates/rt_antares/scss/antares/_flexslider.scss */
.flexslider .g-flexslider-slideshow-slides img {
  height: auto;
}
/* line 106, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 111, templates/rt_antares/scss/antares/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}
/* line 115, templates/rt_antares/scss/antares/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}
/* line 119, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
  position: relative;
  z-index: 10;
}
/* line 123, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-direction-nav .flex-nav-prev, .flex-direction-nav .flex-nav-next {
  position: absolute;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 128, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-direction-nav .flex-nav-prev:hover, .flex-direction-nav .flex-nav-next:hover {
  opacity: 1;
}
/* line 132, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 133, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-ltr .flex-direction-nav .flex-nav-prev {
  left: 50%;
  margin-left: -20rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-ltr .flex-direction-nav .flex-nav-prev {
    left: 75px;
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-ltr .flex-direction-nav .flex-nav-prev {
    left: 25px;
    margin-left: 0;
  }
}
/* line 145, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-nav-prev {
  right: 50%;
  margin-right: -20rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-rtl .flex-direction-nav .flex-nav-prev {
    right: 75px;
    margin-right: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .flex-direction-nav .flex-nav-prev {
    right: 25px;
    margin-right: 0;
  }
}
/* line 158, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 159, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-ltr .flex-direction-nav .flex-nav-next {
  right: 50%;
  margin-right: -15rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-ltr .flex-direction-nav .flex-nav-next {
    right: 150px;
    margin-right: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-ltr .flex-direction-nav .flex-nav-next {
    right: 100px;
    margin-right: 0;
  }
}
/* line 171, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-nav-next {
  left: 50%;
  margin-left: -15rem;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-rtl .flex-direction-nav .flex-nav-next {
    left: 150px;
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .flex-direction-nav .flex-nav-next {
    left: 100px;
    margin-left: 0;
  }
}
/* line 184, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -45px 0 0;
  position: absolute;
  bottom: 7.5rem;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 199, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-direction-nav a:before, .flex-direction-nav a:after {
  font-family: FontAwesome;
  font-size: 1.5rem;
  margin: 0 6px;
  vertical-align: top;
}
/* line 206, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 207, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-direction-nav .flex-prev:before {
  content: "\f177";
}
/* line 209, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-prev:before {
  content: "\f178";
}
/* line 214, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 215, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-direction-nav .flex-next:after {
  content: "\f178";
}
/* line 217, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .flex-direction-nav .flex-next:after {
  content: "\f177";
}
/* line 224, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 225, templates/rt_antares/scss/antares/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 1rem;
}
/* line 228, templates/rt_antares/scss/antares/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
/* line 232, templates/rt_antares/scss/antares/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 1rem;
}
/* line 235, templates/rt_antares/scss/antares/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* line 241, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* line 247, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
/* line 259, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
/* line 264, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}
/* line 267, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* line 272, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 7.65rem;
  text-align: center;
}
/* line 277, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-nav li {
  margin: 0 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
/* line 286, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 288, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 289, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 290, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-nav > li a:before, .flex-control-paging > li a:before {
  content: "";
  border: 2px solid;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1;
}
/* line 302, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-nav > li a.flex-active, .flex-control-paging > li a.flex-active {
  background: #faa724 !important;
  width: 5px;
  height: 5px;
}
/* line 306, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-nav > li a.flex-active:before, .flex-control-paging > li a.flex-active:before {
  color: #faa724;
  width: 30px;
  height: 30px;
  left: -12px;
  top: -12px;
}
/* line 318, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  margin: 2px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: -999999px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
/* line 329, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #faa724;
}
/* line 332, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #faa724;
  cursor: default;
}
/* line 338, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
/* line 342, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 347, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 354, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}
/* line 358, templates/rt_antares/scss/antares/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* line 364, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow {
  position: relative;
}
/* line 366, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 371, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
  text-align: center;
  margin: auto;
  padding: 13rem 2rem 10rem 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    padding: 8rem 1rem;
  }
}
/* line 385, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
  font-family: "Dosis";
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
}
/* line 407, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-title {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  font-style: italic;
  line-height: 1.5;
  margin: 1rem auto;
}
/* line 414, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-title span {
  font-weight: bold;
  color: #faa724;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 3rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-title {
    font-size: 2rem;
    line-height: 1.15;
  }
}
/* line 435, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
  margin-bottom: 1.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-desc {
    font-size: 0.9rem;
  }
}
/* line 442, templates/rt_antares/scss/antares/_flexslider.scss */
@media only all and (max-width: 47.99rem) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
    background-position: top center !important;
  }
}
/* line 447, templates/rt_antares/scss/antares/_flexslider.scss */
html.touch .g-flexslider-slideshow .g-flexslider-slideshow-item-overlay {
  background-position: top center !important;
}
/* line 452, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .g-flexslider-slideshow-item-link {
  margin: 3rem auto;
}
/* line 456, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a {
  color: #fff;
  opacity: 0.75;
}
/* line 459, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .flex-direction-nav a:hover {
  opacity: 1;
}
/* line 463, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-slideshow .flex-control-paging li a.flex-active {
  background: #fff;
}
/* line 468, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial {
  position: relative;
}
/* line 470, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 475, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-content {
  text-align: center;
  margin: auto;
  padding: 13rem 2rem 10rem 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-content {
    padding: 8rem 1rem;
  }
}
/* line 489, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  font-style: italic;
  line-height: 1.5;
  margin: 1rem auto;
}
/* line 496, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-title span {
  font-weight: bold;
  color: #faa724;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 3rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-testimonial .g-flexslider-testimonial-item-title {
    font-size: 2rem;
    line-height: 1.15;
  }
}
/* line 517, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 522, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-image img {
  border-radius: 100%;
  margin-bottom: 1rem;
}
/* line 526, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-name {
  font-weight: 700;
}
/* line 529, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-testimonial .g-flexslider-testimonial-item-testimonial-position {
  font-style: italic;
  font-size: 0.9rem;
  opacity: 0.7;
}
/* line 536, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase {
  position: relative;
}
/* line 538, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content {
  padding: 13rem 2rem 10rem 2rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 9.5rem 2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 8.5rem 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-content {
    padding: 8rem 1rem;
  }
}
/* line 550, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-content-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 557, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-image, .g-flexslider-showcase .g-flexslider-showcase-item-content {
    width: 100%;
  }
}
/* line 564, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image {
  overflow: hidden;
}
/* line 566, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/* line 570, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 571, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-image:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 576, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 5rem;
  font-style: italic;
  line-height: 1.5;
  margin: 1rem auto;
}
/* line 583, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-title span {
  font-weight: bold;
  color: #faa724;
}
@media only all and (max-width: 30rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title span {
    display: block;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 4rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-title {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
/* line 604, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-showcase .g-flexslider-showcase-item-desc {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.15rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-flexslider-showcase .g-flexslider-showcase-item-desc {
    font-size: 1.1rem;
  }
}
/* line 619, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container {
  position: relative;
}
/* line 621, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image {
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 626, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 633, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image img {
  cursor: pointer;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 638, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover {
  background: #faa724;
}
/* line 640, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  opacity: 1;
}
/* line 645, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 646, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide img {
  opacity: 1;
}
/* line 649, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image {
  cursor: default;
}
/* line 651, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 652, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .flex-active-slide .g-flexslider-carousel-item-image:hover .g-flexslider-carousel-item-image-preview-icon {
  display: none;
}
/* line 658, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 667, templates/rt_antares/scss/antares/_flexslider.scss */
.g-flexslider-carousel-container .g-flexslider-carousel-item-image-preview-icon span {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
}
/* line 678, templates/rt_antares/scss/antares/_flexslider.scss */
/* line 679, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .flexslider {
  direction: rtl;
}
/* line 683, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .carousel li {
  margin-right: 0;
  margin-left: 5px;
}
/* line 686, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .flex-direction-nav {
  *height: 0;
}
/* line 690, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .flex-pauseplay a {
  left: auto;
  right: 10px;
}
/* line 696, templates/rt_antares/scss/antares/_flexslider.scss */
.dir-rtl .flex-control-thumbs li {
  float: right;
}
/* line 1, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 5, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items .g-testimonial-item {
  margin: 2% 2% 2% 2%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-testimonials-items .g-testimonial-item {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 16, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-2cols, .g-testimonials-items.g-3cols, .g-testimonials-items.g-4cols, .g-testimonials-items.g-5cols {
  margin-left: -2%;
  margin-right: -2%;
}
/* line 23, templates/rt_antares/scss/antares/_testimonials.scss */
/* line 24, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-1cols .g-testimonial-item {
  width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  margin: 0;
}
/* line 28, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-1cols .g-testimonial-item:last-child {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border-bottom: none;
}
/* line 35, templates/rt_antares/scss/antares/_testimonials.scss */
/* line 36, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-2cols .g-testimonial-item {
  width: 47%;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
}
/* line 39, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-2cols .g-testimonial-item:nth-child(odd) {
  margin-right: 1%;
}
/* line 42, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-2cols .g-testimonial-item:nth-child(even) {
  margin-left: 1%;
}
/* line 47, templates/rt_antares/scss/antares/_testimonials.scss */
/* line 48, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-3cols .g-testimonial-item {
  width: 30.66667%;
  -webkit-flex-basis: 30.66667%;
  -moz-flex-basis: 30.66667%;
  flex-basis: 30.66667%;
  -ms-flex-preferred-size: 30.66667%;
}
/* line 51, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-3cols .g-testimonial-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
/* line 57, templates/rt_antares/scss/antares/_testimonials.scss */
/* line 58, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-4cols .g-testimonial-item {
  width: 22.5%;
  -webkit-flex-basis: 22.5%;
  -moz-flex-basis: 22.5%;
  flex-basis: 22.5%;
  -ms-flex-preferred-size: 22.5%;
}
/* line 61, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-4cols .g-testimonial-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 65, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-4cols .g-testimonial-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
/* line 71, templates/rt_antares/scss/antares/_testimonials.scss */
/* line 72, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-5cols .g-testimonial-item {
  width: 17.6%;
  -webkit-flex-basis: 17.6%;
  -moz-flex-basis: 17.6%;
  flex-basis: 17.6%;
  -ms-flex-preferred-size: 17.6%;
}
/* line 75, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-5cols .g-testimonial-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 79, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-5cols .g-testimonial-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
/* line 83, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonials-items.g-5cols .g-testimonial-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  /* line 90, templates/rt_antares/scss/antares/_testimonials.scss */
  /* line 91, templates/rt_antares/scss/antares/_testimonials.scss */
  .g-testimonials-items[class*="cols"] .g-testimonial-item {
    width: 96%;
    -webkit-flex-basis: 96%;
    -moz-flex-basis: 96%;
    flex-basis: 96%;
    -ms-flex-preferred-size: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
/* line 100, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-content {
  padding: 1rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 103, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-alt .g-testimonial-content {
  padding: 2rem 2.5rem;
}
/* line 107, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-text {
  font-size: 0.9rem;
  margin: 1rem auto;
  opacity: 0.75;
}
/* line 111, templates/rt_antares/scss/antares/_testimonials.scss */
/* line 112, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-standard .g-testimonial-text strong {
  font-family: "Dosis";
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}
/* line 119, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-alt .g-testimonial-text {
  font-size: 1.25rem;
  font-family: Georgia;
  font-style: italic;
}
/* line 125, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-alt .g-testimonial-content {
  padding: 2rem 2.5rem;
}
/* line 128, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-author-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 131, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-author-img {
  border-radius: 100%;
  margin: 0.5rem 1rem 0.5rem 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
/* line 137, templates/rt_antares/scss/antares/_testimonials.scss */
.dir-rtl .g-testimonial-author-img {
  margin: 0.5rem 0 0.5rem 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-testimonial-author-img {
    width: 50px;
    height: 50px;
  }
}
/* line 145, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-author-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
/* line 152, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-author-name, .g-testimonial-author-company {
  display: block;
  font-family: "Dosis";
  font-weight: 400;
  font-size: 0.9rem;
  width: 100%;
}
/* line 159, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-author-name {
  font-size: 1.25rem;
  line-height: 1.25;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
/* line 164, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-author-company {
  font-size: 0.9rem;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
/* line 167, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-author-company a {
  opacity: 0.75;
  color: inherit;
}
/* line 170, templates/rt_antares/scss/antares/_testimonials.scss */
.g-testimonial-author-company a:hover {
  opacity: 1;
}
/* line 1, templates/rt_antares/scss/antares/_video.scss */
/* line 2, templates/rt_antares/scss/antares/_video.scss */
.g-video-container .g-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #000;
  box-shadow: 0 0.5rem 3rem #000;
}
/* line 11, templates/rt_antares/scss/antares/_video.scss */
.g-video-container .g-video iframe, .g-video-container .g-video object, .g-video-container .g-video embed, .g-video-container .g-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 18, templates/rt_antares/scss/antares/_video.scss */
/* line 19, templates/rt_antares/scss/antares/_video.scss */
.g-video-container .g-video:hover .g-videolocal-play.pause {
  opacity: 1;
}
/* line 23, templates/rt_antares/scss/antares/_video.scss */
.g-video-container .g-video .g-videolocal-play {
  position: absolute;
  height: 3.5vw;
  width: 3.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50%;
  margin-bottom: -40px;
  background: url('https://cdn3.laurent-andre.fr/templates/rt_antares/images/owlcarousel/play.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}
@media only all and (max-width: 30rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 6vw;
    width: 6vw;
  }
}
/* line 52, templates/rt_antares/scss/antares/_video.scss */
.g-video-container .g-video .g-videolocal-play.pause {
  background: url('https://cdn3.laurent-andre.fr/templates/rt_antares/images/owlcarousel/paused.svg');
  background-size: contain;
  opacity: 0;
}
/* line 58, templates/rt_antares/scss/antares/_video.scss */
.g-video-container .g-video .g-video-nocontrols::-webkit-media-controls {
  display: none !important;
}
/* line 65, templates/rt_antares/scss/antares/_video.scss */
/* line 66, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-1 .g-video-inner {
  width: 100%;
}
/* line 71, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-2 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 74, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-2 .g-video-inner {
  width: 50%;
}
/* line 77, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-2 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-2 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-2 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
/* line 92, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 95, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-3 .g-video-inner {
  width: 33.3%;
}
/* line 98, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-3 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
/* line 116, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-4 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 120, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-4 .g-video-inner {
  width: 25%;
}
/* line 123, templates/rt_antares/scss/antares/_video.scss */
.g-video-container.g-video-container-columns-4 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
/* line 143, templates/rt_antares/scss/antares/_video.scss */
.g-video-caption {
  text-align: center;
  font-size: 1.3vw;
  padding: 1.938rem 0;
  color: #545353;
}
@media (max-width: 76.9230769231rem) {
  .g-video-caption {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-caption {
    padding: 0.938rem 0;
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
/* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container.g-flushed {
  width: 100%;
}
/* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.99rem) {
  .g-block {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  @supports not (flex-wrap: wrap) {
    /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-grid {
      display: block;
      flex-wrap: inherit;
    }
    /* line 45, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-block {
      display: block;
      flex: inherit;
    }
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.99rem) {
  /* line 14, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-phone {
    display: block !important;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 26, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 32, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 35, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-large {
    display: block !important;
  }
  /* line 44, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-large {
    display: block !important;
  }
  /* line 47, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 50, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 57, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* line 63, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 69, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 75, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-large {
    display: none !important;
  }
  /* line 78, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 85, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-right {
    text-align: inherit !important;
  }
  /* line 88, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=antares_58.css.map */
.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000 !important;text-shadow:none !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:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.img-rounded{border-radius:6px}.img-circle{border-radius:500px}.row{margin-left:0px}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%}.row-fluid .span11{width:91.48936170212765%}.row-fluid .span10{width:82.97872340425532%}.row-fluid .span9{width:74.46808510638297%}.row-fluid .span8{width:65.95744680851064%}.row-fluid .span7{width:57.44680851063829%}.row-fluid .span6{width:48.93617021276595%}.row-fluid .span5{width:40.42553191489362%}.row-fluid .span4{width:31.914893617021278%}.row-fluid .span3{width:23.404255319148934%}.row-fluid .span2{width:14.893617021276595%}.row-fluid .span1{width:6.382978723404255%}.row-fluid .offset12{margin-left:104.25531914893617%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%}.row-fluid .offset11{margin-left:95.74468085106382%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%}.row-fluid .offset10{margin-left:87.23404255319149%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%}.row-fluid .offset9{margin-left:78.72340425531914%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%}.row-fluid .offset8{margin-left:70.2127659574468%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%}.row-fluid .offset7{margin-left:61.70212765957446%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%}.row-fluid .offset6{margin-left:53.191489361702125%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%}.row-fluid .offset5{margin-left:44.68085106382979%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%}.row-fluid .offset4{margin-left:36.170212765957444%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%}.row-fluid .offset3{margin-left:27.659574468085104%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%}.row-fluid .offset2{margin-left:19.148936170212764%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%}.row-fluid .offset1{margin-left:10.638297872340425%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}a.muted:hover,a.muted:focus{color:#808080}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover,a.text-error:focus{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}ul.inline,ol.inline{margin-left:0;list-style:none}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;padding-right:5px;padding-left:5px;*zoom:1}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote p{margin-bottom:0;font-weight:300}blockquote small{display:block}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-left:0;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;font-style:normal}code,pre{padding:0 3px 2px}code{padding:2px 4px;white-space:nowrap}pre{display:block;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 20px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;border:0}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;padding:4px 6px;margin-bottom:10px;font-size:14px;vertical-align:middle;border-radius:4px}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{outline:0}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;line-height:normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;line-height:30px}select{width:220px;background-color:#fff;border:1px solid #ccc}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:20px;padding-left:20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;line-height:0;content:""}.controls-row:after{clear:both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-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}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-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}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-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}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5}.form-actions:before,.form-actions:after{display:table;line-height:0;content:""}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;padding-left:5px;vertical-align:middle}.input-append,.input-prepend{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .btn-group:first-child{margin-left:0}input.search-query{padding-right:14px;padding-left:14px;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;margin-bottom:0;vertical-align:middle}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px}.form-horizontal .form-actions{padding-left:180px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{border:0 solid;width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border:0 solid;border-top:1px solid #ddd;background-color:transparent}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomleft:0}.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomright:0}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.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 td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0}.table td.span1,.table th.span1{float:none;width:44px;margin-left:0}.table td.span2,.table th.span2{float:none;width:124px;margin-left:0}.table td.span3,.table th.span3{float:none;width:204px;margin-left:0}.table td.span4,.table th.span4{float:none;width:284px;margin-left:0}.table td.span5,.table th.span5{float:none;width:364px;margin-left:0}.table td.span6,.table th.span6{float:none;width:444px;margin-left:0}.table td.span7,.table th.span7{float:none;width:524px;margin-left:0}.table td.span8,.table th.span8{float:none;width:604px;margin-left:0}.table td.span9,.table th.span9{float:none;width:684px;margin-left:0}.table td.span10,.table th.span10{float:none;width:764px;margin-left:0}.table td.span11,.table th.span11{float:none;width:844px;margin-left:0}.table td.span12,.table th.span12{float:none;width:924px;margin-left:0}.table tbody tr.success>td{background-color:#dff0d8}.table tbody tr.error>td{background-color:#f2dede}.table tbody tr.warning>td{background-color:#fcf8e3}.table tbody tr.info>td{background-color:#d9edf7}.table-hover tbody tr.success:hover>td{background-color:#d0e9c6}.table-hover tbody tr.error:hover>td{background-color:#ebcccc}.table-hover tbody tr.warning:hover>td{background-color:#faf2cc}.table-hover tbody tr.info:hover>td{background-color:#c4e3f3}.dropup,.dropdown{position:relative}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 1px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#0088cc,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));background-image:-webkit-linear-gradient(top,#0088cc,#0077b3);background-image:-o-linear-gradient(top,#0088cc,#0077b3);background-image:linear-gradient(to bottom,#0088cc,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-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-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease}.collapse.in{height:auto}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#ffffff,#e6e6e6);background-image:-o-linear-gradient(top,#ffffff,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6}.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px}.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.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-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top,#0088cc,#0044cc);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));background-image:-webkit-linear-gradient(top,#0088cc,#0044cc);background-image:-o-linear-gradient(top,#0088cc,#0044cc);background-image:linear-gradient(to bottom,#0088cc,#0044cc);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top,#444444,#222222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));background-image:-webkit-linear-gradient(top,#444444,#222222);background-image:-o-linear-gradient(top,#444444,#222222);background-image:linear-gradient(to bottom,#444444,#222222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333;text-decoration:none}.btn-group{position:relative;display:inline-block;font-size:0;white-space:nowrap;vertical-align:middle}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px}.btn-group>.btn-mini{font-size:10.5px}.btn-group>.btn-small{font-size:11.9px}.btn-group>.btn-large{font-size:17.5px}.btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini+.dropdown-toggle{padding-right:5px;padding-left:5px}.btn-group>.btn-large+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-left:0}.btn-large .caret{margin-top:6px}.btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px}.btn-mini .caret,.btn-small .caret{margin-top:8px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block}.btn-group-vertical>.btn{display:block;float:none;max-width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group-vertical>.btn+.btn{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.btn-group-vertical>.btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.btn-group-vertical>.btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:20px;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none}.nav>li>a>img{max-width:none}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px}.nav-list .divider{height:1px;margin:9px 1px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent}.navbar{margin-bottom:20px;overflow:visible}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#ffffff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#ffffff,#f2f2f2);background-image:-o-linear-gradient(top,#ffffff,#f2f2f2);background-image:linear-gradient(to bottom,#ffffff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display:table;line-height:0;content:""}.navbar-inner:after{clear:both}.navbar .container{width:auto}.nav-collapse.collapse{height:auto;overflow:visible}.navbar .brand{display:block;float:left;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px;color:#777}.navbar-link{color:#777}.navbar-link:hover,.navbar-link:focus{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-right:1px solid #fff;border-left:1px solid #f2f2f2}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.navbar-static-top{position:static;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);box-shadow:0 -1px 10px rgba(0,0,0,0.1)}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right;margin-right:0}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#333;text-decoration:none;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-right:5px;margin-left:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;*background-color:#e5e5e5;background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-repeat:repeat-x;border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .nav>li>.dropdown-menu:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#e5e5e5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{right:12px;left:auto}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{right:13px;left:auto}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{right:100%;left:auto;margin-right:-1px;margin-left:0;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222222,#111111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));background-image:-webkit-linear-gradient(top,#222222,#111111);background-image:-o-linear-gradient(top,#222222,#111111);background-image:linear-gradient(to bottom,#222222,#111111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#fff}.navbar-inverse .brand{color:#999}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#fff}.navbar-inverse .divider-vertical{border-right-color:#222;border-left-color:#111}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111}.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb>li{display:inline-block;text-shadow:0 1px 0 #fff}.breadcrumb>li>.divider{padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{margin:20px 0}.pagination ul{display:inline-block;margin-top:0;margin-bottom:0;margin-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px}.pager{margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;line-height:0;content:""}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}.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:#999;cursor:default;background-color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80)}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:0.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;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-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-title:empty{display:none}.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{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.thumbnails{margin-left:-20px;list-style:none}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.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{margin-left:0;list-style:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{border-radius:3px}.badge{padding-right:9px;padding-left:9px;border-radius:9px}.label:empty,.badge:empty{display:none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@-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:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-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(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',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{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-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;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.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 .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-o-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;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:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255,255,255,0.25);border-radius:5px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit li{line-height:30px}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}div.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;outline:none;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}div.modal.fade{top:-25%;-webkit-transition:opacity 0.3s linear,top 0.3s ease-out;-moz-transition:opacity 0.3s linear,top 0.3s ease-out;-o-transition:opacity 0.3s linear,top 0.3s ease-out;transition:opacity 0.3s linear,top 0.3s ease-out}div.modal.fade.in{top:10%}
p{margin:1.5rem 0}dl{margin-top:1.5rem;margin-bottom:1.5rem}dd{margin-left:1.5rem}ul.menu ul{margin-left:1.5rem}.list-striped,.row-striped{list-style:none;line-height:18px;text-align:left;vertical-align:middle;margin-left:0}.list-striped li,.list-striped dd,.row-striped .row,.row-striped .row-fluid{padding:0.75rem}.row-striped .row-fluid{width:97%}.row-striped .row-fluid [class*="span"]{min-height:10px}.row-striped .row-fluid [class*="span"]{margin-left:0.75rem}.row-striped .row-fluid [class*="span"]:first-child{margin-left:0}.list-condensed li{padding:0.5rem}.row-condensed .row,.row-condensed .row-fluid{padding:0.5rem}.list-bordered,.row-bordered{list-style:none;text-align:left;vertical-align:middle;margin-left:0;border-radius:4px}.blog-row-rule,.blog-item-rule{border:0}.row-even,.row-odd{padding:5px;width:99%}.row-odd{background-color:transparent}.row-fluid .row-reveal{visibility:hidden}.row-fluid:hover .row-reveal{visibility:visible}hr.hr-condensed{margin:10px 0}.img_caption .left{float:left;margin-right:1.5rem}.img_caption .right{float:right;margin-left:1.5rem}.img_caption .left p{clear:left;text-align:center}.img_caption .right p{clear:right;text-align:center}.img_caption{text-align:center !important}.img_caption.none{margin-left:auto;margin-right:auto}figure{display:table}figure.pull-center,img.pull-center{margin-left:auto;margin-right:auto}img.pull-center{display:block}figcaption{display:table-caption;caption-side:bottom}blockquote{padding:0 0 0 0.938rem;margin:0 0 1.5rem}blockquote.pull-right{padding-right:1.5rem}address{margin-bottom:1.5rem}code,pre{border-radius:0.1875rem}pre{padding:0.938rem;margin:0 0 1.5rem;border-radius:0.1875rem}pre.prettyprint{margin-bottom:1.5rem}.btn .caret{margin-bottom:7px}.btn.btn-micro .caret{margin:5px 0}.btn-wide{width:80%}.radio.btn-group input[type=radio]{display:none}.radio.btn-group>label:first-of-type{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}fieldset.radio.btn-group{padding-left:0}.btn-micro{padding:1px 4px;font-size:10px;line-height:8px}.btn-group>.btn-micro{font-size:10px}.btn-group>.btn+.dropdown-backdrop+.btn{margin-left:-1px}.btn-group>.btn+.dropdown-backdrop+.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);*padding-top:5px;*padding-bottom:5px}.btn-group>.btn-mini+.dropdown-backdrop+.dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:2px;*padding-bottom:2px}.btn-group>.btn-small+.dropdown-backdrop+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-backdrop+.dropdown-toggle{padding-left:12px;padding-right:12px;*padding-top:7px;*padding-bottom:7px}.btn-group .chzn-results{white-space:normal}.controls .input-append .btn{padding:6px 12px;font-size:14px;line-height:20px}.btn.jmodedit{padding:0;text-align:center;font-size:0.8rem}.btn.jmodedit [class^="icon-"],.btn.jmodedit [class*=" icon-"]{margin:6px 8px;text-align:center}.filters.btn-toolbar .btn-group,.filters.btn-toolbar{font-size:inherit}.platform-content input{box-sizing:content-box}legend{margin-bottom:1.5rem}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],input:not([type]),textarea{padding:0.375rem 0.375rem}.uneditable-input{width:100%}.platform-content .input-block-level,.platform-content .input-large,.platform-content .input-xlarge,.platform-content .input-xxlarge,.platform-content .uneditable-input{display:block;width:100%;min-height:28px}.input-prepend .chzn-container-single .chzn-single,.input-append .chzn-container-single .chzn-single{height:26px;box-shadow:none}.input-prepend>.add-on,.input-append>.add-on{vertical-align:top;height:auto;padding:5px}.input-prepend .chzn-container-single .chzn-single{border-radius:0 0.1875rem 0.1875rem 0}.input-prepend .chzn-container-single .chzn-single-with-drop{border-radius:0 0.1875rem 0 0}.input-append .chzn-container-single .chzn-single{border-radius:0.1875rem 0 0 0.1875rem}.input-append .chzn-container-single .chzn-single-with-drop{border-radius:0.1875rem 0 0 0}.input-prepend.input-append .chzn-container-single .chzn-single,.input-prepend.input-append .chzn-container-single .chzn-single-with-drop{border-radius:0}.element-invisible{position:absolute;padding:0;margin:0;border:0;height:1px;width:1px;overflow:hidden}.form-vertical .control-label{float:none;width:auto;padding-right:0;padding-top:0;text-align:left}.control-label .hasTooltip,.control-label .hasPopover{display:inline-block}.form-vertical .controls{margin-left:0}.invalid{color:#9d261d}input.invalid{border:1px solid #9d261d}#modules-form .btn-group{font-size:inherit}#modules-form .radio.btn-group input[type=radio]{display:inherit;margin-left:inherit}.controls input[type="radio"]{margin-right:5px}.layout-edit #sbox-content.sbox-content-iframe{overflow:hidden}.nav-list>li.offset>a{padding-left:30px;font-size:12px}.navbar .nav>li>a.btn{padding:4px 10px;line-height:18px}.nav-tabs.nav-dark>.active>a,.nav-tabs.nav-dark>.active>a:hover{border-bottom-color:transparent}.tab-content{overflow:visible}.tabs-left .tab-content{overflow:auto}.nav-tabs>li>span{display:block;margin-right:2px;padding-right:12px;padding-left:12px;padding-top:8px;padding-bottom:8px;line-height:18px;border:1px solid transparent;border-radius:0.1875rem 0.1875rem 0 0}.dropdown-menu{text-align:left}body.modal{padding-top:0}.thumbnail.pull-left{margin:0 10px 10px 0}.thumbnail.pull-right{margin:0 0 10px 10px}body.modal .manager .height-50 .icon-folder-2{font-size:30px;height:35px;width:35px;line-height:35px}body.modal .manager.thumbnails .small{font-size:12px}.accordion-body.in:hover{overflow:visible}.tip-wrap{max-width:200px;padding:3px 8px;text-align:center;text-decoration:none;border-radius:0.1875rem;z-index:100}.tooltip{max-width:400px}.tooltip-inner{max-width:none;text-align:left;text-shadow:none}th .tooltip-inner{font-weight:normal}.tooltip.hasimage{opacity:1}.tip-text{text-align:left}#helpsite-refresh{vertical-align:top}#pop-print{float:right;margin:10px}#filter-search{vertical-align:top}.editor{overflow:hidden;position:relative}.search span.highlight{font-weight:bold;padding:1px 4px}.img-rounded{border-radius:0.1875rem}.img-polaroid{padding:4px}.alert{border-radius:0.1875rem;padding:0.938rem;margin-bottom:1.5rem;text-shadow:none}.add-on [class^="icon-"],.add-on [class*=" icon-"]{height:auto;line-height:1.5;margin-right:auto}[class^="icon-"],[class*=" icon-"]{margin-right:.25em;line-height:14px}.pull-right.item-image{margin:0 0 1.5rem 1.5rem}.pull-left.item-image{margin:0 1.5rem 1.5rem 0}#imageForm button:hover,#uploadForm button:hover{border-color:inherit}.calendar .title{border:none}.calendar thead .name{padding:2px}.calendar thead .button{color:#000 !important;font-weight:normal;border:1px solid transparent;display:table-cell;background:inherit}.calendar thead .hilite{border-radius:0;padding:2px}.width-10{width:10px}.width-20{width:20px}.width-30{width:30px}.width-40{width:40px}.width-50{width:50px}.width-60{width:60px}.width-70{width:70px}.width-80{width:80px}.width-90{width:90px}.width-100{width:100px}.height-10{height:10px}.height-20{height:20px}.height-30{height:30px}.height-40{height:40px}.height-50{height:50px}.height-60{height:60px}.height-70{height:70px}.height-80{height:80px}.height-90{height:90px}.height-100{height:100px}.view-mailto .formelm label,.print-mode .formelm label{display:block}.contentpane.modal{padding:1.5rem}.sprocket-strips.loading .sprocket-strips-overlay{box-sizing:content-box}#frame{margin:20px auto;width:400px;padding:20px}#frame img{max-width:100%;height:auto}#frame form{text-align:left}.outline{padding:2px}#system-message{margin:0 auto;padding:20px 0 0}
[data-icon]:before{font-family:'IcoMoon';content:attr(data-icon);speak:none}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:'IcoMoon';font-style:normal;speak:none}[class^="icon-"].disabled,[class*=" icon-"].disabled{font-weight:normal}.icon-joomla:before{content:"\e200"}.icon-chevron-up:before,.icon-uparrow:before,.icon-arrow-up:before{content:"\e005"}.icon-chevron-right:before,.icon-rightarrow:before,.icon-arrow-right:before{content:"\e006"}.icon-chevron-down:before,.icon-downarrow:before,.icon-arrow-down:before{content:"\e007"}.icon-chevron-left:before,.icon-leftarrow:before,.icon-arrow-left:before{content:"\e008"}.icon-arrow-first:before{content:"\e003"}.icon-arrow-last:before{content:"\e004"}.icon-arrow-up-2:before{content:"\e009"}.icon-arrow-right-2:before{content:"\e00a"}.icon-arrow-down-2:before{content:"\e00b"}.icon-arrow-left-2:before{content:"\e00c"}.icon-arrow-up-3:before{content:"\e00f"}.icon-arrow-right-3:before{content:"\e010"}.icon-arrow-down-3:before{content:"\e011"}.icon-arrow-left-3:before{content:"\e012"}.icon-menu-2:before{content:"\e00e"}.icon-arrow-up-4:before{content:"\e201"}.icon-arrow-right-4:before{content:"\e202"}.icon-arrow-down-4:before{content:"\e203"}.icon-arrow-left-4:before{content:"\e204"}.icon-share:before,.icon-redo:before{content:"\27"}.icon-undo:before{content:"\28"}.icon-forward-2:before{content:"\e205"}.icon-backward-2:before,.icon-reply:before{content:"\e206"}.icon-unblock:before,.icon-refresh:before,.icon-redo-2:before{content:"\6c"}.icon-undo-2:before{content:"\e207"}.icon-move:before{content:"\7a"}.icon-expand:before{content:"\66"}.icon-contract:before{content:"\67"}.icon-expand-2:before{content:"\68"}.icon-contract-2:before{content:"\69"}.icon-play:before{content:"\e208"}.icon-pause:before{content:"\e209"}.icon-stop:before{content:"\e210"}.icon-previous:before,.icon-backward:before{content:"\7c"}.icon-next:before,.icon-forward:before{content:"\7b"}.icon-first:before{content:"\7d"}.icon-last:before{content:"\e000"}.icon-play-circle:before{content:"\e00d"}.icon-pause-circle:before{content:"\e211"}.icon-stop-circle:before{content:"\e212"}.icon-backward-circle:before{content:"\e213"}.icon-forward-circle:before{content:"\e214"}.icon-loop:before{content:"\e001"}.icon-shuffle:before{content:"\e002"}.icon-search:before{content:"\53"}.icon-zoom-in:before{content:"\64"}.icon-zoom-out:before{content:"\65"}.icon-apply:before,.icon-edit:before,.icon-pencil:before{content:"\2b"}.icon-pencil-2:before{content:"\2c"}.icon-brush:before{content:"\3b"}.icon-save-new:before,.icon-plus-2:before{content:"\5d"}.icon-minus-sign:before,.icon-minus-2:before{content:"\5e"}.icon-delete:before,.icon-remove:before,.icon-cancel-2:before{content:"\49"}.icon-publish:before,.icon-save:before,.icon-ok:before,.icon-checkmark:before{content:"\47"}.icon-new:before,.icon-plus:before{content:"\2a"}.icon-plus-circle:before{content:"\e215"}.icon-minus:before,.icon-not-ok:before{content:"\4b"}.icon-ban-circle:before,.icon-minus-circle:before{content:"\e216"}.icon-unpublish:before,.icon-cancel:before{content:"\4a"}.icon-cancel-circle:before{content:"\e217"}.icon-checkmark-2:before{content:"\e218"}.icon-checkmark-circle:before{content:"\e219"}.icon-info:before{content:"\e220"}.icon-info-2:before,.icon-info-circle:before{content:"\e221"}.icon-question:before,.icon-question-sign:before,.icon-help:before{content:"\45"}.icon-question-2:before,.icon-question-circle:before{content:"\e222"}.icon-notification:before{content:"\e223"}.icon-notification-2:before,.icon-notification-circle:before{content:"\e224"}.icon-pending:before,.icon-warning:before{content:"\48"}.icon-warning-2:before,.icon-warning-circle:before{content:"\e225"}.icon-checkbox-unchecked:before{content:"\3d"}.icon-checkin:before,.icon-checkbox:before,.icon-checkbox-checked:before{content:"\3e"}.icon-checkbox-partial:before{content:"\3f"}.icon-square:before{content:"\e226"}.icon-radio-unchecked:before{content:"\e227"}.icon-radio-checked:before{content:"\e228"}.icon-circle:before{content:"\e229"}.icon-signup:before{content:"\e230"}.icon-grid:before,.icon-grid-view:before{content:"\58"}.icon-grid-2:before,.icon-grid-view-2:before{content:"\59"}.icon-menu:before{content:"\5a"}.icon-list:before,.icon-list-view:before{content:"\31"}.icon-list-2:before{content:"\e231"}.icon-menu-3:before{content:"\e232"}.icon-folder-open:before,.icon-folder:before{content:"\2d"}.icon-folder-close:before,.icon-folder-2:before{content:"\2e"}.icon-folder-plus:before{content:"\e234"}.icon-folder-minus:before{content:"\e235"}.icon-folder-3:before{content:"\e236"}.icon-folder-plus-2:before{content:"\e237"}.icon-folder-remove:before{content:"\e238"}.icon-file:before{content:"\e016"}.icon-file-2:before{content:"\e239"}.icon-file-add:before,.icon-file-plus:before{content:"\29"}.icon-file-minus:before{content:"\e017"}.icon-file-check:before{content:"\e240"}.icon-file-remove:before{content:"\e241"}.icon-save-copy:before,.icon-copy:before{content:"\e018"}.icon-stack:before{content:"\e242"}.icon-tree:before{content:"\e243"}.icon-tree-2:before{content:"\e244"}.icon-paragraph-left:before{content:"\e246"}.icon-paragraph-center:before{content:"\e247"}.icon-paragraph-right:before{content:"\e248"}.icon-paragraph-justify:before{content:"\e249"}.icon-screen:before{content:"\e01c"}.icon-tablet:before{content:"\e01d"}.icon-mobile:before{content:"\e01e"}.icon-box-add:before{content:"\51"}.icon-box-remove:before{content:"\52"}.icon-download:before{content:"\e021"}.icon-upload:before{content:"\e022"}.icon-home:before{content:"\21"}.icon-home-2:before{content:"\e250"}.icon-out-2:before,.icon-new-tab:before{content:"\e024"}.icon-out-3:before,.icon-new-tab-2:before{content:"\e251"}.icon-link:before{content:"\e252"}.icon-picture:before,.icon-image:before{content:"\2f"}.icon-pictures:before,.icon-images:before{content:"\30"}.icon-palette:before,.icon-color-palette:before{content:"\e014"}.icon-camera:before{content:"\55"}.icon-camera-2:before,.icon-video:before{content:"\e015"}.icon-play-2:before,.icon-video-2:before,.icon-youtube:before{content:"\56"}.icon-music:before{content:"\57"}.icon-user:before{content:"\22"}.icon-users:before{content:"\e01f"}.icon-vcard:before{content:"\6d"}.icon-address:before{content:"\70"}.icon-share-alt:before,.icon-out:before{content:"\26"}.icon-enter:before{content:"\e257"}.icon-exit:before{content:"\e258"}.icon-comment:before,.icon-comments:before{content:"\24"}.icon-comments-2:before{content:"\25"}.icon-quote:before,.icon-quotes-left:before{content:"\60"}.icon-quote-2:before,.icon-quotes-right:before{content:"\61"}.icon-quote-3:before,.icon-bubble-quote:before{content:"\e259"}.icon-phone:before{content:"\e260"}.icon-phone-2:before{content:"\e261"}.icon-envelope:before,.icon-mail:before{content:"\4d"}.icon-envelope-opened:before,.icon-mail-2:before{content:"\4e"}.icon-unarchive:before,.icon-drawer:before{content:"\4f"}.icon-archive:before,.icon-drawer-2:before{content:"\50"}.icon-briefcase:before{content:"\e020"}.icon-tag:before{content:"\e262"}.icon-tag-2:before{content:"\e263"}.icon-tags:before{content:"\e264"}.icon-tags-2:before{content:"\e265"}.icon-options:before,.icon-cog:before{content:"\38"}.icon-cogs:before{content:"\37"}.icon-screwdriver:before,.icon-tools:before{content:"\36"}.icon-wrench:before{content:"\3a"}.icon-equalizer:before{content:"\39"}.icon-dashboard:before{content:"\78"}.icon-switch:before{content:"\e266"}.icon-filter:before{content:"\54"}.icon-purge:before,.icon-trash:before{content:"\4c"}.icon-checkedout:before,.icon-lock:before,.icon-locked:before{content:"\23"}.icon-unlock:before{content:"\e267"}.icon-key:before{content:"\5f"}.icon-support:before{content:"\46"}.icon-database:before{content:"\62"}.icon-scissors:before{content:"\e268"}.icon-health:before{content:"\6a"}.icon-wand:before{content:"\6b"}.icon-eye-open:before,.icon-eye:before{content:"\3c"}.icon-eye-close:before,.icon-eye-blocked:before,.icon-eye-2:before{content:"\e269"}.icon-clock:before{content:"\6e"}.icon-compass:before{content:"\6f"}.icon-broadcast:before,.icon-connection:before,.icon-wifi:before{content:"\e01b"}.icon-book:before{content:"\e271"}.icon-lightning:before,.icon-flash:before{content:"\79"}.icon-print:before,.icon-printer:before{content:"\e013"}.icon-feed:before{content:"\71"}.icon-calendar:before{content:"\43"}.icon-calendar-2:before{content:"\44"}.icon-calendar-3:before{content:"\e273"}.icon-pie:before{content:"\77"}.icon-bars:before{content:"\76"}.icon-chart:before{content:"\75"}.icon-power-cord:before{content:"\32"}.icon-cube:before{content:"\33"}.icon-puzzle:before{content:"\34"}.icon-attachment:before,.icon-paperclip:before,.icon-flag-2:before{content:"\72"}.icon-lamp:before{content:"\74"}.icon-pin:before,.icon-pushpin:before{content:"\73"}.icon-location:before{content:"\63"}.icon-shield:before{content:"\e274"}.icon-flag:before{content:"\35"}.icon-flag-3:before{content:"\e275"}.icon-bookmark:before{content:"\e023"}.icon-bookmark-2:before{content:"\e276"}.icon-heart:before{content:"\e277"}.icon-heart-2:before{content:"\e278"}.icon-thumbs-up:before{content:"\5b"}.icon-thumbs-down:before{content:"\5c"}.icon-unfeatured:before,.icon-asterisk:before,.icon-star-empty:before{content:"\40"}.icon-star-2:before{content:"\41"}.icon-featured:before,.icon-default:before,.icon-star:before{content:"\42"}.icon-smiley:before,.icon-smiley-happy:before{content:"\e279"}.icon-smiley-2:before,.icon-smiley-happy-2:before{content:"\e280"}.icon-smiley-sad:before{content:"\e281"}.icon-smiley-sad-2:before{content:"\e282"}.icon-smiley-neutral:before{content:"\e283"}.icon-smiley-neutral-2:before{content:"\e284"}.icon-cart:before{content:"\e019"}.icon-basket:before{content:"\e01a"}.icon-credit:before{content:"\e286"}.icon-credit-2:before{content:"\e287"}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
legend{font-size:1.3rem;line-height:1.5}legend small{font-size:0.8rem}.input-prepend>.add-on,.input-append>.add-on{line-height:1.5}.btn-primary{background:#faa724;color:#fff;text-shadow:none;box-shadow:1px 1px 1px rgba(0,0,0,0.1)}.btn-primary:hover{background:#fbb13d;color:#fff}.btn-primary:active,.btn-primary:focus{background:#f99d0b;box-shadow:inset -1px -1px 1px rgba(0,0,0,0.15);color:#fff}.btn-group>.btn+.dropdown-toggle{box-shadow:1px 1px 1px rgba(0,0,0,0.1)}.btn-group.open .btn-primary.dropdown-toggle{background:#f99d0b;color:#fff;box-shadow:inset -1px -1px 1px rgba(0,0,0,0.15)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{background-image:none;background-color:#faa724}.btn-link{color:#faa724}.view-articles,.view-images,.view-imagesList{background:none;height:auto}.view-articles #g-page-surround,.view-images #g-page-surround,.view-imagesList #g-page-surround{background:none;overflow:visible;min-height:auto;position:static}.view-articles .g-menu-overlay,.view-images .g-menu-overlay,.view-imagesList .g-menu-overlay{display:none}table.table-bordered{border-collapse:separate;*border-collapse:collapse}table.table-bordered th{background-color:#f2f2f2}.table-striped tbody tr:nth-child(2n+1) td,.table-striped tbody tr:nth-child(2n+1) th{background:#e6e6e6}.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background:#bfbfbf}.table,.table-bordered{border-color:rgba(84,83,83,0.5) rgba(84,83,83,0.5) rgba(84,83,83,0.5) transparent}.table th,.table-bordered th,.table td,.table-bordered td{border:1px solid rgba(84,83,83,0.5)}.well{background-color:transparent;border:none;box-shadow:none}.nav-tabs.nav-stacked>li>a{background-color:#e6e6e6}.nav-tabs.nav-stacked>li>a:hover{background-color:#d9d9d9}.list-striped li:nth-child(odd),.list-striped dd:nth-child(odd),.row-striped .row:nth-child(odd),.row-striped .row-fluid:nth-child(odd),.cat-list-row0{background-color:#e6e6e6}.list-striped li:hover,.list-striped dd:hover,.row-striped .row:hover,.row-striped .row-fluid:hover,.cat-list-row0:hover,.cat-list-row1:hover{background-color:#d9d9d9}.pager li>a,.pager li>span{display:inline-block;font-family:"Dosis";font-weight:700;background:#faa724;color:#fff !important;font-size:1rem;border:2px solid transparent;border-radius:0;margin:0;padding:0.5rem 1.25rem;vertical-align:middle;text-shadow:none;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s}.pager li>a:hover,.pager li>span:hover,.pager li>a:active,.pager li>span:active,.pager li>a:focus,.pager li>span:focus{background:#cd7f05;color:#fff !important}.pagination ul>li>a,.pagination ul>li>span{background:#d9d9d9;border:1px solid #bfbfbf}.pagination ul>li>a:hover,.pagination ul>li>span:hover{background:#f2f2f2}.list-striped,.row-striped{border-top:1px solid rgba(0,0,0,0.1)}.list-striped li,.list-striped dd,.row-striped .row,.row-striped .row-fluid{border-bottom:1px solid rgba(0,0,0,0.1)}.list-striped li:nth-child(odd),.list-striped dd:nth-child(odd),.row-striped .row:nth-child(odd),.row-striped .row-fluid:nth-child(odd){background-color:#fcfcfc}.list-striped li:hover,.list-striped dd:hover,.row-striped .row:hover,.row-striped .row-fluid:hover{background-color:#f2f2f2}.list-bordered,.row-bordered{border:1px solid rgba(0,0,0,0.1)}.row-even,.row-odd{border-bottom:1px solid rgba(0,0,0,0.1)}.row-even{background-color:#fcfcfc}.iframe-bordered{border:1px solid rgba(0,0,0,0.1)}blockquote{border-left:5px solid rgba(0,0,0,0.1)}blockquote small{color:#878686}blockquote.pull-right{border-right:5px solid rgba(0,0,0,0.1)}code,pre{background-color:#f7f7f7;border:1px solid rgba(0,0,0,0.1)}pre.prettyprint{padding:1rem !important}legend{color:#545353;font-family:"Dosis";font-weight:700;font-size:1.5rem;line-height:1.5;margin:1rem 0}.input-prepend .chzn-container-single .chzn-single,.input-append .chzn-container-single .chzn-single{border-color:rgba(0,0,0,0.1)}.input-prepend .chzn-container-single .chzn-drop,.input-append .chzn-container-single .chzn-drop{border-color:rgba(0,0,0,0.1)}.form-actions{background:none;border:0}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{color:#545353;background-color:#d9d9d9;border:1px solid rgba(84,83,83,0.5);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-sizing:border-box !important;-webkit-transition:border 0.2s linear,box-shadow 0.2s linear;-moz-transition:border 0.2s linear,box-shadow 0.2s linear;transition:border 0.2s linear,box-shadow 0.2s linear}.input-prepend textarea,.input-prepend input[type="text"],.input-prepend input[type="password"],.input-prepend input[type="datetime"],.input-prepend input[type="datetime-local"],.input-prepend input[type="date"],.input-prepend input[type="month"],.input-prepend input[type="time"],.input-prepend input[type="week"],.input-prepend input[type="number"],.input-prepend input[type="email"],.input-prepend input[type="url"],.input-prepend input[type="search"],.input-prepend input[type="tel"],.input-prepend input[type="color"],.input-prepend .uneditable-input,.input-append textarea,.input-append input[type="text"],.input-append input[type="password"],.input-append input[type="datetime"],.input-append input[type="datetime-local"],.input-append input[type="date"],.input-append input[type="month"],.input-append input[type="time"],.input-append input[type="week"],.input-append input[type="number"],.input-append input[type="email"],.input-append input[type="url"],.input-append input[type="search"],.input-append input[type="tel"],.input-append input[type="color"],.input-append .uneditable-input{padding:0.35rem;max-width:95%}.dir-rtl .input-prepend textarea,.dir-rtl .input-prepend input[type="text"],.dir-rtl .input-prepend input[type="password"],.dir-rtl .input-prepend input[type="datetime"],.dir-rtl .input-prepend input[type="datetime-local"],.dir-rtl .input-prepend input[type="date"],.dir-rtl .input-prepend input[type="month"],.dir-rtl .input-prepend input[type="time"],.dir-rtl .input-prepend input[type="week"],.dir-rtl .input-prepend input[type="number"],.dir-rtl .input-prepend input[type="email"],.dir-rtl .input-prepend input[type="url"],.dir-rtl .input-prepend input[type="search"],.dir-rtl .input-prepend input[type="tel"],.dir-rtl .input-prepend input[type="color"],.dir-rtl .input-prepend .uneditable-input,.dir-rtl .input-append textarea,.dir-rtl .input-append input[type="text"],.dir-rtl .input-append input[type="password"],.dir-rtl .input-append input[type="datetime"],.dir-rtl .input-append input[type="datetime-local"],.dir-rtl .input-append input[type="date"],.dir-rtl .input-append input[type="month"],.dir-rtl .input-append input[type="time"],.dir-rtl .input-append input[type="week"],.dir-rtl .input-append input[type="number"],.dir-rtl .input-append input[type="email"],.dir-rtl .input-append input[type="url"],.dir-rtl .input-append input[type="search"],.dir-rtl .input-append input[type="tel"],.dir-rtl .input-append input[type="color"],.dir-rtl .input-append .uneditable-input{border-radius:4px 0 0 4px}.input-prepend>.add-on,.input-append>.add-on{background:#d9d9d9;border:1px solid rgba(84,83,83,0.5);padding:0.275rem;-webkit-padding-before:7px;-webkit-padding-after:7px}.dir-rtl .input-prepend>.add-on,.dir-rtl .input-append>.add-on{margin-right:auto;margin-left:-1px}.dir-rtl .input-prepend>.add-on .btn,.dir-rtl .input-append>.add-on .btn{margin-right:auto;margin-left:-1px}.dir-rtl .input-prepend>.add-on:first-child,.dir-rtl .input-append>.add-on:first-child{border-radius:0 4px 4px 0}textarea{width:100%}.dir-rtl .form-horizontal .control-label{float:right;text-align:left}.dir-rtl .form-horizontal .controls{margin-left:0;margin-right:180px}select{color:#545353;background:#fff;border:1px solid rgba(84,83,83,0.5)}.view-mailto,.body-only{padding:0 1.5rem}.view-mailto #g-page-surround,.body-only #g-page-surround{box-shadow:none}.controls input[type="radio"]{margin-right:5px}.layout-edit #sbox-content.sbox-content-iframe{overflow:hidden}#login-form #form-login-remember .inputbox{float:none;margin-top:-3px}#login-form .input-prepend,#login-form .input-append{width:100%}#login-form .input-prepend .add-on,#login-form .input-append .add-on,#login-form .input-prepend .input-small,#login-form .input-append .input-small,#login-form .input-prepend .btn,#login-form .input-append .btn{height:35px}#login-form .input-prepend .input-small,#login-form .input-append .input-small{width:80%}#login-form #modlgn-secretkey{width:65%}#searchForm .btn,#finder-search .btn{display:inline-block;font-family:"Dosis";font-weight:700;background:#faa724;color:#fff !important;font-size:1rem;border:2px solid transparent;border-radius:0;margin:0;padding:0.5rem 1.25rem;vertical-align:middle;text-shadow:none;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s}#searchForm .btn:hover,#finder-search .btn:hover,#searchForm .btn:active,#finder-search .btn:active,#searchForm .btn:focus,#finder-search .btn:focus{background:#cd7f05;color:#fff !important}#searchForm .btn{padding:0.35rem 1.25rem;border-radius:4px}#finder-search .inputbox{margin:1rem 0 0.5rem 0}.nav-tabs.nav-dark{border-bottom:1px solid #333;text-shadow:1px 1px 1px #000}.nav-tabs.nav-dark>li>a{color:rgba(84,83,83,0.5)}.nav-tabs.nav-dark>li>a:hover{border-color:#333 #333 #111;background-color:#777}.nav-tabs.nav-dark>.active>a,.nav-tabs.nav-dark>.active>a:hover{color:#fff;background-color:#555;border:1px solid #222}.tip-wrap{color:#fff;background-color:#000}.search span.highlight{background-color:#e6e6e6}.img-polaroid{background-color:#fff;border:1px solid rgba(0,0,0,0.2);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.muted{color:#999}a.muted:hover,a.muted:focus{color:#808080}.alert{background-color:#f8f4ec;border-color:#eee4d2;padding:0.938rem}.alert a,.alert a:hover,.alert .alert-link,.alert .alert-link:hover{right:0 !important;color:#6c5328;font-weight:bold;text-decoration:none}.alert,.alert h4,.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#b78c43}.alert-success{color:#468847;background-color:#dfeedf;border-color:#c4e0c4}.alert-success a,.alert-success a:hover,.alert-success .alert-link,.alert-success .alert-link:hover{color:#356635;font-weight:bold}.alert-success a:hover,.alert-success a:hover:hover,.alert-success .alert-link:hover,.alert-success .alert-link:hover:hover{text-decoration:underline}.alert-success h4,.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#3d773e}.alert-danger,.alert-error{color:#b94a48;background-color:#f6e7e7;border-color:#edd1d0}.alert-danger a,.alert-error a,.alert-danger a:hover,.alert-error a:hover,.alert-danger .alert-link,.alert-error .alert-link,.alert-danger .alert-link:hover,.alert-error .alert-link:hover{color:#953b39;font-weight:bold}.alert-danger a:hover,.alert-error a:hover,.alert-danger a:hover:hover,.alert-error a:hover:hover,.alert-danger .alert-link:hover,.alert-error .alert-link:hover,.alert-danger .alert-link:hover:hover,.alert-error .alert-link:hover:hover{text-decoration:underline}.alert-danger h4,.alert-error h4,.text-error{color:#b94a48}a.text-error:hover,a.text-error:focus{color:#a74240}.alert-info{color:#3a87ad;background-color:#e2eff5;border-color:#c7e0ec}.alert-info a,.alert-info a:hover,.alert-info .alert-link,.alert-info .alert-link:hover{color:#2d6987;font-weight:bold}.alert-info a:hover,.alert-info a:hover:hover,.alert-info .alert-link:hover,.alert-info .alert-link:hover:hover{text-decoration:underline}.alert-info h4,.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#34789a}.blog dl.article-info{margin-left:0}.blog dl.article-info dt,.blog dl.article-info dd{margin-left:0}.blog ol.nav{padding-left:0}.dir-rtl .blog ol.nav{padding-right:0}.blog .icons .pull-right{top:-1rem}.pull-left,.pull-right{max-width:100%}.dir-rtl .pull-left{float:right}.dir-rtl .pull-right{float:left}.thumbnails{margin-left:-20px;list-style:none}.thumbnails:before,.thumbnails:after{display:table;content:"";line-height:0}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:18px;margin-left:20px}.manager>li{float:left !important;margin-bottom:18px !important;margin-left:20px !important}.thumbnail{display:block;padding:4px;line-height:18px;border:1px solid #ddd;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#555}.contact>h3{display:none}.contact .contact-address{margin:0}.print-mode #g-page-surround{padding:0.938rem}.calendar .title{border:none}.calendar thead .name{padding:2px}.calendar thead .button{color:#000 !important;font-weight:normal;border:1px solid transparent}.calendar thead .hilite{border-radius:0;padding:2px}.pagination-list{list-style:none}.pagination-list li{display:inline-block;margin:0 0.5rem}#imageForm button,#uploadForm button{padding:0.25rem 1rem;margin:1rem 0}#imageForm button:hover,#uploadForm button:hover{border:none}.chzn-container .chzn-drop,.chzn-container .chzn-results li.no-results{border:none;color:#545353}.chzn-container-multi .chzn-choices{color:#545353;border:1px solid rgba(0,0,0,0.2);border-radius:3px;width:250px;background-image:none}.chzn-container-multi .chzn-choices li.search-field input[type="text"]{box-shadow:none;height:35px;margin:0;padding:0 5px;color:#545353 !important}.rokajaxsearch *,.rokajaxsearch *:before,.rokajaxsearch *:after{box-sizing:border-box !important}.platform-content .rokajaxsearch * *,.platform-content .rokajaxsearch *:before *,.platform-content .rokajaxsearch *:after *,.platform-content .rokajaxsearch * *:before,.platform-content .rokajaxsearch *:before *:before,.platform-content .rokajaxsearch *:after *:before,.platform-content .rokajaxsearch * *:after,.platform-content .rokajaxsearch *:before *:after,.platform-content .rokajaxsearch *:after *:after{box-sizing:border-box}.rokajaxsearch #roksearch_search_str{border:1px solid #888;border-radius:2rem;margin-bottom:1rem;padding:0.75rem 1rem;width:100%;box-shadow:none}form#rokajaxsearch{margin:0}form#rokajaxsearch>.rokajaxsearch{background:none;box-shadow:none;border:none}#roksearch_results{color:#545353;background:#fff;border:1px solid #888}#roksearch_results .roksearch_result_wrapper1{background:#f2f2f2;color:#545353}#roksearch_results .roksearch_result_wrapper1:hover{background:#faa724;color:#fff;border:1px solid #694102}#roksearch_results .roksearch_result_wrapper1:hover a,#roksearch_results .roksearch_result_wrapper1:hover h3{color:#fdd9a1}#roksearch_results span.highlight{color:#fff;background-color:#cd7f05;text-shadow:none}@media only all and (max-width:47.99rem){body #roksearch_results{width:95%}}.rokajaxsearch .search_options{margin-top:8px;padding-bottom:15px}.rokajaxsearch .search_options label{margin-right:10px !important}.rokajaxsearch .search_options label input[type="radio"],.rokajaxsearch .search_options label input[type="checkbox"]{margin:0 5px 0 0}.rokajaxsearch .clr{clear:both}.rokajaxsearch .searchintro{overflow:hidden}#roksearch_results{z-index:10000;position:absolute;width:400px;float:right;text-align:left;visibility:hidden;margin-top:5px}#roksearch_results .small{display:inline;position:relative;text-align:inherit;bottom:0;right:0;font-size:11px;font-style:italic}#roksearch_results a.clr{margin:10px 0 5px 0}#roksearch_results a{color:#9b6004}#roksearch_results h3{color:#9b6004;margin-top:0;margin-bottom:2px;line-height:110%;font-size:110%;padding-bottom:0}#roksearch_results h3:hover{color:inherit}#roksearch_results .roksearch_result_wrapper1:hover{border:none}#roksearch_results .container-wrapper{overflow:hidden}#roksearch_results .page{float:left}#roksearch_results .roksearch_header,#roksearch_results .roksearch_row_btm{background:#f2f2f2;padding:10px 15px;line-height:130%;text-transform:none;font-weight:normal;font-size:14px}#roksearch_results .roksearch_row_btm{overflow:hidden;border-top:1px solid #888}#roksearch_results .roksearch_even,#roksearch_results .roksearch_odd{padding:15px;border-bottom:none}#roksearch_results .roksearch_even span,#roksearch_results .roksearch_odd span{margin-top:15px;line-height:140%}#roksearch_results .roksearch_even span.highlight,#roksearch_results .roksearch_odd span.highlight{margin-top:0;padding:0 3px}#roksearch_results .roksearch_odd{background:rgba(0,0,0,0.05)}#roksearch_results .viewall{float:left;margin:0 5px}#roksearch_results .viewall span{line-height:130%;text-transform:none}#roksearch_results .estimated_res{font-size:9px;font-style:italic;text-transform:none;float:left}#roksearch_results .pagination_res{font-style:normal;float:right;text-transform:none;font-size:11px}#roksearch_results .pagination_res span{padding:0 5px}#roksearch_results .powered-by-google{text-transform:lowercase;font-style:italic;font-size:9px}#roksearch_results .google-search #roksearch_link{margin-top:5px}#roksearch_results .google-thumb-image{margin:0 auto}#roksearch_results .readon{margin-top:15px}#roksearch_results .readon span,#roksearch_results .readon .button{font-size:13px;line-height:22px}#roksearch_results .container-arrows{height:12px;width:30px;float:left;margin-right:5px;position:relative}#roksearch_results #roksearch_link:before{content:"×";font-size:1.5em;position:absolute;right:10px;top:8px;z-index:100}#roksearch_results .arrow-left,#roksearch_results .arrow-left-disabled,#roksearch_results .arrow-right,#roksearch_results .arrow-right-disabled{position:absolute}#roksearch_results .arrow-left:before,#roksearch_results .arrow-left-disabled:before,#roksearch_results .arrow-right:before,#roksearch_results .arrow-right-disabled:before{font-family:FontAwesome;font-size:1.3em}#roksearch_results .arrow-left,#roksearch_results .arrow-right{cursor:pointer}#roksearch_results .arrow-left:before,#roksearch_results .arrow-right:before{color:#faa724}#roksearch_results .arrow-left,#roksearch_results .arrow-left-disabled{left:0}#roksearch_results .arrow-left:before,#roksearch_results .arrow-left-disabled:before{content:'\f104'}#roksearch_results .arrow-right,#roksearch_results .arrow-right-disabled{left:18px}#roksearch_results .arrow-right:before,#roksearch_results .arrow-right-disabled:before{content:'\f105'}@media only all and (max-width:47.99rem){.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}.manager.thumbnails>li{float:left;margin-left:20px}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}}@media only all and (max-width:30rem){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:20px}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.media .pull-left,.media .pull-right{display:block;float:none;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal-header .close{padding:10px;margin:-10px}}@media only all and (min-width:48rem) and (max-width:59.99rem){.row{margin-left:-20px}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392%;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392%}.row-fluid .span12{width:100%}.row-fluid .span11{width:91.4364640884%}.row-fluid .span10{width:82.8729281768%}.row-fluid .span9{width:74.3093922652%}.row-fluid .span8{width:65.7458563536%}.row-fluid .span7{width:57.182320442%}.row-fluid .span6{width:48.6187845304%}.row-fluid .span5{width:40.0552486188%}.row-fluid .span4{width:31.4917127072%}.row-fluid .span3{width:22.9281767956%}.row-fluid .span2{width:14.364640884%}.row-fluid .span1{width:5.8011049724%}.row-fluid .offset12{margin-left:105.5248618785%}.row-fluid .offset12:first-child{margin-left:102.7624309392%}.row-fluid .offset11{margin-left:96.9613259669%}.row-fluid .offset11:first-child{margin-left:94.1988950276%}.row-fluid .offset10{margin-left:88.3977900552%}.row-fluid .offset10:first-child{margin-left:85.635359116%}.row-fluid .offset9{margin-left:79.8342541436%}.row-fluid .offset9:first-child{margin-left:77.0718232044%}.row-fluid .offset8{margin-left:71.270718232%}.row-fluid .offset8:first-child{margin-left:68.5082872928%}.row-fluid .offset7{margin-left:62.7071823204%}.row-fluid .offset7:first-child{margin-left:59.9447513812%}.row-fluid .offset6{margin-left:54.1436464088%}.row-fluid .offset6:first-child{margin-left:51.3812154696%}.row-fluid .offset5{margin-left:45.5801104972%}.row-fluid .offset5:first-child{margin-left:42.817679558%}.row-fluid .offset4{margin-left:37.0165745856%}.row-fluid .offset4:first-child{margin-left:34.2541436464%}.row-fluid .offset3{margin-left:28.453038674%}.row-fluid .offset3:first-child{margin-left:25.6906077348%}.row-fluid .offset2{margin-left:19.8895027624%}.row-fluid .offset2:first-child{margin-left:17.1270718232%}.row-fluid .offset1{margin-left:11.3259668508%}.row-fluid .offset1:first-child{margin-left:8.5635359116%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media only all and (max-width:59.99rem){.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:20px}.navbar-fixed-bottom{margin-top:20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 10px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;border-radius:0.1875rem}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;border-radius:0.1875rem}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:none;border-radius:0;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media only all and (min-width:60rem){.nav-collapse.collapse{height:auto !important;overflow:visible !important}}@media only all and (max-width:47.99rem){.form-horizontal .control-label{display:block;float:none;text-align:left}.form-horizontal .controls{margin:0}[dir="rtl"] .form-horizontal .control-label{text-align:right}}@media only all and (max-width:47.99rem){div.modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0}div.modal.fade{top:-100px}div.modal.fade.in{top:20px}}@media only all and (max-width:30rem){div.modal{top:10px;right:10px;left:10px}}@media only all and (max-width:47.99rem){.pull-right.item-image{margin-left:0}.pull-left.item-image{margin-right:0}}
.g-home-positions.g-antares-style #g-slideshow,.g-home-particles.g-antares-style #g-slideshow{margin-top:-3rem}.g-flexslider-slideshow .g-flexslider-slideshow-item-title{font-style:normal}.g-flexslider-slideshow .g-flexslider-slideshow-item-content{text-align:center;margin:auto;padding:13rem 2rem 12rem 2rem}.g-gridcontent .g-gridcontent-title-style-2 .g-gridcontent-item-content{background-color:rgba(104,104,104,0.15);color:#fff}h1{font-size:1.8rem}h2{font-weight:500;font-size:1.5rem}h2,h3,h4,h5,body{letter-spacing:0.06rem}.g-flexsider-sliderbottom{color:#faa724;background:#fff;z-index:20}.g-animatedblock-body{background:#fff;color:#00384a;font-size:0.7rem}.g-animatedblock-item{position:relative;border-radius:10px 10px 5px 5px;border:none;overflow:hidden}.g-animatedblock-items .g-animatedblock-item-wrapper{opacity:1}.g-animatedblock-title{color:#d1d1d1;font-size:1rem;line-height:1.5}.g-animatedblock-tag{font-weight:600;font-size:1rem;color:#d1d1d1}.g-imagegrid .g-imagegrid-item img{opacity:1}.g-imagegrid .g-imagegrid-link{background:#fff}#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container{color:#888;padding:0.2345rem 0;text-transform:uppercase}#g-navigation .g-main-nav .g-toplevel>li:hover>.g-menu-item-container,#g-navigation .g-main-nav .g-toplevel>li.active>.g-menu-item-container{color:#fff}img{border-radius:10px 10px 5px 5px}.sprocket-grids-b-effect{background:#00384ac7}.sprocket-grids-b-title{font-size:1.2rem !important}.formResponsive input[type="text"]{height:40px}.formResponsive textarea{width:100% !important}.formResponsive button[type="submit"]{background-color:#000 !important}.formResponsive button[type="submit"]:hover{background-color:#757575 !important}
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-opacity-60{opacity:0.6}.cc-window.cc-opacity-70{opacity:0.7}.cc-window.cc-opacity-80{opacity:0.8}.cc-window.cc-opacity-90{opacity:0.9}.cc-window.cc-opacity-95{opacity:0.95}.cc-window.cc-opacity-100{opacity:1}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-1em)}.cc-animate.cc-revoke.cc-center{transform:translateY(-1em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(1em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-animate.cc-revoke.cc-active.cc-center,.cc-animate.cc-revoke-bottom.cc-active,.cc-revoke:hover{transform:translateY(0)}.cc-animate.cc-revoke-bottom.cc-center{transform:translateY(1em)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-flow:row wrap;z-index:99999999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;-ms-flex-direction:column;flex-direction:column;text-align:initial}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em;align-items:center}.cc-revoke img,.cc-revoke i,.cc-revoke span{margin-right:5px}.cc-revoke.cc-top.cc-animate{padding:1em .5em 0.2em}.cc-revoke.cc-center.cc-animate{padding:1em .5em 0.2em}.cc-revoke.cc-bottom.cc-animate{padding:0.2em .5em 1em}.cc-revoke-bottom.cc-center.cc-animate{padding:0.2em .5em 1em}.cc-header{font-size:18px;font-weight:700;max-width:256px;margin-top:2px}span.cc-message span.cc-cookie-settings-toggle{padding:.2em .4em;font-size:.9em;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;display:inline-block;margin-top:4px}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}div.cc-center .cc-link{width:fit-content}.cc-link{opacity:.9;display:inline-block;padding:.2em .2em .2em 0;margin:0 4px 0 0;background:transparent;transition:opacity .2s}.cc-link:hover{opacity:1;background:transparent}.cc-link:active,.cc-link:visited,.cc-link:focus{outline:none;background:transparent}a.cc-link label{display:inline-block;font-size:16px;margin:0;padding:0;line-height:inherit;cursor:pointer}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;text-decoration:none}a.cc-btn:hover{text-decoration:underline}.cc-close{display:block;position:absolute;top:.4em;right:.1em;font-size:1.6em;opacity:.9;line-height:.75;outline:none}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top,.cc-revoke.cc-center{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:auto}.cc-revoke.cc-right{right:3em;left:auto}.cc-revoke.cc-center{left:50%;margin-left:-75px;top:0;margin-top:0}.cc-revoke.cc-center.cc-revoke-bottom{bottom:0;top:auto;margin-top:auto;border-radius:0;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-center.cc-revoke-top{border-radius:0;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-center.cc-revoke-bottom-right{right:3em;left:auto;bottom:0;top:auto;margin-top:auto;border-radius:0;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-center.cc-revoke-top-right{right:3em;left:auto;border-radius:0;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-center.cc-revoke-bottom-left{left:3em;right:auto;bottom:0;top:auto;margin:auto;border-radius:.5em .5em 0 0}.cc-revoke.cc-center.cc-revoke-top-left{left:3em;right:auto;top:0;bottom:auto;margin:auto;border-radius:0 0 .5em .5em}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-center{top:50%;left:50%;margin-left:-192px;margin-top:-130px}.cc-center.cc-allowall-button{margin-left:-256px}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}span.cc-header+span.cc-message span.cc-message-text{margin-right:5px}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1;text-align:left}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between;flex-wrap:wrap}.cc-compliance>.cc-btn{-ms-flex:1;flex:1 1 auto}div.cc-compliance>a.cc-btn{margin-right:.5em;margin-top:.2em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:319px){.cc-btn{white-space:normal}}@media(max-width:639px){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:0 0 1em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:0}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}span.cc-cookie-settings-toggle{cursor:pointer}span.cc-cookie-settings-toggler{transform:rotate(180deg);transition:transform 250ms;display:inline-block}span.cc-cookie-settings-toggler.cc-opened{transform:rotate(0deg)}@media(min-width:640px){div.fancybox-30{max-width:599px}}@media(min-width:800px){div.fancybox-50{max-width:799px}}div.cc-checkboxes-container{display:flex;width:100%;flex-flow:wrap;margin-top:6px}div.cc-checkboxes-container input[type=checkbox]{margin:0!important;padding:0!important}div.cc-checkboxes-container a:not(.cc-btn){margin:0 0 0 2px;padding:3px 6px 0 0;text-decoration:none}div.cc-checkbox-container{display:flex;margin-right:6px;margin-bottom:5px;align-items:center;position:relative}div.cc-checkbox-container:not(:last-child) a{border-right:1px solid #FFF}div.cc-floating div.cc-checkboxes-container{margin-top:15px}div.cc-checkboxes-container a.cc-btn.cc-allow{min-width:fit-content;padding:0.2em .6em;height:16px;box-sizing:content-box}div.cc-cookie-category-title{font-size:16px;font-weight:700;border-bottom:1px solid #333;display:inline-block}div.cc-cookie-category-title-acceptdate,span.cc-cookie-title-acceptdate{font-weight:normal;margin:0 0 5px 0;font-size:12px;color:#6c757d;cursor:auto}span.cc-cookie-title-acceptdate{animation:append-animate .3s linear}input.cc-cookie-checkbox+span{position:absolute;top:0;left:0;cursor:pointer;height:18px;width:18px}input.cc-cookie-checkbox[readonly]+span,input.cc-cookie-checkbox[disabled]+span{cursor:auto}input.cc-cookie-checkbox+span:after,input.cc-cookie-checkbox+span:before{position:relative;display:block;content:"";box-sizing:content-box!important}div.cc-cookie-category-description{padding:10px 0}fieldset.cc-cookie-list-title,fieldset.cc-service-list-title{margin:0;padding:0;border:none}fieldset.cc-service-list-title.cc-service-collapsed>*:not(legend){display:none}fieldset.cc-service-list-title{margin-bottom:10px}fieldset.cc-cookie-list-title legend{float:none;margin:0 0 10px 0;display:block;width:100%;padding:0;line-height:36px;color:#333;border:0;border-bottom:1px solid #e5e5e5;font-size:16px}fieldset.cc-service-list-title legend{font-size:16px;font-weight:700;display:inline-block;position:relative;width:fit-content;width:-moz-fit-content;min-width:50%;border-bottom:none;line-height:32px;margin-bottom:0;padding-left:10px;background:#ececec}div.cc-service-cookie-list-title{font-size:15px;margin:4px 0 2px 10px;border-bottom:1px solid #ccc;width:fit-content}fieldset.cc-service-list-title ul.cc-cookie-category-list{margin-left:25px}ul.cc-cookie-category-list,#main div.gdpr-component-view ul.cc-cookie-category-list{margin:0;padding:0;position:relative}ul.cc-cookie-category-list li,#main div.gdpr-component-view ul.cc-cookie-category-list li{margin-bottom:4px;overflow:hidden;font-size:14px;list-style:none;min-height:20px;background:#f2f2f2;padding:10px}input.cc-cookie-checkbox{height:16px!important;width:16px!important;min-height:18px!important;border-radius:1px;box-sizing:content-box!important;cursor:pointer!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;background:none!important;border:none!important}input.cc-cookie-checkbox+span:before{border:1px solid grey;background:#FFF;width:16px;height:16px;left:-1px}input.cc-cookie-checkbox+span:after{left:1px;border-width:1px;border-style:solid;border-color:#b3b3b3 #dcddde #dcddde #b3b3b3;background-image:linear-gradient(135deg,#b1b6be 0,#FFF 100%);background-repeat:no-repeat;background-position:center;top:-16px;width:12px;height:12px}input.cc-cookie-checkbox:checked+span:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNGMUE0MkE1QkJDMjExRTM5QUIxQzQwRjkwREYzMUIyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNGMUE0MkE2QkJDMjExRTM5QUIxQzQwRjkwREYzMUIyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0YxQTQyQTNCQkMyMTFFMzlBQjFDNDBGOTBERjMxQjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0YxQTQyQTRCQkMyMTFFMzlBQjFDNDBGOTBERjMxQjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IZcVrAAAA5UlEQVR42mL8//8/AyMjIwMxQHwRgwOQAuEJjMRqBGoSAFL3gRhEf2BiIB7Mh2oCgQ+MFy5c+E9Ix/o3SxlmPOtGFnJkAZEGBgaMeJyoAKTOI9k24WUcwwEmNEUGBJx4AaipEMRgQtIEUnAeSCcgiRVAQxEGEmEMsB/dLxk4Atn70RRcgDoRDGLEMxh63WfAvQSz8QIUIztvPRL/QixQIzIAawS6+wMopNA0K8CCHogD0T0O9yMOzSDQCJR7gFMjmuYFUKEDQLEJ2KKJBV0AqjkRGKILsdiOqhFv6kHSCkrXMAAQYACIkU0SIPgtxAAAAABJRU5ErkJggg==),linear-gradient(135deg,#B1B6BE 0,#FFF 100%)}input.cc-cookie-checkbox[readonly]{opacity:0}input.cc-cookie-checkbox[readonly]+span{opacity:.5}input.cc-cookie-checkbox:disabled+span:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ4MjZEMDk4NTMxQTExRThCQTA1ODgzNDUyQ0M0QzlFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ4MjZEMDk5NTMxQTExRThCQTA1ODgzNDUyQ0M0QzlFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDgyNkQwOTY1MzFBMTFFOEJBMDU4ODM0NTJDQzRDOUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDgyNkQwOTc1MzFBMTFFOEJBMDU4ODM0NTJDQzRDOUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mUCrwAAAAuklEQVR42mJ4xMDg/oCB4T8IP2RgiGOAgv8MDMxAscNQuauPGRg4GYGMN0A5YZgiRgaGeDkGhqVAjQeAXBsGBNgCUlwEZPQy4AFAW34CKQlGEAefBphCRQaGD4wwQWwakBWC+EwwzwCpQHRTgSaxAxX4wfkghVg8g64pXp6BYRETukKo1a1ozlkIClYWIFsT3Y0KQDcC/fAO2Q//GBi0QQrYQGF9n4HhBxALIJsI8jQoUoDinSA+QIABABYuPryJlkH5AAAAAElFTkSuQmCC),linear-gradient(135deg,#B1B6BE 0,#FFF 100%)}div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:before,div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after{background-color:#28a745;border-color:#28a745;transition:background-color .25s}div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:0;position:absolute;left:4px;top:1px;height:11px;width:6px;transform:rotate(45deg);border-color:#fff;background:transparent}div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:before,div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after{background-color:#a72828;border-color:#a72828;transition:background-color .25s}div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after{content:"+";position:absolute;left:3px;top:-1px;height:11px;width:6px;transform:rotate(45deg);background:transparent;font-size:26px;border:none;color:#FFF}div.cc-settings-label{opacity:.8;font-size:14px;margin-right:4px}@media (max-width:600px){div.cc-settings-label{width:100%;margin-bottom:2px}}div.cc-window.cc-floating div.cc-settings-label{width:100%;margin-bottom:2px}div.gdprlock-placeholder,div.gdprcookielock-placeholder{position:relative;background-color:#dfdfdf;min-width:200px;min-height:120px;display:flex}div.gdprlock-placeholder.gdprlock-placeholder-action{cursor:pointer}div.gdprlock-placeholder-text,div.gdprcookielock-placeholder-text{font-size:20px;text-align:center;width:80%;margin:auto;line-height:initial}@media screen and (max-width:640px){div.gdprlock-placeholder-text,div.gdprcookielock-placeholder-text{width:100%}}@media screen and (max-width:499px){div.cc-window.cc-floating div.cc-compliance{flex-wrap:wrap}div.cc-window.cc-floating div.cc-compliance a.cc-btn{margin-bottom:5px}div.cc-window.cc-floating.cc-center{left:auto;margin-left:auto;max-width:none}}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}to{transform:perspective(400px) rotate3d(1,0,0,90deg)}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}to{transform:perspective(400px) rotate3d(1,0,0,0deg)}}.flipInX{animation-duration:.75s;animation-name:flipInX;backface-visibility:visible !important}span.cc-cookie-descriptions-toggler,span.cc-services-descriptions-toggler{transition:transform 250ms;display:inline-block;transform:rotate(180deg);cursor:pointer;margin:1px 4px 2px 0;line-height:unset;position:absolute;left:-15px}span.cc-cookie-descriptions-toggler.cc-cookie-descriptions-toggler-open,span.cc-services-descriptions-toggler.cc-services-descriptions-toggler-open{transform:rotate(0)}span.cc-cookie-descriptions-toggler+span.cc-cookie-category-name{cursor:pointer;padding:8px 0}div.cc-cookie-descriptions{clear:both;display:none;margin-top:10px;padding-left:5px}div.cc-cookie-descriptions>*{margin:0}div.cc-cookie-expiration{display:flex;font-weight:400;margin-top:8px;font-size:14px;border-top:2px solid #e1e1e1;padding-top:6px}div.cc-cookie-expiration>span{flex:1 1 auto}span.cc-cookie-domain-description-title{font-weight:500}span.cc-cookie-domain-description-value{font-size:13px}fieldset.cc-cookie-list-title .gdpr_onoffswitchcookie{width:66px;position:relative;float:right;margin:2px 10px 0 0}fieldset.cc-cookie-list-title .gdpr_onoffswitch-label{display:block;position:relative;overflow:hidden;cursor:pointer;margin:auto;width:auto;max-width:initial}fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner{display:block;width:200%;margin-left:0;transition:margin .2s ease-in 0s}.gdpr_onoffswitch-inner::after,fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner::before{display:block;float:left;width:50%;height:22px;padding:0;line-height:22px;font-size:14px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box}fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner::before{content:"ON";padding-left:14px;background-color:#19a319;color:#fff;transition:background-color .2s}fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner::after{content:"OFF";padding-right:10px;background-color:#f01f1f;transition:background-color .2s;color:#fff;text-align:right}fieldset.cc-cookie-list-title .gdpr_onoffswitch-switch{display:block;width:20px;height:18px;margin:0;background:#fff;position:absolute;top:2px;right:2px;transition:all .2s ease-in 0s}fieldset.cc-cookie-list-title .gdpr_cookie_switcher span.gdpr_onoffswitch-switch{width:14px;height:14px}fieldset.cc-cookie-list-title .gdpr_cookie_switcher label.gdpr_onoffswitch-label{height:18px}fieldset.cc-cookie-list-title .gdpr_cookie_switcher span.gdpr_onoffswitch-inner::after,fieldset.cc-cookie-list-title .gdpr_cookie_switcher span.gdpr_onoffswitch-inner::before{line-height:18px}fieldset.cc-cookie-list-title .gdpr_onoffswitchcookie.gdpr_cookie_switcher.disabled .gdpr_onoffswitch-inner{margin-left:-100%}fieldset.cc-cookie-list-title .gdpr_onoffswitchcookie.gdpr_cookie_switcher.disabled .gdpr_onoffswitch-switch{right:50px}fieldset.cc-cookie-list-title div.gdpr_cookie_switcher.inactive span.gdpr_onoffswitch-inner::before,fieldset.cc-cookie-list-title div.gdpr_cookie_switcher.inactive span.gdpr_onoffswitch-inner::after{background-color:#d0d0d0}fieldset.cc-service-list-title legend div.gdpr_cookie_switcher{margin-top:8px;margin-left:8px}#gdpr_reload_msg{width:212px;min-height:40px;cursor:auto;position:fixed;left:50%;top:50%;margin-left:-109px;margin-top:0;box-shadow:0 0 7px 5px rgba(0,0,0,.4);border-radius:30px;z-index:20000;background-color:#eee;padding:3px}#gdpr_reload_msg::before{content:'';background-repeat:no-repeat;width:16px;height:16px;display:block;position:absolute;top:-10px;left:18px}#gdpr_reload_msgtext{width:210px;clear:both;margin:2px 0;font-size:14px;font-weight:700;text-align:center}#gdpr_reload_msgtext::before{content:'';background:#eee;width:15px;height:15px;border-top:0 solid rgba(0,0,0,.18);border-bottom:1px solid rgba(0,0,0,.18);border-right:1px solid rgba(0,0,0,.18);border-left:0;border-top-left-radius:0;border-bottom-right-radius:20px;display:block;position:absolute;bottom:-15px;right:50px;box-shadow:1px 7px 8px 1px rgba(0,0,0,.4)}#gdpr_reload_info_icon{position:absolute;top:-8px;left:0;font-size:20px;background:#000;border-radius:10px;color:#fff;padding:0;margin:0;width:20px;height:20px;line-height:20px}body.gdpr-backdrop-effect{filter:brightness(50%)}body.gdpr-prevent-scrolling{overflow:hidden}div.cc-window.gdpr-prevent-scrolling{overflow:auto;max-height:90%;flex-wrap:unset}div.cc-center-xtd.gdpr-prevent-scrolling span.cc-message span.cc-cookie-settings-toggle{position:static;margin-top:10px}div.cc-window.gdpr-prevent-scrolling,span.cc-message{scrollbar-width:thin!important}div.cc-window.gdpr-prevent-scrolling::-webkit-scrollbar,span.cc-message::-webkit-scrollbar{width:8px}div.cc-window.gdpr-prevent-scrolling::-webkit-scrollbar-track,span.cc-message::-webkit-scrollbar-track{background:#f1f1f1}div.cc-window.gdpr-prevent-scrolling::-webkit-scrollbar-thumb,span.cc-message::-webkit-scrollbar-thumb{background:#666}div.cc-window.gdpr-prevent-scrolling::-webkit-scrollbar-thumb:hover,span.cc-message::-webkit-scrollbar-thumb:hover{background:#555}@media(max-height:640px){div.cc-floating>a.cc-link{margin-bottom:.4em}div.cc-window:not(.cc-center) span.cc-message{overflow:auto;max-height:240px;min-width:min-content}div.cc-window:not(.cc-center) span.cc-header+span.cc-message{overflow:auto;max-height:200px;min-width:min-content}}@media(max-height:480px){div.cc-window:not(.cc-center) span.cc-message{overflow:auto;max-height:160px;min-width:min-content}div.cc-window:not(.cc-center) span.cc-header+span.cc-message{overflow:auto;max-height:100px}}@media(max-height:360px){div.cc-window:not(.cc-center) span.cc-message{overflow:auto;max-height:100px;min-width:min-content}div.cc-window:not(.cc-center) span.cc-header+span.cc-message{overflow:auto;max-height:50px}}@keyframes append-animate{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes append-opacity{from{opacity:0}to{opacity:1}}div.gdpr-component-view{position:relative;margin-bottom:20px;padding:20px;border-radius:20px;background:#fafafa}div.gdpr-component-view div.cc-cookie-category-title{position:relative}div.gdpr-component-view div.cc-checkboxes-container span.cc-checkboxes-placeholder{top:25px}div.gdpr-component-view div.gdpr_cookie_switcher{display:none}div.gdpr-component-view div.cc-cookie-category-title-acceptdate{animation:append-opacity .3s linear}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox+span{position:absolute;cursor:pointer;background-color:#ccc;transition:.4s}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox[readonly]+span{cursor:auto}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox+span::before{position:absolute;content:"";height:10px;width:14px;left:5px;bottom:4px;background-color:#fff;transition:.4s;border:none;border-radius:0}div.gdpr-component-view div.cc-checkbox-container input.cc-cookie-checkbox:checked+span:after,div.gdpr-component-view div.cc-checkbox-container input.cc-cookie-checkbox:disabled+span:after,div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox:checked+span::before,div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox:disabled+span::before{background-color:#fff;border-color:#fff;transition:.4s}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox:checked+span{background-color:#19a319}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox:focus+span{box-shadow:0 0 1px #19a319}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox:checked+span::before{transform:translateX(18px)}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox:checked+span.cc-checkbox-switcher-category-transitioning::before{transform:none;left:3px}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox+span{width:42px}div.gdpr-component-view div.cc-checkboxes-container input.cc-cookie-checkbox:disabled+span{background-color:#f01f1f;opacity:.7;cursor:auto}div.gdpr-component-view input.cc-cookie-checkbox+span:after{background:0 0;display:none}div.gdpr-component-view div.cc-cookie-category-title{position:relative;margin-bottom:20px;border:none}div.gdpr-component-view div.cc-cookie-category-title:after{background:#ccc;bottom:-10px;content:"";height:2px;left:0;margin:0;position:absolute;width:82px;transition:all .33s ease-in-out}div.gdpr-component-view div.cc-cookie-category-title:hover:after{width:180px}div.cc-cookie-acceptdate-hidden,span.cc-cookie-acceptdate-hidden{display:none}div.cc-gdpr-component-view a.cc-btn{margin:5px;border-radius:5px}div.cc-gdpr-component-view a.cc-btn.cc-allow,div.cc-gdpr-component-view a.cc-btn.cc-allow:hover,div.cc-gdpr-component-view a.cc-btn.cc-allow:focus{background:#FFF;color:#000;border-color:#000}div.cc-gdpr-component-view a.cc-btn.cc-allowall,div.cc-gdpr-component-view a.cc-btn.cc-allowall:hover,div.cc-gdpr-component-view a.cc-btn.cc-allowall:focus{background:#FFF;color:#000;border-color:#000}div.cc-gdpr-component-view a.cc-btn.cc-deny,div.cc-gdpr-component-view a.cc-btn.cc-deny:hover,div.cc-gdpr-component-view a.cc-btn.cc-deny:focus{background:#313131;color:#FFF;border-color:#000}div.gdpr-component-view fieldset.cc-service-list-title ul.cc-cookie-category-list li{margin:5px 0 0 0}div.gdpr-component-view ul.cc-cookie-category-list li,#main div.gdpr-component-view ul.cc-cookie-category-list li{margin:5px 0 0 0;padding:4px 0 4px 6px}div.gdpr-component-view fieldset.cc-cookie-list-title div.gdpr_onoffswitchcookie:not([data-type=service]){margin:1px 10px 0 0}div.gdpr-component-view fieldset.cc-service-list-title{margin-top:10px}span.cc-cookie-descriptions-toggler,span.cc-services-descriptions-toggler,div.gdpr-component-view span.cc-cookie-descriptions-toggler,div.gdpr-component-view span.cc-services-descriptions-toggler{position:relative;left:0}
div.cc-window.cc-floating{max-width:24em}@media(max-width:639px){div.cc-window.cc-floating:not(.cc-center){max-width:none}}div.cc-window,span.cc-cookie-settings-toggler{font-size:16px}div.cc-revoke{font-size:16px}div.cc-settings-label,span.cc-cookie-settings-toggle{font-size:14px}div.cc-window.cc-banner{padding:1em 1.8em}div.cc-window.cc-floating{padding:2em 1.8em}input.cc-cookie-checkbox+span:before,input.cc-cookie-checkbox+span:after{border-radius:1px}div.cc-center,div.cc-floating,div.cc-checkbox-container,div.gdpr-fancybox-container div.fancybox-content,ul.cc-cookie-category-list li,fieldset.cc-service-list-title legend{border-radius:0px}div.cc-window a.cc-btn,span.cc-cookie-settings-toggle{border-radius:0px}
