/* ************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,
textarea {
	resize:none;
	-webkit-appearance: none;
}
.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:#2980b9;
}
h1,h2,h3,h4,h5.h6 {margin-top:0px;
}
.text-center {text-align:center;
}


/*********** MAIN **************/
body {
	color: #262626;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:24px;
	margin: 0;
	padding: 0;
	overflow-x:hidden !important;
}
html { font-size: 100%;
}
::selection{
	background: #2980b9;
	color: #fff;
}
::-moz-selection {
	background: #2980b9;
	color: #fff;
}
a,
a:focus {
	color: #2980b9;
	text-decoration:none !important;
}
a:hover { color: #707070;
}
p {margin: 0 0 15px; padding: 0;
}
strong { font-weight: 600;
}
.center { text-align: center;
}
.colored { color: #2980b9;
}
.bg_colored { background-color: #2980b9;
}
.justify {text-align: justify;
}
iframe {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	max-width:100% !important;
	overflow-y: hidden !important;
}
img {max-width:100%;
}
.cover {
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
.pb30 {padding-bottom:30px;
}
.pb100 {padding-bottom:100px !important;
}
.sep36 {padding-top:36px !important;
}


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

/*********** HEADER ************/
#top{}
#navigation  {
	left:0;
	top:0;  
	width:100%!important;
	background:#2d2e2e;
	z-index:99999;
	padding:14px 0 17px;
	position:relative;
	overflow: hidden;
}
#navigation .container {
	position:relative;
}
.logo_main {
	float:left;
	display:none;
}
#logo img {display:block;
}
#logo a {
	line-height:auto !important;
	font-size:28px;
	line-height:48px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#fff;
}
nav.navmenu #logo {
	padding:0 44px;
}
.mouse {
	background:url(../images/mouse.png) no-repeat;
	width:25px;
	height:45px;
	position:absolute;
	left:50%;
	bottom:20px;
	margin:0 0 0 -13px;
}
.mouse:hover {
	opacity:0.7;
}

/**Menu**/
.navmenu {
	text-align:center;
	margin:0;
}
.navmenu ul li {
	display:inline-block;
	vertical-align: top;
	margin:0 26px 0 30px;
}
.navmenu ul li a {
	color:#fff;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
.navmenu li a:hover,
.navmenu li.active a {
    padding: 0;
    text-decoration: none;
    opacity:0.5;
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
nav.mobile_header {display:none!important;
}
.navmenu ul li:last-child {margin-right:3px;
}

.separator {
	max-width:507px;
	border-bottom:#d1d1d1 solid 1px;
	margin:30px auto 47px;
	position:relative;
}
.separator:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-15px 0 0 -53px;
	background:url(../images/small_bicycle.png) no-repeat center center #fff;
	width:106px;
	height:30px;
}

/**slider**/
.full_slider {	
	background-color:#181818;
	background-position:center center;
	background-repeat:no-repeat;
}
.page_section {
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	padding:50px 0 36px;
}
.page_section.section_big {
    padding: 87px 0 75px;
}
#page {overflow:hidden;
}



/************ HOME SECTION ***********/
#home{position:relative;
}
.shortcode_button,
.shortcode_button2 { 
	display:inline-block;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	font-size:14px;
	color:#fff !important;
	text-transform:uppercase;
	padding:4px 18px 4px;
	vertical-align:top;
	text-align:center;
	background:#2980b9;
	border:#2980b9 solid 1px;
	border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
.shortcode_button2 {
	background:#fff;
	color:#262626 !important;
	border:#545454 solid 1px;
}
.shortcode_button2:hover {
	color:#fff !important;
	background:#2980b9;
	border:#2980b9 solid 1px;
}
.shortcode_button:hover {
	background:#fff;
	color:#262626 !important;
	border:#545454 solid 1px;
}
.page_section header {
	width: 100%;
	overflow:hidden;
	padding-bottom:44px;	
}
.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 {
	font-size: 48px;
	line-height:58px;
	padding:0 15px 0;
	margin:0 0 33px;
	text-align: center;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
}
.page_section header p {
	text-align: center;
	padding:0 15px 10px;
	margin-bottom:0;
}

/*********** ABOUT SECTION **********/
#about {
}
.about_block .img img {
	display: block;
	margin:0 auto;
}
.about_block h3 {
	font-size:24px;
	margin-bottom:22px;
	font-weight:normal;
	text-transform:uppercase;
}
.about_block .shortcode_button {
	margin-top:9px;
}
/***/


/********** SERVICES SECTION *********/
#services {
}
/* price */
.price-item {
	background:#f8f9f9;
	padding:25px 30px 31px;
	margin:0 0 31px;
	text-align:center;	
}
.price-item.gold {
	background:#e5e8e8;
}
.price-item .type {
	font-style:italic;
} 
.price-item .title {
	font-size:24px;
	line-height:32px;
	font-weight:700;
	text-transform:uppercase;
	margin:5px 0 29px;
}
.price-item ul {
	margin-bottom:36px;
}
.price-item ul li {
	font-size:14px;
	line-height:21px;
	text-align:left;
	margin:0 0 9px;
	padding:0 0 0 20px;
	background:url(../images/list-style.png) no-repeat 0 8px;
}
.price-item .shortcode_button,
.price-item.gold .shortcode_button:hover {
	background:#fff;
	color:#262626 !important;
	border:#545454 solid 1px;
}
.price-item .shortcode_button:hover,
.price-item.gold .shortcode_button {
	color:#fff !important;
	background:#2980b9;
	border:#2980b9 solid 1px;
}
.pricelist {
	font-weight:700;
	margin-bottom:24px;
}
.pricelist b {
	font-size:36px;
}
.pricelist sup {
	font-size:14px;
	position: relative;
    top: -17px;
}

/* Partners */
.partners {
	margin-bottom:50px;
	text-align:center;
}
.partners div.item {
	padding-bottom:30px;
	position:relative;
	display:inline-block;
	margin:0 auto;
}
.partners div.item img {
	display:block;	
	opacity: 1;	
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	width:100%;
	height:auto;
}
.partners div.item img.hovered {
	opacity:0;
	z-index:5;
	position:absolute;
	left:0;
	top:0;
}
.partners div.item a:hover img {
	opacity:0;
}
.partners div.item a:hover img.hovered {
	opacity:1;
}

/* Carousel */
.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 200px;
    float: left;
	padding:0 30px;
    border: 1px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
.jcarousel li:nth-child(odd) {
	background:#f8f9f9;
	text-align:right;
}
.jcarousel li:nth-child(even) {
	background:#e5e8e8;
	text-align:left;
} 
.jcarousel li:nth-child(odd) .cont {
	float:right;
}
.jcarousel li:nth-child(even) .cont {
	float:left;
}
.jcarousel .cont {
	text-align:left;
	max-width:555px;
}


.announce {
	display: -webkit-flex; /* Safari */
	display: -ms-flex;
    display: flex;
}
.announce .col {
	width:50%;
	float:left;
	-webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
.announce .col .wrap_cont {
	max-width: 615px;
    width: 100%;
}
.announce .col_carousel {background:#f8f9f9;
}
.announce .col_best {
	background: no-repeat right bottom #e5e8e8;
}
.announce .col_carousel .wrap_cont {
	float:right;
}
.announce .col_best .wrap_cont {
	float:left;
}
.announce h3 {
	font-size:24px;
	line-height:32px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:8px;
}
.announce p {
	color:#777;
}
.announce .shortcode_button {
	margin-top:9px;
}
.announce .slides li {
	padding:41px 30px;
	min-height:400px;
}
.announce .flex-control-nav {
	text-align:left;
	left: 24px;
	right:24px;
}
.announce .col_best .wrap_cont  {
	padding:41px 30px;
	min-height:400px;
}
.announce .col_best img.slide_bg {display:none;
}
/***/


/********** PORTFOLIO SECTION *********/
#products {
}

/* *** portfolio_isotope.css *** */

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

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

.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;
}


.image-grid {
	width:100% !important;
}
.image-grid .element { 
	background:none; 
	overflow:hidden; 
	display:inline-block; 
	margin-bottom:51px;
}
.image-grid .img_block {
	position:relative;
	overflow:hidden; 
	margin-bottom:19px;
}
.image-grid .img_block a:hover .caption {
	opacity:1;
	visibility:visible;
}
.image-grid .img_block a:hover > img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
.image-grid .img_block img {
	display:block; 
	width:100%; 
	height:auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.image-grid .img_block .caption {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background:#000;
	background:rgba(0,0,0,0.8);
	text-align:center;
	color:#fff;
	opacity:0;
	visibility:hidden;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
}
.image-grid .img_block .caption span {
	font-size:24px;
	margin:0 23px 0 26px;
	position:relative;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	opacity:0;
	visibility:hidden;
}
.image-grid .img_block .caption span:first-child {
	left:-160px;
}
.image-grid .img_block .caption span:last-child {
	right:-160px;
}
.image-grid .img_block a:hover .caption span:first-child {
	left:0;
	opacity:1;
	visibility:visible;
}
.image-grid .img_block a:hover .caption span:last-child {
	right:0;
	opacity:1;
	visibility:visible;
}
.image-grid .img_block .caption .info {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.image-grid .img_block .caption i {
	margin:0 10px 0 0;
}
.image-grid .cont {
	text-align:center;
	margin:0 25px 0;
	padding:0 0 30px;
	border-bottom:#d1d1d1 solid 1px;
}
.image-grid .cont .title {
	font-size:24px;
	line-height:36px;
	margin-bottom:7px;
	letter-spacing:1px;
}
.image-grid .cont .title span {
	color:#2980b9;
}
.image-grid .cont p {
	margin:0 0 15px;
	font-size:14px;
	line-height:21px;
	color:#777;
	font-style:italic;
}
.load_more_cont {
	text-align:center;
	margin:-21px 0 1px;
	position:relative;
	z-index:10;
}



/***** Contact Section *****/
.form_block {
	background-image:url(../images/slide_bg/slide_bg1.jpg);
}
.bg_gray {background:#f9f9f9;
}
.bg_gray .separator:before {background-color:#f9f9f9;
}
.icon_box {
	text-align:center;
	margin-bottom:20px;
}
.icon_box .icon {margin-bottom:2px;
}
.icon_box a {color:#262626;
}
.icon_box a:hover {color:#2980b9;
}
.form_block header {
    padding-bottom: 8px;
}

.contact_form {padding-bottom:25px !important;
}
form input[type="text"],
form textarea {
	background: none;
	margin:0 0 19px;
	padding: 3px 0 3px;
	width: 100%;
	border:none;
	border-bottom:1px #262626 solid;
	outline:none;
	box-shadow:none;
	font-size:14px;
	line-height:24px;
	color:#262626;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
form textarea {
	height: 81px ;
	resize:none;
}
.contact_form .shortcode_button {
	margin-top:10px;
}

/* Placeholder */
::-webkit-input-placeholder{
    opacity: 1 !important;
	color:#262626;
}
:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
   color:#262626;
}
::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
   color:#262626;
}
:-ms-input-placeholder {
    opacity: 1 !important;
	color:#262626;
}
/* 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: 0;
    margin: 0 0 30px;
    padding: 12px 10px 12px 35px;
	position:relative;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
}
.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:13px;		
	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;
}



/****** Footer *******/
.footer {
	padding:48px 0 32px;
	font-size:14px;
	line-height:21px;
	background:#292929;
	color:#707070;
}
.copyright {
	text-align:center;
}
.copyright .logo {
	margin-bottom:25px;
}
.social_icon {
	margin:0 0 10px;
}
.social_icon li {
	display:inline-block;
	margin:0 7px 10px 10px;
}
.social_icon li a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/social.png) no-repeat;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.social_icon li a.fb {background-position:0 0;
}
.social_icon li a.tw {background-position:-30px 0;
}
.social_icon li a.drib {background-position:-60px 0;
}
.social_icon li a.be {background-position:-90px 0;
}
.social_icon li a.in {background-position:-120px 0;
}
.social_icon li a.pi {background-position:-150px 0;
}
.social_icon li a:hover {
	opacity:0.7;
}




/**********************css3***************/
a {
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}
.mouse,
.shortcode_button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}