/*
Theme Name: The7 | JARtheme.com
Theme URI: http://www.jartheme.com/wordpress/themeforest/1-the7
Author: Dream-Theme
Author URI: http://www.jartheme.com/
Version: 3.1.3
Tags: multipurpose, responsive, retina ready, SEO ready
Text Domain: the7mk2
*/

/* Custom Style */
p::selection {
   background: transparent;
}
p::-moz-selection {
   background: transparent;
}


li::selection {
   background: transparent;
}
li::-moz-selection {
   background: transparent;
}


b::selection {
   background: transparent;
}
b::-moz-selection {
   background: transparent;
}

.p{ 
-moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
}
.h1,h2,h3,h4{
	-moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.span{
	-moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:active, a:hover {
    color: #fff;
    text-decoration: none;
}

h1#slide-1-layer-1 {
    font-size: 45px;
    text-shadow: 3px 1px 2px black;
}

.no-touch #fancy-header .fancy-title {
    opacity: 1 !important;
}