@import "../general.css";
section {
    position: relative;
}


/* //////		HEADER		////// */

header {
    margin: 0 auto;
    background-color: white;
}

#header_ctn {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

#header_ctn #left {
    float: left;
}

#header_ctn #right {
    float: right;
}

#logo {
    float: left;
    font-size: 27px;
}

#logo img {
    width: 44px;
	height:44px;
    padding: 3px 10px;
    background-color: #3498db;
}

#logo_add {
    clear: both;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    margin: 12px 0px 12px 15px;
    padding: 3px 0px 0px 15px;
    border-left: solid 1px #999;
    font-size: 14px;
}

#connect {
    float: right;
    overflow: hidden;
    cursor: pointer;
}

#connect #open,
#connect #menu,
#connect #open p,
#connect #open img {
    display: inline-block;
}

#connect #open p {
    width: 120px;
    padding-left: 15px;
    overflow: hidden;
    color: #1a252f;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#connect #open img {
    width: 26px;
    height: 26px;
    padding: 12px 10px 12px 5px;
}

#connect #open .icon_white {
    display: none;
}

#connect:hover #open p {
    color: #3498db;
}

#connect #menu {
    display: none;
    position: absolute;
    right: 0;
    width: 180px;
    z-index: 9999;
    margin-top: -2px;
    background-color: white;
}

#connect #menu p {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

#connect #menu #pat_preconnect img {
    height: 18px;
    padding: 11px 10px;
}

#connect #menu #pra_connect img {
    height: 22px;
    width: 16px;
    padding: 9px 11px;
}

#connect #menu p .hover {
    display: none;
}

#connect #menu p:hover {
    background-color: #3498db;
    color: white;
}

#connect #menu p:hover img {
    display: none;
}

#connect #menu p:hover .hover {
    display: inline-block;
}

#connect #menu #border {
    height: 0px;
    line-height: 0px;
    margin-top: 2px;
    border-top: solid 2px #3498db;
}

#connect:hover #menu {
    display: block;
}

#connect:hover #menu a {
    display: block;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
}

#connect:hover #menu a:hover {
    background-color: #3498db;
    color: white;
}


/* //////		FOOTER		////// */

.container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-3 {
    width: 25%;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

footer {
    position: relative;
    clear: both;
    display: table-row;
    width: 100%;
    height: 180px;
    font-size: 11px;
    overflow: hidden;
    background-color: #292929;
    z-index: 1;
}

#footer_ctn {
    /*height: 100px;*/
    padding: 40px 0px;
    background-color: transparent;
}

#footer_logo {
    text-align: center;
    margin-bottom: 30px;
}

#footer_logo img,
#footer_logo p {
    display: inline-block;
}

#footer_logo img {
    width: 25px;
	height:25px;
    padding: 2px;
    background-color: #3498db;
    border-radius: 3px;
    padding: 3px;
}

#footer_logo p {
    height: 30px;
    line-height: 30px;
    padding-left: 2px;
    font-size: 22px;
}

#footer_logo p span {
    display: inline-block;
}

#footer_ctn .part {
    text-align: center;
    font-size: 12px;
    color: #ffffff !important;
}

#footer_ctn #part_1 a {
    padding: 0px 15px;
    border-right: solid 1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

#footer_ctn #part_1 #last {
    border: none;
}

#footer_ctn #part_2 {
    margin-top: 10px;
    color: #22313F;
}

#footer_ctn #part_2 a {
    color: black;
}

#footer_ctn .part a:hover {
    color: #3498db!important;
}

.footer_part {
    padding: 0px 20px;
    overflow: hidden;
    clear: both;
    text-align: left;
    background-color: #ffffff;
}

#footer_item_2 {
    padding-top: 20px;
    margin-top: 20px;
    border: none;
    border-top: solid 1px #999;
}

.footer_item_title {
    padding-bottom: 10px;
    font-size: 14px;
    color: #3498db;
}

.footer_item_list {
    display: inline-block;
    padding-right: 20px;
}

.footer_item_list:last-child {
    padding-right: 0px;
}

.footer_item_list li {
    display: inline-block;
    width: 200px;
    margin-right: 20px;
    line-height: 16px;
    padding: 4px 0px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.footer_item_list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_item_list li:hover a {
    color: #3498db;
}

@media only screen and (max-width: 900px) {
    #logo_add {
        display: none;
    }
}

@media only screen and (max-width: 660px) {
    footer {
        height: 310px;
    }
    #footer_ctn {
        height: 230px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer_ctn #part_1 {
        padding-bottom: 10px;
    }
    #footer_ctn #part_1 a {
        display: block;
        border: none;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 550px) {
    #connect #open img {
        padding: 7px;
    }
    #footer_part_1 {
        display: block;
        width: 90%;
        padding-bottom: 0px;
    }
    #footer_part_2 {
        display: block;
        width: 90%;
        float: left;
        text-align: left;
        margin-right: 0x;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 450px) {
    #connect #open p {
        display: none;
    }
    #connect #open img {
        padding: 12px 14px;
    }
    #connect #open .icon_blue {
        display: none;
    }
    #connect #open .icon_white {
        display: inline-block;
        background-color: #3498db;
    }
}

@media only screen and (max-width: 350px) {
    #logo span {
        display: none;
    }
}