/* ==========================
Template Name: Iodium
Template URI: http://rudhisasmito.com/demo/iodium/index.html
Author: Rudhi Sasmito
Created: June 20, 2015
Version: 1.0

==============================================
CSS Style Structure
1. Reset CSS
2. General
3. Navbar/Navigation
4. Banner Rotator
5. About Section
6. Services Section
7. Skill Section
8. Work Section
9. Stats Section
10. Team Section
11. News Section
12. Element Section
13. Pricing Section
14. Testimonials Section
15. Contact Section
16. Back To Top Section
17. Theme Panel Section
18. 404 Page

============================= */

/* ==========================
1. Reset CSS
============================= */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center { text-align: center !important; }
.text-align-left { text-align: left !important; }
.text-align-right { text-align: right !important; }
	


/* ==========================
1. General
============================= */
body{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:22px;
	color:#666;
}
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url("AjaxLoader.gif");
    background-position: center;
    background-repeat: no-repeat;
}
.section{
	padding:50px 0;
}
.p-relative{position:relative;}
.title{
	margin:40px 0 40px 0;
	padding:0;
}
.title .lead{
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
	font-weight:900;
	font-size: 20px;
	font-style:italic;
}
.title .sublead{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 35px;
	color:#e6007e;
	margin:0;
	padding:0;
    text-transform: uppercase;
}
a {
	color: #e6007e;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #e6007e;
	text-decoration: underline;
}
.h1, h1 {
	font-size: 36px;
}
.h2, h2 {
	font-size: 30px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 14px;
}
.h6, h6 {
	font-size: 12px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.single-header {
	padding: 20px 0;
	background: #3262A1;
	color: #ffffff;
}
.single-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    margin-top: 60px;
	color:#fff
}
.single-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
.single-header .breadcrumb > li a { 
	color: #e6007e 
}
.breadcrumb > .active {
	color: #fff;
}
.pagination > li > a,
.pagination > li > span {
	color: #e6007e;
	margin-left: 6px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #e6007e;
	border-color: #e6007e;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #e6007e;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.btn-primary{
	color: #fff;
	background-color: #e6007e;
	border-color: #e6007e;
	padding:10px 30px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #CD3058;
	border-color: #CD3058;
}

/* ==============================
3. Navbar/Navigation
 ================================*/
.navbar-brand {
	padding: 0!important;
	display: block;
	width: 215px;
	height: 65px;
	/*background: url('../images/logo.png') no-repeat left top;*/
}
.main-menu{
	background-color: #fff;
	border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.main-menu.tiny .navbar-brand {
	background-position: 0px -65px;
	height: 50px;
}
.main-menu.tiny {
	padding-top: 0px;
	padding-bottom: 0px;
	position:fixed;
	top:0;left:0;right:0;z-index:300;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.main-menu.tiny .navbar-top {
	display:none;
}
.navbar > .container .navbar-brand{  
	margin-right: 0px;
	margin-left: 0px;
}
.navbar-nav > li > a {
	padding: 25px 13px 25px 13px;
}
.main-menu.tiny .navbar-nav > li > a {
	padding: 15px 13px 15px 13px;
}
.main-menu .navbar-nav > li  a {
	font-size:15px;
	line-height:22px;
}
.main-menu .navbar-nav > li > a {
	font-size:14px;
	line-height:22px;
	color:#666;
	border-bottom: 6px solid transparent;
    text-transform: uppercase;
}
.main-menu .navbar-nav > li > a:hover {
	color:#e6007e;
}
.main-menu .navbar-nav > .active > a, .main-menu .navbar-nav > .active > a:hover, .main-menu .main-menu > .active > a:focus {
	color: #e6007e;
	background-color:transparent;
	border-bottom:6px solid #e6007e;
}
.main-menu .navbar-nav > li:first-child.active  > a{
	color: #666;
	background-color:transparent;
	border-bottom:6px solid transparent;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: none;
}
.main-menu > .container .navbar-brand {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
.main-menu.tiny > .container .navbar-brand {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 4px;
	width: 70px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #e6007e;
	background-color: transparent;
}
.dropdown-menu > li > a {
	padding: 6px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #e6007e;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #e6007e;
	outline: 0;
}
.search-nav{
	min-width: 250px;
}
.search-nav form{
	margin-left: 20px;
}
.search-nav .btn-default{
	background: #f00;
	color: #fff;
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #EB3664;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff;
  border-color: #e6007e;
}

/* ==========================
4. Banner Rotator
============================= */
.section.banner{
	padding:0 0;
}
.banner{}
#slides .slide-caption {
	padding: 10px 20px;
	position: relative;
	text-align: left;
	max-width: 100%;
	z-index: 3;
	margin-top:20%;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #slides .slide-caption {
		margin-top:120px;
	}	/* IE11 */
}
.banner .wrap-title{
	margin-top:0%;
}
.banner a{
	text-decoration:none;
}
.banner h1{
	min-width: 470px;
	width: 520px;
	border-style: none;
	border-color: transparent;
	background-color: rgba(0, 0, 0, .7);
	color:#fff;
	display: block;
	padding: 15px 20px;
	font-size:35px;
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-decoration:none;
	line-height: 30px;
}
.banner h1:hover {
	color:#e6007e;
}
.banner p{
	min-width: 470px;
	border-style: none;
	 display: inline-block;
	border-color: transparent;
	background-color: rgba(224, 53, 97, 0.7);
	color:#fff;
	font-size:18px;
	padding: 15px 20px;
	float:left;
	width:610px;
}
.slides-pagination a {
	border: 0;
	width: 15px;
	height: 15px;
	background: #fff;
	text-indent: -200%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	behavior:url(border-radius.htc);
}
.slides-pagination a.current {
	background: #e6007e;
}
.slides-pagination {
	margin-bottom: 30px;
}

/* ==========================
5. About Section
============================= */
.about{
}
.about-item{
text-align:center;
margin-bottom: 50px;
margin-top: 20px;
padding:40px 0;
background:#fff;
border:1px solid transparent;
}
xxx.about-item:hover{
background:#FFF6F9;
border:1px solid #ccc;
}
.about-item .fa{
	font-size:60px;
}
.about-item:hover .fa{
	color:#e6007e;
}
.about-item .ket{
	padding:0 10px;
    
}
.about-item .ket p{
    text-align: left;    
}

.about-item .ket a.cta_wycen{
    display: none;
}
.about-item h1, 
.about-item h2, 
.about-item h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color:#333;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.about-item a {
	color:#e6007e;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.about-item a:hover {
  text-decoration:underline;
}
.about p{
	min-height: 130px;
}




/* ==========================
6. Services Section
============================= */
.services{
	background-color: #F8F8F8;
}
.service-item{
	margin-bottom: 50px;
	margin-top: 20px;
}
.service-item .icon{
	background-color:#e6007e;
	display:inline-block;
	padding:10px;
}
.service-item .fa{
	font-size:60px;
	color:#fff;
}
.service-item .ket{
	padding:0 0px;
}
.service-item h1, 
.service-item h2, 
.service-item h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color:#333;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.service-item a {
	color:#e6007e;
	text-decoration:none;
}
.service-item a:hover {
	text-decoration:underline;
}
.wrap-caro-services{
	position:relative;
}
#owl-demo{
	width: 250px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 127px;
	left: 58px;
	z-index:2;
}
#owl-demo .item{
	margin: 3px;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}

/* ==========================
7. Skill Section
============================= */
.circular-bar {
	text-align: center;
	margin-bottom:40px;
}
.circular-bar .circular-bar-content {
	margin-bottom: 0px;
	margin-top: 20px;
	text-align: center;
}
.circular-bar .circular-label-content {
	margin-bottom: 70px;
	margin-top: -88px;
	text-align: center;
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
}
.circular-bar .circular-bar-content strong {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5rem;
	line-height: 24px;
}
.circular-bar .circular-bar-content label {
	display: block;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.25rem;
	line-height: 20px;
}

/* ==========================
8. Work Section
============================= */
.work{
	background-color: #F8F8F8;
}
.r-item{
	position: relative;
	overflow: hidden;
	width:25%;

	float:left;
}
.r-item.full{
	width:100%;
}
.r-item a, .r-item a img{
	display: block;
	max-width: 100%;
	width:100%;
	object-fit: cover;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	        transform: scale(1,1);
	-webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
	cursor: pointer;
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}
.r-item a:hover img {
	-webkit-transform: scale(1.05,1.07);
	-ms-transform: scale(1.05,1.07);
	        transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
}
.r-item a .project-info {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	padding-top: 40%;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
}
.r-item a .project-info .project-details {
	position: relative;
	top:-30px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
	width: 100%;
	color:#fff;
}
.r-item a .project-info .project-icon {
	position: relative;
	top:-30px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
	width: 100%;
	color:#fff;
}
.r-item a .project-info .project-icon .fa {
	font-size:30px;
}
.r-item a .project-info .details {
	position: relative;
	bottom:-30px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
	width: 100%;
	color:#fff;
}
.r-item a .project-info h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.r-item a:hover .project-info {
	filter: alpha(opacity=100);
	opacity: 1;
}
.r-item a:hover .project-details {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
.r-item a:hover .project-icon {
	filter: alpha(opacity=100);
	opacity: 1;
	top: -10px;
}
.r-item a:hover .project-icon .fa:hover{
	color:#e6007e;
}
.r-item a:hover .details {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 0;
}
.r-item a:hover .button {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: -50px;
}
.r-item .separator_wrapper::after, .r-item .separator_wrapper::before {
	background-color: #e6007e;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 50px;
	height: 2px;
	margin-top: -15px;
	margin-right: -4px;
	margin-left: -4px;
}
.works .col-xs-1, .works .col-sm-1, .works .col-md-1, .works .col-lg-1, .works .col-xs-2, .works .col-sm-2, .works .col-md-2, .works .col-lg-2, .works .col-xs-3, .works .col-sm-3, .works .col-md-3, .works .col-lg-3, .works .col-xs-4, .works .col-sm-4, .works .col-md-4, .works .col-lg-4, .works .col-xs-5, .works .col-sm-5, .works .col-md-5, .works .col-lg-5, .works .col-xs-6, .works .col-sm-6, .works .col-md-6, .works .col-lg-6, .works .col-xs-7, .works .col-sm-7, .works .col-md-7, .works .col-lg-7, .works .col-xs-8, .works .col-sm-8, .works .col-md-8, .works .col-lg-8, .works .col-xs-9, .works .col-sm-9, .works .col-md-9, .works .col-lg-9, .works .col-xs-10, .works .col-sm-10, .works .col-md-10, .works .col-lg-10, .works .col-xs-11, .works .col-sm-11, .works .col-md-11, .works .col-lg-11, .works .col-xs-12, .works .col-sm-12, .works .col-md-12, .works .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

/* ==========================
9. Stats Section
============================= */
.stats{
	background-color:#F6E497;
}
.stat-item{

}
.stat-item .icon {
	background-color: #e6007e;
	display: inline-block;
	padding: 10px;
	color:#fff;
	font-size: 48px;
}
.stat-item h1 {
	display: inline-block;
	padding: 10px;
	color:#666;
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	font-weight:700;
	color:#e6007e;
}
.stat-item h2 {
	display: block;
	padding: 10px;
	margin-top: 15px;
	background:#fff;
	text-align:center;
	color: #333;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.few{
	background:#e6007e
}
.few .title .sublead {
	color: #fff;
}

/* ==========================
10. Team Section
============================= */
.team {
	background-color:#F8F8F8;
}
.team-item {
	margin-bottom:30px;
}
.team-item .gambar{
	position: relative;
	overflow: hidden;
}
.team-item .gambar .overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	padding-top: 20%;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
	color:#fff;
}
.team-item:hover .gambar .overlay{
	filter: alpha(opacity=100);
	opacity: 100;
}
.team-item a .fa {
	font-size:30px;
	color:#fff;
	padding: 10px 10px;
}
.team-item a:hover .fa {
	font-size:30px;
	color:#e6007e;
}
.team-item .item-body {
	background:#fff;
	border:1px solid #ccc;
	padding:20px 20px;
}
.team-item:hover .item-body {
	background:#FFF6F9;
}
.team-item .item-body h2{
	color:#666;
	font-size:20px;
	margin:4px 0;
	padding:0;
	font-weight:700;
}
.team-item .item-body h3{
	font-size:16px;
	margin:2px 0;
	padding:0;
	color:#e6007e;
	font-weight:700;
}

/* ==========================
11. News/Blog Section
============================= */
.blog {
	background-color:#fff;
}
.blog-item {
	margin-bottom:30px;
}
.blog-item.detail {
	margin-bottom:30px;
}
.blog-item .gambar{
	position: relative;
	overflow: hidden;
}
.blog-item .gambar .date{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #e6007e;
	padding:10px;
	font-size:40px;
	color:#fff;
	text-align:center;
}
.blog-item .gambar .date span{
	font-size:12px;
	display:block;
}
.blog-item .item-body {
	background:#fff;
	border:1px solid #ccc;
	padding:20px 20px 60px 20px;
	position:relative;
}
.blog-item.detail .item-body {
	background:#fff;
	border:none;
	padding:20px 0px 60px 0px;
	position:relative;
}
.blog-item:hover .item-body {
	background:#FFF6F9;
}
.blog-item.detail:hover .item-body {
	background:#fff;
}
.blog-item .item-body .meta{
	text-align:right;
	font-size:12px;
}
.blog-item .item-body .lead{
	font-size: 20px;
	margin-top: 30px;
	line-height: 24px;
	color:#333
}
.blog-item .item-body .lead a{
	font-size: 18px;
	color:#333
}
.blog-item .item-body .lead a:hover{
	color:#e6007e;
	text-decoration:none;
}
.blog-item .item-body a.readmore{
	color:#e6007e;
	position:absolute;
	bottom:20px;
	font-weight:700;
}
.loadmore{
	text-align:center;
}
.meta-tags{
	font-style:italic;
}
.meta-tags a{
	color: #666;
}
.meta-tags a:hover{
	color: #e6007e;
}
.widget {
	margin-bottom: 40px;
	padding: 0 30px 20px 30px;
	border:1px solid #ccc;
}
.widget.search,
.widget.post-tab {
	margin-bottom: 40px;
	padding: 0 0px;
	border:0;
}
.widget.search input{
	height: 36px;
}
.widget	.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	width: 50%;
}
.nav-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #e6007e;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.list-group-item:first-child {
	border-top: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget button.btn.btn-default {
	padding: 7px 15px;
	color: #ffffff;
	background: #e6007e;
}
.widget ul.bullet-lists li{
	padding: 9px 0;
	border-bottom: 1px solid #ccc;
}
.widget ul.bullet-lists li:last-child{
	border-bottom: 0;
}
.widget a{
	color: #666;
	display:block;
}
.widget a:hover{
	color: #e6007e;
	text-decoration:none;
}
.widget h4,
h4.text-uppercase {
	font-weight: 300;
	color: #fff;
	background: #e6007e;
	padding: 15px 30px;
	margin: 0 -30px 20px -30px;
}
.comment h4{
	color: #e6007e;
	background: transparent;
	padding: 15px 0px;
	margin: 0 0px 20px 0px;
}
.comment h4 span.comments { 
	color: #333333 
}
.media.post-author {
    background: #dfdfdf;
    padding: 30px 20px;
    margin-top: -1px;
	border-top:2px solid #000;
}
.media.post-author a { 
	content: inherit;
}
.blog-post .post-wrap {
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.media.comment-block .media-heading{
	margin-top: 0;
	margin-bottom: 15px;
}
.media.comment-block .media-heading small{
	margin-left:10px;
}
.media.comment-block {
    border: 1px solid #DDD;
    padding: 20px;
}
.comment { 
	margin-top: 40px;
}
.comment form { 
	margin-top: 30px;
}
.comment input,
.comment textarea { 
	margin-bottom: 15px; 
}
ul.list-inline.bullet-lists li a { 
	color: inherit 
}
ul.list-inline.bullet-lists li {
    background: #F8F8F8;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
    border: 1px solid #F4F4F4;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.list-inline.bullet-lists li:hover { 
	background: #e6007e;
	color:#fff;
}

/* ==========================
12. Element Section
============================= */
.element{
	background-color:#e6007e;
}
.element-content{
	color:#fff;
	padding:30px 0;
}
.element-content h1{
	font-size: 35px;
	margin-bottom: 20px;
}
@media (max-width:500px){
    .element-content h1{
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 20px;
    }
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 40px;
	font-size: 44px;
	line-height: 1.3333333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.element-content .btn-primary {
	padding: 10px 40px;
	font-size: 44px;
	line-height: 1.3333333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	color:#e6007e;
	font-weight:700;
}

/* ==========================
13. Pricing Section
============================= */
.pricing{
	background-color: #F8F8F8;
}
.panel-pricing{
	border-color: #ddd;
	text-align:center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.panel-pricing .price{
	color:#CD3058;
	padding: 30px 0;
	font-size:80px;
}
.panel-pricing .price sup{
	font-size:26px;
	margin-right: 5px;
	top: -1.2em;
}
.panel-pricing > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #ddd;
}
.panel-pricing .price .subscript{
	font-size:26px;
	margin-left: 0px;
}
.panel-pricing .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
}
.panel-pricing .panel-footer {
	padding: 10px 15px 30px 15px;
	background-color: #fff;
	border-top: 0;
}
.panel-pricing .btn-primary {
	color: #666;
	background-color: #fff;
	border-color: #ddd;
	border-radius:0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.panel-pricing .btn-primary:hover {
	color: #fff;
	background-color: #e6007e;
	border-color: #e6007e;
}
.panel-pricing:hover > .panel-heading,
.panel-pricing:hover > .panel-body,
.panel-pricing:hover > .panel-footer {
	background-color: #FFF6F9;
}

/* ==========================
14. Testimonials Section
============================= */
.testimony {
	
}
.testimony .item-testimony {
	margin-bottom: 30px;
}
.testimony .item-testimony .quote-box {
	background: #f5f5f5;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0;
	position: relative;
	margin-bottom: 23px;
}
.testimony .item-testimony .quote-box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 0px solid transparent;
	border-top: 30px solid #f5f5f5;
	position: absolute;
	bottom: -30px;
	right: 0px;
}
.testimony .item-testimony .quote {
	border: none;
	padding: 0;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}
.testimony .item-testimony .people .user-pic {
	max-width: 60px;
	max-height: 60px;
}
.testimony .item-testimony  .people .user-pic,
.testimony .item-testimony  .people .user-pic *,
.testimony .item-testimony  .people .user-pic *:before,
.testimony .item-testimony  .people .user-pic *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.testimony .item-testimony  .people .name {
	display: block;
	text-align: left;
	color:#CD3058;
	font-size:18px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.testimony .item-testimony  .people .title {
	display: block;
	color: #999999;
	margin: 0px 0 40px 0;
}
.testimony .list-inline{
	padding:40px 0;
}
.testimony .list-inline > li {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}

/* ==========================
Contact Section
============================= */
.section.contact{
	padding: 0 0;
}
.contact-form{
	padding:80px 0;
	background-color:#F8F8F8;
}
.form-bedjo{
	
}
.form-bedjo .send{
	text-align:center;
}
.maps-wraper{
	position:relative;
}
.maps{
	width:100%;
	height:350px;
	display:block;
	background:#ccc;
	position:relative;
}
#google-container {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#cd-google-map {
	position: relative;
	overflow: hidden;
}
#cd-google-map .col-md-12 {
	padding: 0;
}
#cd-google-map .address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	background-color: rgba(5, 5, 5, 0.9);
}
#cd-google-map .address .address-item {
	position: relative;
	padding-left: 44px;
}
#cd-google-map .address .address-item i {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #fcfcfc;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
}
#cd-zoom-in,
#cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(224, 53, 97, .9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url('../images/cd-icon-controller.svg');
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
	background-color: #e6007e;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}
#cd-zoom-out {
	background-position: 50% -32px;
}
.section.footer{
	padding-bottom: 0px;
}
.footer{
	background-color:rgba(0, 0, 0, .8);
	background:url('../images/1680px768.jpg') center center fixed no-repeat;
	color: #fff;
	margin-top: 0px;
	padding-top: 100px;
	border: 0;
}
.footer h3{
	margin-bottom: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 18px;
}
.footer .sosmed .fa{
	background-color:#666;
	border-radius:50%;
	color:#fff;
	width:35px;
	height:35px;
	text-align:center;
	padding-top:10px;
}
.footer .sosmed .fa:hover{
	background-color:#e6007e;
}
.copyright{
	margin-top:60px;
	background-color:#e6007e;
	padding:12px 0 4px 0;
}

/* ==========================
16. Back To Top Section
============================= */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(224, 53, 97, .8) url('../images/cd-top-arrow.svg') no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.cd-top:hover {
	opacity: 1;
}

/* ==========================
17. Theme Panel Section
============================= */
#theme-panel {
	position: fixed;
	width:212px;
	height: auto;
	top:150px;
	min-height: 200px;
	text-align:left;  
	z-index: 20; 
	border-bottom-right-radius:3px; 
    border-top-right-radius:3px; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.panel-close,
.panel-close a.panel-btn,
.panel-close a i {
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.panel-close {
    background: rgba(240,240,240,0.2); 
}
.panel-open {
    background: rgba(255,255,255,1); 
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    
}
.panel-close a.panel-btn {
    background: rgba(221, 34, 87, 0.10);  
}
.panel-open a.panel-btn {
    background: rgba(255,255,255,1);  
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #252525;
}
.panel-close a i {
    color: #ff3366;
}
.panel-open a i {
    color: #ff3366;
}
.panel-close {
	left:-212px;
}

.panel-open {
	left:-1px;
}
.theme-panel-title {
	width:100%;
	padding:15px 15px;
}
.theme-panel-title h4 {
	font-family: 'Lato', sans-serif;
	color: #202020;
	font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-left: 11px;
}
.colors-container {
	width: 100%;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 15px;
}
#theme-panel a.panel-btn {
	position: absolute;
	font-size:23px;
    padding-top: 9px;
	width:40px;
	height: 40px; 
	right:-40px;
	top:25px;
	text-align: center;
	line-height: 2px;
	cursor: pointer;  
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
    color: #fff;  
}
.colors-t {
    color: #999;
    line-height:0;
    font-size: 13px;
}
#theme-panel .colors-container a.color-switch{
	width:27px;
	height: 27px;
	display: inline-block;
	margin-right:2px;
	margin-top:5px;
    border-radius: 1px;
	border:1px solid #f0f0f0;
	cursor: pointer;
    border:3px solid transparent;
}
#theme-panel .colors-container a:hover {
    /* opacity: .6; */
    border-color: #333;
}
.colors-container p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#202020;
    font-size:13px;
}

.color-1 {
	background: #66ccff;
}
/* green */
.color-2 {
	background:#7cb75e;
}
/* orange */
.color-3 {
	background:#E48C18;
}
.color-4{
	background: #563d7c;
}
.color-5 {
	background: #006666;
}
.color-6 {
	background: #259461;
}
.color-7 {
	background: #5297c5;
}
.color-8 {
	background: #28a5a8;
}
.color-9 {
	background: #9999cc;
}
.color-10 {
	background: #ff0000;
}

/* ==========================
18. 404 Page
============================= */
.p404{
	background-color:#e6007e;
}
.entry-header {
	text-align: center;
	margin: 150px 0;
	color:#fff;
}
.entry-title {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 60px;
	line-height: 1
}
.entry-intro {
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	opacity: .6
}
.entry-intro a{
	color: #fff
}


@media (max-width: 1024px) {
	#owl-demo {
	  width: 180px;
	  height: 365px;
	}
}
@media (max-width: 768px) {
	.r-item{
		width:50%;
	}
	.main-menu > .container .navbar-brand {

		width: 70px;
        margin: 4px 0 0 20px;
	}
}
@media (max-width: 640px) {
	.banner h1 {
		min-width: 200px;
		width: 320px;
	}
	.banner p {
		min-width: 200px;
		width: 300px;
	}
	.r-item{
		width:50%;
	}
}
@media (max-width: 320px) {
	.banner h1 {
		min-width: 200px;
		width: 280px;
	}
	.banner p {
	  min-width: 200px;
	  width: 260px;
	}
	.r-item{
		width:100%;
	}
    
}



/* ================= ARSA ===================== */


.r-item:nth-child(25) {
    display: none;
}

@media (min-width: 2401px) {

	.r-item{
		width:20%;
	}
    
    .r-item:nth-child(25) {
        /* wyswietlaj 25ty kafelek */
        display: block;
    }
}


.ket h2 {
    text-transform: uppercase;
    min-height: 50px;
}

.about, .letter {
    background: #F8F8F8;
    position: relative;
    z-index: 10;
}

.about .ket p {
    min-height: 100px;
}

@media (min-width: 768px) {
    .about .ket p {
        min-height: 100px;
    }
}

#letter {
    min-height: 60vw;
}

.letter .about-item .fa {
    color: #e6007e;
}

.zmiastalodzi .letter {
    background: url(../images/zmiastalodzi-bg-md.jpg) no-repeat top center #F8F8F8;
    background-size: contain;
    
}
.katalogigadzetow .letter {
    background: url(../images/katalogi-gadzetow-reklamowych-bg-md.jpg) no-repeat top center #F8F8F8;
    background-size: contain;
    background-position: center 200px;
    
}

@media (min-width: 1600px) {
    .zmiastalodzi .letter {
        background: url(../images/zmiastalodzi-bg-lg.jpg) no-repeat top center #F8F8F8;
        background-size: contain;
        
    }
    .katalogigadzetow .letter {
        background: url(../images/katalogi-gadzetow-reklamowych-bg-lg.jpg) no-repeat top center #F8F8F8;
        background-size: contain;
        background-position: center 100px;
    }

}

@media (max-width: 991px) {
    .letter .about-item {
        margin-top: 60vw;
    }
    .zmiastalodzi .letter {
        background: url(../images/zmiastalodzi-bg-s.jpg) no-repeat top center #F8F8F8;
        background-size: contain;
    }
    .katalogigadzetow .letter {
        background: url(../images/katalogi-gadzetow-reklamowych-bg-s.jpg) no-repeat top center #F8F8F8;
         background-position: center 150px;
        background-size: contain;
    }

}
@media (max-width: 600px) {
    .letter  {
        background-position: center 100px;
    }
    
}


@media (min-width: 992px){
    #element.cta_zmiastalodzi {
        background: url(/images/list_cta_bg.jpg) no-repeat left center #e0007b;  
        background-size: cover;
    }

}

@media (min-width: 1600px) {
    #element.cta_zmiastalodzi {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}




.letter .about-item p {
    margin-bottom: 0.5em;
}

.letter .about-item .ket {
    padding: 10px 30px;
}

.letter .about-item {
    margin-bottom: 0;
}

.letter .about-item h3,
.letter .about-item h4 {
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0.7em 0;
    color: #e6007e;
    letter-spacing: 1px;
}

.letter .about-item h3 {
    font-size: 21px;
}

.letter #pocztowki img {
    width: 100%;
    position: relative;
}

@media (min-width: 992px){
    
    .letter #pocztowki img {
      position: relative;
      width: auto;
      left: 50%;
      transform: translateX(-65%);    
    }
}


.letter #list-social-bar {
    margin: 30px 0;
    
}
.letter #list-social-bar #links-wrapper {
    display: inline-block;
}

.letter #list-social-bar .fa {
    font-size: 50px;   
    margin: 0 3px;
}

.letter #list-social-bar a .fa {
    transition: all 0.2s ease-in-out;    
}
.letter #list-social-bar a:hover .fa {
    transform: scale(1.2,1.2)
}

#recipients,
#recipients .title {
    margin-top: 0;
    padding-top: 0;
}

#about-print-list   {
    background: #fff;
    margin: 15px;
}

#about-print-list .about-item p {
    margin: 0;
    min-height: 10px;
}

#about-print-list .about-item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    min-height: 70px;
    padding: 30px 0 10px 0;
}

#about-print-list .about-item.last-item {
    margin-bottom: 30px;
}


#about-print-list .ket h2 {
    margin: 0 0 15px 0;
    text-align: center;
    min-height: 0px;
}

#about-print-list .ket h3 {
    margin: 0 0 15px 0;
    text-align: left;
}
#about-print-list .ket.icon-wrapper h3 {
    margin: 0 0 15px 0;
    text-align: center;
}

@media (max-width: 768px) {
	#about-print-list .ket.icon-wrapper h3 {
		margin: 0 0 5px 0;
		font-size: 1rem;
	}
	#about-print-list {
		margin: 0;
	}
}

#about-print-list .ket.icon-wrapper img.icon {

	aspect-ratio: 1 / 1;
	object-fit: cover;
}


#owl-demo{
	width: 465px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 45px;
	left: 44px;
	z-index:2;
}

.services {
    background: #fff;
}

.service-item .ket p {
    display: none;
}

.wrap-caro-services{
	position:relative;
    top: 0px;
}

.team-item .item-body {
    border: 0;
}

.team-item .gambar .overlay {
    display: none;
}

.close {
  float: right;
  font-size: 41px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}


/* ========== modal ========== */


.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 0;
}



@media (min-width: 1000px) {
    .modal-dialog {
        width: 800px;
    }
    
}



.float-cut, .clear {
    clear:both;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.footer{
	/* background:url('../images/1680px768.jpg') center center fixed no-repeat; */
    background: none;
	background-color:rgba(0, 0, 0, .8);
	color: #fff;
	margin-top: 0px;
	padding-top: 50px;
	border: 0;
}

.footer h3{
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 18px;
}

.footer #logo-footer {
    max-width: 100px;
    margin-top: 20px;
}

.navbar-brand {
	padding: 0!important;
	display: block;
	width: 215px;
	height: 45px;
	background: url('../images/arsa_logo_simple.png') no-repeat center center;
    background-size: contain;
}

.main-menu.tiny .navbar-brand {
	background-position: 0px -65px;
	background-position: center center;
	height: 50px;
    margin-left: 10px;
}


.main-menu > .container .navbar-brand {
    margin: 15px 0;
}



.main-menu.tiny > .container .navbar-brand {
    margin: 3px 0;
    width: 100px;
}

@media (max-width: 768px) {
    .main-menu.tiny > .container .navbar-brand,
	.main-menu > .container .navbar-brand {
        margin: 4px 0 0 20px;
	}
}
/*
*/


.dropdown-menu {
    min-width: 76px;
}
.tiny #lang-button {
    padding: 6px 13px 6px 13px;
}
#lang-button {
    padding: 15px 13px 15px 13px;
}


#lang-button .wrapper {
    width: 50px;
    height: 40px;
    background: #e6007e;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#slides .caption-container {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
#slides .caption-row {
    display: table-row;
}

.slide-wrapper .caption-row .caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.slide-wrapper .caption-row .caption-wrapper {
	display: table;
	font-size: 100%;
	font-weight: 800;
	line-height: 1;
	margin: 0% auto;
    /* overflow: hidden; */
	text-align: center;
}

#slides .caption-content {
    padding: 20px;
    /* background: rgba(230,0,130,0.5); */
}

#slides .caption-content h2, #slides .caption-content h3{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 50px #ccc;
}

.title .lead{
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
}

.service-item .icon {
    display: none;
}

.service-item h2 {
    line-height: 1.2;
}
.service-item{
	margin-bottom: 20px;
	margin-top: 60px;
    
}

#contact-address p span.row-label,
.about-item .icon,
.about-item .ket h2
{
 color: #e6007e;    
}


#slides-dummy {
    position: absolute;
    min-height: 500px;
    height: 100%;
    
    /*background: pink;*/
    display: hidden;
    
}

body.subpage #slides-dummy {
    height: 40%;
    min-height: 200px;
}

@media (max-width: 767px){
    body.subpage #slides-dummy {
        height: 30%;
        height: 70vw;
    }    
}

#slides {
    background: black;
    background: #999;
    background: #333;
}



xxx.navbar {
    padding: 10px 0;
}

#contact-address a {
    color: white;
    padding: 3px;
    border-radius: 5px;
    background: none;
}

#contact-address a:hover {
    text-decoration: none;
    color: #e6007e;
}

#contact-address p span.row-label {
   /* width: 60px;*/
    margin-right: 10px;
   
    display: inline-block;
}

@media (max-width: 1024px) {
    #slides-dummy {

        max-height: 500px;
    }
}
@media (max-width: 768px) {
    #slides-dummy {
        max-height: 350px;
    }
    
}
    

/* ========== element ========== */



.element-content h1 {
    margin-bottom: 10px;
    margin-top: 0;
}

.element.section {
    padding: 10px 0;
}

@media (max-width: 768px) {
    .element-content h1,
    .element-content h2,
    .element-content p
    {
        margin-bottom: 10px;
        margin-top: 0;
        text-align: center;
    }
    
    .element-content .element-btn,
    .element-content .element-btn a
    {
        text-align: center;
        float: none !important;
    }
       
}

/* ========== slideshow ========== */


#display-slideshow-mob {
    position: absolute;
    left:-20px;
    bottom: 0;
    z-index: 100;
}

.missing-translation {
    background: red;
}


.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
	color: #fff;
	background-color: #e6007e;
	border-color: #e6007e;
	padding: 2px 5px;
	margin: 5px 0px;
}

/* ====================== portfolio slides ================ */


#portfolio-slides-dummy {
    position:absolute;
    width:100%;
    height:70%;
}

@media (min-width: 1600px) {
    #portfolio-slides-dummy {

        height: 75%;
        max-height: 900px;
    }
}




#portfolio-slides {
    margin-bottom: 100px;
}


/* ====================== head-banner ================ */


#head-banner-tagline {
    position: relative;
}

#head-banner {
    position: relative;
}


@media (max-width: 1024px) {
    #head-banner-tagline {
        width: 70%;
    }
    
}




/* ====================== portfolio slides caption ================ */


#design ul.design-offer {
    margin: 20px 0;
}
#design ul.design-offer li {
    display: inline-block;
    list-style: none;
    border: 2px solid #F8F8F8;
    
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    /*font-weight: bold;*/
    font-size: 18px;
}

#portfolio-slides .caption-container {
    display: table;
    /*width: 100%;
    height: 100%;
    position: relative;*/
    position: absolute;
    right: 80px;
    bottom: 80px;
}
#portfolio-slides .caption-row {
    display: table-row;
}

.slide-wrapper .caption-row .caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#portfolio-slides .slide-wrapper .caption-row .caption-wrapper {
	display: table;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin: 0% auto;
    /* overflow: hidden; */
	text-align: left;
    
    
}

#portfolio-slides .caption-content {
    padding: 10px; /* 20px 20px 60px;*/
    
    /* background: rgba(230,0,130,0.5); */
}



#portfolio-slides .caption-content h2, #portfolio-slides .caption-content h3{
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 50px #ccc;
    margin: 0;
    color: #666;
    display: inline-block;
    
    background: rgba(255,255,255,1);
    padding: 10px;
    
}

#portfolio-slides .caption-content h2 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    background: rgba(230,0,126,1);
}

#portfolio-slides .caption-container h3 {
    display: none;
}

.pl #portfolio-slides .caption-container h3 {
    display: inline-block;
}

.testimony .item-testimony {
    position: relative;
}
.testimony .item-testimony img {
    width: 100%;
    /*padding: 10%;*/
    /*background: #eee;*/
}


/* ==================== katalogi gadzetow ===================*/

/* czesc deklaracji wyzej, np tlo */

#letter #mc_embed_signup .mc_fieldset.gdprRequired {
    padding: 0 0 0 20px;
}
#letter #mc_embed_signup .button,
#letter #mc_embed_signup .button:hover
{
    background: #e6007e;
}

.katalogigadzetow #letter .ket h2 {
	text-align: left;
	min-height: auto;
	font-size: 2em;
	text-transform: none;

}

.katalogigadzetow #letter .ket h4 {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.3;
}

#letter #mc_embed_signup form {
    padding: 0;
}

.mc-gdpr h4 {
    font-size: 1em;
}

.mc-gdpr .small {
    font-size: 0.7em;
}

.mc-gdpr-legal {
    padding: 13px 0 0 0;
}

#cta_rozdajemykatalogi {
    padding: 0;
    background: #fff;
    color: #e6007a;
-webkit-box-shadow: 0px 24px 37px -17px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 24px 37px -17px rgba(0,0,0,0.12);
box-shadow: 0px 24px 37px -17px rgba(0,0,0,0.12);       
}
#cta_rozdajemykatalogi img {
    max-width: 100%;
}

#cta_rozdajemykatalogi h2 {
     color: #e6007a;
    font-weight: 900;
    text-transform: uppercase;
}
#cta_rozdajemykatalogi .btn {
    margin-top: 10px;
} 
#cta_rozdajemykatalogi p 
{
    color: #666;
}
#cta_rozdajemykatalogi .element-content {
    padding: 0;
 
}



@media (min-width: 1200px){
    #cta_rozdajemykatalogi .element-head > div {
        padding-top: 30px;
    }    

}

#cta_rozdajemykatalogi .btn {
    margin-top: 15px;
    float: left;
}


@media (max-width: 767px)
{

    
    #cta_rozdajemykatalogi .row {
        text-align: center;
    }
    #cta_rozdajemykatalogi .btn {
        float: none;
        margin: 20px 0;
    } 

}


.offer_style {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  line-height: 1.7;
  margin: auto;
}

/* Nagłówki */
.offer_style h1,
.offer_style h2,
.offer_style h3,
.offer_style h4,
.offer_style h5,
.offer_style h6 {
  color: #222;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
}

.offer_style h1 { font-size: 2rem; }
.offer_style h2 { font-size: 1.75rem; }
.offer_style h3 { font-size: 1.5rem; }
.offer_style h4 { font-size: 1.25rem; }
.offer_style h5 { font-size: 1.1rem; }
.offer_style h6 { font-size: 1rem; }

/* Paragrafy */
.offer_style p {
  margin: 0.75em 0;
  font-size: 1rem;
  color: #444;
}

/* Listy */
.offer_style ul,
.offer_style ol {
  padding-left: 1.5rem;
  margin: 1em 0;
}

.offer_style li {
  margin-bottom: 0.5em;
}

/* Linki */
.offer_style a {
  color: #0077cc;
  text-decoration: none;
  transition: color 0.2s;
}

.offer_style a:hover {
  color: #005999;
  text-decoration: underline;
}

/* Cytaty */
.offer_style blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  color: #666;
  font-style: italic;
  margin: 1em 0;
}

/* Obrazy */
.offer_style img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1em 0;
}

/* Linie poziome */
.offer_style hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}

.offer_style li{
	list-style-type:disc;
}

.offer_h1_style {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 35px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}



/* Flex utilities */
.d-flex { 	display: flex !important; float: none !important; }
.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.justify-items-center { align-items: center !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-center { align-items: center !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-stretch { align-items: stretch !important; }
.gap-1 { gap: 0.5rem !important; }
.gap-2 { gap: 1rem !important; }
.gap-3 { gap: 1.5rem !important; }
.gap-4 { gap: 2rem !important; }
.flex-1 { flex: 1 !important; }
.flex-auto { flex: auto !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }

.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }

.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 2rem !important; }

.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 2rem !important; }

.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 2rem !important; margin-bottom: 2rem !important; }