@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');

.bg-white{
    background: #fff;
    color: #000;
}
.bg-green{
    background: #56b35a;
    color: #fff;
}
.bg-green a{
    color: #fff;
}
.bg-red{
    background: #e95b3f;
    color: #fff;
}
.bg-dark-green{
    background: #34d259;
    color: #fff;
}
.bg-light-blue{
    background: #8ebbdb;
    color: #fff;
}
.bg-light-blue-2{
    background: #f0f0f0;
}
.bg-light-blue-3{
    background: #c6cfda url("./img/top_clouds.png") repeat-y center 60px / 600px;
}
.bg-blue{
    background: #3c6d80;
    color: #fff;
}
.bg-yellow{
    background:#ffb700;
}
.bg-image{
    position: relative;
    background: url("./img/inner_page_top.png") no-repeat center top / contain;
}
.bg-image:after{
    content:'';
    display: block;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: #f0f0f0 url("./img/inner_page_bottom.png") no-repeat left bottom / 500px;
    z-index: -1;
}
.bg-light{
    background: #f0f0f0;
}
.bg-light-2{
    background: #f8f2f2;
}
.bg-image-1{
    position: relative;
    background: url("./img/choose_bg.png") no-repeat center / cover;
}
/* Typography */
.text-bold{
    font-weight: 700;
}
.text-lighter{
    font-weight: 300;
}
.text-white{
    color: #fff;
}
.text-red{
    color: #d95430;
}
.text-green{
    color: #34d259;
}
.text-blue{
    color:#80a1aa;
}
.no-list{
    list-style: none;
    padding: 0;
}

/* Links */
a, a:hover, a:focus{
    transition: .4s;
}
a.text-white, a.text-white:hover, a.text-white:focus{
    color: #fff;
}

body{
    font-family: 'Roboto Condensed', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
}
/* Navbar */
.navbar .navbar-nav .nav-item{
    position: relative;
}
@media(min-width: 992px){
    .navbar .navbar-nav .nav-item + .nav-item{
        padding-left: .5rem;
    }
    .navbar .navbar-nav .nav-item + .nav-item:before{
        content:'';
        display: block;
        width: 4px;
        height: 4px;
        background: #343434;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 2px);
        left: calc(0.5rem - 4px);
    }
}

.price-block .img-fluid{
    margin: 0 auto;
    display: block;
    max-height: 120px;
    transition: .4s;
}
.price-block:hover .img-fluid{
    transform: rotate(20deg) scale(1.1,1.1);
}
.price-block .h5{
    max-width: 330px;
    margin: 0 auto;
}
.price-block .price-block__header{
    line-height: 1.2;
    padding-left: 1rem;
    border-left: 3px solid #d95430;
    max-width: 200px;
}
.price-block .price-block__bottom{
    background: #5dbb61;
}
.price-block .price-block__bottom ul{
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.price-block .price-block__bottom ul span.lead{
    padding: 0 4px;
    color: #d95430;
    background: #9dd7d2;
    white-space: nowrap;
    height: fit-content;
    font-weight: 700;
    font-size: 16px;
}
.price-block .price-block__bottom ul li + li{
    margin-top: .5rem;
}
.price-block .price-block__bottom .btn{
    background: #449e47;
    border: 1px solid #449e47;
    color: #fff;
    line-height: 30px;
    opacity:.8;
}
.price-block .price-block__bottom .btn:hover{
    opacity:1;
}

.price-block .price-block_dop__header{
    display: inline-block;
    padding: 0 8px;
    color: #d95430;
    background: #9dd7d2;
    font-weight: 400;
}
.resto_icons img {
    margin:0 25px;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    transition:all 0.8s;}
.resto_icons img:hover{
    transform:scale(1.1,1.1);
}

/* Forms */
.errors{
    margin-bottom: .5rem;
    background: #d95430;
    color: #fff;
    font-size: 14px;
    padding: .5rem;
}

.content{
    position: relative;
    overflow: hidden;
}

/* Index Page*/

.content_header .container{
    max-width: 100%;
    background: #ffb700 url(first_screen.jpg) no-repeat center;
    background-size: cover;
}
.content_header .container .phone{
    color:#ffb700;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.75rem;
    padding: 0 10px;
    background: #505050;
    position: absolute;
    top: 120px;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
}
.content_header img.logo{
    max-width: 90px;
    transition: .4s;
}
.content_header img.logo:hover {
    transform: scale(1.03,1.03);
}
.content_header .content_header__heading{
    font-size: 12px;
    text-transform: uppercase;
    color: #3d88db;
    font-weight: 700;
}
.content_header .content_header__text{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
}
@media(min-width: 576px){
    .content_header .container{
        min-height: 435px;
        background-size: contain;
    }
    .content_header .content_header__text{
        max-width: 360px;
    }
    .content_header .text-md-right .content_header__text{
        margin-left: auto;
        margin-top: 3rem;
        margin-right: 4rem;
    }
    .content_header .text-md-left .content_header__text{
        margin-right: auto;
        margin-top: 3rem;
        margin-left: 5rem;
    }
}
@media(min-width: 768px){
    .content_header .container{
        min-height: 595px;
    }
    .content_header .container .phone{
        top:0;
        right:8%;
        transform: translateX(0);
    }
    .content_header .content_header__text{
        font-size: 2.75rem;
    }
    .content_header .text-right .content_header__text{
        position: absolute;
        right: 80px;
    }
    .content_header .text-left .content_header__text{
        position: absolute;
        left: 90px;
    }
    .content_header img.logo{
        max-width: 100%;
    }
}
@media(min-width: 992px){
    .content_header .container{
        min-height: calc(100vh - 56px);
    }
    .content_header .content_header__text{
        font-size: 3rem;
    }
    .content_header .container .phone{
        right:10%;
    }
}
@media(min-width: 1200px){
    .content_header .container{
        max-width: 1140px;
    }
    .content_header .container .phone{
        right:18%;
    }
}
.content_photo{
    position: relative;
    background: url("./img/quadro_block.jpg") no-repeat center top / cover;
}
.content_photo:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    left: 0;
    background: rgba(170, 0, 0, 0.5);
}
.content_photo .content_photo__offer{
    max-width: 650px;
    margin: 0 auto;
}
.content_block1{
    padding: 5rem 0;
}
.content_block1 .content_block1__image {
    position:relative;
    margin:0 auto;
    width:100px;
    height:100px;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.content_block1 .content_block1__image img,
.content_block1 .content_block1__image .img_duplicate,
.content_block1 .content_block1__image .img_duplicate1,
.content_block1 .content_block1__image .img_duplicate2{
    z-index: 4;
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    transition:all 0.7s 0.15s;-moz-transition:all 0.7s 0.15s;-webkit-transition:all 0.7s 0.15s;
}
.content_block1 .content_block1__image:hover {
    -ms-transform:translateY(-5px) rotate(5deg);
    -moz-transform:translateY(-5px) rotate(5deg);
    -webkit-transform:translateY(-5px) rotate(5deg);
    transform:translateY(-5px) rotate(5deg);
}
.content_block1 .content_block1__image .img_duplicate{z-index:3;}
.content_block1 .content_block1__image:hover .img_duplicate {transform: scale(1.15);}
.content_block1 .content_block1__image .img_duplicate img {width:100%;height:100%;opacity:0.7;}

.content_block1 .content_block1__image .img_duplicate1{z-index:2;}
.content_block1 .content_block1__image:hover .img_duplicate1 {transform: scale(1.3);}
.content_block1 .content_block1__image .img_duplicate1 img {width:100%;height:100%;opacity:0.5;}

.content_block1 .content_block1__image .img_duplicate2{z-index:2;}
.content_block1 .content_block1__image:hover .img_duplicate2 {transform: scale(1.45);}
.content_block1 .content_block1__image .img_duplicate2 img {width:100%;height:100%;opacity:0.3;}

.content_block1 .content_block1__list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.content_block1 .content_block1__list li span{
    color: #e5432b;
    font-weight: 700;
}

.content_banner-video{
    position: relative;
    background: url(/assets/images/video/pexels-photo-66134-1.jpeg) no-repeat center;
    background-size: cover;
    padding: 5rem 0;
    color: #fff;
}
.content_banner-video:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
}
.content_banner-video .content_banner-video__heading{
    font-size: 2rem;
}
@media(min-width: 768px){
    .content_banner-video .content_banner-video__heading{
        font-size: 4rem;
    }
}
.content_banner-video .navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}
.content_banner-video .navigation ul li{
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.content_banner-video .navigation ul li.last{
    margin-bottom: 0;
}
@media(min-width: 768px){
    .content_banner-video .navigation ul li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(min-width: 1200px){
    .content_banner-video .navigation ul li.last{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.content_banner-video .navigation ul li a {
    font-size:1.5rem;
    padding: 1rem;
    display: inherit;
    background-color: #007bff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: .3rem;
    transition: .3s;
}
.content_banner-video .navigation ul li a:hover, 
.content_banner-video .navigation ul li a:focus {
    color: #fff;
    background-color: #3c6d80;
}

.b5_pic {
    position:relative;
    text-align:center;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px;
    width:160px;
    height:160px;
    margin: 0 auto;
}
.b5_pic img {
    width:100%;
    height:100%;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.b5_pic img.b5_pic_front {
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
}
.b5_pic img.b5_pic_back {
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
}
.b5_pic:hover img.b5_pic_front {z-index:2;-moz-transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);}
.b5_pic:hover img.b5_pic_back {z-index:3;-moz-transform:rotateY(0deg);-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}


/* Slider */
.slick-slider .slick-slide{
    height: auto;
}
.portfolio-slides .item{
    background: url("./img/imac.png") no-repeat center top / 245px;
    padding-bottom: 80px;
}
.portfolio-slides .item a{
    max-height: 220px;
    overflow: hidden;
}
.portfolio-slides .item a img{
    max-width: 230px;
    height: 130px;
    margin: 10px auto 0;
}
.slider .slick-next,
.portfolio-slides .slick-next {
    right: 0;
}
.slider .slick-prev,
.portfolio-slides .slick-prev {
    left: 0;
}
@media(min-width: 576px){
    .slider .slick-next,
    .portfolio-slides .slick-next {
        right: -15px;
    }
    .slider .slick-prev,
    .portfolio-slides .slick-prev {
        left: -15px;
    }
}
/* Tooltip */
.tooltip-link{
    cursor: pointer;
    text-decoration: underline;
}
/* Content Price List*/

.content_price .content_price__circle {
    width: 215px;
    height: 215px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    margin: 0 auto 1.5rem;
    text-align: center;
    transition: all 2s;
}
.content_price .column_1 .content_price__circle {background:#9ce8ae;}
.content_price .column_1 .content_price__circle:hover {transform:scale(1.04,1.04);background:#bcffce;}
.content_price .column_2 .content_price__circle {background:#2daa4b;}
.content_price .column_2 .content_price__circle:hover {transform:scale(1.04,1.04);background:#0d8a2b;}
.content_price .column_3 .content_price__circle {background:#1b652d;}
.content_price .column_3 .content_price__circle:hover {transform:scale(1.04,1.04);background:#00450d;}

.content_price .content_price__circle .pin {
    position:absolute;
    top:-15px;
    left:-15px;
    width:245px;
    height:245px;
    transition:all 2s;
    background:url("./img/pin.png") no-repeat 114px 4px;
}
.content_price .content_price__circle:hover .pin {transform:rotate(360deg);}

.content_price .content_price__circle p{
    font-size: 38px;
    color: #fff;
    line-height: 215px;
    text-transform: uppercase;
    font-weight: bold;
}
.content_price .content_price__content{
    max-width: 270px;
    min-height: 230px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
.content_price .content_price__content .text-price{
    font-size: 36px;
}
.content_price .content_price__content .text-price > span{
    font-size: 56px;
    font-weight: 700;
}
.content_offer .container{
    max-width: 100%;
}
.content_offer .bg-image-1{
    min-height: 560px;
}
.content_offer .text-bottom{
    position: absolute;
    bottom: 3rem;
    left: 40%;
    transform: translateX(-30%);
}
@media(min-width: 1200px){
    .content_offer .container{
        max-width: 1140px;
    }
}

.content_information{
    padding-bottom: 70px;
    background: url("./img/rocket1.png") no-repeat center 101% / 370px;
}

.resto_icons img {
    margin:0 25px;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    transition:all 0.8s;}
.resto_icons img:hover{
    transform:scale(1.1,1.1);
}

.inner-pics .inner-pics__n1,
.inner-pics .inner-pics__n2,
.inner-pics .inner-pics__n3,
.inner-pics .inner-pics__n4{
    display: none;
}
@media (min-width: 1200px){
    .inner-pics .inner-pics__n1,
    .inner-pics .inner-pics__n2,
    .inner-pics .inner-pics__n3,
    .inner-pics .inner-pics__n4{
        display: block;
        position: absolute;
    }
    .inner-pics .inner-pics__n1{
        top:100px;
        left:-120px;
    }
    .inner-pics .inner-pics__n2{
        top:100px;
        right:-120px;
    }
    .inner-pics .inner-pics__n3{
        bottom: 0;
        left: 60px;
    }
    .inner-pics .inner-pics__n4{
        bottom: 0;
        right: 60px;
    }
}


/* Video & Photo 2018*/

.navbar-brand {
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-info .navbar-info__phone{
    font-size: 1.5rem;
    margin-right: 1rem;
}

/*for Photo Template*/

.swiper-container {
	width: 100%;
	height: 100vh;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	background-position:center;

	/* Center slide text vertically */

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner1 {
    background: url("/assets/images/bg-lightl-904.jpg") center;
    background-size: inherit;
    background-repeat: repeat;
}
.e2g_wrapper .e2g_gallery .e2g {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gallery_image a {
    display: block;
    position: relative;
}
.gallery_image a img {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery_image a img {
    margin-bottom: 0;
    height: auto;
}
.gallery_image a .gallery_icon {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 97px;
    height: 97px;
    background: url(/assets/images/hover-icon.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
}
.gallery_image a:hover .gallery_icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner2 {
    background: url(/assets/images/banner-2-background.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
}
.banner2 .photobg2 {
    background-color: hsla(0, 0%, 20%, 0.8);
}
.post1 {
    margin-top: 2rem;
    position: relative;
    padding-left: 150px;
    min-height: 150px;
}
.post1 .label {
    position: absolute;
    left: 0;
    top: -10px;
    text-align: center;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    font: 400 70px/130px 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner3.content .post1 .label, 
.banner2 .post1 .label {
    background: #2980b9;
}
.banner3{
    background: #f2f2f2;
}
.banner3 .gallery_image a .gallery_icon {
    background: url(/assets/images/hover-icon.png) no-repeat center;
}

.banner4{
    background: #2980b9;
    color: #fff;
}
.banner4 .cite {
    font: 400 42px/46px 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    padding-top: 4rem;
    position: relative;
}
.banner4 .cite:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 4rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: '\f10d';
}
.banner6 {
    background: url(/assets/images/page1_img12.png) no-repeat center;
    background-size: cover;
}
.google-map_main {
    position: relative;
    overflow: hidden;
}
.google-map_main .info {
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
}

/*for Video Template*/
.banner_video {
    background: url("/assets/images/video/pexels-photo-66134-1.jpeg") no-repeat center;
    background-size: cover;
    padding: 0;
}
.banner--row{
    background-color: hsla(0, 0%, 20%, 0.8);
    padding: 140px 0 90px;
    color:#fff;
    text-align:center;
}
.banner--title{
    background-color:#ECF0F1;
}
.banner--title h1{
    color: #343434;
    text-transform: none;
    margin-bottom: 40px;	
}
.banner--row a {
    color: #ffffff;
    text-decoration: none;
}
.banner--row a:hover {
    color: #3598db;
}
.banner--title h3{
    color: #343434;
    margin-top:20px;
}
.banner--row h2{
    color:#f8f8f8;
}
.banner--title .h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}
	
@media(min-width: 768px){
    .banner--title h1,
    .banner--row h2{
        font-size: 80px;
        line-height: 85px;
    }		
}
.banner--row .navigation{
    margin-top:45px;
}
.banner--row .navigation ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    list-style: none;
}
.banner--row .navigation ul li{
    margin-bottom:30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;		
    box-sizing: border-box;
}
.banner--row .navigation ul li a{
    padding: 1rem;
    display: inherit;
    background-color: #3498DB;
    font: 400 24px/33px 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.banner--row .navigation ul li.active a{
        background-color: #E74C3C;
}
.banner--row .navigation ul li a:hover,
.banner--row .navigation ul li a:focus{
    color:#fff;
    background-color:#2980B9;
}
.banner--image{
    background-size: cover;
    background-position:center;
    min-height: 70vh;
    position:relative;
}
	.banner--image .slogan{
		position: absolute;
		width: 100%;
		bottom: 0;
		background-color: rgba(52, 73, 94, 0.75);
		color: #fff;
		padding: 30px 0;
	}
	.banner--video{
		background-color: #e3e8ec;
		padding: 45px 0;
	}
	.banner--video h3{
		color:#343434;
		text-align:center;
		margin-bottom:45px;
		font-size: 32px;
		line-height:36px;
	}
	.banner--video iframe{
		max-width:100%;
    }
    .banner--video .banner--video__col p{
        margin-top:1rem;
        margin-bottom: 0;
    }
    .banner--video .banner--video__col a{
        color: inherit;
    }
    .banner--video .banner--video__col a:hover{
        color: #35ba1e;
    }


	.slider-50 .swiper-container{
		height:calc(50vh + 150px);
	}
	.pricing-table {
		position: relative;
		font-family: 'Open Sans';
		margin-left: auto;
		margin-right: auto;
		padding: 1.5rem;
		border: 1px solid #ececee;
		background: #fff;
		text-align: center;
	}
	.pricing-header {
		padding: 15px 0;
		border-bottom: 1px solid #ececee;
	}
	.pricing-body {
		padding: 15px 0;
	}
	
	.pricing-body .pricing-body-title{
		font-weight: 700;
        margin-bottom: 1rem;
        color: #343434;
	}
	* + .pricing-body .pricing-body-title{
		margin-top:14px;
	}
	@media (min-width: 992px){
		.pricing-table {
            min-height: 430px;
		}
    }
#footer-nav{
    background: #f2f2f2;
}
#footer-nav p>a {
    text-decoration: underline;
}
#footer-nav a {
    color: #777777;
}
#footer-nav a:hover {
    color: #35ba1e;
}
#footer-nav ul{
    list-style: none;
    padding: 0;
}
#footer-nav ul li + li {
    margin-top: .5rem;
}