@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic&subset=latin,latin-ext');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('boxtile.css');
/* ====================================== */

.label-success, .label-error{
	margin-top:75px;
	margin-bottom:0;
}

body {
color: #333333;
	font-size: 16px;
overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;

}

header .dropdown-menu{
	top: 30px;
	left: 15px;
}

.dark_bg{
	background: #333333;
}

.dashed_bg {
	min-height: 4px;
	background-image:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='5'><line x1='0' y1='0' x2='100%' y2='0' stroke-width='10' stroke='%23F2F2F2' stroke-dasharray='12 12'/></svg>");
	background-repeat: no-repeat;
}

#slider-fade{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30%;
    margin-top: 65px;
}

#slider-fade .image{
    left: 0;
    right: 0;
    position: absolute;
    top:0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#slider-fade .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
}

#slider-fade .container span{
    display: inline-block;
    background: #80BD01;
    padding: 20px 30px;
    font-size: 42px;
    color: white;
    line-height: 42px;
    max-width: 50%;
    font-weight: bold;
}

h1, h2, h3, h4, h5{
	font-family: 'Ubuntu', sans-serif;
}

h4{
	font-size: 20px;
	font-weight: bold;
	color: black;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h4.black{
	color: black;
}

h5{
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}

h5 span{
	background: white;
	font-size: 14px;
	padding: 2px 15px 1px;
	margin-top: -4px;
	vertical-align: middle;
	display: inline-block;
	line-height: initial;
}

.row {
	margin-bottom:20px;
}

img.left {
	float:left;
	margin:0 10px 10px 0;
}
img.right {
	float:right;
	margin:0 0 10px 10px;
}
iframe, embed, object {
	border:none;
}

/* custom template style */

/*.well:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.well.box {
 -webkit-transition: margin 0.5s ease-out;
 -moz-transition: margin 0.5s ease-out;
 -o-transition: margin 0.5s ease-out;
}
.well.box:hover {
	margin-top:-2px;
}*/

.dottedwell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background: #f5f5f5;
  border: 1px dotted #e3e3e3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.well-blank, .carousel-caption.blank {
	background: #fff;
	color:#333;
}
.well-blank:hover {
	background: #fafafa;
}
.well-inverse, .carousel-caption.inverse {
	background: #363636;
	color:#fff;
}
.well-inverse:hover {
	background: #222;
}
.well-primary, .carousel-caption.primary {
	background: #009cea;
	color:#fff;
}
.well-primary:hover {
	background: #0096e1;
}
.well-warning, .carousel-caption.warning {
	background: #ffbb00;
	/*color:#fff;*/
}
.well-warning:hover {
	background: #f8b601;
}
.well-info, .carousel-caption.info {
	background: #a903b3;
	color:#fff;
}
.well-info:hover {
	background: #9d02a7;
}
.well-success, .carousel-caption.success {
	background: #7cbb00;
	color:#fff;
}
.well-success:hover {
	background: #78b500;
}
.well-danger, .carousel-caption.danger {
	background: #ec4f13;
	color:#fff;
}
.well-danger:hover {
	background: #e54c12;
}
.box {
	text-align:center;
}

.box img {
	margin:10px 0 10px;
}

.box a, .box a:hover {
	color:#fff;
}


.cta-primary {
	background: #127b9b;
}


.flex-caption.primary {
	background:#009cea;
}
.flex-caption.success {
	background:#7cbb00;
}
.flex-caption.warning {
	background:#ffbb00;
}
.flex-caption.danger {
	background:#ec4f13;
}
.flex-caption.info {
	background: #a903b3;
}

.heading-success {
	border-bottom:1px solid #7cbb00;
	font-weight:400;
}
.heading-warning {
	border-bottom:1px solid #ffbb00;
	font-weight:400;
}
.heading-danger {
	border-bottom:1px solid #ec4f13;
	font-weight:400;
}
.heading-info {
	border-bottom:1px solid #a903b3;
	font-weight:400;
}
.heading-inverse {
	border-bottom:1px solid #333;
	font-weight:400;
}
.heading-primary {
	border-bottom:1px solid #009cea;
	font-weight:400;
}


header .lang img{
	height: 24px;
	margin-left: 5px;
}

header .lang{
	margin-top: -5px;
}

/* header */
header .navbar-inverse .navbar-inner {
	border-top: 5px solid #444444;
}

/* logo */
header .navbar .brand.logo {
  /*padding: 0;*/
  /*margin-left: 10px;*/
  margin-top: 0px;
	/*margin-bottom: 5px;*/
	float: none;
	padding: 8px 20px 18px;
}

header .navbar .brand.logo img {
	/*margin-top: 5px;*/
	/*height: 45px;*/
}

header .desktop-nav{
	margin-left: auto;
	margin-right: 20px;
}

/* -- top menu -- */
header .navbar-inverse .brand,
header .navbar-inverse .nav > li > a {
	color: #ddd;
	text-shadow: none;
	text-transform:uppercase;
}

header .navbar-inverse .navbar-inner li.active {
	margin-top:-5px;
}

header nav {
	margin-right:-10px;
}

.navbar-fixed-top{
	margin-bottom:0!important;
}

.navbar-fixed-top .navbar-inner > .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-inner .container:before, .navbar-inner .container:after{
	display: none!important;
}

.navbar ul.topnav {
	float:none;
	font-size: 14px;
}

.navbar ul.topnav:after{
	content: "";
	clear: both;
	display: block;
}

.navbar .nav > li{
	/*padding-top: 40px;*/
}

.navbar .nav > li > a {
  float: none;
  padding: 0px 15px 0;
  /*width: 90px;*/
  text-align: center;
  color: white;
  text-decoration: none;
  text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
}

.navbar-fixed-top .navbar-inner{
	border-bottom: 0;
	/*padding: 5px 0;*/
	background: #333333;
}

.navbar .nav > li > a:hover {
	/*background-image: url(../img/icons/add.png);*/
	background-position: center 15px;
	background-repeat: no-repeat;
	color:#80BD01;
}

header .topnav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.dropdown-menu {
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 0;
  *border-bottom-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}


.dropdown-menu .sub-menu {left:100%;position:absolute;top:0;visibility:hidden;margin-top:-1px;}
.dropdown-menu li:hover .sub-menu {visibility:visible;}

ul.topnav  li.active a {

}

ul.topnav  .dropdown-menu {
  border: 1px solid #eee;
  background:#fff;
}

.dropdown-menu li:hover .sub-menu {visibility:visible;}
.dropdown-menu .sub-menu {left:100%;position:absolute;visibility:hidden;margin-top:-1px;}
.dropdown-menu li:hover .sub-menu {visibility:visible;}

ul.topnav  .dropdown-menu .sub-menu {
	margin-left:1px;
}

ul.topnav .dropdown-menu {
  padding: 0 0;
  margin: 0 0 0;
}

ul.topnav .dropdown-menu li {
  padding:0;
}

ul.topnav .dropdown-menu li > a {
  padding: 5px 20px;
  line-height: 1.6em;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	background-image: url(../img/icons/add.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color:#fff;
}

/* assign template color scheme to menu bg */
.navbar .nav .primary > a,
.navbar .nav .primary > a:hover,
.navbar .nav .primary > a:focus {
	background-color: #009cea;
	color:#fff;
}

.navbar .nav .warning > a,
.navbar .nav .warning > a:hover,
.navbar .nav .warning > a:focus {
	background-color: #ffbb00;
	color:#fff;
}

.navbar .nav .danger > a,
.navbar .nav .danger > a:hover,
.navbar .nav .danger > a:focus {
	background-color: #ec4f13;
	color:#fff;
}

.navbar .nav .info > a,
.navbar .nav .info > a:hover,
.navbar .nav .info > a:focus {
	background-color: #a903b3;
	color:#fff;
}

.navbar .nav .success > a,
.navbar .nav .success > a:hover,
.navbar .nav .success > a:focus {
	background-color: #7cbb00;
	color:#fff;
}

.navbar .nav .inverse > a,
.navbar .nav .inverse > a:hover,
.navbar .nav .inverse > a:focus {
	background-color: #333;
	color:#fff;
}

nav select {
    display: none;
}


/* metro menu */

ul.metro li.ver .drop-1-col,
ul.metro li.ver .drop-2-col,
ul.metro li.ver .drop-3-col,
ul.metro li.ver .drop-4-col {
	opacity: 1;
	overflow: visible;
	height: auto;
	padding: 10px;
}


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

/* main content */

#maincontent {
	z-index:1000;
	margin:0 0 30px;
	overflow-x: hidden;
	/*font-size: 16px;*/
}

.services{
	margin-top: 30px;
	position: relative;
}

.services .dashed_bg{
	position: absolute;
	top: 48px;
	width: 300%;
	left: -100%;
	height: 5px;
}

.services .span3{
	text-align: center;
	color: #333;
}

.services .span3 a{
	color: #333;
}

.services .span3.active .circle{
	background: #F2F2F2!important;
}

.services .span3.active, .services .span3.active a{
	color: #CCCCCC;
}

.services .span3 circle {
	stroke-width: 5;
	stroke-dasharray: 12, 12;
	fill: none;
	stroke: #F2F2F2;
}

.services .span3 .text{
	margin-top: 30px;
}

.services .span3 .text .title{
	font-weight: bold;
	font-size: 20px;
}

.services .span3 .text .description{
	font-size: 16px;
	margin-top: 20px;
}

.services .span3 .circle svg{
	position: absolute;
	top: -20px;
	left: -20px;
	display: block;
	width: 110px;
	height: 110px;
}

.services .span3 .circle{
	display: inline-block;
	position: relative;
	width: 70px;
	height: 70px;
	border: 13px solid white;
	border-radius: 50px;
}

.products{
	font-size: 16px;
	background: #F2F2F2;
	padding: 20px 0 20px;
}

.products .row{
	display: flex;
	flex-wrap: wrap;
}

.products h4{
	padding: 10px 0;
}

.products .span4 {
	background-image:
			url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><rect width='100%' height='100%' stroke-width='10' stroke='black' stroke-dasharray='12 12' fill='none'/></svg>");
	background-repeat: no-repeat;
	padding: 30px 25px;
	margin-bottom: 30px;
	box-sizing: border-box;
	/*flex-grow: 1;*/
	/*flex: 1 0 25%;*/
	color: #333;
}

.products .span4:hover{
	filter: brightness(0.9);
	text-decoration: none;
	cursor: pointer;
}

.products .span4 h5 span{
	color: white;
	background: #80BD01;
}

.ninja{
	background: #333333;
}

.ninja .container{
	padding: 50px 0px;
	font-size: 16px;
	color: white;
	background: url('/img/ninja_support.png') no-repeat bottom left;
}

.ninja .container h3{
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.ninja .container .phone{
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	background-image:
			url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><rect width='100%' height='100%' stroke-width='10' stroke='%23EC4F13' stroke-dasharray='12 12' fill='none'/></svg>");
}

.ninja .container .span5 *{
	box-sizing: border-box;
}

.ninja .container .span5{
	box-sizing: border-box;
	padding: 0 50px;
}

.ninja .container .span5 a{
	background: #EC4F13;
	display: block;
	color: white;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
}

#clients{
	padding: 50px 0;
}

#clients ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

#clients ul li{
	flex-grow: 1;
	filter: grayscale(1);
	flex: 1 0 14%;
	transition: 0.5s filter;
}

#clients ul li:hover{
	filter: none;
}

#clients ul li img{
	max-width: 70%;
}

/* parallax */

#latest-work ul{
	list-style-type: none;
	margin: 0;
	margin-bottom: 50px;
}

#latest-work ul .image-wrapp{
	max-height: 150px;
	overflow: hidden;
}

#latest-work ul .thumbnail{
	font-size: 16px;
	border:0;
	margin-bottom: 20px;
}

#latest-work ul .thumbnail .text{
	margin-top: 10px;
}

#latest-work ul .thumbnail .text a {
	color: #EC4F13;
	display: inline-block;
	margin-top: 10px;
	text-decoration: underline;
}

.products_sub{
	font-size: 24px;
}

.products_sub .text{
	line-height: 30px;
	margin: 15px 0px 20px;
}

.products_sub a{
	font-size: 16px;
}

.products_sub li .row{
	margin-bottom: 0;
	padding: 30px 0px;
}

.products_sub li:nth-last-child(1) .dashed_bg{
	display: none;
}

.products_sub li h5, .title_header h5{
	font-size: 40px;
}

.products_sub li h5 span, .title_header h5 span{
	background: #80BD01;
	color: white;
	font-size: 20px;
	padding: 3px 15px 3px;
}

.bordered{
	box-sizing: border-box;
	padding: 0px 20px;
	background-image:
			url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><rect width='100%' height='100%' stroke-width='10' stroke='%23F2F2F2' stroke-dasharray='12 12' fill='none'/></svg>");
	background-repeat: no-repeat;
}

.products_sub li ul li, .product_sub ul li{
	position: relative;
	font-size: 16px;
	margin: 20px 0;
	padding-left: 50px;
}

.products_sub li ul li:before, .product_sub ul li:before{
	content:"";
	display: block;
	background: url("/img/li-check.png") no-repeat center;
	height: 20px;
	width: 25px;
	position: absolute;
	left: 15px;
	top: 0px;
}

.products_sub a{
	color: #333;
}

.products_sub a:hover{
	color: #333;
	text-decoration: none;
}

.products_sub a span.link{
	color: #77b201;
}

.products_sub a:hover span.link, .products_sub a:hover div.text{
	text-decoration: underline;
}

.product_sub ul.type-minus li:before{
	top: 1px;
	background: url("/img/li-minus.png") no-repeat center;
}

.product_sub h2{
	line-height: normal;
	font-size: 32px;
	font-weight: bold;
}

.product_sub .title_header h5{
	font-size: 42px;
	line-height: normal;
}

.product_sub .title_header{
	position: relative;
	min-height: 210px;
}

.product_sub .title_header .image{
	fill: #80BD01;
	position: absolute;
	right: 7%;
	top: 75px;
}
.product_sub .title_header .image svg{
	height: 200px;
	width: 200px;
}

.product_sub .skrbnistvo_info{
	margin-top: 80px;
	display: flex;
}

.product_sub .skrbnistvo_info .product_info{
	padding: 30px;
	height: 100%;
}

.product_sub .skrbnistvo_info .product_info h6{
	font-weight: bold;
	color: #333;
	font-size: 24px;
}

.product_sub .skrbnistvo_info .product_info a{
	display: inline-block;
	margin-bottom: 10px;
}

.product_sub .skrbnistvo_info .product_info a:nth-last-child(1){
	margin-bottom: 0;
}

.product_sub .skrbnistvo_info .product_info h6.red{
	color: #EC4F13;
}

.product_sub.postar .product_wrapper .bordered{
	margin-top: 30px;
	padding: 20px;
}

.product_sub.hosterdam .product_wrapper .bordered{
	padding-top: 20px;
}

.product.row.info{
	margin-left: auto;
}

.product.row.info .container{
	padding: 20px;
}

.light_gray_bg{
	background: #F2F2F2;
}

.dark_gray_bg{
	color: white;
	background: #333333;
}

.ninja_small h3{
	font-weight: bold;
}

.ninja_small .container{
	font-size: 16px;
	padding: 40px 0px 15px;
	background: url(/img/ninja_small.png) no-repeat 50px bottom;
}

.ninja_small a{
	background: #EC4F13;
	color: white;
	padding: 15px 0px;
	font-size: 24px;
	text-align: center;
	display: block;
}

.product_sub .title_header .subtitle{
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
}

.product_sub .light_gray_bg{
	font-size: 16px;
	padding: 30px 0px 25px;
}

.product_sub .light_gray_bg h4{
	padding-bottom: 15px;
}

.services_wrapper{
	padding: 50px 0px 40px;
}

.title_header .subtitle{
	font-size: 42px;
	line-height: 48px;
	font-weight: bold;
}

h6{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #80BD01;
}

h6.yellow{
	color: #FFBB00;
}

.dark_bg .title_header .subtitle{
	color: white;
}

.dark_bg .title_header h6{
	color: #EC4F13;
}

.product_sub .gallery{
	display: flex;
	flex-wrap: wrap;
}

.product_sub .gallery div{
	flex: 1 0 30%;
	text-align: center;
	padding: 20px;
	max-width: 33%;
}

.title_header h5{
	font-size: 50px;
	line-height: 45px;
}

.title_header h5 span{
	font-size: 25px;
}

.product_sub .info{
	margin-bottom: 30px;
}

.product_sub .product_wrapper{
	/*padding-top: 70px;*/
}

.product_sub .product_info{
	padding: 1px 30px;
	box-sizing: border-box;
	font-size: 16px;
}

.product_sub .product_info p{
	margin-top: 20px;
}

.product_sub .product_info ul{
	list-style-type: none;
	margin: 0;
}

/*.product_sub .description{*/
/*	font-size: 24px;*/
/*	line-height: 30px;*/
/*}*/

.product_sub .description p, .product_sub .description > div{
	font-size: 16px;
	margin-top: 24px;
	line-height: 22px;
}

.about .info .value{
	color: #80BD01;
	font-size: 50px;
	line-height: 46px;
	font-weight: bold;
}

.about .about-siel{
	margin-top: 40px;
}

.about .about-siel .buttons a{
	display: block;
	padding: 10px 0;
	text-align: center;
	color: white;
}

.contact_sub .contact-boxes{
	margin-top: 40px;
	font-size: 16px;
	margin-bottom: 50px;
}

.contact_sub .contact-boxes > div{
	padding: 20px;
}

.contact_sub .contact-boxes h3{
	font-size: 24px;
	font-weight: bold;
}

.contact_sub .contact-form{
	margin-top: 50px;
}

.contact_sub .contact-form label{
	font-size: 16px;
	font-weight: bold;
}

.contact_sub .contact-form input, .contact_sub .contact-form textarea{
	font-size: 20px;
	padding: 10px;
	height: auto;
	margin-bottom: 0;
}

.contact_sub .contact-form button{
	background: #EC4F13;
	font-size: 20px;
	color: white;
	padding: 15px 40px;
	margin-top: 20px;
}

.contact_sub .contact-form ::placeholder {
	color: #999999;
}

.news_sub .title_header, .ref_sub .title_header{
	padding-bottom: 40px;
	margin-bottom: 0;
}

.news_sub .title_header h6, .ref_sub .title_header h6{
	color: black;
}

.news_sub img{
	width: 100%;
	border: 1px solid #F2F2F2;
}

.news_sub .single{
	font-size: 16px;
	margin-bottom: 40px;
}

.news_sub .single a{
	color: #EC4F13;
}

.news_sub .single h3 a{
	color: #333333;
	font-size: 30px;
	font-weight: normal;
}

.news_sub .single:nth-child(1){
	margin-top: 50px;
}

.news_sub .single .dashed_bg{
	margin-top: 40px;
}

.news_sub.single{
	font-size: 16px;
}

.news_sub.single .content-header{
	padding: 30px 0 10px;
}

.news_sub.single .header-image{
	margin-bottom: 20px;
}

.news_sub.single .title_header, .ref_sub .title_header{
	padding-bottom: 10px;
}

.ninja-support .dashed_bg{
	margin-bottom: 20px;
}

.ninja-support .bordered{
	border: 0;
	padding: 20px;
}

.news_sub.single h3{
	font-size: 42px;
	font-weight: bold;
}

.news_sub.single #latest-work img{
	border: 0;
}

.news_sub.single #latest-work h4{
	margin: 50px 20px 30px;
}

section#intro{
	max-width: 100%;
	/*background:#f5f5f5;*/
	color: #fff;
	height:auto;
	margin: 0 auto;
	margin-top:80px;
	overflow-x: hidden;
	/*padding: 40px 0 20px;*/
}

.references{
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
}

.references li{
	flex: 1 0 30%;
	margin-top: 20px;
	text-align: center;
}

.references li img{
	max-height: 80px;
	transition: .5s filter;
	filter: grayscale(1);
}

.badge.badge-primary{
	background: #80BD01;
}

.references li:hover img{
	filter: none;
}

.references li h6{
	color: #999999;
	font-size: 10px;
}

section#intro .span12{
	width: 100%;
}

section#bottom {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	padding-top:20px;
}

.line {
	background:url(../img/line.jpg) top repeat-x;
	height:10px;
}

section#bottom {
	width: 100%;
	margin-top:-30px;
}


section#subintro {
	width: 100%;
	color: #fff;
	max-height: 650px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	margin-top:80px;
}

.dns_renew{
	margin-top: 70px;
}

.dns_renew .span12{
	background: #80BD01;
	color: white;
	font-size: 22px;
	font-weight: bold;
	padding: 25px 35px;
	line-height: 26px;
}

.dns_renew a{
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-decoration: underline;
	margin-top:5px;
	display: inline-block;
}

.dns_renew a:hover{
	color: white;
	text-decoration: none;
}

.dns_renew h5 span{
	color: #80BD01;
}

/* divider */
.divider {
  padding:0;
  margin:20px 0 20px 0;
  width:100%;
  height:1px;
  border-top: 1px solid #e9e9e9;
}
.blank-divider {
  padding:0;
  margin:20px 0 20px 0;
  width:100%;
  height:1px;
}

/* tagline */
.tagline {
	margin-left: 0px;
	margin-right: 0px;
	background:#f5f5f5;
	padding:0;
	overflow:hidden;
}
.tagline_text {
	margin:0;
	padding:20px 0 20px 20px;
}
.tagline_text h2 {
	font-weight:400;
}
.tagline .tag_list ul {
	list-style:none;
	margin:0;
}
.tagline .tag_list ul li {
	float:left;
	margin-right:20px;
}
.cta {
	margin:0;
	text-align:right;
	padding:20px;
}


.tagline h2 {

}

.tagline-inverse {
	background:#333333;
}

.tagline-inverse a,
.tagline-inverse .tagline_text,
.tagline-inverse .tagline_text h2,
.tagline-inverse .tagline .tag_list ul,
.tagline-inverse .tagline .tag_list ul li,
.tagline-inverse .cta {
	color: #fff;
}

.tagline-danger {
	background:#ec4f13;
}

.tagline-danger a,
.tagline-danger .tagline_text,
.tagline-danger .tagline_text h2,
.tagline-danger .tagline .tag_list ul,
.tagline-danger .tagline .tag_list ul li,
.tagline-danger .cta {
	color: #fff;
}

/* latest works */
/*==================== CAROUSEL =====================*/
.carousel {position:relative;}
.carousel-wrapper{
    overflow:hidden;
    padding:0 2px 0 2px;
    margin:10px 0 0 0;
	width:100%;
}
.carousel-wrapper ul{display:none;margin:0;}
.carousel-wrapper ul li{
    height:100%;
    float:left;
    display:block;
}

.carousel-caption {
	opacity:0.9;
}

.btleft .es-nav{
    position: absolute;
    top: -32px;
    right: 0;
}


.carousel .item img {
	max-width:100%;
	width: 100%;
	height:auto;
}

.es-nav span{
    float: left;
    width: 17px;
    height: 17px;
    display: block;
    top: 1px;
    right: 0;
    text-indent: -9999px;
	cursor:pointer;
}


.es-nav .es-nav-next:hover{background-position: -17px 0px ;}
.es-nav .es-nav-prev:hover{background-position: 0px 0px ;}


/* testimonial */

.testimonial h3{
	font-weight:normal;
	color:#333333;
}

.testimonial img {
	margin-bottom:10px;
}

.testimonial p{
  font-size: 16px;
  font-weight: 300;
}
.testimonial span.author,.testimonial span.company {
	margin:0;
	padding:0;
}

.testimonial span.author,.testimonial span.company {
	margin:0;
	padding:0;
	text-align:right;
	line-height:1.6em;

}
.testimonial span.company {
	margin-left:10px;
}

.testimonials .carousel-control {
  left: 0;
}

.testimonials .carousel-control.right {
  right: 0;
  left: auto;
}
.testimonials .carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}


/* portfolio */
.filter-category{
	margin-bottom:10px;
	float:left;
}

ul.filter li.active a{
	background: #1b1b1b;
}

.title_header{
	margin-top: 80px;
	font-size: 24px;
	padding: 120px 0px 20px;
	font-weight: normal;
}

.title_header div{
	line-height: 30px;
}

.title_header h2{
	font-size: 42px;
	font-weight: bold;
}

.portfolio-area{
	float: left;
	width:100%;
	margin:0;
	padding:0;
}

.portfolio-area li{
	/*float: left;*/
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}

.portfolio-area li h4{
	margin-top:10px;
}

.portfolio-area li.portfolio-item2 h4{
	margin-top:0;
}

.portfolio-area .portfolio-desc, .portfolio-desc {
	margin-top:10px;
}
.col{
	width: 220px;
	margin:0 15px 0 15px;
}


.portfolio-area .thumbnail .caption,
.portfolio-home .thumbnail .caption{
	background: #f5f5f5;
	text-align:center;
}

.portfolio-area .thumbnail,
.portfolio-home .thumbnail {
  display: block;
  padding:0;
  border:none;
}

.portfolio-area .thumbnail h4,
.portfolio-home .thumbnail h4{
	margin:0;
	padding:5px 10px 10px 10px;
}


.portfolio-area .image-wrapp,
.portfolio-home .image-wrapp{
	position:relative;
	padding:0;
	overflow:hidden;
	border:nonw;
}

.portfolio-area .image-wrapp img,
.portfolio-home .image-wrapp img{
	margin:0;
	padding:0;
}

.portfolio-area .thumbnail .caption,
.portfolio-home .thumbnail .caption{
	padding:15px 10px 15px 10px;
	margin:0;
	color:#333333;
}

.portfolio-area .thumbnail .caption-success,
.portfolio-home .thumbnail .caption-success{
	background-color: #7cbb00;
	color: #fff;
}

.portfolio-area .thumbnail .caption p,
.portfolio-home .thumbnail .caption p{
	padding:0;
	margin:0;
}

.portfolio-area .thumbnail .meta,
.portfolio-home .thumbnail .meta{
	background:#f8f8f8;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px 10px 10px 10px;
	margin:0;
	text-align:left;
}

.portfolio-area .thumbnail .meta  span,
.portfolio-home .thumbnail .meta span{
	margin:0 10px 0 0;
}

.portfolio-area .thumbnail .meta  span a,
.portfolio-home .thumbnail .meta span a{
	color:#737373;
}

.absolute-comment{
	background:#f8f8f8;
	position:absolute;
	width:auto;
	height:auto;
	padding:2px 5px 0 5px;
	display:block;
	z-index:999;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
		  color:#fff;
		  text-shadow:none;
}

.absolute-comment{
	left:10px;
	bottom:10px;
}

.absolute-comment a {
	text-decoration: none;
}

/* Portolio Hover */

.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../img/image_hover.png);
	background-repeat:repeat;
	text-shadow:none;
	width: 100%;
	height: 100%;
}

.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -200%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px;
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}

.da-thumbs li  article  {
	text-align:center;
	padding-top:25%;
}

.da-thumbs li  article  h4{
	color:#fff;
}

.da-thumbs li  article em{
	color:#dfdfdf;
	display:block;
	margin:0 0 10px 0;
}

.da-thumbs li  article a{
	display:inline-block;
}

a.zoom, a.link_post{
	overflow:hidden;
	display:block;
	width:16px;
	height:16px;
	background-color:#222;
	cursor:pointer;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	margin:10px 0 10px 10px;
	padding:0;
}

a.zoom:hover, a.link_post:hover{
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

a.zoom img{
	margin:0;
	padding:0;
}

ul.project-detal{
	list-style:none;
	margin:0;
	padding:0;
}

ul.project-detal li{
	list-style:none;
	border-bottom:1px dotted #e5e5e5;
	padding-bottom:10px;
	margin-bottom:15px;
}

ul.project-detal li label{
	display:inline;
	color:#494949;
	font-weight:bold;
}





/* accordion */
.accordion .accordion-heading a.accordion-toggle {
  color:#fff;
}
/* accordion */
.accordion-heading a.accordion-toggle:hover {
	color: #fff;
}
.accordion-inner {
  padding: 20px 15px;
}

/* pagination */

.pagination {
	margin-top:0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #fff;
  color:#333;
}






ul.client li a{
	display:block;
}

/* Blog */

aside{
	border:1px solid #e5e5e5;
	padding:20px 15px 0 15px;
	margin: 0 0 30px 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

aside .widget{
	margin-bottom:30px;
}


aside .widget ul {
	list-style:none;
	margin-left:0;
}

aside .widget h4{
	margin-bottom:15px;
}

ul.recent{
	margin:0;
	padding:0;
	list-style:none;
}

ul.recent li{
	border-bottom:1px solid #e5e5e5;
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.recent li img{
	margin:5px 15px 5px 0;
}
ul.recent li img:hover{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

ul.recent li p{
	margin-bottom:0;
}

ul.recent li h6 a{
	color:#494949;
}

ul.recent li h6 a:hover{
	text-decoration:none;
}

/* list */

ul.check-dark, ul.check-white {
	list-style:none;
}


ul.check-dark li {
	background:url(../img/list/check-dark.png) no-repeat 0 3px;
	padding-left:26px;
	line-height:1.6em;
}
ul.check-white li {
	background:url(../img/list/check-white.png) no-repeat 0 3px;
	padding-left:26px;
}



#comment span{
	font-size:11px;
	font-style:italic;
	color:#999999;
}

article.blog-post{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #eeeeee;
}

article .headline{
	float:left;
	width:100%;
	margin-bottom:25px;
}

article .headline h4{
	float:left;
	margin-bottom:0;
	font-size:24px;
}


article  span.comment{
	float:right;
	margin-top:5px;
}

article button.btn{
	margin-bottom:10px;
}

article.blog-post img{
	/*margin-bottom:30px;*/
}

article.blog-post img:hover{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

article.blog-post img.thumbnail{
	margin-bottom:0;
}

/* last post article */
article.last-post {
	color:#fff;
	margin-bottom:20px;
}

article.last-post .content {
	padding:20px;
}
article.last-post .content a {
	color:#fff;
	font-weight:bold;
}
article.last-post h4 {

}

article.last-post iframe{
	width:100%;
	height:150px;
	border:none;
	margin-bottom:0;
}

.tooltip-demo a{
	display: block;
}

ul.time-post {
	background:#fff;
}

ul.time-post{
	float:left;
	list-style:none;
	width:60px;
	padding:10px 0 10px 0;
	margin:0 20px 20px 0;
	text-align:center;
	color: #222;
}

ul.time-post li{
	list-style:none;
	margin:0;
	padding:0;
}

ul.time-post li.date{
	font-size:28px;
	line-height:24px;
	padding:10px 0 0 0;
}

ul.time-post li.year{
	padding:0 0 10px 0;
	border-bottom:1px solid #fff;
	text-shadow: none;
}

ul.post-meta{
	float:left;
	list-style:none;
	padding:0;
	margin:0 0 15px 0;
}

ul.post-meta li{
	float:left;
	background:#f5f5f5;
	border:1px solid #e3e3e3;
	list-style:none;
	padding:5px 10px 5px 10px;
	margin:0;

}

ul.post-meta li a{
	color:#737373;
	border-left:none;
	border-right:none;
}

ul.post-meta li:first-child{
	border-left:1px solid #e3e3e3;
	/*border-right:none;*/
}

ul.post-meta li:last-child{
	border-right:1px solid #e3e3e3;
	/*border-left:none;*/
}

ul.post-meta li i{
	float:left;
	margin-top:2px;
}

ul.post-meta li span{
	float:left;
	margin-left:5px;
}

.media,
.media .media {
  margin-top: 20px;
}

.media-list .media{
	margin-top:30px;

}

.media-body .media-heading a{
	color:#494949;
}
.media-body .media-heading span {
	margin-left:20px;
}

.media .pull-left {
  margin-right: 15px;
}

.media .pull-right {
  margin-left: 15px;
}

a.commentlink {
	text-align:right;
}

.comment-post{
	border-top:1px solid #eeeeee;
	margin-top:30px;
	padding-top:20px;
}

.comment-form{
	margin:15px 0 30px 0;
}

.contact-form{
	margin:0 0 30px 0;
}

.comment-form  label, .contact-form label{
	margin-bottom:10px;
}

.comment-form input, .contact-form input{
	margin-bottom:20px;
}

.comment-form textarea, .contact-form texarea{
	margin-bottom:25px;
 }



/* 404 */

.error-bg{
	background: #f5f5f5;
}

.error-wrapper{
	width:60%;
	margin:80px auto;
	padding:8px;
	background:#f5f5f5;
}

.error-body{
	padding:20px;
	text-align:center;
	color:#fff;
}

.error-body h1{
	font-size:172px;
	line-height:260px;
	padding:15px 0 20px 0;
	margin-bottom:30px;
}

.error-body h3{
	text-transform:none;
}

.error-footer{
	margin-top:30px;
	text-align:right;
	background:#f5f5f5;
}



/* social links icon */

.social_small {
	margin: 0;
}

.social_small li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 10px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social_small li.first {
	margin-left:0;
}

.social_small li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 32px;
	width: 32px;
}

.social_small li:hover {background-position: 0 -32px;}

.facebook {background: url(../img/icons/social/fb.png) no-repeat;}
.googleplus {background: url(../img/icons/social/google.png) no-repeat;}
.dribbble {background: url(../img/icons/social/dribble.png) no-repeat;}
.flickr {background: url(../img/icons/social/flickr.png) no-repeat;}
.twitt {background: url(../img/icons/social/twitter.png) no-repeat;}
.rss {background: url(../img/icons/social/rss.png) no-repeat;}


/* twitter */
.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}


/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  margin:0 0 20px 0;
  padding:35px 0 10px 0
}
.subhead h3 {
  color:#fff;
  margin:0;
  padding:0;
}
.subhead p {
	padding:0;
  margin:0;
}
.subhead .navbar {
  display: none;
}

.subhead .form-search {
	float:right;
	margin:15px 0 0 0;
	padding:0;
}
/* accordion */
.accordion-heading {
	background:#f7f7f7;
}

.accordion-heading a.accordion-toggle {
	color:#666;
	font-weight:bold;
}

.accordion-heading a.accordion-toggle:hover {
	text-decoration:none;
}

/* toggleable tabs */
.nav-tabs > li > a,
.nav-pills > li > a {
	font-weight:bold;
}

/* breadcrumb */

.breadcrumb > li {
	font-weight:bold;
}

.breadcrumb.custom {
  padding: 8px 0px;
  margin: 0 0 20px ;
  list-style: none;
  background-color: #fff;
  border:none;
  border-bottom: 1px solid #e3e3e3;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  line-height:1.6em;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
  border-top: none;
}
/* list */
	ul.list, ol.list						{ margin:0 0 20px 0;padding:0; }
	ul.list 							{ list-style:none outside; }
	ol.list 							{ padding:0 0 0 15px; }
    ol.alpha-upper li				{ list-style:upper-alpha; }
	ol.alpha-lower li				{ list-style:lower-alpha; }
	ol.decimal li					{ list-style:decimal; }
	ol.roman li					{ list-style:upper-roman; }
	ul.diamond li					{ padding:0 0 0 15px; background:transparent url('../img/list/diamond.png') no-repeat 0 6px; }
	ul.arrow li					{ padding:0 0 0 20px; background:transparent url('../img/list/arrow.png') no-repeat 0 6px; }
	ul.check li					{ padding:0 0 0 18px; background:transparent url('../img/list/check.png') no-repeat 0 6px; }
	ul.circle li					{ padding:0 0 0 15px; background:transparent url('../img/list/circle.png') no-repeat 0 8px; }
    ul.list ul, ul.list ol, ol.list ol, ol.list ul 		{ margin:4px 0 5px 30px; font-size:90%;  }
	ul.list ul li, ul ol li,	ol.list ol li, ol.list ul li 	 { margin-bottom:6px; }
	ul.list li , ul.list li							{ line-height:21px; margin: 0 0 12px 5px; }
	ul.list li p 							{ line-height:21px; }
	ol.alpha-upper li	 a, ol.alpha-lower li	a, ol.decimal li	a, ol.roman li a, ul.diamond li	a, ul.arrow li a, ul.check li a, ul.circle li a{ color:#3c4249;}

/* footer */

footer {
	padding-top:50px;
	font-size: 14px;
	color:#f8f8f8;
}

footer .widget{
    position: relative;
}

footer .widget .logo{
    position: absolute;
    top: -10px;
    right: 0;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color:#fff;
}

footer h4{
	font-size: 16px;
	margin-bottom: 5px;
}

footer .block-a {
	background:#333333;
}

footer a, footer a:hover {
	color:#fff;
}

footer a:hover {
	text-decoration:underline;
}


footer .verybottom {
	/*padding-top:30px;*/
	background:#333333;
}

.verybottom p.pull-right span{
	margin: 0px 10px;
}
.verybottom div.span4:nth-child(3), .verybottom div.span4:nth-child(1){
	margin-top: 30px;
}

footer .nav-list li, footer .nav-list li a, footer .nav-list li.nav-header {
	text-shadow:none;
	color:#f6f6f6;
}

footer .nav-list li a {
	text-shadow:none;
}

footer .nav-list.regular .nav-header {
  padding: 3px 0;
}

footer .nav-list.regular > .active > a,
.nav-list.regular > .active > a:hover {
  text-shadow: none;
  background-color: transparent;
}

footer .nav-list.regular li a:hover {
  background-color: transparent;
}

footer .nav-list.regular > li > a {
  padding: 0;
}

footer .nav-list li.divider {
	text-shadow:none;
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #222;
  border-bottom: none;
}

footer .twitter li{
    border-bottom: 1px dashed #2d2d2d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}

footer.footer .input-append button, footer.footer .input-append input {
	border:none;
}

footer.footer .dashed_bg{
	background-image:
			url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='5'><line x1='0' y1='0' x2='100%' y2='0' stroke-width='10' stroke='%23808080' stroke-dasharray='12 12'/></svg>");
	background-repeat: no-repeat;

}

footer .social img{
	background: white;
	height: 32px;
	margin-right: 10px;
	filter: grayscale(1);
	transition: .5s filter;
}

footer .social img:hover{
	filter: grayscale(0);
}

footer .modal-buttons{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
}
footer .modal-buttons a{
	display: block;
	text-align: center;
	line-height: 1;
	padding: 0 10px;
}

/* misc */
.center {
	text-align: center;
}

/* img */
img.icon {
	margin-bottom:10px;
}

img.max-img {
	max-width:100%;
	height:auto;
}

/* effects */
.rotate:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}


/*================================== doc , overview bootstrap features ========================*/

.doctitle h2 {
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
}

/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section.doc {
  padding-top: 70px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* position */
.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.aligncenter{
	text-align:center
}

img.alignleft{
	margin:5px 15px 15px 0;
}

img.alignright{
	margin:5px 0 15px 15px;
}

.aligncenter img{
	margin-bottom:20px;
}

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.max-iframe{
	width:100%;
	height:350px;
}

.video{
	width:100%;
	height:350px;
	border:none;
}

/*margin top */

.spacer-10 {
	margin-top:-10px;
}

.spacer0 {
	margin-top:0;
}

.spacer5 {
	margin-top:5px;
}

.spacer10 {
	margin-top:10px;
}

.spacer15 {
	margin-top:15px;
}

.spacer20 {
	margin-top:20px;
}

.spacer25 {
	margin-top:25px;
}

.spacer30 {
	margin-top:30px;
}

.spacer35 {
	margin-top:35px;
}

.spacer40 {
	margin-top:40px;
}

.spacer50 {
	margin-top:50px;
}

/*margin bottom*/

.botspacer-10 {
	margin-bottom:-10px;
}

.botspacer-20 {
	margin-bottom:-20px;
}

.botspacer0 {
	margin-bottom:0px;
}
.botspacer5 {
	margin-bottom:5px;
}

.botspacer10 {
	margin-bottom:10px;
}

.botspacer-10 {
	margin-bottom:-10px;
}

.botspacer10 {
	margin-bottom:10px;
}

.botspacer15 {
	margin-bottom:15px;
}

.botspacer20 {
	margin-bottom:20px;
}
.botspacer30 {
	margin-bottom:30px;
}
.botspacer40 {
	margin-bottom:40px;
}
.botspacer50 {
	margin-bottom:50px;
}
/* padding */
.padding30 {
	padding-top:30px;
}
.botpadding20 {
	padding-bottom:20px;
}

/*margin left & right */
.marginleft15 {
	margin-left:15px;
}

.marginleft20 {
	margin-left:20px;
}

.marginleft30 {
	margin-left:30px;
}

.marginright20 {
	margin-right:20px;
}

.marginright5 {
	margin-left:5px;
}



/*margin vary*/
.mtopbottom20 {
	margin:20px 0 20px 0;
}

.mtopbottom30 {
	margin:30px 0 30px 0;
}

.marginlr5 {
	margin:0 5px 0 5px;
}

.marginlr10 {
	margin:0 10px 0 10px;
}
/* custom queries */

.mobile-nav{
    display: none;
}

@media only screen and (min-width: 890px) and (max-width: 980px) {
	.navbar .navbar-inner .container {
		margin-left: 20px;
		margin-right: 20px;
	}

	#slider-fade{
		margin-top:0;
	}

}

@media (max-width: 889px) {
	body{
		padding: 0;
	}

	.product_sub .title_header .image{
		display: none;
	}

	.container{
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar .navbar-inner .container {
		/*margin-left: 20px;*/
		/*margin-right: 20px;*/
		padding: 0px 20px;
		/*padding-top: 30px;*/
	}

	header .lang{
		right: 20px;
	}

	header .lang img{
		margin-left: 18px;
	}

	header nav{
		margin-right: 0;
	}

	.navbar-fixed-top{
		margin: 0;
	}
	header .navbar .brand.logo{
		padding: 8px 0 18px;
	}

	.product_sub .skrbnistvo_info{
		display: block;
	}

	.product_sub .skrbnistvo_info .span4:nth-last-child(n+2) .product_info{
		margin-bottom: 20px;
	}

  section#subintro {
    padding-left: 20px;
    padding-right: 20px;
	margin-top:0;
    margin-left: -20px;
    margin-right: -20px;
}

ul.portfolio-area li {
	width:100%;
}

 .tagline, section#intro {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

	.verybottom p {
		text-align:center;
	}

	.verybottom p.pull-right {
		float:none;
		text-align:center;
	}

    #slider-fade{
        margin-top: 0;
        padding-bottom: 50%;
    }

    #slider-fade .container span{
        font-size: 20px;
        padding: 10px;
        width: 100%;
        max-width: 100%;
        line-height: 20px;
        box-sizing: border-box;
    }

    #slider-fade .container{
        top: auto;
        bottom: 0;
    }

.cta {
	margin-top:20px;
	text-align:center;
}

.services .dashed_bg{
	display: none;
}

.services .span3{
	margin-bottom: 30px;
}

	.products .span4{
		flex: 1 0 90%;
	}

	.ninja .container{
		padding: 50px 20px;
		background: none;
	}

	.ninja .container .span5{
		padding: 0;
		margin-top: 20px;
	}

	#clients ul li{
		flex: 1 0 30%;
	}

	#latest-work ul li{
		margin-bottom: 50px;
	}

	.footer .row .span3{
		margin-bottom: 30px;
	}

	.title_header{
		padding: 30px 0 50px;
		margin-top: 20px;
		background: none!important;
	}

	.ninja_small .container{
		background: none;
		padding: 40px 20px 15px;
	}

	.ninja_small a{
		margin-top: 20px;
	}

	.products_sub .bordered{
		padding: 20px 20px 20px 0;
	}

	.products_sub .bordered ul li{
		box-sizing: border-box;
	}

	.products_sub a{
		margin-bottom: 10px;
	}

	.about .info > div{
		margin-bottom: 20px;
	}

	.about .about-siel .buttons a{
		margin-bottom: 20px;
	}

	footer.footer, .verybottom{
		margin: 0;
		box-sizing: border-box;
	}

	.products_sub li ul li, .product_sub ul li{
		padding-left: 35px;
	}

	.products_sub li ul li:before, .product_sub ul li:before{
		left: 0;
	}

	.contact_sub .contact-boxes > div{
		box-sizing: border-box;
		margin-bottom: 20px;
	}

    section#bottom{
        margin: 0;
        padding: 0;
    }

    .desktop-nav{
        display: none;
    }

    .mobile-nav{
        display: block;
		/*position: sticky;*/
		/*top:0;*/
		z-index: 10;
    }

    .mobile-nav .topnav{
        margin-bottom:0;
    }

    .mobile-nav .line{
        height: auto;
        background: #333333;
        padding: 10px 0px;
    }

	.mobile-nav.active .hamburger > div:nth-child(1){
		transform: rotate(45deg) translateX(6px) translateY(10px);
	}

	.mobile-nav.active .hamburger > div:nth-child(2){
		opacity: 0;
	}

	.mobile-nav.active .hamburger > div:nth-child(3){
		transform: rotate(-45deg) translateX(6px) translateY(-10px);
	}

	.mobile-nav nav{
		max-height: 0;
		overflow: hidden;
		transition: 0.5s max-height;
	}

	.mobile-nav.active nav{
		max-height: 500px;
	}

    .mobile-nav .hamburger div{
		transition: 0.5s all;
        width: 35px;
        height: 5px;
        background-color: white;
        border-radius: 3px;
        margin: 6px 0;
    }

    .mobile-nav .nav{
        background: #333333;
    }

    .mobile-nav .nav a{
        color: white;
    }

    .mobile-nav .nav li{
        padding: 10px 0px;
		position: relative;
    }

	.mobile-nav .nav li .chevron{
		position: absolute;
		right: -5px;
		top: 7px;
		padding: 5px 15px;
		transition: 0.5s transform;
	}

	.chevron:after{
		content: "";
		border-style: solid;
		border-width: 0.25em 0.25em 0 0;
		display: inline-block;
		height: 0.45em;
		position: relative;
		transform: rotate(135deg);
		vertical-align: top;
		border-color: white;
		width: 0.45em;
	}

	.mobile-nav .nav li .dropdown{
		position: initial;
		float: none;
		background: #77b201;
		padding: 0px 20px;
		border: 0;
		max-height: 0;
		overflow: hidden;
		margin: 0;
		transition: 0.5s all;
		list-style-type: none;
	}

	.mobile-nav .nav li.opened .chevron{
		transform: rotate(180deg);
	}

	.mobile-nav .nav li.opened .dropdown{
		margin: 10px 0px 0px;
		max-height: 300px;
	}
}
@media (max-width: 767px) {
	footer .verybottom .modal-buttons{
		justify-content: center;
	}
}

@media (max-width: 480px) {
	header .navbar-inner .container .modal-buttons  img{
		height: 30px!important;
		margin: 25px 10px!important;
	}
	.verybottom {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
.cta {
	margin-top:20px;
	text-align:center;
}

.cta a {
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
	.verybottom p {
		text-align:center;
	}

}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.modal{
	width: 90%;
	max-width: 1080px;
	margin: auto auto;
	left: 0;
	right: 0;
	padding: 20px;
	margin-top: 100px;
}

.modal .modal-body{
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}

.modal input, .modal textarea, .modal label{
	font-size: 16px;
	height: auto;
}

.modal .modal-body button{
	padding: 10px 40px;
}

.modal .modal-header h4{
	margin-bottom: 0;
}

.modal .modal-header button{
	margin-top: 4px;
	font-size: 30px;
}

#eu-modal .modal-body img{
	height: 65px;
}
