style.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. /*
  2. Zerotheme.com | Free Html5 Responsive Templates
  3. Author URI: https://www.zerotheme.com/
  4. */
  5. @import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);
  6. /* ---------------------------------------------------------------------------- */
  7. /* ------------------------------------Reset----------------------------------- */
  8. /* ---------------------------------------------------------------------------- */
  9. a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
  10. article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
  11. mark, rp, rt, ruby, summary, time {display:inline;}
  12. input, textarea {border:0; padding:0; margin:0; outline: 0;}
  13. iframe {border:0; margin:0; padding:0;}
  14. input, textarea, select {margin:0; padding:0px;}
  15. /* ---------------------------------------------------------------------------- */
  16. /* ---------------------------------------------------------------------------- */
  17. /* ---------------------------------------------------------------------------- */
  18. * {
  19. -webkit-box-sizing: border-box;
  20. -moz-box-sizing: border-box;
  21. box-sizing: border-box;
  22. }
  23. ::-moz-selection{background: #C4A648 none repeat scroll 0 0;color: #fff;text-shadow:none}
  24. ::selection{background: #C4A648 none repeat scroll 0 0;color: #fff;text-shadow:none}
  25. /* ---------------------------------------------------------------------------- */
  26. /* ---------------------------------------------------------------------------- */
  27. /* ---------------------------------------------------------------------------- */
  28. html { -webkit-text-size-adjust: none;}
  29. .video embed,.video object,.video iframe { width: 100%;  height: auto;}
  30. img{max-width:100%; height: auto;width: auto\9; /* ie8 */}
  31. a{color: #C4A648;text-decoration: none;-moz-transition: 0.3s;
  32. -ms-transition: 0.3s;
  33. -o-transition: 0.3s;
  34. transition-duration: 0.3s;}
  35. a:hover {color: #C4A648;}
  36. h1, h2 {font-size: 25px;line-height: 25px;}
  37. h3, h4 {font-size: 20px;line-height: 20px;}
  38. h5, h6 {font-size: 16px;line-height: 16px;}
  39. h1,h2,h3,h4,h5,h6{font-family: "Merriweather",serif;letter-spacing: 1px;font-weight: 700;line-height:1.2;}
  40. p{margin: 10px 0;color: #777;}
  41. .t-center{text-align: center;}
  42. .t-left{text-align: left;}
  43. .t-right{text-align: right;}
  44. .f-right{float: right;}
  45. .f-left{float: left;}
  46. .post{}
  47. .post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
  48. .clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
  49. .clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
  50. .list-inline li{display: inline-block;}
  51. /* --Line-- */
  52. hr{ margin: 20px auto 0; padding: 0; max-width: 210px;border: 0; border-top: double 4px;text-align: center;display: block; line-height: 1px; height: auto;-webkit-box-sizing: content-box;
  53. -moz-box-sizing: content-box;
  54. -ms-box-sizing: content-box;
  55. -o-box-sizing: content-box;
  56. box-sizing: content-box;}
  57. hr.line01:after,
  58. hr.line02:after,
  59. hr.line03:after{content: url(../images/rose.png);display: inline-block;position: relative;top: -12px;padding: 0 10px;}
  60. hr.line01 {border-color: #111;}
  61. hr.line01:after {color: #111;background-color: #F7F7F7;}
  62. hr.line02 {border-color: #111;}
  63. hr.line02:after {color: #111;background-color: #ffffff;}
  64. hr.line03 {border-color: #fff;}
  65. hr.line03:after {color: #fff;background-color: #303231;}
  66. /* ---------------------------------------------------------------------------- */
  67. /* ------------------------------------Html-Body------------------------------- */
  68. /* ---------------------------------------------------------------------------- */
  69. html, body {height: 100%;width:100%; padding:0; margin:0;}
  70. body {background: #fff;color: #3F3F3F;font: 14px/25px Arial;font-family: "Merriweather",serif; font-weight: 400;}
  71. body .wrap-body{}
  72. /* ---------------------------------------------------------------------------- */
  73. /* -------------------------------------Header--------------------------------- */
  74. /* ---------------------------------------------------------------------------- */
  75. header{}
  76. header .wrap-header{}
  77. header .main-header{text-align: center;padding: 70px 0;background:#F7F7F7;}
  78. header .contact-info{padding: 0 46px 0 0;color: #acb4b6;display: inline-block;font-size: 12px;line-height: 20px;position: relative;}
  79. header .contact-info::before {font-size: 23px;height: 30px;line-height: 30px;width: 30px;color: #C4A648;font-family: "FontAwesome";margin: 0;padding: 10px;position: absolute;text-align: center;top: 0;border: 1px solid #ccc;border-radius: 50%;}
  80. .left.contact-info::before{content: "\f017";right: 0;}
  81. .right.contact-info::before{content: "\f095";left: 0;}
  82. .left.contact-info{padding: 5px 70px 0 0;text-align: right;}
  83. .right.contact-info{padding: 5px 0 0 70px;text-align: left;}
  84. header #logo{}
  85. @media screen and (max-width:767px){
  86. header .main-header{padding-top: 50px;}
  87. header #logo{margin: 20px 0;}
  88. }
  89. /* ---------------------------------------------------------------------------- */
  90. /* -------------------------------------Container------------------------------ */
  91. /* ---------------------------------------------------------------------------- */
  92. #container {}
  93. #container .wrap-container{background: #ffffff;}
  94. /* ---content-box--- */
  95. .content-box {}
  96. .content-box .wrap-box {padding:80px 10px; position: relative;}
  97. .content-box .header {text-align: center; margin: 20px 0 70px;}
  98. .content-box .header h2{font-size: 37px;font-weight: bold;line-height: 1.2;color: #111;}
  99. .content-box .header .wrapper{padding: 5px; display: inline-block;}
  100. .content-box .header .intro {color: #C4A648;font-size: 15px;font-style: italic;font-family: "Merriweather",serif; font-weight: bold;}
  101. .content-box.boxstyle-1{background:#fff; color: #333;}
  102. .content-box.boxstyle-2{background:#F7F7F7;}
  103. .content-box.boxstyle-3{background: #222 url(../images/bg3.jpg) fixed;color: #fff;}
  104. .content-box.box-1 {}
  105. .content-box.box-1 h1{font-size: 38px;color: #333;line-height: 1.2;margin-bottom: 30px;}
  106. .content-box.box-1 span{color: #C4A648;font-size: 52px;}
  107. .content-box.box-1 .lead {font-size: 21px;color: #555;}
  108. .content-box.box-2 .wrap-box {padding:80px 0;}
  109. .content-box.box-2 .post{text-align: center;margin: 20px inherit; }
  110. .content-box.box-2 img{}
  111. .content-box.box-3 {}
  112. .content-box.box-3 .project-category {font-size: 16px !important;}
  113. .content-box.box-3 .project-name {font-size: 13px !important;}
  114. .content-box.box-3 .project-name h4{font-size: 40px;margin-bottom: 5px;line-height: 1.2;}
  115. .content-box.box-3 .portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-category,
  116. .content-box.box-3 .portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-name
  117. {display: block !important;}
  118. .content-box.box-4 {text-align: center;}
  119. .content-box.box-4 .item{}
  120. .content-box.box-4 .item .item-content{padding: 20px;}
  121. .content-box.box-4 .item h3 a{font-size: 20px;font-weight: bold;color: #111;}
  122. .content-box.box-4 .item h3 a:hover{color: #C4A648;}
  123. .content-box.box-4 .item span{font-weight: bold;color: #C4A648;margin-top: 10px;display: block;}
  124. .content-box.box-4 .project-social i.fa{font-size: 91px;}
  125. .content-box.box-4 .project-social ul li{margin: 10px 2px 0;}
  126. .content-box.box-4 .project-social ul li a{display: block;width: 40px;height: 40px;padding-top: 12px;}
  127. .content-box.box-5 {text-align: center;}
  128. .content-box.box-5 .header h2{color: #fff;}
  129. .content-box.box-5 .item{}
  130. .content-box.box-5 .item .item-content{padding: 20px 10px;}
  131. .content-box.box-5 h3 a{color: #fff;font-size: 18px;}
  132. .content-box.box-5 h3 a:hover{color: #C4A648;}
  133. .content-box.box-5 i.fa{line-height: 1.6;margin: 0 3px;}
  134. .content-box.box-5 span{font-size: 15px;display: block;margin-top: 10px;color: #ccc;}
  135. .content-box.box-5 .testimonials-item{max-width: 600px;margin: auto;border: 1px solid #C4A648;padding: 30px;}
  136. .content-box.box-5 .testimonials-item img{max-width: 130px;margin-bottom: 15px;border-radius: 50%;}
  137. .content-box.box-5 .testimonials-item h5{margin-top: 30px;}
  138. .content-box.box-5 .testimonials-item p{color: #ccc;}
  139. #owl-testimonials{margin-top: 50px;}
  140. .content-box.box-6 {text-align: center;}
  141. .content-box.box-6 .wrap-box{padding: 30px 10px;}
  142. .content-box.box-6 h3{color: #000;}
  143. .content-box.box-6 p{font-size: 15px;}
  144. .content-box.box-6 i.fa{font-size: 28px; height: 70px; width: 70px; background: #C4A648; color: #fff;border-radius: 50%;margin-bottom: 30px;padding-top: 22px;}
  145. /* ---MainContent-Article--- */
  146. #main-content{margin: 40px 0;}
  147. #main-content .wrap-content{padding: 0 30px 20px;border-right: 1px solid #ddd;}
  148. #main-content .wrap-content h3{margin-bottom: 10px;}
  149. #main-content .wrap-map{background: #fff;padding: 5px;border: 1px solid #bbb;max-width: 520px;}
  150. article{display: inline-block;border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px;}
  151. article:last-child{border-bottom: none;padding-bottom: 0;}
  152. article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
  153. article .art-header{margin-bottom: 20px;}
  154. article .art-header h3{font-size: 28px;color: #111;}
  155. article .art-content a{ color: #FE9B13;font-weight: bold;}
  156. article .art-content a:hover{ color: #000;}
  157. article .art-content blockquote {border-left: 3px solid #1c7791;font-size: 18px;margin: 0 50px;font-style: italic;color: #666;padding-left: 20px;}
  158. article .art-content ol {float: left;text-align: justify;margin: 10px 50px;font-size: 16px;list-style-type: circle;}
  159. article .entry-title {margin: 10px 0;}
  160. article .entry-title h2{font-size: 38px;}
  161. article .info a{}
  162. article .info i.fa{line-height: 1.6;margin: 0 3px;}
  163. article .info{display: block;margin-top: 10px;font-size: 15px;}
  164. article img{display: block;width: 100%;margin-top: 10px;}
  165. /* ---Sidebar-Widget--- */
  166. #sidebar{margin-top: 40px;}
  167. #sidebar .wrap-sidebar{margin: 0px 10px ;}
  168. .widget {padding: 5px 25px 10px;}
  169. .widget ul li { line-height: 2.8;border-bottom: 2px solid #DDD;}
  170. .widget:after, .widget:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
  171. .widget .wid-header {}
  172. .widget .wid-header h5 {display: inline-block;margin: 10px 0 15px;font-size: 23px;}
  173. .widget .wid-content{padding: 0 0 25px;border-bottom: 1px solid #ddd;}
  174. .widget.wid-about {}
  175. .widget.wid-tag {}
  176. .widget.wid-tag a{color: #fff; background: #C4A648; padding: 5px 10px;line-height: 2.3;font-size: 14px;text-transform: capitalize;margin-right: 1px;}
  177. .widget.wid-tag a:hover{background: #222;}
  178. .widget.wid-gallery {}
  179. .widget.wid-gallery img{margin: 0 10px 10px 0; max-width: 150px;}
  180. .widget.wid-gallery .wid-content{border-bottom: none;}
  181. .widget.wid-archive {}
  182. .widget.wid-archive select {margin: 5px 0;height: 40px;width: 100%;padding-left: 10px;font-family: "Noto Serif",serif;font-size: 16px; background-color: #e9e9e9;color: #777777;border: none;}
  183. .widget.wid-related {background-color: #fff;}
  184. .widget.wid-related .wid-content{border-bottom: none;}
  185. .widget.wid-related img{ max-width: 243px; width: 100%;}
  186. .widget.wid-related h4{margin-top: 10px;font-size: 16px;}
  187. .widget.wid-related a{color: #333;}
  188. /* ---------------------------------------------------------------------------- */
  189. /* -------------------------------------Footer--------------------------------- */
  190. /* ---------------------------------------------------------------------------- */
  191. footer{background: #F8F8F8;font-size: 14px;}
  192. .widget-title{text-transform: capitalize;margin-bottom: 30px;}
  193. footer .wrap-footer{padding: 50px 60px 60px;}
  194. footer .wrap-footer ul li {margin-bottom: 5px;padding: 10px 0 15px;}
  195. footer .logo img{max-width: 170px;margin-top: 30px;}
  196. footer .col-footer-1 {}
  197. footer .col-footer-2{}
  198. footer .col-footer-2 ul {padding: 0;}
  199. footer .col-footer-2 ul li {list-style: none;margin-bottom: 5px; border-bottom: 1px solid #777;}
  200. footer .col-footer-2 ul li:first-child{padding-top: 0;}
  201. footer .col-footer-2 ul li:last-child{border-bottom: none;}
  202. footer .col-footer-2 ul li a{color: #777;font-size: 12px;}
  203. footer .col-footer-2 ul li a:hover{color: #C4A648;}
  204. footer .col-footer-3 input[type="text"]{ outline: medium none;color: #999999;display: block;font-size: 14px;height: 40px;line-height: 1.2;margin: 10px 0;padding: 5px 10px 0;width: 100%;background-color: transparent;border: 2px solid #999;}
  205. .copyright{background: #f1f1f1;color: #777;}
  206. .copyright .wrapper{padding: 20px;}
  207. .copyright ul.quick-link{float: right;}
  208. .copyright ul.quick-link li {display: inline-block;margin-right: 10px;}
  209. .copyright a{}
  210. @media all and (max-width: 768px){
  211. .copyright{text-align: center;}
  212. .copyright ul.quick-link{float: none;margin-top: 10px;}
  213. }
  214. /* ---------------------------------------------------------------------------- */
  215. /* -------------------------------------Contact-------------------------------- */
  216. /* ---------------------------------------------------------------------------- */
  217. .contact h3{margin-left: 30px;}
  218. #contact_form {padding:0px 25px;}
  219. #ff label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}
  220. #ff input[type="text"]{display:block;width:100%;color:#111;background-color:#F3F3F3;border:1px solid #ccc;padding:13px;margin: 5px 0 25px 0;font-size: 16px;max-height: 45px;}
  221. textarea {display:block;width:100%;height:200px;background-color:#F3F3F3; color:#111;border:1px solid #ccc;padding:10px;margin: 5px 0 25px 0;}
  222. /* ---------------------------------------------------------------------------- */
  223. /* -------------------------------------Button--------------------------------- */
  224. /* ---------------------------------------------------------------------------- */
  225. .button{
  226. cursor: pointer;
  227. font-size: 13px;
  228. border:1px solid #ffffff;
  229. display: inline-block;
  230. text-decoration: none;
  231. margin: 5px 0;
  232. color: #fff;
  233. padding: 10px 15px;
  234. -webkit-transition: all .35s;
  235. -moz-transition: all .35s;
  236. transition: all .35s;
  237. }
  238. .button:hover{text-decoration: none; background: #303030;}
  239. .button.bt1 {background: #C4A648;color: #ffffff;padding: 10px 35px;text-align: center;border:2px solid #C4A648;font-weight: bold; font-size: 15px;border-radius: 30px;}
  240. .button.bt1:hover{background: transparent;color: #C4A648;}
  241. .button-subcribe{background-color: #C4A648;color: #fff;font-weight: bold;}
  242. .button-subcribe:hover{background-color: #333;}
  243. /* ---------------------------------------------------------------------------- */
  244. /* ------------------------------Portfolio Box--------------------------------- */
  245. /* ---------------------------------------------------------------------------- */
  246. .portfolio-box {display: block;position: relative;margin: auto;overflow: hidden;}
  247. .portfolio-box:before{z-index:1;content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-top:1px solid #C4A648;border-bottom:1px solid #C4A648;transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
  248. .portfolio-box:after{z-index:1;content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-left:1px solid #C4A648;border-right:1px solid #C4A648;transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
  249. .portfolio-box:hover:before{transform:scale(0,1);-moz-transform:scale(0,1);-webkit-transform:scale(0,1);-ms-transform:scale(0,1)}
  250. .portfolio-box:hover:after {transform:scale(1,0);-moz-transform:scale(1,0);-webkit-transform:scale(1,0);-ms-transform:scale(1,0)}
  251. /****** Zoom Effect ******/
  252. .portfolio-box.zoom-effect .portfolio-box-caption{background: rgba(0, 0, 0,.3);}
  253. .portfolio-box.zoom-effect img{-webkit-filter: grayscale(100%);filter: grayscale(100%);-webkit-transition: 0.5s ease;transition: 0.5s ease;}
  254. .portfolio-box:hover.zoom-effect img{-webkit-filter: grayscale(0);filter: grayscale(0);-webkit-transform:scale(1.1); /* Safari and Chrome */-moz-transform:scale(1.1); /* Firefox */-ms-transform:scale(1.1); /* IE 9 */-o-transform:scale(1.1); /* Opera */transform:scale(1.1);}
  255. .portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;color: #fff;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
  256. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}
  257. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social,
  258. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
  259. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {padding: 0 15px;text-transform: uppercase;font-weight: 600;letter-spacing: 2px;text-shadow: 2px 2px #111;}
  260. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {font-size: 13px;color: #C4A648;margin-bottom: 10px;}
  261. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {font-size: 16px;margin-bottom: 3px;}
  262. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social{transition: all 1s ease;opacity: 0; height: 0;overflow: hidden;}
  263. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social i.fa{font-size: 25px;}
  264. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social ul li{margin: 20px 5px 0;}
  265. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social ul li a{display: block;width: 48px;height: 48px;color: #C4A648;background: #fff;transition-duration: 0.3s;padding-top: 12px;border-radius: 50%;text-shadow: none;}
  266. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social ul li a:hover{color: #fff;background-color: #C4A648;}
  267. .portfolio-box:hover .portfolio-box-caption {opacity: 1;background: none;}
  268. .portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-social{opacity: 1;height: auto;}
  269. .portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-category,
  270. .portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-name
  271. {display: none;}
  272. @media(min-width:768px) {
  273. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  274. font-size: 15px;
  275. }
  276. .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  277. font-size: 19px;
  278. }
  279. }
  280. /* ---------------------------------------------------------------------------- */
  281. /* ------------------------------------Crumbs---------------------------------- */
  282. /* ---------------------------------------------------------------------------- */
  283. .crumbs {-webkit-box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);-moz-box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);padding:15px 0 15px 30px;margin: 60px 0 40px;}
  284. .crumbs ul {list-style: none;display: inline-table;}
  285. .crumbs ul li {display: inline;}
  286. .crumbs ul li a {display: block;float: left;background: #C4A648;text-align: center;padding: 7px 30px 8px 40px;position: relative;margin: 0 20px 0 0; font-size: 16px;text-decoration: none;color: #fff;}
  287. .crumbs ul li a:after {content: ""; border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 20px solid #C4A648;position: absolute; right: -20px; top: 0;z-index: 1;-webkit-transition: border 0.3s, -webkit-transform 0.3s;-moz-transition: border 0.3s, -moz-transform 0.3s;-o-transition: border 0.3s, -o-transform 0.3s;transition: border 0.3s, transform 0.3s;}
  288. .crumbs ul li a:before {content: ""; border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 20px solid #fff;position: absolute; left: 0; top: 0;}
  289. .crumbs ul li:first-child a {border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
  290. .crumbs ul li:first-child a:before {display: none; }
  291. .crumbs ul li:last-child a {padding-right: 40px;padding-left: 50px;border-top-right-radius: 6px; border-bottom-right-radius: 6px;}
  292. .crumbs ul li:last-child a:after {display: none; }
  293. .crumbs ul li a:hover {background: #222;color: #fff;}
  294. .crumbs ul li a:hover:after {border-left-color: #222;}
  295. .crumbs ul li a:hover:after {border-left-color: #222;}
  296. /* ---------------------------------------------------------------------------- */
  297. /* ----------------------------------Carousel---------------------------------- */
  298. /* ---------------------------------------------------------------------------- */
  299. .owl-controls .owl-buttons div {position: absolute;color:black;opacity: 0.7;}
  300. .owl-carousel:hover .owl-buttons div {color:black;}
  301. .owl-controls .owl-buttons .owl-prev {left: 10px;top: 50%;}
  302. .owl-controls .owl-buttons .owl-next {right: 10px;top: 50%;}
  303. .owl-carousel{margin-bottom: 20px;}
  304. .owl-carousel .owl-buttons div i {font-size: 40px;margin: -20px 0 0;}
  305. .owl-carousel .item{position: relative;}
  306. .carousel-caption {position: absolute;top: 50%;transform: translateY(-50%);bottom: auto;padding: 0;text-align: center;width: 100%;left: auto;right: auto;text-shadow: none;}
  307. .carousel-caption-title {margin: 0;padding: 0;}
  308. .carousel-caption-title a {font-size: 18px;font-size: 1.125em;font-family: 'Cabin', Helvetica, sans-serif;text-transform: uppercase;letter-spacing: 2px;color: #373735;}
  309. .carousel-caption-title {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  310. .carousel-caption-title a:hover {color: #628d7c;}
  311. .carousel-caption-category {margin: 0;padding: 0;}
  312. .carousel-caption-category a {color: #aaaaaa;font-size: 14px;font-size: 0.875em;letter-spacing: .5px;text-transform: lowercase;}
  313. .carousel-caption-category a:hover {color: #628d7c;}
  314. .carousel-caption-inner {background: #fff;padding: 30px 40px;max-width: 80%;margin: 0 auto;display: inline-block;}
  315. .logot {
  316. max-width: 100%;
  317. height: 120px;
  318. padding-bottom: 20px;
  319. margin-top: -20px;
  320. position: inherit;
  321. }