/* 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:0;
	outline:none;
	vertical-align:top;
	max-width:100%;
}
iframe {border:0;
}
input,
textarea {
	outline:none !important;
	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:#7da73e;
}

/** MAIN **/
body {
	color: #666666;
	background: #fff;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:21px;
	margin: 0;
	padding: 0;	
}
html {font-size: 100%;
}
::selection{
	background: #7da73e;
	color: #ffffff;
}
::-moz-selection {
	background: #7da73e;
	color: #ffffff;
}
.wrapper {overflow:hidden;
}
a {
	color: #262626;
	text-decoration:none !important;
}
a:hover { color: #7da73e;
}
strong { font-weight: 700;
}
.center {text-align: center;
}
.justify {text-align: justify;
}
p {
	padding:0;
	margin:0 0 10px 0;
}

/** HEADER **/
#top {
	position:fixed;
	left:0;
	top:0;
	width:100% !important;
	z-index:999;
}
#top header,
.fixed-menu-wrapper {
	padding: 26px 0;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:0;
	background:#fcfcfc;
	z-index:9999;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:100% !important;
	display:none;
}
.fixed-menu.fixed_show {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	display:block;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}
#logo {
	float:left;
	vertical-align:top;
}
#logo a {
	line-height:28px;
	display:inline-block;
	vertical-align:top;
	font-size:30px;
	color:#fff;
	font-weight:400;
}
.fixed-menu #logo a {
	color:#262626;
}
#logo a span {
	font-weight:700;
	color:#7da73e;
}

/*Menu*/
.navmenu{
	margin: 0;
	padding:0;
	float:right;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
    margin: 0 17px 0 20px;
    position: relative;
	position:relative;
}
.navmenu ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0;
	font-weight:400;
	text-decoration:none !important;
	outline:none;
	text-transform:none;
	position:relative;
	z-index:5;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.fixed-menu .navmenu ul li a {
	color:#262626;
} 
.navmenu li a:hover,
.navmenu li.active a,
.navmenu li:hover a {
    padding: 0;
    text-decoration: none;
    color:#fff !important;
} 
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
.navmenu ul li:before {
	position:absolute;
	left:50%;
	top:50%;
	right:50%;
	bottom:50%;
	content:'';
	background-color:transparent;
	z-index:1;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.navmenu ul li:hover:before,
.navmenu ul li.active:before {
	left:-20px;
	top:-5px;
	right:-21px;
	bottom:-7px;
	background-color: #2B579A;
}
.fixed-menu .navmenu ul li:hover:before,
.fixed-menu .navmenu ul li.active:before {
	top:-26px;
	bottom:-26px;
}

/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider.preloader {
	background-image:url(../img/preloader.gif);
}
.flex-control-paging li a {
	background-color:#fff;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active { background-color:#7da73e;
}

.full_slider_caption {
    position:absolute;
	bottom:22.4%;
	left:20px;
	right:20px;
	text-align:left;
	color: #fff;
    font-size: 16px;
    font-weight: 400;
	line-height: 24px;
    margin: 0;
    text-shadow: none;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	float:none;
}
.slide_descr {
	line-height:32px;
	font-size:30px;
	padding-bottom:17px;
}
.slide_title {
	line-height:43px;
	font-size:48px;
	font-weight: 700;
	padding-bottom:38px;
}
.next_section {
	position:absolute;
	left:50%;
	bottom:20px;
	width:26px;
	height:45px;
	margin-left:-13px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background-image:url(../img/sprite.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.next_section:hover {
	opacity:0.5;
}

.shortcode_button { 
	display:inline-block;
	margin:0;
	text-decoration:none;
	border:0;
	background-color:#dddddd;
	color:#262626;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	line-height:24px;
	font-size:14px;
	padding:5px 19px 6px 19px;
	font-weight:400;
	text-transform:uppercase;
	vertical-align:top;
	text-align:center;
}
.shortcode_button:hover {
	color:#fff;
	background-color:#7da73e;
}

.page_section header {
	width: 100%;
	overflow:hidden;
	padding-top:73px;
	padding-bottom:55px;
	text-align:center;	
}
h2 {
	line-height:31px;
	color:#262626;
	font-weight:700;
	font-size:30px;
	margin:0;
	padding:0 0 22px 0;	
	text-transform:uppercase;
}
.page_section header h2 {
	padding-bottom:64px;
	margin-bottom:35px;
	text-align: center;
	position:relative;
}
.page_section header h2:before {
	position:absolute;
	left:50%;
	margin-left:-16px;
	height:6px;
	width:31px;
	content:'';
	bottom:11px;
	background-position:0 -53px;
	background-repeat:no-repeat;
	background-image:url(../img/sprite.png);
}
.page_section header p {
	color:#666666;
	font-weight:400;
	text-align: center;
	font-size:16px;
	line-height:24px;	
	margin-bottom:18px;
}
h3 {
	line-height:36px;
	color:#262626;
	font-weight:700;
	font-size:24px;
	margin:0;
	padding:0 0 16px 0;	
	text-transform:none;
}
.mb70 {
	margin-bottom:70px;
}
.mb80 {
	margin-bottom:80px;
}

.grey_bg {
	padding:40px 0 23px 0;
	background:#f9f9f9;
}

.service {
	padding:10px 0;
	text-align:center;
}
.service a {
	display:block;
	color:#666666;
}
.service_icon {
	display:inline-block;
	margin:0 auto 32px auto;
	position:relative;
}
.service_icon img {
	display:block;	
	opacity: 1;	
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	width:100%;
	height:auto;
}
.service_icon img.hovered {
	opacity:0;
	z-index:5;
	position:absolute;
	left:0;
	top:0;
}
.service a:hover .service_icon img {
	opacity:0;
}
.service a:hover .service_icon img.hovered {
	opacity:1;
}
.service_title {
	line-height:27px;
	padding-bottom:19px;
	font-size:18px;
	color:#262626;
	font-weight:700;
	display:block;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.service a:hover .service_title {
	color:#7da73e;
}

/* Our Team */
.team {
	padding-bottom:69px;
}
.team_info {
	text-align:center;
	padding:15px 15px 13px 15px;
	border-bottom:1px #d1d1d1 solid;
}
h4 {
	padding:0;
	margin:0 0 9px 0;
	line-height:24px;
	font-size:18px;
	color:#262626;
	text-transform:none;
	font-weight:700;	
}
.team_info h6 {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:400;
	color:#666666;
	font-style:italic;	
}
.team_socials {
	padding:20px 0 0 0;
	text-align:center;
}
.team_socials a {
	width:31px;
	height:31px;
	display:inline-block;
	margin:0 3px 11px 4px;
	vertical-align:top;
	transition: all 400ms;
	-webkit-transition: all 400ms;	
	text-indent:-9999px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
	border:1px #666666 solid;
	background-color:#fff;
}
.team_socials a:hover {
	border:1px #7da73e solid;
	background-color:#7da73e;
}
.team_socials a.team_fb {
	background-position:-39px 0;
}
.team_socials a.team_tweet {
	background-position:-81px 0;	
}
.team_socials a.team_gplus {
	background-position:-122px 0;
}
.team_socials a.team_email {
	background-position:-165px 0;
}
.team_socials a.team_fb:hover {
	background-position:-39px -29px;
}
.team_socials a.team_tweet:hover {
	background-position:-81px -29px;	
}
.team_socials a.team_gplus:hover {
	background-position:-122px -29px;
}
.team_socials a.team_email:hover {
	background-position:-165px -29px;
}

.stretch {
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/* Video_box */
.video_box {
	overflow:hidden;
	position:relative;	
}
.video_preview {
	position:absolute;
	left:0;
	top:0;
	z-index:50;	
}
.btn-load-video {
	position:relative;
	display:block;	
	background-image:url(../img/play_video.png);
	background-position:center center;
	background-repeat:no-repeat;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.btn-load-video:hover {
	opacity:0.5;
}

/* Progress Bar */
.pr_bar {
	padding-left:140px;
	position:relative;
	margin-bottom:66px;
	min-height:138px;
}
.skill {
	position:absolute;
	left:0;
	top:0;
}
.skill .skill_wrap {
    display:block;
	margin:0 auto;
	width:124px;
	height:124px;
	position:relative;
	text-align: center;
}
.skill .skill_text {
	color:#262626;
	left:0;
	right:0;
	position:absolute;
	font-size:35px;	
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:110px;
}
.easyPieChart {
    position: relative;
    text-align: center;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

h6 {
	padding:9px 0 8px 0;
	margin:0;
	font-size:18px;
	font-weight:600;
	color:#262626;
	line-height:27px;
}

/* Twitter Block */
.twitter_block {
	background-image:url(../img/bgs/1.jpg);
	text-align:center;
	line-height:24px;
	color:#262626;
	font-size:16px;
	font-style:italic;
	position:relative;
	padding-top:103px;
	padding-bottom:46px;
}
.twitter_block p {
	margin-bottom:24px;
}
.twitter_block h6 {
	padding:0;
	font-size:16px;
	line-height:24px;
	font-style:normal;
}
.twitter_block:before {
	position:absolute;
	left:50%;
	top:50px;
	width:44px;
	height:36px;
	margin-left:-22px;
	content:'';
	z-index:5;
	background-image:url(../img/sprite.png);
	background-position:-11px -74px;
	background-repeat:no-repeat;
}

/* Partners */
.partners {
	background:#f9f9f9;
	padding:26px 0 7px 0;
}
.partners div.item {
	padding-bottom:20px;
	text-align:center;
	position:relative;
}
.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;
}

/* Portfolio */
.portf_item {
	display:inline-block;
	float:none !important;
	vertical-align:top;
	margin-bottom:50px;
	margin-right:-3px;
}
.img_block img {
	width:100%;
	height:auto;
	padding:0; 
	margin:0; 
	display:block;	
}
.hover_img {
	position: relative;
	overflow:hidden;
}
.hover_img a {
	display:block;
	position:relative;
}
.fade {
	position: absolute;
	left:50%;
	top:50%;
	right:50%;
	bottom:50%;
	background:rgba(125,167,62, 0.2);
	transition: all 400ms;
	-webkit-transition: all 400ms;
	display:block;
	z-index:5;
}
.hover_img a:hover .fade {
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.portf_descr {
	position:relative;
	padding:16px 0 15px 0;
	font-style:italic;
	color:#777777;
	text-align:center;
}
.portf_descr:before {
	position:absolute;
	left:30px;
	right:30px;
	height:1px;
	bottom:0;
	z-index:5;
	content:'';
	background:#d1d1d1;
}
h5 {
	padding:0 0 9px 0;
	margin:0;
	font-size:18px;
	font-weight:700;
	color:#262626;
	line-height:24px;
	font-style:normal;
}
h5 a {
	transition: color 400ms;
	-webkit-transition: color 400ms;
}

.pt23 {
	padding-top:23px !important;
}
.pb25 {
	padding-bottom:25px !important;
}

/*Price Table*/
.price_item_wrapper {
	margin-top:30px;
	text-align:center;
	padding:0;
	border-radius:0;
	-webkit-border-radius:0;
	overflow:hidden;
	border:1px #eee solid;
}
.price_item_title {
	margin:0;
	padding:13px 10px 14px 10px;	
}
.price_item_title h5 {
	padding:0;
	margin:0;
	line-height:27px;
	color:#262626;
	font-size:18px;
	font-weight:400;
	text-align:center;
	text-transform:none;
}
.price_item_cost {
	padding:11px 10px 13px 10px;
	text-align:center;
	background:#eee;	
}
.price_item_cost h3 {
	line-height:29px;
	margin:0;
	padding:0;
	color:#262626;
	font-size:24px;
	font-weight:400;
	vertical-align:top;
}
.price_item_cost h3 span {
	font-weight:700;
}
.price_text_wrap {
	padding:34px 25px 26px 29px;
}
.price_item_text {
	text-align:left;	
	padding:0 0 9px 20px;
	position:relative;
	line-height:21px;
	font-size:14px;
	color:#262626;	
}
.price_item_text:before {
	line-height:21px;
	position:absolute;
	left:0;
	top:7px;
	width:10px;
	height:8px;
	background-position:-62px -70px;
	background-repeat:no-repeat;
	background-image:url(../img/sprite.png);
	content:'';
}
.price_item_btn {	
}
.price_item_btn a {
	margin:0;
	display:block;
	padding-top:14px;
	padding-bottom:15px;
}
.most_popular {	
	border-color:#7da73e;	
}
.most_popular a.shortcode_button {
	background-color: #7da73e;
	color:#fff;
}
.most_popular a.shortcode_button:hover {
	background-color: #dddddd;
	color:#262626;
}

/* Blog */
#blog {
	padding-bottom:50px;
}
.blog_post_item {
	display:inline-block;
	float:none !important;
	vertical-align:top;
	margin-bottom:50px;
	margin-right:-3px;
	position:relative;
}
.post_info {
	margin-left:47.3684%;
	background:#f9f9f9;
	padding:25px 28px 35px 30px;
	min-height:319px;
}
.post_thumb {
	display:block;
	position:absolute;
	left:15px;
	top:0;
	width:calc(47.3684% - 15px);	
}
.post_thumb img {
	width:100%;
	height:auto;	
}
.post_info p {
	margin-bottom:22px;	
}
.post_meta {
	position:relative;
	line-height:21px;
	padding-bottom:40px;
	color:#666666;
	font-style:italic;
}
.post_meta:before {
	position:absolute;
	left:0;
	bottom:26px;
	width:30px;
	height:1px;
	content:'';
	background:#d1d1d1;
}

/** Contact Section **/
#contact {
	position:relative;
	overflow:hidden;
}
#map_section {
	margin:0 0 42px 0;
	max-height:368px;
	overflow:hidden;
}
#map_section iframe {
	padding:0;
	margin:0;
	width:100%;
	border:0;
}
.contact_form {
	padding-left:50px;
}
.contact_form h4 {
	line-height:29px;
	color:#262626;
	font-weight:700;
	font-size:18px;
	margin:0;
	padding:0 0 18px 0;	
	text-transform:uppercase;
}
.contact_form p {
	margin-bottom:0;
	padding-bottom:5px;
}
.mb39 {
	margin-bottom:39px !important;
	padding-bottom:0 !important;
}

form input[type="text"],
form textarea {
	background: none;
	margin: 0 0 15px 0;
	padding: 5px 15px 6px 15px;
	width: 100%;
	border:1px #666666 solid;
	outline:none;
	border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	font-size:14px;
	color:#666666;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
}
form textarea {
	height:100px;
	margin-bottom:30px;
}

input.send_btn {
	cursor: pointer;
	background: #dddddd !important;
	color: #262626 !important;
	margin: 0 0 49px 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius:0 !important;
	display: inline-block;
	padding: 0 20px !important;
	height:35px;
	line-height:33px;
	font-size: 14px !important;
	font-weight: 400 !important;
	width: auto !important;
	font-family: 'Open Sans', sans-serif;
	vertical-align:top;
	-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
	border:0 !important;
	text-transform:uppercase;
}
input.send_btn:hover {
    background: #7da73e !important;
    text-decoration: none;
	color:#fff !important; 
}

/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

/* 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 0;
    padding: 12px 10px 12px 35px;
	position:relative;
	text-align:left;
}
.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(../img/error.png);
}
.notification_ok:before {background-image:url(../img/info.png);
}

.hide {
	opacity:0;
}

.video_bg {
	width:100%;
	height:auto;
}

/* Footer */
.footer {
	background-image:url(../img/bgs/contact.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	position:absolute;
	left:-150px;
	top:0;
	bottom:0;
	width:50%;
	z-index:20;
	color:#fff;
	line-height:24px;
	font-size:16px;
	background-color:#000;
}

.footer_in {
	position:relative;
	width:100%;
	height:100%;
}

.footer_info,
.copyright {
	padding:73px 30px;
}

.copyright {
	padding:43px 30px;
	line-height:24px;
	font-size:14px;
}

.footer h3 {
	padding:0 0 22px 0;
	margin:0;
	line-height:32px;
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
}

.footer p {
	padding:0;
	margin:0;
}

.divider {
	height:88px;
	position:relative;
}

.divider:before {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	width:30px;
	height:1px;
	background:#d1d1d1;
	content:'';
}

.footer h5 {
	padding:0 0 21px 0;
	margin:0;
	line-height:24px;
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
}

.footer h6 {
	padding:0 0 2px 0;
	margin:0;
	line-height:24px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
}

.footer li {
	color:#fff;
	line-height:24px;
	padding:0 0 31px 41px;
	position:relative;
	font-size:14px;
	background-position:0 0;
	background-repeat:no-repeat;
}

.footer a {
	color:#fff;
}

.footer a:hover {
	color:#7da73e;
}

.icon1 {
	background-image:url(../img/icons/icon1.png);
}

.icon2 {
	background-image:url(../img/icons/icon2.png);
}

.icon3 {
	background-image:url(../img/icons/icon3.png);
}


/* Responsive changes */
@media only screen and (max-width: 767px) {
	.full_slider_caption {
		font-size: 11px;
		line-height: 18px;
	}
	.full_slider_caption p {
		margin-bottom:10px;
	}
	.slide_title {
		line-height:22px;
		font-size:18px;
		padding-bottom:10px;
	}
	#top header {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
		background:#fcfcfc;
	}
	#top header nav {
		display: none !important;
	}
	#home {
		margin-top:80px;
	}
	#logo a {
		color:#262626;
	}	
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 20px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:0;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}
	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../img/sprite.png) no-repeat -110px -69px;		
	}
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#262626;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 80px;
		left:0;
		padding:15px 40px 20px 20px;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:13px;
	}
	.mobile_menu_wrapper a:hover {color:#7da73e;
	}
	.post_thumb {
		position:relative;
		left:auto;
		top:auto;
		width:100%;	
	}
	.post_info {
		margin-left:0;
		min-height:1px;
	}
	.contact_form {
		padding-left:0;
	}
	.footer {
		position:relative;
		left:auto;
		top:auto;
		bottom:auto;
		width:100%;
		z-index:1;
	}
	.footer_info {
		padding-bottom:0;
	}
	.full_slider.preloader {
		background-image:none !important;
	}
}

@media only screen and (max-width: 550px) {
	.full_slider_caption p {
		display:none;
	}
	.slide_title {
		line-height:20px;
		font-size:14px;
		padding-bottom:10px;
	}
	.slide_descr {
		line-height:24px;
		font-size:16px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* Grid */
	.container {
        width: 760px;
    }	
    .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 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
	
	.full_slider_caption {
		font-size: 14px;
		line-height: 20px;
	}
	.full_slider_caption p {
		margin-bottom:15px;
	}
	.slide_title {
		line-height:35px;
		font-size:40px;
		padding-bottom:15px;
	}
	.footer {
		left:-112px;
	}
	.footer_info,
	.copyright {
		width:283px;
		position:absolute;
		right:0;
		top:0;	
	}	
	.copyright {
		top:auto;
		bottom:0;
	}
	.pr_bar {
		padding-left:0;
		min-height:1px;
		 text-align:center;
	}
	.skill {
		position:relative;
		width:124px;
		height:124px;
		margin:0 auto;
		display:block;
	}	
	
}

@media (min-width: 992px) {
	/* Grid */
	.container {
        width: 990px;
    }
    .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 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    } 
	
	.footer_info,
	.copyright {
		width:360px;
		position:absolute;
		right:0;
		top:0;	
	}	
	.copyright {
		top:auto;
		bottom:0;
	}
		  
}

@media only screen and (max-width: 1025px) {
	.stretch {
		background-attachment:scroll;
	}
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
	.footer {
		left:-185px;
	}
	.footer_info,
	.copyright {
		width:430px;
		position:absolute;
		right:0;
		top:0;	
	}	
	.copyright {
		top:auto;
		bottom:0;
	}
}


.marcadolet{
	padding-left:10px;
	padding-right:10px;	
	background-color:#000000;	
}






