/**
 * * * * * * * * * * * * * * * * * * * * *  
 * * DELICIOUS THEME STYLESHEET* * * * * *
 * * TABLE OF CONTENTS * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * *
 * 1. CSS RESET
 * 2. HEADER SECTION
 * 3. GENERAL SECTION STYLES
 * 4. SECTION TYPO & DETAILS
 * 5. SEPARATORS AND TRIANGLES
 * 6. ICON COLUMNS
 * 7. BUTTONS             
 * 8. REVIEWS
 * 9. SCREENS
 * 10. DEMO
 * 11. FORMS
 * 12. FOOTER
 * * * * * * * * * * * * * * * * * * * * */

/**
 * MAIN COLORS
 * green           = #209dca
 * alternate green = #5cadad
 */

/**
 *
 * 
 * 1. CSS RESET
 *
 * 
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html{overflow-x:hidden; max-width:100%;}
body {
    line-height:1;
    background: #fff;
    font-family: Raleway;
    color: #333;
	overflow-x:hidden;
	

}
html {

}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #209dca;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
a:hover {
    color: #5cadad;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

h1, h2 {
    color: #666;
}

h1 {font-size: 42px;}
h2 {font-size: 34px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 16px;}
h6 {font-size: 8px;}

p {
    margin: 5px 0;
    line-height: 22px;
}


/**
 *
 * 
 * 2. HEADER SECTION (menu&slider)
 *
 * 
 */
#topContainer {
    width: 100%;
    position: fixed;
    background: url('../images/background.jpg') no-repeat center;
    background-size: cover;
    top: 0;
    /*z-index: 1;*/
}

#contentWrapper {
    position: relative;
    z-index: 10;
    top: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


#navigationWrap {
    position: relative;
    margin: 60px 0 50px;
    width: 100%;

}

.menuWrap {
    text-align: right;
}

.mainMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top:6px;
}

.mainMenu li {
    /*display: inline-block;*/
    display: block; /** CUSTOMED**/
    float: left; /** CUSTOMED**/
    margin-left: 0px; /** CUSTOMED**/
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.mainMenu li a {
    color: #fff;
    line-height: 14px;

    font-size: 12px; /* edited P */
    padding: 10px 7px;
    text-decoration: none;
    background: transparent;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.menuActive a {
    color: #5cadad !important;
    background: #fff !important;
}

.mainMenu li a:hover {
    
    background: none;
}

#followMenu #navigationWrap {
    position: relative;
    margin: 20px 0 18px;
    width: 100%;
}
#followMenu .two-col.header-img {
    margin-top: 5px;
    text-align: left !important;
}
#followMenu .mainMenu {
    margin-top: 15px !important;
}

#followMenu .logo-new {
    margin-top: 9px !important;
	text-align: left;
}

#followMenu {
    width: 100%;
    position: fixed;
    /*background: #209dca;*/
 background: linear-gradient(to right, #1c6a9c, #209dca);	
    background-size: cover;
   /* padding: 30px 0;*/
    z-index: 20;
    overflow: hidden;
    visibility: hidden;
    text-align: center;
    /*border-bottom: 1px solid #e1e1e1;*/
}
#followMenu .mainMenu .menuActive a
{
	background: none !important;
}
#followMenu .mainMenu li a {
    color: #fff;
}

#followMenu .mainMenu li a:hover, #followMenu .mainMenu .menuActive a{
    /*background: # !important;*/
    color: #fff !important;
}

#followMenu img {
   /* max-height: 100%;
    height: 50px;*/
}

#followMenu .mainMenu {
    margin: 0 auto;

}

.sliderText {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    font-weight: 100;
}

.sliderText span{
    font-weight: 300;
}

.sliderButtonWrap {
}

.sliderButtonWrap a {
    margin: 0px 15px;
}

.ls-bottom-nav-wrapper {
    bottom: 30%;
    right: 48%;
    position: absolute !important;
}

.ls-bottom-slidebuttons a {
    /*display: block !important;*/
}

#responsiveMenuToggle {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 20;
    padding: 10px;
    font-size: 30px;
    background: #209dca;
    display: none;
}

#responsiveMenuToggle {
    cursor: pointer;
    color: #fff;
}

/**
 *
 * 
 * 3. GENERAL SECTION STYLES
 *
 * 
 */
.section-80-130 {
    padding-top: 60px;
	padding-bottom:60px;
	
}

.section-80-80 {
     
	 
}

.section-160-160 {
    padding: 160px 0 160px;
}

.section-160-30 {
    padding: 160px 0 30px;    
}

.whiteBgSection {
    background: #fff;
    position: relative;
}

.grayBgSection {
    position: relative;
    background: #f5f5f5;
	padding-bottom:60px;
}

.textureBgSection {
    position: relative;
    /*background-attachment:fixed;*/
    background-size: cover; 
    background-color: #fff; 
    background-position: 0 0; 
}


/**
 *
 * 
 * 4. SECTION TYPO & DETAILS
 *
 * 
 */
.sectionTitle, .sectionDescription{
    text-align: center;
}

.sectionTitle {
    /*font-size: 60px;*/
    font-size: 40px;
    line-height: 72px;
    font-weight: 100;
}

.sectionDescription {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

.titleSeparator {
    width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #209dca;
}

.grayBgSection, .whiteBgSection {
    color: #999999;
}

.textureBgSection {
    color: #fff;
}

.textureBgSection .sectionTitle, .textureBgSection .sectionDescription {
    color: #fff;
}

.textureBgSection .titleSeparator {
    background: #fff;
}

.hide-desktop {
    display: none;
}


/**
 *
 * 
 * 5. SEPARATORS AND TRIANGLES
 *
 * 
 */
.separator80 {
    height: 80px;
}

.separator160 {
    height: 80px;
}

.alignTextCenter {
    text-align: center;
}

.triangleTop {
    position: absolute;
    top: -160px;
    width: 100%;
    height: 160px;
    display: block;  
    z-index: 99; 
}

.triangleBottom {
    position: absolute;
    bottom: -160px;
    width: 100%;
    height: 160px;
    display: block;
    z-index: 99;
}


/**
 *
 * 6. ICON COLUMNS
 * 
 */
/*center icon col*/ 
.iconColWrap {
    text-align: center;
}

.iconColWrap i.fa {
    min-width: 30px;
    font-size: 32px;
    border: 2px solid #209dca;
    color: #209dca;
    padding: 40px;
    background: transparent;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    cursor: default;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    margin-bottom: 35px;
}

.iconColWrap:hover i.fa {
    color: #fff;
    background: #209dca;
}

.iconColWrap h2 {
    font-size: 24px;
    color: #209dca;
    margin-bottom: 25px;
    line-height: 28px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
	font-weight: normal;
}

.iconColWrap:hover h2 {
    color: #209dca;
}


.iconColWrap p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 22px;
}

/*right icon col*/ 
.iconRightColWrap {
    transform: translate(0, 0) translate3d(0px, 0px, 0px);
    -webkit-transform: translate(0, 0) translate3d(0px, 0px, 0px);
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    margin-bottom: 40px;
}



.iconRightColWrap:hover {
    transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
}

.rightColTextWrap {
    float: right;
    text-align: right;
    max-width: 70%;
    margin-right: 20px;
}

.iconRightColWrap i.fa {
    font-size: 32px;
    border: 2px solid #209dca;
    color: #209dca;
    padding: 25px;
    background: transparent;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    cursor: default;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    float: right;
    min-width: 30px;
    text-align: center;
}

.iconRightColWrap:hover i.fa {
    color: #fff;
    background: #209dca;
}

.iconRightColWrap h2 {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
    line-height: 28px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.iconRightColWrap:hover h2 {
    color: #209dca;
}


.iconRightColWrap p {
    font-size: 16px;
    color: #999999;
    font-weight: 300;
    line-height: 22px;
}

/*left icon col*/ 
.iconLeftColWrap {
    transform: translate(0, 0) translate3d(0px, 0px, 0px);
    -webkit-transform: translate(0, 0) translate3d(0px, 0px, 0px);
    transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    margin-bottom: 40px;
}

.iconLeftColWrap:hover {
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
}

.leftColTextWrap {
    float: left;
    text-align: left;
    max-width: 70%;
    margin-left: 20px;
}

.iconLeftColWrap i.fa {
    font-size: 32px;
    border: 2px solid #209dca;
    color: #209dca;
    padding: 25px;
    background: transparent;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    cursor: default;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    float: left;
    min-width: 30px;
    text-align: center;
}

.iconLeftColWrap:hover i.fa {
    color: #fff;
    background: #209dca;
}

.iconLeftColWrap h2 {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
    line-height: 28px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.iconLeftColWrap:hover h2 {
    color: #209dca;
}

.iconLeftColWrap p {
    font-size: 16px;
    color: #999999;
    font-weight: 300;
    line-height: 22px;
}

/**
 *
 * 7. BUTTONS
 * 
 */
.buttonBig, .dlButton {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding: 18px 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    transform: translate3d(0px, 0px, 0px);
    display: inline-block;
    background-color:transparent;
    transition: color 0.3s, background-color 0.3s !important;
    -webkit-transition: color 0.3s, background-color 0.3s !important;
}

.buttonBig:hover, .dlButton:hover {
    background: #fff;
    color: #5cadad;
}

.dlButton {
    font-size: 24px;
    text-align: left;
    padding: 8px 35px 8px 15px;
    margin: 0 15px;
    z-index: 5;
    position: relative;
}

.dlButton i {
    float: left;
    font-size: 34px;
    margin-right: 18px;
    margin-top: 4px;
}

.dlButton .dlButtonWrap {
    font-size: 14px;
    float: right;
}

.dlButton .dlButtonSmall {
    font-size: 24px;
}


/**
 *
 * 
 * 8. REVIEWS
 *
 * 
 */
.testWrapper {
    overflow: hidden;
}

.revViewport {
    width: 10000px;
    position: relative;
    transform: translate(0px, 0px) translate3d(0px, 0px, 0px);
    -webkit-transform: translate(0px, 0px) translate3d(0px, 0px, 0px);
    transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
}

.revWrap {
    display: block;
    float: left;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.revWrapActive {
    opacity: 1 !important;
}

.revLeft {
    float: left;
    width: 100px;
    max-width: 100px;
    position: relative;
}

.revRight {
    float: right;
    width: 600px;
    position: relative;
}


.revCustomer {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
}

.revBubble {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 40px;
}


.arrowLeftRev {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #fff; 
    position: absolute;
    left: -10px;
    top: 45px;
}

.revText {
    color: #209dca;
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}

.revAuthor {
    font-size: 18px;
    line-height: 28px;
    color: #999999;
}

.revStars {
    vertical-align: middle;
    margin-left: 8px;
}

#revsNavi {
    text-align: center;
    margin: 60px auto 0;
}

.revBullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
    cursor: pointer;
}

.revBulletActive {
    background: #fff;
    cursor: default;
}


/**
 *
 * 
 * 9. SCREENS
 *
 * 
 */
.screenImg {
    background: #fff;
    padding: 8px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: border-color 0.4s;
    -webkit-transition: border-color 0.4s;
    max-width: 261px;
}

.screenImg:hover {
    border-color: #209dca;
}

#screensViewportWrap {
    position: relative;
}

#screensOfHide {
    overflow: hidden;
}

#screensWrap {
    text-align: center;
}

#screensWrapOuter {
    width: 10000px;
    position: relative;
    transform: translate(0px, 0px) translate3d(0px, 0px, 0px);
    -webkit-transform: translate(0px, 0px) translate3d(0px, 0px, 0px);
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}

.screen-item {
    /*max-width: 20%;*/
    /*margin: 0 2% 30px;*/
}

.screen-item img {
    display: block;
}

#screensWrap span {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.screensFilters {
    text-align: center;
    margin: 0 auto 70px !important;
}

button, input[type="submit"] {
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #cccccc;
    color: #999;
    font-weight: 500;
    margin: 0 5px;
    padding: 8px 20px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;   
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
    outline: 0 transparent;
}

button.active, button:hover, input[type="submit"]:hover {
    color: #fff;
    background: #209dca;
    border-color: #209dca;
}

.screensArrows {
    position: absolute;
    top: 50%;
    font-size: 32px;
    margin-top: -30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #cccccc;
    padding: 5px 15px; 
    line-height: 32px;
    color: #cccccc;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
    opacity: 0.5;
    z-index: 5;
}

.screensArrows i {
    cursor: default;
}

.screensArrowsActive, .screensArrowsActive i { 
    cursor: pointer;
    opacity: 1;
}

.screensArrowsActive:hover {
    color: #fff;
    border-color: #fff;
    background: #209dca;
}

#screensLeftAr i {
    margin-right: 2px;
}

#screensRightAr i {
    margin-left: 2px;
}

#screensLeftAr {
    left: -80px;
}

#screensRightAr {
    right: -80px;
}

.screenImg {
    min-height: 495px;
}

/**
 *
 * 
 * 10. DEMO
 *
 * 
 */
.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 93%; height: auto;margin: auto }
.embed-container iframe, .embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.floatingPhone {
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    bottom: -100px;

    background: url('../img/demoimg/phone2.png') no-repeat;
    background-position: 0% 100%;
    background-size: cover;

}


/**
 *
 * 
 * 11. FORMS
 *
 * 
 */
/*input:not([type=submit])  {
    width: 85%;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 16px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    color: #666;
    transition: border-color 0.6s;
    -webkit-transition: border-color 0.6s;
}*/

textarea {
    width: 85%;
    padding: 15px 16px;
    font-size: 16px;
    resize: vertical;
    margin-bottom: 20px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #666; 
    font-family: Raleway;
    transition: border-color 0.6s;
    -webkit-transition: border-color 0.6s;
}


input:focus, textarea:focus {
    outline: 0 transparent;
    border-color: #209dca;
}

input[type="submit"]  {
    font-size: 18px;
    padding: 15px 50px;
    margin: 0;
    color: #209dca;
    border-color: #209dca;
}

.del-fa {
    font-size: 26px;
    border: 2px solid #209dca;
    color: #209dca;
    padding: 12px;
    min-width: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#formSubmitMessage {
    margin: 20px 0;
}

.fa-form-wait {
    margin-left: 10px;
    margin-top: 20px;
}

.footerContact td {
    vertical-align: middle;
    padding-bottom: 20px;
}

.iconTd {
    width: 25%;
}

/**
 *
 * 
 * 12. FOOTER
 *
 * 
 */
.footer {
    width: 100%;
    background: url('../images/background.jpg') no-repeat center;
    background-size: cover;    
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;    
}

.footer i.fa {
    font-size: 26px;
    border: 2px solid #fff;
    color: #fff;
    padding: 13px;
    min-width: 26px;
    background: transparent;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    margin: 0px 10px;
    text-align: center;
}

.footer i.fa:hover {
    color: #209dca;
    background: #fff;
}

.footer p a {
    color: #99ffcc;
}

#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	width: 50px;
	height: 50px;
	font-size: 36px;
	text-align: center;
	line-height: 46px;
	color: #FFF;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 25px;
	opacity: 0;
	-webkit-transition: opacity .25s ease;  
	transition: opacity .25s ease; 
}
#toTop.visible {
	opacity: 1;
}

#demoStyle {
	position:fixed;
	top:0;
	left:-140px;
	z-index:20;
	padding:10px;
	background:#209dca;
	font-size:18px;
	width:120px;
	transition:left .3s;
	-webkit-transition:left .3s;
}
.demoStyleActive {
	left:0!important;
}
#demoStyle i {
	position:absolute;
	right:-45px;
	top:0;
	padding:10px;
	font-size:30px;
	background:#209dca;
	cursor:pointer;
}
#demoStyle {
	color:#fff;
}
#demoStyle ul {
	list-style:none;
	margin:0;
}
#demoStyle ul li {
	margin:10px 0;
}
#demoStyle ul li a {
	color:#fff;
	text-decoration:underline;
}
#demoStyle ul li a:hover {
	color:#fff;
}

.text2
{
	font-szie:30px !important;
}

#investing
{
	clear:both;
	/*padding-bottom: 500px; // i commented it */
	background-color:#fff !important;
	
}

.text-center{
	text-align:center;
}

h1 {
	font-family: Raleway;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-family: Raleway;	
	font-size: 29px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: normal;
	color:#1c283a;
}



#investing .invest-new
{
	width:70% !important;
	line-height:30px;
	text-align:center;
	
}

#investing .iconColWrap
{
	text-align:left;
}
#investing .effective-new{padding-bottom:60px;}
#investing h4{
	padding-bottom:15px;
}


#investing .iconColWrap i.fa {
    min-width: 30px;
    font-size: 32px;
    /*border: linear-gradient(to right, #1c6a9c, #209dca);*/
    border: 2.4px solid #209dca;
    /*border: 2px solid #1d76a7;*/
    /*border: 2px solid #fafafa;*/
    color: #209dca;
    padding: 100px;
    background: transparent;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    cursor: default;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    margin-bottom:55px;
	-webkit-box-shadow: 0px 0px 10px 0px #eee;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 10px 0px #eee;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 10px 0px #eee;
}

#investing .iconColWrap:hover i.fa {
    
    background: transparent;
}
#investing .fa-backtest::before {
    content: url('../img/back-icon.png');
}

#investing .icontext {
    margin-top: 60px;
    margin-right: 95px;
}

#investing .fa-simi::before {
    content: url('../img/simi.png');
}


#investing .finance-icon::before {
    content: url('../img/finance-icon.png');
}


#investing .ana-icon::before {
    content: url('../img/ana-icon.png');
}

.footer-io i.fa
{
	border: none;
	
}

#footerContainer .separator80 {
    height: 55px;
}

.footer-io .dlButton
{
	border-radius: 1px !important;
	padding: 10px 20px 5px 0;
}
.footer-io .dlButton:hover {
    background:transparent;
    color: #fff;
}

#aboutContainer
{
/*padding-bottom: 120px; // i commented it */
background-color: #fff !important;
}

.ls-l.sliderText2 {
    font-size: 19px !important;
    line-height: 30px !important;
    margin-top: 75px !important;
	color:#fff !important;
}

.sectionTitle {
    padding-top: 40px;
}

.icontext p {
    font-size: 16px;
    line-height: 26px;
}

.two-col.header-img {
    margin-top: -4px;
}

.buttonBig:hover, .dlButton:hover {
    background: #fff;
    color: #209dca;
}

#footerContainer a {
    color: #fff;
}

.buttonBig.ls-l {
    border-radius: 25px !important;
}
@media(min-width:320px) and (max-width:480px)
{
    a.buttonBig.ls-l {
        left: 145px !important;
        top: 160px !important;/** UPDATED BY P **/
        padding: 9px !important;
        font-size: 12px !important;
   
    }
	p.ls-l.sliderText {
        /*left: 173px !important;*/
        /** UPDATED BY P **/
        left: 146px !important;
        display: none;
    }
	img.ls-l.ls-preloaded {
        width: 138px !important;
        height: 193px !important;
    }
	div#layerslider {
        width: 320px !important;
        height: 201px !important;
    }
	/*.ls-l.sliderText img {
    width: 100% !important;
	}*/
	/*section#topContainer {
    width: 100%;
}*/
#responsiveMenuToggle
{
	    right: none !important;
        z-index: 520; /** UPDATED BY P **/
    display: block;
}
a.buttonBig.ls-l.btn-new2 {
    margin-left: 64px !important;
}
	
	
.ls-l.ls-preloaded {
    /*margin-top: 10px !important;*/  /** UPDATED BY P **/
}

	.ls-l.sliderText2
	{
		/*display:none;*/  /** UPDATED BY P **/
        /** UPDATED BY P **/
        top: -65px !important;
        left: 146px !important;
        font-size: 11px !important;
        line-height: 16px !important;
        /*text-align: justify;*/
	}
	#investing .icontext {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
}

.iconColWrap {
    text-align: center !important;
}

#investing .iconColWrap i.fa {
	padding: 50px;
}

#investing {
    clear: both;
    padding-bottom: 50px;
}

#followMenu .mainMenu li a{
    color: #fff !important;
    
}
    .two-col.header-img {
        margin-top: 0;
        margin-left: 33%;
        /*text-align: center;*/
    }
.seven-col.menuWrap {
    display: none;
}

#followMenu  .seven-col.menuWrap
{
	display: block;
}

#investing .icontext {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

/*#followMenu {
    display: none !important;
}*/

.ls-l.sliderText img {
    width: 100px !important;
}

#followMenu .mainMenu {
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
}

h3 {
    font-family: Raleway;
    font-size: 24px;
}

#aboutContainer {
    padding-bottom: 0px;
}

.embed-container {
    margin: 10px;
}
.section-160-30 {
    padding: 80px 0 30px;
}

.buttonBig .ls-l {
    top: 60px !important;
}
.sectionTitle {
    font-size: 30px;
    line-height: 72px;
    font-weight: 100;
}
.sectionDescription {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
}
.titleSeparator {
    width: 40px;
    height: 4px;
    margin: 10px auto;
}
#investing .effective-new {
    padding-bottom: 15px;
    padding-top: 50px;
}
#followMenu .two-col.header-img {
    margin-top: 5px;
    text-align: center !important;
}
/*.row {
    width: 320px;
}*/
    /** UPDATED BY P **/

    .navbar-fixed-topbar{
        z-index: 500 !important;
        /*padding: 13px 0 0px !important;*/
        padding-top: 13px !important;
        padding-bottom: 0px !important;
    }
    #navigationWrap .three-col{
        margin: 0 0px 10px 0 !important;
    }
    .section-80-130{
        padding-top: 21px;
    }
    #aboutContainer .sectionTitle{
        padding-bottom: 17px !important;
    }

    #aboutContainer h2.sectionTitle{
        line-height: 10px !important;
    }
}
/*@media (max-width:400px) 
{
		section#topContainer {
    width: 400px;
}
.row {
    width: 400px;
}
}
*/
/*@media (max-width:360px) 
{
		section#topContainer {
    width: 360px ;
}
.row {
    width: 360px;
}
}*/

/*@media (max-width:450px) 
{
		section#topContainer {
    width: 450px;
	}
.row {
    width: 450px;
}
}*/


@media (min-width:550px)  and (max-width:766px)
{
		section#topContainer {
    width: 100%;
	}
	
	.two-col.header-img.last-col {
    text-align: center;
	}
	
	.ls-l.sliderText2 {
        font-size: 14px !important;
	    margin-right: 10px !important;
        top: 14px !important; /* UPDATED */
	}
	.buttonBig.ls-l {
      /*top: 285px !important;*/
      top: 301px !important;
        font-size: 18.23077px !important;
	}

#investing .icontext {
  
    margin-right: 0;
}

#investing .iconColWrap {
    text-align: center;
}
#investing {
     padding-bottom: 0px;
}
.embed-container {
    margin: 10px;
}

.icontext {
    text-align: center;
}

.mainMenu li a {
    color: #fff !important;
}
.mainMenu {
    color: #fff !important;
    text-align: center !important;
}
#followMenu .two-col.header-img {
    margin-top: 5px;
    text-align: center !important;
}

}

@media(min-width:768px) and (max-width:1024px)
{
	img.ls-l.ls-preloaded {
    margin-top: 10px !important;
}
	.box-new {
    top: 36px;
}
	
	.btn-new2 {
    margin-left: -21px !important;
}
	.seven-col.menuWrap {
        /*display: none !important; */ /* UPDATED */
    }

.ls-l.sliderText2 {
    font-size: 15px !important;
    line-height: 25px !important;
    margin-top: 51px !important;
    color: #fff !important;
}
.buttonBig.ls-l {
    margin-top: 47px !important;
    font-size: 17.2923px !important;
}
/*  UPDATED */
.menu-updown-arror{  margin-left: -4px;  }

.icontext.icon-2 {
    margin-left: 150px !important;
    margin-right: 0px !important;
    margin-top: 20px !important;
}

.icontext.icon4 {
    margin-left: 150px !important;
    margin-right: 0px !important;
    margin-top: 80px !important;
}

.four-col.last-col.icon-img {
    margin-top: 60px;
}
#investing {
    clear: both;
    padding-bottom: 559px;
    background-color: #fff !important;
	padding-top: 30px;
}

#investing .iconColWrap i.fa
{
	padding: 60px;
}
    .navbar-fixed-topbar .menuWrap .mainMenu > li > .submenu {
        top: 29px !important;
    }
.two-col.header-img { /* UPDATED */
    margin-top: 10px;
    text-align: center !important;
    width: 20% !important;
}
div#sliderWraper {
    margin-left: 10px !IMPORTANT;
}
#navigationWrap .row {
    margin-left: 32px;
}

#followMenu .seven-col.menuWrap {
     display: block !important; 
	 width:100% !important;
}

#followMenu .mainMenu li a {
    color: #fff !important;
}

#followMenu .two-col.header-img {
    margin-top: 5px;
    text-align: center!important;
}
#followMenu ul.mainMenu {
    text-align: center;
}
.btn-new2 {
    left: 502px !important;
}
div#contentWrapper {
    width: 100%;
}
section#topContainer {
    WIDTH: 100%;
}
}
@media(min-width:950px) and (max-width:1024px)
{
	#navigationWrap .row{width:100% !important}
	div#sliderWraper {
    margin-left: 100px !IMPORTANT;
}
div#contentWrapper {
    width: 100%;
}

section#topContainer {
    WIDTH: 1024PX;
}

}
@media (min-width:451px) and (max-width:650px)
{
.ls-l.ls-preloaded {
    margin-top: 10px !important;
}
}




.innerheader #navigationWrap {
    margin: 30px 0 20px;
}

.innercontent {
    margin-top: 100px;
}

.sticky {
    top: 0px !important;
}


section#topContainer {
    position: relative !important;
    padding-top: 5px !important;
}

div#contentWrapper {
    top: 0px !important;
}
