﻿/* CSS RESET */


/* http://meyerweb.com/eric/tools/css/reset/ */


/* v1.0 | 20080212 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


.vehicles {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
	margin-top: 20px;
}

.vehicles {
    background-size: contain;
    height: 61px;
    background-position: center
}

@media (max-width: 575px) {
    .vehicles {
        margin-bottom: 30px
    }
}

.vehicles span {
    position: absolute;
    bottom: -39px;
    width: 100%;
    text-align: center;
    display: block
}

@media (max-width: 575px) {
    .vehicles span {
        bottom: -25px
    }
}

.vehicles-boat {
    background-image: url(../images/boat.jpg);
}
.vehicles-train {
    background-image: url(../images/train.jpg);
}
.vehicles-bus {
    background-image: url(../images/bus.jpg);
}
.vehicles-metro {
    background-image: url(../images/metro.jpg);
}

/*a,
a:visited,
a:active {
    text-decoration: none;
    font-size: inherit;
    color: #000000;
}*/

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* RESET END */


/* Default Elements */

body {
    width: 100%;
    font-family: Tahoma, 'Lato';
    font-size: 14px;
    color: #5F5F5F;
    line-height: 130%;
    font-weight: 400;
    background-color: #151c27;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

/*a,
a:active,
a:visited {
    color: #3E3E3E;
    text-decoration: none;
}*/

/*a:hover {
    color: #ef6d29;
    text-decoration: none;
}*/

h1 {
    font-family: 'Raleway', Tahoma;
    font-size: 25px;
    font-weight: 400;
    color: #a9475f;
    line-height: 1.1em;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Raleway', Tahoma;
    font-size: 18px;
    font-weight: 600;
    color: #a9475f;
    line-height: 1.1em;
    margin-top: 25px;
    margin-bottom: 15px;
}

sup {
    vertical-align: top;
    font-size: 0.7em;
}

sub {
    vertical-align: text-bottom;
    font-size: 0.7em;
}

ul li {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: -15px;
    margin-left: 30px;
}

ol li {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: -15px;
    margin-left: 30px;
}

ul.listaalfa li {
    list-style-type: lower-alpha;
    list-style-position: outside;
    padding-left: -15px;
    margin-left: 30px;
}

ol.listaalfa li {
    list-style-type: lower-alpha;
    list-style-position: outside;
    padding-left: -15px;
    margin-left: 30px;
}

blockquote {
    margin-left: 20px;
}

small {
    font-size: 12px;
}

img {
    max-width: 100%;
}


/* Page global container */

#allPage {
    height: 100%;
    background-color: #8D8D8D;
    display: block;
    float: none;
}

#allPage .pageblockcontainer {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
}


/* Header definition */

#headerContainer {
    width: 100%;
    background-color: #F8F8F8;
    height: 120px;
}

#headerContainer #HeaderFooter {
    height: 43px;
}

#headerContainer #headerblock {
    display: block;
    position: relative;
    height: 77px;
}

#headerContainer #headerblock #headerTitle {
    position: relative;
    top: 0;
    left: 0;
    line-height: 1em;
    padding-top: 10px;
    width: 330px;
}

#headerContainer #headerblock #headerTitle #logoContainer {
    position: relative;
    top: 0;
    left: 0;
}

#headerContainer #headerblock #headerTitle #logoContainer img {
    height: 105px;
}


/* Menu bar definition */

#headerContainer #headerblock #menuContainer {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#headerContainer #headerblock #menuContainer ul li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#headerContainer #headerblock #menuContainer .mnuTopHoriz {
    display: block;
}

#headerContainer #headerblock #menuContainer .mnuTopCollapsed {
    display: none;
}

#headerContainer #headerblock #menuContainer .mnuTopCollapsedShown {
    display: none;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTop {
    font-family: 'Lato', Tahoma;;
    font-size: 16px;
    padding: 0;
    border-style: None;
    background-color: transparent;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTop .dxm-item {
    color: #2e6c77;
    border-style: None;
    padding: 0;
    text-align: Center !important;
    text-transform: uppercase;
	
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTop .dxm-item .dxm-content {
    padding: 0;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTop .dxm-item.dxm-selected {
    color: #ef6d29;
    background-color: transparent!important;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTop a,
#headerContainer #headerblock #menuContainer .dxmLite .menuTop a:active,
#headerContainer #headerblock #menuContainer .dxmLite .menuTop a:visited {
    color: #2e6c77;
    text-decoration: none;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub {
    font-family: 'Lato', Tahoma;;
    font-size: 16px;
    padding: 13px;
    border-style: None;
    background-color: #2e6c77;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxm-gutter,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxm-spacing {
    background: none;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxmSubMenuItem,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxmSubMenuItem .dxm-content {
    color: #F0F0F0;
    border-style: None;
    padding: 0;
    background: none;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxm-item.dxmSubMenuItemSelected .dxm-content {
    color: #ef6d29;
    background-color: transparent!important;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxmSubMenuItem a,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxmSubMenuItem a:active,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxmSubMenuItem a:visited {
    color: #F0F0F0;
    text-decoration: none;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopSub .dxm-spacing {
    height: 10px;
    background-image: url('../images/sidemenu_sep.png');
    background-repeat: repeat-x;
    background-position: center center;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup {
    font-family: 'Lato', Tahoma;;
    font-size: 14px;
    padding: 13px;
    border-style: None;
    background-color: #3e454d;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup .dxm-gutter {
    background: none;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup .dxm-spacing {
    height: 10px;
    background-image: url('../images/sidemenu_sep.png');
    background-repeat: repeat-x;
    background-position: center center;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup .dxm-item {
    color: #F0F0F0;
    border-style: None;
    padding: 0;
    text-align: right;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup .dxm-item .dxm-content {
    padding: 0;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup .dxm-item.dxm-selected {
    color: #ef6d29;
    background-color: transparent!important;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup a,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup a:active,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopup a:visited {
    color: #F0F0F0;
    text-decoration: none;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub {
    font-family: 'Lato', Tahoma;;
    font-size: 14px;
    padding: 13px;
    max-width: 300px;
    border-style: None;
    background-color: #3e454d;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub .dxm-gutter,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub .dxmSubMenuItem,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub .dxmSubMenuItem .dxm-content {
    color: #F0F0F0;
    border-style: None;
    padding: 0;
    background: none;
    text-align: right;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub .dxm-item.dxmSubMenuItemSelected .dxm-content {
    color: #ef6d29;
    background-color: transparent!important;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub .dxmSubMenuItem a,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub .dxmSubMenuItem a:active,
#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub .dxmSubMenuItem a:visited {
    color: #F0F0F0;
    text-decoration: none;
}

#headerContainer #headerblock #menuContainer .dxmLite .menuTopPopupSub .dxm-spacing {
    height: 10px;
    background-image: url('../images/sidemenu_sep.png');
    background-repeat: repeat-x;
    background-position: center center;
}


/* First Page Slideshow */

#featureBlockContainer {
    position: relative;
    display: block;
    z-index: 50;
}

#featureBlockContainer #SlideshowContainer {
    position: relative;
    /*top: -7px; 
	background-image: url('../images/slideshow_back_top.png'),url('../images/slideshow_back.png'); */
    background-repeat: repeat-x;
    background-position: center top, center bottom;
    /*
	background-color: #8D8D8D;
	background: linear-gradient(90deg,rgb(246,155,135), rgb(239,198,160) ,rgb(239,198,160), rgb(239,198,160), rgb(239,198,160), rgb(239,198,160), rgb(239,198,160),rgb(239,198,160),rgb(246,155,135))!important;
	*/
	background-color: #6b7475;
	background: linear-gradient(90deg,rgb(46, 108, 119), rgb(106, 155, 163) ,rgb(106, 155, 163), rgb(106, 155, 163), rgb(106, 155, 163), rgb(106, 155, 163), rgb(106, 155, 163),rgb(106, 155, 163),rgb(46, 108, 119))!important;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock {
    padding-top: 50px;
    position: relative;
    padding-bottom: 32px;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowTitle {
    font-family: 'Raleway', Tahoma;
    font-size: 40px;
    font-weight: 200;
    line-height: 1em;
    color: #F0F0F0;
    text-align: center;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-passePartout {
    background-color: transparent!important;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-prevBtnHorWrapper,
#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-nextBtnHorWrapper {
    background-color: transparent!important;
    background-position: center center;
    background-repeat: no-repeat;
    top: 180px;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-prevBtnHor,
#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-nextBtnHor {
    background-color: transparent!important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 59px;
    height: 75px;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-prevBtnHor {
    background-image: url('../images/slideshow_prevsmall.png');
	/*background-image: url('../images/slideshow_prev.png');*/
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-nextBtnHor {
    background-image: url('../images/slideshow_nextsmall.png');
	/*background-image: url('../images/slideshow_next.png');*/
}
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-prevBtnHor.dxis-prevBtnHorHover,
#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-prevBtnHor.dxis-prevBtnHorPressed {
    /*background-image: url('../images/slideshow_prevbig.png');
	background-image: url('../images/slideshow_prev.png');*/
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-nextBtnHor.dxis-nextBtnHorHover,
#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-nextBtnHor.dxis-nextBtnHorPressed {
    /*background-image: url('../images/slideshow_nextbig.png');
	background-image: url('../images/slideshow_next.png');*/
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent {
    font-family: 'Raleway', Tahoma;
    font-size: 14px;
    height: 360px;
    line-height: 1.3em;
    color: #ffffff;
    /*margin-left: 80px;
    margin-right: 80px;
    background-color: #ff9056;*/
	background-color: #e5e5e5;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.3);
    -moz-box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.3);
    box-shadow: 4px 4px 5px rgba(150, 150, 150, 0.3);
    /*padding: 20px 40px;*/
    overflow: hidden;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent h1 {
    font-family: 'Raleway', Tahoma;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 20px;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent h2 {
    font-family: 'Raleway', Tahoma;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}


/*#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent img { max-height: 360px; max-width: 700px; }*/

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent img.Center {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent img.floatRight {
    float: right;
    margin-left: 50px;
}


/* First Page Highlights */

#centerblockFirstPage {
    width: 100%;
    display: block;
    margin-top: -27px;
    margin-bottom: 30px;
}

#centerblockFirstPage #centerblockContent {
    position: relative;
    margin-top: 5px;
    min-height: 200px;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer {
    position: relative;
    margin-left: -20px;
    margin-bottom: 20px;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 1.3em;
    color: #5F5F5F;
    display: block;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer .OneCol {
    width: 100%;
    padding-left: 20px;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer .TwoCols {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    float: left;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer h1 {
    font-family: 'Raleway', Tahoma;
    font-size: 25px;
    line-height: 1.1em;
    color: #232d3b;
    margin-bottom: 20px;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer h2 {
    font-family: 'Raleway', Tahoma;
    font-size: 18px;
    line-height: 1.1em;
    color: #232d3b;
    margin-bottom: 10px;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer .destaque {
    font-family: 'Raleway', Tahoma;
    font-size: 14px;
    color: #ff742c;
    line-height: 1.3em;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer .LinkBlock {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer .LinkBlock a,
#centerblockFirstPage #centerblockContent .FirstPageContainer .LinkBlock a:active,
#centerblockFirstPage #centerblockContent .FirstPageContainer .LinkBlock a:visited {
    font-family: 'Lato', Tahoma;
    font-size: 14px;
    line-height: 1em;
    background-color: #71293f;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #F0F0F0;
    padding: 8px 10px;
}

#centerblockFirstPage #centerblockContent .FirstPageContainer .LinkBlock a:hover {
    background-color: #ff742c;
    color: #F0F0F0;
}


/* Central block container definition */

#centerblockContainer {
    width: 100%;
    display: block;
    padding-top: 25px;
    padding-bottom: 30px;
    /*background-image: url('../images/central_background.png');*/
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #8D8D8D;
	background: linear-gradient(90deg,rgb(46, 108, 119), rgb(106, 155, 163) ,rgb(106, 155, 163), rgb(106, 155, 163), rgb(106, 155, 163), rgb(106, 155, 163), rgb(106, 155, 163),rgb(106, 155, 163),rgb(46, 108, 119))!important;
}

#centerblockContainer #centerblockContent {
    margin-top: 5px;
    min-height: 300px;
}

#centerblockContainer #centerblockContent #NavBarContainer {
    position: relative;
    width: 250px;
    float: left;
    min-height: 250px;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu {
    font-family: 'Lato', Tahoma;
    font-size: 16px;
    line-height: 1.1em;
    color: #f0f0f0;
    width: 200px;
    min-height: 100px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background-color: #3e454d;*/
	background-color: #6a9ba3;
    /*background-color: #21185e;*/
    position: relative;
    display: block;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenuCollapsed {
    display: none;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .MnuItem {
    padding: 12px 15px;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .MnuItem a,
#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .MnuItem a:active,
#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .MnuItem a:visited {
    color: #f0f0f0;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .MnuItem a:hover {
    /*color: #1870e0;*/
	color: #fff;
	font-weight: bold;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .MnuItem.Selected {
    /*color: #EF6B5A;*/
	color: #fff;
    padding-right: 25px;
	font-weight: bold;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .MnuItem.Selected.WithSubList {
    background-image: url('../images/sidemenu_expanded.png');
    background-repeat: no-repeat;
    background-position: 175px center;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .MnuItemSep {
    margin: 0 15px;
    height: 2px;
    background-image: url('../images/sidemenu_sep.png');
    background-repeat: repeat-x;
    background-position: center top;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .SubListContainer {
    font-size: 14px;
    line-height: 1.1em;
    margin: 0 2px;
    /*background-color: #5e6771;
	background-color: #48914f;*/
	background-color: #2e6c77;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .SubListContainer .MnuItem {
    padding: 8px 13px;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .SubListContainer .MnuItem a,
#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .SubListContainer .MnuItem a:active,
#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .SubListContainer .MnuItem a:visited {
    color: #f0f0f0;
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .SubListContainer .MnuItem a:hover {
    color: #b1b1b1;
	color: #ffffff;
	font-weight: bold;
}
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .SubListContainer .MnuItem.Selected {
    color: #b1b1b1;
	color: #ffffff;
	font-weight: bold;
}
}

#centerblockContainer #centerblockContent #NavBarContainer #SideMenu .SubListContainer .MnuItemSep {
    margin: 0 13px;
    height: 2px;
    background-image: url('../images/sidemenu_sep.png');
    background-repeat: repeat-x;
    background-position: center top;
}

#centerblockContainer #centerblockContent #PageContainer {
    width: 690px;
    float: left;
}

#centerblockContainer #centerblockContent #PageContainer .PageContent {
    background-color: white;
    padding: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 300px;
}

#centerblockContainer #centerblockContent #PageContainer .PageContent h1 {
    font-family: 'Raleway', Tahoma;
    font-size: 24px;
    /*color: #a9475f;*/
	color: #000000;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 40px;
}

#centerblockContainer #centerblockContent #PageContainer .PageContent h2 {
    font-family: 'Raleway', Tahoma;
    font-size: 18px;
    font-weight: 600;
    /*color: #a9475f;*/
	color: #000000;
    line-height: 1.1em;
    margin-top: 25px;
    margin-bottom: 15px;
}


/* Footer block container definition */

#footerContainer {
    font-size: 12px;
    line-height: 1.1em;
    width: 100%;
    display: block;
    background-color: #151c27;
    /*border-top: 10px solid*/
    #ef6d29;
    color: #F0F0F0;
}

#footerContainer a,
#footerContent a:active,
#footerContent a:visited {
    color: #F0F0F0;
    text-decoration: none;
}

#footerContainer a:hover {
    color: #ef6d29;
    text-decoration: none;
}

#footerContainer #footerContent {
    position: relative;
    min-height: 60px;
    margin-bottom: 5px;
}

#footerContainer #footerContent #CopyContainer {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

#footerContainer #footerContent #CopyContainer #AppCopy {
    font-family: 'Lato', Tahoma;
    font-size: 20px;
    line-height: 1.2em;
}

#footerContainer #footerContent #CopyContainer #RightsText {
    font-family: 'Raleway', Tahoma;
    font-size: 12px;
    line-height: 1.1em;
    color: #4c5c74;
}

#footerContainer #footerContent #CopyContainer #OrganizLogos {
    margin-top: 20px;
}

#footerContainer #footerContent #ContactsContainer {
    font-family: 'Lato', Tahoma;
    line-height: 1.3em;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-bottom: 10px;
    max-width: 30%;
}

#footerContainer #footerContent #ContactsContainer td {
    vertical-align: middle;
}

#footerContainer #footerBottomInfo {
    color: #D3D3D3;
    font-size: 9px;
    line-height: 1em;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

#footerContainer #footerBottomInfo #poweredby {
    display: inline-block;
    float: right;
}

.field_block {
    margin-top: 10px;
    vertical-align: middle;
}

.field_block.withLabel {
    margin-top: 0;
}

.field_block.control_container {
    margin-top: 10px;
}

.field_block .label {
    margin-bottom: 2px;
}

.field_block .field_control {}

.field_block .field_control.button {
    float: left;
    padding-right: 2px;
}

section.groupbox {
    position: relative;
}

section.groupbox .title {
    position: absolute;
    top: -0.5em;
    color: #808080;
    font-weight: 600;
    background-color: #FAFAFA;
    padding: 0 3px;
}

section.groupbox .grpcontent {
    clear: both;
    position: relative;
}

section.groupbox .grpcontent.withtitle {
    margin-top: 0.5em;
}

section.groupbox .grpcontent .field_block {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

section.groupbox .grpcontent .field_block:last-child {
    margin-right: 0;
}

section.groupbox .grpcontent.noflow .field_block,
section.groupbox .grpcontent .field_block.noflow {
    display: block;
    vertical-align: top;
    margin-right: 0;
}

.field_block .label .required,
.fieldset_info .required {
    color: #008000;
    padding: 0 2px;
}

.formfieldfont {
    font-family: Tahoma, 'Lato';
    font-size: 14px;
}

.dxeErrorCell_MulberryDarkGrayOpenSans142 {
    font-size: 13px!important;
    font-weight: 300!important;
}

.dxeRadioButtonList_MulberryDarkGrayOpenSans142.NoBorder,
.dxeRadioButtonList_MulberryDarkGrayOpenSans142.NoBorder.dxeFocused_MulberryDarkGrayOpenSans142,
.dxeRadioButtonList_MulberryDarkGrayOpenSans142.NoBorder .dxe {
    border: none!important;
    padding: 0;
    outline: none;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

@media screen and (max-width: 768px) {
    #headerContainer #headerblock #menuContainer .mnuTopHoriz {
        display: none;
    }
    #headerContainer #headerblock #menuContainer .mnuTopCollapsed {
        display: block;
        position: relative;
        width: 24px;
        background-image: url('../images/TopMenu.png');
        background-repeat: no-repeat;
        background-position: right bottom;
        cursor: pointer;
    }
    #headerContainer #headerblock #menuContainer .mnuTopCollapsed > div.handle {
        display: block;
        width: 24px;
        height: 24px;
    }
    #headerContainer #headerblock #menuContainer .mnuTopCollapsedShown {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        z-index: 300;
    }
    #featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent h1 {
        font-size: 18px;
        line-height: 1.1em;
        margin-bottom: 15px;
    }
    #featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent h2 {
        font-size: 15px;
        line-height: 1.1em;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #centerblockContainer #centerblockContent #NavBarContainer {
        width: 150px;
        float: left;
        min-height: 150px;
    }
    #centerblockContainer #centerblockContent #NavBarContainer #SideMenu {
        font-size: 14px;
        line-height: 1.1em;
        width: 140px;
        min-height: 100px;
        position: relative;
        display: block;
    }
    #footerContainer #footerContent #CopyContainer #AppCopy {
        font-size: 16px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 12px;
    }
    #featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px;
    }
    #featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent h1 {
        font-size: 16px;
        line-height: 1.1em;
        margin-bottom: 10px;
    }
    #featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .pnlItemDataContent h2 {
        font-size: 14px;
        line-height: 1.1em;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-prevBtnHorWrapper,
    #featureBlockContainer #SlideshowContainer #SlideShowBlock #SlideshowContent .dxis-nextBtnHorWrapper {
        display: none;
    }
    #centerblockFirstPage #centerblockContent .FirstPageContainer .TwoCols {
        width: 100%;
        padding-left: 20px;
        float: none;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #centerblockFirstPage #centerblockContent .FirstPageContainer .TwoCols .TextBlock {
        height: auto!important;
    }
    #centerblockContainer #centerblockContent #NavBarContainer {
        width: 30px;
        float: left;
        min-height: 250px;
    }
    #centerblockContainer #centerblockContent #NavBarContainer #SideMenu {
        display: none;
        width: 200px;
        min-height: 100px;
        position: absolute;
        z-index: 100;
    }
    #centerblockContainer #centerblockContent #NavBarContainer #SideMenuCollapsed {
        display: block;
        width: 25px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABuSURBVDhPY6A2YAQRK93i5jMwMiaARcgF//8fCN+1yJEJyqUaGPwGgsNwuVt8BRPDf3ewCLmAkeFC+M5FhVAe9QDYhas8Ym3+/mdSAYuQCZj+M7wI37Vwx2iyoRxQPVKgXOoBqifs0WQz6AADAwDnMzEaBDEOjwAAAABJRU5ErkJggg==')/*/Content/SideMenu.png*/
        ;
        background-repeat: no-repeat;
        background-position: 0 0;
        cursor: pointer;
    }
    /*#centerblockContainer #centerblockContent #NavBarContainer #SideMenuCollapsed.Shown { 
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFYSURBVDhPY1zpHv+fgYqACUpTDdDWQPUQTwb3GS0M0lZGUBHcAKTGbWoTg15iKFQEAlAMVHK3Y+BXkGGwqs5mkLE1hYpiApAcSI2AshyDsrcjVBQCUAy8uXYHmGZkZmawrMjAaihIDCQHUgMClxetA9MwwByqYtAAZTO8v/OQ4ffXbwwSJroMjExMDDLWxgyfHj9n+PToGVge3bALM5cx3N64G8yGARQDQeDtjbtYDeWTl8Yw7Nb6XWA2MsCZDtUC3RgM0qPA7P9//4JpQoaBAM5kA9IA0ggCIIOIMQwE8KbDb2/ew10HAiA2SAwfwGkgegSAAIiNK/ZhAKuB2GIT2fv4DMWIZWyGgcIMV+zDkhQMoBgIyk5WVVkYhsEAMYaieFk7OgCnYTCAHvvGuXFgNgygGPjq0g2GP99/MJybtgRv0gDJgdT8/vKN4cWZy1BRCBhxBSwDAwAKB6mAWLzOCQAAAABJRU5ErkJggg=='); 
	}*/
    #centerblockContainer #centerblockContent #NavBarContainer #SideMenuCollapsed > div {
        display: block;
        width: 25px;
        height: 25px;
    }
    #footerContainer #footerContent #CopyContainer {
        position: relative;
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
    }
    #footerContainer #footerContent #CopyContainer #RightsText {
        font-size: 12px;
        line-height: 1.1em;
    }
    #footerContainer #footerContent #ContactsContainer {
        line-height: 1.3em;
        position: relative;
        display: block;
        top: 0;
        right: 0;
        margin-top: 20px;
        margin-bottom: 10px;
        max-width: 100%;
    }
    #footerContainer #footerBottomInfo {
        font-size: 9px;
        line-height: 1em;
        padding-bottom: 10px;
        padding-top: 0;
        margin-top: 10px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.navigation-menu__sub>li,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.navigation-menu__sub li ul li,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .navigation-menu__sub>li,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .navigation-menu__sub li ul li,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .navigation-menu__sub>li,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .navigation-menu__sub li ul li,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .navigation-menu__sub>li,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .navigation-menu__sub li ul li,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .navigation-menu__sub>li,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .navigation-menu__sub li ul li,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.3333333333%
}

.pull-2 {
    right: 16.6666666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.3333333333%
}

.pull-5 {
    right: 41.6666666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.3333333333%
}

.pull-8 {
    right: 66.6666666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.3333333333%
}

.pull-11 {
    right: 91.6666666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.3333333333%
}

.push-2 {
    left: 16.6666666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.3333333333%
}

.push-5 {
    left: 41.6666666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.3333333333%
}

.push-8 {
    left: 66.6666666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.3333333333%
}

.push-11 {
    left: 91.6666666667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3,
    .navigation-menu__sub>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12,
    .navigation-menu__sub li ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.3333333333%
    }
    .pull-sm-2 {
        right: 16.6666666667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.3333333333%
    }
    .pull-sm-5 {
        right: 41.6666666667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.3333333333%
    }
    .pull-sm-8 {
        right: 66.6666666667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.3333333333%
    }
    .pull-sm-11 {
        right: 91.6666666667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.3333333333%
    }
    .push-sm-2 {
        left: 16.6666666667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.3333333333%
    }
    .push-sm-5 {
        left: 41.6666666667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.3333333333%
    }
    .push-sm-8 {
        left: 66.6666666667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.3333333333%
    }
    .push-sm-11 {
        left: 91.6666666667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0%
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.3333333333%
    }
    .pull-md-2 {
        right: 16.6666666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.3333333333%
    }
    .pull-md-5 {
        right: 41.6666666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.3333333333%
    }
    .pull-md-8 {
        right: 66.6666666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.3333333333%
    }
    .pull-md-11 {
        right: 91.6666666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.3333333333%
    }
    .push-md-2 {
        left: 16.6666666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.3333333333%
    }
    .push-md-5 {
        left: 41.6666666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.3333333333%
    }
    .push-md-8 {
        left: 66.6666666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.3333333333%
    }
    .push-md-11 {
        left: 91.6666666667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0%
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.3333333333%
    }
    .pull-lg-2 {
        right: 16.6666666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.3333333333%
    }
    .pull-lg-5 {
        right: 41.6666666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.3333333333%
    }
    .pull-lg-8 {
        right: 66.6666666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.3333333333%
    }
    .pull-lg-11 {
        right: 91.6666666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.3333333333%
    }
    .push-lg-2 {
        left: 16.6666666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.3333333333%
    }
    .push-lg-5 {
        left: 41.6666666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.3333333333%
    }
    .push-lg-8 {
        left: 66.6666666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.3333333333%
    }
    .push-lg-11 {
        left: 91.6666666667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0%
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.3333333333%
    }
    .pull-xl-2 {
        right: 16.6666666667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.3333333333%
    }
    .pull-xl-5 {
        right: 41.6666666667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.3333333333%
    }
    .pull-xl-8 {
        right: 66.6666666667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.3333333333%
    }
    .pull-xl-11 {
        right: 91.6666666667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.3333333333%
    }
    .push-xl-2 {
        left: 16.6666666667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.3333333333%
    }
    .push-xl-5 {
        left: 41.6666666667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.3333333333%
    }
    .push-xl-8 {
        left: 66.6666666667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.3333333333%
    }
    .push-xl-11 {
        left: 91.6666666667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0%
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.icon-pin:before {
    content: "\e90b"
}
.right-side .card-person-wrapper .card-person--list .detail.icon-pin,
aside .card-person-wrapper .card-person--list .detail.icon-pin {
    font-family: "Open Sans", sans-serif !important
}

.right-side .card-person-wrapper .card-person--list .detail.icon-pin:before,
aside .card-person-wrapper .card-person--list .detail.icon-pin:before {
    font-family: 'icomoon'
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
.contacts-wrapper h1,
.contacts-wrapper .article-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600
}
.contacts-wrapper .color-iscsp {
    border-radius: 0;
    margin-bottom: 20px;
    display: block
}

.contacts-wrapper .popup-parent>a {
    height: 500px
}

.contacts-wrapper-link span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contacts-wrapper-link span:before {
    content: " ";
    width: 14px;
    height: 2px;
    position: absolute;
    display: block
}

.contacts-wrapper-link span:after {
    content: " ";
    width: 14px;
    height: 2px;
    position: absolute;
    display: block
}

.contacts-wrapper-link span:before,
.contacts-wrapper-link span:after {
    background-color: #262B31;
    margin-left: -15px;
    margin-top: 4px;
    right: 10px;
    top: 8px;
    -webkit-transition: rotate .3s ease-in-out;
    transition: rotate .3s ease-in-out
}

.contacts-wrapper-link span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.contacts-wrapper-link.open span:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contacts-wrapper-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #D7D7D7;
    position: relative;
    margin-bottom: 20px
}

.contacts-wrapper-header:before {
    content: " ";
    width: 20px;
    height: 4px;
    position: absolute;
    display: block
}

@media (max-width: 767px) {
    .contacts-wrapper-header {
        padding-right: 10px
    }
}

.contacts-wrapper-header:before {
    background-color: #262B31;
    margin-left: -20px;
    margin-top: 4px;
    bottom: -3px;
    left: 20px
}

.contacts-wrapper-header h5 {
    padding-left: 35px
}

.contacts-wrapper-content table {
    background-color: #D7D7D7;
    margin-bottom: 20px
}

.contacts-wrapper-content table th,
.contacts-wrapper-content table td {
    border-top: 1px solid rgba(43, 60, 80, 0.1);
    line-height: 16px
}

.contacts-wrapper-content table tr {
    padding: 5px
}

.contacts-wrapper-content table th {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-right: 0
}

.contacts-wrapper-content table td {
    position: relative
}

.contacts-wrapper-content table td:first-child {
    width: 100%
}

.contacts-wrapper-content table td span a {
    padding-left: 5px
}

.contacts-wrapper-content table td i.icon-arroba {
    position: absolute;
    left: 0;
    top: 17px
}

.contacts-wrapper-content table tbody tr:nth-of-type(odd),
.contacts-wrapper-content table tbody tr:nth-of-type(odd),
.contacts-wrapper-content .table tbody tr:nth-of-type(odd),
.contacts-wrapper-content table tbody tr:nth-of-type(odd) {
    background-color: #D7D7D7
}

.contacts-wrapper-content table tbody tr:nth-of-type(odd):hover,
.contacts-wrapper-content table tbody tr:nth-of-type(odd):focus,
.contacts-wrapper-content table tbody tr:nth-of-type(even):hover,
.contacts-wrapper-content table tbody tr:nth-of-type(even):focus {
    background-color: #D7D7D7
}
.contacts-header i {
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    left: -20px;
    color: #DCBD73
}
.contacts-header .title-contacts span {
    left: 33px
}

.contacts-header .title-contacts i {
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#arrive-here a[href*="//"]:not([href*="iscsp.ulisboa.pt"]):not([href*="iscspwebsite2017"]) {
    padding-right: 0
}

#arrive-here a[href*="//"]:not([href*="iscsp.ulisboa.pt"]):not([href*="iscspwebsite2017"]):before {
    display: none
}

#arrive-here p {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 6px
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?t1agy5");
    src: url("../fonts/icomoon/icomoon.eot?t1agy5#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?t1agy5") format("truetype"), url("../fonts/icomoon/icomoon.woff?t1agy5") format("woff"), url("../fonts/icomoon/icomoon.svg?t1agy5#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.contacts-header .title-contacts span {
    left: 33px;
}