         /*
			@font-face {
                font-family: 'URW Gothic Book';
                src: url('fonts/URWGothicL-Book.eot');
                src: url('fonts/URWGothicL-Book.eot?#iefix') format('embedded-opentype'), url('fonts/URWGothicL-Book.woff') format('woff'), url('fonts/URWGothicL-Book.ttf') format('truetype');
                font-weight: normal;
                font-style: normal;
            }
            
            @font-face {
                font-family: 'URW Gothic Demi';
                src: url('fonts/URWGothicL-Demi.eot');
                src: url('fonts/URWGothicL-Demi.eot?#iefix') format('embedded-opentype'), url('fonts/URWGothicL-Demi.woff') format('woff'), url('fonts/URWGothicL-Demi.ttf') format('truetype');
                font-weight: normal;
                font-style: normal;
            }

*/
         
         body {
             margin: 0px;
             font-size: 13px;
             font-family: "URW Gothic L" !important;
         }
         
         a:active {
             outline: none;
             outline-color: #FFF;
         }
         
          :focus {
             outline: 0;
         }
         /*BACK TO TOP*/
         
         #button {
             display: inline-block;
             background-color: #479DEA;
             width: 50px;
             height: 50px;
             text-align: center;
             border-radius: 4px;
             position: fixed;
             bottom: 30px;
             right: 30px;
             transition: background-color .3s, opacity .5s, visibility .5s;
             opacity: 0;
             visibility: hidden;
             z-index: 1000;
         }
         
         #button::after {
             content: "\f077";
             font-family: FontAwesome;
             font-weight: normal;
             font-style: normal;
             font-size: 2em;
             line-height: 50px;
             color: #fff;
         }
         
         #button:hover {
             cursor: pointer;
             background-color: #333;
         }
         
         #button:active {
             background-color: #555;
         }
         
         #button.show {
             opacity: 1;
             visibility: visible;
         }
         /*BACK TO TOP*/
         /*--------------------------------------*/
         /*DEVAM BUTONU*/
         
         .ileri a {
             color: #000;
             font-size: 15px;
             text-decoration: none;
             display: inline-block;
             position: relative;
             text-decoration: none !important;
             color: #1A84C1;
         }
         
         .ileri a.effect-underline:after {
             content: '';
             position: absolute;
             left: 0;
             display: inline-block;
             height: 1em;
             width: 100%;
             border-bottom: 1px solid;
             margin-top: 10px;
             opacity: 0;
             -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
             transition: opacity 0.35s, transform 0.35s;
             -webkit-transform: scale(0, 1);
             transform: scale(0, 1);
         }
         
         .ileri a.effect-underline:hover:after {
             opacity: 1;
             -webkit-transform: scale(1);
             transform: scale(1);
         }
         /*DEVAM BUTONU*/
         /*----------------Header----------------------*/
         
         .header-icerik {
             width: 100%;
             background-image: url("../images/header_bg.png");
             background-repeat: no-repeat;
             background-position: center top;
             background-size: cover;
             min-height: 140px;
             z-index: 900;
         }
         
         .navbar {
             padding: 0.1rem 6.5rem !important;
             margin-top: 35px;
         }
         
         .form-control {
             background-color: transparent!important;
         }
         
         .makaletext {
             font-family: "URW Gothic L" !important;
         }
         
         .makaletext .demi {
             font-family: "URW Gothic D" !important;
             font-size: 12px !important;
         }
         
         .navbar-light .navbar-nav .nav-link {
             color: rgba(255, 255, 255) !important;
             font-size: 18px;
             transition: all 0.3s ease;
             border-radius: 6px;
         }
         
         .nav-link {
             font-family: "URW Gothic L" !important;
             font-size: 16px !important;
         }
         
         .nav-link:hover {
             background-color: rgba(255, 255, 255, 0.1) !important;
             border-radius: 6px;
         }
         
         .headercizgi {
             /*background-image: url("../images/headercizgi.png");
	            background-repeat: repeat;*/
             background-color: #cbd0d6;
             height: 1px;
         }
         
         .navbar-nav {
             margin-bottom: 10px !important;
         }
         /*SOSYAL MEDYA*/
         
         .sosyalbutonlar {
             margin-top: 34px;
             display: inline-block;
             position: relative;
             left: 50px;
         }
         
         .sosyalbutonlar a {
             background: #a1a1a1;
             text-decoration: none;
             color: #FFF;
             width: 40px;
             height: 40px;
             display: inline-block;
             border-radius: 10px;
             font-size: 19px;
             overflow: hidden;
             text-align: center;
             padding-top: 10px;
             margin-left: 5px;
             transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
         }
         
         .sosyalbutonlar .facebook:hover {
             background-color: #3b5998;
             transform: rotate(360deg);
             border-radius: 50%;
             color: #fff !important;
         }
         
         .sosyalbutonlar .twitter:hover {
             background-color: #00aced;
             transform: rotate(360deg);
             border-radius: 50%;
             color: #fff !important;
         }
         
         .sosyalbutonlar .google-plus:hover {
             background-color: #dd4b39;
             transform: rotate(360deg);
             border-radius: 50%;
             color: #fff !important;
         }
         
         .sosyalbutonlar .instagram:hover {
             background-color: #bc2a8d;
             transform: rotate(360deg);
             border-radius: 50%;
             color: #fff !important;
         }
         
         .sosyalbutonlar .linkedin:hover {
             background-color: #00aced;
             transform: rotate(360deg);
             border-radius: 50%;
             color: #fff !important;
         }
         
         .sosyalbutonlar .youtube:hover {
             background-color: #bb0000;
             transform: rotate(360deg);
             border-radius: 50%;
             color: #fff !important;
         }
         /*/SOSYAL MEDYA*/
         
         .slider_baslik {
             font-family: 'Aileron-Black' !important;
         }
         
         .slider_altbaslik {
             font-family: 'Aileron-Black' !important;
         }
         
         .slider_kbaslik {
             font-family: "Aileron-Bold" !important;
             font-size: 20px !important;
         }
         /*TextSlider*/
         
         .carousel-indicators li {
             box-sizing: content-box;
             -ms-flex: 0 1 auto;
             flex: 0 1 auto;
             width: 15px !important;
             height: 15px !important;
             margin-right: 3px;
             /* margin-left: 3px; */
             text-indent: -999px;
             cursor: pointer;
             background-color: transparent !important;
             background-clip: padding-box;
             border-top: 10px solid transparent;
             border-bottom: 10px solid transparent;
             opacity: .5;
             transition: opacity .6s ease;
             border-radius: 100%;
             border: 1px solid #fff !important;
         }
         
         .carousel-indicators .active {
             opacity: 1;
             background-color: #fff !important;
         }
         
         carousel-indicators {
             position: absolute;
             right: 0;
             bottom: 0;
             left: 0;
             z-index: 15;
             display: -ms-flexbox;
             display: flex;
             -ms-flex-pack: center;
             justify-content: center;
             padding-left: 0;
             margin-right: 19% !important;
             margin-left: 19% !important;
             list-style: none;
         }
         
         .carousel-indicators {
             justify-content: left !important;
             margin-left: 20% !important;
         }
         
         .carousel {
             position: relative;
             margin-top: 25px;
         }
         /*TextSlider*/
         
         @media screen and (max-width:1600px) {
             .carousel-indicators {
                 margin-left: 180px !important;
             }
         }
         
         @media screen and (max-width:1200px) {
             .telefon img {
                 display: none !important;
             }
             .header {
                 min-height: 480px !important;
             }
             .carousel-indicators {
                 bottom: -45px !important;
                 left: -113px !important;
             }
             .navbar {
                 left: 40px !important;
             }
             .sosyalbutonlar a {
                 width: 34px !important;
                 height: 34px !important;
                 font-size: 16px !important;
             }
         }
         
         @media screen and (min-width:992px) and (max-width:1200px) {
             .nav-link {
                 padding: .4rem 1rem !important;
                 font-size: 14px !important;
             }
             .input-group {
                 padding: 0px !important;
             }
             .navbar {
                 padding-left: 0px !important;
                 padding-right: 0px !important;
             }
             .form-inline {
                 margin: 0px !important;
             }
             .sag {
                 padding: 0px !important;
             }
             .header-icerik {
                 min-height: 455px !important;
             }
             .carousel-indicators {
                 bottom: -35px !important;
                 left: -98px !important;
             }
         }
         
         @media screen and (max-width:992px) {
             .makalelogo img {
                 max-width: 150px !important;
             }
             .lookuslogo img {
                 max-width: 160px !important;
                 margin-top: 10px;
             }
             .form-inline {
                 margin-left: 0px !important;
             }
             .navbar {
                 left: 0px !important;
             }
             /*.header-icerik {
				min-height: 523px !important;
             }*/
             .carousel-indicators {
                 bottom: -35px !important;
                 left: -119px !important;
             }
         }
         
         @media screen and (max-width:768px) {
             .lookuslogo {
                 text-align: center !important;
                 margin-top: 20px !important;
             }
             .lookuslogo img {
                 float: none !important;
             }
             .makalelogo {
                 text-align: center !important;
                 margin-top: 10px !important;
             }
             .makalelogo img {
                 max-width: 150px !important;
             }
             .navbar {
                 /*background-color:red !important; */
                 padding: 0px !important;
                 margin: 15px 0px !important;
             }
             .sosyalbutonlar {
                 margin-top: 0px !important;
                 left: 0px !important;
                 margin-bottom: 20px !important;
             }
             .sosyalbutonlar a {
                 width: 40px !important;
                 height: 40px !important;
                 font-size: 19px !important;
                 margin-top: 5px !important;
             }
             .form-inline {
                 margin-left: 0px !important;
             }
             .sol {
                 float: none !important;
             }
             .sag {
                 float: none !important;
                 margin-top: opx !important;
                 padding: 0px !important;
             }
             .telefon {
                 display: none !important;
             }
             .carousel {
                 position: relative;
                 margin-top: 10px !important;
             }
             /*.header-icerik {
				min-height: 650px !important;
             }*/
             .carousel-indicators {
                 bottom: -35px !important;
                 left: -175px !important;
             }
         }
         
         @media screen and (max-width:420px) {
             .carousel-indicators {
                 bottom: -35px !important;
                 left: -175px !important;
             }
         }
         /*----------------/Header----------------------*/
         /*----------------Main----------------------*/
         
         .main {
             width: 100%;
             background-image: url("../images/main_bg_cizgi.png");
             background-repeat: no-repeat;
             background-position: center bottom;
             background-color: #f7f7f7;
             min-height: 634px;
             z-index: 900;
         }
         /*Main Nav Menü*/
         
         .mainnav {
             background-color: #efefef;
         }
         
         .mainnavcizgi {
             border: 1px solid #e7e7e7;
         }
         /*Main İçerik Right*/
         
         .kaplayici_text {
             font-family: "URW Gothic L" !important;
         }
         
         .kaplayici_text .demi {
             font-family: "URW Gothic D" !important;
             font-size: 10px !important;
         }
         
         .kapsayici {
             position: relative;
             z-index: 99999 !important;
         }
         
         .incecizgi {
             border: 1px solid rgba(190, 190, 190, 0.4);
         }
         
         .kalincizgiyesil {
             background-image: url("../images/calistigimizdergi_cizgi.png");
             background-repeat: no-repeat;
             background-position: left;
             height: 6px;
             position: absolute;
             bottom: 10px;
         }
         
         .kalincizgigri {
             background-image: url("../images/onlinecozumler_cizgi.png");
             background-repeat: no-repeat;
             background-position: left;
             height: 6px;
             position: absolute;
             bottom: 10px;
         }
         
         .kalincizgikirmizi {
             background-image: url("../images/onlinekongre_cizgi.png");
             background-repeat: no-repeat;
             background-position: left;
             height: 6px;
             position: absolute;
             bottom: 10px;
         }
         
         .baslikcizgi {
             background-image: url("../images/baslikcizgi.png");
             background-repeat: no-repeat;
             background-position: left;
             height: 6px;
             position: absolute;
             bottom: 10px;
         }
         
         .kapsayici {
             padding-top: 50px;
         }
         
         .imgkutu {
             width: 20% !important;
             float: left;
         }
         
         @media screen and (max-width:1200px) {
             .imgkutu {
                 width: 25% !important;
                 float: left;
             }
         }
         
         @media screen and (max-width:992px) {
             .imgkutu {
                 width: 30% !important;
                 float: left;
             }
         }
         
         @media screen and (max-width:530px) {
             .imgkutu {
                 width: 50% !important;
                 float: left;
             }
         }
         /*/Main İçerik Right*/
         /*----------------Main----------------------*/
         /*------------Online İçerik-----------------*/
         
         .onlineicerik {
             background-image: url("../images/bg.png");
             /*background: url("../images/iceriksolbg.png") right top no-repeat, url("../images/iceriksagbg.png") center left no-repeat;*/
             background-size: contain;
             background-repeat: no-repeat;
         }
         
         .kutu_img {
             min-width: 20%;
             padding-left: 15px;
         }
         
         .textdetay {
             color: #48484e !important;
             font-family: "URW Gothic L" !important;
             font-size: 14px;
             font-weight: normal;
             font-style: normal;
         }
         
         .altbaslik {
             font-family: "URW Gothic D" !important;
             font-size: 14px !important;
         }
         
         .baslik {
             font-family: "URW Gothic L";
             font-size: 25px !important;
         }
         
         .baslik .demi {
             font-family: "URW Gothic D";
             font-size: 25px !important;
         }
         
         .kutu {
             border: 1px solid rgba(176, 176, 176, 0.4);
             transition: all 0.5s ease;
             min-height: 260px;
             cursor: pointer;
         }
         
         .kutu:hover {
             border: 1px solid #fff;
         }
         
         .kutu .baslik {
             font-family: "URW Gothic L";
             font-size: 25px;
         }
         
         .kutu .altbaslik {
             font-family: "URW Gothic L";
             font-size: 16px;
             font-weight: 900;
             color: #6a6a6e;
         }
         
         .detay {
             font-family: "URW Gothic L";
             font-size: 16px;
             color: #48484e;
         }
         
         .detaybuton a {
             float: right !important;
             text-decoration: none !important;
             color: #11829e;
             font-size: 15px;
             padding-bottom: 10px !important;
             font-family: "URW Gothic L";
         }
         
         .detaybuton a:hover {
             color: #0d687f;
             text-decoration: none !important;
         }
         
         .online {
             margin: 10px 0px 20px 0px !important;
         }
         
         .online p {
             font-family: "URW Gothic L";
             font-size: 25px;
             border-bottom: 1px solid #c4c4c4;
         }
         
         #kutu_ {
             border: 1px solid rgba(97, 97, 97, 0.3);
             min-height: 200px !important;
             margin-bottom: 20px;
             cursor: pointer !important;
             transition: border 0.6s ease;
         }
         
         #kutu_:hover {
             border: 1px solid #fff !important;
         }
         
         .kutu_kucuk {
             border: 1px solid #e8e6e6;
             background-color: #fafafa;
             width: 172px;
             height: 150px;
             text-align: center;
             float: left;
             margin-right: 50px;
             margin-bottom: 10px!important;
             cursor: pointer;
             transition: all 0.5s ease;
         }
         
         .kutu_kucuk:hover,
         .kutu_kucuk:active {
             border: 1px solid #f3f2f2;
             background-color: #f3f2f2;
             box-shadow: 1px 1px 5px #a5a8a8;
         }
         
         @keyframes yazi {
             50% {
                 color: #000;
                 opacity: 0.5;
                 font-weight: 600
             }
             100% {
                 color: #000;
                 font-weight: 500
             }
         }
         
         @-webkit-keyframes yazi {
             50% {
                 color: #000;
                 opacity: 0.5;
                 font-weight: 600
             }
             100% {
                 color: #000;
                 font-weight: 500
             }
         }
         
         @-moz-keyframes yazi {
             50% {
                 color: #000;
                 opacity: 0.5;
                 font-weight: 600
             }
             100% {
                 color: #000;
                 font-weight: 500
             }
         }
         
         @-o-keyframes yazi {
             50% {
                 color: #000;
                 opacity: 0.5;
                 font-weight: 600
             }
             100% {
                 color: #000;
                 font-weight: 500
             }
         }
         
         .kutu_kucuk:hover .yazi {
             animation: yazi 1s .5s 3 alternate forwards;
         }
         
         .kutu_kucuk img {
             margin-top: 10px !important;
         }
         
         .kutu_kucuk .yazi {
             margin-bottom: 10px !important;
             padding: 0px !important;
             font-family: "URW Gothic L" !important;
             font-size: 15px !important;
             color: #48484E;
             text-decoration: none !important;
         }
         
         @media screen and (max-width:1200px) {
             .onlineicerik {
                 background-image: none !important;
             }
             .kutu_kucuk {
                 width: 169px !important;
                 margin-right: 16px !important;
             }
             .crossmark img {
                 max-width: 475px !important;
             }
             .doi img {
                 max-width: 450px !important;
                 margin-top: 0px !important;
             }
             #kapsayici_kutu {
                 max-width: 30% !important;
             }
         }
         
         @media screen and (max-width:992px) {
             .kutu_kucuk_kapsayici {
                 margin: auto !important;
                 text-align: center !important;
                 float: none !important;
             }
             .kutu_kucuk {
                 width: 169px !important;
                 margin-right: 16px !important;
             }
             .crossmark_doi {
                 margin: 0px auto !important;
                 text-align: center !important;
                 padding: 0px !important;
             }
             .crossmark {
                 float: none !important;
                 margin: 0px auto !important;
                 text-align: center !important;
             }
             .doi {
                 float: none !important;
                 margin: 0px auto !important;
                 text-align: center !important;
             }
             .crossmark img {
                 max-width: 500px !important;
                 float: none !important;
                 margin-left: 0px !important
             }
             .doi img {
                 max-width: 480px !important;
                 float: none !important;
                 margin-left: 20px !important;
             }
             .pubmed p {
                 padding: 50px 5px 5px 5px !important;
             }
             .pubmed img {
                 max-width: 200px !important;
             }
             .kutuone {
                 padding: 0px !important;
             }
             .kutu {
                 margin-bottom: 20px !important;
                 min-height: 300px !important;
                 border: 0px solid !important;
             }
             .kutu:nth-child(even) {
                 padding-left: 10px !important;
             }
             .kutu_ickisim {
                 border: 1px solid rgba(176, 176, 176, 0.4);
                 min-height: 400px !important;
             }
             .kutu .baslik {
                 font-size: 22px !important;
             }
             .ust,
             .alt {
                 padding: 0 !important;
                 margin: 0px !important;
                 text-align: center !important;
                 float: none !important;
                 margin: auto !important;
             }
             .detay {
                 text-align: center !important;
                 float: none !important;
                 margin: auto !important
             }
             .online {
                 text-align: center !important;
             }
             #kapsayici_kutu {
                 max-width: 40% !important;
             }
         }
         
         @media screen and (max-width:768px) {
             .kutuone {
                 padding: 0px !important;
             }
             .kutu {
                 margin-bottom: 20px !important;
             }
             .kutu_ickisim {
                 min-height: 0px !important;
             }
             .ust,
             .alt {
                 padding: 0 !important;
                 margin: 0px !important;
                 text-align: center !important;
                 float: none !important;
                 margin: auto !important;
             }
             .detay {
                 text-align: center !important;
                 float: none !important;
                 margin: auto !important
             }
             .online {
                 text-align: center !important;
             }
             .crossmark img {
                 max-width: 92%!important;
             }
             .doi img {
                 width: 89%!important;
             }
             #kapsayici_kutu {
                 max-width: 50% !important;
             }
             .kutu_img {
                 padding-left: 11px !important;
             }
             .textdetay {
                 justify-content: center !important;
                 padding: 0px 8px !important;
             }
         }
         
         @media screen and (max-width:640px) {
             .kutu_img img {
                 max-width: 113px !important;
             }
             .dergi-ad {
                 font-size: 11px !important;
             }
             .kutu_img {
                 margin-top: 15px !important;
             }
             .main_icerik {
                 margin-top: 15px;
             }
             .kapsayici {}
             .kutu_kucuk {
                 width: 100% !important;
                 margin-right: 0px !important;
             }
         }
         
         @media screen and (max-width:490px) {
             .kutu_img img {
                 max-width: 114px !important;
             }
         }
         /*------------/Online İçerik-----------------*/
         /*-------------Footer Slider-----------------*/
         
         .footer_slider {
             background-color: #429be9;
             background-image: url("../images/footerslider.png");
             background-position: center top;
             background-repeat: no-repeat;
             background-size: contain;
             height: 200px;
         }
         /*-------------Footer Slider-----------------*/
         /*--------------Footer--------------------------*/
         
         .footer {
             background-color: #5b5c61;
             background-image: url("../images/footer_bg.png");
             background-repeat: no-repeat;
             background-position: center bottom;
             min-height: 300px;
             background-size: cover;
         }
         
         .footer_cizgi {
             background-color: #5b5c61;
             background-image: url("../images/footer_cizgi.png");
             background-repeat: no-repeat;
             background-position: center bottom;
             background-size: cover;
             height: 3px;
         }
         
         .footer_bottom {
             color: #fff !important;
         }
         
         .footer_right p {
             float: right !important;
         }
         
         .site-footer {
             padding: 45px 0 20px;
             font-size: 15px;
             line-height: 24px;
             color: #737373;
         }
         
         .site-footer hr {
             border-top-color: #bbb;
             opacity: 0.5
         }
         
         .site-footer hr.small {
             margin: 20px 0
         }
         
         .site-footer h6 {
             color: #fff;
             font-size: 16px;
             margin-top: 5px;
             margin-bottom: 20px;
             letter-spacing: 2px;
             font-family: "URW Gothic D" !important;
         }
         
         .site-footer a {
             color: #fff;
         }
         
         .site-footer a:hover {
             color: #3366cc;
             text-decoration: none;
         }
         
         .footer-links {
             padding-left: 0;
             list-style: none
         }
         
         .footer-links li {
             display: block
         }
         
         .footer-links a {
             color: #fff;
             transition: all 0.5s ease;
             font-size: 14px;
             font-family: "URW Gothic L" !important;
         }
         
         .footer-links a:active,
         .footer-links a:focus,
         .footer-links a:hover {
             color: #c83f51;
             text-decoration: none;
         }
         
         .footer-links.inline li {
             display: inline-block
         }
         
         .site-footer .social-icons {
             text-align: right
         }
         
         .site-footer .social-icons a {
             width: 40px;
             height: 40px;
             line-height: 40px;
             margin-left: 6px;
             margin-right: 0;
             border-radius: 100%;
             background-color: #fff;
         }
         
         .copyright-text {
             margin: 0;
             color: #fff;
             font-family: "URW Gothic L" !important;
         }
         
         @media (max-width:991px) {
             .site-footer [class^=col-] {
                 margin-bottom: 30px
             }
         }
         
         @media (max-width:767px) {
             .site-footer {
                 padding-bottom: 0;
                 padding: 0px !important;
             }
             .site-footer .copyright-text,
             .site-footer .social-icons {
                 text-align: center
             }
             .footer_four {
                 padding-left: 0px !important;
             }
             .footer_right p {
                 float: none !important;
             }
         }
         
         .social-icons {
             padding-left: 0;
             margin-bottom: 0;
             list-style: none
         }
         
         .social-icons li {
             display: inline-block;
             margin-bottom: 4px
         }
         
         .social-icons li.title {
             margin-right: 15px;
             text-transform: uppercase;
             color: #96a2b2;
             font-weight: 700;
             font-size: 13px
         }
         
         .social-icons a {
             background-color: #eceeef;
             color: #818a91;
             font-size: 16px;
             display: inline-block;
             line-height: 44px;
             width: 44px;
             height: 44px;
             text-align: center;
             margin-right: 8px;
             border-radius: 100%;
             -webkit-transition: all .2s linear;
             -o-transition: all .2s linear;
             transition: all .2s linear
         }
         
         .social-icons a:active,
         .social-icons a:focus,
         .social-icons a:hover {
             color: #fff;
             background-color: #29aafe
         }
         
         .social-icons.size-sm a {
             line-height: 34px;
             height: 34px;
             width: 34px;
             font-size: 14px
         }
         
         .social-icons a.facebook:hover {
             background-color: #3b5998
         }
         
         .social-icons a.twitter:hover {
             background-color: #00aced
         }
         
         .social-icons a.linkedin:hover {
             background-color: #007bb6
         }
         
         .social-icons a.dribbble:hover {
             background-color: #ea4c89
         }
         
         @media (max-width:768px) {
             .social-icons li.title {
                 display: block;
                 margin-right: 0;
                 font-weight: 600
             }
             .footer_one {
                 padding-top: 20px
             }
         }
         
         / *--------------/Footer--------------------------