/*
 Theme Name: Skifi
 Theme URI: -
 Description: Skifi business Drupal theme
 Version: 1.0
 Author: Worthapost
 Author URI: http://www.worthapost.com
 OTHER IMPORTANT CLASSES ARE DEFINE IN BOOTSTRAP/CSS/BOOTSTRAP.CSS 
 */

body {
	font-size: 12px;
	padding: 0;
	margin:0;
	color: #333333;
	line-height: 150%;
}

a, h1, h2, h3, h4, h5, h6, p{
    line-height: 170%/*150%*/;
}

body.toolbar-drawer {
	padding: 65px 0 0 0  !important;
}

#main_structure{
    background: #fff;
}

/*
 * BOOTSTRAP OVERRIDES 
 */

h1, h2, h3, h4, h5, h6{
    line-height: 140%;
}

.container-fluid{
	padding: 0;
	margin: 0;
}

p{
	margin-bottom: 20px;
}



ul.arrow li{
	list-style-image: url(images/list-arrow.png)  ;
}

.item-list li{
    list-style-image: url(images/list-arrow.png)  ;
}

ul.unstyled, ol.unstyled {
	list-style-image: none;
}

.item-list ul li {
    margin: 0 0 0.55em 1.5em;
    padding: 0;
}

.sidebar .item-list li a{
    display: block;
    text-transform: capitalize;
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	margin: 0 0 5px 0;
}

.less-margin {
	margin: 5px 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: -2px 2px 0 0;
}

.span2 input[type="textfield"], .span2 textarea {
	width: 150px;
}

.container-inline input[type="submit"] {
	margin-bottom: 9px;
	margin-right: 5px;
}


.pager a, .pager span {
	background-color: transparent /*#FFFFFF*/;
	border: 1px solid #ff0000 /*#DDDDDD*/;
	border-radius: 0px;
	display: inline-block;
	padding: 3px 10px;
    margin: 0;
}

.pager-current {
    display: inline-block !important;
    background-color: #ff0000;
    border-radius:20px;
    color:#fff;
    width: 30px;
    height: 30px;
    
}

.item-list .pager {
	line-height: 35px;
}

.item-list .pager li {
	margin: 0 0 10px 0;
    padding: 0;
}

.item-list .pager li a {
	color: #5f5f5f;
}

a:focus, .btn:focus, * {
	outline: none;
}


.dropcap {
	display: block;
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin: 0 5px 0 0;
	margin-top: -1px;
}


.accordion-heading * {
	margin: 0;
}

.accordion-heading a {
	color: #5f5f5f;
}

.accordion-heading {
	box-shadow: none;
	background: #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 16px;
}

.getCode {
	margin-top: 20px;
	margin-bottom: 20px;
}

.getCode .accordion-heading {

}

.getCode .icon-plus {
	margin-top: 4px;
	margin-right: 2px;
}

.the-icons li, .the-icons {
	list-style: none;
	list-style-type: none;
	margin-left: 5px;
}

.carousel .item > img{
    padding: 0;
    margin: auto;
}

.carousel{
    font-family: Georgia, arial;
    margin-bottom: 0;
    padding: 50px 0;
}

/*
 * STRUCTURE ELEMENTS
 */

.WrapperWidth{
	max-width: 1170px; /* This is max span of header, slider, content, footer. Your theme will remain full screen */
	margin: auto;
	padding: 0 15px;
}

/*
 * HEADER SECTION (LOGO AND MENU SECTION)
 */


#header{
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
	/*-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 2px 3px rgba(0, 0, 0, 0.2);*/
	z-index: 100;
	position: relative;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1169px) {
	#header{
		padding: 0 10px;
	}
}


#logocontainer {
    display: inline;
	/*float: left;*/
	/*margin-right: 10px;*/
}

#texttitles, #site-name {
	margin: 0;
}

#texttitles {
	padding-left: 2px;
	display: inline;
    vertical-align: middle;
	/*float: left;*/
}

#site-name {
    font-size: 20px;
    font-weight: lighter;
    display: inline;
/*	font-size: 30px;
	line-height: 100%;
	padding-top: 0;
	font-weight: normal;*/
	
}

#site-name a, #site-name a:hover {
	color: #5f5f5f;
	text-decoration: none;
}

#slogan {
	padding: 2px 0 0 2px;
	color: #555555;
	font-size: 0.95em;
	display: block;
	font-style: italic;
}


#headerRight .titlecontainer{
	display: none;
}

/*
 * sticky navigation
 */

#stickyHeader{
    margin: auto;
    position: fixed;
    width: 100%;
    top: 0;
    left:0;
    background: rgba(255,255,255,.92);
    box-shadow: 0 2px 2px rgba(50,50,50,.1);
    display: none;
    z-index: 9999;
    overflow: visible !important;
}

@media (min-width:1170px){
    #stickyHeader{
        border-bottom:1px dashed;
    }
    
    #header .span7 {
        padding-left: 30px;
    }
    
    #FooterRegion, #highlightedRegion, #row1-Region, #row2-Region, 
    #title-region, #contentAndSidebars, #underContent-Region, #bottomLeftInner, 
    #bottomRightInner{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .frontvideo {
        padding-right: 40px;
        padding-top: 20px;
    }
    
    #myCarousel-1 .span6.last {
        margin-top: 2%;
    }
}

#stickyInner{
    margin: auto;
    padding: 0px  15px;   
}

#stickyTitle h2{
    margin:  0;
}

/*
 * Menu
 * 
 */

#mainMenu{
	/*float: right;*/
}

#buttonMenu{
	float: right;
}

#buttonMenu #secondary-menu-links{
	display: table-cell;
	height: 75px;
	vertical-align: middle;
	font-size: 11px;
}

/* styles for desktop */
.selectnav { 
    display: none; 
}

/* small screen */
@media screen and (max-width: 979px) {
  .js #nav { display: none; }
  .js .selectnav { display: block !important;}
  .carousel-caption h1 {
  font-size: 5vw !important;
  }
}

/*
 * SLDIER REGION
 */

#slider_container{
	z-index: 90;
	position: relative;
	background: #fff;
}

#slider_container a{ 
}

#slider_container h1, #slider_container h2, #slider_container h3, #slider_container h4, #slider_container h5{
    font-weight: 700;
}

#slider_container h1{
    font-size: 48px;
}

#slider_container h2{
    font-size: 32px;
}


#slider_container h3{
    font-size: 22px;
}


#slider_container h4{
    font-size: 14px;
    line-height: 26px;
}


#slider_container p{
    font-size:15px; 
    line-height: 21px; 
    font-weight: normal; 
}
/*
 * LAYER SLIDER
 */

#skifi-ls-container{

}

.ls-bottom-nav-wrapper{
    display: none;
}

#ls-fallback{
    text-align: center;
    display: none;
}

@media (max-width:320px){
    #skifi-ls-container{
        display: none;}
    .carousel-caption h1 {
        font-size:5vw !important;
    }
    .no-mobile {
        display: none !important;
    }
    .yes-mobile {
        display:block !important;
    }
    .support__item.plus, .support__item.minus {
        float: none !important;
        width: 100% !important;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px dashed #ddd;
    }
    .trialabsolute {
        display: none;
    }
    .trial-block-inner {
        margin-bottom: 0 !important;
    }
    .preload {
        padding: 0 20px !important;
    }
    #myCarousel-1 .carusel p {
        margin: auto;
    }
    }
    
    #ls-fallback{
        text-align: center;
        display: block;
    }
    
    .contact-text {
        width: 100%;
        margin: auto;
}

    .contact-form {
        margin: auto;
        width: 100%;
}
}

/*
 * HIGHLIGHTED REGION
 */

#highlightedRegion{
    /*border-top:6px solid; */
	color: #cccccc;
	overflow: hidden;
}

.highlightedButton{
	margin-top: 27px;
}

@media (max-width: 767px) { /* GRIDS BECOME VERTICALLAY STACKED AT THIS WIDTH */
	.highlightedButton{
		margin-top: 5px;}
    .carousel-caption h1 {
        font-size: 5vw !important;
    }
    .no-mobile {
        display: none !important;
    }
    .yes-mobile{
        display: block !important;
    }
    .support__item.plus, .support__item.minus {
        float: none !important;
        width: 100% !important;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px dashed #ddd;
    } 
    .trialabsolute {
        display: none;
    }
    .trial-block-inner {
        margin-bottom: 0 !important;
    }
        .preload {
        padding: 0 20px !important;
    }
    #myCarousel-1 .carusel p {
        margin: auto;
    }

	}	
	
	.highlightedButton{
		
	}
    
    .contact-text {
        width: 100% !important;
        margin: auto;
    }

    .contact-form {
        margin: auto;
        width: 100% !important;
    }
}

@media (max-width: 1169px) {
	#highlightedRegion .block{
		padding: 0 10px;
	}
}

/*
 * ROW 1 REGION
 */
#row1-FullSpan{
	margin: 0 0 5px 0;	
}

#row1-Region{
	padding: 60px 0 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

/*
 * ROW 2 REGION
 */
#row2-FullSpan{
	margin: 0 0 5px 0;	
}

#row2-Region{
	padding: 30px 0;
	background-color: #fff;
}

/*
 *  Under content region 
 */

#underContent_full_span{
    margin: 0 0 5px 0;  
}

#underContent-Region{
    padding: 20px 0 0  0;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

#underContent-Region .content{
    padding-bottom: 0px;
}

#underContent-Region #underContent_full_span .blocktitle{
    margin: 10px 0 0;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
}

/*
 * Content and Sidebars area
 */

#contentAndSidebars #contentRegion-FullSpan{
    margin: 0 0 5px 0;  
}

#contentAndSidebars #contentRegion-FullSpan .blocktitle{
    margin: 10px 0 0;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
}

#contentAndSidebars{
	padding: 40px 0 30px 0;
	min-width: 200px;
	background: #fff;
	min-height: 160px;
	position: relative;
    overflow: hidden;
}

.front #contentAndSidebars{
    /*padding: 0;*/
}

#contentArea{
    position: relative;
}

.node{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 3px double #e1e0e1; 
}

.node:last-child{
    border-bottom: none;
    margin-bottom: 0px
}

.views-row{
    margin-bottom: 15px;
}

.view-id-our_news_page .views-row{
    margin-bottom: 35px;
}

.views-row .views-field-title{
    font-weight: 600;
}

.block .node .content{
	padding: 5px 0;
}

.node .title {
	margin: 0 0 15px 0;
}

.node-teaser .title {
	margin: 0 0 12px 0;
}

.node .title a {
}

.node-teaser .user-picture {
	display: none;
}


.breadcrumb {
	font-size: 11px;
	color: #8f8f8f;
	background: none;
	padding: 6px 0;
	border-radius: 0;
}

div.submitted {
	padding: 20px 0 12px;
	color: #9f9f9f;
	width: 100%
}


.node-teaser div.submitted {
	padding: 0 0 10px 0;
	margin-bottom: 5px;
	width: 100%;
	font-style:italic;
}

.node-teaser .node-print {
	display: none;
}

.field-name-field-secondary-title{
    font-size: 28px;
    margin: 20px 0;
}

.node .links {
	padding: 0;
	width: 100%;
	text-align: right;
	margin: 0;
	line-height: 35px;
}

.node-user-picture {
	float: right;
	margin: 0 0 10px 10px;
	width: 100px;
	height: auto;
	padding: 5px;
    display: none;
}

.node img {
/*	margin-bottom: 15px;
	padding: 4px;
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.3);*/
}



div.terms {
	/*display: block;*/
    display: none;
	margin-bottom: 15px;
	text-align: right;
	padding: 15px 0 5px 0;
}

div.terms div {
	display: inline;
	line-height: 13px;
}

.meta .terms .field-item {
	margin-left: 8px;
	padding: 2px 8px 2px 3px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.meta .terms .field-item a {
	color: #fff;
	font-size: 11.8px;
	font-weight: normal;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: url(images/tag-hole.png) left center no-repeat;
    padding-left: 12px;
}

 

#contentAndSidebars .blocktitle{
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	/*border-left: 10px solid;*/
	padding: 1px 0 1px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

#contentAndSidebars .region-left-sidebar .menu,
.product-tabs {
    background: none;
    border: 0 none;
    border-radius:0;
    box-shadow:none;
    margin: 0;
}

#contentAndSidebars .region-left-sidebar .menu li a,
.product-part .product-tabs li a {
    border-bottom:1px dashed #ccc;
    color: #000;
}

#contentAndSidebars .region-left-sidebar .menu li a:hover,
.product-part .product-tabs li a:hover {
    color: #ff0000;
}

#contentAndSidebars .region-left-sidebar .block .content {
    padding: 0;
}

#contentAndSidebars .region-left-sidebar .menu li .menu {
    padding-left: 20px;
    margin: 0;
    border-bottom: 1px dashed #ccc;
}

#contentAndSidebars .region-left-sidebar .menu li .menu li a {
    border-left: 1px dashed #ccc;
}

#contentAndSidebars .region-left-sidebar .menu li .menu li:last-child a {
    border-bottom: 0 none;
    border-top: 0 none;
}

#contentAndSidebars .region-left-sidebar .menu li:last-child a {
    border-top: 1px dashed #ccc;
}

#contentAndSidebars .region-left-sidebar .menu li.collapsed a {
    /*border-bottom: 0 none;*/
}

/*
 * search box
 */

#searchFormSkifi{
    position: absolute;
    top: 0;
    right:7px;
    top: 40px;
}

#searchFormSkifi .content{
    padding: 0;
}

#searchFormSkifi .form-item, .form-actions{
    margin: 0;
}

#searchFormSkifi form{
    margin: 0;
}

#searchFormSkifi input{
    margin: 0;
}

#searchFormSkifi #search-block-form{
    width: 215px;
    text-align: right;
}

#searchFormSkifi  #search-submit-topbar{
    position: absolute;
    right: 9px;
    top: 4px;
    height:13px;
    width: 12px;
}


#searchFormSkifi .form-text{
    width: 120px;
    padding: 2px 5px 2px 8px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 12px;
    border: 0;
    background: #f5f5f5;
    color: #666;
}

/*
 * Drupal Menus
 */

#contentAndSidebars .menu{
	background: rgb(247,247,247); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(247,247,247,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 99%); /* IE10+ */
	background: linear-gradient(to right,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
	margin: 5px 0 10px 0;
	border:1px solid #e5e5e5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 4px rgba(150,150,150, .19);
	-webkit-box-shadow: 0 0 4px rgba(150,150,150, .19);
	-moz-box-shadow: 0 0 4px rgba(150,150,150, .19);
}

#contentAndSidebars .block-menu .content{
	padding-top:10px; 
}

#contentAndSidebars .menu li{
	margin: 0;
	list-style: none;
	list-style-image: none;
	padding: 0;
	position: relative;
}

#contentAndSidebars .menu li a,
.product-tabs li a {
	margin: 0;
	padding: 9px 25px 9px 18px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	color: #555;
}

#contentAndSidebars .menu li a:hover{
	text-decoration: none;
}

.menu-arrow{
	display: none; /* Hide from everywhere except content and sidebars region */
}

#contentAndSidebars .menu-arrow{
	display: block; /* Hide from everywhere except content and sidebars region */
	position: absolute;
	width: 6px;
	height: 13px;
	background-image: url(images/menu-arrow.png) ;
	top:12px;
	right: 15px;
}

/*
 * RIGHT SIDEBAR
 */


@media (min-width: 768px) {
    #right-sidebar .region-right-sidebar,
    .region-right-sidebar {
        padding-left: 25px;
        background: url("images/sidebar-border.gif") top left repeat-y;
    }
    
    .front #right-sidebar .region-right-sidebar{
        padding-left: 25px;
        background:none;
    }
    .width-content-why-secrom {
        width: 70%;
        margin: auto;
    }
    #underContent5-Region #underContent5-Blocks {
        background-color: #d9d9d9;
        margin-top: 200px;
        border-top: 1px solid #ccc;
    }
    
    .prod-overview {
    float:left; 
    overflow:hidden; 
    padding-left:15px; 
    padding-right:15px; 
    position:relative; 
    text-align:center; 
    width:33.3333%; 
    min-height:200px; 
    padding-top:40px;
}

.prod-overview:not(:last-child) {
    border-right:1px solid #bbb;
}

.row-grid-border-bottom:not(:last-child) {
    border-bottom: 1px solid #bbb;
}

.row-grid-border-bottom.first {
    margin: 30px 0 0;
    padding: 30px 0 0;
}

.sf-menu a.nomobiledisplaynone {
    display: none;
}

}


/*
 * Colored block regions (under content region)
 */

#BottomRegion{
    position: relative;
    overflow: hidden;
}

#bottomLeft{
	float: left;
	width: 35.5%;
}

#noRight #bottomLeft{
	width: 100%;
}

#bottomRight{
	float: left;
	width: 64.5%;
}

#bottomRightInner{
	padding: 0 0 0 10px;
}

#noLeft #bottomRight{
	width: 100%;
}

#BottomRegion ul li{
    line-height: 180%;
}

#BottomRegion ul.arrow li{
	list-style-image: url(images/list-arrow-white.png)  ;
}

#BottomRegion .btn{
	 color: #333;
}

#BottomRegion a, #BottomRegion .btn.btn-inverse, 
#BottomRegion .btn.btn-theme, #BottomRegion .btn.btn-warning, 
#BottomRegion .btn.btn-info, #BottomRegion .btn.btn-primary, 
#BottomRegion .btn.btn-danger {
	 color: #fff;
}

#BottomRegion a{
	
}

#BottomRegion a:hover{
	text-decoration: none;
}

#BottomRegion .blocktitle{
	font-size: 30px;
	line-height: 30px;
}

/*
 * FOOTER BLOCKS
 */

#FooterRegion{
	background: url(images/footertexture.gif) repeat #1b1b1b;
	color: #666;
	padding: 20px 0 0 0;
	border-top: 2px solid rgba(0,0,0,.3);
	border-top: 6px solid;
}

#FooterRegion a{
	color: #b2b2b2;
	font-weight: bold;
}

#FooterRegion h1, #FooterRegion h2, #FooterRegion h3, #FooterRegion h4, #FooterRegion h5{
	color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

#FooterRegion .blocktitle{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: 0 2px 0 rgb(0,0,0);
}

#FooterRegion textarea, #FooterRegion input[type="text"], 
#FooterRegion input[type="password"], #FooterRegion input[type="datetime"], 
#FooterRegion input[type="datetime-local"], #FooterRegion input[type="date"], 
#FooterRegion input[type="month"], #FooterRegion input[type="time"], 
#FooterRegion input[type="week"], #FooterRegion input[type="number"], 
#FooterRegion input[type="email"], #FooterRegion input[type="url"], 
#FooterRegion input[type="search"], #FooterRegion input[type="tel"], 
#FooterRegion input[type="color"], .uneditable-input{
    background: #404040;
    border-color: #222;
}

#footer{
	padding-bottom:15px;
	text-align: center;
}

#footer .region-footer{
	background: #111;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	box-shadow: 0 0 3px rgba(0,0,0,.7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.7) inset;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.7) inset;
}

#FooterRegion .block{
    padding-right: 10px;
}

#FooterRegion #footer .block{
	margin-bottom: 0;
}

#FooterRegion #footer .block .content{
	padding: 13px;
	display:inline-block;
}

#FooterRegion #footer .block .blocktitle{
	display: inline-block;
}

#FooterRegion #footer .block .content div{
	display: inline-block;
}

#FooterRegion #footer a{
	font-weight: normal;
}

#FooterRegion .menu{
	margin: 0;
}

#FooterRegion .menu li {
    margin: 0 0 0.55em 1.5em;
    padding: 0;
}

#FooterRegion .menu li, #FooterRegion .menu li.leaf, #FooterRegion .menu li.expanded, #FooterRegion .menu li.collapsed {
	list-style-image: url(images/list-arrow-white.png)  ;
}

#FooterRegion ul li{
	list-style-image: url(images/list-arrow-white.png)  ;
}

#FooterRegion ul.unstyled li{
    list-style-image: none  ;
}


#FooterRegion .contextual-links li{
    list-style-image: none;
    list-style: none;
}

#FooterRegion #block-comment-recent .item-list {
    margin: 0;
    padding: 0;
}

#FooterRegion #block-comment-recent .item-list li {
    list-style-image: none;
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
}

#FooterRegion #block-comment-recent .item-list li a{
    display: block;
    text-transform: capitalize;
}

/*
 * BLOCKS
 */

.block .blocktitle{
	margin: 20px 0 0 0;
}

#main_structure .block .content .blocktitle{
    margin-top: 0; 
    margin-bottom: 20px;
}

.block h3.blocktitle{
	font-size: 20px;
}

#row1-FullSpan .blocktitle{
	margin: 10px 0 0 0;
	text-align: center;
}

#row2-FullSpan .blocktitle{
	margin: 10px 0 0 0;
	text-align: center;
}

#highlightedRegion .block .content{
    /*padding: 15px 0;*/
    padding: 0;
}

.block .content{
	padding: 20px 0 20px 0; 
}

#block-system-main .content{
    padding-top: 0;
}


.block{
}

#header .block .content{
	padding: 0; /* Header contains only menu blocks so no padding */
}

#contentAndSidebars .block{
	margin-bottom: 10px;
}

.sidebar .block{
    margin-bottom: 20px;
}

#BottomRegion .block{
	padding: 5px 25px ;
	position: relative;
}

#FooterRegion .block{
	margin-bottom: 0px;
}

/*
 * btn classes (rest are in bootstrap/css/bootstrap.css)
 */

#buttonMenu #secondary-menu-links li a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *zoom: 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  *margin-left: .3em;
  transition: all .3s linear;
}
 

.btn.btn-theme, #buttonMenu #secondary-menu-links li a{
	color: #ffffff;
	line-height:20px;
}

.btn.btn-mega{
  padding: 7px 38px;
  font-size: 19px;
  line-height: normal;
  font-weight:normal;
  -webkit-border-radius:2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#secondary-menu-links li a{
	padding:3px 17px 4px 17px;
	font-size: 12px;
}

.btn.btn-arrow{
	background-image: url(images/btn-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.btn.btn-large.btn-arrow{
    background-image: url(images/btn-arrow-large.png);
    padding-right: 32px;
    background-position: right center;
    background-repeat: no-repeat;
}

.btn.btn-arrow.btn-small{
	padding-right: 20px;
}

@media (max-width: 1024px) {
    #slider_container .btn.btn-large.btn-arrow{
        background-image: none;
    }
    .carousel-caption h1 {
        font-size: 5vw;
    }
}

/*
 * TITLE REGION
 */

#title-region{
	background-image: url(images/title-bg-shade.png); 
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: 0 -2px 2px rgba(50,50,50,.3) inset;
	-webkit-box-shadow: 0 -2px 2px rgba(50,50,50,.3) inset;
	-moz-box-shadow: 0 -2px 2px rgba(50,50,50,.3) inset;
	border-bottom: 1px solid #fff;
}

#title-region .inner {
	color: #fff;
    position: relative;
}

#title-region .inner a {
	color: #fff;
}

#title-region .inner {
	padding: 30px 0;
	background-position: top;
	background-repeat: repeat-x;
}

#title-region .page-title, #title-region .page-title a {
	margin: 0;
	color: #fff;
	text-shadow: 0px 2px 0px rgba(50,50,50,0.2 );
}

#title-region .page-title{
    margin-right: 210px;
}

@media(max-width:767px){
    #title-region .page-title, #title-region .page-title a {
        margin: 0;
        color: #fff;
        font-size:22px;
        text-shadow: 0px 2px 0px rgba(50,50,50,0.2 );}
    .carousel-caption h1 {
        font-size: 5vw !important;
    }
    .width-content-why-secrom {
        width: 100%;     
    }
    #underContent5-Region #underContent5-Blocks {
    background-color: #d9d9d9;
    border-top: 1px solid #ccc;
    }
    
    .contact-mobile-margin-top {
        margin-top: 30px;
        text-align: center;
    }
    
    .prod-overview {
    float:none; 
    overflow:hidden; 
    padding-left:15px; 
    padding-right:15px; 
    position:relative; 
    text-align:center; 
    width:auto; 
    min-height:100px; 
    padding-top:40px;
}

.prod-overview:not(:last-child) {
    border-right:0 transparent;
}

.row-grid-border-bottom:not(:last-child) {
    border-bottom: 0 transparent;
}

#FooterRegion, #highlightedRegion, #row1-Region, #row2-Region, 
    #title-region, #contentAndSidebars, #underContent-Region, #bottomLeftInner, 
    #bottomRightInner{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #headerLeft {
        margin-bottom: 10px;
    }
    
    .frontvideo {
        padding-right: 0;
        text-align: center;
    }
    
    #myCarousel-1 .span6.last {
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .logo-n-title {
        text-align: center;
    }
    
    #header .span7 {
        min-height: 1px;
        /*padding-left: 30px;*/
    }

/*.row-grid-border-bottom.first {
    margin: 30px 0 0;
    padding: 30px 0 0;
}*/
    
    }
    
    #title-region .page-title{
        margin-right: 150px;
    }   
    
    #searchFormSkifi{
        
    }
    
    .contact-text {
        width: 100% !important;
        margin: auto;
    }

    .contact-form {
        margin: auto;
        width: 100% !important;
    }
}

.plain-title{
    /*border-left: 10px solid;
    padding-left: 15px;
    line-height: 120%;
    margin-top: 0;*/
    margin-right: 160px;
    line-height: 120%;
    font-size: 2.5rem;
}

/*
 * PORTFOLIO IMAGE HOVER EFFECTS
 * http://www.portfolio-container.com/beautiful-image-hover-effects-with-jquery-css.html
 */

.portfolio-container{
    margin: 5px 0;
}

.portfolio-container .views-field-title a{
    font-size: 20px;
    color: #333;
    margin: 15px 0;
    display: block;
    font-weight: 400;
}

.view-display-id-home_portfolio .portfolio-container .views-row{
    display: inline-block;
    max-width: 190px;
    vertical-align: top;
    margin-right: 32px;

}

.portfolio-container .views-field-body p{
    margin: 0 0 5px 0;
}


.portfolio-container .views-field-created{
    margin-bottom: 25px;
    padding-left:5px;
    border-left: 2px solid;
    display: block;
}

.view-display-id-home_portfolio .portfolio-container .views-field-field-image .field-content {
    position: relative;
    height: 160px;
    width: 174px;
    overflow: hidden;
}


.view-display-id-home_portfolio .portfolio-container .views-field-field-image .field-content img{
    position: absolute;
    z-index: 10;
    border-top-left-radius:24px;
    -moz-border-top-left-radius:24px;
    -webkit-border-top-left-radius:24px;
}

.view-display-id-home_portfolio .portfolio-container .views-field-field-image .field-content  .img-mask{
    background-image: url('images/mask.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    z-index: 20;
    background-size: 100%;
}

.view-display-id-home_portfolio .img-mask-hover{
    z-index: 30;
    background-image: url('images/portfolio-hover-colored.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -175px;
    bottom: -160px;
}

.view-display-id-home_portfolio .portfolio-container .views-field-field-image .field-content  .img-mask-hover .portfolio-enlarge{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-top-left-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -moz-border-top-left-radius:0 !important; 
}

.view-display-id-home_portfolio .portfolio-container .views-field-field-image .field-content  .img-mask-hover .portfolio-link{
    position: absolute;
    right: 55px;
    bottom: 15px;
    border-top-left-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -moz-border-top-left-radius:0 !important;     
}



/* 2 columns portfolio */
.view-display-id-portfolio2 .portfolio-container .views-row{
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    margin-bottom: 50px;

}

.view-display-id-portfolio2 .portfolio-container .views-field-field-image .field-content {
    position: relative;
    height: 460px;
    width: 500px;
    overflow: hidden;
}

.view-display-id-portfolio2 .portfolio-container .views-field-title a{
    font-size: 26px;
}


.view-display-id-portfolio2 .portfolio-container .views-field-field-image .field-content img{
    position: absolute;
    z-index: 10;
    border-top-left-radius:25px;
    -moz-border-top-left-radius:25px;
    -webkit-border-top-left-radius:25px;
}

.view-display-id-portfolio2 .portfolio-container .views-field-field-image .field-content  .img-mask{
    background-image: url('images/mask.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    z-index: 20;
    background-size: 100%;
}

.view-display-id-portfolio2 .img-mask-hover{
    z-index: 30;
    background-image: url('images/portfolio-hover-colored.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -501px;
    bottom: -461px;
}

.view-display-id-portfolio2 .portfolio-container .views-field-field-image .field-content  .img-mask-hover .portfolio-enlarge{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-top-left-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -moz-border-top-left-radius:0 !important; 
}

.view-display-id-portfolio2 .portfolio-container .views-field-field-image .field-content  .img-mask-hover .portfolio-link{
    position: absolute;
    right: 55px;
    bottom: 15px;
    border-top-left-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -moz-border-top-left-radius:0 !important;     
}


/* 3 columns portfolio */
.view-display-id-portfolio3 .portfolio-container .views-row{
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    margin-bottom: 40px;

}

.view-display-id-portfolio3 .portfolio-container .views-field-field-image .field-content {
    position: relative;
    height: 326px;
    width: 354px;
    overflow: hidden;
}

.view-display-id-portfolio3 .portfolio-container .views-field-title a{
    font-size: 26px;
}


.view-display-id-portfolio3 .portfolio-container .views-field-field-image .field-content img{
    position: absolute;
    z-index: 10;
    border-top-left-radius:25px;
    -moz-border-top-left-radius:25px;
    -webkit-border-top-left-radius:25px;
}

.view-display-id-portfolio3 .portfolio-container .views-field-field-image .field-content  .img-mask{
    background-image: url('images/mask.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    z-index: 20;
    background-size: 100%;
}

.view-display-id-portfolio3 .img-mask-hover{
    z-index: 30;
    background-image: url('images/portfolio-hover-colored.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -355px;
    bottom: -327px;
}

.view-display-id-portfolio3 .portfolio-container .views-field-field-image .field-content  .img-mask-hover .portfolio-enlarge{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-top-left-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -moz-border-top-left-radius:0 !important; 
}

.view-display-id-portfolio3 .portfolio-container .views-field-field-image .field-content  .img-mask-hover .portfolio-link{
    position: absolute;
    right: 55px;
    bottom: 15px;
    border-top-left-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -moz-border-top-left-radius:0 !important;     
}


/* 4 columns portfolio */
.view-display-id-portfolio4 .portfolio-container .views-row{
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    margin-bottom: 40px;

}

.view-display-id-portfolio4 .portfolio-container .views-field-field-image .field-content {
    position: relative;
    height: 212px;
    width: 230px;
    overflow: hidden;
}

.view-display-id-portfolio4 .portfolio-container .views-field-title a{
    font-size: 22px;
}


.view-display-id-portfolio4 .portfolio-container .views-field-field-image .field-content img{
    position: absolute;
    z-index: 10;
    border-top-left-radius:25px;
    -moz-border-top-left-radius:25px;
    -webkit-border-top-left-radius:25px;
}

.view-display-id-portfolio4 .portfolio-container .views-field-field-image .field-content  .img-mask{
    background-image: url('images/mask.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    z-index: 20;
    background-size: 100%;
}

.view-display-id-portfolio4 .img-mask-hover{
    z-index: 30;
    background-image: url('images/portfolio-hover-colored.png');
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -230px;
    bottom: -212px;
}

.view-display-id-portfolio4 .portfolio-container .views-field-field-image .field-content  .img-mask-hover .portfolio-enlarge{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-top-left-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -moz-border-top-left-radius:0 !important; 
}

.view-display-id-portfolio4 .portfolio-container .views-field-field-image .field-content  .img-mask-hover .portfolio-link{
    position: absolute;
    right: 55px;
    bottom: 15px;
    border-top-left-radius:0 !important;
    -webkit-border-top-left-radius:0 !important;
    -moz-border-top-left-radius:0 !important;     
}

/* portfolio buttons */

.portfolio-button-container {
    right: 10px;
    top: -15px;
    position: absolute;
}

button{
    border: none ;
}

.portfolio-button-container .dropdown-menu {
    left: -85px;
}



/* mobile portfolio */

@media (max-width:640px){
    .img-mask{
        display: none;}
    .carousel-caption h1 {
        font-size: 5vw !important;}
    .no-mobile {
        display: none !important;
    }
    .yes-mobile {
        display: block !important;
    }
    .support__item.plus, .support__item.minus {
        float: none !important;
        width: 100% !important;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px dashed #ddd;
    }
    .trialabsolute {
        display: none;
    }
    .trial-block-inner {
        margin-bottom: 0 !important;
    }
        .preload {
        padding: 0 20px !important;
    }
    #myCarousel-1 .carusel p {
        margin: auto;
    }
    }
    
    .view-display-id-portfolio2 .portfolio-container .views-field-field-image .field-content img, 
    .view-display-id-portfolio3 .portfolio-container .views-field-field-image .field-content img{
        width: 320px !important;
    }
    
    .view-display-id-portfolio2 .portfolio-container .views-field-field-image .field-content, 
    .view-display-id-portfolio3 .portfolio-container .views-field-field-image .field-content{
        height: 310px;
    }
    
    .img-mask-hover{
        display: none !important;
        visibility: hidden !important;
    }
    
    .contact-text {
        width: 100% !important;
        margin: auto;
    }

    .contact-form {
        margin: auto;
        width: 100% !important;
    }
}

/*
 * views -> recent posts home block
 */

#block-views-blog-articles-block-3 .views-field-created {
    display: inline;
    font-weight: bold;
    padding-right: 15px;
}

#block-views-blog-articles-block-3 .views-field-title{
    display: inline;
    font-weight: normal;
}

/*
 * tetimonial block
 * 
 */


.comment-pop{

}

.comment-pop .block-testimonial .review{
    padding: 25px 30px;
    background-color: #efeeec;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-style:italic;
    color: #666;
    line-height: 22px;
     
    position: relative;
    display: inline-block;
}

.comment-pop .block-testimonial .notch{
    width: 37px;
    height: 37px;
    background: url(images/notch2.png) center top no-repeat;
    position: absolute;
    bottom: -36px;
    left: 95px;
}

.comment-pop .block-testimonial .reviewer img{
    max-width: 70px;
    
}

.comment-pop .block-testimonial .reviewer{
    font-style: italic;
    color: #777;
    margin-top: 10px;
    margin-left: 15px
}


/* 
 * FEEDBACK LINK
 */

#feedback-div {
	position: fixed;
	bottom: 15px;
	left: 0;
	display: none;
}

#feedback-link {
	padding: 20px 10px 20px 8px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	background: rgba(50,50,50,.2);
	transition: background .25s linear 0s;
	-moz-transition: background .25s linear 0s;
	-webkit-transition: background .25s linear 0s;
	display: block;
}

/* 
 * Modal
 */

.modal .blocktitle {
	padding: 10px 0;
	border-color: #ddd;
	margin: 0;
}

.modal .modal-footer {
	background: none;
}

.modal form {
	margin: 0;
}

#myModal .content{
	padding: 20px;
}

.modal.fade.in {
  top: 40%;
}

@media (max-width: 767px) {
  .modal.fade.in {
    top: 5%;
  }
  
  .contact-text {
        width: 100% !important;
        margin: auto;
    }

    .contact-form {
        margin: auto;
        width: 100% !important;
    }
    .no-mobile {
        display: none !important;
    }
    .yes-mobile {
        display: block !important;
    }
    .support__item.plus, .support__item.minus {
        float: none !important;
        width: 100% !important;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px dashed #ddd;
    }
    .trial-block-inner {
        margin-bottom: 0 !important;
    }
        .preload {
        padding: 0 20px !important;
    }
    #myCarousel-1 .carusel p {
        margin: auto;
    }
}

/* 
 * COMMENTS
 */

#comments {
	margin-top: 30px;
}

.comment-meta {
	float: right;
	margin: 2px 0 4px 12px;
	background: #fefefe;
	padding: 5px;
}

.comment-meta img {
	width: 98px;
	height: auto;
}

.comment-submitted {
	margin-top: -8px;
	padding-bottom: 15px;
	font-size: 11px;
	color: #777;
}

.comments-links {
	text-align: right;
	font-size: 11px;
	color: #777;
}

.comment {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e2e2e2;
}

#comments .indented {
	padding: 10px;
	margin-left: 30px;
}

#comment-form {
	font-weight: normal;
	padding: 8px 15px;
	background: #f8f8f8;
	box-shadow: 0px 0px 3px rgba(100,100,100, 0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(100,100,100, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(100,100,100, 0.3);
}

#comment-form label {
	padding: 2px 0;
	font-weight: normal;
}

#comment-form input.form-text, #comment-form textarea.form-textarea {
}

.filter-wrapper {
	border: none;
}

#comment-form .form-submit {
	margin-right: 6px;
}

#comments h3 {
	font-size: 20px;
	margin: 10px 0;
}

#comments div.submitted{
    padding: 0 0 10px 0;
} 

#comments h2.title {
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}

#comments h2.title.comment-form {
	font-size: 24px;
	padding: 5px 15px;
	margin-bottom: 0;
	border: none;
	margin-top: 30px;
	color: #5f5f5f;
	text-shadow: 0 1px 0 rgba(255, 255,255, 0.4);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0px 0px 3px rgba(100,100,100, 0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(100,100,100, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(100,100,100, 0.3);
	background: #f8f8f8;
}

.comment .new, .marker {
	font-weight: bold;
	line-height: 14px;
	font-size: 11px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999999;
	padding: 1px 2px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*
 * BOX
 */

.box{
    padding: 0 0 0 20px;
    border-left:5px solid;
    margin-bottom: 15px;
}



/*
 * MISC ELEMENTS
 */

.form-submit {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.form-submit {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 14px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.form-actions {
	background-color: none;
	background: none;
	border-top: none;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px 0;
}

#toTop {
	width: 24px;
	height:25px;
	text-align: center;
	position: fixed; /* this is the magic */
	bottom: 15px; /* together with this to put the div at the bottom*/
	right: 12px;
	cursor: pointer;
	display: none;
	color: #333;
	font-size: 22px;
}

.feed-icon {
	padding-bottom: 15px;
	display: block;
}

.hi {
	padding: 20px;
	margin: 20px;
	transition: box-shadow 1s linear 0s;
	-webkit-transition: box-shadow 1s linear 0s;
	-moz-transition: box-shadow 1s linear 0s;
}

.hi:hover {
	box-shadow: 10px 10px 30px #cccccc;
}

html.js input.form-autocomplete {
	background: none;
}

.btn.pull-right.form-submit {
	margin-left: 5px;
	margin-right: 0;
}

.btn.form-submit {
	margin-right: 5px;
}

.jsLink{
    cursor: pointer;
}

.curly-content{
    float: left;
    width: 80%;
}

.curly-brac{
    background-image:url(images/curly-brac.png);
    background-repeat: no-repeat;
    background-position: right center;
    width:36px;
    margin-left:12px;
    height: 107px;
    float: right;
    margin-top: -20px;
    position:relative;
}

.vertical-tabs .form-type-textfield input{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* 
 * TWITTER TWEET POP
 */

#twitter_tweet, #twitter_tweet2, #twitter_tweet3{
    padding: 10px 14px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #333333;
    display: inline-block;
    position: relative;
    color: #eee;
}

#twitter_tweet .notch, #twitter_tweet2 .notch, #twitter_tweet3 .notch{
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #333333;
    bottom: -20px;
    height: 0;
    left: 40px;
    position: absolute;
    width: 0;
}
/* 
 * PRICING TABLES
 */

/* 3 cols -----------*/

.pricing-table{
	margin-bottom: 40px;
}

.pricing-table ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.pricing-table ul li {
	list-style: none;
	list-style-image: none;
	padding: 11px;
	margin: 0;
}

.pricing-table .tables3 .ptable {
	float: left;
	width: 33.2%;
}

.pricing-table .plan {
	margin: 0;
	position: relative;
}

ul.plan li{
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dcdcdc;
}

ul.plan > li:nth-of-type(2n+1) {
}

ul.plan > li:nth-last-child(-n+1) {
}

ul.plan li{
	background: #f0f0f0;
}

ul.plan  li.head {
	color: #fff;
	text-shadow: 0 2px 0 rgba(50,50,50,.2);
	border-bottom: none;
}

ul.plan  li.head h1, ul.plan  li.head h2, ul.plan  li.head h3, ul.plan  li.head h4{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}

.pricing-table div.ptable:first-child  li.head{
	border-left: 1px solid;
}

.pricing-table div.ptable:nth-last-child(-n+1) > ul.plan > li.head{
	border-right: 1px solid;
}

.pricing-table ul.plan.prefered {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin-top: -3px;
    z-index: 10;
}

.pricing-table ul.plan.prefered .head {
}

.pricing-table div.ptable:nth-last-child(-n+1) > ul.plan, .pricing-table div.ptable:nth-last-child(-n+1) > ul.plan > li.head {
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.pricing-table div.ptable:first-child > ul.plan, .pricing-table div.ptable:first-child > ul.plan > li.head {
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

.pricing-table div.ptable:first-child{
	border-left: 1px solid #dcdcdc;
	border-top-left-radius: 4px;
}

.pricing-table .signup {
	height: 80px;
	line-height: 80px;
}

.pricing-table .signup a.btn {
	padding: 12px 40px;
	font-size: 18px;
}

.pricing-table ul .price {
	padding: 20px 0;
	font-size: 30px;
	margin:0;
	border-bottom: none;
	background: #383737;
	color: #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,.4) inset;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.4) inset;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.4) inset;
	border-left: 1px solid #4c4b4b;
	border-right: 1px solid #323131;
	border-bottom: none;
	border-top: none;
}

/* PRICING TABLES LAYOUTS -----------*/

.pricing-table .tables4 .ptable {
	float: left;
	width: 24.95%;
}

.pricing-table .tables5 .ptable {
	float: left;
	width: 19.95%;
}

.pricing-table .tables6 .ptable {
	float: left;
	width: 16.62%;
}

.pricing-table .tables7 .ptable {
	float: left;
	width: 14.25%;
}

.pricing-table .tables7  .signup a.btn, .pricing-table .tables6  .signup a.btn {
	padding: 8px 20px;
	font-size: 16px;
}

.tables7  ul.plan li.head h1, .tables7  ul.plan li.head h2, .tables7  ul.plan li.head h3, .tables7  ul.plan li.head h4{
    font-size: 14px;
}

.tables7 ul .price{
    font-size: 14px;
}

@media screen and (max-width: 979px) {
	.pricing-table ul .price {
		font-size: 22px;
	}

	.head h2 {
		font-size: 26px;
	}

	.pricing-table .signup a.btn {
		padding: 8px 10px;
		font-size: 14px;
	}
    
    #header .span3 {
        display: none;
    }

}

/*
 * USABLE CLASSES
 */

.displayTable{
	display: table;
}

.verticleMiddle{
	display: table-cell;
	vertical-align: middle;
}

.alignRight{
	text-align: right;
}

.alignLeft{
	text-align: left;
}

.alignCenter{
	text-align: center;
}

.relative{
    position: relative;
}

.border{
	height: 1px;
	display: block;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background-image: url(images/border.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.border.center{
	background-position: center center;
	background-repeat: no-repeat;
}

.border.left{
	background-position: -398px center;
}

.border.right{
	background-position: 475px center;
}

.spacer{
    margin-bottom: 30px;
}

.divider{
	display: block;
	padding-bottom: 25px;
}

.bordered{
    margin: 30px 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 3px double #e0e0e0;
    font-weight: 400;
}

.content .bordered:nth-child(1){
    margin: 15px 0 30px 0;
}

.img-fluid{
    width: 100%;
}

.inline-block{
    display: inline-block;
}

.bold{
    font-weight: bold;
}

/*
 * TABLES
 */


tbody {
	border-top: none;
}

#forum  th, #forum  .table th {
	border-bottom: 3px solid #444;
	padding: 16px 10px;
}

#forum  .table thead, #forum thead {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */

text-shadow: 0 1px 0 #fff;
}

#forum  .table thead a, #forum thead  a{
	color: #555;
}

tr.even {
	background: #fff;
}

tr.even, tr.odd {
	border-bottom: 1px solid #e2e2e2;
}

.table th, .table td, th, td {
	vertical-align: middle;
}

.node-forum .meta {
	padding: 10px 20px;
	margin-bottom: 15px;
	border: 1px solid #f0f0f0;
	background: rgb(247,247,247); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-8 */
}

#forum .table {
	border: 1px solid #e2e2e2;
	box-shadow: 0 2px 3px rgba(100,100,100,.2);
	-webkit-box-shadow: 0 2px 3px rgba(100,100,100,.2);
	-moz-box-shadow: 0 2px 3px rgba(100,100,100,.2);
}


table {
	width: 100%;
	margin-bottom: 20px;
}
table th, table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
	border-top: 0;
}
table tbody + tbody {
	border-top: 2px solid #dddddd;
}

.table th, .table td{
	padding: 10px;
}

/* 
 * 
 *UBERCART
 */

.node-product{
	margin: 25px 0;	
}

.node-product img {
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.node-product .field-name-body{
	 margin: 20px 0;
}

.node-product .field-type-taxonomy-term-reference {
	margin: 0;
}

.node-product  .field-type-taxonomy-term-reference *{
	display: inline-block;
	padding-right: 8px;
}

.field-name-taxonomy-catalog *{
	margin: 0;
}

.product-descriptions{
	padding: 10px 15px;
	background: #f7f7f7;
	border:1px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.3);
	margin-top: 1px;
	line-height: 22px;
}

.field-type-taxonomy-term-reference .field-item{
	padding-left: 13px;
	background: url(img/catalog_tags.png) left center no-repeat;
}

.node-product .display-price{
	float: none;
	text-align: left;
	font-size: 28px;
	padding:32px 0 0 0 ;
	display: block;
}

.node-product  .uc-price{
	display: inline-block;
}


.btn.node-add-to-cart{
	-moz-transition: box-shadow 0.2s linear 0s;
    background-image: url("img/button-shade.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto auto;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 4px 22px;
    font-size: 16px;
}

.btn.node-add-to-cart:hover {
	background-size: auto;
	background-position: top;
	color: #fff;
}

.node-product .add-to-cart{
	text-align: right;
}

.node-product .add-to-cart #edit-actions, .node-product .add-to-cart .form-actions{
	margin-top: 16px;
}

.node-product .add-to-cart input.node-add-to-cart{
	text-align: right;
	margin: 0;
}

.product-images {
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	 
}



.node-product .product-title{
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	 
}

.product-image{
	float: none;
	margin: 0;
	padding: 0;
}

.product-images .field-type-image{
	float: none;
	padding: 0;
	border: none;
	border-bottom: 5px solid;
	width: 100%;
	margin: 0;
}

.product-title-border{
	display: block;
	line-height: 2px;
	font-size: 0;
	overflow: hidden;
	height: 4px;
	
}

.list-price .uc-price{
	text-decoration: line-through;
}

.node-product .field-name-uc-product-image{
	 
}

.node-teaser .product-descriptions{
	margin: 0;
	padding: 0 20px;
}

.node-teaser .display-price{
	float: none;
	text-align: left;
	font-size: 22px;
	padding:0 ;
	display: block;
}

.node-teaser .add-to-cart .form-actions, .node-teaser .add-to-cart #edit-actions{
	margin-top: 0;
	padding: 0;
}

/* 
 * Jquery 1.8 fieldset collapsed fix 
 * */

html.js fieldset.collapsed .fieldset-wrapper {
	display: block;
}

html.js fieldset.collapsed {
	height: auto !important;
	padding: 15px;
	border: 0;
	box-shadow: 0 0 3px rgba(100,100,100,.25);
}

html.js fieldset.collapsed .fieldset-legend {
	background-image: none;
	padding: 0
}

legend {
	color: #5f5f5f;
}

/* 
 * tabs 
 * */

ul.tabs {
	margin: 15px 0;
}

ul.tabs a {
	color: #5f5f5f;
}

.item-list ul.pager {
	margin: 20px;
}

/*
 * Picons - Social Icons
 */

[class^="icon-picon-"],
[class*=" icon-picon-"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  *margin-right: .3em;
  line-height: 32px;
  vertical-align: text-top;
  background-image: url("images/icons/picons/picons-orange.png");
  background-position:32px 32px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.icon-picon-digg{
    background-position:0px 0px;
}

.icon-picon-twitter{
    background-position:-32px 0px;
}

.icon-picon-twitter-bird{
    background-position:-64px 0px;
}

.icon-picon-ball{
    background-position:-96px 0px;
}

.icon-picon-facebook{
    background-position:-128px 0px;
}

.icon-picon-picasa{
    background-position:-160px 0px;
}

.icon-picon-google{
    background-position:-192px 0px;
}

.icon-picon-flickr{
    background-position:-224px 0px;
}

.icon-picon-android{
    background-position:-256px 0px;
}

.icon-picon-gplus{
    background-position:-288px 0px;
}

.icon-picon-skype{
    background-position:-320px 0px;
}

.icon-picon-stumble{
    background-position:-352px 0px;
}

.icon-picon-html5{
    background-position:-384px 0px;
}

.icon-picon-linkedin{
    background-position:-416px 0px;
}

.icon-picon-vimeo{
    background-position:-448px 0px;
}

.icon-picon-yahoo{
    background-position:-480px 0px;
}

.icon-picon-twitter2{
    background-position:-512px 0px;
}

.icon-picon-wordpress{
    background-position:-544px 0px;
}

.icon-picon-rss{
    background-position:-576px 0px;
}

.icon-picon-delicious{
    background-position:-608px 0px;
}

.icon-picon-youtube{
    background-position:-640px 0px;
}

.icon-picon-apple{
    background-position:-672px 0px;
}

.icon-picon-windows{
    background-position:-704px 0px;
}

/*
 * icons - Social Icons
 */

[class^="icon-social-"],
[class*=" icon-social-"] {
  display: inline-block;
  width: 48px;
  height: 48px;
  *margin-right: .4em;
  margin-right:5px;
  line-height: 48px;
  vertical-align: text-top;
  background-image: url("images/icons/social.png");
  background-position:0 0;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.icon-social-youtube {
    background-position: 0 0  ;
}

.icon-social-appstore {
    background-position: -48px 0  ;
}

.icon-social-aim {
    background-position: -96px  0 ;
}

.icon-social-blogger {
    background-position: -144px  0 ;
}

.icon-social-delicious {
    background-position:-192px 0   ;
}

.icon-social-deviantart {
    background-position:-240px 0   ;
}

.icon-social-digg {
    background-position:-288px 0   ;
}

.icon-social-dribble {
    background-position:-336px 0   ;
}

.icon-social-facebook {
    background-position: -384px 0  ;
}

.icon-social-flickr {
    background-position: -432px 0  ;
}

.icon-social-linkedin {
    background-position: -432px -48px;  
}

.icon-social-myspace {
    background-position: -384px -48px  ;
}

.icon-social-paypal {
    background-position:-336px -48px  ;
}

.icon-social-picasa {
    background-position: -288px -48px ;
}

.icon-social-redit {
    background-position: -240px -48px  ;
}

.icon-social-rss {
    background-position:  -192px -48px ;
}

.icon-social-skype {
    background-position: -128px -48px  ;
}

.icon-social-stumbleupon {
    background-position: -96px  -48px ;
}

.icon-social-tumbler {
    background-position:  -48px  -48px;
}

.icon-social-twitter {
    background-position: 0 -48px  ;
}

.icon-social-vimeo {
    background-position: 0 -96px;
}

.icon-social-yahoo {
    background-position: -48px -96px;
}


.animateIcons{
    overflow: show;
    margin-bottom: -25px;
    position: relative;
    display: inline-block;
}

#social-tagline{
    text-align:center;
    position: absolute;
    top:-26px;
    display: none;
}

/* Smashing icons */

[class^="icons-smashing"],
[class*=" icons-smashing"] {
  display: inline-block;
  width: auto;
  height: auto;
  *margin-right: .4em;
  margin-right:5px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: 1px;
}

 
/*
 * MEDIA QUERIES
 */

@media (max-width: 767px) { /* GRIDS BECOME VERTICALLAY STACKED AT THIS WIDTH */
    #texttitles{
        float: none;
        margin: 0;
    }
    
    #logocontainer{
        /*float: none;*/
    }
    
    #buttonMenu{
        float: none;
        text-align: left;
    }
    
    #headerRight ul.inline li{
        padding: 0 10px 0 0;
    }
    
    #buttonMenu #secondary-menu-links{
        height: auto;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    #mainMenu{
        float: none;
    }
    
    #mainMenu select{
        width: 100%;
    }
    
    ul.plan li.head h1, ul.plan li.head h2, ul.plan li.head h3, ul.plan li.head h4{
        font-size: 14px;
    }
    
    .pricing-table ul .price{
        font-size: 26px;
    }
    
    .btn-group {
	    white-space: normal;
	}	
	
	.btn-group .btn{
	    margin:3px 0;
	}	
    .no-mobile {
        display: none !important;
    }
    .yes-mobile {
        display: block !important;
    }
    .support__item.plus, .support__item.minus {
        float: none !important;
        width: 100% !important;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px dashed #ddd;
    }
    .trialabsolute {
        display: none;
    }
    .trial-block-inner {
        margin-bottom: 0 !important;
    }
        .preload {
        padding: 0 20px !important;
    }
    #myCarousel-1 .carusel p {
        margin: auto;
    }
    
    #header .span7 {
        padding-left: 0;
    }
}

@media(max-width: 979px) {
    #mainMenu{
        float: none;
    }
    
    #buttonMenu{
        float: none;
        text-align: left;
    }
    
    #mainMenu select{
        width: 100%;
        background: #eee;
        font-weight:600;
        padding: 10px;
        height:42px;
        
    }
    
    #mainMenu select option{
        padding: 3px 2px;
    }
}

@media (max-width: 480px) { /* SMALL SCREENS */
.carousel-caption h1 {
    font-size:5vw !important;
}
.no-mobile {
    display: none !important;
}
.yes-mobile {
    display: block !important;
}
    .support__item.plus, .support__item.minus {
        float: none !important;
        width: 100% !important;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px dashed #ddd;
    }
    .trialabsolute {
        display: none;
    }
    .trial-block-inner {
        margin-bottom: 0 !important;
    }
        .preload {
        padding: 0 20px !important;
    }
    #myCarousel-1 .carusel p {
        margin: auto;
    }
}

@media (max-width: 1169px) {
	
}

/*Additional CSS*/

.sf-menu a, .sf-menu a:visited {
    color: #323232;
    font-size: 15px;
    font-weight: lighter;
    padding: 12px 0px 13px;
    text-transform: none;
    margin-right:35px;
}

.sf-menu a:hover,
.sf-menu a.active {
   /* border-bottom: 1px solid #ff0000;*/
    color: #ff0000;
}

#header .WrapperWidth {
    max-width: 1170px;
}

#highlightedRegion .WrapperWidth,
#underContent-Blocks .WrapperWidth {
    max-width: none;
    padding: 0;
}

#highlightedRegion .front-slider .content {
    padding: 0;
}

.carousel-caption {
    background: transparent;
    padding: 0;
    margin: 0;
}

.carousel-caption.caption-1,
.banner-caption{
    /*left: auto;
    max-width: 480px;
    right: 10%;
    text-align: center;
    top: 45%;
    transform:translateY(-50%);*/
    left: 45%;
    max-width: 450px;
    right: 0%;
    text-align: center;
    top: 0;
    bottom:0;
    margin: auto;
    height: 85%;
}

.carousel-caption.caption-2{
    left: 0;
    max-width: 410px;
    right: 30%;
    text-align: center;
    top: 0;
    bottom:0;
    margin: auto;
    height: 85%;
}

.carousel-caption.caption-3{
    /*left: auto;
    max-width: 410px;
    right: 10%;
    text-align: center;
    top: 45%;
    transform:translateY(-50%);*/
    left: 40%;
    max-width: 410px;
    right: 0%;
    text-align: center;
    top: 0;
    bottom:0;
    margin: auto;
    height: 85%;
}

.why-secrom h1,
.security-services h1 {
    color: #fff;
    font-size: 5vw;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    margin-bottom: 0;
}

.carousel-caption h1 {
    font-size:4em;
}

.why-secrom h3,
.security-services h3 {
    color: #fff;
    font-size: 2vw;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    margin-top: 0;
    text-transform: uppercase;
}

.carousel-caption h3 {
    text-transform: uppercase;
}

.carousel-caption h4,
.why-secrom h4,
.security-services h4 {
    color: #fff;
    font-size: 1.5vw;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    line-height: normal;
}

#highlightedRegion .block.front-slider{
    padding: 0;
}

* {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

.head-search-plus-menu {
    float: left;
    height: 50px;
    position: relative;
}

.finder {
    box-sizing: border-box;
    float: left;
    height: 50px;
    min-width: 50px;
    position: relative;
}

#search-block-form {
    margin: 0;
    width: auto;
}

#edit-search-block-form--2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    border-color: -moz-use-text-color #e0e0e0;
    border-image: none;
    border-style: none solid;
    border-width: 0 1px;
    box-sizing: border-box;
    color: #323232;
    font-family: "HelvRegularIBM","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    outline: 0 none;
    padding: 0 40px 0 11px;
    position: relative;
    top: 0;
    width: 200px;
    border-radius:0;
    margin: 0;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    /*background-color: transparent;
    border-radius:0;
    color:#555;
    border: 0 none;
    box-shadow: 0 0 transparent;*/
}

.form-item-search-block-form input.form-text:focus, .form-item-search-block-form input.form-text:active {
    width: auto;
}

.form-item-search-block-form:hover input.form-text {
    width: auto;
}

#search-submit-topbar {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.front-help-menu,
.front-title {
    text-align: center;
}

#row1-Region .WrapperWidth,
#row2-Region .WrapperWidth {
    max-width: 100%;
    padding: 0;
}

.front #row1-Region .WrapperWidth,
.front #row2-Region .WrapperWidth {
    max-width: 1170px;
    padding: 0 15px;
}

.front-help-menu .FHM {
    border-left: 1px solid #dedede;
    /*display: block;
    float: left;*/
    padding: 20px 24px;
    /*width: 25%;*/
}

.front-help-menu .FHM:first-child {
    border-left: 0 none;
}

.pe-3x {
    font-size: 4vw;
    display: block;
    margin: auto;
}


/*#row1-Region {
    border-bottom: 1px solid #dedede;
}*/

.rowfhm {
    /*padding-bottom: 50px;
    border-bottom: 1px solid #dedede;*/
}

.front #row1-Region {
    border: 0 none;
    border-top: 1px solid #ccc;
}

.front-help-menu .content {
    padding: 0;
}

.row-fluid .FHM.span3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e9e9e9, endColorstr=#fafafa)"; /* IE 8-9 */
    background: -webkit-linear-gradient(bottom, #e9e9e9, #fafafa); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background: -moz-linear-gradient(bottom, #e9e9e9, #fafafa); /* Firefox 3.6 - 15 */
    background: -o-linear-gradient(bottom, #e9e9e9, #fafafa); /* Opera 11.1 - 12 */
    background: linear-gradient(to top, #e9e9e9, #fafafa); /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    border-left: 0 none;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-left: 0;
    width: 25%;
    color: #323232;
    font-size: 1vw;
}

.row-fluid .FHM.span3:hover {
    color: #ff0000;
}

.row-fluid .FHM.span3:last-child {
    border-right: 0 none;
}

/*.front #row1-Region,
.front #row2-Region {
    padding: 0;
}*/

.front-title {
    font-size: 2.5vw;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 30px;
}

.front #row2-Region {
    margin-bottom: 60px;
}

.page-banner{
    position: relative;
    text-align: center;
}

.why-secrom .banner-caption,
.security-services .banner-caption {
    max-width: 350px;
    position: absolute;
    height: 80%;
}

.contentTitle {
    font-size: 40px;
    color: #000;
}

/*#underContent3-Region .WrapperWidth,*/
#underContent4-Region .WrapperWidth {
    max-width:100%;
    padding: 0;
}

#underContent-Region {
    padding: 0;
}

.why-secrom .content {
    padding: 0;
}

#contentAndSidebars .block.why-secrom {
    margin-bottom: 0;
}

.item-list li,
.item-ol-list li {
    line-height: 170%;
}

ul.sf-menu li ul.sf-menu {
    margin-top: -25px;
    padding-top: 0px;
    border-top: 0;
}

ul.sf-menu li ul.sf-menu li {
    border-radius:0;
}

.page-contact .page-title.plain-title {
    text-align: center;
    margin-right: 0;
    margin-top: 0;
}

.contact-text {
/*    width: 70%;
    margin: auto;*/
}

.contact-form {
/*    margin: auto;
    width: 60%;*/
}

#contact-site-form #edit-name,
#contact-site-form #edit-mail,
#contact-site-form #edit-subject {
    height: 39px;
    width: 100%;
    transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.pricing-table .tables2 .ptable {
    float: left;
    width: 50%;
}

.pricing-table .tables2 div.ptable:first-child > ul.plan, 
.pricing-table .tables2 div.ptable:first-child > ul.plan > li.head {
    border-top-left-radius:0;
}

.pricing-table .tables2 div.ptable:nth-last-child(-n+1) > ul.plan, 
.pricing-table .tables2 div.ptable:nth-last-child(-n+1) > ul.plan > li.head {
    border-top-right-radius:0;
}

.pricing-table .tables2 ul.plan.prefered {
    box-shadow: none;
    margin-top: 0;
}

.pricing-table .tables2 .plan.prefered .head {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff7777 0%, #ff0000 100%) repeat scroll 0 0;
    border-left: 1px solid #ff0000;
}

hr.endMain {
    margin-top: 10%;
}

.noticeText {
    font-size: 12px;
}

.blackTitle {
    color: #000;
    font-weight: 400;
}

.btn-red {
    border-radius:2px;
    font-size: 16px;
    line-height: normal;
    padding: 19px 42px;
    color: #fff;
    font-weight: 600;
    background-color: #ff0000;
}

.btn.btn-red:hover {
    background-color: #cc0202;
    color: #fff;
}

.btn-red > * {
    vertical-align: middle;
}

.parall-test { 
     text-align:center;
     padding: 50px 0;
}

.sf-menu a.sf-with-ul {
    margin-right: 35px;
}

a.vertical-Tabs {
    color: #000;
    font-weight: 500;
}

a.vertical-Tabs:hover {
    color: #ff0000;
}

.active a.vertical-Tabs,
.active a.vertical-Tabs:hover {
    color: #ff0000;
}

.fivestar-static-item .form-item,
.fivestar-static-form-item .form-item, 
.fivestar-form-item .form-type-fivestar {
    margin-bottom: 4vw;
    margin-top: 4vw;
}

.fivestar-average-text .form-item.form-type-fivestar.form-item-vote {
    position: relative;
}

.fivestar-average-text .description {
    position: absolute;
    top: -40px;
}

.fivestar-average-text .form-item.form-type-select.form-item-vote .description,
.fivestar-average-text .fivestar-static-form-item .description {
    position: inherit;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.img-f-l {
    float: left;
    margin: 0 20px 20px 0;
}

.img-f-r {
    float: right;
    margin: 0 0 20px 20px;
}

#contentAndSidebars .block.block-book a.active,
.product-tabs li.active a,
#contentAndSidebars .region-left-sidebar .block a.active {
    color: #ff0000;
    font-weight: 500;
}

.book-title,
#contentAndSidebars .region-left-sidebar .menu li.last a {
    line-height: 1.4;
}

#contentAndSidebars .region-left-sidebar .menu li:last-child a {
    border-top: 0 none;
}

/*.node-type-book */.page-title.plain-title {
    margin-top: 0;
}

.sf-menu ul {
    width: 20em;
    /*text-align: center;*/
}

.product-tabs.nav > li > a:hover {
    background-color: transparent;
    color: #ff0000;
}

#views-exposed-form-all-books-page .views-exposed-form .views-exposed-widget {
    float: none;
}

#views-exposed-form-all-books-page .views-exposed-form .views-exposed-widget input#edit-keys {
    height: 39px;
    margin-bottom: 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#views-exposed-form-all-books-page .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
    width: 100%;
}

.view-knowledgebase-categories .views-row .views-field-title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
}

.view-knowledgebase-categories .views-row .views-field-title a {
    line-height: 1;
    color: #000;
}

.view-knowledgebase-categories .views-row .views-field-title a:hover {
    color: #ff0000;
}

.view-knowledgebase-categories .views-field.views-field-field-title-image-book {
    margin-bottom: 10px;
    text-align: center;
}

.view-knowledgebase-categories .views-field.views-field-body {
    text-align: center;
}

.view-all-books .views-field.views-field-body .field-content {
    font-size: 14px;
    line-height: 1.4;
}

.view-all-books .views-field.views-field-title a {
    color: #000;
    font-weight: 400;
}

.view-all-books .views-field.views-field-title a:hover {
    color: #ff0000;
}

.view-all-books .views-row {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

#contentAndSidebars .region-left-sidebar .block {
    margin-bottom: 20px;
}

#contentAndSidebars .region-left-sidebar .blocktitle {
    color: #ff0000;
}

.page-node-6 #contentAndSidebars .WrapperWidth {
   /* max-width: 100%;
    padding: 0;*/
}

.bigtitle {
    font-size: 3em;
    color: #ff0000;
}

.bigparagraph {
    font-size: 22px; 
    letter-spacing: -0.02em;
}


/* Front Content Page */

.row-fluid .span6.front-home {
    width: 50%;
    position: relative;
}
.row-fluid .span6.front-home.last {
    margin-left: 0;
}
.bckgrnd-img-front {
    height: 500px; 
    width: 750px; 
    background-repeat: no-repeat; 
    background-size: 750px 500px; 
    float: right;
}
.front-home.last .bckgrnd-img-front {
    float: left;
}
.caption-front, 
.front-button {
    position: absolute;
}
/*.front-button {
    background-color: #ff0000;
    color: #fff;
    padding: 70px;
}
.front-button.lt {
    border-radius: 180px 0 0;
    bottom: 0;
    right: 0;
}
.front-button.rt {
    background-color: #fff;
    border-radius: 0 180px 0 0;
    bottom: 0;
    color: #000;
    font-weight: bold;
    left: 0;
}
.front-button.lb {
    background-color: #fff;
    border-radius: 0 0 0 180px;
    color: #000;
    right: 0;
    top: 0;
}
.front-button.rb {
    border-radius: 0 0 180px;
    left: 0;
    top: 0;
} */

.page-node-35 .WrapperWidth,
.page-node-36 .WrapperWidth {
    max-width: 1400px;
    padding: 0;
}

#node-36 {
    background-color: #ff0000;
}

.skifibody #contentAndSidebars {
    background-color: #fff;
   /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f0f0f0, endColorstr=#fafafa)";  IE 8-9 
    background: -webkit-linear-gradient(bottom, #f0f0f0, #fafafa);  Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 
    background: -moz-linear-gradient(bottom, #f0f0f0, #fafafa);  Firefox 3.6 - 15 
    background: -o-linear-gradient(bottom, #f0f0f0, #fafafa);  Opera 11.1 - 12 
    background: linear-gradient(to top, #f0f0f0, #fafafa);  Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ 
    border-top: 1px solid #ccc;*/
    padding-bottom: 0;
}

.skifibody.front #contentAndSidebars {
    border-top: 1px solid #ccc;
}

.skifibody.page-node-34 #contentAndSidebars {
    background-color: transparent /*#f5f5f5*/;
}

.page-node-34 .carousel-caption h3, .page-node-34 .why-secrom h3, .page-node-34 .security-services h3 {
    font-size: 1.3vw;
    font-family: Arial;
    font-weight: 400;
    line-height: 1.7;
}

.page-node-34 .carousel-caption h4, .page-node-34 .why-secrom h4, .page-node-34 .security-services h4 {
    font-size: 1.3vw;
}

.page-node-36 #contentAndSidebars {
    padding: 80px 0 70px;
}

.page-node-35 #contentAndSidebars {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f2f2f2, endColorstr=#ffffff)"; /* IE 8-9 */
    background: -webkit-linear-gradient(bottom, #f2f2f2, #ffffff); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background: -moz-linear-gradient(bottom, #f2f2f2, #ffffff); /* Firefox 3.6 - 15 */
    background: -o-linear-gradient(bottom, #f2f2f2, #ffffff); /* Opera 11.1 - 12 */
    background: linear-gradient(to top, #f2f2f2, #ffffff); /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    padding: 50px 0;
}

.front .block.block-system .content,
.front .node-page,
.front .node-page .meta .content {
    padding-bottom: 0;
}
.front #node-33 .meta .terms,
.page-node-34 #node-34 .meta .terms,
.page-node-35 #node-35 .meta .terms,
.page-node-36 #node-36 .meta .terms {
    display: none;
}
.skifibody #FooterRegion {
    background: #f2f2f2 none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    color: #333;
    padding: 90px 30px 60px;
}
#footer .region-footer {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 none;
    border-top: 0 none;
    box-shadow:none;
}
#FooterRegion .region .block .content {
    padding-top: 0;
}
.carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0;
    border-radius:0;
    height: auto;
    left: 0;
    margin-top: 0;
    width: inherit;
    top: 35%;
}
.carousel-control.right {
    left: auto;
    right: 0;
}
#FooterRegion a {
    color: #ff0000;
    font-weight: 600;
}
.pe-3x.pe-7s-angle-left,
.pe-3x.pe-7s-angle-right {
    font-size: 7vw;
}

#myCarousel .carousel-inner {
    /*background-color: #fefefe; 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fefefe, endColorstr=#fbfbfb)"; 
    background: -webkit-linear-gradient(bottom, #fefefe, #fbfbfb); 
    background: -moz-linear-gradient(bottom, #fefefe, #fbfbfb); 
    background: -o-linear-gradient(bottom, #fefefe, #fbfbfb);  
    background: linear-gradient(to top, #fefefe, #fbfbfb);  */
}

#myCarousel-1 .carousel-inner {
    background-color: #fff;
}

/*#myCarousel.carousel .item {
    transition:left 0.6s ease-in-out 10s;
    -webkit-transition: left 0.6s ease-in-out 10s;
    -moz-transition: left 0.6s ease-in-out 10s;
    -o-transition: left 0.6s ease-in-out 10s;
}*/

#header .span7 {
    /*padding-left: 30px;*/
}

#top-user-links {
    float: right;
    margin-left: 10px;
}

#top-user-links .top-links-ul,
#top-user-links .top-links-ul a.nolink {
    padding: 0;
    margin-right: 0;
}

#top-user-links .top-links-ul {
    margin-top: 5px;
}

#top-user-links .top-links-ul li ul {
    width: 6em;
    margin-top: -30px;
    box-shadow:none;
}

#top-user-links .top-links-ul li ul {
    
}

.sf-menu li ul {
    box-shadow:none;
}

.view-front-flexslider .flexslider {
   /* margin-top: 30px;*/
    margin-bottom: 0px;
    padding: 0;
}

.view-front-flexslider .flexslider .flex-control-nav {
    top: 0;
    bottom: inherit;
}

.view-front-flexslider .flexslider .flex-control-nav.flex-control-paging li a.flex-active {
    background: #ff0000 none repeat scroll 0 0;
    border: 1px solid #ff0000;
}

.view-front-flexslider .flexslider .flex-control-nav.flex-control-paging li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ff0000;
    border-radius: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
    height: 15px;
    width: 15px;
}

.view-front-flexslider .flexslider .flex-control-nav.flex-control-paging li a:hover {
    background-color: rgba(255, 0, 0, 1);
}

/*#underContent5-Region #underContent5-Blocks {
    background-color: #d9d9d9;
    margin-top: 200px;
    border-top: 1px solid #ccc;
}*/

.front #underContent5-Region #underContent5-Blocks {
    margin-top: 0px;
}

#underContent5-Region #underContent5-Blocks .social-links .content {
    padding-top: 0;
    padding-bottom: 0;
}

#underContent5-Region #underContent5-Blocks .social-links .content p {
    margin: 10px 0 0;
    float: left;
}

.text-slider {
    padding: 50px;
    /*transform: translateY(10%);*/
    margin-bottom:10px;
}

.text-slider .field-content {
    border-left: 5px solid #ff0000;
    border-radius: 15px;
    border-right: 5px solid #ff0000;
    padding: 20px 40px;
    position: relative;
    /*width: 86%;*/
}

.page-node-34 #block-views-front-flexslider-block {
    margin-bottom: 0;
}

.skobka {
    left: 100%;
    position: absolute;
    top: calc(50% - 14px);
}

.flexslider .flex-direction-nav a {
    opacity: 1;
    display: block;
    text-indent:0;
    background: none;
    margin: 0;
    width: inherit;
    height: 0;
    top: 40%;
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flexslider:hover .flex-next {
    right: 0;
}

.flexslider:hover .flex-prev {
    left: 0;
}

.flex-direction-nav span:hover {
    opacity: 1;
}

.flex-direction-nav span {
    opacity: 0.4;
}

.sf-menu li:hover > a.main-link-item {
    background: url(/sites/default/files/pictures/link-active-border.png) scroll repeat-x bottom;
}

.sf-menu li ul {
    left: 0 !important;
}

.sf-menu li li {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;    
}

.sf-menu li ul li:last-child {
    border-bottom: 1px solid #ccc;
}

.sf-menu li ul li a {
    padding: 15px 10px;
}

.sf-menu li ul li a:after {
   /* content: url(/sites/default/files/pictures/_menu-arrow.png);
    float: right;*/
    display: block;
}

.sf-menu li:nth-of-type(3) ul {
    width: 26em;
}

#StickyMainMenu ul.sf-menu li ul.sf-menu {
    margin-top: 9px;
    width: 10em;
}

#StickyMainMenu ul.sf-menu li:nth-of-type(2) ul.sf-menu {
    width: 16em;
}

#myCarousel-1 .carusel p
/*.preload*/ {
    color: #333;
    text-align: left;
    line-height: 1.7;
    font-family: My Light Open Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-left: 5px solid #ff0000;
    border-right: 5px solid #ff0000;
    border-radius: 15px;
    padding: 30px;
    width: 85%;
}

#myCarousel-1 .carousel-inner {
    overflow: visible;
}

.item > .carusel {
    max-width: 1170px;
    margin: auto;
}

#underContent-Region #underContent-Blocks {
    background-color: #fff;
}

#contentAndSidebars #block-block-23 {
    margin-bottom: 0;
}

/*#contentAndSidebars #block-block-23 .content {
    padding: 0;
}*/

.block.block-system .content {
   /* padding-bottom: 50px;*/
}

hr {
    border-top: 1px solid #ccc;
}

.page-node-41 #contentArea {
    padding-left: 2%;
}

.page-node-41 #left-sidebar{
    padding-right: 5%;
    /*background: url("images/sidebar-border.gif") top right repeat-y;*/
}

.span5.contact-block {
    padding-right: 50px;
}

#main_structure .contact-block .titlecontainer .blocktitle {
    color: #ff0000;
    margin-bottom: 0;
}

input#edit-captcha-response {
    height: 39px;
}

.captcha .fieldset-wrapper {
    background-color: #eaeaea;
    padding: 10px;
    text-align: center;
}

.captcha .fieldset-description {
    color: #9a9a9a;
    font-size: 0.7em;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 10px;
}

.captcha legend {
    margin-bottom: 10px;
}

.view-our-news-page .views-row .views-field-title {
    background-color: #f0f0f0;
    padding: 5px;
}

.view-our-news-page.view-display-id-page_1 .views-row .views-field-title {
    line-height: 1;
}

.view-our-news-page.view-display-id-page_1 .views-row .views-field-title a {
    line-height: 1.2;
    font-size: 1.2em;
}

.view-our-news-page.view-display-id-page_1 .views-row {
    line-height: 1.5;
    font-size: 0.85em;
}

.view-our-news-page.view-display-id-page_1 .views-row .img-f-l {
    margin-bottom: 10px;
}

.view-our-news-page .views-field.views-field-created,
.view-our-news-page .views-field.views-field-name {
    font-size: 12px;
    padding: 0 5px;
}

.view-our-news-page.view-display-id-page_1 .views-field.views-field-created,
.view-our-news-page.view-display-id-page_1 .views-field.views-field-name {
    padding: 10px 0px;
}

.view-our-news-page .views-field.views-field-name:after {
    display: block;
    content: "";
}

.view-our-news-page .views-field.views-field-name:before {
    content: "by";
}

.view-our-news-page .views-field-created .field-content {
    background-color: #f0f0f0;
    color: #000;
    font-weight: 600;
    padding: 0 5px;
}

.view-our-news-page.view-display-id-block_1 .view-content {
    margin-bottom: 100px;
}

.front #underContent-Region .content {
    padding-top: 70px;
}

.page-node-46 #row1-Region,
.page-node-46 #row1-Region .content {
    padding: 0;
}

#contentAndSidebars > .WrapperWidth:nth-child(1) {
    /*margin-bottom: 50px;*/
}

.view-knowledgebase-categories .view-header {
    margin-bottom: 30px;
}

/* video modal block 
#myModal3.modal {
    margin: 0;
    width: auto;
    background: transparent;
    border: 0 none;
    border-radius:0;
    box-shadow:none;
    left:20%;
    top: 15%;
}

#myModal3 .modal-body {
    max-height:100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    padding: 0;
}

#myModal3 .modal-header {
    display: none;
}

#myModal3 .modal-footer {
    display: none;
}
*/

#video-background {
    width: 100%;
    height: 100%;
}

#myModal3.modal {
    width: auto;
}

.home-video-modal .popup {
    background-color: transparent;
    border: 0 none;
    border-radius:0;
    box-shadow:none;
    max-width: 650px;
}

.home-video-modal .popup video {
    box-shadow:0 0 6px rgba(0, 0, 0, 0.8);
    max-width: 650px;
}

.home-video-modal .popup a.close {
    box-shadow:none;
}

/* 
Colorbox test version
*/


#block-block-35 .content {
    padding: 0;
}

#block-block-18 .content,
#block-block-36 .content {
    padding-top:0;
}



.trial-block-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:cover;
    max-width: 80rem;
    margin: 80px auto 120px;
    position: relative;
}

.support__item-top img {
    height: 52px;
    width: 52px;
}

.support__item {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.3333%;
    text-align: center;
    overflow: hidden;
}

.trialabsolute {
    position: absolute;
    top: 50%;
    left: 33.3333%;
}

.trialabsolute.last {
    right: 33.3333%;
    left: inherit;
}

.support__item.middle {
    /*border-left: 5px solid #ff0000;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -o-border-radius:15px;
    border-right: 5px solid #ff0000;*/
}

.support__item:not(:last-child) {
    /*border-right: 1px solid #bbb;*/
}

#underContent4-Region, #underContent3-Region {
    border-top: 1px solid #ccc;
}

#underContent3-Region {
    padding:70px 0;
}

.pe-2x {
    display: block;
    font-size: 2vw;
    margin: auto;
}

.btn-large-danger {
    padding: 9px 50px;
    background-color: #ff0000;
    color:#fff;
}

.btn-large-danger:hover {
    background-color: #bd362f;
    color:#fff;
}

.support__item-bottom h2 {
    font-weight: 300;
    margin-bottom: 10px;
}

.support__item-bottom-subtitle {
    margin: 0 auto 20px;
    max-width: 325px;
    overflow: hidden;
    padding: 0 15px;
    line-height: 1.3;
}

/*.prod-overview {
    float:left; 
    overflow:hidden; 
    padding-left:15px; 
    padding-right:15px; 
    position:relative; 
    text-align:center; 
    width:33.3333%; 
    min-height:200px; 
    padding-top:40px;
}

.prod-overview:not(:last-child) {
    border-right:1px solid #bbb;
}*/

.prod-overview-title {
    font-size: 18px; 
    font-weight: bold; 
    margin-bottom: 0;
    color: #000;
}

.braces {
    color: red; 
    font-size: 20px;
    font-weight: 600;
}

.prod-overview-paragraph {
    font-size: 14px; 
    line-height: 1.3; 
    color:#666;
}

/*.row-grid-border-bottom:not(:last-child) {
    border-bottom: 1px solid #bbb;
}

.row-grid-border-bottom.first {
    margin: 30px 0 0;
    padding: 30px 0 0;
}*/

.red-lattice {
    color:#ff0000;
    font-style:italic; 
    font-size:22px; 
    font-weight:500;
}

.black {
    color:#000;
    font-weight: normal;
}

.red {
    color: #ff0000;
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.fontsize-small {
    font-size: 12px;
}

.font-weight-norm {
    font-weight: normal;
}

.font-weight-bold {
    font-weight:bold;
}

.paddingleft10 {
    padding-left: 10px;
}

.paddingleft20 {
    padding-left: 20px;
}

.paddingleft30 {
    padding-left: 30px;
}

.paddingleft40 {
    padding-left: 40px;
}

.paddingright10 {
    padding-right: 10px;
}

.paddingright20 {
    padding-right: 20px;
} 

.paddingright30 {
    padding-right: 30px;
}  

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop60 {
    margin-top: 60px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.marginbottom40 {
    margin-bottom: 40px;
}
.marginbottom50 {
    margin-bottom: 50px;
}

.marginbottom60 {
    margin-bottom: 60px;
}

.preload {
    margin:10px auto; 
    padding:0 60px 0 100px;
}

.border-table:not(:last-child) {
    border-right: 1px solid #bbb;
}

.border-table {
    float: left;
    padding: 0 25px;
    width: 50%;
}

.pricing-plan-table {
    width: 100%;
    overflow-x: auto;
}

.pricing-plan-table th {
    font-weight: 600;
    font-family: Webkit-body;
}

.pricing-plan-table th,
.pricing-plan-table td {
    border: 1px solid #000;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

.pricing-plan-table th.table-text-align-left {
    text-align: left;
    font-family: inherit;
}

.red.italic {
    font-weight: bold;
}

.view-knowledgebase-categories {
    margin-bottom: 50px;
}

.indust {
    text-align: center;
}

.indust img {
    width: 40%;
}

#StickyMainMenu {
    float: left;
    padding-left: 30px;
}

.linkdown {
    opacity:0.8;
}

.linkdown:hover {
    opacity:1;
}

.relative {
    position: relative;
}

.imgtext {
    position: absolute;
    left: 0;
    bottom: 15%;
    list-style: outside none none;
}

.imgtext li {
    overflow: visible;
    padding-left: 20px;
    position: relative;
    line-height: 0.8;
}

.imgtext li::before {
    color: #ff0000;
    content: "\2192";
    left: -10px;
    position: absolute;
}

.imgtext li a {
    line-height: 0.8;
    font-size: 0.7em;
    font-weight: 500;
}

#cboxLoadedContent {
    border: 0 none;
}

#cboxOverlay {
    opacity:0.7 !important;
}

.padding0-10 {
    padding: 0 10px;
}

img.imgmore {
    position: absolute;
    bottom: -5%;
    right: 1%;
    opacity:0.7;
}

a:hover img.imgmore {
    opacity:1;
}

.relative {
    position: relative;
}

#FooterRegion .mailchimp-signup-subscribe-form .form-item {
    margin: 0;
    clear: both;
}

#FooterRegion .mailchimp-signup-subscribe-form .form-item label {
    float: left;
}

#FooterRegion .mailchimp-signup-subscribe-form .form-item input {
    float: right;
    height: 30px;
    background-color: #fff;
    border-color: #ddd;
    width: inherit;
}

#FooterRegion .block-mailchimp-signup .blocktitle {
    text-shadow:0 0 0 transparent;
    text-transform: none;
    margin-bottom: 20px;
}

.block-mailchimp-signup {
    padding: 0 70px;
}

#FooterRegion .block-mailchimp-signup {
    padding: 0 10% 0 20%;
}

#FooterRegion .mailchimp-signup-subscribe-form .form-submit {
    background-color: #d9d9d9;
    background-image: none;
    border: none;
    box-shadow: 0 0 transparent;
    color: #ff0000;
    text-shadow: 0 0 transparent;
    padding: 12px 20px;
    border-radius:0;
}

#FooterRegion .mailchimp-signup-subscribe-form .btn.form-submit:hover {
    background-color: #c9c9c9;
    text-shadow:0 1px #eee;
}

#FooterRegion .mailchimp-signup-subscribe-form .form-item label:after {
    content: "*";
    color: #ff0000;
}

#FooterRegion .mailchimp-signup-subscribe-form .form-item label[for=edit-mergevars-email]:after {
    content: "";
}

.yes-mobile {
    display:none;
}

#search-form label {
    display: block;
}

#search-form input {
    height: 30px;
    width: 100%;
}

#search-form input.form-submit {
    width: 100%;
}

#search-form {
    margin-top: 1em;
}

.search-results .title {
    background: #999;
    padding: 10px 20px;
    font-weight: 400;
    margin-top: 0;
    
}

.search-results .title a {
    color: #fff;
}

.search-results .title a:hover {
    color: #ddd;
}

.search-snippet-info .search-info {
    display: none;
}

.search-results li {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.search-results .search-snippet {
    padding-bottom:10px ;
}

.search-results .search-snippet strong {
    color: #ff0000;
}

.page-search ul.pager {}

.search-results.node-results{
    margin-bottom: 50px;
}

.btn .pe-2x {
    font-size: 2.5em;
}

.privdocs {
    /*margin-right: 20px;*/
}

.privdocs:last-child {
    margin: 0;
}

svg#Layer_1 path {
    animation-delay:0s,10s;
    -webkit-animation-delay:0s,10s;
}

svg#Layer_2 path {
    animation-delay:1s,15s;
    -webkit-animation-delay:1s,15s;
}

svg#Layer_3 path {
    animation-delay:2s,20s;
    -webkit-animation-delay:2s,20s;
}

svg#Layer_4 path {
    animation-delay:3s,25s;
    -webkit-animation-delay:3s,25s;
}

.mean-container .mean-bar {
    background-color: #ff0000;
    padding-bottom: 0;
}

.mean-container .mean-nav {
    background-color: #888;
}

.mean-container .mean-nav form {
    margin-bottom: 0;
    position: relative;
}

.mean-container .mean-nav form input[name="search_block_form"] {
    margin-bottom: 0;
    border: 0 none;
    box-shadow:none;
    border-radius:0;
}

.mean-container .mean-nav form input[type="image"] {
    position: absolute;
    left: 195px;
    top: 30%;
    width: 16px;
}

#better-messages-default #messages-inner {
    box-shadow:0 0 5px #aaa;
    position: relative;
}

#better-messages-wrapper {
    max-width: 400px !important;
    bottom: 10px !important;
}

#better-messages-default .messages-label {
    margin-top: 0;
}

#better-messages-default .footer {
    border-top:0 none;
    margin-top: 0;
    padding-top: 0;
}

#better-messages-default .footer a {
    position: absolute;
    top: 0;
    right: 0;   
}

#better-messages-default a.message-close {
    background: transparent url("/sites/default/files/pictures/close.png") no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    margin: 9px;
}

#better-messages-default div.status {
    background: transparent url("/sites/default/files/pictures/status-icon-bg.png") no-repeat scroll 5px 5px;
    border: 0 none;
}

#cboxTitle {
    display: none !important;
}

#underContent_full_span {
    background: url(/sites/default/files/pdf/secrom-parallax-img.jpg) no-repeat scroll center center #ddd;
    min-height: 350px;
}

#block-block-40 {
    background-repeat: no-repeat;
    margin: 0 !important;
}

#block-block-41 {
    background-repeat: no-repeat;
    min-height: 350px;
}

.front #underContent-Region #block-block-41 .content {
    padding: 0;
}

.front #HighlightedBlock1,
#block-block-21 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0% !important;
}

#block-block-42,
#block-block-43,
#block-block-44 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0% !important;
    min-height: 350px;
    background-size: cover;
}

#block-block-45 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0% !important;
    min-height: 350px;
}

#highlightedRegion {
    padding: 0 !important;
}

.node-type-video-tutorial .page-title.plain-title {
    margin-bottom: 3em;
}

.node-video-tutorial .field-name-body {
    border: 2px dashed #cfcfcf;
    padding: 15px 25px;
}

.pricing-plan-table.new-pricing-plan th, .pricing-plan-table.new-pricing-plan td {
    border-color: #fafafa;
}

.new-pricing-plan.pricing-plan-table td.alignLeft {
    text-align: left;
    border-left-color: #aaa;
    padding: 15px 25px;
}

.new-pricing-plan.pricing-plan-table td.alignRight {
    text-align: right;
    border-right-color: #aaa;
    padding: 15px 25px;
}

.pricing-plan-table.new-pricing-plan sup {
    font-size: 10px;
}

.support__item sup {
    font-size: 14px;
}

.pricing-plan-table.new-pricing-plan th {
    border-left-color: #aaa !important;
    border-right-color: #aaa !important;
}

.new-pricing-plan.pricing-plan-table td.alignLeft:before {
    content: "\25fe";
    margin-right: 10px;
}

.new-pricing-plan.pricing-plan-table .thtitlepadding {
    padding: 30px 15px 20px;
    font-family: inherit;
    font-size: 1.2em;
}

.new-pricing-plan.pricing-plan-table .thtitlepadding a {
    font-size: 0.7em;
}

.new-pricing-plan.pricing-plan-table .thtitlepadding p {
    margin-bottom: 0;
}

.pricing-plan-table.new-pricing-plan {
    background: rgba(0, 0, 0, 0) url("/sites/default/files/backgrounds/tab1-img.jpg") no-repeat scroll 100% 0 / 80% auto;
    padding-top: 65px;
}

.pricing-plan-table.new-pricing-plan tr.trfavor {
    background-color: #f5f5f5;
    color: #000;
}

.pricing-plan-table.new-pricing-plan tr.lastborder td {
    border-bottom-color: #aaa !important;
    padding-bottom: 25px;
}

.roundplus {
    background-image: url("/sites/default/files/backgrounds/forround.jpg");
    color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    padding-top: 2px;
}

.pricing-plan-table.new-pricing-plan.second {
    background: rgba(0, 0, 0, 0) url("/sites/default/files/backgrounds/tab2-img.jpg") no-repeat scroll 100% 0 / 80% auto;
}

.tabledownload td:first-child {
    border-left: 1px solid #ddd;
}
.tabledownload tr:last-child {
    border-bottom: 1px solid #ddd;
}
.tabledownload td {
    border-right: 1px solid #ddd;
}

.tabledownload th {
    border-bottom: 0 none;
}
.tabledownload tr:first-child td {
    border-top: 0 none;
}

.noresults ul li {
    line-height: 1.7;
}