/*Dixit Theme Version: 1.0.0*/
/*-----------------------------*/

/*plugins CSS*/

/*All CSS Files*/
/*DemoPanel.css*/
.demo_panel {
	display:block;
	width:210px;
	height:auto;
	position:fixed;
	left:-210px;
	top:189px;
	z-index:999;
	text-align:left;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;	
}
.demo_panel.showed {
	left:0px;
}
.demo_panel.opacity {
	opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
}

.panel_toggler {
	border:#bababa 1px solid;
	border-radius:5px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	box-shadow:inset #ffffff 0 1px 0;
	width:40px;
	height:40px;
	right:-41px;
	top:0px;
	position:absolute;
	overflow:hidden;
	
	background:#efefef url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);
}
.panel_toggler:hover {
	background:#fafafa url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffffff, #f2f2f2);	
}
.panel_toggler:before {
	content:'';
	display:block;
	position:absolute;
	left:9px;
	top:9px;
	width:22px;
	height:22px;
	background:url(../img/settings/btn_panel.png) no-repeat;	
}


.demo_panel .panel_title {
	border:#d9d9d9 1px solid;
	border-right:none;
	border-left:none;
	border-radius:0px;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 1px 0 #ffffff;
	color:#656565;
	display:block;
	overflow:hidden;
	text-transform:uppercase;
	padding-left:20px;

	background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
}

.demo_panel_body {
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
	display:block;
	border-right:#d9d9d9 1px solid;
	border-bottom:#d9d9d9 1px solid;
	overflow:hidden;
	border-bottom-right-radius:5px;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;	
}
.demo_panel .panel_sub-title {
	font-size:12px;
	color:#919191;
	margin-bottom:8px;
	padding:0;
}
.demo_panel .color_panel {
	padding:14px 0px 18px 20px;
}
.color_list .color_item {
	width:30px;
	height:30px;
	border-radius:3px;
	background:#c2c2c2;
	box-shadow:0 1px 0 #ffffff;
	display:inline-block;
	float:left;
	margin:0 4px 4px 0!important;
}
.color_list .color_item a {
	display:block;
	width:30px;
	height:30px;
	border-radius:3px;	
}
.color_list .color_item .color1 {
	background-color:#95ba00;
}
.color_list .color_item .color2 {
	background-color:#25b8e2;
}
.color_list .color_item .color3 {
	background-color:#c6d800;
}
.color_list .color_item .color4 {
	background-color:#ffd200;
}
.color_list .color_item .color5 {
	background-color:#ffa200;
}
.color_list .color_item .color6 {
	background-color:#ea3d3d;
}
.color_list .color_item .color7 {
	background-color:#ff8bb1;
}
.color_list .color_item .color8 {
	background-color:#de43bf;
}
.color_list .color_item .color9 {
	background-color:#992ad8;
}
.color_list .color_item .color10 {
	background-color:#3268e2;
}

.demo_text {
	padding:14px 10px 10px 10px;
	border-top:#d7d7d7 1px solid;
	box-shadow:inset 0 1px 0 #f6f6f6;
}
.demo_text .panel_sub-title {
	text-align:center;
	text-shadow:0 1px 0 #ffffff;
	text-transform:uppercase;
}

.demo_panel .panel_headers {
	padding:14px 0px 18px 20px;
	border-top:#d7d7d7 1px solid;
	box-shadow:inset 0 1px 0 #f6f6f6;
}
.demo_panel .panel_headers a {
	height:16px;
	display:block;
	padding-left:16px;
	background:url(../img/settings/option.png) no-repeat 0px 3px;
	color:#919191;
	font-size:12px;
	line-height:15px;
}
.demo_panel .panel_headers a.current {
	background:url(../img/settings/option_selected.png) no-repeat 0px 3px;
}

.demo_panel .panel_layouts {
	padding:14px 0px 18px 20px;
	border-top:#d7d7d7 1px solid;
	box-shadow:inset 0 1px 0 #f6f6f6;
}
.demo_panel .panel_layouts a {
	height:16px;
	display:block;
	padding-left:16px;
	background:url(../img/settings/option.png) no-repeat 0px 3px;
	color:#919191;
	font-size:12px;
	line-height:15px;
}
.demo_panel .panel_layouts a.current {
	background:url(../img/settings/option_selected.png) no-repeat 0px 3px;
}

.panel_patterns {
	display:none;
	padding:14px 0px 11px 20px;
	border-top:#d7d7d7 1px solid;
	box-shadow:inset 0 1px 0 #f6f6f6;
}
.panel_patterns .pattern_item {
	width:30px;
	height:30px;
	display:inline-block;
	margin:0 4px 4px 0!important;
	float:left;
}
.panel_patterns .pattern_item a {
	width:30px;
	height:30px;
	border-radius:3px;
	background:#c2c2c2;
	box-shadow:0 1px 0 #ffffff;
	display:inline-block;
	margin-right:10px;
	float:left;
}
.panel_patterns .pattern_item .pattern1 {
	background:#c8c8c8;
}
.panel_patterns .pattern_item .pattern2 {
	background:#c8c8c8 url(../img/settings/pattern02.png) repeat;
}
.panel_patterns .pattern_item .pattern3 {
	background:#c2c2c2 url(../img/settings/pattern03.png) repeat;
}
.panel_patterns .pattern_item .pattern4 {
	background:#c2c2c2 url(../img/settings/pattern04.png) repeat;
}
.panel_patterns .pattern_item .pattern5 {
	background:#c2c2c2 url(../img/settings/pattern05.png) repeat;
}
.panel_patterns .pattern_item .pattern6 {
	background:#c2c2c2 url(../img/settings/pattern06.png) repeat;
}
.panel_patterns .pattern_item .pattern7 {
	background:#c2c2c2 url(../img/settings/pattern07.jpg) repeat;
}
.panel_patterns .pattern_item .pattern8 {
	background:#c2c2c2 url(../img/settings/pattern08.png) repeat;
}
.panel_patterns .pattern_item .pattern9 {
	background:#c2c2c2 url(../img/settings/pattern09.jpg) repeat;
}
.panel_patterns .pattern_item .pattern10 {
	background:#cdcdcd url(../img/settings/pattern10.png) repeat;
}

.panel_images {
	display:none;
	padding:14px 0px 11px 20px;
	border-top:#d5d5d5 1px solid;	
}
.panel_images .bgimg_item {
	width:30px;
	height:30px;
	display:inline-block;
	margin:0 4px 4px 0!important;
	float:left;
}
.panel_images .bgimg_item a {
	width:30px;
	height:30px;
	border-radius:3px;
	background:#c2c2c2;
	box-shadow:0 1px 0 #ffffff;
	display:inline-block;
	margin-right:10px;
	float:left;
}
.panel_images .bgimg_item .item_img1 {
	background:#c2c2c2 url(../img/settings/ico_pic1.jpg) no-repeat;
}
.panel_images .bgimg_item .item_img2 {
	background:#c2c2c2 url(../img/settings/ico_pic2.jpg) no-repeat;
}
.panel_images .bgimg_item .item_img3 {
	background:#c2c2c2 url(../img/settings/ico_pic3.jpg) no-repeat;
}
.panel_images .bgimg_item .item_img4 {
	background:#c2c2c2 url(../img/settings/ico_pic4.jpg) no-repeat;
}
.panel_images .bgimg_item .item_img5 {
	background:#c2c2c2 url(../img/settings/ico_pic5.jpg) no-repeat;
}

.bg_pattern1 {
	background:#c8c8c8!important;
}
.bg_pattern2 {
	background:#c8c8c8 url(../img/settings/pattern02.png) repeat!important;
}
.bg_pattern3 {
	background:#c2c2c2 url(../img/settings/pattern03.png) repeat!important;
}
.bg_pattern4 {
	background:#c2c2c2 url(../img/settings/pattern04.png) repeat!important;
}

.bg_pattern5 {
	background:#c2c2c2 url(../img/settings/pattern05.png) repeat!important;
}
.bg_pattern6 {
	background:#c2c2c2 url(../img/settings/pattern06.png) repeat!important;
}
.bg_pattern7 {
	background:#c2c2c2 url(../img/settings/pattern07.jpg) repeat!important;
}
.bg_pattern8 {
	background:#c2c2c2 url(../img/settings/pattern08.png) repeat!important;
}

.bg_pattern9 {
	background:#c2c2c2 url(../img/settings/pattern09.jpg) repeat!important;
}
.bg_pattern10 {
	background:#cdcdcd url(../img/settings/pattern10.png) repeat!important;
}

.bg_img1 {
	background-image:url(../img/settings/bg_img1.jpg)!important;
}
.bg_img2 {
	background-image:url(../img/settings/bg_img2.jpg)!important;
}
.bg_img3 {
	background-image:url(../img/settings/bg_img3.jpg)!important;
}
.bg_img4 {
	background-image:url(../img/settings/bg_img4.jpg)!important;
}
.bg_img5 {
	background-image:url(../img/settings/bg_img5.jpg)!important;
}

.ie8 .demo_panel {
	display:none!important;
}
@media only screen and (max-width: 1200px) {
	.demo_panel { 
		display:none!important;
	}
}

/*IE8 Bootstrap Fix*/
.ie8 .row {
    margin-left: -30px!important;
    *zoom: 1!important;
  }
.ie8 .row:before,
.ie8 .row:after {
    display: table!important;
    line-height: 0!important;
    content: ""!important;
  }
.ie8 .row:after {
    clear: both!important;
  }
.ie8 .container,
.ie8 .navbar-static-top .container,
.ie8 .navbar-fixed-top .container,
.ie8 .navbar-fixed-bottom .container {
    width: 1170px!important;
  }
.ie8 .span12 {
    width: 1170px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span11 {
    width: 1070px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span10 {
    width: 970px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span9 {
    width: 870px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span8 {
    width: 770px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span7 {
    width: 670px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span6 {
    width: 570px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span5 {
    width: 470px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span4 {
    width: 370px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span3 {
    width: 270px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span2 {
    width: 170px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .span1 {
    width: 70px!important;
    margin-left: 30px!important;
    float: left!important;
    min-height: 1px!important;
  }
.ie8 .offset12 {
    margin-left: 1230px!important;
  }
.ie8 .offset11 {
    margin-left: 1130px!important;
  }
.ie8 .offset10 {
    margin-left: 1030px!important;
  }
.ie8 .offset9 {
    margin-left: 930px!important;
  }
.ie8 .offset8 {
    margin-left: 830px!important;
  }
.ie8 .offset7 {
    margin-left: 730px!important;
  }
.ie8 .offset6 {
    margin-left: 630px!important;
  }
.ie8 .offset5 {
    margin-left: 530px!important;
  }
.ie8 .offset4 {
    margin-left: 430px!important;
  }
.ie8 .offset3 {
    margin-left: 330px!important;
  }
.ie8 .offset2 {
    margin-left: 230px!important;
  }
.ie8 .offset1 {
    margin-left: 130px!important;
  }
.ie8 .row-fluid {
    width: 100%!important;
    *zoom: 1!important;
  }
.ie8 .row-fluid:before,
.ie8 .row-fluid:after {
    display: table!important;
    line-height: 0!important;
    content: ""!important;
  }
.ie8 .row-fluid:after {
    clear: both!important;
  }
.ie8 .row-fluid [class*="span"] {
    display: block!important;
    float: left!important;
    width: 100%!important;
    min-height: 30px!important;
    margin-left: 2.564102564102564%!important;
    *margin-left: 2.5109110747408616%!important;
    -webkit-box-sizing: border-box!important;
       -moz-box-sizing: border-box!important;
            box-sizing: border-box!important;
  }
.ie8 .row-fluid [class*="span"]:first-child {
    margin-left: 0!important;
  }
.ie8 .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%!important;
  }
.ie8 .row-fluid .span12 {
    width: 100%!important;
    *width: 99.94680851063829%!important;
  }
.ie8 .row-fluid .span11 {
    width: 91.45299145299145%!important;
    *width: 91.39979996362975%!important;
  }
.ie8 .row-fluid .span10 {
    width: 82.90598290598291%!important;
    *width: 82.8527914166212%!important;
  }
.ie8 .row-fluid .span9 {
    width: 74.35897435897436%!important;
    *width: 74.30578286961266%!important;
  }
.ie8 .row-fluid .span8 {
    width: 65.81196581196582%!important;
    *width: 65.75877432260411%!important;
  }
.ie8 .row-fluid .span7 {
    width: 57.26495726495726%!important;
    *width: 57.21176577559556%!important;
  }
.ie8 .row-fluid .span6 {
    width: 48.717948717948715%!important;
    *width: 48.664757228587014%!important;
  }
.ie8 .row-fluid .span5 {
    width: 40.17094017094017%!important;
    *width: 40.11774868157847%!important;
  }
.ie8 .row-fluid .span4 {
    width: 31.623931623931625%!important;
    *width: 31.570740134569924%!important;
  }
.ie8 .row-fluid .span3 {
    width: 23.076923076923077%!important;
    *width: 23.023731587561375%!important;
  }
.ie8 .row-fluid .span2 {
    width: 14.52991452991453%!important;
    *width: 14.476723040552828%!important;
  }
.ie8 .row-fluid .span1 {
    width: 5.982905982905983%!important;
    *width: 5.929714493544281%!important;
  }
.ie8 .row-fluid .offset12 {
    margin-left: 105.12820512820512%!important;
    *margin-left: 105.02182214948171%!important;
  }
.ie8 .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%!important;
    *margin-left: 102.45771958537915%!important;
  }
.ie8 .row-fluid .offset11 {
    margin-left: 96.58119658119658%!important;
    *margin-left: 96.47481360247316%!important;
  }
.ie8 .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%!important;
    *margin-left: 93.91071103837061%!important;
  }
.ie8 .row-fluid .offset10 {
    margin-left: 88.03418803418803%!important;
    *margin-left: 87.92780505546462%!important;
  }
.ie8 .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%!important;
    *margin-left: 85.36370249136206%!important;
  }
.ie8 .row-fluid .offset9 {
    margin-left: 79.48717948717949%!important;
    *margin-left: 79.38079650845607%!important;
  }
.ie8 .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%!important;
    *margin-left: 76.81669394435352%!important;
  }
.ie8 .row-fluid .offset8 {
    margin-left: 70.94017094017094%!important;
    *margin-left: 70.83378796144753%!important;
  }
.ie8 .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%!important;
    *margin-left: 68.26968539734497%!important;
  }
.ie8 .row-fluid .offset7 {
    margin-left: 62.393162393162385%!important;
    *margin-left: 62.28677941443899%!important;
  }
.ie8 .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%!important;
    *margin-left: 59.72267685033642%!important;
  }
.ie8 .row-fluid .offset6 {
    margin-left: 53.84615384615384%!important;
    *margin-left: 53.739770867430444%!important;
  }
.ie8 .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%!important;
    *margin-left: 51.175668303327875%!important;
  }
.ie8 .row-fluid .offset5 {
    margin-left: 45.299145299145295%!important;
    *margin-left: 45.1927623204219%!important;
  }
.ie8 .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%!important;
    *margin-left: 42.62865975631933%!important;
  }
.ie8 .row-fluid .offset4 {
    margin-left: 36.75213675213675%!important;
    *margin-left: 36.645753773413354%!important;
  }
.ie8 .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%!important;
    *margin-left: 34.081651209310785%!important;
  }
.ie8 .row-fluid .offset3 {
    margin-left: 28.205128205128204%!important;
    *margin-left: 28.0987452264048%!important;
  }
.ie8 .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%!important;
    *margin-left: 25.53464266230224%!important;
  }
.ie8 .row-fluid .offset2 {
    margin-left: 19.65811965811966%!important;
    *margin-left: 19.551736679396257%!important;
  }
.ie8 .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%!important;
    *margin-left: 16.98763411529369%!important;
  }
.ie8 .row-fluid .offset1 {
    margin-left: 11.11111111111111%!important;
    *margin-left: 11.004728132387708%!important;
  }
.ie8 .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%!important;
    *margin-left: 8.440625568285142%!important;
  }


/* *** animate.css *** */
@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the O license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;


		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.wiggle {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

/* *** nivo-slider.css *** */
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	margin-top:-22px;
	z-index:99;
	display:block;
	cursor:pointer;
	background:no-repeat 0 0;
	text-indent:-9999px;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
	overflow:hidden;
	box-shadow:inset #ffffff 0 1px 0, 0 1px 0 rgba(0,0,0,0.14);
	border-radius:5px;

	background:#f6f6f6 url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png) repeat;
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), linear-gradient(top, #fcfcfc, #eeeeee);
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -webkit-linear-gradient(top, #fcfcfc, #eeeeee);
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -moz-linear-gradient(top, #fcfcfc, #eeeeee);
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -ms-linear-gradient(top, #fcfcfc, #eeeeee);
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -o-linear-gradient(top, #fcfcfc, #eeeeee);	
	
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;	
}
.nivo-directionNav a:hover {
	background:#f6f6f6 url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png) repeat;
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), linear-gradient(top, #eeeeee, #fcfcfc);
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -moz-linear-gradient(top, #eeeeee, #fcfcfc);
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -ms-linear-gradient(top, #eeeeee, #fcfcfc);
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -o-linear-gradient(top, #eeeeee, #fcfcfc);	
}

.nivoSlider {

}
.nivo-directionNav a:before {
	position:absolute;
	left:10px;
	top:10px;
	width:20px;
	height:20px;
	display:block;
	content:'';	
}
.slider-wrapper:hover .nivo-prevNav,
.slider-wrapper:hover .nivo-nextNav {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.nivo-prevNav {
	left: 11px;
}
.nivo-prevNav:before {
	background-image:url(../img/slider_prev.png)!important;
}
.nivo-nextNav {
	right:11px;
}
.nivo-nextNav:before {
	background-image:url(../img/slider_next.png)!important;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*CustomCSS*/
.nivo-controlNav {display:none!important;}


/* REVOLUTION SLIDER */
/* *** fullwidth.css *** */
	/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
	}*/

	html {
		overflow-x:hidden;
		padding: 0 !important;
		background:#fff;
		margin:0px !important;
	}

	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		max-height:450px!important;
		overflow:hidden;
	}
	.user_bg_layout .fullwidthbanner-container {
		width:100% !important;
		position:relative;
		padding:0;
		max-height:450px!important;
		overflow:hidden;
	}
/* *** responsive.css *** */
	.bannercontainer {
		padding:0px;
		background-color:#fff;
		width:1158px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}

	.banner {
		width:1158px;
		height:438px;
		position:relative;
		overflow:hidden;
	}

	.first-module .bannercontainer{
		padding:0px;
		background-color:#fff;
		width:1170px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}

	.first-module .banner {
		width:1170px;
		height:450px;
		position:relative;
		overflow:hidden;
	}

	.user_bg_layout .first-module .bannercontainer {
		padding:0px;
		background-color:#fff;
		width:1230px;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}

	.user_bg_layout .first-module .banner {
		width:1230px;
		height:450px;
		position:relative;
		overflow:hidden;
	}

	.right-sidebar .banner, .right-sidebar .bannercontainer,
	.left-sidebar .banner, .left-sidebar .bannercontainer {	
		width:870px;
		height:autos;
	}

	@media only screen and (min-width: 960px) and (max-width: 1200px) {

		.bannercontainer {
			width:940px;
		}
	
		.banner {
			width:940px;
			height:359px;
		}
	
		.first-module .bannercontainer{
			width:940px;
		}
	
		.first-module .banner {
			width:940px;
			height:359px;
		}
	
		.user_bg_layout .first-module .bannercontainer {
			width:980px;
		}
	
		.user_bg_layout .first-module .banner {
			width:980px;
			height:359px;
		}

		.right-sidebar .banner, .right-sidebar .bannercontainer,
		.left-sidebar .banner, .left-sidebar .bannercontainer {	
			width:700px;
			height:256px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.bannercontainer {
			width:724px;
		}
	
		.banner {
			width:724px;
			height:359px;
		}
	
		.first-module .bannercontainer{
			width:724px;
		}
	
		.first-module .banner {
			width:724px;
			height:359px;
		}
	
		.user_bg_layout .first-module .bannercontainer {
			width:744px;
		}
	
		.user_bg_layout .first-module .banner {
			width:744px;
			height:359px;
		}

		.right-sidebar .banner, .right-sidebar .bannercontainer,
		.left-sidebar .banner, .left-sidebar .bannercontainer {	
			width:538px;
			height:197px;
		}
	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.bannercontainer {
			width:420px;
		}
	
		.banner {
			width:420px;
			height:154px;
		}
	
		.first-module .bannercontainer{
			width:420px;
		}
	
		.first-module .banner {
			width:420px;
			height:359px;
		}
	
		.user_bg_layout .first-module .bannercontainer {
			width:460px;
		}
	
		.user_bg_layout .first-module .banner {
			width:460px;
			height:359px;
		}

		.right-sidebar .banner, .right-sidebar .bannercontainer,
		.left-sidebar .banner, .left-sidebar .bannercontainer {	
			width:420px;
		}
	}

	@media only screen and (min-width: 0px) and (max-width: 479px) {
		.bannercontainer {
			width:300px;
		}
	
		.banner {
			width:300px;
			height:110px;
		}
	
		.first-module .bannercontainer{
			width:300px;
		}
	
		.first-module .banner {
			width:300px;
			height:359px;
		}
	
		.user_bg_layout .first-module .bannercontainer {
			width:320px;
		}
	
		.user_bg_layout .first-module .banner {
			width:320px;
			height:359px;
		}

		.right-sidebar .banner, .right-sidebar .bannercontainer,
		.left-sidebar .banner, .left-sidebar .bannercontainer {	
			width:300px;
		}
	}

/* *** tipsy.css *** */
.tipsy { font-size: 13px; position:absolute; padding: 0 0 8px 0; z-index: 100000; }
  .tipsy-inner { 
	  border-radius:2px!important;
	  max-width: 200px; 
	  padding: 8px 15px; 
	  text-align: center; 
	  font-size:13px; 
	  text-transform:none; 
	  line-height:16px;
	  color:#5c5c5c;
	}

  /* Rounded corners */
  .tipsy-inner { /*border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; */}
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #3d3d3d; }
  .tipsy-arrow-s { 
	   border:none!important;
	   width:8px;
	   height:8px;
	   display:block;
   }
  /*.tipsy-arrow-s .tipsy-inner {color:#3d3d3d;}*/
  .tipsy-arrow-e { border-left-color: #3d3d3d; }
  .tipsy-arrow-w { border-right-color: #3d3d3d; }
  
  .tipsy-e { margin-left:-10px}
  .tipsy-w { margin-left:10px}  
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent;}
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-s { margin-top:-7px;}
.tipsy-n {margin-top:7px}

/* *** prettyPhoto.css *** */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}



/* prettyPhoto styling for small screens */
@media only screen and (max-width: 767px) {
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
a.pp_close { right: 10px!important; top: 10px!important; }
div.pp_default div .pp_content {min-height: 50px;}
}


/*Hover Effect*/
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/* *** Style.css *** */
body {
	height:100%;
}

input, 
textarea, 
button {
	outline:none!important;
	background:none;
	border-radius:0;
	box-shadow:none!important;
	-webkit-appearance: none!important;
}
* { 
	outline:none!important;
}
::selection { 
	color:#ffffff; 
	opacity:1;
}
::-moz-selection { 
	color:#ffffff; 
	opacity:1;
}

/*-- Main Styles --*/
body { 
	padding:0;
	margin:0;
	width:100%;
	height:100%;	
	overflow-x:hidden;
	text-align:center;
	position:relative;
}

form, body, iframe { 
	margin: 0; 
	padding: 0;
}

img, table, iframe { border: 0;}

p { 
	margin-top:0; 
	margin:0 0 8px 0;
}

table { border-collapse:collapse;}
table td { padding:0;}
.h100 { height:100%;}

a { 
	text-decoration:none;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;	
}
a:hover { 
	text-decoration:none;
}

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

.layout_trigger {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:-2;
}
.image_bg_cont {
	background-size:cover;
}

/* H E A D E R */

header {
	border-top:#444444 5px solid;
	position:relative;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	
	transition: opacity 1000ms; 
	-webkit-transition: opacity 1000ms; 
	-moz-transition: opacity 1000ms; 
	-o-transition: opacity 1000ms;		
}
header:before {
	content:'';
	background:url(../img/bg_head_shadow.png) no-repeat center top;
	position:absolute;
	bottom:-20px;
	display:block;
	width:100%;
	height:20px;
	left:0px;
	z-index:999;
}

.top_line {
	background:#e1e1e1 url(../img/bg_pattern1.png) repeat 0 0;
	text-align:left;
}
.top_line .call_us {
	padding:15px 0;
	line-height:14px;
	font-size:11px;
	color:#777777;
	display:inline-block;
	float:left;
	text-shadow:0 1px 0 #eaeaea;
}
.top_line .call_us .ico {
	padding-right:7px;
	font-size:10px;
	line-height:13px;
	text-shadow:0 1px 0 #d3d3d3;
}
.top_line .socials {
	padding:12px 0;
}

.socials {
	padding:12px 0;
	display:inline-block;
	float:right;
}
.socials_list li {
	margin-left:8px;
	width:20px;
	height:20px;
	display:inline-block;
	float:left;
}
.socials_list li a {
	width:20px;
	height:20px;
	display:block;
	opacity: 0.7; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	transition: opacity 400ms; 
	-webkit-transition: opacity 400ms; 
	-moz-transition: opacity 400ms; 
	-o-transition: opacity 400ms;	
}
.socials_list li a:hover {
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.socials_list li .ico_social-facebook {
	background:url(../img/icons/ico_social-facebook.png) no-repeat;
}
.socials_list li .ico_social-twitter {
	background:url(../img/icons/ico_social-twitter.png) no-repeat;
}
.socials_list li .ico_social-youtube {
	background:url(../img/icons/ico_social-youtube.png) no-repeat;
}
.socials_list li .ico_social-gplus {
	background:url(../img/icons/ico_social-google.png) no-repeat;
}
.socials_list li .ico_social-dribbble {
	background:url(../img/icons/ico_social-dribbble.png) no-repeat;
}
.socials_list li .ico_social-delicious {
	background:url(../img/icons/ico_social-delicious.png) no-repeat;
}
.socials_list li .ico_social-tumblr {
	background:url(../img/icons/ico_social-tumblr.png) no-repeat;
}

.socials_list li .ico_social-flickr {
	background:url(../img/icons/ico_social-flickr.png) no-repeat;
}
.socials_list li .ico_social-instagram {
	background:url(../img/icons/ico_social-instagram.png) no-repeat;
}
.socials_list li .ico_social-linked {
	background:url(../img/icons/ico_social-linked.png) no-repeat;
}
.socials_list li .ico_social-pinterest {
	background:url(../img/icons/ico_social-pinterest.png) no-repeat;
}
.socials_list li .ico_social-vimeo {
	background:url(../img/icons/ico_social-vimeo.png) no-repeat;
}

header .header_wrapper {
	padding-top:25px;
}
header .logo {
	float:left;
	display:block;
	margin:0px 0 25px 0;
}
header .logo img {
	display:block;
}
header nav {
	display:block;
	float:right;
	padding-top:6px;
}
header nav ul.menu > li {
	display:inline-block;
	margin-left:30px;
	position:relative;
	z-index:9999;
}
header nav ul.menu > li > a {
	color:#666666;
	font-size:13px;
	line-height:15px;
	text-transform:none;
	font-weight:600;
	min-height:49px;
	display:block;
}
header nav ul.menu  li .sub-menu {
	position:absolute;
	text-align:left;
}
header nav ul.menu > li > .sub-menu {
	top:49px;
	left:50%;
	width:170px;
	margin-left:-85px;
	background:#444444;
	z-index:999;
}

header nav ul.menu > li > .sub-menu:before {
	content:'';
	width:9px;
	height:5px;
	display:block;
	background:url(../img/menu_arrow.png) no-repeat 0 0;
	position:absolute;
	left:81px;
	top:0px;
}
header nav ul.menu  li .sub-menu li {
	position:relative;
}
header nav ul.menu  li .sub-menu a {
	line-height:18px;
	padding:11px 18px;
	display:block;
	color:#bababa;
}
header nav ul.menu > li > .sub-menu > li > .sub-menu li a {
	color:#d5d4d4;
}
header nav ul.menu > li > .sub-menu > li > .sub-menu {
	background:#616161;
	position:absolute;
	left:170px;
	top:-1px;
	width:170px;
	padding-top:1px;
}
header nav ul.menu  li .sub-menu li {
	border-top:#616161 1px solid;
}
header nav ul.menu  li .sub-menu li .sub-menu li {
	border-top:#777777 1px solid;	
}
header nav ul.menu  li .sub-menu li:first-child,
header nav ul.menu  li .sub-menu li .sub-menu li:first-child {
	border-top:none!important;
}

header nav ul.menu > li > ul.sub-menu {
	display:none;
}

header nav ul.menu > li:hover > ul.sub-menu {
	display:block!important;
}
header nav ul.menu > li:hover > ul.sub-menu > li > ul.sub-menu {
	display:none!important;
}
header nav ul.menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
	display:block!important;
}

.fixed-menu {
	border:none;
	position:fixed;
	left:0px;
	top:-100px;
	width:100%!important;
	background:#ffffff!important;
	z-index:99999;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:100%!important;
	transition: all 300ms; 
	-webkit-transition: all 300ms; 
	-moz-transition: all 300ms; 
	-o-transition: all 300ms;	
}
.fixed-menu.fixed_show {
	top:0px;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.fixed-menu-wrapper {
	padding-top:18px;
}

.fixed-menu .menu > li > a {
	min-height: 41px!important;
}
.fixed-menu .menu > li > .sub-menu {
	top:41px!important;
}

.fixed-menu .logo {
	margin-bottom:17px;
}

/*Header Types*/
header.type0,
header.type1,
header.type2,
header.type3,
header.type4 {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
header .head_search {
	display:none;
}
header.type1 .logo {
	float:right!important;
}
header.type1 nav {
	float:left!important;
}
header.type1 nav ul.menu > li {
	margin-left:0px;
	margin-right:30px;
}

header.type2 .logo {
	float:none!important;
	margin:0 auto 15px auto!important;
}
header.type2 nav {
	float:none!important;
	margin:0 auto!important;
}
header.type2 nav ul.menu {
	text-align:center;
}
header.type2 nav ul.menu > li {
	margin-left:15px;
	margin-right:15px;
}

header.type3 .call_us {
	float:right!important;
} 
header.type3 .socials {
	float:left!important;
} 
header.type3 .socials .socials_list li {
	margin-left:0px!important;
	margin-right:8px!important;
}

header.type4 .logo,
header.type4 nav {
	float:none!important;
	text-align:left!important;
} 
header.type4 .header_wrapper {
	position:relative;
}
header.type4 nav {
	padding-right:270px!important;
}
header.type4 nav ul.menu > li {
	margin-left:0px;
	margin-right:30px;
}
header.type4 .head_search {
	display:block;
	position:absolute;
	bottom:18px;
	right:0px;
	border:#d9d9d9 1px solid;
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
	height:38px;
	width:199px;
	padding-left:39px;
}
header.type4 .head_search:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:38px;
	height:38px;
	border-right:#d9d9d9 1px solid;
	background:url(../img/icons/ico_search.png) no-repeat center;
}
header.type4 .head_search input {
	width:173px!important;
	height:38px!important;
	display:block!important;
	padding:10px 13px!important;
	height:18px!important;
	background:none!important;
	border:none!important;	
	margin:0!important;
}
header.type4 .menu > li > a {
	min-height: 43px!important;
}
header.type4 .menu > li > .sub-menu {
	top:43px!important;
}



/*Footer SideBar
-----------------*/
.footer_twitter {
	background:#e1e1e1 url(../img/bg_pattern1.png) repeat 0 0;
	position:relative;
	padding:20px 0;
	margin-top:15px;
}
.footer_twitter:before {
	content:'';
	position:absolute;
	width:100%;
	left:0px;
	bottom:-25px;
	height:25px;
	display:block;
	background:url(../img/bg_tweet_shadow.png) no-repeat center;
}
.twitter_line {
	position:relative;
}
.twitter_line:before {
	content:'';
	position:absolute;
	width:9px;
	left:50%;
	bottom:-25px;
	height:5px;
	display:block;
	margin-left:-5px;
	background:url(../img/bg_tweet_arrow.png) no-repeat center;
}
.footer_twitter ul li {
	text-align:left;
	padding:0 0 0 30px;
	line-height:20px;
	color:#777777;
	text-shadow:0 1px 0 #eaeaea;
	background:url(../img/marker_tweet1.png) no-repeat 0 0;
}
.footer_twitter ul li a:hover {
	color:#777777;
}

.pre_footer {
	background:#373737 url(../img/bg_pattern2.png) repeat 0 0;
	padding:45px 0 45px 0;
	text-align:left;
}
.pre_footer, 
.pre_footer p, 
.pre_footer span, 
.pre_footer div {
	color:#777777;
}
.pre_footer .light {
	color:#ababab;
}

.pre_footer .bg_title {
	background:url(../img/bg_title_line2.png) repeat-x 0 10px;
}
.pre_footer .bg_title h1,
.pre_footer .bg_title h2,
.pre_footer .bg_title h3,
.pre_footer .bg_title h4,
.pre_footer .bg_title h5,
.pre_footer .bg_title h6 {
	background:#373737 url(../img/bg_pattern2.png) repeat 0 0;
}

/*Footer 
---------*/
footer {
	min-height:60px;
	position:relative;
}
footer .footer_border {
	background:#373737 url(../img/bg_pattern2.png) repeat 0 0;
	height:5px;
	display:block;
}
footer .copyright {

	display:inline-block;
	padding:21px 0 23px 0;
	line-height:16px;
	font-size:13px;
	color:#777777;
}
footer .socials {
	padding-top:20px;
	float:right;
	display:inline-block;
}
footer a.btn2top {
	position:absolute;
	left:50%;
	margin-left:-18px;
	bottom:5px;
	display:block;
	width:36px;
	height:29px;
	background:#373737 url(../img/bg_pattern2.png) repeat 0 0;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
footer a.btn2top:before {
	content:'';
	position:absolute;
	left:12px;
	top:12px;
	background:url(../img/btn2top.png) no-repeat center;
	width:12px;
	height:7px;
	display:block;
}

/*Content block
----------------*/
.no-sidebar .left-sidebar-block, 
.no-sidebar .right-sidebar-block {
	display:none!important;
}

.left-sidebar .right-sidebar-block {
	display:none!important;
}
.left-sidebar .left-sidebar-block {
	display:block!important;
	float:left!important;
}
.left-sidebar .posts-block {
	float:right!important;
}

.right-sidebar .left-sidebar-block {
	display:none!important;
}
.right-sidebar .right-sidebar-block {
	display:block!important;
}

.main_wrapper {
	text-align:left;
}

.user_bg_layout .main_wrapper,
.user_bg_layout header,
.user_bg_layout footer {
	width:1230px;
	background:#ffffff;
	margin:0 auto;
}
.fullscreen_layout.user_bg_layout header {
	width:100%;
}

.user_bg_layout .pre_footer {
	width:1230px;
	margin:0 auto;
}
.user_bg_layout .main_wrapper {
	padding-bottom:10px;
}
.user_bg_layout .footer_twitter {
	width:1230px;
	margin:0 auto!important;
}

.content_wrapper {
	position:relative;
}
.content_wrapper:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:140px;
	width:100%;
	display:block;
	z-index:-1;

	background-image: linear-gradient(top, #ededed, #ffffff);
	background-image: -webkit-linear-gradient(top, #ededed, #ffffff);
	background-image: -moz-linear-gradient(top, #ededed, #ffffff);
	background-image: -ms-linear-gradient(top, #ededed, #ffffff);
	background-image: -o-linear-gradient(top, #ededed, #ffffff);
}
.user_bg_layout .content_wrapper:before {
	display:none;
}

.page_title_block {
	background:url(../img/bg_title1.jpg) no-repeat center top;
	padding:35px 0 28px 0;
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.04);
	background-size:100% 100%;
}
.page_title_block .title {
	margin-bottom:7px!important;
	color:#555555;
}
.page_title_block .breadcrumbs,
.page_title_block .breadcrumbs a {
	color:#666666;
}
.page_title_block .breadcrumbs a:after {
	content:'/';
	color:#bfbfbf;
	padding:0 11px;
}
.content_block {
	margin-top:55px;
}

/*Blog Classes
---------------*/
.right-sidebar .featured_image_full,
.left-sidebar .featured_image_full,
.both-sidebars .featured_image_full,
.right-sidebar .featured_image_full img,
.left-sidebar .featured_image_full img,
.both-sidebars .featured_image_full img {
	float: none;
	height:auto;
}

.featured_image_full iframe {

}
.right-sidebar .featured_image_full iframe,
.left-sidebar .featured_image_full iframe {

}

/*BlogPost Preview*/
.blogpost_info_wrapper {
	min-height:40px;
	margin-bottom:20px;
	position:relative;
}
.blogpost_info_wrapper .post_type {
	width:38px;
	height:38px;
	margin-bottom:5px;
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
	display:inline-block;
	margin-right:5px;
	border:#d9d9d9 1px solid;
	float:left;
}
.blogpost_info_wrapper .post_type:before {
	content:'';
	display:block;
	position:absolute;
	left:10px;
	top:10px;
	width:20px;
	height:20px;
}
.blogpost_info_wrapper .post_type.post_type_video:before {
	background:url(../img/icons/blogpost_video.png) no-repeat 0 0;
}
.blogpost_info_wrapper .post_type.post_type_image:before {
	background:url(../img/icons/blogpost_image.png) no-repeat 0 0;
}
.blogpost_info_wrapper .post_type.post_type_text:before {
	background:url(../img/icons/blogpost_text.png) no-repeat 0 0;
}
.blog_info_block {
	overflow:auto;
}

.blog_info_block div {
	padding:10px 14px 10px 53px;
	height:18px;
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
	position:relative;
	display:inline-block;
	float:left;
	margin-right:5px;
	border:#d9d9d9 1px solid;
	margin-bottom:5px;
}
.blog_info_block div a {
	color:#666666;
}
.blog_info_block div:before {
	content:'';
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:38px;
	height:100%;
	border-right:#d9d9d9 1px solid;
}
.blog_info_block div.blog_author:before {
	background:url(../img/icons/blog_author.png) no-repeat 9px 9px
}
.blog_info_block div.blog_categ:before {
	background:url(../img/icons/blog_categ.png) no-repeat 9px 9px
}
.blog_info_block div.blog_comments:before {
	background:url(../img/icons/blog_comments.png) no-repeat 9px 9px
}
.blog_info_block div.blog_date:before {
	background:url(../img/icons/blog_date.png) no-repeat 9px 9px
}
.blog_info_block div.blog_tags:before {
	background:url(../img/icons/blog_tags.png) no-repeat 9px 9px
}
.blog_info_block div.blog_time:before {
	background:url(../img/icons/blog_time.png) no-repeat 9px 9px
}
.blog_info_block div.blog_url:before {
	background:url(../img/icons/blog_url.png) no-repeat 9px 9px
}
.blog_info_block div.blog_tags2:before {
	background:url(../img/icons/blog_tags2.png) no-repeat 9px 9px
}
.blog_post_preview {
	margin-bottom:40px;
}
.blog_post_preview .more-link {
	font-style:italic;
}
.featured_image_full {
	margin-bottom:18px;
}

	/*Blog Post Page*/
.blogpost_share {
	padding-top:10px;	
}
.portfolio_page .blogpost_share {
	padding-top:0px;
	position:absolute;
	top:0px;
	right:0px;
}
.portfolio_page .blog_info_block {
	padding-right:200px;
}

.portfolio_page .blogpost_share a {
	margin-left:5px!important;
	margin-right:0px!important;
}

/*Blog_post_preview Icons*/

/*Blog_post_page Icons*/

/*Blog Pager*/
.pagerblock {

}
.pagerblock li {
	display:inline-block;
	width:36px;
	height:36px;
	margin:0 5px 0 0!important;
	padding:0!important;
}
.pagerblock li:before {
	content:'';
	display:none;
	padding:0;
}
.pagerblock li a {
	width:34px;
	height:34px;
	border:#cfcfcf 1px solid;
	border-radius:4px;
	line-height:34px;
	text-align:center;
	box-shadow:0 1px 0 #fbfbfb;
	display:block;
	color:#555555;

	background:#efefef url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	
}
.pagerblock li a:hover {
	background:#fafafa url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffffff, #f2f2f2);	
}
.pagerblock li a span {

}
.pagerblock li a span.btn_prev { 
}
.pagerblock li a span.btn_next { 
}

.blog_post_page article {
}

.postcomment {
}

	/*Comments*/
	/*Comments*/
.comment-notes	{
	margin-bottom:16px;
}
#comments {
	margin-bottom:0px;
}
#reply-title {
	margin-bottom:16px!important;
}
ol.commentlist { 
	list-style:none; 
	margin:0 0 0px 0; 
	padding:0;
}
ol.commentlist  li { 
	padding:0!important;
	list-style:none; 
	margin:0;
}
ol.commentlist  li:before {
	content:''!important;
	margin:0!important;
	padding:0!important;
}
ol.commentlist  li .stand_comment {
	margin:0 0 20px 0;
	display:block;
	overflow:hidden;
	position:relative;
}
ol.commentlist  li .stand_comment .thiscommentbody p:last-child {
	margin:0;
}
ol.commentlist  li ul {
	padding-left:40px!important;
}
ol.commentlist  li .commentava {
	float:left; 
	display:block;
	position:relative;
	border-radius:0px!important;
	border-right:none!important;
}
ol.commentlist  li .commentava img {
	display:block;
}
ol.commentlist li .stand_comment {
	overflow:hidden;
}
ol.commentlist li .thiscommentbody {
	padding:0px 12px 11px 14px;
	float:left;
}
ol.commentlist li .thiscommentbody .comment_info {
	margin:-3px 0 8px 0;
}
ol.commentlist li .thiscommentbody .comment_info span {
	display:inline-block;
}
ol.commentlist li .thiscommentbody .comment_info span:before {
	padding:0 10px 0 10px;
	content: '/';
	color:#bfbfbf;
}
ol.commentlist li .thiscommentbody .comment_info span:first-child:before {
	padding:0!important;
	content:''!important;
}
ol.commentlist li .thiscommentbody .comment_info span a {
	font-size:12px;
	line-height:15px;
	font-style:italic;
	text-decoration:none!important;
	transition: color 300ms; 
	-webkit-transition: color 300ms; 
	-moz-transition: color 300ms; 
	-o-transition: color 300ms;			
}

form.comment-form {
	margin-top:10px;
}
form.comment-form p {
	margin:0 0 7px 0;
	color:#3d3d3d;
}
.btn_back {
	margin:0!important;
	display:block!important;
	float:none!important;
	text-align:center;
}

/*Portfolio
------------*/

.alignright {
    float:right;
    margin:5px 0px 0 12px;
}
.alignleft {
    float:left;
    margin:5px 12px 0px 0;
}
.alignnone {
    float:none;
    display:block;
    margin:0px 0 15px 0px;
}
.wp-caption-text {
    text-align: center;
}

/*Lists
--------*/
	.contentarea ul, .content_area ol { 
		list-style:none; 
		margin:0; 
		padding:0 0 18px 0px;
	}
	.contentarea ul li, .content_area ol li {
		line-height:20px;
		margin:0 0 0 0px; 
		padding:0 0 0 16px;
		position:relative;
	}
	.contentarea ul li:before {
		content: '\25cf';
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:0px;
		line-height:18px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.contentarea ol {
		counter-reset:li;
		list-style:none;
		padding:0 0 15px 0;
		margin:0!important;
	}
	.contentarea ol li {
		line-height:20px;
		margin:0 0 0 0px; 
		padding:0 0 0 18px;
		position:relative!important;
	}
	.contentarea ol li:before {
		counter-increment: li; 
		content:counter(li)"."; 
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:0px;
		font-weight:bold;
	}
	.contentarea ol li ol,
	.contentarea ol li ul,
	.contentarea ul li ul,
	.contentarea ul li ol {
		padding:0 0 0px 10px
	}
	.contentarea ul.list_type1 li:before,
	.contentarea ul.list_type2 li:before,
	.contentarea ul.list_type3 li:before,
	.contentarea ul.list_type4 li:before,
	.contentarea ul.list_type5 li:before,
	.contentarea ul.list_type6 li:before {
		content: '';
		width:12px;
		height:11px;
		display:block;
		top:4px;
	}
	.contentarea ul.list_type1 li:before {
		background:url(../img/marker_list1.png) no-repeat 0 0px;
	}
	.contentarea ul.list_type2 li:before {
		background:url(../img/marker_list2.png) no-repeat 0 -1px;
	}
	.contentarea ul.list_type3 li:before {
		background:url(../img/marker_list3.png) no-repeat 0 0px;
		top:3px;
	}
	.contentarea ul.list_type4 li:before {
		background:url(../img/marker_list4.png) no-repeat 0 0px;
		top:3px;
	}
	.contentarea ul.list_type5 li:before {
		background:url(../img/marker_list5.png) no-repeat 0 0px;
		top:3px;
	}
	.contentarea ul.list_type6 li:before {
		background:url(../img/marker_list6.png) no-repeat 0 0px;
	}
	.contentarea ul.list_type4 li {
		padding-left:18px;
	}
	
	ul.list_type0 {
		padding:0 0 0 10px;		
		margin:0 0 10px 0;
	}
	ul.list_type0 li {
		color:#ababab;
		position:relative;
		padding:0 0 0 15px;
	}
	ul.list_type0 li:before {
		display:block;
		position:absolute;
		left:0;
		top:0;
		content:'\25cf';
		font-size:14px;
		line-height:18px;
		font-weight:normal;
	}
	ul.list_type0 li ul {
		padding-left:15px;
	}
	/*Shortcodes List*/
	ul.list { 
		list-style:none; 
		margin:0; 
		padding:0 0 0px 18px; 
		overflow:hidden
	}
	ul.list li { 
		line-height:16px;
		color:#a5a5a5;
		position:relative!important;
	}
	ul.list li:before {
		content: '\25cf';
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:0px;
		font-size:12px; 
		font-weight:normal;
		line-height: 18px;
		font-family:Arial, Helvetica, sans-serif;
	}
	ul.list.plus li:before {
		content: '+';
		padding: 0px 5px 0 2px;
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:2px;
		font-size:14px; 
		line-height: 14px;
		font-weight:normal;
	}
	ol.list {
		counter-reset:li; 
		padding:0 0 0px 18px; 
		margin:0; 
		list-style:none;
	}
	ol.list li {
		margin:0 0 0 0px; 
		padding:0 0 0 15px;
		color:#a5a5a5;
		position:relative!important;		
	}
	ol.list li:before {
		content:counter(li)"."; 
		counter-increment:li; 
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:0px;
		font-weight:bold;
	}
	

/*Sidebar
----------*/
.sidepanel {
	margin:0 0 35px 0; 
}
#footer_bar .sidepanel {
	margin:0 0 0px 0; 
}

.sidebar .sidepanel  {

}
.sidebar .sidepanel h3 {

}

.widget_nav_menu,
.widget_archive {

}
.widget_video iframe {
	width:100%;
	height:auto;
}
	/*-- Popular Posts & Recent Posts --*/
.popular_posts,
.recent_posts { 
	list-style:none; 
	margin: 0;
	padding:0;
}
.popular_posts li,
.recent_posts li {
	margin-top:10px!important;
	position:relative;
}
.popular_posts li:first-child,
.recent_posts li:first-child {
	margin-top:0px!important;
}
.recent_posts,
.popular_posts {
	padding-top:4px;
}
.popular_posts li .recent_posts_img,
.recent_posts li .recent_posts_img { 
	display:block;
	float:none;
	position:absolute;
	left:0px;
	top:0px;
}

.popular_posts li img,
.recent_posts li img { 
	display:block;
	margin:0!important;
}
.ie8 .recent_posts_img img { 
	max-width:86px!important;
	width:86px!important;
	height:86px!important;
	display:block;
}
.recent_posts_content {
	padding:0 0 0 100px;
	min-height:86px!important;
}
.recent_posts_content .post_title {
	color:#ababab;
	margin-bottom:12px;
	display:block;
	font-style:italic;
}
#footer_bar .recent_posts_content .post_title {
	font-style:normal;
}

.no_img .recent_posts_content {
	padding:0 0 0 0px;
}

.no_img .recent_posts_img {
	display:none!important;
}
.popular_posts li p,
.recent_posts li p {

}
.popular_posts li .read_more,
.recent_posts li .read_more {

}

	/* About */
.widget_about .signature,
.widget_about .signature span {

}

.widget_mailchimpsf_widget label {
	color:#777777;
	font-size:13px!important;
	line-height:18px!important;
}
.widget_mailchimpsf_widget .mc_input {
	border:#d9d9d9 1px solid!important;
	border-radius:0!important;
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0!important;
	padding:7px 15px;
	margin:0 0 7px 0!important;
}
#footer_bar .widget_mailchimpsf_widget .mc_input {
	border-top:#2a2a2a 1px solid!important;
	border-left:#2a2a2a 1px solid!important;
	border-bottom:#434343 1px solid!important;
	border-right:#434343 1px solid!important;
	border-radius:0!important;
	background:none!important;
	padding:7px 15px;
	margin:0 0 7px 0!important;
}

.widget_mailchimpsf_widget .mc_submit {
	padding:0 13px!important;
	line-height:36px!important;
	height:38px!important;
	display:inline-block!important;
	border-radius:4px!important;
	box-shadow:inset 0 1px 0 #fbfbfb!important;
	border:#cfcfcf 1px solid!important;
	color:#666666!important;
	text-shadow:0 1px 0 #ffffff!important;;
	font-size:14px!important;
	font-weight:bold!important;
	text-transform:uppercase!important;

	background:#efefef url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);	
}
#footer_bar .widget_mailchimpsf_widget .mc_submit {
	box-shadow:inset 0 1px 0 #8d8d8d!important;
	border:#2f2f2f 1px solid!important;
	color:#373737!important;
	text-shadow:0 1px 0 #6d6d6d!important;

	background:#606060 url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #707070, #4c4c4c);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #707070, #4c4c4c);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #707070, #4c4c4c);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #707070, #4c4c4c);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #707070, #4c4c4c);	
}
.widget_mailchimpsf_widget .mc_submit:hover {
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #e9e9e9, #f5f5f5);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
}
#footer_bar .widget_mailchimpsf_widget .mc_submit:hover {
	background:#707070 url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #4c4c4c, #707070);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #4c4c4c, #707070);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #4c4c4c, #707070);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #4c4c4c, #707070);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #4c4c4c, #707070);	
}

	/*-- Flickr --*/
.flickr_widget_wrapper { 
	margin:0 0 -6px -6px;
	padding:4px 0 0px 0;
	list-style:none;
	overflow:hidden;
}
.widget_flickr .flickr_badge_image { 
	float:left;
	display:inline-block;
	margin:0 0 6px 6px!important;
	width:86px;
	height:86px;
	position:relative;
}
.widget_flickr .flickr_badge_image img {
	width:86px;
	height:86px;
}

.widget_flickr .flickr_badge_image a {
	display:block;
}
.widget_flickr .flickr_badge_image img { 
	display:block!important;
}
.widget_flickr .flickr_badge_image a .flickr_fadder {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	background:#ffffff;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;
}
#footer_bar .widget_flickr .flickr_badge_image a .flickr_fadder {
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	background:#4b4b4b;
}
.widget_flickr .flickr_badge_image a:hover .flickr_fadder,
#footer_bar .widget_flickr .flickr_badge_image a:hover .flickr_fadder {
	opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
}
.widget_flickr .flickr_badge_image,
.widget_flickr .flickr_badge_image a {
	display:block;
}

.widget_flickr .flickr_badge_image img,
.widget_flickr .flickr_badge_image .flickr_wrapper { 	
}

	/*-- BlockRoll --*/
.widget_block_list {
}	
.widget_block_list li {
}
.widget_block_list li a { 
}
	/*-- Twitter --*/
.twitter_list { 
	list-style:none; 
	margin:0; 
	padding:0;
}
.twitter_list li { 
	float:none;
	position:relative;
	background:none;
	margin:0px 0 0 31px;
	padding-top:14px;
}	
.twitter_list li:before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:-31px;
	top:14px;
	background:url(../img/marker_tweet1.png) no-repeat 0 0px;
}
.twitter_list li:first-child {
	margin-top:0px;
	padding-top:0px;
}
.twitter_list li:first-child:before {
	top:0px;
}
.twitter_list li:last-child {
	border:none!important;
}


	/*-- Text Widget --*/
.widget_text div { 

}
.widget_text .textwidget {

}
	/*-- Menu Widget --*/
.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul {
	padding:0;
	margin:0;
}
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_recent_entries ul li {
	position:relative;
	margin-bottom:5px;
}
.widget_nav_menu ul li:hover,
.widget_archive ul li:hover,
.widget_pages ul li:hover,
.widget_categories ul li:hover,
.widget_recent_entries ul li:hover {

}

.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before {
	content:'';
	position:absolute;
	left:38px;
	height:100%;
	width:1px;
	display:block;
	background:#d9d9d9;
}
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a { 
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
	border:#d9d9d9 1px solid;
	padding:10px 15px 10px 50px;
	line-height:18px;
	display:block;
	color:#555555;
}
.widget_nav_menu ul li a:before,
.widget_archive ul li a:before,
.widget_pages ul li a:before,
.widget_categories ul li a:before,
.widget_recent_entries ul li a:before {
	content:'';
	position:absolute;
	left:16px;
	top:13px;
	width:7px;
	height:12px;
	display:block;
	background:url(../img/arrow.png) no-repeat 0 0;
}

.widget_recent_comments li {

}
.widget_recent_comments li:first-child {

}

.widget_tag_cloud a {
	padding:0 13px!important;
	margin:0 1px 5px 0;
	line-height:38px!important;
	height:38px!important;
	display:inline-block!important;
	border-radius:4px!important;
	box-shadow:inset 0 1px 0 #fbfbfb!important;
	border:#cfcfcf 1px solid!important;
	color:#666666!important;
	text-shadow:0 1px 0 #ffffff!important;;
	font-size:13px!important;
	
	background:#efefef url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);	
}

.widget_tag_cloud a:hover {
	background:#fafafa url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffffff, #f2f2f2);	
}

.widget_calendar table {
	width:100%;
}
.widget_calendar table th {
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;
}
.widget_calendar table td {
	padding:4px 0;
	text-align:center;
}
.widget_calendar table caption {
	font-weight:normal;
	text-transform:none;
	padding-bottom:11px;
	text-align:center;
}
.widget_calendar #prev {
	text-align:left;
}
.widget_calendar #next {
	text-align:right;
}

/*Typography
------------*/
h1,h2, h3, h4,
h1 span, h2 span, h3 span, h4 span,
h1 a, h2 a, h3 a, h4 a {
	font-weight:bold;
}
h5, h6, h5 span, h6 span, h5 a, h6 a {
	font-weight:normal;
}
h1, h2, h3, h4, h6,
h1 span, h2 span, h3 span, h4 span, h6 span,
h1 a, h2 a, h3 a, h4 a, h6 a {
	
}
h1 {
	margin:0px 0 11px 0;
}
h2 { 
	margin:0px 0 13px 0;
}
h3 { 
	margin:0px 0 13px 0;
}
h4 { 
	margin:0px 0 14px 0;
}
h5 { 
	margin:0px 0 15px 0;
}
h6 { 
	margin:0px 0 18px 0;
}

.highlighted_dark {
	background:#666666;
	color:#ffffff;
}
.highlighted_light {
	background:#ababab;
	color:#ffffff;
}
.highlighted_colored {
	color:#ffffff;
}

p.light {
	color:#8a8a8a;
}

.bg_title {
	margin-bottom:16px;
	background:url(../img/bg_title_line.png) repeat-x 0 10px;
}
.bg_title h1, 
.bg_title h2, 
.bg_title h3, 
.bg_title h4, 
.bg_title h5, 
.bg_title h6 {
	margin-bottom:0px!important;
	background:#ffffff;
	padding-right:11px;
	display:inline-block;
	
}

.module_cont .bg_title {

}

.module_feature_posts .bg_title,
.module_teamslider .bg_title,
.module_testimonial .bg_title,
.module_partners .bg_title {

}

.page_title { 

}
.page_title h1 { 

}

.ico { font-family:'FBiconsRegular'}

hr { 
	margin:0; 
	padding:0; 
	border:none; 
	height:20px; 
	display:block;
	border-top:#d9d9d9 1px solid; 
}

hr.light { 
	border-top:#d9d9d9 1px solid; 
}
hr.dark{ 
	border-top:#555555 1px solid; 
}

hr.invisible { 
	border:none!important; 
	height:15px!important
}

hr.no-margin{ 
	margin:0!important;
	height:1px!important;
}

.text_light, 
.text_colored a, 
.text_light a:hover { 

}

.dropcap { 
	margin:-1px 11px -3px 0; 
	text-transform:uppercase; 
	float:left;
	font-size:34px;
	line-height:36px;
	font-weight:800;
}

.dropcap.light {
}

blockquote {
	padding:0 0 0px 0px;
	margin:0 0 10px 0;
	position:relative;
	border:none!important;
	font-style:italic;
}
blockquote:before {
	content:'';
	display:block;
	width:27px;
	height:23px;
	position:absolute;
	left:0px;
	top:4px;
	background-image:url(../img/blockquote.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#666666;
}
blockquote.type2:before {
	background-color:#ababab;
}
blockquote p,
blockquote div {
	padding-left:40px;
}
blockquote span {
}

blockquote.type1 {
	border-color:#787878;
}

blockquote p { 
	font-weight:normal;
	font-weight:400!important;
	margin-bottom:8px;
}
blockquote span {
	font-size:12px;
	font-weight:normal;
	font-weight:400!important;
}

blockquote.right { 
	width:35%; 
	float:right;
	padding-right:0!important;
	margin-left:2.5%;
}
blockquote.left { 
	width:35%; 
	margin-right:2.5%;
	float:left; 
}

.demo_columns {
	background:#3d3d3d;
	line-height:140px;
	color:#dadada;
	text-align:center;
	font-size:14px;
}

/*Contacts & Forms
-------------------*/
	/*-- Contact --*/
.contact_info { 
	margin-bottom:20px
}
.contact_info li { 
	padding:0 0 8px 25px;
	position:relative;
}
.contact_info .ico_contact { 
	position:absolute; 
	left:0px; 
	top:0px; 
	height:16px; 
	width:16px; 
}

.module_contact_info .continfo_item {
	display:block;
	padding:0px 0 0px 33px;
	line-height:20px;
	position:relative;
	margin-bottom:14px;
}
.continfo_item,
.continfo_item a {
	word-wrap:break-word;
}
.continfo_item a {
	font-style:italic;
}
.continfo_item a:hover {
}
.module_contact_info .continfo_item span {
	position:absolute;
	left:0;
	top:0;
	margin:0!important;
	width:20px;
	height:20px;
}
.module_contact_info .continfo_item span:hover {
}
.module_contact_info .continfo_item .ico_contact-address {
	background:url(../img/icons/ico_contact-address.png) no-repeat 0 0;
}
.module_contact_info .continfo_item .ico_contact-phone {
	background:url(../img/icons/ico_contact-phone.png) no-repeat 0 0;
}
.module_contact_info .continfo_item .ico_contact-mail {
	background:url(../img/icons/ico_contact-mail.png) no-repeat 0 0;
}
.module_contact_info .continfo_item .ico_contact-skype {
	background:url(../img/icons/ico_contact-skype.png) no-repeat 0 0;
}
.module_contact_info .continfo_item .ico_contact-twitter {
	background:url(../img/icons/ico_contact-twitter.png) no-repeat 0 0;
}
.module_contact_info .continfo_item .ico_contact-facebook {
	background:url(../img/icons/ico_contact-facebook.png) no-repeat 0 0;
}
.module_contact_info .continfo_item .ico_contact-dribbble {
	background:url(../img/icons/ico_contact-dribbble.png) no-repeat 0 0;
}
.module_contact_info .continfo_item .ico_contact-youtube {
	background:url(../img/icons/ico_contact-youtube.png) no-repeat 0 0;
}
.module_contact_info .continfo_item .ico_contact-flickr {
	background:url(../img/icons/ico_contact-flickr.png) no-repeat 0 0;
}

.module_contact_info p { 
	margin-top:8px;
}

	/*-- Form --*/
.feedback_form {
	width:100%;
}
.feedback_form .field-name,
.feedback_form .field-email,
.feedback_form .field-subject,
.feedback_form .field-message,
.login_form .form_field,
#commentform .form_field {
	box-shadow:none!important;
	line-height:18px;
	height:18px;
	font-size:13px;
	color:#666666;
	border-radius:0!important;
	padding:10px 14px 10px 14px;
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat!important;
	border:#d9d9d9 1px solid!important;
	margin-bottom:5px;
	display:block;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;	
}
.feedback_form .field-name:focus,
.feedback_form .field-email:focus,
.feedback_form .field-subject:focus,
.feedback_form .field-message:focus,
.login_form .form_field:focus,
#commentform .form_field:focus {

}

.login_form .form_field {
	padding-top:6px!important;
	padding-bottom:8px!important;
	color:#979696;
	font-size:13px;
	line-height:16px;
}
.feedback_form .field-message {
	height:57px;
	margin-bottom:5px;
	resize:none;
}
#commentform #comment-message {
	height:130px;
	margin-bottom:5px;
	border-bottom-left-radius:5px!important;
	resize:none;	
}
#comments {
}
#respond {
	margin-bottom:35px
}

.feedback_form .feedback_go, 
.feedback_form .feedback_reset,
#commentform #reset,
#commentform #submit,
.btn_login {
	border-radius:5px!important;
	display:inline-block;
	text-transform:uppercase;
	cursor:pointer;

	border:#81a100 1px solid;
	box-shadow:inset #d8ef9b 0 1px 0!important;
	height:40px;
	padding:0 15px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	font-size:14px;
	line-height:40px;
	color:#678000;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:0px;
	text-shadow:0 1px 0 #acd245;

	background:#adc939 url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c9dc7d, #97bb04);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c9dc7d, #97bb04);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c9dc7d, #97bb04);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c9dc7d, #97bb04);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c9dc7d, #97bb04);	
}
.feedback_form .feedback_go:hover, 
.feedback_form .feedback_reset:hover,
#commentform #reset:hover,
#commentform #submit:hover,
.btn_login:hover {
	background:#c9dc7d url(../img/bg_pattern2.png) repeat;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #97bb04, #c9dc7d);
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #97bb04, #c9dc7d);
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #97bb04, #c9dc7d);
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #97bb04, #c9dc7d);
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #97bb04, #c9dc7d);	
}
.ajaxanswer span {
	padding:10px 0;
}

.widget_search .search_form {
	margin:0 auto;
	text-align:left;
	border:#d9d9d9 1px solid;
	display:block;
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
	position:relative;
	padding-left:39px;
}
.widget_search .search_form:before{
	content:'';
	width:38px;
	height:38px;
	border-right:#d9d9d9 1px solid;
	background:url(../img/icons/ico_search.png) no-repeat center;
	position:absolute;
	left:0px;
	top:0px;
}
.widget_search .search_form input {
	padding:10px 14px!important;
	line-height:18px!important;
	height:18px!important;
	border:none!important;
	border-radius:0px!important;
	background:none!important;
	margin:0!important;
}

/*ShortCodes
-------------*/
.fullscreen_image_wrapper {
	overflow:hidden;
}
	.module_feature_posts,
	.module_teamslider,
	.module_team {
		overflow:hidden;
	}
	
	.carouselslider  {		
		opacity: 1; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);		
		transition: opacity 400ms;
		-webkit-transition: opacity 400ms;
		-moz-transition: opacity 400ms;
		-o-transition: opacity 400ms;		
	}
	.carouselslider:before {
		content:'';
		width:38px;
		height:12px;
		display:block;
		background:#ffffff;
		position:absolute;
		right:0px;
		top:-31px;
	}
	.carouselslider.show_carousel {
		opacity: 1; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);		
	}
	/*-- My Team --*/
	.carousel_wrapper {
		background:#3d3d3d;
		width:100%;
		height:100%;
		position:absolute;
		left:0px;
		top:-100%;
		display:none;
		opacity: 0.6; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		transition: top 400ms;
		-webkit-transition: top 400ms;
		-moz-transition: top 400ms;
		-o-transition: top 400ms;
	}
	.carouselslider .item:hover .img_block .carousel_wrapper {
		top:0%;
	}
	.carousel-wrap .carousel_wrapper {
		display:block;
	}
	.carouselslider,
	.team_slider { 
		position:relative;
	}
	.team_slider .img_block {
		position:relative;
	}

	.team_slider ul li .item .carousel_body {
		border:#d9d9d9 1px solid;
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
		transition: background-color 350ms;
		-webkit-transition: background-color 350ms;
		-moz-transition: background-color 350ms;
		-o-transition: background-color 350ms;
	}
	.team_slider ul li .item:hover .carousel_body {
		background:#ffffff;
	}
	
	.left-sidebar .carouselslider,
	.left-sidebar .team_slider,
	.right-sidebar .carouselslider,
	.right-sidebar .team_slider { 
		position:relative;
	}
	.carouselslider ul { 
		margin:0; 
		padding:0; 
		list-style:none; 
		width:10000px;
		margin:0 0 0 -30px;
	}
	.carouselslider ul li:before { 
		content:''!important; 
		margin:0!important; 
		padding:0!important
	}
	.carouselslider ul li { 
		float:left; 
		display:inline-block;  
		padding:0 0 0 30px!important; 
		margin:0;
	}
	
	.left-sidebar .team_slider ul li,
	.right-sidebar .team_slider ul li { 
		float:left; 
		display:inline-block;  
		margin:0!important; 
		padding:0 10px;
		/*width:160px;*/
	}
	.team_slider ul li .img_block,
	.featured_slider ul li .img_block { 
		display:block;
	}
	.team_slider ul li .img_block img,
	.featured_slider ul li .img_block img { 
		width:100%; 
		height:auto; 
		padding:0; 
		margin:0; 
		display:block;
	}
	.carouselslider ul li .carousel_title {		
		position:relative;
		line-height:17px;
		display:block;
		border-bottom:#d9d9d9 1px solid;
	}
	.team_slider .carousel_title {
		display:block;
		text-align:center;
		padding:11px 0px 10px 0px;
	}
	.team_slider .carousel_title h6 {
		margin-bottom:3px;
	}
	.team_slider ul .item .carousel_desc {
		text-align:center;
		padding:11px 18px 0px 18px;
	}
	.team_slider ul .item .carousel_desc .exc {
		text-align:center;
	}

	.carouselslider ul li .smallproflinks { 
		display:inline-block;
		margin:0 auto;
		padding:15px 0 7px 0;
	}
	.carouselslider ul li .smallproflinks a { 
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:38px;
		height:38px;
		display:inline-block;
		float:left;
		position:relative;
		overflow:hidden;
		margin:0 2px 5px 3px;
	
		background:#f0f0f0 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);	
	}

	.carouselslider ul li .smallproflinks a:hover { 
		background:#fafafa url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffffff, #f2f2f2);	
	}
	
	.carouselslider ul li .smallproflinks a:before {
		content:'';
		display:block;
		position:absolute;
		left:9px;
		top:9px;
		width:20px;
		height:20px;
	}

	.carouselslider ul li .smallproflinks a.facebook_link:before { 
		background-image:url(../img/icons/ico_carousel_facebook.png);
	}	
	.carouselslider ul li .smallproflinks a.twitter_link:before { 
		background-image:url(../img/icons/ico_carousel_twitter.png);
	}	
	.carouselslider ul li .smallproflinks a.tumbler_link:before { 
		background-image:url(../img/icons/ico_carousel_tumbler.png);
	}	
	.carouselslider ul li .smallproflinks a.linkedin_link:before { 
		background-image:url(../img/icons/ico_carousel_linked.png);
	}	
	.carouselslider ul li .smallproflinks a.member_email:before { 
		background-image:url(../img/icons/ico_carousel_mail.png);
	}	
	.carouselslider ul li .carousel_desc a {
		font-style:italic;
	}

	.carousel-previous,
	.carousel-next {
		width:7px!important;
		height:12px; 
		padding:0!important;
		display:block; 
		position:absolute!important;
		border:none; 
		cursor:pointer;  
		top:-31px!important; 
		left:auto!important;
		border-radius:0!important;
		background-color:transparent!important;
		margin-top:0!important;		
		opacity: 1!important;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)!important;
	}
	.carouselslider a {
		transition: color 300ms;
		-webkit-transition: color 300ms;
		-moz-transition: color 300ms;
		-o-transition: color 300ms;
	}
	.carousel-control {
		transition: opacity 300ms;
		-webkit-transition: opacity 300ms;
		-moz-transition: opacity 300ms;
		-o-transition: opacity 300ms;	
	}
	.carousel-previous {
		right:18px!important; 
		background:url(../img/carousel_prev.png) no-repeat 0 0;
	}
	.carousel-next { 
		right:0px!important; 
		background:url(../img/carousel_next.png) no-repeat 0 0;
	}
	.carouselslider .carousel-previous:hover, 
	.carouselslider .carousel-next:hover {
		opacity: 0.6!important;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60)!important;		
	}
	.carouselslider .disabled,
	.carouselslider .disabled:hover {
		cursor:default!important;
		opacity: 1!important;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)!important;		
	}

	.featured_slider .img_block {
		position:relative;
		overflow:hidden;
	}
	.featured_slider .img_block a { 
		display:block;
	}
	.featured_slider ul li .carousel_title {
		padding:10px 0 10px 51px;
		position:relative;
	}	
	.featured_slider ul li .carousel_title:before {
		content:'';
		width:1px;
		height:100%;
		position:absolute;
		left:38px;
		top:0px;
		display:block;
		background:#d9d9d9;
	}
	.featured_slider ul li .carousel_title h6 {
		margin:0!important;
		line-height:18px!important;
	}
	.featured_slider ul li .item .carousel_body {
		border:#d9d9d9 1px solid;
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat 0 0;
		transition: background-color 350ms;
		-webkit-transition: background-color 350ms;
		-moz-transition: background-color 350ms;
		-o-transition: background-color 350ms;
	}
	.featured_slider ul li .item:hover .carousel_body {
		background:#ffffff;
	}
	
	.featured_slider ul li .item .carousel_fadder {
		display:none!important;
	}
	.featured_slider ul li .item:hover .carousel_fadder {
		opacity: 0;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
	
	.featured_slider ul li .carousel_desc {
		border-top:none;
		padding:6px 12px 9px 12px;
	}
	.featured_slider ul li .carousel_desc .exc,
	.featured_slider ul li .carousel_desc .exc p {
		padding:0;
		text-align:left;
	}
	.featured_slider ul li .carousel_desc .exc p {
		margin-bottom:5px!important;
	}
	.featured_slider .item .post_type {
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		left:9px;
		top:9px;
		background-position:0 0;
		background-repeat:no-repeat;
	}
	.featured_slider .item .post_type_image {
		background-image:url(../img/icons/carousel_post-image.png);
	}
	.featured_slider .item .post_type_slider {
		background-image:url(http://safetyalertapps.com/wp-content/themes/dixit/img/icons/carousel_post-slider.png);
	}
	.featured_slider .item .post_type_text {
		background-image:url(../img/icons/carousel_post-text.png);
	}	
	.featured_slider .item .post_type_link {
		background-image:url(http://safetyalertapps.com/wp-content/themes/dixit/img/icons/carousel_post-link.png);
	}	
	.featured_slider .item .post_type_video {
		background-image:url(../img/icons/carousel_post-video.png);
	}
	
	.featured_slider .featured_post_info {
		border-top:#dcdcdc 1px solid;
		border-bottom:#dcdcdc 1px solid;
		margin:13px 0 2px 0;
	}
	.featured_slider .featured_post_info span {
		line-height:32px;
		padding:0 9px;
	}
	.featured_slider .featured_post_info,
	.featured_slider .featured_post_info span,
	.featured_slider .featured_post_info a {
		line-height:32px;
		color:#a9a9a9;
		font-style:italic;
		transition: color 300ms;
		-webkit-transition:color 300ms;
		-moz-transition:color 300ms;
		-o-transition:color 300ms;		
	}
	.featured_slider .featured_post_info a:hover {
		text-decoration:none;
		color:#5a5a5a;
	}
	.featured_slider .related_projects .item {
		border:none!important;
	}
	
	.module_testimonial .item { border:none!important}
	.testimonials_list { 
		/*width:458px!important;*/
	}
	.testimonials_list li { 
		/*width:458px!important;*/
		float:left;
		display:inline-block;
		margin:0!important;
	}
	.testimonials_list li .item {
		padding:0 0 0 100px;
		position:relative;
		min-height:90px;
	}
	.testimonials_list li .testimonials_photo {
		overflow:hidden;
		width:86px;
		height:86px;
		display:block;
		position:absolute;
		left:0px;
		top:0px;
	}
	.testimonials_list li .testimonials_text p {
		margin-bottom:4px;
	}
	.testimonials_list li .testimonials_text span {
		font-size:12px;
	}
	.testimonials_list li .testimonials_text span.company {
		color:#ababab;	
	}

	.testimonials_list h6 {
		margin-bottom:10px;
	}

	.sponsors_works li .item {
		position:relative;
		display:block;
		overflow:hidden;
		padding:1px;
		opacity: 1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}
	.sponsors_works li .item a {
		display:block;
		border:#d9d9d9 1px solid;
	}
	.sponsors_works li .item img {
		width:100%;
		height:auto;
		display:block;
		opacity: 0.3;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		transition: opacity 400ms;
		-webkit-transition: opacity 400ms;
		-moz-transition: opacity 400ms;
		-o-transition: opacity 400ms;		
	}
	.sponsors_works li .item:hover img {
		opacity:0.99;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
	}

	.module_partners_wrapper .item_content img,
	.module_partners_wrapper .item_content a {
		width:100%;
		height:auto;
		display:block!important;
	}
	.module_partners .item {
		opacity: 0.3;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		transition: opacity 400ms;
		-webkit-transition: opacity 400ms;
		-moz-transition: opacity 400ms;
		-o-transition: opacity 400ms;	
	}
	.module_partners .item:hover {
		opacity: 1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);		
	}	
	
	/*-- Accordion --*/	
	.shortcode_accordion_shortcode, 
	.shortcode_toggles_shortcode { 
		margin:0px 0 0px 0; 
	}
	.shortcode_accordion_item_title, 
	.shortcode_toggles_item_title { 
		border:#d9d9d9 1px solid!important;
		margin-top:5px!important;
		padding:10px 15px 10px 55px!important;
		line-height:18px!important;
		text-transform:uppercase!important;
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat!important;
		position:relative!important;
		font-size:14px!important;
		line-height:18px!important;
		margin-bottom:0!important;
		cursor:pointer!important;
		color:#666666!important;
		font-weight:normal!important;
		border-radius:0px!important;
		transition: color 300ms!important;
		-webkit-transition: color 300ms!important;
		-moz-transition: color 300ms!important;
		-o-transition: color 300ms!important;
	}

	.module_accordion .shortcode_accordion_item_title:first-child,
	.module_accordion .shortcode_toggles_item_title:first-child {
		margin-top:0px!important;
	}
	
	.shortcode_accordion_item_title:before, 
	.shortcode_toggles_item_title:before { 
		content:''!important;
		background:#d9d9d9!important;
		width:1px!important;
		height:100%!important;
		display:block!important;
		position:absolute!important;
		left:38px!important;
		top:0px!important;
	}

	.shortcode_accordion_item_title .ico, 
	.shortcode_toggles_item_title .ico { 
		position:absolute!important;
		left:13px!important;
		top:50%!important;
		margin:-6px 0 0 0px!important;
		display:block!important;
		width:12px!important;
		height:12px!important;
		background:url(../img/accordion.png) no-repeat top!important;
	}
	.shortcode_accordion_item_title.ui-state-active .ico, 
	.shortcode_toggles_item_title.ui-state-active .ico { 
		background:url(../img/accordion.png) no-repeat bottom!important;
	}

	.shortcode_accordion_item_body,
	.shortcode_toggles_item_body { 
		padding:10px!important;
		color:#a9a9a9!important; 
		border:#d9d9d9 1px solid!important;
		border-top:none!important;
	}	
	.shortcode_toggles_item_body { 
		display:none
	}
	.shortcode_accordion_item_body div,
	.shortcode_toggles_item_body div { 
	}	
	.ui-accordion-header-icon {
		display:none!important;
	}
	
	/*IconBoxes*/
	.shortcode_iconbox {
		position:relative;
	}
	.shortcode_iconbox .iconbox_title {
		text-transform:uppercase;
		font-weight:bold;
		margin-bottom:7px;
		padding:4px 0 4px 35px;
		
		transition: color 400ms; 
		-webkit-transition: color 400ms; 
		-moz-transition: color 400ms; 
		-o-transition: color 400ms;		
	}
	.shortcode_iconbox,
	.shortcode_iconbox p {
		margin-bottom:0;
	}
	.shortcode_iconbox .ico {
		display:block;
		width:30px;
		height:24px;
		position:absolute;
		top:0px;
		left:0px;
		line-height:24px;
		font-size:22px;
		
		transition: color 400ms; 
		-webkit-transition: color 400ms; 
		-moz-transition: color 400ms; 
		-o-transition: color 400ms;		
	}
	
	/*-- Gallery --*/
	.module_gallery .list-of-images {
		margin-left: -30px;
		margin-top: -30px;
		text-align: center;
	}	
	.module_gallery .list-of-images .gallery_item {
		display: inline-block;
		float: left;
		margin: 30px 0 0px 30px;
		overflow: hidden;
		position: relative;
	}
	.module_gallery .list-of-images .gallery_item .mask {
		display:none;
	}
	.module_gallery .list-of-images .gallery_item.view .mask {
		display:block;
	}
	.module_gallery .list-of-images .gallery_item img {
		display:block;
	}
	.module_gallery .list-of-images .gallery_item a {
		position:relative;
		overflow:hidden;
		display:block;
	}
	.module_gallery .gallery_descr {
		position:absolute;
		padding-left:20px;
		padding-right:20px;
	}
	.module_gallery .gallery_title {
		display:inline-block;
		margin:0 auto;
	}
	.module_gallery .view-tenth h2 {
		font-size:14px!important;
		line-height:20px;
		font-weight:normal!important;
		color:#ffffff!important;
		border:none!important;
		display:inline-block;
		padding-left:42px!important;
		background-position:0 10px;
		background-repeat:no-repeat;
		margin:0 auto!important;
	}
	.module_gallery .view-tenth p {
		color:#ffffff!important;
	}
	
	.module_gallery .gallery_item .post_type {
		position:relative;
		width:20px;
		height:20px;
		display:inline-block;
		margin-right:10px;
		float:left;
	}
	.module_gallery .gallery_item .post_type_image {
		background-image:url(../img/icons/post_white-image.png);
		background-position:9px 10px;
	}
	.module_gallery .gallery_item .post_type_text {
		background-image:url(../img/icons/post_white-text.png);
		background-position:9px 10px;
	}	
	.module_gallery .gallery_item .post_type_video {
		background-image:url(../img/icons/post_white-video.png);
		background-position:9px 10px;
	}
	
	.module_gallery .gallery_item .gallery_descr .gallery_text {
		padding:7px 15px 10px 15px;
	}
	
	
	/*-- Promoblock --*/
	.shortcode_promoblock {
		display:block;
		text-align:left;
		padding:25px 0 0 0;
	}
	
	.shortcode_promoblock h1 {
		font-weight:bold;
		text-transform:uppercase;
		color:#555555;
	}
	.shortcode_promoblock h5 {
		margin-bottom: 3px;
		color:#555555;
	}
	.shortcode_promoblock h1 {
		margin-bottom:0px;
	}
	.shortcode_promoblock .promo_text_block {
		text-align:right!important;
	}
	.shortcode_promoblock .promo_text_block.span8 {
		text-align:right!important;
	}
	.shortcode_promoblock .promo_text_block.span12 {
		text-align:center!important;
	}
	.shortcode_promoblock .promo_button_block .promo_button {
		display:inline-block;
		margin:2px 0 0 8px;
		border-radius:4px;
		border:#81a100 1px solid;
		box-shadow:inset #d8ef9b 0 1px 0;
		color:#698008;
		text-shadow:0 1px 0px #acd245;
		text-transform:uppercase;
		font-weight:bold;
		font-size:14px;
		line-height:38px;
		height:38px;
		padding:0 15px;
		
		background:#abc834 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c9dc7d, #97bb04);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c9dc7d, #97bb04);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c9dc7d, #97bb04);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c9dc7d, #97bb04);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c9dc7d, #97bb04);	
	}
	
	.shortcode_promoblock .promo_button_block .promo_button:hover {
		background:#c9dc7d url(../img/bg_pattern2.png);	
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #97bb04, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #97bb04, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #97bb04, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #97bb04, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #97bb04, #c9dc7d);				
	}
	
	/*-- Tabs --*/
	.shortcode_tabs { 
		padding:0 0 0px 0;
		overflow:hidden;
	}
	.shortcode_tabs .all_heads_cont { 
		display:block;		
		overflow:hidden;
		position:relative;
		z-index:5;
		padding-bottom:1px;
	}

	.shortcode_tab_item_title {
		border:#d9d9d9 1px solid;
		border-bottom:none;
		margin:0px 5px 0 0;
		min-height:18px;
		display:inline-block;
		float:left;
		padding:10px 15px;
		line-height:18px;
		font-size:14px;
		cursor:pointer;
		font-weight:400;
		position:relative;			
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat;

		transition: color 400ms;
		-webkit-transition: color 400ms; 
		-moz-transition: color 400ms; 
		-o-transition: color 400ms;		
	}

	.shortcode_tab_item_title.active {
		background:#ffffff;
	}
	.shortcode_tab_item_title.active:before {
		content:'';
		width:100%;
		height:1px;
		bottom:-1px;
		display:block;
		left:0px;
		background:#ffffff;
		position:absolute;
		z-index:9;		
	}

	.all_body_cont {
		background: #ffffff;
		border: 1px solid #d9d9d9;
		margin-top:-1px;
		display: block;
		padding: 6px 12px;
		text-align: left;
	}

	.shortcode_tabs .ip:after {
		content:'';
		clear:both!important;	
		display:block;
	}

	.shortcode_tab_item_body { 
		display:none;
	}
	.all_body_cont a {
		color:#f3f3f3;
	}
	.shortcode_tab_item_body.active { 
		display:block;
	}

	/*-- Tabs Types--*/

@media only screen and (max-width: 760px) {
	.shortcode_tab_item_title {
		border:#d9d9d9 1px solid;
		margin:0px 3px 3px 0;
		min-height:18px;
		display:inline-block;
		float:left;
		padding:10px 15px;
		line-height:18px;
		font-size:14px;
		cursor:pointer;
		font-weight:400;
		position:relative;			
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat;

		transition: color 400ms;
		-webkit-transition: color 400ms; 
		-moz-transition: color 400ms; 
		-o-transition: color 400ms;		
	}

	.shortcode_tab_item_title.active {
		background:#ffffff;
	}
	.shortcode_tab_item_title.active:before {
		display:none;
	}
}	
@media only screen and (min-width: 760px) {

	.shortcode_tabs.type2 .all_heads_cont { 
		float:left;
		display:inline-block;
		text-align:center;
		overflow:visible;
		width:200px;		
	}
	.shortcode_tabs.type2 .shortcode_tab_item_title { 
		float:none;
		display:block;
		margin:0 0 5px 0;
		border-right:none;
		text-align:left;
		border:#d9d9d9 1px solid;
		border-right:none;
	}
	.shortcode_tabs.type2 .shortcode_tab_item_title.active:before {
		content:'';
		width:1px;
		height:100%;
		bottom:0px;
		display:block;
		left:auto;
		right:-1px;
		background:#ffffff;
		position:absolute;
		z-index:9;		
	}
	.shortcode_tabs.type2 .all_body_cont  {
		float:left;
		display:inline-block;
		margin-top:0px;		
	}
	
	.shortcode_tabs.type3 .all_heads_cont { 
		float:left;
		display:inline-block;
		text-align:center;
		overflow:visible;
		width:200px;
	}
	.shortcode_tabs.type3 .shortcode_tab_item_title { 
		float:none;
		display:block;
		margin:0 0 0px 0;		
		text-align:left;
		border:#d9d9d9 1px solid;
		color:#888888;
		border-right:none;
		background:none;
		border-bottom:none!important;
		margin-bottom:0px!important;
		border-left:none!important;
	}
	.shortcode_tabs.type3 .shortcode_tab_item_title:first-child {
		border-top:none;
	}
	.shortcode_tabs.type3 .shortcode_tab_item_title.active:last-child {
		border-bottom:#d9d9d9 1px solid!important;
	}
	.shortcode_tabs.type3 .shortcode_tab_item_title.active { 
		background:#ffffff;
		color:#666666;
	}
	.shortcode_tabs.type3 .shortcode_tab_item_title.active:before {
		content:'';
		width:1px;
		height:100%;
		bottom:0px;
		display:block;
		left:auto;
		right:-1px;
		background:#ffffff;
		position:absolute;
		z-index:9;		
	}

	.shortcode_tabs.type3 .all_body_cont  {
		float:left;
		display:inline-block;
		margin-top:0px;
		box-shadow:-8px 0 30px -27px rgba(0, 0, 0, 1), -8px 0 30px -15px rgba(0, 0, 0, 0.1);
		border:none;
		padding:11px 0px 11px 29px!important;
		border-left:#cbcbcb 1px solid;
	}
}

	.ie8 .shortcode_tabs.type2 .all_heads_cont { 
		float:left;
		display:inline-block;
		text-align:center;
		overflow:visible;
		width:200px;		
	}
	.ie8 .shortcode_tabs.type2 .shortcode_tab_item_title { 
		float:none;
		display:block;
		margin:0 0 5px 0;
		border-right:none;
		text-align:left;
		border:#d9d9d9 1px solid;
		border-right:none;
	}
	.ie8 .shortcode_tabs.type2 .shortcode_tab_item_title.active:before {
		content:'';
		width:1px;
		height:100%;
		bottom:0px;
		display:block;
		left:auto;
		right:-1px;
		background:#ffffff;
		position:absolute;
		z-index:9;		
	}
	.ie8 .shortcode_tabs.type2 .all_body_cont  {
		float:left;
		display:inline-block;
		margin-top:0px;		
	}
	
	.ie8 .shortcode_tabs.type3 .all_heads_cont { 
		float:left;
		display:inline-block;
		text-align:center;
		overflow:visible;
		width:200px;
	}
	.ie8 .shortcode_tabs.type3 .shortcode_tab_item_title { 
		float:none;
		display:block;
		margin:0 0 0px 0;		
		text-align:left;
		border:#d9d9d9 1px solid;
		color:#888888;
		border-right:none;
		background:none;
		border-bottom:none!important;
		margin-bottom:0px!important;
		border-left:none!important;
	}
	.ie8 .shortcode_tabs.type3 .shortcode_tab_item_title:first-child {
		border-top:none;
	}
	.ie8 .shortcode_tabs.type3 .shortcode_tab_item_title.active:last-child {
		border-bottom:#d9d9d9 1px solid!important;
	}
	.ie8 .shortcode_tabs.type3 .shortcode_tab_item_title.active { 
		background:#ffffff;
		color:#666666;
	}
	.ie8 .shortcode_tabs.type3 .shortcode_tab_item_title.active:before {
		content:'';
		width:1px;
		height:100%;
		bottom:0px;
		display:block;
		left:auto;
		right:-1px;
		background:#ffffff;
		position:absolute;
		z-index:9;		
	}

	.ie8 .shortcode_tabs.type3 .all_body_cont  {
		float:left;
		display:inline-block;
		margin-top:0px;
		box-shadow:-8px 0 30px -27px rgba(0, 0, 0, 1), -8px 0 30px -15px rgba(0, 0, 0, 0.1);
		border:none;
		border-left:#cbcbcb 1px solid;
	}
	
	/*-- Message Boxes --*/
	.shortcode_messagebox {
		padding:11px!important;
		display:block;
		border:1px solid;
		position:relative;
		background-image:url(../img/bg_pattern2.png);
		background-repeat:repeat;
	}
	.shortcode_messagebox h6 {
		margin-bottom:5px;
	}
	.shortcode_messagebox .box_close {
		width:10px;
		height:10px;
		display:block;
		position:absolute;
		right:13px;
		top:14px;
		opacity: 0.4;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
		transition: opacity 300ms;
		-webkit-transition: opacity 300ms;
		-moz-transition: opacity 300ms;
		-o-transition: opacity 300ms;
	}
	.shortcode_messagebox.box_type1 {
		border-color:#d9d9d9;
		background:#ffffff;
	}
	.shortcode_messagebox.box_type2 {
		border-color:#d9d9d9;
		background-color:#f5f5f5;
	}
	.shortcode_messagebox.box_type3 {
		border-color:#85c0cf;
		background-color:#adefff;
		color:#567b84;
	}
	.shortcode_messagebox.box_type3 h6 {
		color:#567b84;
	}	
	.shortcode_messagebox.box_type4 {
		border-color:#bcca82;
		background-color:#e3f1aa;
		color:#879354;
	}
	.shortcode_messagebox.box_type4 h6 {
		color:#879354;
	}
	.shortcode_messagebox.box_type5 {
		border-color:#dccc70;
		background-color:#fff6ab;
		color:#b19947;
	}
	.shortcode_messagebox.box_type5 h6 {
		color:#b19947;
	}
	.shortcode_messagebox.box_type6 {
		border-color:#d49090;
		background-color:#ffc1c1;
		color:#b56b6b;
	}
	.shortcode_messagebox.box_type6 h6 {
		color:#b56b6b;
	}
	
	.shortcode_messagebox.box_type1 .box_close {
		background-image:url(../img/btn_close1.png);
	}
	.shortcode_messagebox.box_type2 .box_close {
		background-image:url(../img/btn_close2.png);
	}
	.shortcode_messagebox.box_type3 .box_close {
		background-image:url(../img/btn_close3.png);
	}
	.shortcode_messagebox.box_type4 .box_close {
		background-image:url(../img/btn_close4.png);
	}
	.shortcode_messagebox.box_type5 .box_close {
		background-image:url(../img/btn_close5.png);
	}
	.shortcode_messagebox.box_type6 .box_close {
		background-image:url(../img/btn_close6.png);
	}
	.shortcode_messagebox .box_close:hover {
		opacity: 0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	}

	/*-- Diagrams --*/
	.skills_list {
		padding:0!important;
		list-style:none!important;
		margin:0!important;
	}
	.skills_list li {
		margin:0 0 12px 0!important;
		padding:0!important;
	}
	.skills_list li:before {
		content:''!important;
	}
	.skills_list li .skill_percent {
		text-align:center;
		float:right;
	}
	.skills_list li .skill_percent h6 {
		margin:0;		
	}
	
	.skills_list li .diagram_bar {
		display:block;
	}
	.skills_list li .diagram_bar h6 {
		margin-bottom:7px;
		float:left;
	}
	.skill_div-wrapper {
		position:relative;
		overflow:hidden;
		height:18px;
		display:block;
		background:#ffffff;
		border-radius:4px;
	}
	.skills_list li .skill_div {
		position:absolute;
		left:0px;
		top:0px;
		height:18px;
		display:block;
		box-shadow:inset 0 1px 0px #aac833, inset 0 2px 0px rgba(255,255,255,0.37);
		border-radius:4px;

		background:#aac833 url(../img/bg_pattern2.png) repeat;
	}
	
	/* Price Table*/
	.price_table_wrapper {
		border-radius:1px;
		border:#d9d9d9 1px solid;
		border-bottom:none;
		border-top:none;
		overflow:hidden;
	}
	.price_item {
		display:inline-block;
		float:left;
		border-bottom:#d9d9d9 1px solid;
		border-top:#d9d9d9 1px solid;
	}
	
	.price_table_wrapper .price_item_wrapper {
		border-left:#d9d9d9 1px solid;
	}	
	.price_table_wrapper > .price_item:first-child .price_item_wrapper {
		border-left:none;
	}	
	.price_item .price_item_title {
		box-shadow:inset #fbfbfb 0 1px 0;
		
		background:#efefef url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);			
	}
	.most_popular .price_item_title {
		border:#81a100 1px solid;
		box-shadow:inset 0 1px 0 #d8ef9b;		
		text-shadow:0 1px 0 #c2d671;
		margin:-1px -1px 0px -1px;
		position:relative;
		z-index:5;
				
		background:#a7c62b url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c9dc7d, #95ba00);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c9dc7d, #95ba00);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c9dc7d, #95ba00);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c9dc7d, #95ba00);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c9dc7d, #95ba00);			
	}	
	.price_item .price_item_title h2 {
		font-size:19px;
		line-height:21px;
		padding:11px 10px 12px 10px;
		text-transform:uppercase;
		text-align:center;
		margin:0!important;
		border-bottom:#d9d9d9 1px solid;
		text-shadow:0 1px 0 #f6f6f6;
	}

	.most_popular .price_item_title h2 {
		color:#677722!important;
		padding:11px 10px 12px 10px;
		border:none;
		text-shadow:0 1px 0 #c3d774;
	}	

	.price_item_cost {
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat scroll 0 0;
		text-align:center;
		padding:16px 10px 7px 10px;
	}
	.price_item_cost h1,
	.price_item_cost h1 span {
		line-height:53px;
		margin:0;
		text-shadow:0 1px 0 #f7f7f7;
	}
	.price_item_cost h1 {
		font-size:36px;
		font-weight:bold;
	}	
	.price_item_cost h1 span {
		font-weight:600;
		font-size:13px;
		text-transform:none;
	}
	.most_popular .price_item_cost {
		background:#ffffff;
	}	
	.most_popular .price_item_cost h1 {
		font-size:42px;
	}
	.most_popular .price_item_cost h1 span {
		font-size:18px;
	}
	.price_item_text {
		padding:11px 10px;
		display:block;
		text-align:center;
		border-top:#d9d9d9 1px solid;
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat scroll 0 0;
	}
	.most_popular .price_item_text {
		background:#ffffff;
	}

	.price_item_btn {
	}
	.price_item_btn a {
		border-top:#d9d9d9 1px solid;
		box-shadow:inset 0 1px 0 #fbfbfb;
		height:44px;
		line-height:44px;
		text-shadow:0 1px 0 #f6f6f6;
		font-size:16px;
		color:#666666!important;
		text-align:center;
		text-transform:uppercase;
		font-weight:bold;
		
		background:#efefef url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);			
		display:block;
	}
	.most_popular .price_item_btn a {
		height:44px;
		line-height:44px;
		border:#81a100 1px solid;
		box-shadow:inset 0 1px 0 #d8ef9b;		
		text-shadow:0 1px 0 #c2d671;		
		color:#677722!important;
		margin:0 -1px -1px -1px;
		position:relative;
		z-index:5;
				
		background:#a7c62b url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c9dc7d, #95ba00);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c9dc7d, #95ba00);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c9dc7d, #95ba00);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c9dc7d, #95ba00);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c9dc7d, #95ba00);			
	}
	.price_item_btn a:hover {
		color:#666666!important;
		background:#fafafa url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffffff, #f2f2f2);	
		display:block;		
	}
	.most_popular .price_item_btn a:hover {
		border:#81a100 1px solid;
		box-shadow:inset 0 1px 0 #d8ef9b;		
		text-shadow:0 1px 0 #c2d671;		
		color:#677722!important;
		margin:0 -1px -1px -1px;
		position:relative;
		z-index:5;
				
		background:#c9dc7d url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #95ba00, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #95ba00, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #95ba00, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #95ba00, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #95ba00, #c9dc7d);			
	}	
	
	/*-- Buttons --*/
	.shortcode_button { 
		display:inline-block;
		margin:0 5px 5px 0px;
		border:1px solid;
		text-decoration:none;
		float:left;
		border-radius:4px;
		text-transform:uppercase;
		font-weight:bold;		
	}	

	.shortcode_button.btn_small { 
		line-height:30px;
		font-size:12px;
		padding:0 15px;
		font-weight:800;		
	}
	.shortcode_button.btn_normal { 
		line-height:38px;
		font-size:14px;
		padding:0 16px;
		font-weight:bold;		
	}
	.shortcode_button.btn_large { 
		line-height:42px;
		font-size:14px;
		font-weight:bold!important;
		padding: 0 15px;
	}
	
	.shortcode_button.btn_type1 {
		box-shadow:inset #fbfbfb 0 1px 0;
		color:#666666;
		border-color:#cfcfcf;
		text-shadow:0 1px 0 #ffffff;
		
		background:#f0f0f0 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	.shortcode_button.btn_type2 {
		box-shadow:inset #fbfbfb 0 1px 0;
		color:#666666;
		border-color:#bfbfbf;
		text-shadow:0 1px 0 #dfdfdf;
		
		background:#d3d3d3 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #e2e2e2, #c7c7c7);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #e2e2e2, #c7c7c7);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #e2e2e2, #c7c7c7);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #e2e2e2, #c7c7c7);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #e2e2e2, #c7c7c7);
	}
	.shortcode_button.btn_type3 {
		box-shadow:inset #a8a8a8 0 1px 0;
		color:#2b2b2b;
		border-color:#616161;
		text-shadow:0 1px 0 #858585;
		
		background:#6e6e6e url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #8b8b8b, #5b5b5b);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #8b8b8b, #5b5b5b);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #8b8b8b, #5b5b5b);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #8b8b8b, #5b5b5b);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #8b8b8b, #5b5b5b);
	}
	.shortcode_button.btn_type4 {
		/*box-shadow:inset #d8ef9b 0 1px 0;
		color:#678000;
		border-color:#81a100;
		text-shadow:0 1px 0 #acd245;
		
		background:#adc939 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c9dc7d, #97bb04);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c9dc7d, #97bb04);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c9dc7d, #97bb04);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c9dc7d, #97bb04);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c9dc7d, #97bb04);*/
		box-shadow: inset #E8F7FF 0 1px 0;
		color: #fff;
		border-color: #0078b8;
		text-shadow: 0 1px 0 #1CA7ED;
		background: #1CA7ED url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #1CA7ED, #0078b8);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #1CA7ED, #0078b8);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #1CA7ED, #0078b8);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #1CA7ED, #0078b8);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #1CA7ED, #0078b8);
	}
	.shortcode_button.btn_type5 {
		box-shadow:inset #caf5ff 0 1px 0;
		color:#1e849a;
		border-color:#27abc9;
		text-shadow:0 1px 0 #9be6f6;
		
		background:#6ddbf3 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #a2e8f7, #4bd3f0);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #a2e8f7, #4bd3f0);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #a2e8f7, #4bd3f0);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #a2e8f7, #4bd3f0);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #a2e8f7, #4bd3f0);
	}
	.shortcode_button.btn_type6 {
		box-shadow:inset #879cdf 0 1px 0;
		color:#1f3786;
		border-color:#264bc2;
		text-shadow:0 1px 0 #657ecf;
		
		background:#446ae4 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #6081e8, #2e58e1);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #6081e8, #2e58e1);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #6081e8, #2e58e1);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #6081e8, #2e58e1);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #6081e8, #2e58e1);
	}
	.shortcode_button.btn_type7 {
		box-shadow:inset #ad7be3 0 1px 0;
		color:#401d67;
		border-color:#4f1593;
		text-shadow:0 1px 0 #8151b6;
		
		background:#8148c0 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #9362c9, #7031b8);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #9362c9, #7031b8);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #9362c9, #7031b8);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #9362c9, #7031b8);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #9362c9, #7031b8);
	}
	.shortcode_button.btn_type8 {
		box-shadow:inset #da95e9 0 1px 0;
		color:#651378;
		border-color:#9820b3;
		text-shadow:0 1px 0 #c363d8;
		
		background:#bd43d7 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #cd71e1, #b429d2);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #cd71e1, #b429d2);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #cd71e1, #b429d2);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #cd71e1, #b429d2);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #cd71e1, #b429d2);
	}
	.shortcode_button.btn_type9 {
		box-shadow:inset #ffbde7 0 1px 0;
		color:#b43b87;
		border-color:#d359a7;
		text-shadow:0 1px 0 #ff9ddb;
		
		background:#ff85d2 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff9fdc, #ff6eca);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff9fdc, #ff6eca);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff9fdc, #ff6eca);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff9fdc, #ff6eca);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff9fdc, #ff6eca);
	}
	.shortcode_button.btn_type10 {
		box-shadow:inset #ffafaf 0 1px 0;
		color:#ae1f1f;
		border-color:#e12828;
		text-shadow:0 1px 0 #fc7878;
		
		background:#ff5454 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff7a7a, #ff3636);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff7a7a, #ff3636);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff7a7a, #ff3636);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff7a7a, #ff3636);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff7a7a, #ff3636);
	}
	.shortcode_button.btn_type11 {
		box-shadow:inset #ffc291 0 1px 0;
		color:#b14f00;
		border-color:#d5660c;
		text-shadow:0 1px 0 #faa056;
		
		background:#ff8828 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffa358, #ff7403);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffa358, #ff7403);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffa358, #ff7403);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffa358, #ff7403);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffa358, #ff7403);
	}
	.shortcode_button.btn_type12 {
		box-shadow:inset #fff5b1 0 1px 0;
		color:#d2a301;
		border-color:#e6b300;
		text-shadow:0 1px 0 #fff198;
		
		background:#ffe539 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffee7d, #ffdf04);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffee7d, #ffdf04);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffee7d, #ffdf04);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffee7d, #ffdf04);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffee7d, #ffdf04);
	}
	.shortcode_button.btn_type13 {
		box-shadow:inset #f8ff91 0 1px 0;
		color:#9fa800;
		border-color:#b9c300;
		text-shadow:0 1px 0 #ecf281;
		
		background:#e0ea39 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ebf17d, #d8e404);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ebf17d, #d8e404);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ebf17d, #d8e404);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ebf17d, #d8e404);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ebf17d, #d8e404);
	}

	.shortcode_button.btn_type1:hover {		
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #e9e9e9, #f5f5f5);
	}
	.shortcode_button.btn_type2:hover {
		background:#e2e2e2 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c7c7c7, #e2e2e2);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c7c7c7, #e2e2e2);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c7c7c7, #e2e2e2);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c7c7c7, #e2e2e2);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c7c7c7, #e2e2e2);
	}
	.shortcode_button.btn_type3:hover {
		background:#8b8b8b url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #5b5b5b, #8b8b8b);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #5b5b5b, #8b8b8b);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #5b5b5b, #8b8b8b);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #5b5b5b, #8b8b8b);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #5b5b5b, #8b8b8b);
	}
	.shortcode_button.btn_type4:hover {
		background:#c9dc7d url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #97bb04, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #97bb04, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #97bb04, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #97bb04, #c9dc7d);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #97bb04, #c9dc7d);
		background: #1CA7ED url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #0078b8, #1CA7ED);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #0078b8, #1CA7ED);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #0078b8, #1CA7ED);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #0078b8, #1CA7ED);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #0078b8, #1CA7ED);
	}
	.shortcode_button.btn_type5:hover {
		background:#a2e8f7 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #4bd3f0, #a2e8f7);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #4bd3f0, #a2e8f7);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #4bd3f0, #a2e8f7);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #4bd3f0, #a2e8f7);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #4bd3f0, #a2e8f7);
	}
	.shortcode_button.btn_type6:hover {
		background:#6081e8 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #2e58e1, #6081e8);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #2e58e1, #6081e8);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #2e58e1, #6081e8);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #2e58e1, #6081e8);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #2e58e1, #6081e8);
	}
	.shortcode_button.btn_type7:hover {
		background:#9362c9 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #7031b8, #9362c9);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #7031b8, #9362c9);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #7031b8, #9362c9);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #7031b8, #9362c9);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #7031b8, #9362c9);
	}
	.shortcode_button.btn_type8:hover {
		background:#cd71e1 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #b429d2, #cd71e1);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #b429d2, #cd71e1);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #b429d2, #cd71e1);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #b429d2, #cd71e1);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #b429d2, #cd71e1);
	}
	.shortcode_button.btn_type9:hover {
		background:#ff9fdc url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff6eca, #ff9fdc);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff6eca, #ff9fdc);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff6eca, #ff9fdc);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff6eca, #ff9fdc);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff6eca, #ff9fdc);
	}
	.shortcode_button.btn_type10:hover {
		background:#ff7a7a url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff3636, #ff7a7a);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff3636, #ff7a7a);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff3636, #ff7a7a);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff3636, #ff7a7a);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff3636, #ff7a7a);
	}
	.shortcode_button.btn_type11:hover {
		background:#ffa358 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff7403, #ffa358);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff7403, #ffa358);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff7403, #ffa358);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff7403, #ffa358);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff7403, #ffa358);
	}
	.shortcode_button.btn_type12:hover {
		background:#ffee7d url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffdf04, #ffee7d);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffdf04, #ffee7d);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffdf04, #ffee7d);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffdf04, #ffee7d);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffdf04, #ffee7d);
	}
	.shortcode_button.btn_type13:hover {
		background:#ebf17d url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #d8e404, #ebf17d);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #d8e404, #ebf17d);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #d8e404, #ebf17d);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #d8e404, #ebf17d);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #d8e404, #ebf17d);
	}
			
	/*-- VideoFrame --*/
	iframe.alignleft { 
		float:left; 
		margin:0 20px 10px 0
	}
	iframe.alignright { 
		float:right; 
		margin:0 0px 10px 20px
	}
	iframe.alignnone {
		float:none!important;
		width:100%!important;
	}
	.demo_frame {
		border:#3d3d3d 6px solid;
	}
	.demo_frame iframe {
		display:block!important;
		float:none!important;
		margin:0!important;
	}
	
	/*-- Socials Icons --*/
	.ico_socialize {
		display:inline-block;
		float:left;
		margin:0 5px 5px 0;

		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:38px;
		height:38px;
		position:relative;
		overflow:hidden;
	
		background:#efefef url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);	
		
	}
	.ico_socialize:before,
	.ico_socialize:before {
		content:'';
		display:block;
		position:absolute;
		left:9px;
		top:9px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
	}
	.ico_socialize:hover {
		background:#fafafa url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffffff, #f2f2f2);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffffff, #f2f2f2);	
	}

	.ico_socialize_facebook1:before {
		background-image:url(../img/icons/ico_socialize_facebook1.png)
	}
	.ico_socialize_facebook2:before {
		background-image:url(../img/icons/ico_socialize_facebook2.png)
	}
	.ico_socialize_twitter1:before {
		background-image:url(../img/icons/ico_socialize_twitter1.png)
	}
	.ico_socialize_twitter2:before {
		background-image:url(../img/icons/ico_socialize_twitter2.png)
	}
	.ico_socialize_twitter3:before {
		background-image:url(../img/icons/ico_socialize_twitter3.png)
	}
	.ico_socialize_digg1:before {
		background-image:url(../img/icons/ico_socialize_digg1.png)
	}
	.ico_socialize_digg2:before {
		background-image:url(../img/icons/ico_socialize_digg2.png)
	}
	.ico_socialize_google1:before {
		background-image:url(../img/icons/ico_socialize_google1.png)
	}
	.ico_socialize_google2:before {
		background-image:url(../img/icons/ico_socialize_google2.png)
	}
	.ico_socialize_tumbler:before {
		background-image:url(../img/icons/ico_socialize_tumbler.png)
	}
	.ico_socialize_delicious:before {
		background-image:url(../img/icons/ico_socialize_delicious.png)
	}
	.ico_socialize_plixi:before {
		background-image:url(../img/icons/ico_socialize_plixi.png)
	}
	.ico_socialize_dribbble1:before {
		background-image:url(../img/icons/ico_socialize_dribbble1.png)
	}
	.ico_socialize_dribbble2:before {
		background-image:url(../img/icons/ico_socialize_dribbble2.png)
	}
	.ico_socialize_stubleUpon:before {
		background-image:url(../img/icons/ico_socialize_stubleUpon.png)
	}
	.ico_socialize_lastfm:before {
		background-image:url(../img/icons/ico_socialize_lastfm.png)
	}
	.ico_socialize_moby:before {
		background-image:url(../img/icons/ico_socialize_moby.png)
	}
	.ico_socialize_vimeo:before {
		background-image:url(../img/icons/ico_socialize_vimeo.png)
	}
	.ico_socialize_youtube1:before {
		background-image:url(../img/icons/ico_socialize_youtube1.png)
	}
	.ico_socialize_youtube2:before {
		background-image:url(../img/icons/ico_socialize_youtube2.png)
	}
	.ico_socialize_myspace:before {
		background-image:url(../img/icons/ico_socialize_myspace.png)
	}
	.ico_socialize_linkedIn:before {
		background-image:url(../img/icons/ico_socialize_linkedIn.png)
	}
	.ico_socialize_pinterest:before {
		background-image:url(../img/icons/ico_socialize_pinterest.png)
	}
	.ico_socialize_flickr:before {
		background-image:url(../img/icons/ico_socialize_flickr.png)
	}
	.ico_socialize_vk1:before {
		background-image:url(../img/icons/ico_socialize_vk1.png)
	}
	.ico_socialize_vk2:before {
		background-image:url(../img/icons/ico_socialize_vk2.png)
	}
	.ico_socialize_odnoklassniki:before {
		background-image:url(../img/icons/ico_socialize_odnoklassniki.png)
	}
	.ico_socialize_gowalla:before {
		background-image:url(../img/icons/ico_socialize_gowalla.png)
	}
	.ico_socialize_dropbox:before {
		background-image:url(../img/icons/ico_socialize_dropbox.png)
	}
	.ico_socialize_skype:before {
		background-image:url(../img/icons/ico_socialize_skype.png)
	}
	.ico_socialize_iChat:before {
		background-image:url(../img/icons/ico_socialize_iChat.png)
	}
	.ico_socialize_instagram:before {
		background-image:url(../img/icons/ico_socialize_instagram.png)
	}
	.ico_socialize_evernote:before {
		background-image:url(../img/icons/ico_socialize_evernote.png)
	}
	.ico_socialize_deviantart:before {
		background-image:url(../img/icons/ico_socialize_deviantart.png)
	}
	.ico_socialize_blogspot:before {
		background-image:url(../img/icons/ico_socialize_blogspot.png)
	}
	.ico_socialize_reddit:before {
		background-image:url(../img/icons/ico_socialize_reddit.png)
	}
	.ico_socialize_technorati:before {
		background-image:url(../img/icons/ico_socialize_technorati.png)
	}
	.ico_socialize_yahoo:before {
		background-image:url(../img/icons/ico_socialize_yahoo.png)
	}
	.ico_socialize_diigo:before {
		background-image:url(../img/icons/ico_socialize_diigo.png)
	}
	.ico_socialize_blinklist:before {
		background-image:url(../img/icons/ico_socialize_blinklist.png)
	}
	.ico_socialize_bing:before {
		background-image:url(../img/icons/ico_socialize_bing.png)
	}
	.ico_socialize_behnce:before {
		background-image:url(../img/icons/ico_socialize_behnce.png)
	}
	.ico_socialize_picasa:before {
		background-image:url(../img/icons/ico_socialize_picasa.png)
	}
	.ico_socialize_forrst:before {
		background-image:url(../img/icons/ico_socialize_forrst.png)
	}
	.ico_socialize_ffffound:before {
		background-image:url(../img/icons/ico_socialize_ffffound.png)
	}
	.ico_socialize_viddler:before {
		background-image:url(../img/icons/ico_socialize_viddler.png)
	}
	.ico_socialize_friendfeed:before {
		background-image:url(../img/icons/ico_socialize_friendfeed.png)
	}
	.ico_socialize_mobileMe:before {
		background-image:url(../img/icons/ico_socialize_mobileMe.png)
	}
	.ico_socialize_wordpress:before {
		background-image:url(../img/icons/ico_socialize_wordpress.png)
	}
	.ico_socialize_drupal:before {
		background-image:url(../img/icons/ico_socialize_drupal.png)
	}
	.ico_socialize_paypal:before {
		background-image:url(../img/icons/ico_socialize_paypal.png)
	}
	.ico_socialize_share:before {
		background-image:url(../img/icons/ico_socialize_share.png)
	}
	.ico_socialize_mail:before {
		background-image:url(../img/icons/ico_socialize_mail.png)
	}
	.ico_socialize_rss:before {
		background-image:url(../img/icons/ico_socialize_rss.png)
	}
	.ico_socialize_home:before {
		background-image:url(../img/icons/ico_socialize_home.png)
	}
	.ico_socialize_phone:before {
		background-image:url(../img/icons/ico_socialize_phone.png)
	}
	
	/*SiteMap*/
	.sitemap_list {
		padding:0!important;
		margin:0 0 30px 0!important;
		list-style:none!important;
	}
	.sitemap_block_title {
		margin-bottom:11px!important;
	}
	.sitemap_margin {
		display:none;
	}
	.sitemap_list li a {
		font-style:italic;
	}
	.sitemap_list li span,
	.sitemap_list li span a {
		font-size:12px!important;
		font-style:normal!important;
	}
	ul.sitemap_list li {
		color: #8A8A8A;
		line-height: 18px;
		margin: 0;
		padding: 2px 0 2px 18px;
		position: relative !important;		
	}
	ul.sitemap_list li:before {
		background: url(../img/marker_list1.png) no-repeat scroll 0 0 transparent;
		content: '';
		display: block;
		height: 11px;
		top: 5px;
	    left: 0;
		width: 12px;
	    line-height: 20px;
	    padding-right: 0;
	    position: absolute;
	}
	ul.sitemap_list li ul {
		padding:8px 0;
	}
	ol.sitemap_list {
		padding-top:2px!important;
	}
	ol.sitemap_list li {
		padding:0px 0 12px 24px;
		line-height:16px;
	}
	ol.sitemap_list li span.sitemap_author:before,
	ol.sitemap_list li span.sitemap_comments:before {
		content:'/';
		color:#bfbfbf;
		padding:0 9px 0 7px;
	}
	ol.sitemap_list li {
		line-height:18px;
	}
	ol.sitemap_list li span.sitemap_author a,
	ol.sitemap_list li span.sitemap_comments a{
		font-style:italic!important;
	}

/*Wrappers
-----------*/

/*Misc*/
.colored_italic {
	font-style:italic;
}
.hasShadow {
	position:relative;
}
.hasShadow:before {
	content:'';
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../img/bg_module_shadow.png) no-repeat center top;
	width:100%;
	height:25px;
	z-index:10;
}
.module_line {
	margin-top:10px;
	margin-bottom:55px;
	padding:20px 0 0 0;
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.04);
}

.module_line.top_padding_normal {
    padding-top: 45px !important;
}

.module_line.top_padding_medium {
    padding-top: 20px !important;
}

.module_line.top_padding_small {
    padding-top: 15px !important;
}

.module_line.top_padding_none {
    padding-top: 0 !important;
}


.left-sidebar .module_line_wrapper,
.right-sidebar .module_line_wrapper {
	width:100%!important;
}
.module_line .bg_title,
.module_line .bg_title h1,
.module_line .bg_title h2,
.module_line .bg_title h3,
.module_line .bg_title h4,
.module_line .bg_title h5,
.module_line .bg_title h6,
.module_line .carouselslider:before {
	background:none;
}

.clear { clear:both}
.module_revolution_slider iframe.video_frame {
	width:100%;
	height:auto;
}

.btn_load_more{
	display:block;
	float:none!important;
	margin:0!important;
	text-align:center!important;
}

.subscribe .inline {
	display:inline-block;
	float:left;
}
.subscribe .inline .subscribe_field {
	width:235px;
	height:14px;
	display:block;
	line-height:14px;
	color:#666666;
	border:#bcb2a1 1px solid;
	background:#f5f5f5 url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png) repeat 0 0;
	padding:13px 18px 13px 18px;
	margin-right:4px;
}
.subscribe #btn_subscribe {
	color:#666666!important;
	border:#bcb2a1 1px solid!important;
}

.right-sidebar .bannercontainer .subscribe_field,
.left-sidebar .bannercontainer  .subscribe_field {
	width:175px!important;
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.right-sidebar .subscribe,
	.left-sidebar .subscribe {
		display:none!important;
	}
	.subscribe p {
		display:none!important;
	}
	.subscribe_field,
	.subscribe_field {
		width:110px!important;
	}	
}

@media only screen and (max-width: 767px) {
	.subscribe {
		display:none!important;
	}
}

.wrapper404 img {
	width:100%;
	height:auto;
}

/*Layout Styles*/
.covered {
	background-size:cover!important;
}


/* intro_wrapper */
	 .intro_page .fullwidthbanner-container{
		width:100%!important;
		max-width:1920px!important;
		margin:0 auto!important;
		position:relative;
		padding:0;
		max-height:600px !important;
		overflow:hidden;
	}
	.intro_page {
		background:none!important;
		position:relative;
		height:100%;
	}
	.intro_page .fullwidthbanner-container {
		margin-bottom:15px;
	}
	.intro_page .tparrows  {
		display:none!important;
	}
	.skip_intro {
		margin-top:0px;
		margin-bottom:10px;
		display:block;
		text-transform:uppercase;
		font-weight:600;
		color:#a1a0a0;
		font-size:13px;
		line-height:15px;
	}


/*Chrome Fix*/
@media screen and ( -webkit-min-device-pixel-ratio : 0 ) {
	.sponsors_works .item {
		padding:1px;
	}
	.shortcode_tabs {
		padding:1px;
	}
	
	.field-message,
	#commentform textarea {
		margin-bottom:4px!important;
	}
	.arrowButton .prevArrow {
		left:-1px!important;
	}
	.shortcode_accordion_item_title, 
	.shortcode_toggles_item_title { 
		overflow:visible!important;
	}
	.popular_posts li,
	.recent_posts li {
		overflow:visible!important;		
	}

	.most_popular .price_item_btn a {
		/*margin:-1px -1px -1px -1px;*/
	}
	.most_popular .price_item_cost {
		padding-bottom:6px;
	}
	

}

/* *** portfolio_isotope.css *** */
/*All Resolutions
=================*/
.filter_img {
	overflow:hidden;
}
.portfolio_block {
margin-bottom:0!important
}
.filter_block,
.filter_navigation,
.filter_navigation ul,
.filter_navigation ul li ul {
	display:inline-block!important;
	width:100%!important;
}
.filter_navigation {
	margin-bottom:15px!important;
}
.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 {
	background:url(../img/bg_title_line.png) repeat-x 0 10px;
	width:100%;
}
.filter_navigation ul li ul li {
	height:40px;
	display:inline-block;
	float:left;
	position:relative;
	padding-right:24px!important;
	background:#ffffff;
}
.filter_navigation ul li ul li:before {
	content:'';
	display:none!important;
}
.filter_navigation ul li ul li a {
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	position:relative;
	z-index:7;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;	
}

.image-grid .element { 
	background:none; 
	overflow:hidden; 
	display:inline-block; 
	margin-bottom:30px; 
}
.filter_img { 
	position:relative;
}
.filter_img img { 
	display:block; 
	width:100%; 
	height:auto;
}

/*Widths*/
.columns1 {
	margin:0 0 0 0px!important;
	width:1170px;
}
.columns1 .filter_img {
	overflow:hidden;
	border-radius:0px!important;
}
.columns1 .element {
	width:100%;
	margin-left: 0;
	min-height:375px;	
}

.columns2,
.columns3,
.columns4 {
	margin:0 0 0 -30px!important;
	width:1200px;
}

.columns2 .element a,
.columns3 .element a,
.columns4 .element a {
	display:block;
}
.columns2 .element {
	width:570px; 
	margin:0 0 30px 30px;
	min-height:375px;
	float:left;
	display:inline-block;
}
.columns2 .element img {
	display:block;
}
.columns3 .element {
	width:370px; 
	margin-left:30px;
	min-height:245px;
}
.columns4 .element {
	width:270px; 
	margin-left:30px;
	min-height:180px;
}

.filter_navigation { 
	overflow:hidden
}

/*Portfolio Description*/
.columns1 .bg_title {
	margin-bottom:10px!important;
	margin-top:-1px!important;
}
.columns1 .more-link {
	font-style:italic;
}
.more-link:hover {
}

.portfolio_item {
	overflow:hidden;
}
.portfolio_block .wrapped_img {
	display:block!important;
}
.portfolio_block .wrapped_img .portfolio_fadder {
	background:#ffffff;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	transition: opacity 400ms; 
	-webkit-transition: opacity 400ms; 
	-moz-transition: opacity 400ms; 
	-o-transition: opacity 400ms;		
}
.portfolio_block .wrapped_img:hover .portfolio_fadder {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.portfolio_block .portfolio_item .portfolio_descr {
	width:100%;
	position:absolute;
	left:0px;
	text-align:left;
}
.portfolio_block .portfolio_descr .portfolio_descr {
	text-align:center;
	padding:0 20px;
}
.portfolio_block .portfolio_item .portfolio_descr h2 {
	font-size:14px!important;
	line-height:20px;
	font-weight:normal!important;
	color:#ffffff!important;
	border:none!important;
	display:block;
	padding-left:0px!important;
	margin:0 auto!important;
	text-align:center;
}
.portfolio_block .portfolio_item .portfolio_descr p {
	color:#ffffff!important;
}

.portfolio_share {
	float:right!important;
	display:inline-block!important;
}
.portfolio_info {
	display:inline-block!important;
	float:left!important;
}
.next_item {
	float:right;
	margin:0;
}
.portfolio_post {
	margin-bottom:10px;
}

.left-sidebar .columns1,
.right-sidebar .columns1 {
	width:870px;
}
.left-sidebar .columns2,
.right-sidebar .columns2, 
.left-sidebar .columns3,
.right-sidebar .columns3,
.left-sidebar .columns4,
.right-sidebar .columns4 {
	width:900px;
}

.left-sidebar .columns2 .element,
.right-sidebar .columns2 .element {
	width:420px;
} 
.left-sidebar .columns3 .element,
.right-sidebar .columns3 .element {
	width:270px;
}
.left-sidebar .columns4 .element,
.right-sidebar .columns4 .element {
	width:195px;
}

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

/* *** base.css *** */

header .logo img.logo_retina {
	display:none!important;
}

a.menu_toggler {
	display:none;
}
header .mobile_menu_wrapper {
	display:none;
	background:#3d3d3d;
}
nav.mobile_header {
	display:none!important;
}

.span12 .items6 li { 
	width:170px;
}
.span12 .items5 li { 
	width:210px;
}
.span12 .items4 li { 
	width:270px;
}
.span12 .items3 li { 
	width:370px;
}
.span12 .items2 li { 
	width:570px;
}
.span12 .items1 li { 
	width:1170px;
}

.span6 .items6 li { 
	width:70px;
}
.span6 .items5 li { 
	width:90px;
}
.span6 .items4 li { 
	width:120px;
}
.span6 .items3 li { 
	width:170px;
}
.span6 .items2 li { 
	width:270px;
}
.span6 .items1 li { 
	width:570px;
}

.span4 .items6 li { 
	width:36px;
}
.span4 .items5 li { 
	width:50px;
}
.span4 .items4 li { 
	width:70px;
}
.span4 .items3 li { 
	width:103px;
}
.span4 .items2 li { 
	width:170px;
}
.span4 .items1 li { 
	width:370px;
}

.span3 .items6 li { 
	width:20px;
}
.span3 .items5 li { 
	width:30px;
}
.span3 .items4 li { 
	width:45px;
}
.span3 .items3 li { 
	width:70px;
}
.span3 .items2 li { 
	width:120px;
}
.span3 .items1 li { 
	width:270px;
}

.span8 .items6 li { 
	width:103px;
}
.span8 .items5 li { 
	width:130px;
}
.span8 .items4 li { 
	width:170px;
}
.span8 .items3 li { 
	width:236px;
}
.span8 .items2 li { 
	width:370px;
}
.span8 .items1 li { 
	width:770px;
}

.span9 .items6 li { 
	width:120px;
}
.span9 .items5 li { 
	width:150px;
}
.span9 .items4 li { 
	width:195px;
}
.span9 .items3 li { 
	width:270px;
}
.span9 .items2 li { 
	width:420px;
}
.span9 .items1 li { 
	width:870px;
}

/* items size with sidebar*/
.left-sidebar .posts-block .span12 .items6 li,
.right-sidebar .posts-block .span12 .items6 li { 
	width:126px;
}
.left-sidebar .posts-block .span12 .items5 li,
.right-sidebar .posts-block .span12 .items5 li { 
	width:150px;
}
.left-sidebar .posts-block .span12 .items4 li,
.right-sidebar .posts-block .span12 .items4 li { 
	width:195px;
}
.left-sidebar .posts-block .span12 .items3 li,
.right-sidebar .posts-block .span12 .items3 li { 
	width:270px;
}
.left-sidebar .posts-block .span12 .items2 li,
.right-sidebar .posts-block .span12 .items2 li { 
	width:425px;
}
.left-sidebar .posts-block .span12 .items1 li,
.right-sidebar .posts-block .span12 .items1 li { 
	width:870px;
}

.left-sidebar .posts-block .span6 .items6 li,
.right-sidebar .posts-block .span6 .items6 li { 
	width:52px;
}
.left-sidebar .posts-block .span6 .items5 li,
.right-sidebar .posts-block .span6 .items5 li { 
	width:67px;
}
.left-sidebar .posts-block .span6 .items4 li,
.right-sidebar .posts-block .span6 .items4 li { 
	width:83px;
}
.left-sidebar .posts-block .span6 .items3 li,
.right-sidebar .posts-block .span6 .items3 li { 
	width:121px;
}
.left-sidebar .posts-block .span6 .items2 li,
.right-sidebar .posts-block .span6 .items2 li { 
	width:197px;
}
.left-sidebar .posts-block .span6 .items1 li,
.right-sidebar .posts-block .span6 .items1 li { 
	width:424px;
}

.left-sidebar .posts-block .span4 .items6 li,
.right-sidebar .posts-block .span4 .items6 li { 
	width:27px;
}
.left-sidebar .posts-block .span4 .items5 li,
.right-sidebar .posts-block .span4 .items5 li { 
	width:37px;
}
.left-sidebar .posts-block .span4 .items4 li,
.right-sidebar .posts-block .span4 .items4 li { 
	width:46px;
}
.left-sidebar .posts-block .span4 .items3 li,
.right-sidebar .posts-block .span4 .items3 li { 
	width:71px;
}
.left-sidebar .posts-block .span4 .items2 li,
.right-sidebar .posts-block .span4 .items2 li { 
	width:122px;
}
.left-sidebar .posts-block .span4 .items1 li,
.right-sidebar .posts-block .span4 .items1 li { 
	width:275px;
}

.left-sidebar .posts-block .span3 .items6 li,
.right-sidebar .posts-block .span3 .items6 li { 
	width:15px;
}
.left-sidebar .posts-block .span3 .items5 li,
.right-sidebar .posts-block .span3 .items5 li { 
	width:22px;
}
.left-sidebar .posts-block .span3 .items4 li,
.right-sidebar .posts-block .span3 .items4 li { 
	width:27px;
}
.left-sidebar .posts-block .span3 .items3 li,
.right-sidebar .posts-block .span3 .items3 li { 
	width:47px;
}
.left-sidebar .posts-block .span3 .items2 li,
.right-sidebar .posts-block .span3 .items2 li { 
	width:85px;
}
.left-sidebar .posts-block .span3 .items1 li,
.right-sidebar .posts-block .span3 .items1 li { 
	width:201px;
}

.left-sidebar .posts-block .span8 .items6 li,
.right-sidebar .posts-block .span8 .items6 li { 
	width:77px;
}
.left-sidebar .posts-block .span8 .items5 li,
.right-sidebar .posts-block .span8 .items5 li { 
	width:97px;
}
.left-sidebar .posts-block .span8 .items4 li,
.right-sidebar .posts-block .span8 .items4 li { 
	width:120px;
}
.left-sidebar .posts-block .span8 .items3 li,
.right-sidebar .posts-block .span8 .items3 li { 
	width:170px;
}
.left-sidebar .posts-block .span8 .items2 li,
.right-sidebar .posts-block .span8 .items2 li { 
	width:271px;
}
.left-sidebar .posts-block .span8 .items1 li,
.right-sidebar .posts-block .span8 .items1 li { 
	width:572px;
}

.left-sidebar .posts-block .span9 .items6 li,
.right-sidebar .posts-block .span9 .items6 li { 
	width:89px;
}
.left-sidebar .posts-block .span9 .items5 li,
.right-sidebar .posts-block .span9 .items5 li { 
	width:111px;
}
.left-sidebar .posts-block .span9 .items4 li,
.right-sidebar .posts-block .span9 .items4 li { 
	width:139px;
}
.left-sidebar .posts-block .span9 .items3 li,
.right-sidebar .posts-block .span9 .items3 li { 
	width:195px;
}
.left-sidebar .posts-block .span9 .items2 li,
.right-sidebar .posts-block .span9 .items2 li { 
	width:308px;
}
.left-sidebar .posts-block .span9 .items1 li,
.right-sidebar .posts-block .span9 .items1 li { 
	width:647px;
}

.caption.fullscreenvideo iframe {
	max-height:460px!important;
}

.tp-bannershadow {
	display:none!important;
}
.rev_slider_wrapper {
	padding:0!important;
}
.rev_slider_wrapper ul {
	position:relative;
}
.rev_slider_wrapper li {
	position:absolute!important;
	left:0px;
	top:0px!important;
}

.ls-nav-prev,
.ls-nav-next {
	width:38px;
	height:38px;
	position:absolute;
	top:50%;
	margin:-21px 0 0 0!important;
	z-index:99;
	display:block;
	cursor:pointer;
	background:no-repeat 0 0;
	text-indent:-9999px;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
	overflow:hidden;
	box-shadow:inset 0 1px 0 #fbfbfb;
	border-radius:4px;
	border:#cfcfcf 1px solid;

	background:#f0f0f0 url(../img/bg_pattern2.png) repeat!important;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9)!important;
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9)!important;
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9)!important;
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9)!important;
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9)!important;	
	
	transition: opacity 300ms!important;
	-webkit-transition: opacity 300ms!important;
	-moz-transition: opacity 300ms!important;
	-o-transition: opacity 300ms!important;	
}
.ie8 .ls-nav-prev,
.ie8 .ls-nav-next {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.module_layer_slider:hover .ls-nav-prev,
.module_layer_slider:hover .ls-nav-next {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.ls-nav-prev:hover,
.ls-nav-next:hover {
	background:#f5f5f5 url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png) repeat!important;
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), linear-gradient(top, #e9e9e9, #f5f5f5)!important;
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -webkit-linear-gradient(top, #e9e9e9, #f5f5f5)!important;
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -moz-linear-gradient(top, #e9e9e9, #f5f5f5)!important;
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -ms-linear-gradient(top, #e9e9e9, #f5f5f5)!important;
	background-image: url(http://safetyalertapps.com/wp-content/themes/dixit/img/bg_noise2.png), -o-linear-gradient(top, #e9e9e9, #f5f5f5)!important;		
}
.ls-nav-prev:before,
.ls-nav-next:before {
	position:absolute;
	left:0px;
	top:0px;
	width:38px;
	height:38px;
	display:block;
	content:'';
	background-repeat:no-repeat;
	background-position:16px 14px;
}

.ls-nav-prev {
	top:50%!important;
	left:11px!important;
	right:auto!important;
}
.ls-nav-next {
	top:50%!important;
	right:11px!important;
	left:auto!important;
}
.ls-nav-prev:before {
	background-image:url(../img/slider_prev.png)!important;
}
.ls-nav-next:before {
	background-image:url(../img/slider_next.png)!important;
}

/*404 Page*/
.page404 {
	background:#e1e1e1 url(../img/bg_pattern1.png) repeat!important;
	background-image: url(../img/bg_pattern1.png), linear-gradient(top, #e1e1e1, #ffffff)!important;
	background-image: url(../img/bg_pattern1.png), -webkit-linear-gradient(top, #e1e1e1, #ffffff)!important;
	background-image: url(../img/bg_pattern1.png), -moz-linear-gradient(top, #e1e1e1, #ffffff)!important;
	background-image: url(../img/bg_pattern1.png), -ms-linear-gradient(top, #e1e1e1, #ffffff)!important;
	background-image: url(../img/bg_pattern1.png), -o-linear-gradient(top, #e1e1e1, #ffffff)!important;
	box-shadow:none!important;
	
	padding:101px 0 75px 0!important;
	margin-top:-55px!important;
}
.wrapper404 { 
	position:relative!important;
	background:url(../img/bg_404.png) no-repeat center top;
	padding-top:250px;
	text-align:center;
}
.module_line.page404 {
	padding-top:101px!important;
}
.wrapper404 .search_form {
	width:465px;
	margin:0 auto;
	text-align:left;
	border:#c9c9c9 1px solid;
	display:block;
	background:#e3e3e3 url(../img/bg_pattern2.png) repeat 0 0;
	position:relative;
	padding-left:39px;
}
.wrapper404 .search_form label {
	width:38px;
	height:38px;
	border-right:#c9c9c9 1px solid;
	background:url(../img/icons/ico_search.png) no-repeat center;
	position:absolute;
	left:0px;
	top:0px;
}
.wrapper404 .search_form input {
	width:435px!important;
	padding:10px 14px!important;
	line-height:18px!important;
	height:18px!important;
	border:none!important;
	border-radius:0px!important;
	background:none!important;
	margin:0!important;
}
.block404 {
	text-align:left;
	display:block;
	position:absolute;
	left:400px;
	top:56px;
	background:url(http://safetyalertapps.com/wp-content/themes/dixit/img/logo404.png) no-repeat 1px 4px;
}
.wrapper404 .title404 {
	margin-bottom:7px!important;
	font-size:30px!important;
	line-height:32px!important;
	padding-left:31px;	
}
.wrapper404 .text404 {
}

@media only screen and (max-width: 1200px) {
.page_title_block {
	background-size:auto 100%;
}
}

@media only screen and (min-width: 760px) and (max-width: 959px) {
	.block404 {
		left:175px;
		top:56px;
	}
}

@media only screen and (min-width: 459px) and (max-width: 760px) {
	.wrapper404 { 	
		background-size: 100% auto;
		padding-top:205px!important;
	}
	.block404 {
		left:30px;
		top:56px;
	}
	.text404 {
		display:none!important;
	}

	.wrapper404 .search_form {
		width:379px;
	}
	.wrapper404 .search_form input {
		width:349px!important;
	}	
}

@media only screen and (min-width: 0px) and (max-width: 459px) {
	.module_line.page404 {
		padding:50px 0 15px 0!important;
	}
	.module_404 { margin:0!important;}
	.wrapper404 { 	
		background-size: 100% auto;
		padding-top:190px!important;
	}
	.block404 {
		left:30px;
		top:35px;
		text-align:center!important;
	}
	.title404 { padding:0!important;}
	.text404 {
		display:none!important;
	}

	.wrapper404 .search_form {
		width:260px;
	}
	.wrapper404 .search_form input {
		width:230px!important;
	}
}

/*kogomori styles*/

 .inf_list .tsmnl .tsmnl-img {
    float: left;
    overflow: hidden;
    margin-top: 3px;
}
.inf_list .tsmnl .tsmnl-cont p{
    padding-left: 100px;
    font-size: 13px;
}
.inf_list .tsmnl .tsmnl-cont span{
    color: #EA497E;
    padding-left: 100px;
}
.googlemaps_point p{
    margin:40px 0px 40px 0px;
    font-size: 13px;
}
.git_list ul li{
    list-style: none;
    float: left;
    width: 360px;
    line-height: 28px;
}
.git_list ul li:before{
	content: none;
}  
.git_list ul li span{
	padding-left: 5px;
}
   
   
/*Revolution Slider Settings*/
.caption {
	transition: opacity 1000ms;
	-webkit-transition: opacity 1000ms;
	-moz-transition: opacity 1000ms;
	-o-transition: opacity 1000ms;
}

.module_revolution_slider.first-module {
	margin-top:0px!important;
}
.module_revolution_slider.first-module .bannercontainer {
	border:none!important;
	padding:0px!important;
	background:none!important;
	border-radius:0px!important;
}

.ls-layer {
	overflow:hidden;
}
.fullscreen_layout .module_layer_slider.first-module, 
.user_bg_layout .module_layer_slider.first-module {
	margin-top:-55px!important;
}

.user_bg_layout .module_layer_slider.first-module {
	margin-left:-30px!important;
	margin-right:-30px!important;
	position:relative;
}
.user_bg_layout .module_layer_slider.first-module {
	margin-left:-30px!important;
	margin-right:-30px!important;
	position:relative;
}
.user_bg_layout .module_layer_slider.fullscreen_slider {
	margin-left:0px!important;
	margin-right:0px!important;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.user_bg_layout .module_layer_slider.first-module {
		margin-left:-20px!important;
		margin-right:-20px!important;
		position:relative;
	}
	.user_bg_layout .module_layer_slider.fullscreen_slider {
		margin-left:0px!important;
		margin-right:0px!important;
	}
	
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
	.user_bg_layout .module_layer_slider.first-module {
		margin-left:-10px!important;
		margin-right:-10px!important;
		position:relative;
	}	
	.user_bg_layout .module_layer_slider.fullscreen_slider {
		margin-left:0px!important;
		margin-right:0px!important;
	}	
}
@media only screen and (min-width: 459px) and (max-width: 760px) {
	.user_bg_layout .module_layer_slider.first-module {
		margin-left:-20px!important;
		margin-right:-20px!important;
		width:460px!important;
		position:relative;
	}
	.user_bg_layout .module_layer_slider.fullscreen_slider {
		margin-left:0px!important;
		margin-right:0px!important;
	}		
}
@media only screen and (max-width: 459px) {
	.user_bg_layout .module_layer_slider.first-module {
		margin-left:-10px!important;
		margin-right:-10px!important;
		width:320px!important;		
		position:relative;
	}
	.user_bg_layout .module_layer_slider.fullscreen_slider {
		margin-left:0px!important;
		margin-right:0px!important;
	}		
}
.user_bg_layout .module_layer_slider.rs-fullscreen_wrapper {
	margin-left:0px!important;
	margin-right:0px!important;
}
.slotholder { 
	width:100%;
	height:auto;
	display:block;
}

.ie8.user_bg_layout .module_layer_slider.first-module {
	margin-left:-30px!important;
	margin-right:-30px!important;
	position:relative;
}
.ie8.user_bg_layout .module_layer_slider.fullscreen_slider {
	margin-left:0px!important;
	margin-right:0px!important;
}

@media only screen and (max-width: 760px) {
	.rs-fullscreen_wrapper { 
		margin-top:0px!important;
	}
}
.main_wrapper {
}

.shortcode_iconbox p {
    padding-bottom: 5px;
}

.gallery_item .gallery_desc_text {
    display: block;
    padding-top: 6px;
}

.gallery_item .gallery_title {
    color:#ffffff;
}

.module_cont {
    min-height: 20px !important;
}

hr.light {
    background-color: transparent !important;
}

.module_cont {
    margin-bottom: 45px !important;
}

.module_normal_padding {
    margin-bottom: 45px !important;
}

.module_medium_padding {
    margin-bottom: 25px !important;
}

.module_small_padding {
    margin-bottom: 15px !important;
}

.module_none_padding {
    margin-bottom: 0 !important;
}
.page404 {
	margin-bottom:0px!important;
}


.sitemap_with_parent {
    margin: 0 0 0 18px !important;
}

.contentarea p:last-child {
    padding-bottom: 0;
}

blockquote.shortcode_blockquote p, .testimonials_list p, .shortcode_iconbox p, .portfolio_dscr p {
    padding-bottom: 0;
}

.form-allowed-tags {
    display: none;
}

.aligncenter, .bypostauthor, .gallery-caption, .sticky, .wp-caption-text, .wp-caption {

}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.pf_video_container {
    line-height: 0;
}

.ajaxanswer {
    padding-top: 10px;
}

.margin-fixer {
	margin-left:-30px!important;
	height:auto!important;
}
.carousel-wrap ul {
	margin-left:0px;
}
.carousel-wrap,
.carousel-wrap li {
	height:auto!important;
}
.item_list { overflow:hidden;}

/*demo_layout*/
.demo_layout .rs-fullscreen {
	width:1230px!important;
	margin:0 -30px!important;
	overflow:hidden!important;
}

.demo_layout .main_wrapper,
.demo_layout header,
.demo_layout footer {
	width:1230px!important;
	background:#ffffff!important;
	margin:0 auto!important;
}

.demo_layout.fullscreen_layout .tp-leftarrow {
	left:50%!important;
	margin-left:-604px!important;
}
.demo_layout.fullscreen_layout .tp-rightarrow {
	right:50%!important;
	margin-right:-604px!important;
}
.demo_layout header.fixed-menu  { 
	width:100%!important;
}
header.fixed-menu:after  { 
	/*content:'';
	height:127px;
	display:block;
	width:100%;
	position:absolute;
	bottom:-127px;
	background:url(../img/bg_fixed_gradient.png) repeat-x 0 0;*/
}

/*Layer Slider*/
.ls-bottom-nav-wrapper { 
	display:none!important;
}

.pf_video_container {
    margin-bottom: 15px;
}

.blog_post_page {
    padding-bottom: 45px;
}

.module_portfolio .element {
    min-height: 100px;
}

.mc_signup_submit {
    text-align: left;
}


/*Responsive*/
 /*Output Theme Version: 1.0.0*/
/*-----------------------------*/
/*Responsive*/
/*Style.css*/
.mobile_menu_wrapper {
	display:none;	
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {

	.block404 {
		left:260px!important;
		top:77px!important;
		min-height:55px;
	}

	.user_bg_layout .main_wrapper,
	.user_bg_layout header,
	.user_bg_layout footer {
		width:980px;
		background:#ffffff;
		margin:0 auto;
	}
	.user_bg_layout .pre_footer {
		width:980px;
		margin:0 auto;
	}
	.user_bg_layout .main_wrapper {
		padding-bottom:10px;
	}
	.user_bg_layout .footer_twitter {
		width:980px;
		margin:0 auto!important;
	}
	
}
	
@media only screen and (min-width: 760px) and (max-width: 959px) {

	.user_bg_layout .main_wrapper,
	.user_bg_layout header,
	.user_bg_layout footer {
		width:744px;
		background:#ffffff;
		margin:0 auto;
	}
	.user_bg_layout .pre_footer {
		width:744px;
		margin:0 auto;
	}
	.user_bg_layout .main_wrapper {
		padding-bottom:10px;
	}
	.user_bg_layout .footer_twitter {
		width:744px;
		margin:0 auto!important;
	}


	header nav > ul.menu > li {
		margin-left:20px!important;
	}

	header.type1 nav ul.menu > li {
		margin-left:0px!important;
		margin-right:20px!important;
	}
	header.type2 nav ul.menu > li {
		margin-left:10px!important;
		margin-right:10px!important;
	}
	header.type4 nav ul.menu > li {
		margin-left:0px!important;
		margin-right:20px!important;
	}
	header.type4 nav {
		padding-right:0!important;
	}
	header.type4 .head_search {
		bottom:auto!important;
		top:20px!important;
	}
	
	
	/*.left-sidebar .list-of-images,
	.right-sidebar .list-of-images { 
		margin-left:-14px!important;
		margin-top:-14px!important;
	}
	.left-sidebar .list-of-images .gallery_item,
	.right-sidebar .list-of-images .gallery_item { 
		margin-left:14px!important;
		max-width:262px!important;
		margin-top:14px!important;
	}*/
	.price_item {
		width:50%!important;
	}
	
	.widget_flickr .flickr_badge_image, .widget_flickr .flickr_badge_image a {
		width:80px!important;
		height:80px!important;
	}
	.widget_flickr .flickr_badge_image img,
	.widget_flickr .flickr_badge_image .flickr_wrapper,
	.widget_flickr .flickr_badge_image .wrapped_img { 	
		width:80px!important;
		height:80px!important;
	}
	
	.shortcode_promoblock .promo_text_block,
	.shortcode_promoblock .promo_text_block h1,
	.shortcode_promoblock .promo_text_block h5 {
		text-align:center!important;
	}
	.shortcode_promoblock .promo_text_block.span8 h5,
	.shortcode_promoblock .promo_text_block.span8 h1,
	.shortcode_promoblock .promo_text_block.span8 {
		text-align:center!important;
	}
	.shortcode_promoblock .promo_text_block {
		width:100%!important;
	}
	.shortcode_promoblock .promo_button_block {
		padding-top:15px;
		width:100%;
		display:block;
		text-align:center;	
	}
	.shortcode_promoblock {
		padding-top:15px;
	}
	
	.recent_posts li {
		margin-bottom:25px!important;
	}
	.recent_posts_img {
		float:none!important;
		display:block;
		margin:0 0 10px 0!important;
		width:100%!important;
		position:static!important;
	}
	.recent_posts_img img {
		width:100%!important;
		height:auto!important;
		display:block!important;
		margin:0!important;
	}
	
	.recent_posts .recent_posts_content {
		width:100%!important;
		float:none!important;
		display:block!important;
		padding:0!important;
	}

	.shortcode_tabs.type2 .all_heads_cont,
	.shortcode_tabs.type3 .all_heads_cont { 
		width:150px;		
	}
	
}
a.menu_toggler { 
	display:none;
}
@media only screen and (max-width: 760px) {
	header .logo,
	header.type1 .logo,
	header.type2 .logo,
	header.type3 .logo,
	header.type4 .logo {
		float:left!important;
	}

	header.type4 .head_search {
		display:none!important;
	}
	
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.pp_content_container iframe {
		width:100%!important;
		height:150px!important;
	}
	.pp_social {
		display:none!important;
	}
	
	header .socials {
		display:none!important;
	}
	header .call_us {
		float:none!important;
		width:100%!important;
		text-align:center!important;
	}
	header nav { 
		display:none!important;
	}

	.mobile_menu_wrapper {
		display:block;
	}
	.fixed-menu {
		display:none!important
	}	

	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-3px 0px 0px 0;

		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:relative;
		overflow:hidden;
	
		background:#efefef url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background:#f5f5f5 url(../img/bg_pattern2.png) repeat;
		background-image: url(../img/bg_pattern2.png), linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: url(../img/bg_pattern2.png), -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/btn_menu.png) no-repeat 0 0;		
	}
	
	.mobile_menu_wrapper {
		background:#444444;	
		position:relative;
	}
	
	.mobile_menu {
		position:static;
		width:auto!important;
		position:relative;
		display:block!important;
		padding:20px 0!important;
	}
	.mobile_menu_wrapper:before {
		position:absolute;
		left:0px;
		bottom:-35px;
		width:100%;
		height:35px;
		display:block;
		content:'';
		background:url(../img/bg_head_shadow.png) no-repeat center;
	}
	.mobile_menu li {
		position:relative;
	}
	.mobile_menu li a {
		display:block;
		color:#bababa;
		padding:8px 18px;
	}
	.mobile_menu > li > ul.sub-menu li a {
		padding-left:45px!important;
	}
	.mobile_menu > li > ul.sub-menu li ul.sub-menu li a {
		padding-left:75px!important;
	}
	.mobile_menu li a {

	}
	.mobile_menu li a span { 
		display:none!important;
	}
	
	.mobile_menu li ul.sub-menu {
		display:block!important;
		visibility:visible!important;
		position:static!important;
		width:100%!important;
	}
	.mobile_menu > li {
		width:100%!important;
	}
	
	.module_video iframe {
		height:210px;
	}
	
	.pre_footer {
		padding:25px 0px!important;
	}
	footer .socials {
		display:none;
	}
	footer .copyright {
		text-align:center;
		display:block;
		float:none;
		padding-bottom:43px;
	}
	
	.module_google_map iframe {
		height:320px!important;
	}
	.price_table_wrapper {
		border:none;
		border-radius:0px;
	}
	.price_item_wrapper {
		border:#dedede 1px solid!important;
		overflow:hidden;
	}
	.price_item {
		width:100%!important;
		margin-bottom:4px!important;
	}
	
	.right-sidebar-block,
	.left-sidebar-block {
		padding-top:35px;
	}
	
	iframe.alignleft,
	iframe.alignright {
		width:100%;
		display:block;
		float:none!important;
		padding:0!important;
		margin-left:0px!important;
		margin-right:0px!important;
	}
	.module_gallery {
		margin-left:0!important;
	}
	.list-of-images {
		margin-left:0px!important;
		margin-top:-15px!important;
	}
	.module_gallery .gallery_item {
		display:block!important;
		margin-left:0px!important;
		float:none!important;
	}
	.module_gallery .gallery_item img {
		width:100%!important;
		height:auto!important;
	}

	ol.commentlist  li ul {
		padding-left:0px!important;
	}
	.commentava img {
		width:37px;
		height:37px;
		display:block;
	}
	#commentform #reset,
	#commentform #submit {
		padding:0 10px;
	}
	
	blockquote.right { 
		width:100%!important;
		float:none!important;
		margin-left:0px!important;
	}
	blockquote.left { 
		width:100%!important; 
		margin-right:0px!important;
		float:none!important;
	}		
	
	aside#footer_bar .sidepanel {
		margin-bottom:20px!important;
	}
	.price_item {
		border-top:none!important;
		border-bottom:none!important;
	}
	
	.shortcode_promoblock .promo_text_block h1,
	.shortcode_promoblock .promo_text_block h5 {
		text-align:center!important;
		padding:0px 0 10px 0!important;
	}
	
	.blog_info_block {
		padding-right:0!important;
	}
	.portfolio_page .blogpost_share {
		position:static!important;
		display:block!important;
		float:none!important;
	}
	.portfolio_page .blogpost_share a {
		margin-left:0px!important;
		margin-right:5px!important;
	}
	
	.module_cont {
		margin-bottom:25px!important;
	}

	.portfolio_share { 
		float:none!important;
		display:block!important;
	}	
}

@media only screen and (min-width: 459px) and (max-width: 760px) {
	.featured_slider ul li .carousel_desc:after {
		display:block!important;
	}
	.container {
		width:420px;
		margin:0 auto;
	}
	.logo {
		max-width:400px!important;
	}
	.logo img {
		max-width:400px!important;
		display:block!important;
	}
	.main_wrapper,
	.pre_footer {
		width:100%!important;
		margin:0 auto;
	}
	.mobile_menu {
		width:420px!important;
		margin:0 auto;
	}
	
	.content_wrapper {
		margin:0 auto;
	}

	.widget_flickr .flickr_badge_image, .widget_flickr .flickr_badge_image a {
		width:136px!important;
		height:136px!important;
	}
	.widget_flickr .flickr_badge_image img,
	.widget_flickr .flickr_badge_image .flickr_wrapper,
	.widget_flickr .flickr_badge_image .wrapped_img { 	
		width:136px!important;
		height:136px!important;
	}

	.portfolio_descr_info div:before {
		display:block!important;
	}
	.portfolio_descr_info div {
		display:block!important;
		float:none!important;
	}
	.portfolio_info_wrapper {
		/*padding-left:16px!important;*/
	}
	.portfolio_info_wrapper .post_type {
		display:block!important;
	}

	.user_bg_layout .main_wrapper,
	.user_bg_layout header,
	.user_bg_layout footer {
		width:460px!important;
		background:#ffffff!important;
		margin:0 auto!important;
	}
	.user_bg_layout .pre_footer {
		width:460px!important;
		margin:0 auto!important;
	}
	.user_bg_layout .main_wrapper {
		padding-bottom:10px!important;
	}
	.user_bg_layout .footer_twitter {
		width:460px!important;
		margin:0 auto!important;
	}
	
}

@media only screen and (max-width: 459px) {

	.container {
		width:300px!important;
	}
	

	.module_video iframe {
		height:150px;
	}

	.pre_footer {
		padding:25px 0px!important;
	}

	.widget_flickr .flickr_badge_image, .widget_flickr .flickr_badge_image a {
		width:96px!important;
		height:96px!important;
	}
	.widget_flickr .flickr_badge_image img,
	.widget_flickr .flickr_badge_image .flickr_wrapper,
	.widget_flickr .flickr_badge_image .wrapped_img { 	
		width:96px!important;
		height:96px!important;
	}	

	.user_bg_layout .main_wrapper,
	.user_bg_layout header,
	.user_bg_layout footer {
		width:320px!important;
		background:#ffffff!important;
		margin:0 auto!important;
	}
	.user_bg_layout .pre_footer {
		width:320px!important;
		margin:0 auto!important;
	}
	.user_bg_layout .main_wrapper {
		padding-bottom:10px!important;
	}
	.user_bg_layout .footer_twitter {
		width:320px!important;
		margin:0 auto!important;
	}
	
}

/*portfolio_isotope.css*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.columns1 {
		width:940px!important;
		margin:0;
	}
	.columns1 .element {
		min-height:322px!important;
	}
	/*Widths*/
	.columns2 .portfolio_dscr,
	.columns3 .portfolio_dscr,
	.columns4 .portfolio_dscr {
		padding-left:16px!important;
	}
	.columns2,
	.columns3,
	.columns4 {
		margin:0 0 0 4px;
		width:960px;
		margin-left:-20px!important;
	}
	.columns2 .element {
		width:460px!important; 
		min-height:303px!important;
		float:left;
		margin-left:20px;
		margin-bottom:20px;		
		display:inline-block;
	}
	.columns2 .element img {
		display:block;
	}
	.columns3 .element {
		width:300px!important; 
		margin-left:20px;
		margin-bottom:20px;
		min-height:199px!important;
	}
	.columns4 .element {
		width:220px!important; 
		margin-left:20px;
		margin-bottom:20px;
		min-height:147px!important;
	}	
	
	.columns1 .portfolio_preview_head {
		padding-left:16px!important;
	}

	.left-sidebar .columns1,
	.right-sidebar .columns1 {
		width:700px!important;
	}
	.left-sidebar .columns2,
	.right-sidebar .columns2, 
	.left-sidebar .columns3,
	.right-sidebar .columns3,
	.left-sidebar .columns4,
	.right-sidebar .columns4 {
		width:720px!important;
	}
	
	.left-sidebar .columns2 .element,
	.right-sidebar .columns2 .element {
		width:340px!important;
	} 
	.left-sidebar .columns3 .element,
	.right-sidebar .columns3 .element {
		width:220px!important;
	}
	.left-sidebar .columns4 .element,
	.right-sidebar .columns4 .element {
		width:160px!important;
	}	
}


@media only screen and (min-width: 767px) and (max-width: 959px) {
	.columns1 {
		width:724px!important;
	}
	.columns1 .portfolio_dscr {
		padding:0!important;	
	}
	.columns1 .portfolio_preview_head {
		padding-left:16px!important;
	}
	.columns2,
	.columns3,
	.columns4 {
		margin:0 0 0 4px;
		width:744px;
		margin-left:-20px!important;
	}
	.columns2 .element {
		width:352px!important; 
		min-height:233px!important;
		float:left;
		margin-left:20px;
		margin-bottom:20px;		
		display:inline-block;
	}
	.columns2 .element img {
		display:block;
	}	
	.columns3 .element {
		width:228px!important; 
		min-height:153px!important;
		float:left;
		margin-left:20px;
		margin-bottom:20px;		
		display:inline-block;
	}
	.columns4 .element {
		width:166px!important; 
		min-height:112px!important;
		float:left;
		margin-left:20px;
		margin-bottom:20px;		
		display:inline-block;
	}

	.left-sidebar .columns1,
	.right-sidebar .columns1 {
		width:538px!important;
	}
	.left-sidebar .columns2,
	.right-sidebar .columns2, 
	.left-sidebar .columns3,
	.right-sidebar .columns3,
	.left-sidebar .columns4,
	.right-sidebar .columns4 {
		width:558px!important;
	}
	
	.left-sidebar .columns2 .element,
	.right-sidebar .columns2 .element {
		width:259px!important;
	} 
	.left-sidebar .columns3 .element,
	.right-sidebar .columns3 .element {
		width:166px!important;
	}
	.left-sidebar .columns4 .element,
	.right-sidebar .columns4 .element {
		width:119px!important;
	}	
	
}

@media only screen and (min-width: 459px) and (max-width: 766px) {
	/*Widths*/
	.columns1,
	.columns2,
	.columns3,
	.columns4 {
		margin:0 0 0 0px!important;
		width:420px!important;
	}
	.columns2 .element,
	.columns3 .element,
	.columns4 .element {
		width:420px!important; 
		margin:0 0 20px 0px!important;
		min-height:277px!important;
		/*float:none!important;*/
		display:inline-block!important;
	}
	.columns1 .element img,
	.columns2 .element img,
	.columns3 .element img,
	.columns4 .element img {
		display:block!important;
	}
	.filter_navigation { 
		overflow:hidden!important;
	}
	.columns1 .filter_img {
		float:none!important;
		width:420px!important;
		margin-bottom:15px!important;
	}
	.columns1 .portfolio_dscr {
		float:none!important;
		width:420px!important;
		margin:0px!important;
	}
	.columns2 .element .portfolio_content p,
	.columns3 .element .portfolio_content p,
	.columns4 .element .portfolio_content p,
	.columns2 .element .portfolio_content h5,
	.columns3 .element .portfolio_content h5,
	.columns4 .element .portfolio_content h5 {	
		display:none!important;
	}
	.columns1 .portfolio_dscr {
		padding:0!important;	
	}

	.left-sidebar .columns1,
	.right-sidebar .columns1,
	.left-sidebar .columns2,
	.right-sidebar .columns2, 
	.left-sidebar .columns3,
	.right-sidebar .columns3,
	.left-sidebar .columns4,
	.right-sidebar .columns4 {
		width:420px!important;	
	}
	.left-sidebar .columns2 .element,
	.right-sidebar .columns2 .element,
	.left-sidebar .columns3 .element,
	.right-sidebar .columns3 .element,
	.left-sidebar .columns4 .element,
	.right-sidebar .columns4 .element {
		width:420px!important;
	}		
	.pf_video_container iframe {
		height:220px!important;
	}

	.promo_text_block h1,
	.promo_text_block h4,
	.promo_button_block {
		text-align:center!important;
	}
	.promo_button_block .shortcode_button {
		margin:0 auto!important;
		float:none!important;
	}	
	header ul.sub-menu li ul.sub-menu {
		margin:0!important;
		padding:0!important;
	}	
}
@media only screen and (max-width: 459px) {
	/*Widths*/
	.columns1,
	.columns2,
	.columns3,
	.columns4 {
		margin:0 0 0 0px!important;
		width:300px!important;
	}
	.columns1 .element { 
		margin:0 0 20px 0!important;
	}
	.columns1 .element,
	.columns2 .element,
	.columns3 .element,
	.columns4 .element {
		width:300px!important;
		margin:0 0 20px 0px!important;
		min-height:199px!important;
		float:none!important;
		display:block!important;
	}
	.columns1 .element img,
	.columns2 .element img,
	.columns3 .element img,
	.columns4 .element img {
		display:block;
	}
	.columns2 .element .portfolio_content p,
	.columns3 .element .portfolio_content p,
	.columns4 .element .portfolio_content p,
	.columns2 .element .portfolio_content h5,
	.columns3 .element .portfolio_content h5,
	.columns4 .element .portfolio_content h5 {	
		display:none!important;
	}
	.filter_navigation { 
		overflow:hidden
	}	
	.columns1 .filter_img {
		float:none!important;
		width:300px!important;
		margin-bottom:15px!important;
	}
	.columns1 .portfolio_dscr {
		float:none!important;
		width:300px!important;
		margin:0px!important;
	}
	.columns1 .portfolio_dscr {
		padding:0!important;	
	}

	.left-sidebar .columns1,
	.right-sidebar .columns1,
	.left-sidebar .columns2,
	.right-sidebar .columns2, 
	.left-sidebar .columns3,
	.right-sidebar .columns3,
	.left-sidebar .columns4,
	.right-sidebar .columns4 {
		width:300px!important;	
	}
	.left-sidebar .columns2 .element,
	.right-sidebar .columns2 .element,
	.left-sidebar .columns3 .element,
	.right-sidebar .columns3 .element,
	.left-sidebar .columns4 .element,
	.right-sidebar .columns4 .element {
		width:300px!important;
	}	

	.pf_video_container iframe {
		height:160px!important;
	}
	
	.promo_text_block h1,
	.promo_text_block h4,
	.promo_button_block {
		text-align:center!important;
	}
	.promo_button_block .shortcode_button {
		margin:0 auto!important;
		float:none!important;
	}	
	
	header ul.sub-menu li ul.sub-menu {
		margin:0!important;
		padding:0!important;
	}
}

/*-- Carousel --*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.carouselslider ul li {
		padding:0 0 0 20px!important;
	}
	.span12 .carouselslider {
		width:940px;
	}
	.span6 .carouselslider {
		width:458px;
	}
	.span4 .carouselslider {
		width:298px;
	}
	.span3 .carouselslider {
		width:220px;
	}
	.span8 .carouselslider {
		width:618px;
	}
	.span9 .carouselslider {
		width:700px;
	}
	.left-sidebar .posts-block .span12 .carouselslider,
	.right-sidebar .posts-block .span12 .carouselslider {
		width:700px;
	}
	.left-sidebar .posts-block .posts-block .span6 .carouselslider,
	.right-sidebar .posts-block .span6 .carouselslider {
		width:341px;
	}
	.left-sidebar .posts-block .span4 .carouselslider,
	.right-sidebar .posts-block .span4 .carouselslider {
		width:221px;
	}
	.left-sidebar .posts-block .span3 .carouselslider,
	.right-sidebar .posts-block .span3 .carouselslider {
		width:161px;
	}
	.left-sidebar .posts-block .span8 .carouselslider,
	.right-sidebar .posts-block .span8 .carouselslider {
		width:460px;
	}
	.left-sidebar .posts-block .span9 .carouselslider,
	.right-sidebar .posts-block .span9 .carouselslider {
		width:520px;
	}
	
	.span12 .items5 li { 
		width:172px;
	}
	.span12 .items4 li { 
		width:220px;
	}
	.span12 .items3 li { 
		width:300px;
	}
	.span12 .items2 li { 
		width:460px;
	}
	.span12 .items1 li { 
		width:940px;
	}
	
	.span6 .items5 li { 
		width:75px;
	}
	.span6 .items4 li { 
		width:99px;
	}
	.span6 .items3 li { 
		width:139px;
	}
	.span6 .items2 li { 
		width:219px;
	}
	.span6 .items1 li { 
		width:458px;
	}
	
	.span4 .items5 li { 
		width:43px;
	}
	.span4 .items4 li { 
		width:59px;
	}
	.span4 .items3 li { 
		width:86px;
	}
	.span4 .items2 li { 
		width:139px;
	}
	.span4 .items1 li { 
		width:298px;
	}
	
	.span3 .items5 li { 
		width:28px;
	}
	.span3 .items4 li { 
		width:40px;
	}
	.span3 .items3 li { 
		width:60px;
	}
	.span3 .items2 li { 
		width:100px;
	}
	.span3 .items1 li { 
		width:220px;
	}
	
	.span8 .items5 li { 
		width:107px;
	}
	.span8 .items4 li { 
		width:139px;
	}
	.span8 .items3 li { 
		width:192px;
	}
	.span8 .items2 li { 
		width:299px;
	}
	.span8 .items1 li { 
		width:618px;
	}
	
	.span9 .items5 li { 
		width:124px;
	}
	.span9 .items4 li { 
		width:160px;
	}
	.span9 .items3 li { 
		width:220px;
	}
	.span9 .items2 li { 
		width:340px;
	}
	.span9 .items1 li { 
		width:700px;
	}
	
	/* items size with sidebar*/
	.left-sidebar .posts-block .span12 .items5 li,
	.right-sidebar .posts-block .span12 .items5 li { 
		width:124px;
	}
	.left-sidebar .posts-block .span12 .items4 li,
	.right-sidebar .posts-block .span12 .items4 li { 
		width:160px;
	}
	.left-sidebar .posts-block .span12 .items3 li,
	.right-sidebar .posts-block .span12 .items3 li { 
		width:220px;
	}
	.left-sidebar .posts-block .span12 .items2 li,
	.right-sidebar .posts-block .span12 .items2 li { 
		width:340px;
	}
	.left-sidebar .posts-block .span12 .items1 li,
	.right-sidebar .posts-block .span12 .items1 li { 
		width:700px;
	}
	
	.left-sidebar .posts-block .span6 .items5 li,
	.right-sidebar .posts-block .span6 .items5 li { 
		width:52px;
	}
	.left-sidebar .posts-block .span6 .items4 li,
	.right-sidebar .posts-block .span6 .items4 li { 
		width:70px;
	}
	.left-sidebar .posts-block .span6 .items3 li,
	.right-sidebar .posts-block .span6 .items3 li { 
		width:100px;
	}
	.left-sidebar .posts-block .span6 .items2 li,
	.right-sidebar .posts-block .span6 .items2 li { 
		width:160px;
	}
	.left-sidebar .posts-block .span6 .items1 li,
	.right-sidebar .posts-block .span6 .items1 li { 
		width:341px;
	}
	
	.left-sidebar .posts-block .span4 .items5 li,
	.right-sidebar .posts-block .span4 .items5 li { 
		width:28px;
	}
	.left-sidebar .posts-block .span4 .items4 li,
	.right-sidebar .posts-block .span4 .items4 li { 
		width:40px;
	}
	.left-sidebar .posts-block .span4 .items3 li,
	.right-sidebar .posts-block .span4 .items3 li { 
		width:60px;
	}
	.left-sidebar .posts-block .span4 .items2 li,
	.right-sidebar .posts-block .span4 .items2 li { 
		width:100px;
	}
	.left-sidebar .posts-block .span4 .items1 li,
	.right-sidebar .posts-block .span4 .items1 li { 
		width:221px;
	}
	
	.left-sidebar .posts-block .span3 .items5 li,
	.right-sidebar .posts-block .span3 .items5 li { 
		width:16px;
	}
	.left-sidebar .posts-block .span3 .items4 li,
	.right-sidebar .posts-block .span3 .items4 li { 
		width:25px;
	}
	.left-sidebar .posts-block .span3 .items3 li,
	.right-sidebar .posts-block .span3 .items3 li { 
		width:40px;
	}
	.left-sidebar .posts-block .span3 .items2 li,
	.right-sidebar .posts-block .span3 .items2 li { 
		width:70px;
	}
	.left-sidebar .posts-block .span3 .items1 li,
	.right-sidebar .posts-block .span3 .items1 li { 
		width:161px;
	}
	
	.left-sidebar .posts-block .span8 .items5 li,
	.right-sidebar .posts-block .span8 .items5 li { 
		width:76px;
	}
	.left-sidebar .posts-block .span8 .items4 li,
	.right-sidebar .posts-block .span8 .items4 li { 
		width:100px;
	}
	.left-sidebar .posts-block .span8 .items3 li,
	.right-sidebar .posts-block .span8 .items3 li { 
		width:140px;
	}
	.left-sidebar .posts-block .span8 .items2 li,
	.right-sidebar .posts-block .span8 .items2 li { 
		width:220px;
	}
	.left-sidebar .posts-block .span8 .items1 li,
	.right-sidebar .posts-block .span8 .items1 li { 
		width:460px;
	}
	
	.left-sidebar .posts-block .span9 .items5 li,
	.right-sidebar .posts-block .span9 .items5 li { 
		width:88px;
	}
	.left-sidebar .posts-block .span9 .items4 li,
	.right-sidebar .posts-block .span9 .items4 li { 
		width:115px;
	}
	.left-sidebar .posts-block .span9 .items3 li,
	.right-sidebar .posts-block .span9 .items3 li { 
		width:160px;
	}
	.left-sidebar .posts-block .span9 .items2 li,
	.right-sidebar .posts-block .span9 .items2 li { 
		width:250px;
	}
	.left-sidebar .posts-block .span9 .items1 li,
	.right-sidebar .posts-block .span9 .items1 li { 
		width:520px;
	}	
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
	
	.span12 .carouselslider {
		width:724px!important;
	}
	.span6 .carouselslider {
		width:352px!important;
	}
	.span4 .carouselslider {
		width:228px!important;
	}
	.span3 .carouselslider {
		width:166px!important;
	}
	.span8 .carouselslider {
		width:476px!important;
	}
	.span9 .carouselslider {
		width:538px!important;
	}
	.left-sidebar .posts-block .span12 .carouselslider,
	.right-sidebar .posts-block .span12 .carouselslider {
		width:538px!important;
	}
	.left-sidebar .posts-block .span6 .carouselslider,
	.right-sidebar .posts-block .span6 .carouselslider {
		width:424px!important;
	}
	.left-sidebar .posts-block .span4 .carouselslider,
	.right-sidebar .posts-block .span4 .carouselslider {
		width:169px!important;
	}
	.left-sidebar .posts-block .span3 .carouselslider,
	.right-sidebar .posts-block .span3 .carouselslider {
		width:123px!important;
	}
	.left-sidebar .posts-block .span8 .carouselslider,
	.right-sidebar .posts-block .span8 .carouselslider {
		width:354px!important;
	}
	.left-sidebar .posts-block .span9 .carouselslider,
	.right-sidebar .posts-block .span9 .carouselslider {
		width:400px!important;
	}
	
	.span12 .items6 li { 
		width:104px!important;
	}
	.span12 .items5 li { 
		width:128px!important;
	}
	.span12 .items4 li { 
		width:166px!important;
	}
	.span12 .items3 li { 
		width:228px!important;
	}
	.span12 .items2 li { 
		width:352px!important;
	}
	.span12 .items1 li { 
		width:724px!important;
	}
	
	.span6 .items6 li { 
		width:42px!important;
	}
	.span6 .items5 li { 
		width:54px!important;
	}
	.span6 .items4 li { 
		width:73px!important;
	}
	.span6 .items3 li { 
		width:104px!important;
	}
	.span6 .items2 li { 
		width:166px!important;
	}
	.span6 .items1 li { 
		width:352px!important;
	}

	.span4 .items6 li { 
		width:21px!important;
	}	
	.span4 .items5 li { 
		width:29px!important;
	}
	.span4 .items4 li { 
		width:42px!important;
	}
	.span4 .items3 li { 
		width:62px!important;
	}
	.span4 .items2 li { 
		width:104px!important;
	}
	.span4 .items1 li { 
		width:228px!important;
	}

	.span3 .items6 li { 
		width:11px!important;
	}	
	.span3 .items5 li { 
		width:17px!important;
	}
	.span3 .items4 li { 
		width:26px!important;
	}
	.span3 .items3 li { 
		width:42px!important;
	}
	.span3 .items2 li { 
		width:73px!important;
	}
	.span3 .items1 li { 
		width:166px!important;
	}

	.span8 .items6 li { 
		width:62px!important;
	}	
	.span8 .items5 li { 
		width:79px!important;
	}
	.span8 .items4 li { 
		width:104px!important;
	}
	.span8 .items3 li { 
		width:145px!important;
	}
	.span8 .items2 li { 
		width:228px!important;
	}
	.span8 .items1 li { 
		width:476px!important;
	}
	
	.span9 .items6 li { 
		width:73px!important;
	}	
	.span9 .items5 li { 
		width:91px!important;
	}
	.span9 .items4 li { 
		width:119px!important;
	}
	.span9 .items3 li { 
		width:166px!important;
	}
	.span9 .items2 li { 
		width:259px!important;
	}
	.span9 .items1 li { 
		width:538px!important;
	}
	
	/* items size with sidebar*/
	.left-sidebar .posts-block .span12 .items6 li,
	.right-sidebar .posts-block .span12 .items6 li { 
		width:78px!important;
	}
	.left-sidebar .posts-block .span12 .items5 li,
	.right-sidebar .posts-block .span12 .items5 li { 
		width:96px!important;
	}
	.left-sidebar .posts-block .span12 .items4 li,
	.right-sidebar .posts-block .span12 .items4 li { 
		width:124px!important;
	}
	.left-sidebar .posts-block .span12 .items3 li,
	.right-sidebar .posts-block .span12 .items3 li { 
		width:170px!important;
	}
	.left-sidebar .posts-block .span12 .items2 li,
	.right-sidebar .posts-block .span12 .items2 li { 
		width:262px!important;
	}
	.left-sidebar .posts-block .span12 .items1 li,
	.right-sidebar .posts-block .span12 .items1 li { 
		width:538px!important;
	}
	
	.left-sidebar .posts-block .span6 .items6 li,
	.right-sidebar .posts-block .span6 .items6 li { 
		width:59px!important;
	}
	.left-sidebar .posts-block .span6 .items5 li,
	.right-sidebar .posts-block .span6 .items5 li { 
		width:73px!important;
	}
	.left-sidebar .posts-block .span6 .items4 li,
	.right-sidebar .posts-block .span6 .items4 li { 
		width:95px!important;
	}
	.left-sidebar .posts-block .span6 .items3 li,
	.right-sidebar .posts-block .span6 .items3 li { 
		width:132px!important;
	}
	.left-sidebar .posts-block .span6 .items2 li,
	.right-sidebar .posts-block .span6 .items2 li { 
		width:205px!important;
	}
	.left-sidebar .posts-block .span6 .items1 li,
	.right-sidebar .posts-block .span6 .items1 li { 
		width:424px!important;
	}
	
	.left-sidebar .posts-block .span4 .items6 li,
	.right-sidebar .posts-block .span4 .items6 li { 
		width:16px!important;
	}
	.left-sidebar .posts-block .span4 .items5 li,
	.right-sidebar .posts-block .span4 .items5 li { 
		width:22px!important;
	}
	.left-sidebar .posts-block .span4 .items4 li,
	.right-sidebar .posts-block .span4 .items4 li { 
		width:31px!important;
	}
	.left-sidebar .posts-block .span4 .items3 li,
	.right-sidebar .posts-block .span4 .items3 li { 
		width:47px!important;
	}
	.left-sidebar .posts-block .span4 .items2 li,
	.right-sidebar .posts-block .span4 .items2 li { 
		width:77px!important;
	}
	.left-sidebar .posts-block .span4 .items1 li,
	.right-sidebar .posts-block .span4 .items1 li { 
		width:169px!important;
	}
	
	.left-sidebar .posts-block .span3 .items6 li,
	.right-sidebar .posts-block .span3 .items6 li { 
		width:8px!important;
	}
	.left-sidebar .posts-block .span3 .items5 li,
	.right-sidebar .posts-block .span3 .items5 li { 
		width:13px!important;
	}
	.left-sidebar .posts-block .span3 .items4 li,
	.right-sidebar .posts-block .span3 .items4 li { 
		width:20px!important;
	}
	.left-sidebar .posts-block .span3 .items3 li,
	.right-sidebar .posts-block .span3 .items3 li { 
		width:31px!important;
	}
	.left-sidebar .posts-block .span3 .items2 li,
	.right-sidebar .posts-block .span3 .items2 li { 
		width:54px!important;
	}
	.left-sidebar .posts-block .span3 .items1 li,
	.right-sidebar .posts-block .span3 .items1 li { 
		width:123px!important;
	}	
	
	.left-sidebar .posts-block .span8 .items6 li,
	.right-sidebar .posts-block .span8 .items6 li { 
		width:47px!important;
	}
	.left-sidebar .posts-block .span8 .items5 li,
	.right-sidebar .posts-block .span8 .items5 li { 
		width:59px!important;
	}
	.left-sidebar .posts-block .span8 .items4 li,
	.right-sidebar .posts-block .span8 .items4 li { 
		width:78px!important;
	}
	.left-sidebar .posts-block .span8 .items3 li,
	.right-sidebar .posts-block .span8 .items3 li { 
		width:108px!important;
	}
	.left-sidebar .posts-block .span8 .items2 li,
	.right-sidebar .posts-block .span8 .items2 li { 
		width:170px!important;
	}
	.left-sidebar .posts-block .span8 .items1 li,
	.right-sidebar .posts-block .span8 .items1 li { 
		width:354px!important;
	}
	
	.left-sidebar .posts-block .span9 .items6 li,
	.right-sidebar .posts-block .span9 .items6 li { 
		width:55px!important;
	}
	.left-sidebar .posts-block .span9 .items5 li,
	.right-sidebar .posts-block .span9 .items5 li { 
		width:68px!important;
	}
	.left-sidebar .posts-block .span9 .items4 li,
	.right-sidebar .posts-block .span9 .items4 li { 
		width:89px!important;
	}
	.left-sidebar .posts-block .span9 .items3 li,
	.right-sidebar .posts-block .span9 .items3 li { 
		width:124px!important;
	}
	.left-sidebar .posts-block .span9 .items2 li,
	.right-sidebar .posts-block .span9 .items2 li { 
		width:193px!important;
	}
	.left-sidebar .posts-block .span9 .items1 li,
	.right-sidebar .posts-block .span9 .items1 li { 
		width:400px!important;
	}	
}

@media only screen and (min-width: 459px) and (max-width: 766px) {
	.carouselslider ul li {
		padding:0 0 0 20px!important;
	}
	
	.span12 .carouselslider,
	.span6 .carouselslider,
	.span4 .carouselslider,
	.span3 .carouselslider,
	.span8 .carouselslider,
	.span9 .carouselslider,
	.left-sidebar .posts-block .span12 .carouselslider,
	.right-sidebar .posts-block .span12 .carouselslider,
	.left-sidebar .posts-block .span6 .carouselslider,
	.right-sidebar .posts-block .span6 .carouselslider,
	.left-sidebar .posts-block .span4 .carouselslider,
	.right-sidebar .posts-block .span4 .carouselslider,
	.left-sidebar .posts-block .span3 .carouselslider,
	.right-sidebar .posts-block .span3 .carouselslider,
	.left-sidebar .posts-block .span8 .carouselslider,
	.right-sidebar .posts-block .span8 .carouselslider,
	.left-sidebar .posts-block .span9 .carouselslider,
	.right-sidebar .posts-block .span9 .carouselslider,
	.span12 .items6 li,
	.span12 .items5 li,
	.span12 .items4 li,
	.span12 .items3 li,
	.span12 .items2 li,
	.span12 .items1 li,	
	.span6 .items6 li,
	.span6 .items5 li,
	.span6 .items4 li,
	.span6 .items3 li,
	.span6 .items2 li,
	.span6 .items1 li,
	.span4 .items6 li,
	.span4 .items5 li,
	.span4 .items4 li,
	.span4 .items3 li,
	.span4 .items2 li,
	.span4 .items1 li,
	.span4 .items6 li,	
	.span4 .items5 li,
	.span3 .items4 li,
	.span3 .items3 li,
	.span3 .items2 li,
	.span3 .items1 li,	
	.span8 .items6 li,
	.span8 .items5 li,
	.span8 .items4 li,
	.span8 .items3 li,
	.span8 .items2 li,
	.span8 .items1 li,
	.span8 .items6 li,	
	.span9 .items5 li,
	.span9 .items4 li,
	.span9 .items3 li,
	.span9 .items2 li,
	.span9 .items1 li,
	.left-sidebar .posts-block .span12 .items6 li,
	.right-sidebar .posts-block .span12 .items6 li,
	.left-sidebar .posts-block .span12 .items5 li,
	.right-sidebar .posts-block .span12 .items5 li,
	.left-sidebar .posts-block .span12 .items4 li,
	.right-sidebar .posts-block .span12 .items4 li,
	.left-sidebar .posts-block .span12 .items3 li,
	.right-sidebar .posts-block .span12 .items3 li,
	.left-sidebar .posts-block .span12 .items2 li,
	.right-sidebar .posts-block .span12 .items2 li,
	.left-sidebar .posts-block .span12 .items1 li,
	.right-sidebar .posts-block .span12 .items1 li,	
	.left-sidebar .posts-block .span6 .items6 li,
	.right-sidebar .posts-block .span6 .items6 li,
	.left-sidebar .posts-block .span6 .items5 li,
	.right-sidebar .posts-block .span6 .items5 li,
	.left-sidebar .posts-block .span6 .items4 li,
	.right-sidebar .posts-block .span6 .items4 li,
	.left-sidebar .posts-block .span6 .items3 li,
	.right-sidebar .posts-block .span6 .items3 li,
	.left-sidebar .posts-block .span6 .items2 li,
	.right-sidebar .posts-block .span6 .items2 li,
	.left-sidebar .posts-block .span6 .items1 li,
	.right-sidebar .posts-block .span6 .items1 li,	
	.left-sidebar .posts-block .span4 .items6 li,
	.right-sidebar .posts-block .span4 .items6 li,
	.left-sidebar .posts-block .span4 .items5 li,
	.right-sidebar .posts-block .span4 .items5 li,
	.left-sidebar .posts-block .span4 .items4 li,
	.right-sidebar .posts-block .span4 .items4 li,
	.left-sidebar .posts-block .span4 .items3 li,
	.right-sidebar .posts-block .span4 .items3 li,
	.left-sidebar .posts-block .span4 .items2 li,
	.right-sidebar .posts-block .span4 .items2 li,
	.left-sidebar .posts-block .span4 .items1 li,
	.right-sidebar .posts-block .span4 .items1 li,	
	.left-sidebar .posts-block .span3 .items6 li,
	.right-sidebar .posts-block .span3 .items6 li,
	.left-sidebar .posts-block .span3 .items5 li,
	.right-sidebar .posts-block .span3 .items5 li,
	.left-sidebar .posts-block .span3 .items4 li,
	.right-sidebar .posts-block .span3 .items4 li,
	.left-sidebar .posts-block .span3 .items3 li,
	.right-sidebar .posts-block .span3 .items3 li,
	.left-sidebar .posts-block .span3 .items2 li,
	.right-sidebar .posts-block .span3 .items2 li,
	.left-sidebar .posts-block .span3 .items1 li,
	.right-sidebar .posts-block .span3 .items1 li,	
	.left-sidebar .posts-block .span8 .items6 li,
	.right-sidebar .posts-block .span8 .items6 li,
	.left-sidebar .posts-block .span8 .items5 li,
	.right-sidebar .posts-block .span8 .items5 li,
	.left-sidebar .posts-block .span8 .items4 li,
	.right-sidebar .posts-block .span8 .items4 li,
	.left-sidebar .posts-block .span8 .items3 li,
	.right-sidebar .posts-block .span8 .items3 li,
	.left-sidebar .posts-block .span8 .items2 li,
	.right-sidebar .posts-block .span8 .items2 li,
	.left-sidebar .posts-block .span8 .items1 li,
	.right-sidebar .posts-block .span8 .items1 li,	
	.left-sidebar .posts-block .span9 .items6 li,
	.right-sidebar .posts-block .span9 .items6 li,
	.left-sidebar .posts-block .span9 .items5 li,
	.right-sidebar .posts-block .span9 .items5 li,
	.left-sidebar .posts-block .span9 .items4 li,
	.right-sidebar .posts-block .span9 .items4 li,
	.left-sidebar .posts-block .span9 .items3 li,
	.right-sidebar .posts-block .span9 .items3 li,
	.left-sidebar .posts-block .span9 .items2 li,
	.right-sidebar .posts-block .span9 .items2 li,
	.left-sidebar .posts-block .span9 .items1 li,
	.right-sidebar .posts-block .span9 .items1 li { 
		width:420px!important;
	}		
}
@media only screen and (max-width: 459px) {
	.carouselslider ul li {
		padding:0 0 0 20px!important;
	}
	
	.span12 .carouselslider,
	.span6 .carouselslider,
	.span4 .carouselslider,
	.span3 .carouselslider,
	.span8 .carouselslider,
	.span9 .carouselslider,
	.left-sidebar .posts-block .span12 .carouselslider,
	.right-sidebar .posts-block .span12 .carouselslider,
	.left-sidebar .posts-block .span6 .carouselslider,
	.right-sidebar .posts-block .span6 .carouselslider,
	.left-sidebar .posts-block .span4 .carouselslider,
	.right-sidebar .posts-block .span4 .carouselslider,
	.left-sidebar .posts-block .span3 .carouselslider,
	.right-sidebar .posts-block .span3 .carouselslider,
	.left-sidebar .posts-block .span8 .carouselslider,
	.right-sidebar .posts-block .span8 .carouselslider,
	.left-sidebar .posts-block .span9 .carouselslider,
	.right-sidebar .posts-block .span9 .carouselslider,
	.span12 .items6 li,
	.span12 .items5 li,
	.span12 .items4 li,
	.span12 .items3 li,
	.span12 .items2 li,
	.span12 .items1 li,	
	.span6 .items6 li,
	.span6 .items5 li,
	.span6 .items4 li,
	.span6 .items3 li,
	.span6 .items2 li,
	.span6 .items1 li,
	.span4 .items6 li,
	.span4 .items5 li,
	.span4 .items4 li,
	.span4 .items3 li,
	.span4 .items2 li,
	.span4 .items1 li,
	.span4 .items6 li,	
	.span4 .items5 li,
	.span3 .items4 li,
	.span3 .items3 li,
	.span3 .items2 li,
	.span3 .items1 li,	
	.span8 .items6 li,
	.span8 .items5 li,
	.span8 .items4 li,
	.span8 .items3 li,
	.span8 .items2 li,
	.span8 .items1 li,
	.span8 .items6 li,	
	.span9 .items5 li,
	.span9 .items4 li,
	.span9 .items3 li,
	.span9 .items2 li,
	.span9 .items1 li,
	.left-sidebar .posts-block .span12 .items6 li,
	.right-sidebar .posts-block .span12 .items6 li,
	.left-sidebar .posts-block .span12 .items5 li,
	.right-sidebar .posts-block .span12 .items5 li,
	.left-sidebar .posts-block .span12 .items4 li,
	.right-sidebar .posts-block .span12 .items4 li,
	.left-sidebar .posts-block .span12 .items3 li,
	.right-sidebar .posts-block .span12 .items3 li,
	.left-sidebar .posts-block .span12 .items2 li,
	.right-sidebar .posts-block .span12 .items2 li,
	.left-sidebar .posts-block .span12 .items1 li,
	.right-sidebar .posts-block .span12 .items1 li,	
	.left-sidebar .posts-block .span6 .items6 li,
	.right-sidebar .posts-block .span6 .items6 li,
	.left-sidebar .posts-block .span6 .items5 li,
	.right-sidebar .posts-block .span6 .items5 li,
	.left-sidebar .posts-block .span6 .items4 li,
	.right-sidebar .posts-block .span6 .items4 li,
	.left-sidebar .posts-block .span6 .items3 li,
	.right-sidebar .posts-block .span6 .items3 li,
	.left-sidebar .posts-block .span6 .items2 li,
	.right-sidebar .posts-block .span6 .items2 li,
	.left-sidebar .posts-block .span6 .items1 li,
	.right-sidebar .posts-block .span6 .items1 li,	
	.left-sidebar .posts-block .span4 .items6 li,
	.right-sidebar .posts-block .span4 .items6 li,
	.left-sidebar .posts-block .span4 .items5 li,
	.right-sidebar .posts-block .span4 .items5 li,
	.left-sidebar .posts-block .span4 .items4 li,
	.right-sidebar .posts-block .span4 .items4 li,
	.left-sidebar .posts-block .span4 .items3 li,
	.right-sidebar .posts-block .span4 .items3 li,
	.left-sidebar .posts-block .span4 .items2 li,
	.right-sidebar .posts-block .span4 .items2 li,
	.left-sidebar .posts-block .span4 .items1 li,
	.right-sidebar .posts-block .span4 .items1 li,	
	.left-sidebar .posts-block .span3 .items6 li,
	.right-sidebar .posts-block .span3 .items6 li,
	.left-sidebar .posts-block .span3 .items5 li,
	.right-sidebar .posts-block .span3 .items5 li,
	.left-sidebar .posts-block .span3 .items4 li,
	.right-sidebar .posts-block .span3 .items4 li,
	.left-sidebar .posts-block .span3 .items3 li,
	.right-sidebar .posts-block .span3 .items3 li,
	.left-sidebar .posts-block .span3 .items2 li,
	.right-sidebar .posts-block .span3 .items2 li,
	.left-sidebar .posts-block .span3 .items1 li,
	.right-sidebar .posts-block .span3 .items1 li,	
	.left-sidebar .posts-block .span8 .items6 li,
	.right-sidebar .posts-block .span8 .items6 li,
	.left-sidebar .posts-block .span8 .items5 li,
	.right-sidebar .posts-block .span8 .items5 li,
	.left-sidebar .posts-block .span8 .items4 li,
	.right-sidebar .posts-block .span8 .items4 li,
	.left-sidebar .posts-block .span8 .items3 li,
	.right-sidebar .posts-block .span8 .items3 li,
	.left-sidebar .posts-block .span8 .items2 li,
	.right-sidebar .posts-block .span8 .items2 li,
	.left-sidebar .posts-block .span8 .items1 li,
	.right-sidebar .posts-block .span8 .items1 li,	
	.left-sidebar .posts-block .span9 .items6 li,
	.right-sidebar .posts-block .span9 .items6 li,
	.left-sidebar .posts-block .span9 .items5 li,
	.right-sidebar .posts-block .span9 .items5 li,
	.left-sidebar .posts-block .span9 .items4 li,
	.right-sidebar .posts-block .span9 .items4 li,
	.left-sidebar .posts-block .span9 .items3 li,
	.right-sidebar .posts-block .span9 .items3 li,
	.left-sidebar .posts-block .span9 .items2 li,
	.right-sidebar .posts-block .span9 .items2 li,
	.left-sidebar .posts-block .span9 .items1 li,
	.right-sidebar .posts-block .span9 .items1 li { 
		width:300px!important;
	}	
}

@media only screen and (min-width: 761px) {
	header .mobile_menu_wrapper {
		display:none!important;
	}
}

/*-- Carousel --*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.margin-fixer {
		margin-left:-20px!important;
		height:auto!important;
	}
	.carouselslider ul li {
		padding:0 0 0 20px!important;
	}
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
	.margin-fixer {
		margin-left:-20px!important;
		height:auto!important;
	}
	.carouselslider ul li {
		padding:0 0 0 20px!important;
	}	

	.left-sidebar .margin-fixer,
	.right-sidebar .margin-fixer {
		margin-left:-14px!important;
	}
	.left-sidebar .carouselslider ul li,
	.right-sidebar .carouselslider ul li {
		padding:0 0 0 14px!important;
	}	
}

@media only screen and (min-width: 459px) and (max-width: 766px) {
	.margin-fixer {
		margin-left:-20px!important;
		height:auto!important;
	}
	.carouselslider ul li {
		padding:0 0 0 20px!important;
	}
}
@media only screen and (max-width: 459px) {
	.margin-fixer {
		margin-left:-20px!important;
		height:auto!important;
	}
	.carouselslider ul li {
		padding:0 0 0 20px!important;
	}
}



/*RETINA*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	header .logo img.logo_def {
		display:none!important;
	}
	header .logo img.logo_retina {
		display:block!important;
	}
	.shortcode_accordion_item_title .ico, 
	.shortcode_toggles_item_title .ico,
	.shortcode_accordion_item_title.ui-state-active .ico, 
	.shortcode_toggles_item_title.ui-state-active .ico { 
		background-image:url(../img/retina/accordion.png);
		background-size:12px 24px;
	}

	.widget_nav_menu ul li a:before,
	.widget_archive ul li a:before,
	.widget_pages ul li a:before,
	.widget_categories ul li a:before,
	.widget_recent_entries ul li a:before {
		background:url(../img/retina/arrow.png) no-repeat 0 0;
		background-size:7px 12px;
	}

	.twitter_line:before {
		background:url(../img/retina/bg_tweet_arrow.png) no-repeat center;
		background-size:9px 5px;
	}

	blockquote:before {
		background-image:url(../img/retina/blockquote.png);
		background-size:27px 23px;
	}

	footer a.btn2top:before {
		background:url(../img/retina/btn2top.png) no-repeat center;
		background-size:12px 7px;
	}

	.shortcode_messagebox.box_type1 .box_close {
		background-image:url(../img/retina/btn_close1.png);
		background-size:10px 10px;
	}
	.shortcode_messagebox.box_type2 .box_close {
		background-image:url(../img/retina/btn_close2.png);
		background-size:10px 10px;
	}
	.shortcode_messagebox.box_type3 .box_close {
		background-image:url(../img/retina/btn_close3.png);
		background-size:10px 10px;
	}
	.shortcode_messagebox.box_type4 .box_close {
		background-image:url(../img/retina/btn_close4.png);
		background-size:10px 10px;
	}
	.shortcode_messagebox.box_type5 .box_close {
		background-image:url(../img/retina/btn_close5.png);
		background-size:10px 10px;
	}
	.shortcode_messagebox.box_type6 .box_close {
		background-image:url(../img/retina/btn_close6.png);
		background-size:10px 10px;
	}	

	a.menu_toggler:before {
		background:url(../img/retina/btn_menu.png) no-repeat 0 1px;
		background-size:20px 20px;
	}

	.carousel-previous {
		background:url(../img/retina/carousel_prev.png) no-repeat 0 0;
		background-size:7px 12px;
	}
	.carousel-next { 
		background:url(../img/retina/carousel_next.png) no-repeat 0 0;
		background-size:7px 12px;
	}	

	ul.sitemap_list li:before {
		background: url(../img/retina/marker_list1.png) no-repeat scroll 0 0 transparent;
		background-size:8px 11px;
	}

	.contentarea ul.list_type1 li:before {
		background:url(../img/retina/marker_list1.png) no-repeat 0 0;
		background-size:8px 11px;
	}
	.contentarea ul.list_type2 li:before {
		background:url(../img/retina/marker_list2.png) no-repeat 0 0;
		background-size:9px 11px;
	}
	.contentarea ul.list_type3 li:before {
		background:url(../img/retina/marker_list3.png) no-repeat 0 0;
		background-size:8px 11px;
	}
	.contentarea ul.list_type4 li:before {
		background:url(../img/retina/marker_list4.png) no-repeat 0 0;
		background-size:12px 11px;
	}
	.contentarea ul.list_type5 li:before {
		background:url(../img/retina/marker_list5.png) no-repeat 0 0;
		background-size:8px 11px;
	}
	.contentarea ul.list_type6 li:before {
		background:url(../img/retina/marker_list6.png) no-repeat 0 0;
		background-size:8px 11px;
	}

	.twitter_list li:before,
	.footer_twitter ul li {
		background:url(../img/retina/marker_tweet1.png) no-repeat 0 0px;
		background-size:20px 20px;
	}

	header nav ul.menu > li > .sub-menu:before {
		background:url(../img/retina/menu_arrow.png) no-repeat 0 0;
		background-size:9px 5px;
	}

	.tp-leftarrow:before {
		background-image:url(../img/retina/slider_prev.png)!important;
		background-size:7px 12px;
	}
	.tp-rightarrow:before {
		background-image:url(../img/retina/slider_next.png)!important;
		background-size:7px 12px;
	}

	.ls-nav-prev:before {
		background-image:url(../img/retina/slider_prev.png)!important;
		background-size:7px 12px;
	}
	.ls-nav-next:before {
		background-image:url(../img/retina/slider_next.png)!important;
		background-size:7px 12px;
	}


	.blog_info_block div.blog_author:before {
		background:url(../img/retina/icons/blog_author.png) no-repeat 9px 9px;
		background-size:20px 20px;
	}
	.blog_info_block div.blog_categ:before {
		background:url(../img/retina/icons/blog_categ.png) no-repeat 9px 9px;
		background-size:20px 20px;
	}
	.blog_info_block div.blog_comments:before {
		background:url(../img/retina/icons/blog_comments.png) no-repeat 9px 9px;
		background-size:20px 20px;
	}
	.blog_info_block div.blog_date:before {
		background:url(../img/retina/icons/blog_date.png) no-repeat 9px 9px;
		background-size:20px 20px;
	}
	.blog_info_block div.blog_tags:before {
		background:url(../img/retina/icons/blog_tags.png) no-repeat 9px 9px;
		background-size:20px 20px;
	}
	.blog_info_block div.blog_time:before {
		background:url(../img/retina/icons/blog_time.png) no-repeat 9px 9px;
		background-size:20px 20px;
	}
	.blog_info_block div.blog_url:before {
		background:url(../img/retina/icons/blog_url.png) no-repeat 9px 9px;
		background-size:20px 20px;
	}
	.blog_info_block div.blog_tags2:before {
		background:url(../img/retina/icons/blog_tags2.png) no-repeat 9px 9px;
		background-size:20px 20px;
	}

	.blogpost_info_wrapper .post_type.post_type_video:before {
		background:url(../img/retina/icons/blogpost_video.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.blogpost_info_wrapper .post_type.post_type_image:before {
		background:url(../img/retina/icons/blogpost_image.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.blogpost_info_wrapper .post_type.post_type_text:before {
		background:url(../img/retina/icons/blogpost_text.png) no-repeat 0 0;
		background-size:20px 20px;
	}

	.featured_slider .item .post_type_image {
		background-image:url(../img/retina/icons/carousel_post-image.png);
		background-size:20px 20px;
	}
	.featured_slider .item .post_type_slider {
		background-image:url(http://safetyalertapps.com/wp-content/themes/dixit/img/retina/icons/carousel_post-slider.png);
		background-size:20px 20px;
	}
	.featured_slider .item .post_type_text {
		background-image:url(../img/retina/icons/carousel_post-text.png);
		background-size:20px 20px;
	}	
	.featured_slider .item .post_type_link {
		background-image:url(http://safetyalertapps.com/wp-content/themes/dixit/img/retina/icons/carousel_post-link.png);
		background-size:20px 20px;
	}	
	.featured_slider .item .post_type_video {
		background-image:url(../img/retina/icons/carousel_post-video.png);
		background-size:20px 20px;
	}

	.carouselslider ul li .smallproflinks a.facebook_link:before { 
		background-image:url(../img/retina/icons/ico_carousel_facebook.png);
		background-size:20px 20px;
	}	
	.carouselslider ul li .smallproflinks a.twitter_link:before { 
		background-image:url(../img/retina/icons/ico_carousel_twitter.png);
		background-size:20px 20px;
	}	
	.carouselslider ul li .smallproflinks a.tumbler_link:before { 
		background-image:url(../img/retina/icons/ico_carousel_tumbler.png);
		background-size:20px 20px;
	}	
	.carouselslider ul li .smallproflinks a.linkedin_link:before { 
		background-image:url(../img/retina/icons/ico_carousel_linked.png);
		background-size:20px 20px;
	}	
	.carouselslider ul li .smallproflinks a.member_email:before { 
		background-image:url(../img/retina/icons/ico_carousel_mail.png);
		background-size:20px 20px;
	}	

	.module_contact_info .continfo_item .ico_contact-address {
		background:url(../img/retina/icons/ico_contact-address.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.module_contact_info .continfo_item .ico_contact-phone {
		background:url(../img/retina/icons/ico_contact-phone.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.module_contact_info .continfo_item .ico_contact-mail {
		background:url(../img/retina/icons/ico_contact-mail.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.module_contact_info .continfo_item .ico_contact-skype {
		background:url(../img/retina/icons/ico_contact-skype.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.module_contact_info .continfo_item .ico_contact-twitter {
		background:url(../img/retina/icons/ico_contact-twitter.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.module_contact_info .continfo_item .ico_contact-facebook {
		background:url(../img/retina/icons/ico_contact-facebook.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.module_contact_info .continfo_item .ico_contact-dribbble {
		background:url(../img/retina/icons/ico_contact-dribbble.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.module_contact_info .continfo_item .ico_contact-youtube {
		background:url(../img/retina/icons/ico_contact-youtube.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.module_contact_info .continfo_item .ico_contact-flickr {
		background:url(../img/retina/icons/ico_contact-flickr.png) no-repeat 0 0;
		background-size:20px 20px;
	}

	.widget_search .search_form:before,
	.wrapper404 .search_form label {
		background:url(../img/retina/icons/ico_search.png) no-repeat center;		
		background-size:20px 20px;
	}

	.socials_list li .ico_social-facebook {
		background:url(../img/retina/icons/ico_social-facebook.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-twitter {
		background:url(../img/retina/icons/ico_social-twitter.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-youtube {
		background:url(../img/retina/icons/ico_social-youtube.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-gplus {
		background:url(../img/retina/icons/ico_social-google.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-dribbble {
		background:url(../img/retina/icons/ico_social-dribbble.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-delicious {
		background:url(../img/retina/icons/ico_social-delicious.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-tumblr {
		background:url(../img/retina/icons/ico_social-tumblr.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-flickr {
		background:url(../img/retina/icons/ico_social-flickr.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-instagram {
		background:url(../img/retina/icons/ico_social-instagram.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-linked {
		background:url(../img/retina/icons/ico_social-linked.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-pinterest {
		background:url(../img/retina/icons/ico_social-pinterest.png) no-repeat;
		background-size:20px 20px;
	}
	.socials_list li .ico_social-vimeo {
		background:url(../img/retina/icons/ico_social-vimeo.png) no-repeat;
		background-size:20px 20px;
	}	

	.ico_socialize_facebook1:before {
		background-image:url(../img/retina/icons/ico_socialize_facebook1.png);
		background-size:20px 20px;
	}
	.ico_socialize_facebook2:before {
		background-image:url(../img/retina/icons/ico_socialize_facebook2.png);
		background-size:20px 20px;
	}
	.ico_socialize_twitter1:before {
		background-image:url(../img/retina/icons/ico_socialize_twitter1.png);
		background-size:20px 20px;
	}
	.ico_socialize_twitter2:before {
		background-image:url(../img/retina/icons/ico_socialize_twitter2.png);
		background-size:20px 20px;
	}
	.ico_socialize_twitter3:before {
		background-image:url(../img/retina/icons/ico_socialize_twitter3.png);
		background-size:20px 20px;
	}
	.ico_socialize_digg1:before {
		background-image:url(../img/retina/icons/ico_socialize_digg1.png);
		background-size:20px 20px;
	}
	.ico_socialize_digg2:before {
		background-image:url(../img/retina/icons/ico_socialize_digg2.png);
		background-size:20px 20px;
	}
	.ico_socialize_google1:before {
		background-image:url(../img/retina/icons/ico_socialize_google1.png);
		background-size:20px 20px;
	}
	.ico_socialize_google2:before {
		background-image:url(../img/retina/icons/ico_socialize_google2.png);
		background-size:20px 20px;
	}
	.ico_socialize_tumbler:before {
		background-image:url(../img/retina/icons/ico_socialize_tumbler.png);
		background-size:20px 20px;
	}
	.ico_socialize_delicious:before {
		background-image:url(../img/retina/icons/ico_socialize_delicious.png);
		background-size:20px 20px;
	}
	.ico_socialize_plixi:before {
		background-image:url(../img/retina/icons/ico_socialize_plixi.png);
		background-size:20px 20px;
	}
	.ico_socialize_dribbble1:before {
		background-image:url(../img/retina/icons/ico_socialize_dribbble1.png);
		background-size:20px 20px;
	}
	.ico_socialize_dribbble2:before {
		background-image:url(../img/retina/icons/ico_socialize_dribbble2.png);
		background-size:20px 20px;
	}
	.ico_socialize_stubleUpon:before {
		background-image:url(../img/retina/icons/ico_socialize_stubleUpon.png);
		background-size:20px 20px;
	}
	.ico_socialize_lastfm:before {
		background-image:url(../img/retina/icons/ico_socialize_lastfm.png);
		background-size:20px 20px;
	}
	.ico_socialize_moby:before {
		background-image:url(../img/retina/icons/ico_socialize_moby.png);
		background-size:20px 20px;
	}
	.ico_socialize_vimeo:before {
		background-image:url(../img/retina/icons/ico_socialize_vimeo.png);
		background-size:20px 20px;
	}
	.ico_socialize_youtube1:before {
		background-image:url(../img/retina/icons/ico_socialize_youtube1.png);
		background-size:20px 20px;
	}
	.ico_socialize_youtube2:before {
		background-image:url(../img/retina/icons/ico_socialize_youtube2.png);
		background-size:20px 20px;
	}
	.ico_socialize_myspace:before {
		background-image:url(../img/retina/icons/ico_socialize_myspace.png);
		background-size:20px 20px;
	}
	.ico_socialize_linkedIn:before {
		background-image:url(../img/retina/icons/ico_socialize_linkedIn.png);
		background-size:20px 20px;
	}
	.ico_socialize_pinterest:before {
		background-image:url(../img/retina/icons/ico_socialize_pinterest.png);
		background-size:20px 20px;
	}
	.ico_socialize_flickr:before {
		background-image:url(../img/retina/icons/ico_socialize_flickr.png);
		background-size:20px 20px;
	}
	.ico_socialize_vk1:before {
		background-image:url(../img/retina/icons/ico_socialize_vk1.png);
		background-size:20px 20px;
	}
	.ico_socialize_vk2:before {
		background-image:url(../img/retina/icons/ico_socialize_vk2.png);
		background-size:20px 20px;
	}
	.ico_socialize_odnoklassniki:before {
		background-image:url(../img/retina/icons/ico_socialize_odnoklassniki.png);
		background-size:20px 20px;
	}
	.ico_socialize_gowalla:before {
		background-image:url(../img/retina/icons/ico_socialize_gowalla.png);
		background-size:20px 20px;
	}
	.ico_socialize_dropbox:before {
		background-image:url(../img/retina/icons/ico_socialize_dropbox.png);
		background-size:20px 20px;
	}
	.ico_socialize_skype:before {
		background-image:url(../img/retina/icons/ico_socialize_skype.png);
		background-size:20px 20px;
	}
	.ico_socialize_iChat:before {
		background-image:url(../img/retina/icons/ico_socialize_iChat.png);
		background-size:20px 20px;
	}
	.ico_socialize_instagram:before {
		background-image:url(../img/retina/icons/ico_socialize_instagram.png);
		background-size:20px 20px;
	}
	.ico_socialize_evernote:before {
		background-image:url(../img/retina/icons/ico_socialize_evernote.png);
		background-size:20px 20px;
	}
	.ico_socialize_deviantart:before {
		background-image:url(../img/retina/icons/ico_socialize_deviantart.png);
		background-size:20px 20px;
	}
	.ico_socialize_blogspot:before {
		background-image:url(../img/retina/icons/ico_socialize_blogspot.png);
		background-size:20px 20px;
	}
	.ico_socialize_reddit:before {
		background-image:url(../img/retina/icons/ico_socialize_reddit.png);
		background-size:20px 20px;
	}
	.ico_socialize_technorati:before {
		background-image:url(../img/retina/icons/ico_socialize_technorati.png);
		background-size:20px 20px;
	}
	.ico_socialize_yahoo:before {
		background-image:url(../img/retina/icons/ico_socialize_yahoo.png);
		background-size:20px 20px;
	}
	.ico_socialize_diigo:before {
		background-image:url(../img/retina/icons/ico_socialize_diigo.png);
		background-size:20px 20px;
	}
	.ico_socialize_blinklist:before {
		background-image:url(../img/retina/icons/ico_socialize_blinklist.png);
		background-size:20px 20px;
	}
	.ico_socialize_bing:before {
		background-image:url(../img/retina/icons/ico_socialize_bing.png);
		background-size:20px 20px;
	}
	.ico_socialize_behnce:before {
		background-image:url(../img/retina/icons/ico_socialize_behnce.png);
		background-size:20px 20px;
	}
	.ico_socialize_picasa:before {
		background-image:url(../img/retina/icons/ico_socialize_picasa.png);
		background-size:20px 20px;
	}
	.ico_socialize_forrst:before {
		background-image:url(../img/retina/icons/ico_socialize_forrst.png);
		background-size:20px 20px;
	}
	.ico_socialize_ffffound:before {
		background-image:url(../img/retina/icons/ico_socialize_ffffound.png);
		background-size:20px 20px;
	}
	.ico_socialize_viddler:before {
		background-image:url(../img/retina/icons/ico_socialize_viddler.png);
		background-size:20px 20px;
	}
	.ico_socialize_friendfeed:before {
		background-image:url(../img/retina/icons/ico_socialize_friendfeed.png);
		background-size:20px 20px;
	}
	.ico_socialize_mobileMe:before {
		background-image:url(../img/retina/icons/ico_socialize_mobileMe.png);
		background-size:20px 20px;
	}
	.ico_socialize_wordpress:before {
		background-image:url(../img/retina/icons/ico_socialize_wordpress.png);
		background-size:20px 20px;
	}
	.ico_socialize_drupal:before {
		background-image:url(../img/retina/icons/ico_socialize_drupal.png);
		background-size:20px 20px;
	}
	.ico_socialize_paypal:before {
		background-image:url(../img/retina/icons/ico_socialize_paypal.png);
		background-size:20px 20px;
	}
	.ico_socialize_share:before {
		background-image:url(../img/retina/icons/ico_socialize_share.png);
		background-size:20px 20px;
	}
	.ico_socialize_mail:before {
		background-image:url(../img/retina/icons/ico_socialize_mail.png);
		background-size:20px 20px;
	}
	.ico_socialize_rss:before {
		background-image:url(../img/retina/icons/ico_socialize_rss.png);
		background-size:20px 20px;
	}
	.ico_socialize_home:before {
		background-image:url(../img/retina/icons/ico_socialize_home.png);
		background-size:20px 20px;
	}
	.ico_socialize_phone:before {
		background-image:url(../img/retina/icons/ico_socialize_phone.png);
		background-size:20px 20px;
	}

	.module_gallery .gallery_item .post_type_image {
		background-image:url(../img/retina/icons/post_white-image.png);
		background-size:20px 20px;
	}
	.module_gallery .gallery_item .post_type_text {
		background-image:url(../img/retina/icons/post_white-text.png);
		background-size:20px 20px;
	}	
	.module_gallery .gallery_item .post_type_video {
		background-image:url(../img/retina/icons/post_white-video.png);
		background-size:20px 20px;
	}
}

.ui-accordion-header-icon {
	display:none!important;
}


.nivo-prevNav,
.nivo-nextNav {
	width:38px;
	height:38px;
	position:absolute;
	top:50%;
	margin:-21px 0 0 0!important;
	z-index:99;
	display:block;
	cursor:pointer;
	background:no-repeat 0 0;
	text-indent:-9999px;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
	overflow:hidden;
	box-shadow:inset 0 1px 0 #fbfbfb;
	border-radius:4px;
	border:#cfcfcf 1px solid;

	background:#f0f0f0 url(../img/bg_pattern2.png) repeat!important;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9)!important;
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9)!important;
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9)!important;
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9)!important;
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9)!important;	
	
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;	
}
.nivoSlider:hover .nivo-prevNav,
.nivoSlider:hover .nivo-nextNav {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ie8 .nivoSlider:hover .nivo-prevNav,
.ie8 .nivoSlider:hover .nivo-nextNav {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.nivo-prevNav:hover,
.nivo-nextNav:hover {
	background:#f5f5f5 url(../img/bg_pattern2.png) repeat!important;
	background-image: url(../img/bg_pattern2.png), linear-gradient(top, #e9e9e9, #f5f5f5)!important;
	background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #e9e9e9, #f5f5f5)!important;
	background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #e9e9e9, #f5f5f5)!important;
	background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #e9e9e9, #f5f5f5)!important;
	background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #e9e9e9, #f5f5f5)!important;		
}
.nivo-prevNav:before,
.nivo-nextNav:before {
	position:absolute;
	left:0px!important;
	top:0px!important;
	width:38px!important;
	height:38px!important;
	display:block!important;
	content:''!important;
	background-repeat:no-repeat!important;
	background-position:16px 14px!important;
}

.nivo-prevNav {
	top:50%!important;
	left:11px!important;
	right:auto!important;
}
.nivo-nextNav {
	top:50%!important;
	right:11px!important;
	left:auto!important;
}
.nivo-prevNav:before {
	background-image:url(../img/slider_prev.png)!important;
}
.nivo-nextNav:before {
	background-image:url(../img/slider_next.png)!important;
}

.mc_form_inside, .mc_signup_submit {
    padding-top: 10px;
}

.post-format-content iframe {
    width: 100%;
}


.blogpost_info_wrapper .post_type.post_type_aside:before {
	background:url(../img/icons/blogpost_aside.png) no-repeat 0 0;
}
.blogpost_info_wrapper .post_type.post_type_quote:before {
	background:url(../img/icons/blogpost_quote.png) no-repeat 0 0;
}
.blogpost_info_wrapper .post_type.post_type_status:before {
	background:url(../img/icons/blogpost_status.png) no-repeat 0 0;
}
.blogpost_info_wrapper .post_type.post_type_chat:before {
	background:url(../img/icons/blogpost_chat.png) no-repeat 0 0;
}
.blogpost_info_wrapper .post_type.post_type_audio:before {
	background:url(../img/icons/blogpost_audio.png) no-repeat 0 0;
}
.blogpost_info_wrapper .post_type.post_type_link:before {
	background:url(../img/icons/blogpost_link.png) no-repeat 0 0;
}
.blogpost_info_wrapper .post_type.post_type_gallery:before {
	background:url(../img/icons/blogpost_gallery.png) no-repeat 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.blogpost_info_wrapper .post_type.post_type_aside:before {
		background:url(../img/retina/icons/blogpost_aside.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.blogpost_info_wrapper .post_type.post_type_quote:before {
		background:url(../img/retina/icons/blogpost_quote.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.blogpost_info_wrapper .post_type.post_type_status:before {
		background:url(../img/retina/icons/blogpost_status.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.blogpost_info_wrapper .post_type.post_type_chat:before {
		background:url(../img/retina/icons/blogpost_chat.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.blogpost_info_wrapper .post_type.post_type_audio:before {
		background:url(../img/retina/icons/blogpost_audio.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.blogpost_info_wrapper .post_type.post_type_link:before {
		background:url(../img/retina/icons/blogpost_link.png) no-repeat 0 0;
		background-size:20px 20px;
	}
	.blogpost_info_wrapper .post_type.post_type_gallery:before {
		background:url(../img/retina/icons/blogpost_gallery.png) no-repeat 0 0;
		background-size:20px 20px;
	}
}


/*Gallery Items*/
.list-of-images {
	margin:-30px 0 0 -30px!important;
}
.list-of-images .gallery_item {
	margin:30px 0 0 30px!important;
	float:left;
}
.list-of-images.images_in_a_row_2 .gallery_item,
.list-of-images.images_in_a_row_2 .gallery_item img {
	width:570px;
	height:auto
}
.list-of-images.images_in_a_row_3 .gallery_item,
.list-of-images.images_in_a_row_3 .gallery_item img {
	width:370px;
	height:auto
}
.list-of-images.images_in_a_row_4 .gallery_item,
.list-of-images.images_in_a_row_4 .gallery_item img {
	width:270px;
	height:auto
}

.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item img,
.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item img {
	width:420px;
	height:auto
}
.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item img,
.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item img {
	width:270px;
	height:auto
}
.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item img,
.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item img {
	width:195px;
	height:auto
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.list-of-images {
		margin:-20px 0 0 -20px!important;
	}
	.list-of-images .gallery_item {
		margin:20px 0 0 20px!important;
		float:left;
	}
	.list-of-images.images_in_a_row_2 .gallery_item,
	.list-of-images.images_in_a_row_2 .gallery_item img {
		width:460px!important;
		height:auto
	}
	.list-of-images.images_in_a_row_3 .gallery_item,
	.list-of-images.images_in_a_row_3 .gallery_item img {
		width:300px!important;
		height:auto
	}
	.list-of-images.images_in_a_row_4 .gallery_item,
	.list-of-images.images_in_a_row_4 .gallery_item img {
		width:220px!important;
		height:auto
	}

	.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item img {
		width:340px!important;
		height:auto
	}
	.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item img {
		width:220px!important;
		height:auto
	}
	.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item img {
		width:160px!important;
		height:auto
	}
	
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
	.list-of-images {
		margin:-20px 0 0 -20px!important;
	}
	.list-of-images .gallery_item {
		margin:20px 0 0 20px!important;
		float:left;
	}

	.right-sidebar .list-of-images,
	.left-sidebar .list-of-images {
		margin:-14px 0 0 -14px!important;
	}
	.right-sidebar .list-of-images .gallery_item,
	.left-sidebar .list-of-images .gallery_item {
		margin:14px 0 0 14px!important;
		float:left;
	}
	
	.list-of-images.images_in_a_row_2 .gallery_item,
	.list-of-images.images_in_a_row_2 .gallery_item img {
		width:352px!important;
		height:auto
	}
	.list-of-images.images_in_a_row_3 .gallery_item,
	.list-of-images.images_in_a_row_3 .gallery_item img {
		width:228px!important;
		height:auto
	}
	.list-of-images.images_in_a_row_4 .gallery_item,
	.list-of-images.images_in_a_row_4 .gallery_item img {
		width:166px!important;
		height:auto
	}

	.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item img {
		width:262px!important;
		height:auto
	}
	.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item img {
		width:170px!important;
		height:auto
	}
	.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item img {
		width:124px!important;
		height:auto
	}	
}
@media only screen and (min-width: 459px) and (max-width: 760px) {
	.list-of-images {
		margin:-20px 0 0 0px!important;
	}
	.list-of-images .gallery_item {
		margin:20px 0 0 0px!important;
		float:left;
	}

	.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item img,
	.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item img,
	.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item img,
	.list-of-images.images_in_a_row_2 .gallery_item,
	.list-of-images.images_in_a_row_2 .gallery_item img,
	.list-of-images.images_in_a_row_3 .gallery_item,
	.list-of-images.images_in_a_row_3 .gallery_item img,
	.list-of-images.images_in_a_row_4 .gallery_item,
	.list-of-images.images_in_a_row_4 .gallery_item img {
		width:420px!important;
		height:auto
	}	
}
@media only screen and (max-width: 459px) {
	.list-of-images {
		margin:-20px 0 0 0px!important;
	}
	.list-of-images .gallery_item {
		margin:20px 0 0 0px!important;
		float:left;
	}
	.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_2 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_2 .gallery_item img,
	.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_3 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_3 .gallery_item img,
	.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
	.right-sidebar .list-of-images.images_in_a_row_4 .gallery_item img,
	.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item,
	.left-sidebar .list-of-images.images_in_a_row_4 .gallery_item img,
	.list-of-images.images_in_a_row_2 .gallery_item,
	.list-of-images.images_in_a_row_2 .gallery_item img,
	.list-of-images.images_in_a_row_3 .gallery_item,
	.list-of-images.images_in_a_row_3 .gallery_item img,
	.list-of-images.images_in_a_row_4 .gallery_item,
	.list-of-images.images_in_a_row_4 .gallery_item img {
		width:300px!important;
		height:auto
	}		
}

.pagerblock {
    clear:both;
}

.portfolio_block .element {
    float: left;
}