/* GRID */
.clr{clear:both;height:0;}
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;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-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:disc;
}
.fleft {float:left;
}
.fright {float:right;
}
.color {color:#262161;
}

/** MAIN **/
body {
	color: #515151;
	background:url(../img/bg.jpg) top left repeat;
	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: #262161;
	color: #ffffff;
}
::-moz-selection {
	background: #262161;
	color: #ffffff;
}
.wrapper {overflow:hidden;
}
a {
	color: #333333;
	text-decoration:none !important;
}
a:hover { color: #aaaaaa;
}
strong { font-weight: 700;
}
.center {text-align: center;
}
.justify {text-align: justify;
}
p {
	padding:0;
	margin:0 0 28px 0;
	font-size:22px;
	line-height:25px;
}

.send_btn {
	cursor: pointer;
	background: #ffffff !important;
	color: #262161 !important;
	margin: 0 0 20px 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius:0 !important;
	display: inline-block;
	padding: 15px 30px !important;
	height:57px;
	line-height:50px;
	font-size: 18px !important;
	font-weight: 700 !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:2px #ffffff solid !important;
	text-transform:uppercase;
}
.send_btn:hover {
    background: none !important;
    text-decoration: none;
	color:#ffffff !important; 
}

/** HEADER **/
.toptop{margin-top:-20px;margin-bottom:15px;}
.toptop img{max-width:24px;width:100%;height:auto;}
.toptop a{color:#999999;line-height:23px;}
.toptop a:hover{color:#444444;}
.toptopfirst{}
.toptoplast{margin-left:20px;margin-right:5px;}

#top header {
	background:#ffffff;
	border:none;
	border-bottom:2px solid #262161;
	position:absolute;
	left:0;
	top:0;
	width:100%!important;
	z-index:9999;
}
#logo {
	float:left;
	vertical-align:top;
}
#top header,
.fixed-menu-wrapper {
	padding: 26px 0 8px 0;
	border-bottom:2px solid #262161;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:0;
	background:#ffffff;
	z-index:99999;
	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 1px 3px rgba(0, 0, 0, 0.18);
}

/*Menu*/
.navmenu{
	margin: 0;
	padding:0;
	float:right;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
    margin: 0 19px 0 22px;
    position: relative;
}
.navmenu ul li a {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	padding: 0;
	font-weight:400;
	text-decoration:none !important;
	outline:none;
	text-transform:uppercase;
}
.navmenu li a:hover{
    padding: 0;
    text-decoration: none;
    color:#444444;
}

.navmenu li.active a {
    padding: 0;
    text-decoration: none;
    color:#444444;
}
a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
nav.mobile_header {display:none!important;
}
.navmenu ul li:last-child {margin-right:0;
}
/*.navmenu ul li:before {
	position:absolute;
	right:-24px;
	top:50%;
	margin-top:-3px;
	width:5px;
	height:5px;
	background:#953735;
	border-radius:0%;
	-webkit-border-radius:0%;
	content:'';
}
.navmenu ul li:last-child:before {
	display:none;
}*/

/* 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:#cccccc;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active { background-color:#262161;
}
.full_slider_caption {
    position:absolute;
	top:50%;
	left:20px;
	right:20px;
	text-align:center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	color: #ffffff;
    font-size: 28px;
    font-weight: 400;
	line-height: 30px;
    margin: 0;
    text-shadow: none;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	float:none;
	text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
}
.full_slider_caption.fleft,
.full_slider_caption.fright {
	left:11.6%;
	right:auto;
	width:43%;
	text-align:left;
}
.full_slider_caption.fright {
	left:80px;/*left:auto;*/
	right:11.6%;
}
.full_slider_caption p {
	margin-bottom:31px;
	display:inline;
    /*background:rgba(131, 149, 173, 0.6);*/
	padding:10px;
	line-height: 50px;
}
.slide_title {
	line-height:58px;
	font-size:48px;
	font-weight: 700;
	padding-bottom:19px;
}
.shortcode_button { 
	display:inline-block;
	margin:0 5px 5px 0;
	text-decoration:none;
	border:2px #262161 solid;
	background-color:#262161;
	color:#fff;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	line-height:24px;
	font-size:18px;
	padding:14px 27px 15px 27px;
	font-weight:700;
	text-transform:uppercase;
	vertical-align:top;
	text-align:center;
}
.shortcode_button:hover {
	color:#262161;
	background-color:transparent;
}
.next_section {
	position:absolute;
	left:50%;
	bottom:0;
	width:60px;
	height:60px;
	margin-left:-30px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background-image:url(../img/sprite.png);
	background-position:0 -60px;
	background-repeat:no-repeat;
	background-color:#262161;
}
.next_section:hover {
	background-color:#fff;
	background-position:0 0;
}

.page_section header {
	width: 100%;
	overflow:hidden;
	padding-top:47px;
	padding-bottom:22px;
	text-align:center;	
}
.section_title {
	font-size:16px;
}
h1 {
	line-height:33px;
	color:#262626;
	font-weight:700;
	font-size:22px;
	margin:0;
	padding:0 0 22px 0;	
	text-transform:uppercase;
}
h2 {
	line-height:29px;
	color:#262626;
	font-weight:700;
	font-size:30px;
	margin:0;
	padding:0 0 22px 0;	
	text-transform:uppercase;
}
.page_section header h2 {
	padding-bottom:19px;
	margin-bottom:10px;
	text-align: center;
	position:relative;
	line-height:30px;
}
/*.page_section header h2:before {
	position:absolute;
	left:50%;
	margin-left:-85px;
	height:3px;
	width:170px;
	background:#262161;
	content:'';
	bottom:0;
}*/
.page_section header p {
	color:#262626;
	font-weight:400;
	text-align: center;
	font-size:16px;
	line-height:24px;	
}


/********** PRICE SECTION *********/
/* price */
.price-item {
	background:#f8f9f9;
	padding:25px 30px 11px;
	margin:0 0 31px;
	text-align:center;
}
.price-item2 {
	background:#f8f9f9;
	padding:15px 30px 11px;/*padding:25px 30px 11px;*/
	margin:0 0 31px;
	text-align:center;
	height:auto;/*height:140px;*/
}
.price-item.gold {
	background:#e5e8e8;
}
.price-item .type {
	font-style:italic;
	text-align:left;
	margin-bottom:30px;
} 
.price-item .title {
	font-size:24px;
	line-height:32px;
	font-weight:700;
	text-transform:uppercase;
	margin:5px 0 29px;
	padding:10px;
	color:#ffffff;
	background-color:#262161;
}
.price-item ul {
	margin-bottom:36px;
}
.price-item ul li {
	font-size:22px;
	line-height:24px;
	text-align:left;
	margin:0 15px 9px;
	padding:0 0 0 10px;
	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;
	text-align:left;
	color:#ffffff;
	padding:10px;
	background-color:#262161;
}
.pricelist b {
	font-weight:400;
}
.pricelist sup {
	font-size:14px;
	position: relative;
    top: -17px;
}



.service {
	position:relative;
	padding:11px 0 46px 100px;
}
.service.type2 {
	position:relative;
	padding:10px 0 37px 0;
	text-align:center;
	line-height:20px;
	font-size:16px;
}
.service a {
	display:block;
	color:#515151;
}
.service_icon {
	width:70px;
	height:70px;
	display:block;
	position:absolute;
	top:14px;
	left:0;
	background:#262161;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.service_icon:before {
	width:78px;
	height:78px;
	display:block;
	position:absolute;
	top:-4px;
	left:-4px;
	background:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	content:'';
	z-index:-1;
	border:2px #262161 solid;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	opacity:0;
}
.service:hover .service_icon:before {
	opacity:1;
}
.service_icon img {
	width:70px;
	height:70px;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.service_title {
	line-height:24px;
	padding-bottom:10px;
	font-size:16px;
	color:#262626;
	font-weight:700;
	display:block;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.service.type2 .service_title {
	padding-bottom:13px;
	font-size:20px;	
}
.service a:hover .service_title {
	color:#262161;
}
.service.type2 .service_icon {
	position:relative;
	text-align:center;
	width:auto;
	height:auto;
	top:auto;
	left:auto;
	background:none;
	border-radius:0;
	-webkit-border-radius:0;
	padding-bottom:20px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.service.type2 .service_icon img {
	width:auto;
	height:auto;
	border-radius:0;
	-webkit-border-radius:0;
}
.service.type2:hover .service_icon {
	margin-top:-5px;
	padding-bottom:25px;
}
.service.type2 .service_icon:before {
	display:none;
}

.promo_text_block {
	padding:35px 0 29px 0;
	margin:0;
	line-height:24px;
	color:#262626;
	font-weight:400;
	font-size:16px;
	text-align:center;
}
.promo_text_block a.shortcode_button {
	margin:23px 0 21px 0;
}

/* Our Team */
.team {
	padding-bottom:38px;
}
.team_info {
	text-align:center;
	padding:16px 15px 14px 15px;
	border-bottom:2px #e0e3e4 solid;	
}
h4 {
	padding:0;
	margin:0 0 21px 0;
	line-height:24px;
	font-size:20px;
	color:#262626;
	text-transform:uppercase;
	font-weight:700;	
}
.team_info h4 {
	margin-bottom:5px;	
}
.team_info h6 {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:400;	
}
.team_socials {
	padding:12px 0 0 0;
	text-align:center;
}
.team_socials a {
	width:35px;
	height:35px;
	display:inline-block;
	margin:0 7px 12px 6px;
	vertical-align:top;
	transition: all 300ms;
	-webkit-transition: all 300ms;	
	border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:-9999px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
}
.team_socials a:hover {
	border-radius:0;
	-webkit-border-radius:0;
}
.team_socials a.team_fb {
	background-color:#5567a9;
	background-position:-60px 0;
}
.team_socials a.team_tweet {
	background-color:#61abea;
	background-position:-95px 0;	
}
.team_socials a.team_gplus {
	background-color:#be4a39;
	background-position:-130px 0;
}

.service_block_bg {
	/*background-image:url(../img/bgs/bg1.jpg);*/
	background-color:#262161;
}
.service_block_bg header .container h2 {
	color:#ffffff;
}
.service_block_bg header .container p {
	color:#ffffff;
}

.counter_block_bg {
	background-image:url(../img/bgs/bg2.jpg);
	padding-top:46px;
	padding-bottom:20px;
}  

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

/* Portfolio */
/**** 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;
}

.portfolio_promo {
	padding-top:66px;
	padding-bottom:38px;
}
.filter_block {
	text-align:center;
	padding-bottom:38px;
}
.filter_navigation {
	margin:0 auto !important;
	text-align:center;
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
	vertical-align:top;	
}
.filter_navigation ul, .filter_navigation ul li ul { 
	padding:0 !important;
	margin:0 !important;
	list-style:none!important;
}
.filter_navigation ul li, .filter_navigation ul li ul li { 
	padding:0 !important;
	margin:0 !important;
}
.filter_navigation ul li:before, .filter_navigation ul li ul li:before { 
	content:'' !important;
	padding:0 !important;
}
.filter_navigation ul li ul li {
	display:inline-block;
	position:relative;
	margin:0 19px 5px 22px !important;
	vertical-align:top;
}
.filter_navigation ul li ul li a {
	display:block;
	margin:0;
	text-decoration:none;
	line-height:24px;
	font-size:16px;
	padding:0;
	font-weight:700;
	text-transform:uppercase;
	vertical-align:top;
	text-align:center;
	color:#262626;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.filter_navigation ul li ul li.selected a,
.filter_navigation ul li ul li a:hover {
	color:#262161;
}
.filter_navigation ul li ul li:before {
	position:absolute;
	right:-24px;
	top:50%;
	margin-top:-3px;
	width:5px;
	height:5px;
	background:#262161;
	border-radius:50%;
	-webkit-border-radius:50%;
	content:'';
}
.filter_navigation ul li ul li:last-child:before {
	display:none;
}
.image-grid {
	margin:0 -5px 0 0;	
}
.grid_wrap {
	margin-right:-30px;
}
.image-grid .element { 
	background:none; 
	overflow:hidden; 
	display:inline-block; 
	margin:0 0 0 0; 
	width:calc(25% - 1px);
}
.img_block img {
	width:100%;
	height:auto;
	padding:0; 
	margin:0; 
	display:block;
	-webkit-filter: brightness(100%);
}
.img_block img:hover {
	-webkit-filter: brightness(70%);
	transition: 0.8s;
}
.hover_img {
	position: relative;
	overflow:hidden;
}
.hover_img a {
	display:block;
	position:relative;
}
.item_info {
	position:absolute;
	left:0;
	bottom:-100%;
	width:100%;
	background:rgba(255,255,255, 0.9);
	padding:15px 10px 17px 10px;
	font-size:16px;
	color:#262626;
	text-align:center;	
	line-height:24px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.item_info span {
	display:block;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	transition: all 250ms;
	-webkit-transition: all 250ms;
}
.hover_img a:hover .item_info {
	bottom:0;
}
.hover_img a:hover .item_info:hover span {
	color:#262161;
}
.portfolio_block .hover_img a img {
	transition: all 500ms;
	-webkit-transition: all 500ms;
}
.portfolio_block .hover_img a:hover img {
	transform:scale(1.1) rotate(2deg);
	-webkit-transform:scale(1.1) rotate(2deg);
}

.load_more_cont {
	padding-top:20px;
	text-align:center;
}
.btn_load_more {
	display:inline-block;
	margin:0 auto;
	background-color:#221d56;
	border-color:#221d56;
	color:#fff;
}
.btn_load_more:hover {
	background-color:transparent;
	border-color:#221d56;
	color:#221d56;
}

.pt46 {
	padding-top:46px;
}

.section_descr {
	line-height:29px;
	padding-bottom:27px;
	font-size:20px;
	color:#262626;
}

/*counter*/
.counter_wrapper {
	position: relative;
}
.shortcode_counter p {
	color:#262626;
}
.shortcode_counter {
	padding-bottom:17px;
	text-align:center;
}
.stat_count {
	line-height:41px;
	font-size:40px;
	font-weight:700;
	color:#262161;
	padding:0;
	margin:0 0 8px 0;
}
.counter_title {
	line-height:22px;
	font-size:16px;
	font-weight:700;
	color:#262626;
	padding:0;
	margin:0 0 8px 0;
	text-transform:uppercase;
}
.stat_temp {
    width: 0 !important;
    display: none !important;
}

/* 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;
}

/* testimonials */
.testimonials_block_bg {
	background-image:url(../img/bgs/bg3.jpg);
	text-align:center;
}
.testimonial {
	padding:44px 0 73px 0;
	line-height:24px;
	font-size:16px;
	color:#262626;
}
.testimonial h2 {
	text-decoration:underline;
}
.author {
	padding-top:34px;
	font-weight:700;
	position:relative;
}
.author:before {
	position:absolute;
	left:50%;
	top:5px;
	height:3px;
	width:170px;
	margin-left:-85px;
	background:#262161;
	content:'';
}

/* Icon Box */
.icon_box {
	margin-bottom:44px;
	text-align:center;
	line-height:24px;
	font-size:20px;
	color:#515151;
}
.icon_box .icon {
	padding:10px 0 23px 0;
}
.icon_box a {
	color:#515151;
}
.icon_box a:hover {
	color:#262161;
}

/** Contact Section **/
#map_section {
	margin:0 0 0px 0;
	max-height:368px;
	overflow:hidden;
}
#map_section iframe {
	padding:0;
	margin:0;
	width:100%;
	border:0;
}
.contacts_block_bg {
	
	text-align:center;
	padding-top:47px;
	padding-bottom:30px;
}
.contacts_block_bg p {
	line-height:24px;
	color:#262626;
	font-size:16px;
}

.contact_form {padding-top:0px;
}

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

input.send_btn {
	cursor: pointer;
	background: #262161 !important;
	color: #fff !important;
	margin: 0 0 20px 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius:0 !important;
	display: inline-block;
	padding: 0 30px !important;
	height:57px;
	line-height:50px;
	font-size: 18px !important;
	font-weight: 700 !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:2px #262161 solid !important;
	text-transform:uppercase;
}
input.send_btn:hover {
    background: none !important;
    text-decoration: none;
	color:#262161 !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);
}

/* Footer */
.footer {
	background:#221d56;
	line-height:24px;
	padding-top:44px;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.footer a {
	color: #dedede;
	text-decoration:none !important;
}
.footer a:hover { color: #ffffff;
}
.copyright {
	margin-bottom:24px;
}
.copyright span {
	color:#bbbbbb;
}
.socials {
	padding:0 0 18px 0;
}
.socials a {
	width:35px;
	height:35px;
	display:inline-block;
	margin:0 7px 13px 6px;
	vertical-align:top;
	transition: all 300ms;
	-webkit-transition: all 300ms;	
	border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:-9999px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
}
.socials a:hover {
	border-radius:0;
	-webkit-border-radius:0;
}
.socials a.fb_icon {
	background-color:#5567a9;
	background-position:-60px 0;
}
.socials a.tweet_icon {
	background-color:#61abea;
	background-position:-95px 0;	
}
.socials a.gplus_icon {
	background-color:#be4a39;
	background-position:-130px 0;
}
.go_top {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background-image:url(../img/sprite.png);
	background-position:-180px 0;
	background-repeat:no-repeat;
	background-color:#262161;
}
.go_top:hover {
	background-color:#fff;
	background-position:-180px -60px;
}

.hide {
	opacity:0;
}


/* Responsive changes */
@media only screen and (max-width: 767px) {
	.grid_wrap {
		margin-right:-30px;
	}
	.image-grid .element { 
		width:calc(50% - 1px);
	}
	
	
	.full_slider_caption {
		font-size: 18px;
		line-height: 18px;
		margin-top:60px;
	}
	.full_slider_caption p {
		margin-bottom:10px;
	}
	.slide_title {
		line-height:22px;
		font-size:22px;
		padding-bottom:10px;
	}
	.full_slider_caption .shortcode_button {
		line-height:20px;
		font-size:12px;
		padding:8px 15px 9px 15px;
	}
	.filter_navigation ul li ul li:before {
		display:none !important;
	}
	.filter_navigation ul li ul li {
		margin:0 10px 5px 13px !important;
	}
	
	#top header {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
	}
	#top header nav {
		display: none !important;
	}	
	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 -75px -54px;		
	}
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#221d56;
		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:#262161;
	}
	
	.col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }
	.col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11 {
        float: left;
    }
	.col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-12 {
        width: 100%;
    }
	
	.col-xs-1 {
        width: 8.333333333333332%;
    }
    .col-xs-2 {
        width: 16.666666666666664%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333333333333%;
    }
    .col-xs-5 {
        width: 41.66666666666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.333333333333336%;
    }
    .col-xs-8 {
        width: 66.66666666666666%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333333333334%;
    }
    .col-xs-11 {
        width: 91.66666666666666%;
    }
    .col-xs-12 {
        width: 100%;
    }
	.price-item2 {
		height:390px;
	}
}

@media only screen and (max-width: 550px) {
	.full_slider_caption p {
		font-size:12px;
		line-height:20px;
		margin-bottom:10px;
	}
	.slide_title {
		line-height:20px;
		font-size:14px;
		padding-bottom:10px;
	}
	.grid_wrap {
		margin-right:0;
	}
	.image-grid .element { 
		display:block; 
		width:100%;
	}
	#home{margin-top:170px;}
	.full_slider_caption.fleft,
	.full_slider_caption.fright {width:83%;top:50px;}
	.full_slider_caption.fright{left:30px;}
	
	.mobile_menu_wrapper{top:100px;}
	
}

@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.fleft,
	.full_slider_caption.fright {
		left:80px;
		right:auto;
		width:83%;
		text-align:left;
	}
	.full_slider_caption {
		font-size: 22px;
		line-height: 20px;
	}
	.full_slider_caption p {
		margin-bottom:15px;
	}
	.slide_title {
		line-height:35px;
		font-size:40px;
		padding-bottom:15px;
	}
	#home{margin-top:160px;}
}

@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%;
    } 
	
	.testimonial {
		padding:44px 170px 73px 170px;
	}
	.full_slider_caption.fleft,
	.full_slider_caption.fright {
		left:11.6%;
		right:auto;
		width:53%;
		text-align:left;
	}
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}







