/********** Body Styles **********/

body
{
    background: #fff;
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    color: #545454;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-text-size-adjust: 100%;
}

html
{
    font-size: 100%;
}


/********** Link Styles **********/


a:link, a:visited
{
    color: #1686b9;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

a:hover, a:active
{
    color: #0d4e6b;
    text-decoration: underline;
}


/********** Layout Styles **********/

#main-content
{
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
}


img.screenshot
{
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 4px 1px #ddd;
    -webkit-box-shadow: 0px 0px 4px 1px #ddd;
}

h1
{
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    font-weight: normal;
    margin: 20px 0 12px 0;
}

h1.headline-landing
{
    font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 45px;
    font-weight: normal;
    margin: 0 0 12px 0;
    text-align: center;
    text-transform: uppercase;
}

h1.headline-border
{
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: normal;
    margin: 20px 0 25px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}

h2
{
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: normal;
    margin: 20px 0 8px 0;
}


h3
{
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    font-weight: normal;
    margin: 20px 0 8px 0;
}

h4
{
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    font-weight: normal;
    margin: 20px 0 8px 0;
}

.bold
{
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

b
{
    font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
    font-weight: normal;

}

.white
{
    color: #fff;
}

.italic
{
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    font-style: italic;
}

.centered
{
    text-align: center;
    width: 100%;
}

p
{
    margin: 0 0 30px 0;
    padding: 0;
}

.content-box-teaser
{
    background: #1686b9;
    padding: 100px 40px;
    color: #fff;
}

.content-box-teaser h1
{
    font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 100px;
    font-weight: normal;
    margin: 0 0 0px 0;
    text-align: left;
    color: #fff;
    float: left;

}

.content-box-teaser h1:after
{
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: #fff;
    float: right;
    opacity: 0.3;
    filter: alpha(opacity=30);
    margin: 0px 40px 0;
}

.content-box-teaser p
{
    font-size: 22px;
    line-height: 32px;
    font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
}



.teaser-text
{
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
}



.box-green
{
    display: inline-block;
    background: #e3f4e4;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    border: 1px solid #c3e6c3;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.box-green:hover
{
    background: #CAF2CD;
    border: 1px solid #9CE39C;
}

.box-green-content
{
    padding: 20px;
    text-align: center;
}


.box-blue
{
    display: inline-block;
    background: #E3F5FF;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    border: 1px solid #CAE4F1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.box-blue:hover
{
    background: #C9ECFF;
    border: 1px solid #A2DFFE;
}

.box-blue-content
{
    padding: 20px;
    text-align: center;
}

.box-grey
{
    display: inline-block;
    background: #525252;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    border: 1px solid #6e6e6e;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
}

.box-grey:hover
{
    background: #727272;
    border: 1px solid #999999;
}

.box-grey-content
{
    padding: 20px;
    text-align: center;
}

.button-blue-big
{
    background: #2aa0c8;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button-blue-big:hover
{
    background: #1D7593;
}

.button-yellow-big
{
    background: #e9b12b;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button-yellow-big:hover
{
    background: #af8217;
}

.button-blue
{
    background: #2aa0c8;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button-blue:hover
{
    background: #1D7593;
}

.button-yellow
{
    background: #e9b12b;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button-yellow:hover
{
    background: #af8217;
}

.button-blue-mini
{
    background: #2aa0c8;
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 6px 7px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button-blue-mini:hover
{
    background: #1D7593;
}

.button-yellow-mini
{
    background: #e9b12b;
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 6px 7px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button-yellow-mini:hover
{
    background: #af8217;
}


.button2-blue-big
{
    background: #2aa0c8;
    border-radius: 3px;
    color: #ffffff;
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button2-blue-big:hover
{
    background: #195A71;
}

.button2-yellow-big
{
    background: #e9b12b;
    border-radius: 3px;
    color: #ffffff;
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button2-yellow-big:hover
{
    background: #af8217;
}

.button2-blue
{
    background: #2aa0c8;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button2-blue:hover
{
    background: #195A71;
}

.button2-yellow
{
    background: #e9b12b;
    border-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button2-yellow:hover
{
    background: #af8217;
}

.button2-blue-mini
{
    background: #2aa0c8;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 6px 7px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button2-blue-mini:hover
{
    background: #195A71;
}

.button2-yellow-mini
{
    background: #e9b12b;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif;
    padding: 6px 7px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.button2-yellow-mini:hover
{
    background: #af8217;
}


.goto-button-green
{
    background: #4db754;
    border-radius: 3px;
    color: #ffffff;
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    padding: 4px 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.goto-button-green:hover
{
    background: #208927;
}

.goto-button-blue
{
    background: #2aa0c8;
    border-radius: 3px;
    color: #ffffff;
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    padding: 4px 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.goto-button-blue:hover
{
    background: #1D7593;
}




ul
{
    padding: 0;
    margin: 15px 0 15px 25px;
}

ul li ul
{
    padding: 0;
    margin: 10px 0 10px 20px;
}

ul li ul li
{
    padding: 0;
    list-style-type: disc;
}

ul.green-arrows
{
    list-style-type: none;
    padding: 0;
    margin: 15px 0 15px 10px;
}


ul.blue-arrows
{
    list-style-type: none;
    padding: 0;
    margin: 15px 0 15px 10px;
}

i.green
{
    color: #1ac315;
    padding: 0 8px 0 0;
}

i.blue
{
    color: #3493b3;
    padding: 0 8px 0 0;
}

i.arrow
{
    padding: 0 5px 0 0;
    font-size: 11px;

}

i.arrow-page
{
    padding: 0 0px 0 0;
}

.flip
{
    transform: scaleX(-1);
}

ul.link-list
{
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

ul.link-list li
{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    line-height: 30px;
}

.pagination-container
{

}

ul.pagination
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

ul.pagination li
{
    float: left;
    margin: 0 5px 0 0;
}

ul.pagination li.current
{
    background: #fff;
    border: 1px solid #fff;
    display: block;
    padding: 0px 8px;
}

ul.pagination li.dots
{
    background: none repeat scroll 0 0 white;
    border: 1px solid white;
    display: block;
    font-style: italic;
    padding: 3px 0;
}

ul.pagination a
{
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #555555;
    cursor: pointer;
    display: block;
    margin: 0;
    min-width: 17px;
    padding: 0px 3px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

ul.pagination a:hover
{
    background: #eaeaea;
}

pre
{
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 2px;
}

blockquote
{
    padding: 5px 0 5px 7px;
    border-left: 2px solid #e0e0e0;
    font-style: italic;

}

i.blockquote
{
    font-size: 18px;
    color: #e0e0e0;
    padding: 0 6px 0 0px;
}

ul.prev-arrow
{
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

ul.prev-arrow li
{
    float: left;
    margin: 0 7px 0 0;
    cursor: pointer;
}

ul.prev-arrow a
{
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #555555;
    cursor: pointer;
    margin: 0;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

ul.prev-arrow a:hover
{
    background: #eaeaea;
}

ul.next-arrow
{
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

ul.next-arrow li
{
    float: left;
    margin: 0 0 0 7px;
    cursor: pointer;
}

ul.next-arrow a
{
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #555555;
    cursor: pointer;
    margin: 0;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


ul.next-arrow a:hover
{
    background: #eaeaea;
}

code
{
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 3px;
    margin: 0px 4px;
    border-radius: 2px;
    font-size: 12px;
    color: #CA3F3F;
}

code.multiline
{
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    background: #333;
    color: #fff;
    padding: 15px;
    margin: 20px 0;
    display: block;
    border-radius: 2px;
    line-height: 20px;
    border: none;
}

.note
{
    background: #e3f5ff;
    padding: 15px;
    margin: 20px 0;
    display: block;
    border: 1px solid #cae4f1;
    font-style: italic;
    border-radius: 2px;
}

.tooltips
{
    background: #e3f5ff;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #cae4f1;
    font-size: 10px;
    line-height: 15px;
    min-width: 250px;
    max-width: 250px;
    border-radius: 2px;
}


.success
{
    background: #d8fdd1;
    padding: 15px;
    margin: 20px 0;
    display: block;
    border: 1px solid #35c53f;
    font-style: italic;
    border-radius: 2px;
}

.warning
{
    background: #fff9ba;
    padding: 15px;
    margin: 20px 0;
    display: block;
    border: 1px solid #b5b078;
    font-style: italic;
    border-radius: 2px;
}

.error
{
    background: #fedada;
    padding: 15px;
    margin: 20px 0;
    display: block;
    border: 1px solid #ca3f3f;
    font-style: italic;
    border-radius: 2px;
}

hr
{
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    margin: 35px 0;
}

table
{
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

table thead th
{
    text-align: left;
    border-bottom: 2px solid #eee;
    padding: 10px 10px;

}

table tr
{
    border-bottom: 1px solid #eee;
}

table tr td
{
    padding: 10px 10px;
}



#download-table table
{
    width: 645px;
    border-collapse: collapse;
    margin: 30px 0;
    border-bottom: 2px solid #eee;
    text-align: center;
}

#download-table table thead th
{
    text-align: center;
    border-bottom: 2px solid #eee;
    padding: 15px 10px;

}

#download-table table tr
{
    border: 1px solid #eee;
}

#download-table table tr td
{
    border: 1px solid #eee;
    padding: 15px 10px;
}

#download-table table tr td.first-column
{
    text-align: left;

}

#download-table .subtitle
{
    font-weight: normal;
}

#download-table .column-title
{
    font-weight: bold;
}

#download-table p
{
    margin: 0;
}

#download-table table.professional
{
    width: 645px;
    border-collapse: collapse;
    margin: 30px 0;
    border-bottom: 2px solid #cae4f1;
    background: #e3f5ff;
    text-align: center;

}

#download-table table.professional thead th
{
    text-align: center;
    border-bottom: 2px solid #cae4f1;
    padding: 15px 10px;

}

#download-table table.professional tr
{
    border: 1px solid #cae4f1;
}

#download-table table.professional tr td
{
    border: 1px solid #cae4f1;
    padding: 15px 10px;

}

#download-table table.professional tr td.first-column
{
    text-align: left;

}

#download-table .professional .subtitle
{
    font-weight: normal;
}

#download-table .professional .column-title
{
    font-weight: bold;
}

#download-table .professional p
{
    margin: 0px;
}


.gototop
{
    background: #2AA0C8;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.gototop:hover
{
    background: #195A71;

}

#blue-menu-solid
{
    background: #086680;
    color: #fff;
    line-height: 80px;
    text-align: right;
}

#blue-menu-solid ul
{
    list-style-type: none;
}

#blue-menu-solid ul li
{
    display: inline;
    margin: 0 30px 0 0;
    font-size: 16px;
    cursor: pointer;
}

#blue-menu-solid ul li:hover
{
    color: #feb941;
}

#green-menu-solid
{
    background: #2a8555;
    color: #fff;
    line-height: 80px;
    text-align: right;
}

#green-menu-solid ul
{
    list-style-type: none;
}

#green-menu-solid ul li
{
    display: inline;
    margin: 0 30px 0 0;
    font-size: 16px;
    cursor: pointer;
}

#green-menu-solid ul li:hover
{
    color: #feb941;
}

.circle-blue
{
	background: #2AA0C8;
	display: block;
	width: 90px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	float: left;
	text-align: center;
	margin: 0 40px 0 0;
	padding: 20px 0 0 0;
	font-size: 45px;
}

.circle-mint
{
	background: #25c1c3;
	display: block;
	width: 90px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	float: left;
	text-align: center;
	margin: 0 40px 0 0;
	padding: 20px 0 0 0;
	font-size: 45px;
}

.circle-green
{
	background: #4db754;
	display: block;
	width: 90px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	float: left;
	text-align: center;
	margin: 0 40px 0 0;
	padding: 20px 0 0 0;
	font-size: 45px;
}

hr.arrow-divider
{
	background: url("/wp-content/themes/BootstrapParallax/images/arrow-divider.png") center center no-repeat;
	height: 16px;
	border: 0;
	margin: 40px 0;
	float: left;
}

.indented-cols
{
	padding: 0 0 0 130px;
}