/* GENERAL STYLES */
html, body { height: 100%; width: 100%; }
body { color: #5D5D5D; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 500; margin: 0; padding: 0; overflow-x: hidden; }
.container-full { margin: 0 auto;  width: 100%; }
/* modal scroll problem fix */
.modal { overflow-y: auto; }
.modal-open { overflow: auto; }
.modal-open[style] { padding-right: 0px !important; }
.modal-body iframe { width: 100%; height: 315px; border: 0px; }
.modal_button { width: 100%; text-align: center; padding: 10px 0 10px 0; }
.btn-danger { background-color: #FF0000; }
/* spacers */
.space_1 { width: 100%; height: 1px; }
.space_2 { width: 100%; height: 2px; }
.space_3 { width: 100%; height: 3px; }
.space_4 { width: 100%; height: 4px; }
.space_5 { width: 100%; height: 5px; }
.space_6 { width: 100%; height: 6px; }
.space_7 { width: 100%; height: 7px; }
.space_8 { width: 100%; height: 8px; }
.space_9 { width: 100%; height: 9px; }
.space_10 { width: 100%; height: 10px; }
.space_20 { width: 100%; height: 20px; }
.space_30 { width: 100%; height: 30px; }
.space_40 { width: 100%; height: 40px; }
.space_50 { width: 100%; height: 50px; }
.space_body_top { width: 100%; height: 100px; }
.space_body_bottom { width: 100%; height: 20px; }
.space_subpage_body_top { width: 100%; height: 100px; }
.space_subpage_body_bottom { width: 100%; height: 100px; }
.space_slider_top { width: 100%; height: 0px; }
.space_between_sections { width: 100%; height: 90px; }
.space_between_bottom_of_cols { width: 100%; height: 40px; }
.sample_image { margin-bottom: 30px; border: 1px #D2D2D2 solid; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
/* typography */
.gold { color: #E3CF65; }
/* links */
a:link { font-size: 14px; }
a:hover { font-size: 14px; }
a:focus { font-size: 14px; }
a:active { font-size: 14px; }
ol,ul { list-style: none;  margin:0; padding:0; }
/* alignement */
.offset-0 { padding-left: 0; padding-right: 0; }
.item_aligned_special { text-align: center; }
.item_aligned_special_1 { text-align: left; }
.item_aligned_special_2 { text-align: right; }
.item_justified { text-align: justify; }
.item_aligned_center { text-align: center; } 
.item_aligned_right { text-align: right; }
.item_aligned_left { text-align: left; }
.item_spaced { padding: 0px 30px; }
.nopadding { padding: 0 !important; margin: 0 !important; }
/* gallery */
.gallery { margin: 0px 0px 15px 0px; } 
.gallery img { border: 1px solid #C6C6C6; border-radius: 7px 7px 7px 7px; -moz-border-radius: 7px 7px 7px 7px; -webkit-border-radius: 7px 7px 7px 7px; cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; }
.gallery_link { width: 100%; text-align: center; margin-top: 15px; }
.gallery_link a { color: #5D5D5D; font-size: 16px; font-weight: 600; text-decoration: none; margin: 0px 0px 0px 0px; }
.gallery_link a:hover, .gallery_link a:focus, .gallery_link a:active { color: #000000; text-decoration: none; }
.lightbox .lb-image { background-color: #FFFFFF; border-radius: 3px; border: 4px solid white; }
/* zoom */
.zoom {  -webkit-transition: 1s ease-out; -moz-transition: 1s ease-out; -o-transition: 1s ease-out; -ms-transition: 1s ease-out; transition: 1s ease-out; width: auto; height: auto; }
.zoom:hover { transform: scale(1.08); }

/* HEADER STYLES */
.header { width: 100%; height: 110px; border-bottom: 0px solid #E7E7E7; position: fixed; top: 0; left: 0; z-index: 999; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }

/* NAVIGATION CUSTOM STYLES */
.ust_menu { background-color: #1E1E1E; height: 30px; top: 0px; border: 0; border-bottom: 0px solid #242426; z-index: 9999; padding: 4px 0px 0px 0px; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1);
-moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1);
box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.ust_menu_inside { width: 100%; height: 22px; padding: 0px 35px 0px 30px; }
.ust_menu_inside .phone { color: #E3CF65; }
.ust_menu_inside a { color: #E3CF65; font-size: 14px; font-weight: 500; text-decoration: none; }
.ust_menu_inside a:hover, .ust_menu_inside a:focus, .ust_menu_inside a:active {  color: #9C722E; font-size: 14px; font-weight: 500; text-decoration: none; }
.language { width: 100%; height: auto; text-align: right; }
.navbar-default { background-color: #2E2C2D; height: 80px; top: 0px; border: 0; border-bottom: 0px solid #242426; border-radius: 0; direction: rtl; }
.navbar-brand img { position: absolute; top: 0px; left: 0px; }
.navbar-default .navbar-nav > li > a { color: #FFFFFF; font-size: 14px; font-weight: 500; line-height: 64px; text-align: left; padding: 8px 10px 8px 10px; }
.navbar-default .navbar-nav > li > a:hover { background-color: #373737; color: #FFFFFF; }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active { background-color: #373737; color: #FFFFFF; }
/* full width dropdown-start */
.nav > li.dropdown_full.open { position: static; }
.nav > li.dropdown_full.open .dropdown_menu_full { background-color: rgba(0, 0, 0, 0.9); display:table; width: 100%; text-align: left; left:0; right:0; border: 0px; border-radius: 0px; }
.nav > li.dropdown_full.open .dropdown_menu_full > li { display: table-cell; line-height: 14px; }
/* full width dropdown-end */
.dropdown-menu > li a { background-color: transparent; color: #FFFFFF; text-decoration: none; display: block; padding: 10px 10px 10px 10px; }
.dropdown-menu > li a:hover, .dropdown-menu > li a:focus, .dropdown-menu > li a:active { background-color: #B7923F; color: #FFFFFF; text-decoration: none; display: block; }
.dropdown-menu > li a .kategori { font-size: 16px; font-weight: 700; }
.dropdown-menu > li a .urun_adi { font-size: 12px; font-weight: 600; }
.dropdown-menu > li a .urun_kodu { font-size: 10px; font-weight: 500; }

/* HOMEPAGE BODY STYLES */
/* section_1 */
#homepage_section_1 { background-color: #FFFFFF; width: 100%; height: auto; padding: 100px 0px 100px 0px; margin: 0px; position: relative; direction: rtl; }
#explication_homepage_section_1 { color: #7C7C7C; font-size: 22px; font-weight: 500; line-height: 26px; margin: 20px 0px 20px 0px; }
/* section_2 */
#homepage_section_2 { width: 100%; height: auto; padding: 100px 0px 100px 0px; margin: 0px; direction: rtl; }
#explication_homepage_section_2 { color: #FFFFFF; font-size: 22px; font-weight: 500; line-height: 26px; margin: 20px 0px 20px 0px; }
#explication_homepage_section_2_1 { color: #FFFFFF; font-size: 22px; font-weight: 500; line-height: 26px; text-align: center; margin: 20px 0px 20px 0px; }
#explication_homepage_section_2_2 { color: #FFFFFF; font-size: 14px; font-weight: 500; line-height: 20px; margin: 10px 0px 0px 0px; }
#explication_homepage_section_2_2 i { color: #E3CF65; }
#explication_homepage_section_2_2_adjust { margin-right: 0%; margin-left: 0%; }
#explication_homepage_section_2_2_adjust a { color: #FFFFFF; font-size: 14px; font-weight: 500; text-decoration: none; }
#explication_homepage_section_2_2_adjust a:hover, #explication_homepage_section_2_2_adjust a:focus, #explication_homepage_section_2_2_adjust a:active { color: #E3CF65; text-decoration: none; }
#explication_homepage_section_2_3 { width: 100%; text-align: center; margin-top: 40px; }
#explication_homepage_section_2_3 img { width: 40px; height: 43px; }
/* section_3 */
#homepage_section_3 { background-color: #FFFFFF; width: 100%; height: auto; padding: 100px 0px 80px 0px; margin: 0px; position: relative; direction: rtl; }
#explication_homepage_section_3 { color: #7C7C7C; font-size: 22px; font-weight: 500; line-height: 26px; margin: 20px 0px 20px 0px; }
#explication_homepage_section_3_1 { color: #7C7C7C; font-size: 14px; font-weight: 500; line-height: 20px; margin: 20px 0px 50px 0px; }
.homepage_section_3_social_share_box { width: 100%; text-align: center; padding: 0px 0px 0px 0px; margin: 20px 0px 40px 0px; z-index: 100; }
.homepage_section_3_social_share_box .fa-facebook { background-image: url(images/site_images/bg_menu_toggle.jpg); background-color: transparent; width: 50px; height: 50px; font-size: 24px; line-height: 49px; margin: 0px; position: relative; top: 0px; left: 0px; }
.homepage_section_3_social_share_box .fa-twitter { background-image: url(images/site_images/bg_menu_toggle.jpg); background-color: transparent; width: 50px; height: 50px; font-size: 24px; line-height: 49px; margin: 0px; position: relative; top: 0px; left: 0px; }
.homepage_section_3_social_share_box .fa-linkedin { background-image: url(images/site_images/bg_menu_toggle.jpg); background-color: transparent; width: 50px; height: 50px; font-size: 24px; line-height: 49px; margin: 0px; position: relative; top: 0px; left: 0px; }
.homepage_section_3_social_share_box span { width: 80px; height: 50px; font-size: 18px; line-height: 53px; margin: 0px; position: relative; top: -2px; left: 0px; display: inline-block; }
.homepage_section_3_social_share_box a { background-color: #454545; width: 100%; height: 100%; color: #FFFFFF; font-size: 14px; text-decoration: none; display: block; }
.homepage_section_3_social_share_box a:hover { background-color: #616161; color: #FFFFFF; font-size: 14px; text-decoration: none; display: block;  }

/* SUBPAGES GENERAL STYLES */
.responsive_bg_images { width: 100%; height: 350px; background-size: cover; margin-top: 0px; position: relative; line-height: auto; }
.subpage_title { width: 100%; height: 50px; bottom: 40px; position: absolute; line-height: auto; color: #FFFFFF; font-size: 56px; font-weight: 900; direction: rtl; }
.menu_yan_header { background-color: #4A4A4A; color: #E0C458; font-size: 18px; font-weight: 900; line-height: 18px; padding: 20px 10px 10px 10px; border-bottom: 1px #AEAEAE ridge; margin-bottom: 10px; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); direction: rtl; }
.gradient_gold { color: #D5AF47; }
.menu_yan > li { padding: 5px 10px 5px 10px; border-bottom: 1px #AEAEAE ridge; direction: rtl; }
.menu_yan > li a { color: #1A1A1A; }
.menu_yan > li:hover { background-color: #D5AF47; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.menu_yan > li.active { background-color: #D5AF47; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.menu_yan > li a .kategori { font-size: 14px; font-weight: 700; text-decoration: none; direction: rtl; }
.menu_yan > li a .urun_adi { font-size: 13px; font-weight: 500; text-decoration: none; direction: rtl; }
.menu_yan > li a:hover, .menu_yan > li a:focus, .menu_yan > li a:active { text-decoration: none; }

.subpages_header_1 { background-color: #4A4A4A; color: #E0C458; font-size: 18px; font-weight: 900; line-height: 18px; padding: 20px 10px 10px 10px; border-bottom: 1px #AEAEAE ridge; text-align: right; margin-bottom: 40px; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); direction: rtl; }
.subpage h1 { color: #5D5D5D; font-size: 28px; font-weight: 700; direction: rtl; }

.teknik_tablo { height: auto; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.teknik_tablo th, .teknik_tablo td { width: 17%; }
.teknik_tablo th:nth-child(1), .teknik_tablo td:nth-child(1) { width: 15%; }
.teknik_tablo th:nth-child(2), .teknik_tablo td:nth-child(2) { width: 15%; }
.teknik_tablo th:nth-child(3), .teknik_tablo td:nth-child(3) { width: 25%; }
.teknik_tablo th:nth-child(4), .teknik_tablo td:nth-child(4) { width: 15%; }
.teknik_tablo th:nth-child(5), .teknik_tablo td:nth-child(5) { width: 10%; }
.teknik_tablo th:nth-child(6), .teknik_tablo td:nth-child(6) { width: 20%; }

#section_1 { background-color: #FFFFFF; width: 100%; height: auto; padding: 0px 0px 0px 0px; margin: 0px; margin-bottom: 30px; position: relative; direction: rtl; }
#section_2 { background-color: #FFFFFF; width: 100%; height: auto; padding: 0px 0px 0px 0px; margin: 0px; position: relative; direction: rtl; }
#section_3 { background-color: #FFFFFF; width: 100%; height: auto; padding: 0px 0px 0px 0px; margin: 0px; position: relative; direction: rtl; }

/* FOOTER STYLES */
.footer { background-color: #1A1A1A; width: 100%; height: auto; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
.address_header { padding: 0px 0px 0px 0px; margin: 30px 50px 20px 50px; border-bottom: 1px solid #797979; }
.address_header img { padding: 0px; margin-bottom: 5px; display: inline; }
#address_header_h1 { color: #FFFFFF; font-size: 36px; font-weight: 700; padding: 0px; margin: 0px; position: relative; top: 10px; display: inline; }
.address { color: #FFFFFF; font-size: 14px; padding: 0px 0px 0px 0px; margin: 0px 50px 0px 50px; }
.footer_social { margin-top: 20px; margin-right: 50px; margin-left: 45px; }
.footer_social a { width: 40px; height: 40px; font-size: 20px; color: #2A2A2A; text-align: center; background-image:url(images/site_images/bg_menu_toggle.jpg); display: inline-block; margin-bottom: 10px; margin-left: 3px; padding-top: 5px; border: 1px solid #E3CF65; }
.footer_social a:hover { background-color: #5C5C5C; color: #FFFFFF; text-decoration: none; border-color: #6E6E6E; }
.footer_map { background-color: #9F9F9F; width: 100%; padding: 0px 0px 0px 0px; -webkit-filter: grayscale(100%) brightness(80%); -moz-filter: grayscale(100%) brightness(80%); -ms-filter: grayscale(100%) brightness(80%); -o-filter: grayscale(100%) brightness(80%); filter: grayscale(100%) brightness(80%); }
.footer_map iframe { width: 100%; height: 500px; border: 0px; }
.footer-small { background-color: #000000; width: 100%; height: 40px; }
.copyright { color: #FFFFFF; font-size: 14px; line-height: 40px; text-align: left; }
.design { color: #FFFFFF; text-align: right; }
.design a { color: #FFFFFF; font-size: 14px; text-decoration: none; line-height: 40px; }
.design a:hover { color: #FFFFFF; text-decoration: underline; }
.design a:active { color: #FFFFFF; text-decoration: underline; }
/* BACK TO TOP STYLES */
#back-to-top { display: none; position: fixed; bottom: 30px; right: 30px; height: 40px; width: 40px; cursor: pointer; background: #DEC761; line-height: 1em; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-image: url(images/site_images/triangle.png); background-position: 12px 16px; background-repeat:no-repeat; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.5; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
#back-to-top:hover { background-color: #DEC761; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

@media only screen and (max-width: 767px) {
/* GENERAL STYLES */
body { color: #5D5D5D; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 500; margin: 0; padding: 0; overflow-x: hidden; }
.item_aligned_special .header_logo { width: 260px; height: 67px; }
.space_body_top { width: 100%; height: 100px; }
.space_body_bottom { width: 100%; height: 20px; }
.space_subpage_body_top { width: 100%; height: 100px; }
.space_subpage_body_bottom { width: 100%; height: 100px; }

/* HEADER STYLES */
.header { width: 100%; height: 58px; border-bottom: 0px solid #E7E7E7; position: fixed; top: 0; left: 0; z-index: 999; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }

/* NAVIGATION CUSTOM STYLES */
.language { width: 100%; height: 40px; color: #E3CF65; line-height: 40px; text-align: left; padding-left: 15px; }
.language a, .language a:hover, .language a:focus, .language a:active { color: #E3CF65; text-decoration: none; }
.menu_xs_logo img { width: 210px; height: 52px; position: absolute; top: 5px; left: -5px; z-index: 9999; }
.nav.navbar-nav {  max-height: 300px; overflow-y: scroll; }
.dropdown-menu > li a .kategori { font-size: 14px; font-weight: 700; }
.dropdown-menu > li a .urun_adi { font-size: 10px; font-weight: 600; }
.dropdown-menu > li a .urun_kodu { font-size: 10px; font-weight: 500; }

/* HOMEPAGE BODY STYLES */
/* section_1 */
#homepage_section_1 { background-color: #FFFFFF; width: 100%; height: auto; padding: 100px 0px 100px 0px; margin: 0px; position: relative; }
/* section_2 */
#homepage_section_2 { width: 100%; height: auto; padding: 100px 0px 100px 0px; margin: 0px; }
#explication_homepage_section_2_2 { color: #FFFFFF; font-size: 14px; font-weight: 500; line-height: 20px; text-align: center; margin: 10px 0px 0px 0px; }
#explication_homepage_section_2_3 { width: 100%; text-align: center; margin-top: 40px; }
#explication_homepage_section_2_3 img { width: 40px; height: 43px; }
/* section_3 */
#homepage_section_3 { background-color: #FFFFFF; width: 100%; height: auto; padding: 100px 0px 80px 0px; margin: 0px; position: relative; }

/* SUBPAGES GENERAL STYLES */
.responsive_bg_images { width: 100%; height: 350px; background-size: cover; margin-top: 0px; position: relative; line-height: auto; }
.subpage_title { width: 100%; height: 50px; bottom: 40px; position: absolute; line-height: auto; color: #FFFFFF; font-size: 56px; font-weight: 900; }
.menu_yan_header { background-color: #4A4A4A; color: #E0C458; font-size: 18px; font-weight: 900; line-height: 18px; padding: 20px 10px 10px 10px; border-bottom: 1px #AEAEAE ridge; margin-bottom: 10px; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.gradient_gold { color: #D5AF47; }
.menu_yan > li { padding: 5px 10px 5px 10px; border-bottom: 1px #AEAEAE ridge; }
.menu_yan > li a { color: #1A1A1A; }
.menu_yan > li:hover { background-color: #D5AF47; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.menu_yan > li.active { background-color: #D5AF47; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.menu_yan > li a .kategori { font-size: 14px; font-weight: 700; text-decoration: none; }
.menu_yan > li a .urun_adi { font-size: 13px; font-weight: 500; text-decoration: none; }
.menu_yan > li a:hover, .menu_yan > li a:focus, .menu_yan > li a:active { text-decoration: none; }

.subpages_header_1 { background-color: #4A4A4A; color: #E0C458; font-size: 18px; font-weight: 900; line-height: 18px; padding: 20px 10px 10px 10px; border-bottom: 1px #AEAEAE ridge; text-align: right; margin-bottom: 40px; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.subpage h1 { color: #5D5D5D; font-size: 28px; font-weight: 700; }

.teknik_tablo { height: auto; -webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); -moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); box-shadow: 3px 3px 10px -1px rgba(0,0,0,1); }
.teknik_tablo th, .teknik_tablo td { width: 17%; }
.teknik_tablo th:nth-child(1), .teknik_tablo td:nth-child(1) { width: 15%; }
.teknik_tablo th:nth-child(2), .teknik_tablo td:nth-child(2) { width: 15%; }
.teknik_tablo th:nth-child(3), .teknik_tablo td:nth-child(3) { width: 25%; }
.teknik_tablo th:nth-child(4), .teknik_tablo td:nth-child(4) { width: 15%; }
.teknik_tablo th:nth-child(5), .teknik_tablo td:nth-child(5) { width: 10%; }
.teknik_tablo th:nth-child(6), .teknik_tablo td:nth-child(6) { width: 20%; }

#section_1 { background-color: #FFFFFF; width: 100%; height: auto; padding: 0px 0px 0px 0px; margin: 0px; margin-bottom: 30px; position: relative; }
#section_2 { background-color: #FFFFFF; width: 100%; height: auto; padding: 0px 0px 0px 0px; margin: 0px; position: relative; }
#section_3 { background-color: #FFFFFF; width: 100%; height: auto; padding: 0px 0px 0px 0px; margin: 0px; position: relative; }

/* FOOTER STYLES */
.footer { background-color: #1A1A1A; width: 100%; height: auto; padding: 50px 0px 0px 0px; margin: 0px 0px 0px 0px; }
.address_header { text-align: center; padding: 0px 0px 0px 0px; margin: 30px 20px 20px 20px; border-bottom: 1px solid #797979; }
.address_header img { width: 240px; height: 62px; padding: 0px; margin-bottom: 5px; display: inline; }
.address { color: #FFFFFF; font-size: 14px; padding: 0px 0px 0px 0px; margin: 0px 20px 0px 20px; }
.footer_social { margin-top: 20px; margin-right: 20px; margin-left: 20px; }
.footer-small { background-color: #000000; width: 100%; height: 80px; }
.copyright { color: #FFFFFF; font-size: 14px; line-height: 40px; text-align: center; }
.design { color: #FFFFFF; text-align:  center; }
.design a { color: #FFFFFF; font-size: 14px; text-decoration: none; line-height: 40px; }
.design a:hover { color: #FFFFFF; text-decoration: underline; }
.design a:active { color: #FFFFFF; text-decoration: underline; }
/* BACK TO TOP STYLES */
#back-to-top { display: none; position: fixed; bottom: 10px; right: 10px; height: 40px; width: 40px; cursor: pointer; background: #DEC761; line-height: 1em; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-image: url(images/site_images/triangle.png); background-position: 12px 16px; background-repeat:no-repeat; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.5; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
#back-to-top:hover { background-color: #DEC761; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
}









































