Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
- @font-face {
- font-family: 'robotobold';
- src: url("../fonts/roboto-bold-webfont.eot");
- src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
- font-weight: normal;
- font-style: normal
- }
- @font-face {
- font-family: 'robotolight';
- src: url("../fonts/roboto-light-webfont.eot");
- src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto-light-webfont.svg#robotolight") format("svg");
- font-weight: normal;
- font-style: normal
- }
- @font-face {
- font-family: 'robotomedium';
- src: url("../fonts/roboto-medium-webfont.eot");
- src: url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype"), url("../fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
- font-weight: normal;
- font-style: normal
- }
- body {
- padding: 0;
- margin: 0;
- font-size: 12px;
- color: #000;
- font-family: 'Roboto', sans-serif
- }
- a {
- outline: none !important;
- text-decoration: none;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- -ms-transition: all .6s ease-in-out;
- transition: all .6s ease-in-out
- }
- a:hover,
- a:focus,
- select:focus,
- button:focus {
- outline: none;
- text-decoration: none
- }
- * {
- margin: 0;
- padding: 0
- }
- img {
- border: none;
- vertical-align: middle;
- max-width: 100%
- }
- li {
- list-style: circle;
- color: #fcbf00;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- input,
- select,
- textarea,
- button {
- outline: none !important;
- font-family: 'Roboto', sans-serif
- }
- .rounded-list a{
- position: relative;
- display: block;
- padding: .4em .4em .4em 2em;
- margin: .5em 0;
- background: none;
- color: #fcbf00;
- text-decoration: none;
- border-radius: .3em;
- transition: all .3s ease-out;
- }
- input,
- textarea,
- select {
- -moz-appearance: none;
- -webkit-appearance: none
- }
- .container {
- width: 96%;
- max-width: 1410px;
- margin: 0 auto;
- padding: 0
- }
- header {
- width: 100%;
- float: left;
- margin: 0px;
- padding: 0px
- }
- header .top_part {
- width: 100%;
- min-height: 120px;
- float: left;
- padding: 0;
- margin: 0;
- background: url(../img/top_bg.jpg) repeat-x left top;
- -webkit-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.2);
- box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.2);
- z-index: 999
- }
- header .top_part .phone_detail {
- float: right;
- padding: 0;
- margin: 15px 0 0 0;
- font-size: 23px;
- color: #000000;
- font-weight: 400
- }
- header .top_part .navbar-default {
- background: none;
- margin: 0;
- min-height: inherit;
- border: none
- }
- header .top_part .navbar-default .navbar-brand {
- width: 210px;
- padding: 27px 0 0 0;
- margin: 0 80px 0 0
- }
- header .top_part .navbar-default .navbar-nav>li>a {
- padding: 11px 15px;
- margin: 0 0 0 1px;
- font-size: 15px;
- color: #292929;
- font-weight: 700
- }
- header .top_part .navbar-default .navbar-nav>li>a:hover,
- header .top_part .navbar-default .navbar-nav>li>a:focus {
- color: #fcbf00;
- background: #292929
- }
- header .top_part .navbar-default .navbar-nav>.open>a,
- header .top_part .navbar-default .navbar-nav>.open>a:hover,
- header .top_part .navbar-default .navbar-nav>.open>a:focus {
- color: #fcbf00;
- background: #292929
- }
- header .top_part .navbar-default .navbar-nav>.active>a,
- header .top_part .navbar-default .navbar-nav>.active>a:hover,
- header .top_part .navbar-default .navbar-nav>.active>a:focus {
- color: #fcbf00;
- background: #292929
- }
- header .top_part .navbar-nav {
- margin: 30px 0 0 0
- }
- header .top_part .navbar-nav>li {
- white-space: nowrap
- }
- header .top_part .navbar-nav>li>.dropdown-menu {
- padding: 16px 9px;
- background: rgba(30, 30, 30, 0.8);
- border: none;
- border-radius: 0
- }
- header .top_part .dropdown-menu>li>a {
- padding: 4px 12px;
- font-size: 15px;
- color: #ffffff;
- font-weight: 300
- }
- header .top_part .dropdown-menu>li>a:hover,
- header .top_part .dropdown-menu>li>a:focus {
- color: #fcbf00;
- background: rgba(255, 255, 255, 0.1)
- }
- section {
- width: 100%;
- float: left;
- margin: 0px;
- padding: 0px
- }
- section .slider_sec {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- position: relative
- }
- section .slider_sec .carousel-inner>.item>img,
- section .slider_sec .carousel-inner>.item>a>img {
- width: 100%
- }
- section .slider_sec .carousel-control {
- width: 10%
- }
- section .slider_sec .slider_caption {
- position: absolute;
- left: 11%;
- right: 11%;
- top: 15%;
- text-align: center
- }
- section .slider_sec .slider_caption h2 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 35px 0;
- line-height: normal;
- font-size: 50px;
- color: #ffffff;
- font-weight: 300
- }
- section .slider_sec .slider_caption .more_btn {
- height: 55px;
- min-width: 280px;
- padding: 0 16px;
- margin: 0 auto;
- display: inline-block;
- font-size: 16px;
- color: #292929;
- line-height: 55px;
- font-weight: 700;
- background: #ffffff;
- border: 1px solid #fff
- }
- section .slider_sec .slider_caption .more_btn i {
- margin: 0 0 0 10px
- }
- section .slider_sec .slider_caption .more_btn:hover {
- background: none;
- color: #fff
- }
- section .slider_sec .search_sec {
- width: 100%;
- float: left;
- padding: 35px 0 15px 0;
- margin: 0;
- position: absolute;
- bottom: 0;
- background: rgba(41, 41, 41, 0.8)
- }
- section .slider_sec .search_sec .search_field {
- width: 14%;
- float: left;
- padding: 0 40px 0 0;
- margin: 0 0 40px 0
- }
- section .slider_sec .search_sec .input_field {
- padding-left: 12px;
- height: 45px;
- width: 30px;
- font-size: 16px;
- color: #ffffff;
- font-weight: 300;
- border: none;
- border-bottom: 1px solid #fcbf00;
- background: none;
- }
- section .slider_sec .search_sec .select_field {
- width: 100%;
- float: left
- }
- section .slider_sec .search_sec .select_field .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
- width: 100%
- }
- section .slider_sec .search_sec .select_field .btn-default {
- padding-left: 12px;
- height: 45px;
- font-size: 16px;
- color: #ffffff;
- font-weight: 300;
- border: none;
- border-bottom: 1px solid #fcbf00;
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important;
- border-radius: 0
- }
- section .slider_sec .search_sec .select_field .btn-default:hover,
- section .slider_sec .search_sec .select_field .btn-default:focus,
- section .slider_sec .search_sec .select_field .btn-default.focus,
- section .slider_sec .search_sec .select_field .btn-default:active,
- section .slider_sec .search_sec .select_field .btn-default.active {
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important
- }
- section .slider_sec .search_sec .select_field .bootstrap-select.btn-group .btn .caret {
- width: 14px;
- height: 8px;
- border: none;
- background: url(../img/select_arrow.png) no-repeat right center
- }
- section .slider_sec .search_sec .select_field .bootstrap-select.btn-group .dropdown-menu li {
- width: 100%;
- margin: 0
- }
- section .slider_sec .search_sec .select_field .bootstrap-select.btn-group .dropdown-menu li a {
- padding: 3px 10px;
- font-size: 15px;
- color: #ffffff;
- font-weight: 300
- }
- section .slider_sec .search_sec .select_field .dropdown-menu>li>a:hover,
- section .slider_sec .search_sec .select_field .dropdown-menu>li>a:focus {
- background: #3f3f3f;
- color: #fff
- }
- section .slider_sec .search_sec .search_button {
- width: 100%;
- height: 45px;
- float: left;
- padding: 0 10px;
- font-size: 14px;
- color: #fcbf00;
- font-weight: 700;
- background: none;
- border: 1px solid #fcbf00;
- position: relative
- }
- section .slider_sec .search_sec .search_button i {
- margin: 0 0 0 3px
- }
- section .slider_sec .search_sec .search_button:hover {
- color: #000;
- background: #fcbf00
- }
- section .offer_sec {
- width: 100%;
- float: left;
- padding: 50px 0 20px 0;
- margin: 0;
- background: #e4ebed
- }
- section .offer_sec h2 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 30px 0;
- text-align: center;
- font-size: 48px;
- color: #292929;
- font-weight: 300
- }
- section .offer_sec .offer_block {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 40px 0
- }
- section .offer_sec .offer_block h3 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 12px 0;
- font-size: 30px;
- color: #292929;
- font-weight: 500;
- text-align: center
- }
- section .offer_sec .offer_block .view_all {
- min-width: 266px;
- height: 45px;
- float: right;
- padding: 0 20px;
- margin: 0;
- font-size: 16px;
- color: #fcbf00;
- font-weight: 700;
- text-align: left;
- background: #292929;
- border: none
- }
- section .offer_sec .offer_block .view_all:hover {
- color: #292929;
- background: #fcbf00
- }
- section .offer_sec .offer_block .view_all i {
- float: right;
- margin: 4px 0 0 0
- }
- section .offer_sec .offer_block .offer_slider {
- width: 100%;
- float: left;
- padding: 20px 33px 15px 0;
- margin: 0 0 50px 0;
- background: url(../img/offer_bg.png) no-repeat center top;
- background-size: 100% 100%
- }
- section .offer_sec .offer_block .offer_slider .offer_caption {
- width: 90%;
- min-height: 115px;
- max-width: 440px;
- float: left;
- padding: 17px 68px 11px 11px;
- margin: 0;
- position: absolute;
- left: 40px;
- bottom: -33px;
- background: rgba(41, 41, 41, 0.9)
- }
- section .offer_sec .offer_block .offer_slider .offer_caption .home_icon {
- width: 49px;
- height: 49px;
- padding: 5px;
- margin: 0;
- text-align: center;
- background: #b4c5cc;
- position: absolute;
- right: 11px;
- top: 11px
- }
- section .offer_sec .offer_block .offer_slider .offer_caption .home_icon img {
- display: inline-block;
- padding-top: 6px
- }
- section .offer_sec .offer_block .offer_slider .offer_caption small {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 17px;
- color: #ffffff;
- font-weight: 300
- }
- section .offer_sec .offer_block .offer_slider .offer_caption span {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 17px;
- color: #ffffff;
- font-weight: 700
- }
- section .offer_sec .offer_block .offer_slider .offer_caption strong {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 24px;
- color: #fcbf00;
- font-weight: 700
- }
- section .intro_sec {
- width: 100%;
- float: left;
- padding: 50px 0 80px 0;
- margin: 0;
- text-align: center
- }
- section .intro_sec h2 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 34px 0;
- font-size: 48px;
- color: #292929;
- font-weight: 300
- }
- section .intro_sec figure {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- section .intro_sec ul {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- text-align: center
- }
- section .intro_sec ul li {
- padding: 0;
- margin: 0 -2.7%;
- text-align: center;
- display: inline-block;
- position: relative
- }
- section .intro_sec ul li a img {
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- -webkit-backface-visibility: hidden;
- -webkit-transition: all 400ms ease-in-out;
- -moz-transition: all 400ms ease-in-out;
- -o-transition: all 400ms ease-in-out;
- -ms-transition: all 400ms ease-in-out;
- transition: all 400ms ease-in-out
- }
- section .intro_sec ul li a img:hover {
- filter: none;
- -webkit-filter: grayscale(0%)
- }
- section .intro_sec ul li a .name {
- font-family: 'Roboto', sans-serif;
- font-size: 13px;
- color: #000;
- background-color: #fcbf00;
- padding: 10px 15px;
- position: absolute;
- top: 50%;
- left: 20%;
- opacity: 0;
- z-index: 999
- }
- section .intro_sec ul li a:hover .name {
- opacity: 1
- }
- section .intro_sec .intro_slider {
- width: 100%;
- float: left;
- padding: 40px 0 0 0;
- margin: 0;
- display: none
- }
- section .intro_sec .intro_slider .owl-controls .owl-nav div {
- width: 26px;
- margin: 0 5px;
- height: 26px;
- font-size: 0;
- display: block;
- position: relative;
- top: 0;
- display: inline-block;
- opacity: 1;
- margin-top: 0;
- z-index: 99999;
- border: 1px solid #1d2172
- }
- section .intro_sec .intro_slider .owl-controls .owl-nav div.owl-prev {
- background: url(../img/slider_arrow_1.png) no-repeat center center;
- right: 0
- }
- section .intro_sec .intro_slider .owl-controls .owl-nav div.owl-next {
- background: url(../img/slider_arrow_2.png) no-repeat center center;
- right: 0
- }
- section .intro_sec .intro_slider .owl-controls .owl-nav div:hover {
- opacity: 0.6
- }
- section .intro_sec .intro_slider .owl-controls .owl-item img {
- display: inline-block;
- width: auto;
- max-width: 100%
- }
- section .intro_sec .intro_slider .owl-nav {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- position: absolute;
- top: -60px
- }
- section .home_detail_2 {
- width: 100%;
- float: left;
- padding: 0 0 50px 0;
- margin: 0
- }
- section .home_detail_2 .block_detail {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 30px 0;
- position: relative
- }
- section .home_detail_2 .block_detail figure {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- section .home_detail_2 .block_detail figure img {
- width: 100%
- }
- section .home_detail_2 .block_detail .block_caption {
- height: 100%;
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- text-align: center;
- color: #fff;
- background: rgba(41, 41, 41, 0.4)
- }
- section .home_detail_2 .block_detail .block_caption_inner {
- width: 100%;
- height: 100%;
- display: table;
- padding: 10px
- }
- section .home_detail_2 .block_detail .block_info {
- height: 100%;
- vertical-align: middle;
- display: table-cell
- }
- section .home_detail_2 .block_detail h3 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 40px 0;
- font-size: 30px;
- color: #ffffff;
- font-weight: 300;
- line-height: normal
- }
- section .home_detail_2 .block_detail .more_btn {
- min-width: 160px;
- height: 45px;
- padding: 0 20px;
- margin: 0;
- font-size: 16px;
- line-height: 43px;
- color: #ffffff;
- font-weight: 700;
- border: 1px solid #ffffff;
- background: none;
- text-align: left
- }
- section .home_detail_2 .block_detail .more_btn i {
- float: right;
- line-height: 45px
- }
- section .home_detail_2 .block_detail .more_btn:hover {
- background: #fff;
- color: #333
- }
- section .home_detail_3 {
- width: 100%;
- float: left;
- padding: 0 0 40px 0;
- margin: 0
- }
- section .home_detail_3 .fb_block {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 30px 0
- }
- section .home_detail_3 .newsletter_block {
- width: 100%;
- float: left;
- padding: 22px 34px 30px 34px;
- margin: 0;
- background: #e4ebed
- }
- section .home_detail_3 .newsletter_block h2 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 18px 0;
- font-size: 30px;
- color: #292929;
- font-weight: 500;
- text-align: center
- }
- section .home_detail_3 .newsletter_block ul {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- section .home_detail_3 .newsletter_block ul li {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 10px 0
- }
- section .home_detail_3 .newsletter_block ul li .input_field {
- width: 100%;
- height: 45px;
- float: left;
- padding: 0 11px;
- margin: 0;
- font-size: 16px;
- font-weight: 300;
- color: #292929;
- background: none;
- border: none;
- border-bottom: 1px solid #bfc4c6
- }
- section .home_detail_3 .newsletter_block .select_field .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
- width: 100%
- }
- section .home_detail_3 .newsletter_block .select_field .btn-default {
- height: 45px;
- font-size: 16px;
- color: #8f9496;
- font-weight: 300;
- border: none;
- border-bottom: 1px solid #bfc4c6;
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important;
- border-radius: 0
- }
- section .home_detail_3 .newsletter_block .select_field .btn-default:hover,
- section .home_detail_3 .newsletter_block .select_field .btn-default:focus,
- section .home_detail_3 .newsletter_block .select_field .btn-default.focus,
- section .home_detail_3 .newsletter_block .select_field .btn-default:active,
- section .home_detail_3 .newsletter_block .select_field .btn-default.active {
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important
- }
- section .home_detail_3 .newsletter_block .select_field .bootstrap-select.btn-group .btn .caret {
- width: 14px;
- height: 8px;
- border: none;
- background: url(../img/select_arrow2.png) no-repeat right center
- }
- section .home_detail_3 .newsletter_block .select_field .bootstrap-select.btn-group .dropdown-menu {
- background: #cbd6dc;
- border: none;
- border-radius: 0;
- padding: 0;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent
- }
- section .home_detail_3 .newsletter_block .select_field .bootstrap-select.btn-group .dropdown-menu li {
- width: 100%;
- margin: 0
- }
- section .home_detail_3 .newsletter_block .select_field .bootstrap-select.btn-group .dropdown-menu li a {
- padding: 3px 10px;
- font-size: 16px;
- color: #292929;
- font-weight: 300
- }
- section .home_detail_3 .newsletter_block .select_field .dropdown-menu>li>a:hover,
- section .home_detail_3 .newsletter_block .select_field .dropdown-menu>li>a:focus {
- background: #d5dee3;
- color: #fff
- }
- section .home_detail_3 .newsletter_block .submit_button {
- min-width: 151px;
- height: 45px;
- float: right;
- padding: 0 18px;
- margin: 35px 0 0 0;
- font-size: 16px;
- color: #ffffff;
- line-height: 42px;
- font-weight: 700;
- background: #292929;
- border: none
- }
- section .home_detail_3 .newsletter_block .submit_button i {
- float: right;
- line-height: 45px
- }
- section .home_detail_3 .newsletter_block .submit_button:hover {
- color: #292929;
- background: #fcbf00
- }
- section .home_detail_3 .newsletter_block .dropdown-menu>li>a:focus {
- background: #d5dee3;
- color: #fff
- }
- section .inner_photo {
- width: 100%;
- float: left;
- padding: 0px;
- margin: 0
- }
- section .inner_photo .map {
- height: 300px
- }
- section .tekst_sec {
- width: 100%;
- float: left;
- padding: 60px 0 60px 0;
- margin: 0
- }
- section .tekst_sec .leftside {
- margin: 0px;
- padding: 0px
- }
- section .tekst_sec .leftside h1 {
- width: 100%;
- float: left;
- font-size: 48px;
- font-family: robotolight;
- padding: 0;
- margin: 0 0 38px 0;
- color: #292929
- }
- section .tekst_sec .leftside h3 {
- font-family: robotomedium;
- padding: 0;
- margin: 0 0 30px 0;
- color: #292929;
- line-height: 35px
- }
- section .tekst_sec .leftside p {
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 32px;
- margin: 0px;
- margin-bottom: 30px
- }
- section .tekst_sec .leftside ul {
- margin: 0px;
- padding: 0px;
- color: #fcbf00;
- }
- section .tekst_sec .leftside li {
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 32px
- }
- section .tekst_sec .leftside .four_box {
- margin: 30px 0 0 0;
- padding: 0px;
- text-align: center
- }
- section .tekst_sec .leftside .four_box .icon {
- font-size: 100px;
- color: #fcbf00;
- line-height: 150px
- }
- section .tekst_sec .leftside .four_box .icon_box {
- padding: 15px;
- border: #e9eaed 1px solid;
- min-height: 240px;
- font-family: robotobold;
- font-size: 18px;
- line-height: 22px
- }
- section .tekst_sec .leftside .four_box p {
- padding: 15px;
- border: #e9eaed 1px solid;
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 28px;
- margin: 0px;
- margin-top: -1px;
- min-height: 200px;
- margin-bottom: 30px
- }
- section .tekst_sec .leftside .yellow_bg {
- margin: 30px 0 30px 0;
- padding: 30px 25px;
- background-color: #fcbf00
- }
- section .tekst_sec .leftside .yellow_bg h3 {
- font-family: robotobold;
- color: #292929;
- line-height: 30px;
- margin: 0px;
- margin-bottom: 5px
- }
- section .tekst_sec .leftside .yellow_bg p {
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 28px;
- margin: 0px
- }
- section .tekst_sec .rightside {
- margin: 0px;
- padding: 0px
- }
- section .tekst_sec .rightside .newsletter_block {
- width: 100%;
- float: left;
- padding: 22px 34px 0px 34px;
- margin: 0;
- background: #e4ebed
- }
- section .tekst_sec .rightside .newsletter_block h2 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 18px 0;
- font-size: 30px;
- color: #292929;
- font-weight: 300
- }
- section .tekst_sec .rightside .newsletter_block ul {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- section .tekst_sec .rightside .newsletter_block ul li {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 10px 0
- }
- section .tekst_sec .rightside .newsletter_block ul li .input_field {
- width: 100%;
- height: 45px;
- float: left;
- padding: 0 11px;
- margin: 0;
- font-size: 16px;
- font-weight: 300;
- color: #292929;
- background: none;
- border: none;
- border-bottom: 1px solid #bfc4c6
- }
- section .tekst_sec .rightside .newsletter_block .select_field .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
- width: 100%
- }
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default {
- height: 45px;
- font-size: 16px;
- color: #8f9496;
- font-weight: 300;
- border: none;
- border-bottom: 1px solid #bfc4c6;
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important;
- border-radius: 0
- }
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default:hover,
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default:focus,
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default.focus,
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default:active,
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default.active {
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important
- }
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default .bootstrap-select.btn-group .btn .caret {
- width: 14px;
- height: 8px;
- border: none;
- background: url(../img/select_arrow2.png) no-repeat right center
- }
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default .bootstrap-select.btn-group .dropdown-menu {
- background: #cbd6dc;
- border: none;
- border-radius: 0;
- padding: 0;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent
- }
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default .bootstrap-select.btn-group .dropdown-menu li {
- width: 100%;
- margin: 0
- }
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default .bootstrap-select.btn-group .dropdown-menu li a {
- padding: 3px 10px;
- font-size: 16px;
- color: #292929;
- font-weight: 300
- }
- section .tekst_sec .rightside .newsletter_block .select_field .btn-default .dropdown-menu>li>a:hover {
- background: #d5dee3;
- color: #fff
- }
- section .tekst_sec .rightside .newsletter_button {
- min-width: 151px;
- height: 45px;
- float: left;
- padding: 0 18px;
- margin: 5px 0 0 0;
- font-size: 16px;
- color: #ffffff;
- line-height: 42px;
- font-weight: 700;
- background: #292929;
- border: none
- }
- section .tekst_sec .rightside .newsletter_button i {
- float: right;
- line-height: 45px
- }
- section .tekst_sec .rightside .newsletter_button:hover {
- color: #292929;
- background: #fcbf00
- }
- section .tekst_sec .rightside .woman_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/woman_photo.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .tekst_sec .rightside .woman_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .tekst_sec .rightside .joyce_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/joyce-de-mooij.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .tekst_sec .rightside .joyce_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .tekst_sec .rightside .marjanne_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/marjanne-de-wolff-buis.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .tekst_sec .rightside .marjanne_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .tekst_sec .rightside .martijn_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/martijn-schuitemaker.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .tekst_sec .rightside .martijn_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .tekst_sec .rightside .pieter_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/pieter-kuijt.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .tekst_sec .rightside .pieter_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .tekst_sec .rightside .stephan_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/stephan-spillenaar.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .tekst_sec .rightside .stephan_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .news_sec {
- width: 100%;
- float: left;
- padding: 60px 0 60px 0;
- margin: 0
- }
- section .news_sec i {
- width: 40px;
- height: 40px;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 25px;
- color: #fcbf00;
- text-align: center;
- line-height: 36px;
- border: 2px solid #fcbf00;
- border-radius: 50%
- }
- section .news_sec h3 {
- font-family: robotomedium;
- padding: 0;
- margin: 0 0 10px 0;
- color: #292929;
- line-height: 35px
- }
- section .news_sec .item .img-responsive {
- border: 4px solid #dde5e8;
- margin-top: 20px
- }
- section .news_sec p {
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 32px;
- margin: 0px;
- margin-bottom: 20px
- }
- section .news_sec .leftside {
- margin: 0px;
- padding: 0px
- }
- section .news_sec .leftside h1 {
- width: 100%;
- float: left;
- font-size: 48px;
- font-family: robotolight;
- padding: 0;
- margin: 0 0 38px 0;
- color: #292929
- }
- section .news_sec .leftside h3 {
- font-family: robotomedium;
- padding: 0;
- margin: 0 0 30px 0;
- color: #292929;
- line-height: 35px
- }
- section .news_sec .leftside p {
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 32px;
- margin: 0px;
- margin-bottom: 30px
- }
- section .news_sec .leftside ul {
- margin: 0px;
- padding: 0px;
- }
- section .news_sec .leftside li {
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 32px
- }
- section .news_sec .leftside .four_box {
- margin: 30px 0 0 0;
- padding: 0px;
- text-align: center
- }
- section .news_sec .leftside .four_box .icon {
- font-size: 100px;
- color: #fcbf00;
- line-height: 150px
- }
- section .news_sec .leftside .four_box .icon_box {
- padding: 15px;
- border: #e9eaed 1px solid;
- min-height: 240px;
- font-family: robotobold;
- font-size: 18px;
- line-height: 22px
- }
- section .news_sec .leftside .four_box p {
- padding: 15px;
- border: #e9eaed 1px solid;
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 28px;
- margin: 0px;
- margin-top: -1px;
- min-height: 200px;
- margin-bottom: 30px
- }
- section .news_sec .leftside .yellow_bg {
- margin: 30px 0 30px 0;
- padding: 30px 25px;
- background-color: #fcbf00
- }
- section .news_sec .leftside .yellow_bg h3 {
- font-family: robotobold;
- color: #292929;
- line-height: 30px;
- margin: 0px;
- margin-bottom: 5px
- }
- section .news_sec .leftside .yellow_bg p {
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 28px;
- margin: 0px
- }
- section .detail_sec {
- width: 100%;
- float: left;
- padding: 60px 0 60px 0;
- margin: 0
- }
- section .detail_sec .leftside {
- margin: 0px;
- padding: 0px
- }
- section .detail_sec .leftside h1 {
- float: left;
- font-family: robotolight;
- padding: 0;
- margin: 0 0 10px 0;
- color: #292929
- }
- section .detail_sec .leftside h1 strong {
- font-family: robotobold;
- font-weight: normal
- }
- section .detail_sec .leftside .price {
- float: right;
- font-size: 36px;
- font-family: robotomedium;
- padding: 0;
- margin: 0 0 10px 0;
- color: #fcbf00
- }
- section .detail_sec .leftside .tab_details {
- width: 100%;
- float: left;
- margin: 0;
- padding: 0px
- }
- section .detail_sec .leftside .tab_details .nav-tabs {
- font-family: robotolight;
- font-size: 16px;
- line-height: 54px;
- border: none
- }
- section .detail_sec .leftside .tab_details .nav-tabs>li {
- float: left
- }
- section .detail_sec .leftside .tab_details .nav-tabs>li>a {
- color: #fff;
- background-color: #000;
- border-radius: 0px;
- margin-right: 6px
- }
- section .detail_sec .leftside .tab_details .nav-tabs>li>a:hover {
- border-color: #000;
- background-color: #000;
- color: #fcbf00
- }
- section .detail_sec .leftside .tab_details .nav-tabs>li.active>a,
- section .detail_sec .leftside .tab_details .nav-tabs>li.active>a:hover,
- section .detail_sec .leftside .tab_details .nav-tabs>li.active>a:focus {
- color: #fcbf00;
- cursor: default;
- background-color: #000;
- border-color: transparent
- }
- section .detail_sec .leftside .tab_details .tab-content>.contact_area>.tab-pane {
- display: none
- }
- section .detail_sec .leftside .tab_details .tab-content>.contact_area>.active {
- display: block
- }
- section .detail_sec .leftside .tab_details .contact_area {
- padding: 10px 0
- }
- section .detail_sec .leftside .tab_details .contact_area .algemeen_side .carousel-indicators li {
- background-color: #fff;
- border: 1px solid #fff;
- cursor: pointer;
- margin-top: 5px !important;
- text-indent: -999px;
- width: 12px;
- height: 12px
- }
- section .detail_sec .leftside .tab_details .contact_area .algemeen_side .carousel-indicators .active {
- background-color: #fcbf00 !important;
- border-color: #fcbf00;
- height: 14px;
- margin: 0;
- width: 14px
- }
- section .detail_sec .leftside .tab_details .contact_area p {
- font-family: robotolight;
- font-size: 16px;
- color: #292929;
- line-height: 32px;
- margin: 0px;
- margin-bottom: 30px
- }
- section .detail_sec .leftside .tab_details .contact_area h3 {
- font-family: robotobold;
- color: #292929;
- line-height: 30px;
- margin: 0px;
- margin-bottom: 30px
- }
- section .detail_sec .leftside .tab_details .contact_area h4 {
- font-family: robotobold;
- font-size: 16px;
- color: #31383d;
- line-height: 30px;
- margin: 0px
- }
- section .detail_sec .leftside .tab_details .contact_area .icon {
- font-size: 30px;
- color: #fcbf00;
- line-height: 50px;
- text-align: center
- }
- section .detail_sec .leftside .tab_details .contact_area .row_border {
- border: #e5ebed 1px solid;
- margin-bottom: -1px;
- padding: 15px 0
- }
- section .detail_sec .leftside .tab_details .contact_area .list_name {
- font-size: 16px;
- font-family: robotolight;
- color: #31383d;
- line-height: 30px
- }
- section .detail_sec .leftside .tab_details .contact_area .foto_pd {
- margin-bottom: 30px
- }
- section .detail_sec .leftside .tab_details .contact_area .map {
- height: 640px
- }
- section .detail_sec .leftside .tab_details .contact_area .icon_box {
- font-family: robotobold;
- font-size: 48px;
- line-height: 60px;
- width: 60%;
- margin: 0 auto;
- text-align: center;
- margin-top: 150px
- }
- section .detail_sec .leftside .tab_details .contact_area .icon_box .icon {
- font-size: 170px;
- color: #fcbf00;
- line-height: 220px;
- text-align: center
- }
- section .detail_sec .leftside .tab_details .contact_area .icon_box span {
- color: #fcbf00
- }
- section .detail_sec .rightside {
- margin: 0px;
- padding: 0px
- }
- section .detail_sec .rightside .newsletter_block {
- width: 100%;
- float: left;
- padding: 22px 34px 0px 34px;
- margin: 0;
- background: #e4ebed
- }
- section .detail_sec .rightside .newsletter_block h2 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 18px 0;
- font-size: 30px;
- color: #292929;
- font-weight: 300
- }
- section .detail_sec .rightside .newsletter_block ul {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- section .detail_sec .rightside .newsletter_block ul li {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 10px 0
- }
- section .detail_sec .rightside .newsletter_block ul li .input_field {
- width: 100%;
- height: 45px;
- float: left;
- padding: 0 11px;
- margin: 0;
- font-size: 16px;
- font-weight: 300;
- color: #292929;
- background: none;
- border: none;
- border-bottom: 1px solid #bfc4c6
- }
- section .detail_sec .rightside .newsletter_block .select_field .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
- width: 100%
- }
- section .detail_sec .rightside .newsletter_block .select_field .btn-default {
- height: 45px;
- font-size: 16px;
- color: #8f9496;
- font-weight: 300;
- border: none;
- border-bottom: 1px solid #bfc4c6;
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important;
- border-radius: 0
- }
- section .detail_sec .rightside .newsletter_block .select_field .btn-default:hover,
- section .detail_sec .rightside .newsletter_block .select_field .btn-default:focus,
- section .detail_sec .rightside .newsletter_block .select_field .btn-default.focus,
- section .detail_sec .rightside .newsletter_block .select_field .btn-default:active,
- section .detail_sec .rightside .newsletter_block .select_field .btn-default.active {
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important
- }
- section .detail_sec .rightside .newsletter_block .select_field .bootstrap-select.btn-group .btn .caret {
- width: 14px;
- height: 8px;
- border: none;
- background: url(../img/select_arrow2.png) no-repeat right center
- }
- section .detail_sec .rightside .newsletter_block .select_field .bootstrap-select.btn-group .dropdown-menu {
- background: #cbd6dc;
- border: none;
- border-radius: 0;
- padding: 0;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent
- }
- section .detail_sec .rightside .newsletter_block .select_field .bootstrap-select.btn-group .dropdown-menu li {
- width: 100%;
- margin: 0
- }
- section .detail_sec .rightside .newsletter_block .select_field .bootstrap-select.btn-group .dropdown-menu li a {
- padding: 3px 10px;
- font-size: 16px;
- color: #292929;
- font-weight: 300
- }
- section .detail_sec .rightside .newsletter_block .select_field .dropdown-menu>li>a:hover,
- section .detail_sec .rightside .newsletter_block .select_field .dropdown-menu>li>a:focus {
- background: #d5dee3;
- color: #fff
- }
- section .detail_sec .rightside .newsletter_block .newsletter_button,
- section .detail_sec .rightside .newsletter_block .submit_button {
- min-width: 151px;
- height: 45px;
- float: left;
- padding: 0 18px;
- margin: 35px 0 0 0;
- font-size: 16px;
- color: #ffffff;
- line-height: 42px;
- font-weight: 700;
- background: #292929;
- border: none
- }
- section .detail_sec .rightside .newsletter_block .newsletter_button:hover,
- section .detail_sec .rightside .newsletter_block .submit_button:hover {
- color: #292929;
- background: #fcbf00
- }
- section .detail_sec .rightside .newsletter_block .newsletter_button i,
- section .detail_sec .rightside .newsletter_block .submit_button i {
- float: right;
- line-height: 45px
- }
- section .detail_sec .rightside .newsletter_block .woman_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/woman_photo.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .detail_sec .rightside .newsletter_block .woman_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .detail_sec .rightside .newsletter_block .joyce_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/joyce-de-mooij.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .detail_sec .rightside .newsletter_block .joyce_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .detail_sec .rightside .newsletter_block .marjanne_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/marjanne-de-wolff-buis.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .detail_sec .rightside .newsletter_block .marjanne_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .detail_sec .rightside .newsletter_block .martijn_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/martijn-schuitemaker.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .detail_sec .rightside .newsletter_block .martijn_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .detail_sec .rightside .newsletter_block .pieter_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/pieter-kuijt.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .detail_sec .rightside .newsletter_block .pieter_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .detail_sec .rightside .newsletter_block .stephan_photo {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- background: url(../img/stephan-spillenaar.png) top right no-repeat;
- min-height: 305px;
- margin-right: -20px
- }
- section .detail_sec .rightside .newsletter_block .stephan_photo span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .detail_sec .rightside .newsletter_block .standaard {
- font-family: robotobold;
- font-size: 18px;
- color: #000;
- margin-top: 20px;
- min-height: 305px;
- margin-right: -20px
- }
- section .detail_sec .rightside .newsletter_block .standaard span {
- font-family: robotolight;
- font-size: 14px;
- color: #000
- }
- section .detail_sec .rightside ul.social_block {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- margin-top: 15px
- }
- section .detail_sec .rightside ul.social_block li {
- float: left;
- padding: 0;
- margin: 0 10px
- }
- section .detail_sec .rightside ul.social_block li a i {
- width: 40px;
- height: 40px;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 25px;
- color: #fff;
- text-align: center;
- line-height: 36px;
- border: 2px solid #e4ebed;
- background-color: #e4ebed;
- border-radius: 50%
- }
- section .detail_sec .rightside ul.social_block li a:hover i {
- background: #fcbf00;
- border-color: #fcbf00;
- color: #292929;
- line-height: 36px
- }
- section .contact_sec {
- width: 100%;
- float: left;
- padding: 60px 0 60px 0;
- margin: 0
- }
- section .contact_sec h1 {
- font-family: robotolight;
- padding: 0;
- font-size: 48px;
- margin: 0 0 50px 0;
- color: #292929
- }
- section .contact_sec .leftside {
- margin: 0px;
- padding: 0px
- }
- section .contact_sec .leftside .address_block {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- section .contact_sec .leftside .address_block h3 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 15px 0;
- color: #292929;
- font-family: robotobold
- }
- section .contact_sec .leftside .address_block p {
- font-family: robotolight;
- font-size: 14px;
- padding: 0;
- color: #292929;
- line-height: 25px
- }
- section .contact_sec .leftside .address_block p a {
- color: #fcbf00;
- font-size: 16px;
- font-weight: bold
- }
- section .contact_sec .leftside .phone_no {
- font-family: robotomedium;
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 28px;
- color: #292929;
- margin-bottom: 30px
- }
- section .contact_sec .rightside {
- margin: 0px;
- padding: 0px
- }
- section .contact_sec .rightside .contact_block {
- width: 100%;
- float: left;
- padding: 22px 34px 22px 34px;
- margin: 0;
- background: #e4ebed
- }
- section .contact_sec .rightside .contact_block h2 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 18px 0;
- font-size: 30px;
- color: #292929;
- font-weight: 300
- }
- section .contact_sec .rightside .contact_block ul {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 10px 0
- }
- section .contact_sec .rightside .contact_block ul li {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0 0 10px 0
- }
- section .contact_sec .rightside .contact_block ul li .input_field {
- width: 100%;
- height: 45px;
- float: left;
- padding: 0 11px;
- margin: 0;
- font-size: 16px;
- font-weight: 300;
- color: #292929;
- background: none;
- border: none;
- border-bottom: 1px solid #bfc4c6
- }
- section .contact_sec .rightside .contact_block .select_field .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
- width: 100%
- }
- section .contact_sec .rightside .contact_block .select_field .btn-default {
- height: 45px;
- font-size: 16px;
- color: #8f9496;
- font-weight: 300;
- border: none;
- border-bottom: 1px solid #bfc4c6;
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important;
- border-radius: 0
- }
- section .contact_sec .rightside .contact_block .select_field .btn-default:hover,
- section .contact_sec .rightside .contact_block .select_field .btn-default:focus,
- section .contact_sec .rightside .contact_block .select_field .btn-default:active,
- section .contact_sec .rightside .contact_block .select_field .btn-default.active {
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important
- }
- section .contact_sec .rightside .contact_block .select_field .bootstrap-select.btn-group .btn .caret {
- width: 14px;
- height: 8px;
- border: none;
- background: url(../img/select_arrow2.png) no-repeat right center
- }
- section .contact_sec .rightside .contact_block .select_field .bootstrap-select.btn-group .dropdown-menu {
- background: #cbd6dc;
- border: none;
- border-radius: 0;
- padding: 0;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent
- }
- section .contact_sec .rightside .contact_block .select_field .bootstrap-select.btn-group .dropdown-menu li {
- width: 100%;
- margin: 0
- }
- section .contact_sec .rightside .contact_block .select_field .bootstrap-select.btn-group .dropdown-menu li a {
- padding: 3px 10px;
- font-size: 16px;
- color: #292929;
- font-weight: 300
- }
- section .contact_sec .rightside .contact_block .select_field .dropdown-menu>li>a:hover,
- section .contact_sec .rightside .contact_block .select_field .dropdown-menu>li>a:focus {
- background: #d5dee3;
- color: #fff
- }
- section .contact_sec .rightside .contact_block .submit_button {
- min-width: 151px;
- height: 45px;
- float: left;
- padding: 0 18px;
- margin: 35px 0 0 0;
- font-size: 16px;
- color: #ffffff;
- line-height: 42px;
- font-weight: 700;
- background: #292929;
- border: none
- }
- section .contact_sec .rightside .contact_block .submit_button:hover {
- color: #292929;
- background: #fcbf00
- }
- section .contact_sec .rightside .contact_block .submit_button i {
- float: right;
- line-height: 45px
- }
- section .title_sec {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- background-color: #292929
- }
- section .title_sec h1 {
- font-family: robotolight;
- padding: 0;
- font-size: 48px;
- margin: 20px 0 20px 0;
- color: #fcbf00
- }
- section .title_sec ul.icon_link {
- float: right;
- padding: 0;
- margin: 50px 0px 0px 0px
- }
- section .title_sec ul.icon_link li {
- padding: 0;
- margin: 0;
- display: inline-block
- }
- section .title_sec ul.icon_link li a i {
- width: 45px;
- margin: 0;
- font-size: 34px;
- color: #ffffff;
- text-align: center;
- display: block
- }
- section .title_sec ul.icon_link li a:hover i,
- section .title_sec ul.icon_link li a.active i {
- color: #fcbf00
- }
- section .title_sec .link_top {
- font-family: robotomedium;
- font-size: 16px;
- color: #fff;
- float: right;
- margin-right: 15px;
- margin-top: 50px
- }
- section .title_sec .link_top a {
- font-family: robotolight;
- font-size: 16px;
- color: #fff;
- line-height: 30px;
- padding: 0 10px
- }
- section .title_sec .link_top a:hover,
- section .title_sec .link_top a.active {
- color: #fcbf00
- }
- section .aanbod_left {
- margin: 0px;
- padding: 0px 0 15px 0;
- background-color: #e4ebed
- }
- section .aanbod_left .input_field1 {
- width: 100%;
- height: 70px;
- float: left;
- padding: 0 11px;
- margin: 0;
- font-size: 16px;
- font-weight: 300;
- color: #292929;
- background: none;
- border: none;
- font-family: robotobold;
- border-bottom: 1px solid #ced4d6
- }
- section .aanbod_left input#range_01 {
- display: none
- }
- section .aanbod_rightside {
- margin: 0px;
- padding: 15px;
- margin-bottom: 20px
- }
- section .aanbod_rightside .row_border {
- border-bottom: #e4ebed 1px solid;
- margin-bottom: 25px;
- padding-bottom: 15px
- }
- section .aanbod_rightside .fade_bg {
- width: 100%;
- float: left;
- padding: 13px 20px 10px 0;
- margin: 0 0 20px 0;
- background: url(../img/fade_bg.png) no-repeat center top;
- background-size: 100% 100%
- }
- section .aanbod_rightside .fade_bg .border_img {
- border: #fcbf00 7px solid;
- -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.35);
- -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.35);
- box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.35)
- }
- section .aanbod_rightside .fade_bg .caption {
- position: absolute;
- top: 20px;
- left: 45px;
- background-color: rgba(255, 255, 255, 0.7);
- font-family: robotobold;
- font-size: 16px;
- color: #292929;
- line-height: 40px;
- padding: 0 15px
- }
- section .aanbod_rightside .fade_bg .caption:hover,
- section .aanbod_rightside .fade_bg .caption.active {
- background-color: rgba(252, 191, 0, 0.7);
- cursor: pointer
- }
- section .aanbod_rightside h3 {
- font-family: robotolight;
- color: #292929;
- line-height: 30px;
- margin: 0px;
- margin-top: 15px
- }
- section .aanbod_rightside h2 {
- font-family: robotobold;
- color: #292929;
- line-height: 40px;
- margin: 0px
- }
- section .aanbod_rightside h1 {
- font-family: robotobold;
- color: #fcbf00;
- margin: 25px 0px;
- font-size: 35px
- }
- section .aanbod_rightside .icon_box {
- width: auto;
- float: left;
- padding: 15px 25px;
- border: #e9eaed 1px solid;
- font-family: robotolight;
- font-size: 16px;
- line-height: 28px;
- margin-left: -1px
- }
- section .aanbod_rightside .icon_box .icon {
- font-size: 30px;
- color: #fcbf00;
- line-height: 30px;
- float: left;
- margin-right: 25px
- }
- section .aanbod_rightside .pagination {
- width: 100%;
- float: left;
- padding: 0
- }
- section .aanbod_rightside .pagination ul {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- section .aanbod_rightside .pagination ul li {
- padding: 0;
- margin: 1px;
- display: inline-block
- }
- section .aanbod_rightside .pagination ul li a {
- font-family: robotomedium;
- padding: 6px 14px;
- margin: 0;
- font-size: 18px;
- color: #000000
- }
- section .aanbod_rightside .pagination ul li a i {
- font-size: 28px;
- position: relative;
- top: 2px;
- color: #fcbf00
- }
- section .aanbod_rightside .pagination ul li a:hover,
- section .aanbod_rightside .pagination ul li a.active {
- color: #fff;
- background-color: #000
- }
- section .members {
- margin: 0px;
- padding: 0px;
- margin-bottom: 20px
- }
- section .members .row_border {
- border-bottom: #e4ebed 1px solid;
- margin-bottom: 25px;
- padding-bottom: 15px
- }
- section .members .img-responsive {
- border: 4px solid #dde5e8;
- margin-bottom: 10px
- }
- section .members p {
- font-family: roboto;
- color: #000;
- line-height: 26px;
- margin: 0px;
- font-size: 14px;
- font-weight: normal
- }
- section .members h3 {
- font-family: robotobold;
- color: #292929;
- line-height: 40px;
- margin: 10px 0;
- font-size: 24px
- }
- section .members h2 {
- font-family: robotobold;
- color: #fcbf00;
- margin: 0px 0px;
- font-size: 30px
- }
- section .members h4 {
- font-family: robotolight;
- color: #292929;
- line-height: 30px;
- margin: 0px;
- margin-top: 15px
- }
- section .members i {
- width: 40px;
- height: 40px;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 25px;
- color: #fcbf00;
- text-align: center;
- line-height: 36px;
- border: 2px solid #fcbf00;
- border-radius: 50%
- }
- section .members .icon_box {
- width: auto;
- float: left;
- padding: 15px 25px;
- border: #e9eaed 1px solid;
- font-family: robotolight;
- font-size: 16px;
- line-height: 28px;
- margin-left: -1px
- }
- section .members .icon_box .icon {
- font-size: 30px;
- color: #fcbf00;
- line-height: 30px;
- float: left;
- margin-right: 25px
- }
- section .members .pagination {
- width: 100%;
- float: left;
- padding: 0
- }
- section .members .pagination ul {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- section .members .pagination ul li {
- padding: 0;
- margin: 1px;
- display: inline-block
- }
- section .members .pagination ul li a {
- font-family: robotomedium;
- padding: 6px 14px;
- margin: 0;
- font-size: 18px;
- color: #000000
- }
- section .members .pagination ul li a i {
- font-size: 28px;
- position: relative;
- top: 2px;
- color: #fcbf00
- }
- section .members .pagination ul li a:hover,
- section .members .pagination ul li a.active {
- color: #fff;
- background-color: #000
- }
- footer {
- width: 100%;
- float: left;
- margin: 0px;
- padding: 0px
- }
- footer .footer_detail {
- width: 100%;
- float: left;
- padding: 30px 0 30px 0;
- margin: 0;
- background: #292929
- }
- footer .footer_detail h3 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 25px 0 27px 0;
- font-size: 30px;
- color: #dae2e6;
- font-weight: 500
- }
- footer .footer_detail .address_block {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- footer .footer_detail .address_block h4 {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 20px;
- color: #dae2e6;
- font-weight: 700
- }
- footer .footer_detail .address_block p {
- width: 100%;
- float: left;
- padding: 0;
- margin: 3px 0 28px 0;
- font-size: 16px;
- color: #dae2e6;
- font-weight: 300;
- line-height: 25px
- }
- footer .footer_detail .address_block p a {
- color: #fcbf00;
- font-weight: 700
- }
- footer .footer_detail .address_block p a:hover {
- color: #fff
- }
- footer .footer_detail .phone_no {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 30px;
- color: #dae2e6;
- font-weight: 300
- }
- footer .footer_detail .phone_no a {
- color: #dae2e6
- }
- footer .footer_detail ul.footer_link {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- footer .footer_detail ul.footer_link li {
- width: 100%;
- float: left;
- padding: 0 0 0 17px;
- margin: 0 0 6px 0;
- position: relative;
- font-size: 16px;
- color: #dae2e6;
- font-weight: 700
- }
- footer .footer_detail ul.footer_link li a {
- color: #dae2e6
- }
- footer .footer_detail ul.footer_link li a:hover {
- color: #fcbf00
- }
- footer .footer_detail ul.footer_link li a:before {
- content: "\f105";
- font-size: 15px;
- position: absolute;
- left: 0;
- top: 1px;
- font-family: 'FontAwesome'
- }
- footer .footer_detail ul.social_block {
- width: 100%;
- float: left;
- padding: 0;
- margin: 0
- }
- footer .footer_detail ul.social_block li {
- float: left;
- padding: 0;
- margin: 0 12px 0 0
- }
- footer .footer_detail ul.social_block li a i {
- width: 40px;
- height: 40px;
- float: left;
- padding: 0;
- margin: 0;
- font-size: 25px;
- color: #fcbf00;
- text-align: center;
- line-height: 36px;
- border: 2px solid #fcbf00;
- border-radius: 50%
- }
- footer .footer_detail ul.social_block li a:hover i {
- background: #fcbf00;
- color: #292929
- }
- footer .footer_detail .copyright {
- width: 100%;
- float: left;
- padding: 20px 0 0 0;
- margin: 60px 0 0 0;
- border-top: 1px solid #545454
- }
- footer .footer_detail .copyright .left {
- float: left;
- padding: 0;
- margin: 5px 0 30px 0;
- font-size: 13px;
- color: #545454
- }
- footer .footer_detail .copyright .left a {
- color: #545454
- }
- footer .footer_detail .copyright .left a:hover {
- color: #fcbf00
- }
- footer .footer_detail .copyright .footer_logo {
- float: right;
- padding: 0;
- margin: 0 10px 30px 0;
- padding-right: 20px;
- }
- footer .footer_detail .login_detail {
- width: 100%;
- min-height: 40px;
- float: left;
- padding: 0 0 0 57px;
- margin: 0;
- font-size: 16px;
- color: #ffffff;
- font-weight: 300;
- position: relative
- }
- footer .footer_detail .login_detail strong {
- color: #fcbf00;
- font-weight: 700
- }
- footer .footer_detail .login_detail img {
- position: absolute;
- left: 0;
- top: 3px
- }
- .fb_iframe_widget,
- .fb_iframe_widget span,
- .fb_iframe_widget span iframe[style] {
- width: 100% !important
- }
- .open>.dropdown-toggle.btn-default {
- background: none;
- -webkit-box-shadow: 0 0 0 transparent;
- box-shadow: 0 0 0 transparent;
- outline: none !important
- }
- .search_sec .select_field .bootstrap-select.btn-group .dropdown-menu {
- background: #292929;
- border: none;
- border-radius: 0;
- padding: 0
- }
- .cd-faq-trigger::before,
- .cd-faq-trigger::after {
- background-color: #000 !important
- }
- .irs-from::after,
- .irs-to::after,
- .irs-single::after {
- border-color: #FCBF00 transparent transparent !important
- }
- .irs-from,
- .irs-to,
- .irs-single {
- background: #FCBF00 !important
- }
- footer .footer_detail .footer_logo1 {
- padding-top: 15px;
- padding-bottom: 15px
- }
- /*# sourceMappingURL=style.css.map */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement