/***STYLE GENERAL***/

/*** MODIFICACIONES DE BOOSTRAP
(Aquí se escriben todas las modificaciones para modificar los parametros de las clases reales de boostrap
traidas de arriba.***/ 

html, body {height:100%;}
body {min-height:500px; padding-top:60px;}


/*Contenedor*/
.st_container {min-height:450px;}


/*Botones*/
.btn {color:#FFF; font-family:"FontA_Light", sans-serif; outline:none !important; border-top:none; border-left:none; border-right:none; border-bottom:2px solid rgba(0,0,0,0.1) !important;}
.btn:hover {opacity:0.92 !important; color:#FFF;}
.btn-primary {background-color:#F70;}
.btn-primary:hover, .btn-primary:focus {background-color:#09C; border-bottom:2px solid rgba(0,0,0,0.1); opacity:0.9;}
.btn-default {background-color:#F1F1F1;}
.btn-holdW {border:1px solid rgba(250,250,250,0.6); color:#FFF; background-color:rgba(250,250,250,0.05) !important;}
.btn-holdW:hover, .btn-holdW:active, .btn-holdW:focus {background-color:rgba(250,250,250,0.2) !important;; color:#FFF;}
.btn-holdB {border:1px solid rgba(0,0,0,0.1); color:#888; background-color:rgba(0,0,0,0.03) !important;}
.btn-holdB:hover, .btn-holdB:active, .btn-holdB:focus {background-color:rgba(0,0,0,0.1) !important; color:#333;}

.text-primary {color:#09C;}

img[src*="googleadservices.com"] {display: none;}

.st_well {padding:19px; background-color:#FFF; border-radius:0px; box-shadow:0 1px 2px rgba(0, 0, 0, 0.20);}

.close {text-shadow:none; font-size:26px;}

/*MODAL (PopUps)*/
.modal {background-color:rgba(0,0,0,0.75);}
.modal-content {border:none; border-radius:6px;}
.modal-header {border-radius:6px 6px 0 0;}

/*FORMS*/
.form-group {margin-bottom:10px;}
.form-control {border-radius:2px; border:none;}

/*TOOLTIPS*/
.tooltip-inner {max-width:400px !important;}/*se modifican con js*/

/************************************** ESTYLOS GENERALES **************************************/

/*FUENTES TYPES PROPIAS*/
/*FontA_Light = Proxima Light*/
@font-face {
    font-family: 'FontA_Light';
    src: url('../eot/montserrat-ultralight.eot');
    src: local('Proxima Light'), local('Proxima-Light'),
        url('../woff/montserrat-ultralight.woff') format('woff'), 
        url('../ttf/montserrat-ultralight.ttf') format('truetype'), 
        url('../svg/montserrat-ultralight.svg') format('svg');
}
/*FontA_Bold = Proxima Bold*/
@font-face {
    font-family: 'FontA_Bold';
    src: url('../eot/montserrat-bold.eot');
    src: local('Proxima Bold'), local('Proxima-Bold'), 
        url('../ttf/montserrat-bold.ttf') format('truetype'),
        url('../svg/montserrat-bold.svg') format('svg');
}

.FontA_Light {font-family:'FontA_Light', sans-serif;}
.FontA_Bold {font-family:'FontA_Bold', sans-serif;}
/**/

/*FONDOS ALPHA - BLANCO Y NEGRO*/
.BWAlphT {background-color:transparent;}
.BWAlph00 {background-color:#FFF;}
.BWAlph10 {background-image:url('../backw10.html');}
.BWAlph20 {background-image:url('../backw20.html');}
.BWAlph30 {background-image:url('../backw30.html');}
.BWAlph40 {background-image:url('../backw40.html');}
.BWAlph50 {background-image:url('../backw50.html');}
.BWAlph60 {background-image:url('../backw60.html');}
.BWAlph70 {background-image:url('../backw70.html');}
.BWAlph80 {background-image:url('../backw80.html');}
.BWAlph90 {background-image:url('../backw90.html');}

.BBAlphT {background-color:transparent;}
.BBAlph00 {background-color:#111;}
.BBAlph10 {background-image:url('../backb10.html');}
.BBAlph20 {background-image:url('../backb20.html');}
.BBAlph30 {background-image:url('../backb30.html');}
.BBAlph40 {background-image:url('../backb40.html');}
.BBAlph50 {background-image:url('../backb50.html');}
.BBAlph60 {background-image:url('../backb60.html');}
.BBAlph70 {background-image:url('../backb70.html');}
.BBAlph80 {background-image:url('../backb80.html');}
.BBAlph90 {background-image:url('../backb90.html');}


/*Color de texto*/
.TeGrey {color:#888 !important;}
.TeGreen {color:#8B2 !important;}
.TeCoral {color:#F33 !important;}
.TeYellow {color:#FA0 !important;}
.TeOrange {color:#F70 !important;}
.TeViolet {color:#909 !important;}
.TeCelest {color:#0099CC !important;}
.TeBlue {color:#006688 !important;}
.TeRed {color:#CC0033 !important;}
.TeWhite {color:#FFF !important;}
.TeBlack {color:#000 !important;}

/*Color de texto de redes*/
.Te_facebook {color:#3C5A98 !important;}
.Te_twitter {color:#55ACEE !important;}
.Te_googleplus {color:#C93213 !important;}
.Te_youtube {color:#CC2020 !important;}
.Te_instagram {color:#5F4335 !important;}
.Te_vine {color:#00B386 !important;}
.Te_hashtag {color:#009999 !important;}
.Te_contest {color:#0AA !important;}
.Te_hubs {color:#F56 !important;}


/*Color de fondo*/
.BackGrey {background-color:#888 !important;}
.BackGreen {background-color:#8B2 !important;}
.BackCoral {background-color:#F33 !important;}
.BackYellow {background-color:#FA0 !important;}
.BackOrange {color:#F70 !important;}
.BackViolet {background-color:#909 !important;}
.BackCelest {background-color:#0099CC !important;}
.BackBlue {background-color:#006688 !important;}
.BackRed {background-color:#CC0033 !important;}
.BackWhite {background-color:#FFF !important; color:#555 !important;}
.BackBlack {background-color:#111 !important;}

/*Color de fondo de redes*/
.Back_facebook {background-color:#3C5A98 !important;}
.Back_twitter {background-color:#55ACEE !important;}
.Back_googleplus {background-color:#C93213 !important;}
.Back_google {background-color:#FFFFFF !important;}
.Back_youtube {background-color:#CC2020 !important;}
.Back_instagram {background-color:#5F4335 !important;}
.Back_vine {background-color:#00B386 !important;}
.Back_hashtag {background-color:#009999 !important;}
.Back_contest {background-color:#0AA !important;}
.Back_hubs {background-color:#F56 !important;}

.W100 {width:100%;}

/*VARIABLES DE TEXTO*/
.Italic {font-style:italic !important;}
.Bold {font-weight:bold !important;}
.Justify {text-align:justify !important;}

/*OPACIDADES*/
.Opa90 {opacity:0.9;}
.Opa80 {opacity:0.8;}
.Opa70 {opacity:0.7;}
.Opa60 {opacity:0.6;}
.Opa50 {opacity:0.5;}
.Opa40 {opacity:0.4;}
.Opa30 {opacity:0.3;}
.Opa20 {opacity:0.2;}
.Opa10 {opacity:0.1;}


/*SEPARADORES*/
.SpV01, .SpV05, .SpV10, .SpV20, .SpVx, .SpVLine, .SpVLineG, .SpVLineB, .SpVLineW, SpVLinePointW, SpVLinePointB {float:left; width:100%;}
.RSpV01, .RSpV05, .RSpV10, .RSpV20, .RSpVx, .RSpVLine, .RSpVLineG, .RSpVLineB, .RSpVLineW, .RSpVLinePointB, .SpVLinePointW {position:relative; display:inline-block; width:100%;}
.SpV01, .RSpV01 {height:1px; margin:0;}
.SpV05, .RSpV05 {height:5px; margin:0;}
.SpV10, .RSpV10 {height:10px; margin:0;}
.SpV20, .RSpV20 {height:20px; margin:0;}
.SpVx, .RSpVx {margin:0;}
.SpVLineG, .RSpVLineG {height:1px; background:#DDD;}
.SpVLineB, .RSpVLineB {height:1px; background:#000;}
.SpVLineW, .RSpVLineW {height:1px; background:#FFF;}
.SpVLinePointB, .RSpVLinePointB {height:1px; border-top:1px dashed #000;}
.SpVLinePointW, .RSpVLinePointW {height:1px; border-top:1px dashed #FFF;}


.DivBlur10 {-webkit-filter:blur(10px); -moz-filter:blur(10px); -o-filter:blur(10px); -ms-filter:blur(10px);}
.DivBlur20 {-webkit-filter:blur(20px); -moz-filter:blur(20px); -o-filter:blur(20px); -ms-filter:blur(20px);}
.DivBlur30 {-webkit-filter:blur(30px); -moz-filter:blur(30px); -o-filter:blur(30px); -ms-filter:blur(30px);}
.DivBlur40 {-webkit-filter:blur(40px); -moz-filter:blur(40px); -o-filter:blur(40px); -ms-filter:blur(40px);}
.DivBlur50 {-webkit-filter:blur(50px); -moz-filter:blur(50px); -o-filter:blur(50px); -ms-filter:blur(50px);}

.Tpl_NavBar .navbar-fixed-bottom .navbar-collapse,.Tpl_NavBar .navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse {padding:0 20px; margin-top:7px;}
/*.Tpl_NavBar .navbar-default {background-color:#F70; background:linear-gradient(to bottom,  #F80 0%,#F70 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F80', endColorstr='#F70',GradientType=0 ); min-height:60px; border:none;}*/
.Tpl_NavBar .navbar-header, .Tpl_NavBar .navbar-left, .Tpl_NavBar .navbar-right {position:relative; z-index:3;}
.Tpl_NavBar .navbar-brand {padding:12px 15px; z-index:0;}
.Tpl_NavBar .navbar-center {position: absolute; width:100%; left:0; top:0; text-align:center; margin:auto}
.Tpl_NavBar .navbar-toggle {float:left; margin-left:10px;}
.Tpl_NavBar .navbar-brand>img {display:inline-block;}
body .Tpl_NavBar .navbar-nav>li>a.Link {text-transform: uppercase;line-height:30px; color:#FFF; font-size:12px; font-family:'FontA_Light', sans-serif;}
body .Tpl_NavBar .navbar-nav>li>a.Link:hover {color:#FFF; background-color:rgba(250,250,250,0.06)}
body .Tpl_NavBar .navbar-nav>li.open>.dropdown-toggle {color:#FFF; background-color:rgba(250,250,250,0.1)}
.Tpl_NavBar .navbar-default .navbar-nav>.active>a, 
.Tpl_NavBar .navbar-default .navbar-nav>.active>a:focus,
.Tpl_NavBar .navbar-default .navbar-nav>.active>a:hover {color:#FFF; background-color:rgba(250,250,250,0.06);}
.Tpl_NavBar .dropdown-menu {border:none; box-shadow:0 2px 12px rgba(0,0,0,.175);}
.Tpl_NavBar .dropdown-menu .divider {margin:4px 0px; background-color: rgba(0,0,0,0.07);}
.Tpl_NavBar .dropdown-menu>li>a {color:#999; font-size:13px;}
.Tpl_NavBar .btn {padding:6px 12px; margin:12px 6px;}

.Tpl_NavBar .navbar-fixed-top .navbar-collapse {margin-top:0px;}
.Tpl_NavBar .navbar-default .navbar-collapse {border:none;}
.Tpl_NavBar .navbar-toggle {border:none;}
body .Tpl_NavBar .navbar-toggle:hover, body .Tpl_NavBar .navbar-toggle:focus {background-color:rgba(250,250,250,0.1)}
body .Tpl_NavBar .navbar-toggle .icon-bar {height:4px; background-color:#FFF; border-radius:1px;}


/*xs*/
@media screen and (max-width:766px) {
    .Tpl_NavBar .navbar-nav .open .dropdown-menu {background-color:#FFF;}
    .Tpl_NavBar .dropdown-menu>li>a {color:#FFF;}
    .Tpl_NavBar .BackNav {background-color:rgba(250,250,250,0.1);}
}

/*lg mas de 1200px de ancho*/
.Landing {padding:0!important;}
.Landing .MainView {float:left; margin-top:45px; width:100%; background-image:url('../jpg/orange.jpg'); background-size:cover; background-position:bottom; box-shadow: inset 0 -10px 80px rgb(0 0 0 / 15%);}
.Landing .MainView .Iner {float:left; width:100%; padding:7% 10% 7% 24%; background-color:rgba(0,0,0,.075);}
.Landing .MainView .Iner h1.Title {float:left; width:100%; margin:20px 0 0 0; font-size:59px; line-height:1.2em; color:#FFF; text-transform:uppercase; letter-spacing:-4px; font-weight:bold; font-family:'FontA_Light', sans-serif;}
.Landing .MainView .Iner h1.Title .High {background-color:#fff; color:#FA0; padding:0 0.08em;}
.Landing .MainView .Iner h2.SubTitle {float:left; width:100%; font-size:22px; margin-top:16px; color:#FFF; font-weight:bold; font-family:'FontA_Light', sans-serif;}
.Landing .MainView .Iner h3.TitButtRrss {position:relative; display:inline-block; width:100%; margin-bottom:8px; text-align:center; font-size:15px; text-transform:uppercase; color:#FFF; font-family:'FontA_Bold', sans-serif;}
.Landing .MainView .Iner h3.TitButtRrss .Arrow {position:absolute; width:60px; width:42px; right:-44px; top:6px; opacity:0.7;}
.Landing .MainView .Iner .ButtRrss {position:relative; display:inline-block; width:100%; margin:1px 0px; padding:15px; opacity:1;}
.Landing .MainView .Iner .ButtRrss:hover {opacity:0.9;}
.Landing .MainView .Iner .ButtRrss .Icon {float:left; font-size:24px; margin-right:8%; color:#FFF; }
.Landing .MainView .Iner .ButtRrss .Text {float:left; text-decoration:none; line-height:24px; font-size:14px; font-family:'FontA_Light', sans-serif;}
.Landing .MainView .Iner .Feautures {position:relative; display:inline-block; width:100%; font-size:18px; letter-spacing:-0.01em; padding:10px 20px; background-color:rgba(0,0,0,0.4);}
.Landing .MainView .Iner .Feautures .Sentences {position:relative; display:inline-block; font-family:'FontA_Light', sans-serif; color:#FA0;}
.Landing .MainView .Iner .Feautures .Di {position:relative; display:inline-block; color:#FFF; margin:0 4px;}
@media screen and (max-width:766px) {
    .Landing .MainView {background-position: left;}
}

.Landing .CountPosts {float:left; width:100%; margin-bottom:3px; text-align:center; font-size:20px; padding:40px 10%; font-family:'FontA_Light', sans-serif; color:#f70; background-color: #f7f7fa;}
.Landing .CountPosts .Numb {color:#f7f7fa; padding:0 2px; background-color:#f70; font-family:'FontA_Bold', sans-serif; display:inline-block;}


.Landing .Feature01 {position:relative; display:inline-block; width:100%; margin:-3px 0; background-image:url('../jpg/backfeature01.jpg'); background-size:cover; background-position:top left; box-shadow: inset 0 -10px 80px rgba(0,0,0,0.8);}
.Landing .Feature01 .Iner {float:left; width:100%; padding:10%; background-color:rgba(0,0,0,0.5);}
.Landing .Feature01 .Iner .Title {margin-top: 20px;margin-bottom:10px;line-height: 1.1;float:left; width:100%; color:#FFF; text-align:right; text-transform:uppercase; letter-spacing:-2px; font-size:54px; font-family:'FontA_Light', sans-serif; font-weight:bold;}
.Landing .Feature01 .Iner .Title .High {color:#FA0; background-color:#FFF; padding:0 3px;} 
.Landing .Feature01 .Iner .SubTitle {float:left; width:100%; color:#FFF; text-align:right; font-family:'FontA_Light', sans-serif; letter-spacing:-1px; font-size:20px;}
.Landing .Feature01 .Iner .IconsRrss {float:left; width:100%; text-align:right; color:#FA0; font-size:22px;}
.Landing .Feature01 .Iner .IconsRrss .Ic {position:relative; display:inline-block; background-color:#FFF; border-radius:100%; padding:12px;}


.Landing .Feature02 {position:relative; display:inline-block; margin:-3px 0; width:100%; border-top:1px solid #F60; border-bottom:1px solid #F60;}
.Landing .Feature02 .Iner {float:left; width:100%; padding:10%;}
.Landing .Feature02 .Iner .Title {margin-top: 20px;margin-bottom:10px;line-height: 1.1;float:left; width:100%; color:#FA0; text-transform:uppercase; letter-spacing:-2px; font-size:47px; font-family:'FontA_Light', sans-serif; font-weight:bold;}
.Landing .Feature02 .Iner .Title .High {color:#FFF; background-color:#F60; padding:0 3px;} 
.Landing .Feature02 .Iner .SubTitle { float:left; width:100%; color:#FA0; font-family:'FontA_Light', sans-serif; letter-spacing:-1px; font-size:20px;}
.Landing .Feature02 .Iner .SubTitle .icon {
	float:left; width:10%;
}
.Landing .Feature02 .Iner .SubTitle .text {
	float:left; width:90%; margin-bottom: 10px;
}
.Landing .Feature02 .Iner .btn {
	font-family: montserrat,sans-serif;
	font-weight: 400;
	border-radius: 50px;
	border: none;
	outline: none!important;
	color: #fff;
	text-transform: capitalize;
	padding-left: 30px;
	padding-right: 30px;
	background: linear-gradient(45deg,#00bb88 0%,#33EE55 100%);
}
.Landing .Feature02 .ArrowDown {position:absolute; width:140px; top:-70px; left:40px;}


.Landing .Feature03 {position:relative; display:inline-block; width:100%; margin:-2px 0; background-image:url('../jpg/backfeature03.jpg'); background-size:cover; background-position:top left; box-shadow: inset 0 -10px 80px rgba(0,0,0,0.8);}
.Landing .Feature03 .Iner {float:left; width:100%; padding:10%; background-color:rgba(0,0,0,0.5);}
.Landing .Feature03 .Iner .Title {margin-top: 20px;margin-bottom:10px;line-height: 1.1;float:left; width:100%; color:#FFF; text-align:right; text-transform:uppercase; letter-spacing:-2px; font-size:54px; font-family:'FontA_Light', sans-serif; font-weight:bold;}
.Landing .Feature03 .Iner .Title .High {color:#FA0; background-color:#FFF; padding:0 3px;} 
.Landing .Feature03 .Iner .SubTitle {float:left; width:100%; color:#FFF; text-align:right; font-family:'FontA_Light', sans-serif; letter-spacing:-1px; font-size:20px;}
.Landing .Feature03 .ArrowDown {position:absolute; width:140px; top:-70px; right:40px;}
.Landing .Feature03 .Iner .IconsDown {float:left; width:100%; text-align:right; color:#FA0; font-size:40px;}
.Landing .Feature03 .Iner .IconsDown .Ic {position:relative; display:inline-block; background-color:#FFF; border-radius:100%; padding:10px;}


.Landing .PeopleSay {float:left; width:100%; padding:4% 0% 0% 0%; text-align:center;}
.Landing .PeopleSay .Title {float:left; width:100%; font-size:26px; line-height:28px; margin:20px 0; color:#FA0; text-transform:uppercase; font-family:'FontA_Bold',sans-serif;}
.Landing .PeopleSay .Title .High {background-color:#FA0; color:#FFF; padding:0 3px;}
.Landing .PeopleSay .ContUserSay {float:left; width:100%; padding:5%; text-align:center; overflow:hidden;}
.Landing .PeopleSay .ContUserSay .UserSay {position:relative; display:inline-block; margin-bottom:40px;}
.Landing .PeopleSay .ContUserSay .PicUser .Co {position:absolute; width:30px; height:30px; left:50%; margin:-15px; padding:5px; border-radius:100%; font-size:34px; line-height:34px; font-weight:bold; font-family:'Trebuchet'; color:#FFF; background-color:#F90;}
.Landing .PeopleSay .ContUserSay .PicUser .Pic {position:relative; display:inline-block; width:40%; margin-bottom:15px; border-radius:100%; border:2px solid #FA0;}
.Landing .PeopleSay .ContUserSay .PicUser .Pic img {width:100%; border-radius:100%;}
.Landing .PeopleSay .ContUserSay .NameUser {position:relative; display:inline-block; width:100%; margin:5px 0 -14px 0; font-size:14px; font-weight:bold; color:#FA0; font-family:'FontA_Light',sans-serif;}
.Landing .PeopleSay .ContUserSay .JobUser {position:relative; display:inline-block; width:100%; margin-bottom:10px; font-size:11px; color:#F60;}
.Landing .PeopleSay .ContUserSay .Say {position:relative; display:inline-block; width:90%; text-align:left; margin-bottom:10px; line-height:16px; font-size:12px; color:#999;}


.Landing .CallsDown {position:relative; display:inline-block; width:100%; margin-bottom:-5px; background-image:url('../jpg/backmainview.jpg'); background-size:cover; background-position:top right; box-shadow: inset 0 -10px 80px rgba(0,0,0,0.8);}
.Landing .CallsDown .Iner {float:left; width:100%; padding:3%; text-align:center; background-color:rgba(0,0,0,0.5);}
.Landing .CallsDown .Iner .Title {position:relative; display:inline-block; width:100%; font-size:24px; text-transform:uppercase; color:#FFF; font-family:'FontA_Light', sans-serif}
.Landing .CallsDown .Iner .ButtRrss {position:relative; display:inline-block; width:23%; margin:15px 1%; padding:15px; opacity:1;}
.Landing .CallsDown .Iner .ButtRrss:hover {opacity:0.9;}
.Landing .CallsDown .Iner .ButtRrss .Icon {float:left; font-size:24px; margin-right:5%; color:#FFF; }
.Landing .CallsDown .Iner .ButtRrss .Text {float:left; text-decoration:none; color:#FFF; line-height:24px; font-size:14px; font-family:'FontA_Light', sans-serif;}


/*md*/
@media screen and (max-width:1199px) {
    .Landing .MainView .Iner h1.Title {font-size:48px; letter-spacing:-2px;}
    .Landing .MainView .Iner {padding:5em 4%;}
    .Landing .MainView .Iner .TitButtRrss {font-size:13px;}
    .Landing .MainView .Iner .Feautures {padding:12px; font-size:16px;}

    .Landing .Feature02 .Iner {padding:8%;}
    .Landing .Feature02 .Iner .Title {letter-spacing:-1px; font-size:38px;}
    .Landing .Feature02 .Iner .SubTitle {margin-bottom:0;}
	.Landing .Feature02 .Iner li.SubTitle {margin-bottom:10px;}

    .Landing .MainView .Iner .ButtRrss .Text,
    .Landing .CallsDown .Iner .ButtRrss .Text {font-size:14px;}

    .Landing .CallsDown .Iner .ButtRrss {width:30%;}
}

/*sm*/
@media screen and (max-width:992px) {
    .Landing .MainView .Iner h1.Title {font-size:46px; letter-spacing:-1px;}
    .Landing .MainView .Iner .Feautures {padding:10px; font-size:16px;}

    .Landing .Feature01 {background-size:140%; background-position: 50% 0%;}

    .Landing .MainView .Iner .ButtRrss .Icon, 
    .Landing .CallsDown .Iner .ButtRrss .Icon {font-size:22px;}
    .Landing .MainView .Iner .ButtRrss .Text, 
    .Landing .CallsDown .Iner .ButtRrss .Text {font-size:10px;}
    
}

/*xs*/
@media screen and (max-width:766px) {
    .Landing .MainView .Iner {margin-top: 60px;}
    .Landing .MainView .Iner h1.Title {font-size:41px; line-height:44px; letter-spacing:-1px;}
    .Landing .MainView .Iner {padding:3em 6%; background-color:rgba(0,0,0,0.7);}
    .Landing .MainView .Iner .TitButtRrss {margin-top:30px; padding:20px 0; border-top:1px dashed #FFF;}
    
    .Landing .Feature01 {background-size:250%; background-position:35% 0%;}

    .Landing .CountPosts {font-size:18px;}
    
    .Landing .Feature01 .Iner .Title, 
    .Landing .Feature02 .Iner .Title, 
    .Landing .Feature03 .Iner .Title {font-size:28px;}

    .Landing .CallsDown .Iner {padding:5%; background-color:rgba(0,0,0,0.6);}
    .Landing .CallsDown .Iner .ButtRrss {width:100%; margin:2px 0;}
    .Landing .CallsDown .Iner .Title {margin:10px 0;}
    
    .Landing .MainView .Iner .ButtRrss .Text, 
    .Landing .CallsDown .Iner .ButtRrss .Text {font-size:16px;}
}

@media screen and (max-width:768px) {
    body {padding-top: 0px;}
}

@media screen and (max-width:400px) {
    .Landing .Feature02 .Iner .Title {font-size:27px;}
}

@font-face {
	font-family: 'IconsGralPostCron';
	src:url('../eot/iconsgralpostcron.eot');
	src:url('../eot/iconsgralpostcron.eot') format('embedded-opentype'),
		url('../ttf/iconsgralpostcron.ttf') format('truetype'),
		url('../iconsgralpostcron.html') format('woff'),
		url('../svg/iconsgralpostcron.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-gral-"], [class*=" icon-gral-"] {
	font-family: 'IconsGralPostCron';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-gral-account:before {
	content: "\e600";
}
.icon-gral-amazed:before {
	content: "\e601";
}
.icon-gral-android:before {
	content: "\e602";
}
.icon-gral-apple:before {
	content: "\e603";
}
.icon-gral-arrowdown:before {
	content: "\e604";
}
.icon-gral-arrowleft:before {
	content: "\e605";
}
.icon-gral-arrowright:before {
	content: "\e606";
}
.icon-gral-arrowup:before {
	content: "\e607";
}
.icon-gral-bell:before {
	content: "\e608";
}
.icon-gral-bitly:before {
	content: "\e609";
}
.icon-gral-bitly_1:before {
	content: "\e60a";
}
.icon-gral-blackberry:before {
	content: "\e60b";
}
.icon-gral-board:before {
	content: "\e60c";
}
.icon-gral-brush:before {
	content: "\e60d";
}
.icon-gral-calendar:before {
	content: "\e60e";
}
.icon-gral-calendardate:before {
	content: "\e60f";
}
.icon-gral-card:before {
	content: "\e610";
}
.icon-gral-chrome:before {
	content: "\e611";
}
.icon-gral-clock:before {
	content: "\e612";
}
.icon-gral-code:before {
	content: "\e613";
}
.icon-gral-coffee:before {
	content: "\e614";
}
.icon-gral-creditcards:before {
	content: "\e615";
}
.icon-gral-csv:before {
	content: "\e616";
}
.icon-gral-cup:before {
	content: "\e617";
}
.icon-gral-database:before {
	content: "\e618";
}
.icon-gral-desktop:before {
	content: "\e619";
}
.icon-gral-devices:before {
	content: "\e61a";
}
.icon-gral-dog:before {
	content: "\e61b";
}
.icon-gral-door:before {
	content: "\e61c";
}
.icon-gral-drive:before {
	content: "\e61d";
}
.icon-gral-edit:before {
	content: "\e61e";
}
.icon-gral-event:before {
	content: "\e61f";
}
.icon-gral-ex:before {
	content: "\e620";
}
.icon-gral-excel:before {
	content: "\e621";
}
.icon-gral-exit:before {
	content: "\e622";
}
.icon-gral-eyeoff:before {
	content: "\e623";
}
.icon-gral-eyeon:before {
	content: "\e624";
}
.icon-gral-facebook:before {
	content: "\e625";
}
.icon-gral-female:before {
	content: "\e626";
}
.icon-gral-firefox:before {
	content: "\e627";
}
.icon-gral-flag:before {
	content: "\e628";
}
.icon-gral-flagdelete:before {
	content: "\e629";
}
.icon-gral-flagmore:before {
	content: "\e62a";
}
.icon-gral-flagok:before {
	content: "\e62b";
}
.icon-gral-fullscreen:before {
	content: "\e62c";
}
.icon-gral-gear:before {
	content: "\e62d";
}
.icon-gral-gift:before {
	content: "\e62e";
}
.icon-gral-googleplus:before {
	content: "\e62f";
}
.icon-gral-google:before {
	content: "\e62f";
}
.icon-gral-group:before {
	content: "\e630";
}
.icon-gral-handopen:before {
	content: "\e631";
}
.icon-gral-happy:before {
	content: "\e632";
}
.icon-gral-hashtag:before {
	content: "\e633";
}
.icon-gral-heart:before {
	content: "\e634";
}
.icon-gral-iexplorer:before {
	content: "\e635";
}
.icon-gral-image:before {
	content: "\e636";
}
.icon-gral-info:before {
	content: "\e637";
}
.icon-gral-instagram:before {
	content: "\e638";
}
.icon-gral-interactive:before {
	content: "\e639";
}
.icon-gral-kickass:before {
	content: "\e63a";
}
.icon-gral-klm:before {
	content: "\e63b";
}
.icon-gral-leoburnet:before {
	content: "\e63c";
}
.icon-gral-lg:before {
	content: "\e63d";
}
.icon-gral-like:before {
	content: "\e63e";
}
.icon-gral-likefanpage:before {
	content: "\e63f";
}
.icon-gral-likemore:before {
	content: "\e640";
}
.icon-gral-likeup:before {
	content: "\e641";
}
.icon-gral-link:before {
	content: "\e642";
}
.icon-gral-linkedin:before {
	content: "\e643";
}
.icon-gral-locate:before {
	content: "\e644";
}
.icon-gral-mail:before {
	content: "\e645";
}
.icon-gral-male:before {
	content: "\e646";
}
.icon-gral-man:before {
	content: "\e647";
}
.icon-gral-manu:before {
	content: "\e648";
}
.icon-gral-megaphone:before {
	content: "\e649";
}
.icon-gral-microsoft:before {
	content: "\e64a";
}
.icon-gral-mobile:before {
	content: "\e64b";
}
.icon-gral-ok:before {
	content: "\e64c";
}
.icon-gral-opera:before {
	content: "\e64d";
}
.icon-gral-pdf:before {
	content: "\e64e";
}
.icon-gral-pencils:before {
	content: "\e64f";
}
.icon-gral-pinterest:before {
	content: "\e650";
}
.icon-gral-play:before {
	content: "\e651";
}
.icon-gral-post:before {
	content: "\e652";
}
.icon-gral-postcron:before {
	content: "\e653";
}
.icon-gral-print:before {
	content: "\e654";
}
.icon-gral-printview:before {
	content: "\e655";
}
.icon-gral-profile:before {
	content: "\e656";
}
.icon-gral-qr:before {
	content: "\e657";
}
.icon-gral-return:before {
	content: "\e658";
}
.icon-gral-safari:before {
	content: "\e659";
}
.icon-gral-search:before {
	content: "\e65a";
}
.icon-gral-share:before {
	content: "\e65b";
}
.icon-gral-st:before {
	content: "\e65c";
}
.icon-gral-start:before {
	content: "\e65d";
}
.icon-gral-statistics:before {
	content: "\e65e";
}
.icon-gral-swithcoff:before {
	content: "\e65f";
}
.icon-gral-swithcon:before {
	content: "\e660";
}
.icon-gral-text:before {
	content: "\e661";
}
.icon-gral-threepoints:before {
	content: "\e662";
}
.icon-gral-ticket:before {
	content: "\e663";
}
.icon-gral-tools:before {
	content: "\e664";
}
.icon-gral-trash:before {
	content: "\e665";
}
.icon-gral-twitter:before {
	content: "\e666";
}
.icon-gral-upload:before {
	content: "\e667";
}
.icon-gral-user:before {
	content: "\e668";
}
.icon-gral-userdelete:before {
	content: "\e669";
}
.icon-gral-userlocked:before {
	content: "\e66a";
}
.icon-gral-usermore:before {
	content: "\e66b";
}
.icon-gral-userok:before {
	content: "\e66c";
}
.icon-gral-userpost:before {
	content: "\e66d";
}
.icon-gral-users:before {
	content: "\e66e";
}
.icon-gral-vine:before {
	content: "\e66f";
}
.icon-gral-viral:before {
	content: "\e670";
}
.icon-gral-warning:before {
	content: "\e671";
}
.icon-gral-windows:before {
	content: "\e672";
}
.icon-gral-world:before {
	content: "\e673";
}
.icon-gral-youtube:before {
	content: "\e674";
}

@font-face {
	font-family: 'IconsArtstudio';
	src:url('../eot/iconsartstudio.eot');
	src:url('../eot/iconsartstudio.eot') format('embedded-opentype'),
	url('../ttf/iconsartstudio.ttf') format('truetype'),
	url('../woff/iconsartstudio.woff') format('woff'),
	url('../svg/iconsartstudio.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-artstudio-"], [class*=" icon-artstudio-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'IconsArtstudio' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-artstudio-logo:before {
	content: "\e900";
}

.icon-artstudio-sticker:before {
	content: "\e901";
}
