/* ************GRID************ */
body, html {
    padding: 0;
    margin: 0;
	overflow-x:hidden !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:before,
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/********************************/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	border:none 0;
	outline:none;
}
select,
input,
button,
textarea {
	outline:none !important;
}
input[type="text"] ,
textarea {
	resize:none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #777777;
    border-radius: 4px;
    box-shadow: none;
    color: #777777;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 22px;
    margin: 0 0 30px;
    padding: 8px 11px;
    width: 100%;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}
.color {color:#96ceb4;
}
h1,h2,h3,h4,h5.h6 {margin-top:0px;
}
.text-center {text-align:center;
}


/*********** MAIN **************/
body {
	color: #2d2e2e;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:21px;
	margin: 0;
	padding: 0;
	overflow-x:hidden !important;
}
html { font-size: 100%;
}
::selection{
	background: #96ceb4;
	color: #fff;
}
::-moz-selection {
	background: #96ceb4;
	color: #fff;
}
a,
a:focus {
	color: #2d2e2e;
	text-decoration:none !important;
	outline:none;
}
a:hover { color: #96ceb4;
}
p {margin: 0 0 10px; padding: 0;
}
strong { font-weight: 700;
}
.center { text-align: center;
}
.colored { color: #96ceb4;
}
.bg_colored { background-color: #96ceb4;
}
.justify {text-align: justify;
}
iframe {border:0;
}
img {max-width:100%;
}
.cover {
	background-position:50% 0;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
.bg_gray {background-color:#f7f7f7;}

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9900; /* makes sure it stays on top */
}
#status {
	width:60px;
	height:60px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center center;
	margin:-30px 0 0 -30px; /* is width and height divided by two */
}

.parallax {
    background-position: 50% 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/*---------------------------------------------------------------
					One page HTML
----------------------------------------------------------------*/

/**** HEADER ****/
#top {
	background:#77adcf;
	border:none;
	/*padding:20px 0;*/
	left:0;
	top:0;
	width:100%!important;
	z-index:999;
	max-height: 100px;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	/*padding:20px 0;*/
	background:#77adcf;
	z-index:1000;
	opacity: 0;
	width:100% !important;
	max-height: 100px;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.mouse {
	position:absolute;
	left:50%;
	bottom:30px;
	z-index:50;
	background:url(../images/mouse.png) no-repeat;
	width:24px;
	height:42px;
	margin:0 0 0 -12px;
}

/* Logo */
#logo {
	float:left;
	vertical-align:top;
	margin:0;
	position:relative;
	z-index:9999;
}
#logo img {vertical-align:top;
}
/**/

/*Menu*/
.navmenu{
	margin:0 -25px 0 0;
	padding:0;
	float:right;
}
.navmenu ul {
    font-size: 0;
    line-height: 0;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
	padding:0;
    margin: 0 10px;
}
.navmenu ul li a {
	display: inline-block;
	font-size: 15px;
	padding:0 15px;
	text-decoration:none !important;
	outline:none;
	color:rgba(255,255,255,1);
	background:none;
	text-transform:uppercase;
}
.navmenu li a:hover,
.navmenu li.active a {
    text-decoration: none;
	color:#fff;
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
/**/


/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider_caption {
    position:absolute;
	top:50%;
	left:0;
	right:0;
    color:#fff;
    margin: 0;
    text-shadow: none;
	opacity: 1; 	
	float:none;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.full_slider_caption .title {
	margin-bottom:25px;
	font-size:48px;
	line-height:58px;
	text-transform:uppercase;
}
.full_slider_caption .shortcode_button {
	margin-top:25px;
}
/****/

.separator {
	width:42px;
	height:14px;
	background:url(../images/separator.png) no-repeat center 0;
	margin:20px auto 35px;
	position:relative;
}
.separator:before,
.separator:after{
	content:'';
	position:absolute;
	top:50%;
	width:30px;
	margin:-1px 0 0;
	border-bottom:#cdcdcd solid 1px;
}
.separator:before {left:-30px;}
.separator:after {right:-30px;}

.page_section {
	opacity: 1; 
	padding:49px 0 50px;
}
.page_section.section_big {
    padding: 87px 0 75px;
}


/************ HOME SECTION ***********/
#home{
    background: url(/UserFiles/Image/bg2.jpg) no-repeat scroll 0 0;
    position: relative;
}
.shortcode_button { 
	display:inline-block;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	color:#fff !important;
	padding:7px 19px;
	vertical-align:top;
	text-align:center;
	text-transform:uppercase;
	/*background:#96ceb4;*/
	background: #9bc734; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliYzczNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWJiMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9bc734 0%, #81bb07 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc734), color-stop(100%,#81bb07)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9bc734 0%,#81bb07 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9bc734 0%,#81bb07 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9bc734 0%,#81bb07 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9bc734 0%,#81bb07 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc734', endColorstr='#81bb07',GradientType=0 ); /* IE6-8 */

	border-bottom: 1px solid #558c0e;
	border-radius:6px;
	cursor:pointer;
	font-size:14px;
}
.shortcode_button:hover {
	background:#4a4e6f;
}
.shortcode_button.btn-lg {
	font-size:18px;
	padding:12px 19px 13px;
}
.prva-btn{
	width: 100%;
	font-size:16px !important;
	font-weight:bold;
}
.footer_block .prva-btn{
	width: 100%;
	font-size:14px !important;
	font-weight:normal !important;
}
.page_section header {
	width: 100%;
	overflow:hidden;
	padding-bottom:45px;	
}
.page_section header div.container {
	z-index:900;
	position: relative;
}
.page_section header div.container h1,
.page_section header div.container h2,
.page_section header h1,
.page_section header h2,
h2 {
	font-size: 36px;
	line-height:46px;
	padding:0 15px 0;
	margin:0 0 21px;
	text-align: center;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
}
.page_section header p {
	text-align: center;
	padding:0 0 10px;
	margin-bottom:0;
}

/************* START SECTION *************/
.icon-banner {
    text-align: center;
	margin-bottom:15px;
}
.icon-banner > a {display:inline-block;
}
.icon-banner .icon {
	display: inline-block;
    margin: 0 auto 17px;
    position: relative;
}
.icon-banner .icon img {
    display: block;
    height: auto;
    opacity: 1;
    width: 100%;
	transform: translateZ(0) !important;
	-webkit-transform: translateZ(0) !important;
}
.icon-banner .icon img.hovered {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
.icon-banner a:hover .icon img {opacity: 0;
}
.icon-banner a:hover .icon img.hovered {opacity: 1;
}
.icon-banner .title_cont {
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}
.icon-banner p {color: #2d2e2e !important;
}


/************** ABOUT SECTION ***********/
.about_block .img-wrap img {
	display: block;
	margin:0 auto;
}
.about_block h3 {
	font-size:24px;
	margin-bottom:22px;
	font-weight:normal;
}
.page_section.about_block {
	padding:0px !important;
	min-height: 250px;
}
.about_block {
	margin-bottom:20px;
	position:relative;
}
.about_block .col_img {
	background:url(../../Image/img_about.jpg) no-repeat center center;
	background-size:cover;
	float:left;
	position:absolute;
	top:0px;
	bottom:0;
	left:0px;
}
.about_block .col_cont {
	float: right;    
}
.about_block .col_img,
.about_block .col_cont {
	width: 50%;
}
.about_block .wrap_cont {
	width:100%;
	max-width:600px;
	padding:69px 15px 78px;
	text-align:center;
}
.about_block .wrap_cont header {
	padding:0px;
}
.about_block .shortcode_button {
	margin-top:15px;
}


/*team*/
.team_block {}

.item-team {
	max-width:270px;
	margin:0 auto 15px;
	padding:0 0 15px;
	text-align:center;
}
.item-team .img {
	position:relative;
	overflow:hidden;
	margin-bottom:14px;
}
.item-team .img img {
	vertical-align:top;
}
.item-team a:hover .img img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
.item-team .cont {
	padding:0 15px 10px;
	margin-bottom:15px;
	border-bottom:#ddd solid 1px;
}
.item-team .sub-info {
	margin-bottom:5px;
}
.item-team > a span {
	display:block;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:9px;
}
.item-team .social {
	font-size:0;
	line-height:0;
}
.item-team .social a {
	width:28px;
	height:28px;
	background:#f7f7f7;
	display:inline-block;
	margin:5px 5px 0;
	color:#fff;
	font-size:14px;
	line-height:27px;
	border-radius:50px;
	-webkit-border-radius:50px;
}
.item-team .social a:nth-child(1) {background-color:#5567a9;}
.item-team .social a:nth-child(2) {background-color:#61abea;}
.item-team .social a:nth-child(3) {background-color:#be4a39;}
.item-team .social a:nth-child(4) {background-color:#ee558e;}

.item-team .social a:hover {
	background:#979797;
	color:#2d2e2e;
}
/***/


/********** individual_section *********/
.individual_section {
	padding:153px 0 165px;
	margin:-14px 0 0;
	background-image:url(../images/parallax.jpg);
}
.individual_section .cont {
	min-height:50px;
	max-width:570px;
}
.individual_section h2 {
	padding:0px;
	margin-bottom:23px;
	text-align:left;
}
.individual_section p {
	/*font-size:18px;*/
	line-height:27px;
}
.individual_section .shortcode_button {
	margin-top:14px;
}

/* Counter */
.counter_section {
	padding:50px 0 45px;
	margin-bottom:20px;
	background:#f7f7f7;
}
.counter_wrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.stat_temp {
    width: 0 !important;
    display: none !important;
}
.counter_wrapper,
.counter_content {
    text-align: left;
    position: relative;
    overflow: hidden;
}
.counter_wrapper .img  {
	float:left;
	max-width:65px;
	overflow:hidden;
}
.counter_wrapper .cont  {
	padding:9px 0 8px 70px;
}
.stat_count {
	font-size:24px;
	line-height:26px;
	margin:0 0 7px;
}
.counter_title {
	position:relative;
	font-size:18px;
	font-weight:normal;
	margin:0;
}
/***/


/*********** SERVICES SECTION **********/
#services {
	margin-bottom:-30px;
}
.tab_box {display: none;
}
.tab_box.visible {display: block;
}
.services_tab {
	border:#cdcdcd solid 1px;
}
.services_tab ul.tabs {
	float:left;
	width:268px;
	margin: -1px 0 -1px -1px;
    overflow: hidden;
}
.services_tab ul.tabs li {
	position:relative;
	display:block;
	padding:10px 10px;
	background:rgba(205,205,205,0.2);
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	margin:1px 0 0;
	cursor:pointer;
}
.services_tab ul.tabs li span {
	display:table-cell;
	vertical-align:middle;
	width:10%;
	height:49px;
}
.services_tab ul.tabs li:first-child {
	margin-top:0px;
}
.services_tab ul.tabs li:hover {
	background:rgba(205,205,205,0.1);
}
.services_tab ul.tabs li.current {
	background:rgba(205,205,205,0);
	cursor:default;
}
.services_tab ul.tabs li:before {
	content:'';
	position:absolute;
	top:-1px;
	bottom:-1px;
	left:-7px;
	border-left:#4a4e6f solid 5px;
}
.services_tab ul.tabs li.current:before {
	left:-1px;
}
.services_tab .tab_box {
	padding:24px 10px 24px 298px;
}
.services_tab .list_cont {
	padding:15px 0 5px;
}
.list_cont .img {
	float:left;
	max-width:170px;
}
.list_cont .cont {
	padding:0 0 0 200px;
}
.list_cont .cont ul {
	height:100%;
	height:155px;
	display:table-cell;
	vertical-align:middle;
}
.list_cont .cont ul li {
	padding:0 0 0 28px;
	margin:19px 0 19px;
	position:relative;
}
.list_cont .cont ul li:before {
	content:'';
	position:absolute;
	left:0px;
	top:2px;
	width:18px;
	height:18px;
	background:url(../images/icons/arrow.png) no-repeat center center;
	background-color:#96ceb4;
	border-radius:50px;
	-webkit-border-radius:50px;
}


/********** PORTFOLIO SECTION *********/
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

.portfolio-block {
	margin-bottom:-30px;
}
.portfolio-menu {
	padding-bottom: 20px;
	text-align: center;
	font-size:0;
	line-height:0;
}
.portfolio-menu li {
	display: inline-block;
	margin:0 10px 10px;
	font-size: 14px;
	line-height:21px;
}
.portfolio-menu li.active a,
.portfolio-menu li a:hover {
	color: #fff !important;
	background: #96ceb4;
}
.portfolio-menu li a {
	display: block;
	padding: 5px 18px;
	text-transform:uppercase;
	cursor: pointer;
	border:#96ceb4 solid 2px;
}
.portfolio-list {
	margin:0 -5px 30px 0;
}
.portfolio-list .item {
	width: calc(25% - 1px);
	overflow:hidden;
}
.portfolio-list .item a {
	position: relative;
	display:block;
}
.portfolio-list .item a img {
	vertical-align:top;
	width: 100%;
}
.portfolio-list .item a:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
.app-item {
	text-align: center;
}

.portfolio-list .item .caption {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.portfolio-list .item a:hover .caption {
	background:rgba(0,0,0,0.8);
}
.portfolio-list .item a:hover .caption .info {
	opacity:1;
	visibility:visible;
}
.portfolio-list .item .caption .info {
	opacity:0;
	visibility:hidden;
	position:absolute;
	width:100%;
	padding:0 5%;
	left:0px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	color:#fff;
	-webkit-transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}
.portfolio-list .item .caption h3 {
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	margin-bottom:9px;
	margin-top:9%;
}
.portfolio-list .item .caption p {
	padding:0;
}
.portfolio-list .item .zoom {
	display:block;
	margin:0 auto;
	background:url(../images/zoom.png) no-repeat center center;
	width:36px;
	height:36px;
	overflow:hidden;
	transform:scale(1.5,1.5);
	-webkit-transform:scale(1.5,1.5);
}
.portfolio-list .item a:hover .caption .zoom {
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
}
/***/


/********** NewsletterSignup *********/
.NewsletterSignup {
	text-align:center;
}
.NewsletterSignup header {
	padding-bottom:30px;
}
.NewsletterSignup h2 {
	margin-bottom:26px !important;
}
.NewsletterSignup .shortcode_button {
	margin-top:15px;
}
/***/


/********** PRICE TABLE SECTION *********/
.pricing_block {
	text-align:center;
	padding-top:69px;
	margin-bottom:19px;
}
.price-item {
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border:#eaeaea solid 1px;
	width:232px;
	padding:25px 15px 26px;
	margin:0 31px 31px 34px;
	text-align:center;	
}
.price-item .type {
	font-size:24px;
	line-height:32px;
	font-weight:700;
	text-transform:uppercase;
	padding:0px 0 24px;
}
.pricelist {
	font-weight:700;
	font-size:18px;
	color:#fff;
	padding:11px 10px 12px;
	margin:0 -15px 24px;
	background:#96ceb4;
	border-bottom:#75b798 solid 3px;
}
.price-item ul {
	margin-bottom:45px;
}
.price-item ul li {
	margin:0 0 9px;
}
.price-item.standard .pricelist {
	background:#4a4e6f;
	border-bottom:#34395f solid 3px;
}
.price-item .shortcode_button,
.price-item.standard .shortcode_button:hover {
	background:#96ceb4;
	color:#fff !important;
}
.price-item .shortcode_button:hover,
.price-item.standard .shortcode_button {
	background:#4a4e6f;
}



/************ BLOG SECTION ************/
.blog_block {
	margin-bottom:-14px;
	margin-top: 40px;
}
.blog-item {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 15px;
    margin: 0 auto 30px;
    max-width: 370px;
    padding: 25px 25px 0;
}
.blog-item .img {
	overflow:hidden;
}
.blog-item .img img {
	vertical-align:top;
}
.blog-item .img a:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
.blog-item .cont {
	padding:14px 0;
}
.blog-item .cont p {
	color:#666;
}
.blog-item h4 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:9px;
}
.blog-item .sub-info {
	color:#666;
	font-size:12px;
	overflow:hidden;
	margin-bottom:21px;
}
.blog-item .sub-info span {
	display:inline-block;
	margin:0 10px 5px 0;
}
.blog-item .sub-info a {color:#666;}
.blog-item .sub-info a:hover {color:#96ceb4;}

.blog-item .sub-info i {
	margin:0 5px 0 0;
	font-size:14px;
}
/***/


/********** CONTACT SECTION *********/
input.shortcode_button,
button.shortcode_button {
	padding-top:0px;
	padding-bottom:0px;
	height: 35px;
	line-height:34px;
	margin:0;
}
.form_block {
	padding-top:39px;
}
.form_block header {
    padding-bottom: 32px;
}
.contact_form {
	background:#eee;
	margin-bottom:54px;
	padding:30px 0 17px;
	color:#2d2e2e;
}
.read-mail {
	background:url(../images/icons/read-mail.png) no-repeat 0 10px;
	min-height:67px;
	padding:0 0 0 80px;
	margin:0 0 10px 30px;
}
.read-mail h3 {
	font-size:14px;
	margin-bottom:9px;
}
.contact_form .shortcode_button {
	margin-top:36px;
	min-width:140px;
	padding-left:0px;
	padding-right:0px;
}
.contact_form form label {
	display:block;
	margin-bottom:15px;
}
.inp {
	background: #fff;
	margin:0 0 20px;
	padding: 7px 10px;
	width: 100%;
	border:none;
	border:1px #cdcdcd solid;
	outline:none;
	box-shadow:none;
	font-size:14px;
	color:#666;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
form textarea {
	height: 75px ;
	resize:none;
}


/* Placeholder */
.contact_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
.contact_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
.contact_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
.contact_form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #666;
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
/***/

/** form valid style **/
.notification_error,
.notification_ok {
    border-radius: 3px;
	-webkit-border-radius: 3px;
    margin: 0 0 30px;
    padding: 12px 10px 12px 35px;
	position:relative;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
	margin-bottom:10px;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
	background:#FFCFCF;	
}
.notification_error:before,
.notification_ok:before {
    content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:15px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../images/error.png);
}
.notification_ok:before {background-image:url(../images/info.png);
}

.no_bottom {padding-bottom:0;
}
#note {
	max-width:770px;
	margin:0 auto;
}


/************* FOOTER ************/
.footer {
	padding:0 0 24px;
	color:#d8d8d8;
	background:#2d2e2e;
}
.footer a {color:#d8d8d8;
}
.footer a:hover {color:#96ceb4;
}
.footer_block {
	margin-bottom:25px;
}
.footer_block .title {
	position:relative;
	padding-bottom:16px;
	margin-bottom:14px;
	min-width:94px;
}
.footer_block .title:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:94px;
	border-bottom:#53524f solid 1px;
}
.footer_block .title h3 {
	margin:0px;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.footer_block ul li {
	padding:10px 0;
	border-bottom:#343332 solid 1px;
}
.footer_block ul li:last-child {
	border-bottom:none;
}
.twitts_list li {
	margin-bottom:21px;
	padding:0px !important;
	border:none !important;
}
.twitts_list p {margin:0px;}
.twitts_list a {color:#96ceb4;}
.twitts_list a:hover {color:#4a4e6f;}

.copyright {
	border-top:#343332 solid 1px;
	padding:24px 0 0;
	margin-top: 30px;
}
.social_icon {
	margin:0;
	padding:15px 0 0;
	font-size:18px;
}
.social_icon ul {
	font-size:0;
	line-height:0;
}
.social_icon li {
	display:inline-block;
	border-bottom:none !important;
	padding:0 !important;
	margin:0 10px 7px 0;
}
.social_icon li a {
	display:block;
	background:#979797;
	width:28px;
	height:28px;
	text-align:center;
	font-size:18px;
	line-height:27px;
	border-radius:50px;
	-webkit-border-radius:50px;
	color:#2d2e2e ;
}
.social_icon li a:hover {
	color:#fff;
}
.social_icon li a.facebook:hover {background-color:#5567a9;}
.social_icon li a.twitter:hover {background-color:#61abea;}
.social_icon li a.google-plus:hover {background-color:#be4a39;}




/**********************css3***************/
a {
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}
.blog-item .img img,
.item-team .img img,
.portfolio-list .item .zoom,
.portfolio-list .item img,
.portfolio-list .item .caption,
.services_tab ul.tabs li:before,
.services_tab ul.tabs li,
.social_icon li a,
.portfolio-menu li a,
.shortcode_button,
.icon-banner .icon img,
.icon-banner .icon:before,
.fixed-menu,
.navmenu li a:before,
.navmenu ul li,
.navmenu ul li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item-team .social a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contact_form_iskalci p{	resize:none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #777777;
    border-radius: 4px;
    box-shadow: none;
    color: #777777;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 22px;
    margin: 0 0 30px;
    padding: 8px 11px;
    width: 100%;}

.inputtext2 {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 40px;
    margin-bottom: 3px;
    padding: 8px 10px;
    text-align: left;
    width: 87px !important;
}
/* GALLERY DESIGN */
.Insert_Gallery{
	width:100%;
	display: inline-block;
	/*padding-left:15px;*/
}
.Insert_Gallery p{
	padding:0;
}
ul.fotos_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*width: 282px;
	float:right;
	margin-left:10px;
	margin-top:10px;*/
	margin-bottom:10px;
}

ul.fotos_list li {
	float: left;
	width: 164px;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: #CCC solid 1px;
}
ul.fotos_list li.last {
	margin-right: 0;
}
ul.fotos_list li a.list_picture {
	display: block;
	width: 156px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: no-repeat center center;
}
/* GALLERY DESIGN PRVA*/
.Insert_GalleryPrva{
	width:100%;
	display: inline-block;
	/*padding-left:15px;*/
}
.Insert_GalleryPrva p{
	padding:0;
}
.Insert_GalleryPrva ul.fotos_list {
	list-style-type: none;
	margin: -20px 0px 10px 0px;
	padding: 0;
}

.Insert_GalleryPrva ul.fotos_list li {
	float: left;
	width: 126px;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: #CCC solid 1px;
}
.Insert_GalleryPrva ul.fotos_list li.last {
	margin-right: 0;
}
.Insert_GalleryPrva ul.fotos_list li a.list_picture {
	display: block;
	width: 124px;
	height: 80px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: no-repeat center center;
}
.dpm-blue {
background: #00b7ea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDllYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-8 */
}
.dpm-orange {
background: #ffc578; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjlkMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc578 0%,#fb9d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-8 */
}